/* 头部css */
.header{
	position: relative;
	background-image: url(/image/header_bg.png)
}
.header .logo{
	position: relative;
	height: 130px;
}
.header .logo .t-img{
	width: 470px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
	top: 20px \9;
}
.header .logo .top-r{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	height: 74px;
	top: 20px \9;
}
.top-r .desc{overflow: hidden;}
.top-r .desc .a{
	float: left;
	height: 78px;
}
.desc .a .date{margin-bottom: 20px;text-align: right;}
.desc .a .date .date-img{
	margin-right: 15px;
}
.desc .a .date .date-txt{
	font-size: 14px;
	color: #7da8ed;
}
.desc .a .set_index{
	padding-left: 30px;
	padding-right: 20px;
	background: url(/image/header_setindex_icon.png) no-repeat left center;
	cursor: pointer;
}
.desc .a .add_favor{
	padding-left: 30px;
	padding-right: 20px;
	background: url(/image/header_addfavor_icon.png) no-repeat left center;
	cursor: pointer;
}
.desc .a .contact_us{
	padding-left: 30px;
	background: url(/image/header_contactus_icon.png) no-repeat left center;
	cursor: pointer;
}
.top-r .desc .b{
	float: right;
	position: relative;
	padding-left: 20px;
	margin-left: 20px;
}
.top-r .desc .b:after {
	content: '';
	height: 47px;
	position: absolute;
	left: 0;
	top: 50%;
	top: 20px \9;
	border-right: 1px solid #d7d7d7;
	transform: translateY(-50%);
}
.desc .b>img{}
.header .h-r{
	background-color: #385b93;
	width: 100%;
	position: relative;
}
.header .h-r .nav{
	overflow: hidden;
	background-color: #385b93;
}
.h-r .nav .nav-li{
	float: left;
	width: 16.6666%;
}
.h-r .nav .nav-li a{
	display: block;
	height: 58px;
	line-height: 58px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}
