﻿.container{
	width: 1100px;	
	margin: 0 auto;
}

.header{
	height: 130px;
}
.head_top{
	width: 100%;
	min-width: 1100px;
	height: 30px;
	line-height: 30px;
	background: #181a30;
	color: #a6a8b7;
}
.head_top ul li{
	margin-left: 8px;
}
.head_top ul li a{
	color: #a6a8b7;
}
.head_top ul li i{
	display: block;
	width: 2px;
	height: 13px;
	background: #A6A8B7;
	margin-top: 9px;
}
.nav{
	height: 100px;
}
.logo{
	display: block;
	padding-top: 19px;
}
.logo img{
	width: 372px;
	height: 62px;
}
.nav-li {
	width: 64px;
	height: 100px;
	text-align: center;
	margin-left: 25px;
	line-height: 100px;
	position: relative;
}
.nav-li .a_menu{
	color: #2b2b2b;
	font-size: 14px;
}
.nav-li.on .a_menu,
.nav-li:hover .a_menu{
	color: #e62129;
}
.nav-li.on i{
	display: block;
	width: 64px;
	height: 4px;
	background: #e62129;
	position: absolute;
	bottom: 0;
	left: 0;
}
.nav-ul{
	z-index: 999; 
	position: relative;
}
.subnav{
    display: none;
    position: absolute;
    top: 96px;
    left: 50%;
    margin-left: -65px;
    width: 130px;
    background: #ffffff;
    border-top: 4px solid #e62129;
    z-index: 999;
}
.subnav li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #eef1f2;
}
.subnav li:hover{
	background: #e62129;
	border-bottom: 1px solid #e62129;
}
.subnav li a {
    color: #595959;
    font-size: 14px;
}
.subnav li:hover a{
	color: #FFFFFF;
}

/*banner*/
.banner {
    height: 450px;
    position: relative;
    min-width: 1100px;
    z-index: 0;
}

.curr-content{
	width: 100%;
	min-width: 1100px;
	height: 54px;
	background: #eef2f5;
}
.curr-content p{
	color: #656565;
	line-height: 54px;
}
#weather{
	margin-left: 20px;
}
#weather a {
    color: #656565;
    line-height: 54px;
}
.search{
	width: 228px;
	height: 28px;
	border: 1px solid #dce0e4;
	background: #e9eef2;
	margin-top: 12px;
}
.search input{
	border: none;
	outline: none;
	padding-left: 10px;
	height: 26px;
	line-height: 26px;
	background: transparent;
	color: #a4a4a4;
	float: left;
}
.search a{
	display: block;
	width: 40px;
	height: 30px;
	background: url(../images/search-icon.png) no-repeat;
	margin: -1px -1px 0 0;
}
.h370{
	height: 370px;
}
.w700{
	width: 700px;
}
.title-p{
	border-bottom: 1px solid #e8e8ed;
	padding-bottom: 12px;
	height: 37px;
}
.title-p i{
	display: block;
	width: 4px;
	height: 24px;
	background: #e62129;
	margin-top: 11px;
}
.title-p p{
	color: #464646;
	font-size: 22px;
	margin-left: 10px;
	margin-top: 7px;
}
.title-p p span{
	color: #e62129;
}
.title-p .more-btn{
	display: block;
	width: 72px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #a6a6a6;
	border: 1px solid #dde3e8;
	border-radius: 13px;
	margin-top: 6px;
}
.zbgg{
	margin-top: 20px;
}

