@charset "gb2312";
/**
 * Created with 93website index.css(cs3).
 * User: CuiPeng
 * Date: 15-7-19
 * Time: p.m. 13:00
 * To change 93website Reset Style | Base | General stylesheet.
 */
/* CSS Document */

/* reset: 重设外观 */
body { color: #424242; font-family: "宋体", SimSun, sans-serif;}
a{ text-decoration:none; color:#424242;}
body,div,q,iframe,form,
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{ margin: 0; padding: 0;}
img,fieldset{border: none 0;}
body,td,textarea{word-break: normal; line-height:1.4;}
body,input,textarea,select,button{margin: 0; font-size: 14px; font-family: "宋体", SimSun, sans-serif; color:#424242;}
div,p,table,th,td{ font-size:1em; font-family:inherit; line-height:inherit;}
td{word-wrap:break-word; word-break:normal;}
ul,dl,li{list-style: none outside;}
em,i,u,q,s,dl,caption{ font-style: normal; font-weight: normal; text-decoration: none;}
p{text-align: justify; text-justify: inter-ideograph; line-height:1.4; margin:0; padding:0;}

* html textarea,*+html textarea {overflow:auto; overflow-x: hidden; }/* 使多行文本框不显示默认的竖向滚动条 */
* html iframe, * html frame {overflow:auto; }/* 使浮动窗口不显示默认的竖向滚动条 */
* html input {overflow: hidden; }/* 使按钮文字不溢出 */
/* end reset */

/* Global:常用样式 */
.fl{ float:left; _display:inline;}
.fr{ float:right; _display:inline;}
.clear{ clear:both;}
.clearfix{display: block; display: table; *display: inline-block; _height: 1%;}
.clearfix:after {content:'\20'; display:block; clear:both;}
.clearself{ overflow:hidden; _overflow:visible; _height:1%;}
.inline-block{display:inline-block;*zoom: 1;*display: inline;vertical-align:middle;overflow:hidden;}
.justify{ text-align: justify; text-justify: inter-ideograph;}
a:link {color: #444;}
a:visited {color:#c00;}
a:hover,a:active {color:#0000CC;}
/* 页头样式cp */
.pageWidth {
	width: 1000px;
	margin: 0 auto;
}
.topbar {
	width: 100%;
	height: 37px;
	line-height: 20px;
	overflow: hidden;
	position: relative;
	background: url(imagestopbarbg.png) 0 0 repeat-x;
	margin: 0 auto;
	font-size: 12px;
}

.leftMail {
	margin-top: 3px;
	_margin-top: 1px;
}
.leftMail span {
	float: left;
	margin-right: 5px;
	margin-top: 1px;
}
.leftMail span .toptextbox {
	width: 7em;
	vertical-align: middle;
	margin-top: 2px;
}
.leftMail span .topbtn {
	width: 42px;
	height: 20px;
	line-height: 19px;
	border: none;
	color: #fff;
	vertical-align: middle;
	cursor: pointer;
	background: url(imagesbtnbg.png) 0 0 no-repeat;
	float: left;
	font-size: 9pt;
}
.leftMail span.nowtime {
	line-height: 23px;
}
.rightMenu {
	height: 30px;
	line-height: 30px;
	text-align: right;
	padding-top: 3px;
}
.rightMenu a {
	color: #000;
}

.banner {
	width: 100%;
	height: 249px;
	background: url(imagesbanner.jpg) center top no-repeat;
	margin: -40px auto 0;
	background-size: 100% auto;
}
.logoArea {
	float: left;
	padding-top: 90px;
	padding-left: 2em;
}
.searchArea {
	margin-top: 180px;
	width: 300px;
	height: 31px;
	float: right;
}
.searchArea input {
	padding-left: 5px;
	padding-right: 5px;
	border: 1px #e60000 solid;
	line-height: 28px;
	height: 28px\9;
	width: 225px;
	float: left;
	filter: alpha(opacity=75); /*IE滤镜，透明度50%*/
	-moz-opacity: 0.75; /*Firefox私有，透明度50%*/
	opacity: 0.75;/*其他，透明度50%*/
}
.searchArea button {
	line-height: 32px;
	height: 32px;
	width: 50px;
	float: left;
	background: url(imagesico-search.png) 12px 5px #e60000 no-repeat;
	border: 1px #e60000 solid;
	cursor: pointer;
	text-indent: -999em;
}
/*导航菜单样式*/
.menubar {
	width: 100%;
	height: 35px;
	border-bottom: 1px #e60000 solid;
	overflow: hidden;
}
.menu li {
	float: left;
	width: 130px;
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
}
.menu li a {
	width: 120px;
	height: 32px;
	line-height: 32px;
	float: left;
	padding-left: 10px;
}
.menu li a:link, .menu li a:visited {
	color: #0068b7;
	border-bottom: 3px transparent solid;
}
.menu li a:hover, .menu li a:active, 
.menu li a.current:link, .menu li a.current:visited,
.menu li a.current:hover, .menu li a.current:active {
	color: #e60000;
	border-bottom: 3px #e60000 solid;
}
.ico-menu {
	width: 26px;
	height: 26px;
	float: left;
	margin-top: 4px;
	margin-right: 8px;
	background: url(imagesico-menu.png) no-repeat;
}
.ico-01 {
	background-position: 0 0;
}
.ico-02 {
	background-position: 0 -36px;
}
.ico-03 {
	background-position: 0 -72px;
}
.ico-04 {
	background-position: 0 -108px;
}
.ico-05 {
	background-position: 0 -144px;
}
.ico-06 {
	background-position: 0 -180px;
}
.ico-07 {
	background-position: 0 -216px;
}
.menu li a:hover .ico-01, .menu li a:active .ico-01, .menu li a.current .ico-01 {
	background-position: -45px 0;
}
.menu li a:hover .ico-02, .menu li a:active .ico-02, .menu li a.current .ico-02 {
	background-position: -45px -36px;
}
.menu li a:hover .ico-03, .menu li a:active .ico-03, .menu li a.current .ico-03 {
	background-position: -45px -72px;
}
.menu li a:hover .ico-04, .menu li a:active .ico-04, .menu li a.current .ico-04 {
	background-position: -45px -108px;
}
.menu li a:hover .ico-05, .menu li a:active .ico-05, .menu li a.current .ico-05 {
	background-position: -45px -144px;
}
.menu li a:hover .ico-06, .menu li a:active .ico-06, .menu li a.current .ico-06 {
	background-position: -45px -180px;
}
.menu li a:hover .ico-07, .menu li a:active .ico-07, .menu li a.current .ico-07 {
	background-position: -45px -216px;
}

/* 导航——二级栏目概要样式 */
.hide {
	display: none;
}
.menubar > div {
	padding: 20px;
	width: 954px;
	height: 304px;
	margin: 0 auto;
	position: absolute;
	border: 3px #e60000 solid;
	background: #fff;
	z-index: 999;
	margin-top: 35px;
	*margin-top: 0;
	left: 50%;
	margin-left: -500px;
	box-shadow: 0 5px 5px #333;
	filter: alpha(opacity=97);
	opacity: 0.97; 
	overflow: hidden;
}
.subci-base {
	width: 460px;
	height: 300px;
	float: left;
}
.subciMargin {
	margin-right: 30px;
}
.subci-base h2 {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px #c00 dashed;
	font-size: 16px;
}
.subci-base h2 span {
	float: right;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	*margin-top: -30px;
}
.subci-infobox {
	width: 460px;
	height: 270px;
}
.bsjs-laderlist ul {
	width: 460px;
	float: left;
	margin-top: 8px;
}
.bsjs-laderlist li {
	float: left;
	line-height: 35px;
	float: left;
	width: 100px;
	margin-right: 10px;
}
.bsjs-laderlist li a:link, .bsjs-laderlist li a:visited {
	color: #444;
}
.bsjs-laderlist li a:hover, .bsjs-laderlist li a:active {
	color: #c00;
}
.bsjs-laderlist li.lader_left_text {
	text-align: right;
	width: 100px;
	margin-right: 10px;
	margin-left: 0;
}
.bsjs_zzjg img {
	height: 270px;
}
.ladertextbox {
	height: 130px;
}
.news-sublist-top {
	padding: 10px 0;
	height: 110px;
	border-bottom: 1px #ccc dashed;
}
.news-st-thumbimg {
	width: 140px;
	height: 110px;
	margin-right: 20px;
	overflow: hidden;
	float: left;
}
.news-st-thumbimg img {
	height: 110px;
}
.news-st-reader {
	width: 290px;
	height: 110px;
	overflow: hidden;
	float: left;
}
.news-st-reader h3 {
	line-height: 30px;
	font-size: 14px;
	width: 290px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	float: left;
	color: #c60000;
}
.news-st-reader p {
	height: 80px;
	line-height: 25px;
	overflow: hidden;
	text-indent: 2em;
	float: left;
}
.news-sublist-bottom {
	height: 112px;
	padding: 14px 0;
	overflow: hidden;
}
.news-sublist-bottom li {
	height: 30px;
	line-height: 30px;
	width: 98%;
	float: left;
}
.news-sublist-bottom li a {
	display: block;
	width: 98%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	float: left;
}
.subnews-right .news-sublist-bottom, .syfc-right .news-sublist-bottom {
	padding: 0px 0;
	margin: 3px 0 8px 0;
}
.subnews-left h2 {	
	background: url(imagessubtbg.png) 0 27px no-repeat;
	border: 0;
}
.subnews-right h2, .syfc-right h2 {	
	background: url(imagessubtbg.png) 0px -28px no-repeat;
	text-align: center;
	border: 0;
}
.lxzn-left h2, .lxzn-right h2 {	
	background: url(imagessubtbg.png) 0px -100px no-repeat;
	padding-left: 30px;
	color: #fff;
	border: 0;
}
.zzjs-left h2, .zzjs-center h2, .zzjs-right h2 {	
	background: url(imagessubtbg.png) 0px -65px no-repeat;
	padding-left: 25px;
	border: 0;
}
.lshm-left h2, .lshm-right h2 {
	background: url(imagessubtbg.png) 0px -150px no-repeat;
	padding-left: 25px;
}
.lxzn-left h2 a, .lxzn-right h2 a {
	color: #fff;
}
.tab-b {
	font-size: 14px;
	color: #444;
	line-height: 40px;
	height: 40px;
	border-bottom: 1px #ccc dashed;
} 
.tab-b li {
	float: left;
}
.tab-b a {
	padding: 0 15px;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}
.tab-b a:link, .tab-b a:visited {
	color: #444;
}
.tab-b a:hover, .tab-b a:active, 
.tab-b a.current:link, .tab-b a.current:visited {
	color: #c60000;
}
.lxzn-listbox {
	height: 200px;
}
.zzjs-left, .zzjs-center, .zzjs-right {
	width: 295px;
}
.zzjs-center {
	margin: 0 30px;
}
.syfc-fourbtn {
	width: 400px;
	height: 240px;
	padding: 30px;
	background: url(imagessyfc-fourbg.png) center center no-repeat;
}
.syfc-fourbtn li {
	width: 170px;
	height: 90px;
	float: left;
	margin: 15px;
}
.syfc-fourbtn li a {
	width: 170px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	float: left;
	border-radius: 8px;
	font-size: 20px;
	font-family: "微软雅黑";
	color: #fff;
}
.syfc-fourbtn li a:link, .syfc-fourbtn li a:visited {
	background: #49bdcc;
}
.syfc-fourbtn li a:hover, .syfc-fourbtn li a:active {
	background: #e60000;
}
.lshm-listbox {
	height: 240px;
}
.historyToday {
	width: 460px;
	height: 240px;
	padding: 14px 0;
	overflow: hidden;
}
.historyToday h3 {
	line-height: 20px;
	padding: 0 10px;
	color: #c60000;
}
.historyToday p {
	line-height: 30px;
	text-indent: 2em;
	height: 65px;
	overflow: hidden;
	border-bottom: 1px #ddd dashed;
	padding: 0px 10px;
	margin-bottom: 15px;
}
.historyTodayList {
	height: 30px;
	overflow: hidden;
	padding-left: 4px;
}
.historyTodayList li {
	float: left;
	line-height: 30px;
	width: 64px;
	text-align: center;
	margin-right: 1px;
	background: #f1f1f1;
}
.subci-base h2 a:link, .subci-base h2 a:visited {
	color: #c60000;
}
.subci-base h2 a:hover, .subci-base h2 a:active {
	color: #0000CC;
}
/*页脚样式*/
.footer {
	width: 100%;
	height: 113px;
	background: #ebebeb;
}
.footercon {
	padding-top: 20px;
	height: 113px;
}
.footercon p {
	text-align: center;
	color: #4e4e4e;
	line-height: 2;
}
.footercon p span {
	padding-right: 30px;
}
.footercon p a {
	padding: 0px 10px;
	color: #4e4e4e;
}
.footercon p a:hover {
	color: #c00;
}
.color_orange, a.color_orange:link, a.color_orange:visited {
	color: #F90;
}
.color_red {
	color: #f00;
}


/**
//  头部二维码显示样式新增
*/

.show-ewm {
	width: 120px;
	height: 140px;
	background: #fff;
	position: fixed;
	display: none;
	margin-top: -8px;
}
.show-ewm img, .show-ewm em {
	float: left;
	width: 120px;
}
.show-ewm em {
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.show-ewm em span {
	float: right;
}
.show-ewm em a {
	color: #c00;
}
@charset "gb2312";
/* CSS Document */



/*详细页内容样式*/
.mainBox {
	margin: 0 auto;
	background: #fff;
	padding-bottom: 10px;
}
.currentposition {
	width: 970px;
	height: 41px;
	line-height: 41px;
	color: #7a7a7a;
	text-align: right;
	background: url(imagescontent_TopBack.gif) 0 0 no-repeat;
}
.currentposition a {
	color: #7a7a7a;
	padding: 0px 5px;
}
.currentposition a:active,.currentposition a:hover {
	color: #c00;
}
.peimg {
	margin: 0px 10px 0px 0px;
}
.peimg img {
	width: 120px;
	height: 158px;
}
.articleTitle {
	text-align: center;
	font-size: 27px;
	font-weight:bold;
	color: #B76A01;
	padding: 0px 30px;
	width: 940px;
}
.ytitle {
	padding: 5px 30px 0px 120px;
	font-size: 14px;
	font-weight: bold;
	color: #B76A01;
	width: 850px;
}
.subtitle {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color:#B76A01;
	padding: 0px 30px;
	width: 940px;
}
.fromtime {
	height: 45px;
	line-height: 45px;
	padding: 0px 30px;
	width: 940px;
	color:#666;
	background: url(imagescontent_NavBack.gif) bottom center no-repeat;
}
.fromtime span.fl {
	padding: 0px 10px;
}
.fromtime span.fl a {
	color: #0145B7;
	cursor: text;
}
.fromtime span.fr {
	color: #666;
}
.fromtime span.fr a {
	color: #666;
}
.fromtime span.fr #cred {
	width: 12px;
	height: 12px;
	display: inline-block;
	background: #c00;
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.fromtime span.fr #cblack {
	width: 12px;
	height: 12px;
	display: inline-block;
	background: #000;
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.fromtime span.fr #cblue {
	width: 12px;
	height: 12px;
	display: inline-block;
	background: #666;
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.articleContent, .videoContent{
	padding: 10px 55px;
	width:890px;
	font-size: 16px;
	color: #000;
}
.articleContent img, .videoContent img {
    margin: 20px auto;
}
.articleContent p, .videoContent p {
	text-indent:2em;
	line-height: 2;
	padding: 5px 0px;
}
.articleContent table  p {
    text-indent:0em;
}
/*列表页样式*/

.listpage {
	width: 731px;
	margin-left: 10px;
}
.listpage .listTitle {
	height: 30px;
	line-height: 30px;
	background: url(imageslistTitleBg.jpg) 0 0 no-repeat;
}
.listpage .listTitle h2 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding-left: 30px;
}
.listpage .listTitle span {
	color:#797979;
	display: inline-block;
	line-height: 20px;
}
.listpage .listTitle span.fr a {
	padding: 0px 0px 0px 5px;
	color:#797979;
}
.listpage .listTitle span.fr a:hover,.listpage .listTitle span.fr a:active {
	color: #c00;
}
.listcon {
	height: 710px;
	background: url(imageslistconBg.jpg) right top repeat-y;
}
.listcon ul {
    height: 655px;
	padding: 10px 30px 10px 10px;
}
.listcon ul li {
	height: 32px;
	line-height: 32px;
	border-bottom: 1px dashed #e2e2e2;
	background: url(imageslistarrow.gif) left center no-repeat;
	padding-left: 15px;
}
.listcon ul li a {
	display: inline-block;
	width: 500px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.listcon ul li.bnone {
	border: none;
}
.videoListBox ul.videolist {
	overflow: hidden;
	padding: 10px 0px 20px 10px;
}
.videoListBox ul.videolist li {
	border: none;
	background: none;
	text-align: center;
	float: left;
	margin: 5px 24px 10px 11px;
}
.videoListBox ul.videolist li img {
	width: 145px;
	height: 100px;
}
.videoListBox ul.videolist li span {
	margin: 5px 0px;
	display: inline-block;
	width: 130px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.videoListBox ul.videolist li span a:link,.videoListBox ul.videolist li span a:visited {
	color: #313131;
}
.videoListBox ul.videolist li span a:hover,.videoListBox ul.videolist li span a:active {
	color: #c00;
}
/*分页样式*/
.pagebar {
	 color:#666;
}
.pagebar ul {
	padding: 0px;
}
.pagebar ul li {
	float:left;
	background: none;
	border: none;
	padding: 0px;
}
.pagebar ul li a {
	width: 22px;
	height:22px;
	line-height:22px;
	border:1px solid #a9a9a9;
	display:inline-block;
	margin: 0px 2px;
	text-align:center;
	color:#666;
}
.pagebar ul li a:hover,.pagebar ul li a:active{
    border: 1px solid #000;
	background: #74706f;
	font-weight:bold;
	color:#fff;
}
.pagebar ul li a.prepage,.pagebar ul li a.nextpage{
	width: 61px;
	height: 22px;
}
.pagebar ul li a.currentPage {
	border: 1px solid #000;
	background: #74706f;
	font-weight:bold;
	color:#fff;
}
.pagebar ul li a.noborder {
	border:none;
}
.rightCatalog {
	margin-left: 10px;
	width: 238px;
}
.rightCatalog .listperson {
	width: 238px;
	height: 310px;
	margin: 0px;
	background: #fffbeb;

}
.rightCatalog .listperson .rddbImage img {
	width: 215px;
	height: 141px;
}
.rightCatalog .listperson .personinfo p {
	text-indent: 2em;
	color:#424242;
	line-height:2.2;
	padding: 10px 15px;
}
.rightCatalog .listperson .personinfo p a {
    color: #c00;
}
.listshuhua {
	width: 240px;
	text-align: center;
	margin-top: 8px;
}
.listshuhua img {
	width:240px;
	height: 90px;
}
.rightCatalog .zuopin {
	width: 238px;
	height: 303px;
	background: #fffbeb;
}
#talk{
	background: url(../images/talk.png) right bottom no-repeat;
	height: auto;
}
#work{
	background: url(../images/work.png) right bottom no-repeat;
	height: auto;
}
#talk ul li,#work ul li {
	width: 320px;
}
.rightCatalog .zuopin .zuopinlist {
	background: url(imageszuopinBg.png) left bottom no-repeat;
	height: 273px;
}
.rightCatalog .zuopin .zuopinlist ul {
	padding: 10px 0px 10px 10px;
	height: 250px;
	overflow: hidden;
}
.rightCatalog .zuopin .zuopinlist ul li {
	height: 28px;
	line-height: 28px;
	background: url(../images/Rarrow.gif) left center no-repeat;
	padding-left: 10px;
	width: 207px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
/*视频详细页*/
#mediaplayer {
	margin: 0px 0px 0px 180px;
	padding-bottom: 40px;
}

.bottomarrow {
	float: left;
	padding-bottom: 20px;
	margin-left: 350px;
	display: inline;
}
.bottomarrow a {
	width: 88px;
	height: 31px;
	display: inline-block;
	margin: 0px 10px;
	float: left;
}
.bottomarrow #print {
	background: url(../images/print.gif) 0 0 no-repeat;
}
.bottomarrow #close {
	background: url(imagesclose.gif) 0 0 no-repeat;
}
.bottomarrow #goTop {
	background: url(imagestop.gif) 0 0 no-repeat;
}
.leaderSummary {
	margin: 20px 20px 0px 20px;
	font-size: 14px;
}
.talking {
	width: 730px;
	margin-bottom: 10px;
}
#zxtalk {
   margin-bottom: 0px;
  }
.talking .rightCatalog {
	margin: 0px;
}
.talking  .funtionRightCon {
	margin-right: 13px;
	width: 345px;
}
.talking .rightconBox .rightcomTitle {
	 width: 345px;
}
.leaderSummary .leadertitle {
	text-align: center;
	font-weight: bold;
	color: #000;
	font-size: 22px;
	padding-bottom: 10px;
}
.leaderSummary p {
	text-indent: 2em;
	font-size: 14px;
	line-height: 2;
	margin: 5px 0px;
}
.ysnamelistBox p {
	text-align: center;
	font-weight: bold;
	color: #000;
	font-size: 20px;
	padding: 20px 0px 0px 0px;
}
.ysnamelistBox .nowName {
	 padding: 10px 0 20px 10px;
}
.ysnamelistBox .nowName a {
	display: inline-block;
	width: 65px;
	line-height: 2.5;
}
.qkConBox {
	margin: 0px;
	padding: 0px;
}
.qkConBox h2 {
	height: 30px;
	line-height: 30px;
	margin: 0px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding-left: 30px;
	background: url(../images/qktitleBg.jpg) 0 0 no-repeat;
}
.qkConBox ul {
	padding: 10px;
	overflow: hidden;
	border-top: 1px dashed #ccc;
}
.qkConBox ul.first {
	border-top: none;
	width: 600px;
	margin: 0 auto;
}
.qkConBox ul li {
	width: 147px;
	text-align: center;
	float: left;
	margin: 10px 24px;
}
.qkConBox ul li select {
    width: 147px;
}
.qkConBox ul li img {
	padding: 6px;
	width: 134px;
	height: 165px;
	background: url(imagesqkbg.gif) 0 0 no-repeat;
}
.qkConBox ul li span {
	display: inline-block;
	margin: 5px 0px;
}