.h-r .nav .nav-li a:hover{background: #2e456b;color: #ffffff !important;}
.h-r .nav .nav-li .active-li{background: #2e456b;}

.header .h-r .ul-list{
	position: absolute;
	width: 100%;
	background-color: #def0ff;
	z-index: 99;
}
.ul-list .text_box{
	background-color: #def0ff;
	overflow: hidden;
	display: none;
}
.ul-list .text_box.on{
	display: block;
}
.ul-list .text_box .link-li{
	float: left;
	padding: 0 68px;
	text-align: center;
}
.ul-list .text_box .link-li a{
	font-size: 16px;
	color: #1d5787;
	height: 46px;
	line-height: 46px;
	display: block;
	white-space: nowrap;
}
.ul-list .text_box .link-li a:hover{
	text-decoration: underline !important;
}
.header .sidebar-ico{
	position: absolute;
	top: 50px;
	right: 10px;
}
.header .sidebar-ico .side-line{
	background: #369 none repeat scroll 0 0;
	height: 3px;
	margin-bottom: 4px;
	width: 27px;
	display: block;
}
/* 头部css */

/* 位置 */
.page-address{
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 25px;
}
.page-address .address-l{
	font-size: 22px;
	color: #2f476e;
	margin-top: 15px;
}
.page-address .address-r{
	margin-top: 15px;
}
.page-address .address-r span,
.page-address .address-r a{
	font-size: 16px;
	color: #2f2f2f;
}
.page-address .address-r span:last-child,
.page-address .address-r a:last-child{
	color: #385b93;
}
/* 位置 */
/* 内容页 */
.right-center{
	border-bottom: solid 1px #d2d2d2;
	border-top: solid 1px #d2d2d2;
}
.right-center .center-list{
	padding-bottom: 40px;
}
.right-center .center-list .cen-title{
	font-size: 28px;
	color: #2f2f2f;
	text-align: center;
	padding-top: 50px;
}
.right-center .center-list .cen-author{
	font-size: 16px;
	color: #656565;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 60px;
}
.right-center .center-list .cen-desc{
	font-size: 18px;
	color: #2f2f2f;
	word-break: break-word;
	text-indent: 40px;
	line-height: 40px;
	text-align: center;
}
/* 内容页 */

/* 列表页 */
.con-list{ 
	overflow: hidden;
}
.con-list .left-list{
}
.left-list .address-name{
	height: 60px;
	line-height: 60px;
	background-color: #385b93;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
}
.con-list .left-list .left-ul{
	width: 290px;
	position: relative;
}
.left-ul li{
	width: 100%;
	height: 60px;
	line-height: 60px;
	border: solid 1px #d9d9d9;
	text-align: center;
	border-top: 0;
	box-sizing: border-box;
	font-size: 17px;
}
.left-ul li.poa{
	display: none;
	background: url(/image/more_icon.png) no-repeat right;
	position: absolute;
	top: 10px;
	right: 0px;
	padding: 0;
	width: 21px;
	height: 21px;
	cursor: pointer;
}
.left-ul.sm.md{
	height: auto;
	transition: height 2s;
	-moz-transition: height 2s; /* Firefox 4 */
	-webkit-transition: height 2s; /* Safari 和 Chrome */
	-o-transition: height 2s; /* Opera */
}
.left-ul li a{display: block;color: #989898;}
.right-list{
	overflow: hidden;
	width: 840px;
	border-top: 1px solid #d2d2d2;
}
.right-list .list-ul{
}
.right-list .list-ul li{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #b1b1b1;
	background: url(/image/more_than_icon.png) no-repeat left center;
	padding-left: 30px;
}
.right-list .list-ul li a{
	display: block;
	overflow: hidden;
}
.right-list .list-ul li a span{
	font-size: 16px;
}
.right-list .list-ul li a span:nth-child(1){
	color: #2f2f2f;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 80%;
	white-space: nowrap;
}
.right-list .list-ul li a span:nth-child(2){
	color: #b1b1b1;
}
.right-list .list-ul li a .a-desc{
	color: #2f2f2f;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 80%;
	white-space: nowrap;
}
.right-list .list-ul li a .a-time{
	color: #b1b1b1;
}
.right-list .list-ul li:hover a span:nth-child(1){
	color: #408fda;
}
.right-list .list-ul li:hover a .a-desc{
	color: #408fda;
}
/* 分页 */
/* 分页 */
.right-page{
	margin-top: 30px;
	overflow: hidden;
}
.right-page span,
.right-page a{
	font-size: 16px;
	color: #5a5a5a;
	margin-right: 10px;
}
.right-page input{
	width: 69px;
	height: 31px;
	border: solid 1px #d2d2d2;
	margin-right: 10px;
}
.right-page input:last-child{
	border: 0;
	background: #FFFFFF;
	color: #385b93;
}
/* 分页 */

/* 列表页 */


@media screen and (max-width: 1199px) {
	/* 头部css */
	.header .logo{width: 1002px;}
	.header .h-r .nav{width: 1002px;}
	/* 头部css */
	
	/* 内容页 */
	.right-center{width: 1002px;}
	/* 内容页 */
	
	/* 列表页 */
	.page-address{width: 1002px;padding: 0 20px;box-sizing: border-box;}
	.con-list{width: 1002px;padding: 0 20px;box-sizing: border-box;}
	.right-list{width: 645px;}
	/* 列表页 */
}
@media screen and (max-width: 1001px) {
	/* 头部css */
	.header .logo{width: 768px;}
	.header .h-r .nav{width: 100%;}
	.top-r .desc .b{display: none;}
	.header .logo .t-img{width: auto;height: 50px;}
	.header .sidebar-ico{display: block !important;}
	.header .h-r{display: none;}
	.section-content{margin-top: 0;}
	.header .h-r{
		display: block;
		width: 50%;
		height: 100%;
		position: fixed;
		z-index: 100;
		right: -50%;
		top: 0;
		background: #385b93;
		transition: ease .5s all;
	}
	.header .h-r.on{
		right: 0;
	}
	.h-r .nav .nav-li{float: none;width: 100%;}
	.mask{
	    display: none;
	    position: fixed;
	    width: 100%;
	    height: 100%;
	    background: #000;
	    opacity: .6;
	    top: 0;
	    left: 0;
	    z-index: 99;
		background: transparent \9;
	}
	.mask.on{
	    display: block;
	}
	.header .h-r .ul-list{display: none;}
	/* 头部css */
	
	/* 内容页 */
	.right-center{width: 768px;padding: 0 30px;box-sizing: border-box;}
	/* 内容页 */
	
	/* 列表页 */
	.con-list .left-list{
		/* display: none; */
	}
	.left-ul.sm{
		height: 30px;
		transition: height 2s;
		-moz-transition: height 2s; /* Firefox 4 */
		-webkit-transition: height 2s; /* Safari 和 Chrome */
		-o-transition: height 2s; /* Opera */
	}
	.left-ul li.poa{display: block;}
	.con-list .left-list .left-ul{
		width: 100%;
		overflow: hidden;
		padding-bottom: 15px;
	}
	.left-ul li{
		width: auto;
		height: auto;
		line-height: normal;
		background-color: #ffffff;
		border-bottom: 1px solid #ffffff;
		text-align: center;
		float: left;
		padding: 10px 33px;
	}
	.con-list{
		width: 100%;
	}
	.page-address{
		width: 100%;
	}
	.right-list{
		width: 100%;
	}
	/* 列表页 */
}
@media screen and (max-width: 767px) {
	/* 头部css */
	.header .logo{width: 100%;}
	.header .h-r .nav{width: 100%;}
	.top-r .desc{display: none;}
	.header .logo{height: 100px;}
	.header .sidebar-ico{top: 35px;}
	.header .logo .t-img{height: 40px;}
	/* 头部css */
	
	/* 内容页 */
	.right-center{width: 100%;}
	/* 内容页 */
	
	/* 列表页 */
	.right-list .list-ul li a span:nth-child(1){
		width: 75%;
	}
	.right-list .list-ul li a .a-desc{
		width: 75%;
	}
	/* 分页 */
	.right-page{text-align: center;}
	.right-page span{display: block;margin-top: 15px;}
	/* 分页 */
	/* 列表页 */
}