header{
	background: url(../image/header_bg.png) 100% 100% !important;

}
.banner{
	width: 100%;
	height: auto;
}
.content{
	width:1200px;
	margin:30px auto 0;
	overflow: hidden;
	position: relative;
}
.news{
	overflow: hidden;
	width: 1198px;
	height: 50px;
	line-height: 50px;
	background: #fafafa;
	border:1px solid #e5e5e5;
	border-radius: 25px;
}
.news li{
	float: left;
	position: relative;
	z-index: 2;
	height: 100%;
	width: 120px;
	text-align: center;
	border-radius: 25px;
	font-size: 16px;
	color:#333;
}
.news li:hover{
	/*color:#fff;*/
	cursor: pointer;
}
.news li.current a{
	color:#fff;
	position: relative;
}
.news li.current a:hover{
	color:#fff;
	position: relative;
}
.news li.current:after{
	content:'';
	display: block;
	width: 100%;
	height:50px;
	top:0;
	background:#325597;
	position:absolute;
	z-index:-1;
	border-radius: 25px;
}
.show{
	display: none;
}
.hide{
	display: none;
	overflow: hidden;
}
.news-top{
	overflow: hidden;
	padding:40px 0px 30px;
	border-bottom: 1px dashed #dcdcdc;
}
.news-text{
	width: 685px;
	padding: 0 15px;
	float: right;
	padding-top: 30px;
	font-size: 14px;
	color: #333;
	line-height: 1.6
}
.news-caption{
	overflow: hidden;
	height: 18px;
	line-height: 18px;
	margin-bottom: 40px;
}
.news-caption>span{
	display: block;
}
.news-text>a{
	display: block;
	float: right;
	margin-top: 20px;
	color: #4A87E7;
}
.news-text>a:hover{
	text-decoration: underline;
}
.news-t{
	float: left;
	color:#333;
	font-size: 18px;
}
.news-time{
	float: right;
	font-size: 14px
}
.news-top>img{
	display: block;
	float: left;
}
.news-list{
	padding: 20px 0;
	border-bottom: 1px dashed #dcdcdc;
	height:80px;
}
.list-time{
	float: left;
	width: 87px;
	height: 100%;
	text-align: center;
	background: #dedede;
	color: #666;
	line-height: 1.5
}
.list-time p:first-child{
	font-size: 30px;
}
.list-time p:last-child{
	font-size: 18px;
}
.list-content{
	display: block;
	width: 1053px;
	height: 62px;
	padding: 9px 20px;
	float: right;
	position: relative;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.list-content:hover{
	background: #5879aa;
}
/*.list-content:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background: #5879aa;
    z-index: -1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.list-content:hover:after {
    right: 0;
    width: 100%;
    z-index: -1;
}*/
.list-content p{
	width: 900px;
	color: #666;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.list-content p:first-child{
	font-size: 18px;
}
.list-content p:last-child{
	font-size: 14px;
}
.list-content span{
	display: block;
	width: 66px;
	height: 22px;
	line-height: 22px;
	text-align:center;
	background: #eeeeee;
	color: #666;
	font-size: 12px;
	position: absolute;
	right: 20px;
	border-radius: 25px;
	bottom:10px;
}
.list-content:hover p{
    color: #ffffff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.list-content:hover span{
    background: #fff;
}
.page{
	float: right;
	overflow: hidden;
	margin:40px 0 60px;
}
.page>a{
	display: block;
	height: 25px;
	line-height: 25px;
	border:1px solid #c9c9c9;
	padding: 0 9px;
	float: left;
	margin-right: 10px;
}
.page>a:hover{
	color:#333;
}
.actived{
	background: #325990;
	border:1px solid #325990;
	color:#fff;
}
.page .actived:hover{
	color:#fff;
}
.back-top{
	position: fixed;
	right: 10px;
	bottom:100px;
	display: none;
}