.outBox {
	width: 100%;
	text-align: left;
}
.outBox .hd {
	height: 49px;
	border-bottom: 1px solid #e8e8ed;
	position: relative;
	overflow: hidden;
}
.outBox .hd ul {
	float: left;
	height: 43px;
	position: absolute;
	left: 0;
	bottom: -1px;
}
.outBox .hd ul li {
	float: left;
	cursor: pointer;
	color: #464646;
	font-size: 22px;
	margin-right: 20px;
	display: inline-block;
	*display:inline; 
	*zoom:1;  
}
.outBox .hd ul li i{
	display: block;
	width: 1px;
	height: 24px;
	background: #d2d2d2;
	float: right;
	margin-left: 20px;
	margin-top: 5px;
}
.outBox .hd ul li span{
	padding-bottom: 10px;
	float: left;
}
.outBox .hd ul li.on span{
	border-bottom: 4px solid #f2554e;
	color: #f2554e;
}
.inBox {
	padding: 20px 0 0;
	min-width: 700px;
}
.inBox .inHd ul {
	overflow: hidden;
	zoom: 1;
}
.inBox .inHd ul li a{
	color: #606060;
	font-size: 14px;
}
.inBox .inHd ul li:hover a,
.inBox .inHd ul li.on a{
	color: #FFFFFF;
}
.inBox .inHd ul li {
	height: 36px;
	line-height: 36px;
	width: 106px;
	border: 1px solid #e2e2ea;
	text-align: center;
	float: left;
	margin-right: 10px;
	cursor: pointer;
	font-size: 14px;
}
.inBox .inHd ul li.on {
	height: 45px;
	border: none;
	background: url(../images/gg-bg.png) no-repeat;
	color: #fff;
}
.inBox .inBd ul {
	zoom: 1;
	overflow: hidden;
	padding-top: 6px;
}
.inBox .inBd li {
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	zoom: 1;
}
.inBox .inBd li a{
	color: #4d4d4d;
    background: url(../images/a-icon.png) left center no-repeat;
    padding-left: 15px;
    transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    font-size: 14px;
}
.inBox .inBd li:hover a{
	margin-left: 5px;
	color: #ff3e35;
}
.inBox .inBd li .date {
	float: right;
	color: #989898;
font-size:14px;
}
.inBox1 ul li{
	height: 40px;
	line-height: 40px;
}
.inBox1 li a{
	color: #4d4d4d;
    background: url(../images/a-icon.png) left center no-repeat;
    padding-left: 15px;
    transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    font-size: 14px;
}
.inBox1 li:hover a{
	margin-left: 5px;
	color: #ff3e35;
}
.inBox1 li .date {
	float: right;
	color: #989898;
}
.outBox .hd .more-btn {
    display: block;
    width: 72px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #a6a6a6;
    border: 1px solid #dde3e8;
    border-radius: 13px;
    margin-top: 6px;
}
.outBox .hd .more-btn:hover,
.title-p .more-btn:hover{
	color:#676363;
    border: 1px solid #e9edf1;
}


.w355{
	width: 355px;
}
.xwzx{
	margin-top: 20px;
}
.xwzx ul{
	padding-top: 5px;
}
.xwzx ul li {
	border-bottom: 1px dotted #dddddd;
	padding: 15px 0;
	height: 64px;
}
.xwzx ul li .text{
	width: 240px;
}
.xwzx ul li .text p{
	color: #4D4D4D;
	font-size: 14px;
	margin-top: 8px;
}
.xwzx ul li:hover .text p{
	color: #ff3e35;
}
.xwzx ul li .text span{
	color: #b5bdc0;
	display: block;
	margin-top: 15px;
}
.xwzx ul li .pic,
.xwzx ul li .pic img{
	width: 97px;
	height: 64px;
}
.xgfg{
	margin-top: 20px;
}
.xgfg ul{
	padding-top: 7px;
}
.xgfg ul li{
	font-size: 14px;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px dotted #dddddd;
}
.xgfg ul li a{
	color: #4d4d4d;
	transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}
