@charset "utf-8";
/**
 * 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(../images/topbarbg.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(../images/btnbg.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(../images/banner.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(../images/ico-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(../images/ico-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(../images/subtbg.png) 0 27px no-repeat;
	border: 0;
}
.subnews-right h2, .syfc-right h2 {	
	background: url(../images/subtbg.png) 0px -28px no-repeat;
	text-align: center;
	border: 0;
}
.lxzn-left h2, .lxzn-right h2 {	
	background: url(../images/subtbg.png) 0px -100px no-repeat;
	padding-left: 30px;
	color: #fff;
	border: 0;
}
.zzjs-left h2, .zzjs-center h2, .zzjs-right h2 {	
	background: url(../images/subtbg.png) 0px -65px no-repeat;
	padding-left: 25px;
	border: 0;
}
.lshm-left h2, .lshm-right h2 {
	background: url(../images/subtbg.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(../images/syfc-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;
}