﻿@charset "utf-8";
.t1 {
	height: 50px;
	border-bottom: 1px solid #384052;
	margin-bottom: 9px;
}
.t1 a {
	display: inline-block;
	width: 140px;
	font: bold 18px/50px microsoft yahei, simhei;
	text-align: center;
	background-color: #f1f1f1;
}
.t1 a + a {
	margin-left: 2px;
}
.t1 a.current {
	background: #3d7bca;
	color: #fff;
}
.t2 {
	position: relative;
	height: 36px;
	margin-bottom: 10px;
}
.t2:before {
	content: '';
	position: absolute;
	top: 9px;
	left: 9px;
	width: 7px;
	height: 18px;
}
.t2 a, .t2 b {
	position: relative;
	display: inline-block;
	margin-bottom: -4px;
	padding: 0 20px;
	line-height: 36px;
	font-size: 18px;
	border-bottom: 4px solid transparent;
	color: #797979;
}
.t2 a.current, .t2 b {
	color: #265291;
}
.list-t{
	background-color: #f2f2f2;
	padding:0 10px;
}
.grid .list-t li {
	height: 41px;
	padding-left: 15px;
	font: normal 16px/41px microsoft yahei, simhei;
	background: url(dot.png) 0 50% no-repeat;
}
.news .list-t li {
	border-bottom: 1px dashed #ccc;
}
.list-a li a {
	display: block;
	transition: all .2s;
}
.list-a li a i {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(icon.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}
.w580 {
	width: 580px;
}
.w455 {
	width: 455px;
}
.w220 {
	width: 220px;
}
.mb20 {
	margin-bottom: 20px;
}
.mr20 {
	margin-right: 20px;
}
.brs {
	border-right: 1px solid #ddd;
	margin-right: 15px;
	padding-right: 14px;
}
/* part1 */
.p1 {
	width: 1190px;
}
/*头条*/
.headline {
	width: 100%;
	height: 125px;
}
.headline h2 {
	color: #f35d2a;
	text-align: center;
	font: bold 30px/80px microsoft yahei, simhei;
}
.headline p {
	text-align: center;
	font: normal 14px/24px microsoft yahei, simhei;
}
.headline p a {
	color: #365291;
}
/* 焦点图 */
.focus {
	position: relative;
	overflow: hidden;
	width: 580px;
	height: 400px;
}
.focus .pic {
	width: 580px;
	height: 400px;
}
.focus .pic div a {
	display: block;
	width: 580px;
	height: 400px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}
.focus .pic div a img {
	max-width: 100%;
	min-height: 396px;
}
.focus .pic div a span {
	position: absolute;
	bottom: 5px;
	left: 0;
	display: block;
	width: 100%;
	height: 50px;
	font: bold 16px/50px microsoft yahei, simhei;
	text-align: center;
	background: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
	color: #fff;
}
.focus .navi {
	width: 582px;
	height: 5px;
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 9999;
	margin-left: -2px;
}
.focus .navi li {
	float: left;
	margin-left: 2px;
}
.focus .navi li a {
	display: block;
	width: 98px;
	height: 5px;
	font: 0/0 a;
	background-color: #6a8fbf;
	color: transparent;
	overflow: hidden;
	transition: width .2s ease-in;
}
.focus .navi li.current a {
	width: 180px;
	background-color: #f35d2a;
}
.focus a {
	display: block;
}
.focus .prev, .focus .next {
	display: none;
	width: 50px;
	height: 50px;
	background-image: url(arr.png);
	background-repeat: no-repeat;
	text-indent: -999em;
	top: 50%;
	margin-top: -25px;
	z-index: 9;
}
.focus .prev {
	position: absolute;
	left: 0;
}
.focus .next {
	position: absolute;
	right: 0;
	background-position: 100% 0;
}
/* part3*/
.show {
	position: relative;
	width: 1190px;
	height: 44px;
	padding:20px 0px;
	margin:0px auto;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(54,82,145,.1);
	-moz-box-shadow: 0 0 10px rgba(54,82,145,.1);
	box-shadow: 0 0 10px rgba(54,82,145,.1);
}
.show .scroll { /* 容器大小、溢出隐藏 */
	width: 1180px;
	height: 44px;
	position: relative;
	overflow: hidden;
	margin-left:15px;
}
.show li { /* 子元素大小 */
	width: 280px;
	height: 44px;
	margin:0px 5px;
}
.show li a {
	display: block;
	width: 280px;
	margin: 0 auto;
}
.show li a img {
	width: 100%;
}
.show .prev, .show .next{
	display: none;
	width: 18px;
	height: 18px;
	background-image:url(arr02.png);
	background-repeat: no-repeat;
	text-indent: -999em;
	top: 36%;
	z-index: 9;
	filter: Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.show .prev{
	position: absolute;
	left: 0;
}
.show .next{
	position: absolute;
	right: 0;
	background-position: 100% 0;
}
/* part4 */
.p4 > div {
	height: 380px;
}
.a7, .a8 {
	margin-right: -15px;
}
.a7 li{
	margin: 0 10px 10px 0;
}
.a8 li {
	margin: 0 15px 10px 0;
}
.a7 li a{
	width: 106px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 16px;
	background-color: #f2f2f2;
}
.a8 li a {
	width: 141px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 16px;
	background-color: #f2f2f2;
}
.a7 li a:hover, .a8 li a:hover {
	border-color: #0069c4;
	background-color: #0069c4;
	color: #fff;
}
.a8 li a i {
	float: left;
	margin: 15px 0px 0px 10px;
	display: block;
}
.a8 .s1 {
	background-position: 0 -30px;
}
.a8 .s2 {
	background-position: -30px -30px;
}
.a8 .s3 {
	background-position: -60px -30px;
}
.a8 .s4 {
	background-position:  -90px -30px;
}
.a8 .s5 {
	background-position:  -120px -30px;
}
.a8 .s6 {
	background-position:  -150px -30px;
}
.a8 li a:hover .s1 {
	background-position: 0 -60px;
}
.a8 li a:hover .s2 {
	background-position: -30px -60px;
}
.a8 li a:hover .s3 {
	background-position: -60px -60px;
}
.a8 li a:hover .s4 {
	background-position:  -90px -60px;
}
.a8 li a:hover .s5 {
	background-position:  -120px -60px;
}
.a8 li a:hover .s6 {
	background-position:  -150px -60px;
}
.mail{
	border-left:5px solid #f2f2f2;
	padding-left:20px;
	margin-left:20px;
	}
.mail h4{
	color:#f35d2a;
	font-size:18px;
	font-weight:bold;
	margin-left:-35px;
	line-height:50px;
	}
.mail h4 i{
	display:block;
	float:left;
	width:30px;
	height:30px;
	margin:10px 10px 0px 0px;
	background:url(icon.png) -90px 0px no-repeat;
	}
.mail p{
	padding:0px 10px;
	line-height:30px;
	padding-left:25px;
	background:#f2f2f2 url(dot.png) 10px 13px no-repeat;
	}
.board {
	width:220px;
	zoom:1;
	position:relative; 
}
.board .scroll {
	width:220px;
	height:330px;
}
.board .scroll div {
	width:220px;
	height:330px;
	position:relative;
	overflow:hidden;
}
.board p a {
	border-left:3px solid #265291;
	background:#f2f2f2 url(board01.png) 170px center no-repeat;
	padding: 32px 30px;
	line-height:20px;
	margin-bottom:7px;
	display:block;
}
.board p a:hover{
	color:#fff;
	background:#0069c4 url(board02.png) 170px center no-repeat;
	}
.board .pagination,.board .prev{
	display:none;
	}
.board .next{
	width:66px;
	height:18px;
	position:absolute;
	top:-45px;
	right:0px;
	font-size:0px;
	background:url(board03.png) 0px 0px no-repeat;
	}
/*20170707修改*/
.t3 {
	position: relative;
	height: 36px;
	margin-bottom: 10px;
}
.t3 a{
	display: inline-block;
    width: 137px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
		margin-right:10px;

		font-weight:normal;
	color: #265291;
	background:#f2f2f2;
		}
.t3 a.current, .t2 b {
    background-color: #0069c4;
		color:#fff;
}
.btn a{
	display:block;
	color:#0069c4;
	width:120px;
	margin:10px;
	text-align:center;
	float:left;
	border:1px solid #0069c4;
	font:normal 14px/40px microsoft yahei, simhei;
	}	
.test .list-t li{
	height:39px;
	line-height:39px;
	}