.xgfg ul li:hover a{
	color: #ff3e35;
	padding-left: 5px;
}
.xgfg ul li span{
	color: #989898;
}
.gywm-content{
	width: 100%;
	min-width: 1100px;
	height: 450px;
	background: url(../images/jj-bg.jpg) no-repeat;
	margin-top: 40px;
}
.gywm-content .w790{
	width: 790px;
}
.gywm-content .w790 .bt{
	color: #FFFFFF;
	font-size: 24px;
	margin-top: 50px;
}
.gywm-content .w790 .bt i{
	display: block;
	width: 4px;
	height: 23px;
	background: #FFFFFF;
	float: left;
	margin: 5px 15px 0 0;
}
.gywm-content .w790 .text{
	color: #dfe6e9;
	font-size: 14px;
	line-height: 36px;
	margin-top: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.gywm-content .w790 .text a{
	color: #ecaf55;
}
.lxdh-content{
	border-top: 1px solid #848d99;
	margin-top: 35px;
	padding-top: 32px;
}
.lxdh-content p{
	height: 38px;
	line-height: 38px;
	background: url(../images/dh-icon.png) left center no-repeat;
	padding-left: 50px;
}
.lxdh-content p span{
	color: #dde7eb;
	font-size: 13px;
	font-weight: bold;
	margin-right: 25px;
}
.lxdh-content p *{
	font-size: 13px;
}
.lxdh-content p span.last-span{
	margin-right: 0;
}
.gywm-content .w250{
	width: 250px;
	height: 450px;
	background: url(../images/gywm-right.jpg) no-repeat;
}
.gywm-content .w250 p{
	text-align: center;
	font-family: "è‹¹æ–¹";
}
.gywm-content .w250 p.yw{
	color: #FFFFFF;
	font-size: 26px;
	margin-top: 142px;
}
.gywm-content .w250 p.zw{
	width: 108px;
	height: 34px;
	line-height: 34px;
	margin: 13px auto 0;
	color: #FFFFFF;
	font-size: 18px;
	border: 1px solid #FFFFFF;
}
.gywm-content .w250 p.p3{
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
}
.gywm-content .w250 p.p3 span{
	margin: 0 10px;
}
.gywm-content .w250 p.p4{
	color: #ea5157;
	background: #FFFFFF;
	width: 143px;
	height: 30px;
	line-height: 30px;
	margin: 8px auto;
}
.gsdt .title-p{
	border-bottom: none;
}
.gsdt {
	margin-top: 44px;
}
.gsdt-ul{
	padding-top: 20px;   
}
.gsdt-ul li{
	width: 256px;
	height: 300px;
	background: #f2f5f6;
	transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    margin-right: 25px;
    float: left;
    margin-top: 2px;
}
.gsdt-ul li:hover{
	background: #FFFFFF;
	-moz-box-shadow: 0px 0px 12px 0px #888888; /* è€çš„ Firefox */
	box-shadow: 0px 0px 12px 0px #888888;
	margin-top: 0;
}
.gsdt-ul li .pic{
	height: 170px;
	background: url(../images/gsdt-wt.jpg);
}
.gsdt-ul li .pic img{
	width: 100%;
	height: 100%;
}
.gsdt-ul li .text{
	padding: 22px 17px;
}
.gsdt-ul li .text .date{
	color: #a0a0a0;
}
.gsdt-ul li .text .bt{
	color: #4f4f4f;
	font-size: 14px;
	line-height: 26px;
	margin-top: 17px;
}
.gsdt-ul li:hover .text .bt{
	color: #e62129;
}

.footer{
	width: 100%;
	min-width: 1100px;
	min-height: 230px;
	background: #f3f5f7;
	margin-top: 60px;
	overflow: hidden;
}
.footer .h130{
	min-height: 130px;
}
.footer .h130 p{
	border-bottom: 1px solid #dfdfe8;
	color: #5f5f5f;
	font-size: 16px;
	padding:30px 0 10px;
}
.footer .h130 ul{
	padding-top: 23px;
}
.footer .h130 ul li{
	margin-right: 40px;
	margin-bottom: 10px;
}
.footer .h130 ul li a{
	color: #605f5f;
}
.footer .h130 ul li:hover a{
	color: #ff3e35;
}
.footer .h100{
	height: 100px;
	background: #181a30;
	text-align: center;
}
.footer .h100 ul{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-top: 30px;
	margin-bottom:15px;
}
.footer .h100 ul li a{
	color: #7d7e89;
}
.footer .h100 ul li:hover a{
	color: #91929e;
}
.footer .h100 ul li{
	margin: 0 6px;
	float: left;
}
.footer .h100 p{
	color: #73747f;
}

.zi-banner{
	width: 100%;
	min-width: 1100px;
	height: 250px;
}
.zi-banner img{
	width: 100%;
	height: 100%;
}
.box{
	margin-top: 30px;
}
.w250{
	width: 250px;
}
.left-nav p.title-p{
	width: 250px;
	height: 80px;
	line-height: 80px;
	background: url(../images/left-nav-bg.jpg) no-repeat;
	padding-bottom: 0;
}
.left-nav p.title-p span{
	font-size: 26px;
	color: #fefefe;
	padding-left: 48px;
}
.left-nav-ul{
	width: 250px;
	background: #eef2f5;
	border-bottom: 4px solid #d0333a;
}
.left-nav-ul li{
	height: 49px;
	line-height: 49px;
	border-bottom: 1px solid #dce5ec;
}
.left-nav-ul li.on,
.left-nav-ul li:hover{
	background: #dce5ec;
}
.left-nav-ul li a{
	display: block;
	height: 49px;
	font-size: 14px;
	color: #545454;
	padding:0 47px;
	position: relative;
}
.left-nav-ul li.on a,
.left-nav-ul li:hover a{
	color: #d0333a;
}
.left-nav-ul li a i{
	display: block;
	width: 6px;
	height: 11px;
	background: url(../images/leftnav-arrow.png) no-repeat;
    font-size: 14px;
    position: absolute;
    top: 19px;
    right: 47px;
}
.left-nav-ul li.on a i,
.left-nav-ul li:hover a i,
.left-nav-ul li a span{
	display: none ;
	*display: none !important;
	*zoom: 1;
}
.left-nav-ul li a span{
	display: block;
	width: 20px;
	height: 6px;
	float: right;
	background: url(../images/leftnav-arrow-hover.png) no-repeat;
	position: absolute;
	top: 21px;
	right: 80px;
	opacity: 0;
    transition: all 0s ease-in 0s;
    -moz-transition: all 0s ease-in 0s;
    -webkit-transition: all 0s ease-in 0s;
}
.left-nav-ul li.on a span,
.left-nav-ul li:hover a span{
	opacity: 1;
	right: 47px;
	*display: block !important;
	*zoom: 1;
    transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
}
.leftnav-lxwm{
	margin-top: 20px;
	color: #3b3b3b;
	line-height: 30px;
}
.leftnav-lxwm img{
	width: 250px;
	height: 100px;
}
.leftnav-lxwm span{
	width: 37px;
	font-weight: bold;
}
.leftnav-lxwm p{
	width: 213px;	
}


.w810{
	width: 810px;
}
.right-content .title-content{
	height: 44px;
	line-height: 44px;
	border-bottom: 2px solid #dde4e9;
}
.right-content .title-content span{
	color: #292929;
	font-size: 20px;
}
.right-content .title-content ul li
{
    float:left;
	color: #979696;
	margin-left: 5px;
}
.right-content .title-content ul li a{
	color: #979696;
}
.wz-ul{
	margin-top: 20px;
	border-bottom: 1px dotted #d7d7d7;
    padding-bottom: 17px;
}
.wz-ul li{
	font-size: 14px;
	height: 40px;
	line-height: 40px;
}
.wz-ul li a{
	color: #424242;
	float: left;
	background: url(../images/a-icon.png) left center no-repeat;
    padding-left: 15px;
    transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}
.wz-ul li:hover a{
	margin-left: 5px;
	color: #ff3e35;
}
.wz-ul li span{
	float: right;
	color: #929292;
}
.wz-ul li.li-border{
	border-top:1px dotted #d7d7d7;
	margin-top: 17px;
    padding-top: 17px;
}

.detail{
	padding-top: 36px;
}
.detail-title{
	color: #292929;
	font-size: 24px;
	text-align: center;
}
.detail-date{
	margin-top: 25px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #eeeff3;
}
.detail-date span{
	color: #959595;
	margin: 0 22px;
}
.detail-info{
	padding-top: 30px;
}
/*.detail-info p img{
	display: block;
	margin: 0 auto;
}*/
.sxwz-content {
	margin: 50px 0 80px;
}
.sxwz-content p,
.sxwz-content p a{
	color: #4D4D4D;
	font-size: 14px;
	line-height: 36px;
}
.sxwz-content p a:hover{
	color: #d0333a;
}
.dynamic-ul li{
	width: 250px;
	height: 286px;
	margin-top: 30px;
	float: left;
	margin-right: 30px;
}
.dynamic-ul li .li-shadow{
	height: 286px;
	transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
	background: #f2f5f6;
}
.dynamic-ul li:hover .li-shadow{
	-moz-box-shadow: 0px 0px 12px 0px #888888; /* è€çš„ Firefox */
	box-shadow: 0px 0px 12px 0px #888888;
	margin-top: -2px;
	background: #FFFFFF;
}

.dynamic-ul li .pic{
	height: 166px;
	background: url(../images/gsdt-wt.jpg) no-repeat;
	background-size: cover;
}
.dynamic-ul li .pic img{
	width: 100%;
	height: 100%;
}
.dynamic-ul li .text{
	padding: 20px 16px 0;
}
.dynamic-ul li .text .date{
	color: #a0a0a0;
}
.dynamic-ul li .text p{
	color: #404040;
	font-size: 14px;
	line-height: 26px;
	margin-top: 15px;
}
.dynamic-ul li:hover .text p{
	color: #d0333a;
}

