/* 位置 */
.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;
	/* text-align: center; */
}
.center-list p{
	text-align: center;
}
.center-list img{
	text-align: center;
}
.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;
	border: none;
}
.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;
}
/* 图片 */
.list-img{
	margin-top: 55px;
	overflow: hidden;
}
.list-img .list-item{
	display: block;
	border-bottom: solid 1px #e5e5e5;
	width: 244px;
	padding-bottom: 10px;
	float: left;
	margin-right: 50px;
	margin-bottom: 30px;
}
.list-img .list-item .it-img{
	width: 240px;
	height: 135px;
	background-color: #eeeeee;
	border-radius: 4px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.list-img .list-item .it-desc{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 30px auto;
}
.list-img .list-item .it-clock{}
.list-item .it-clock .cl-img{
	width: 14px;
	height: 14px;
}
.list-item .it-clock .cl-time{
	font-size: 14px;
	color: #6b6b6b;
	margin-left: 10px;
}

.list-img .list-item:nth-child(3n+3){
	margin-right: 0;
}
/* 图片 */
.list-cont{
	text-align: center;
}
.list-cont img{max-width: 100%;}
.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) {
	
	/* 内容页 */
	.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;}
	/* 列表页 */
	/* 图片 */
	.list-img .list-item:nth-child(3n+3){
		margin-right: 50px;
	}
	.list-img .list-item:nth-child(2n+2){
		float: right;
	}
	/* 图片 */
}

@media screen and (max-width: 1001px) {
	/* 内容页 */
	.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: none;
		text-align: center;
		float: left;
		padding: 10px 33px;
	}
	.con-list{
		width: 100%;
	}
	.page-address{
		width: 100%;
	}
	.right-list{
		width: 100%;
	}
	/* 列表页 */
	/* 图片 */
	.list-img .list-item{margin-right: 0;width: 47%;}
	.list-img .list-item:nth-child(3n+3){
		margin-right: 0;
	}
	/* 图片 */
}

@media screen and (max-width: 767px) {
	/* 内容页 */
	.right-center{width: 100%;}
	/* 内容页 */
	/* 位置 */
	.left-ul li{padding: 10px 20px;}
	/* 位置 */
	/* 列表页 */
	.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;}
	/* 分页 */
	/* 列表页 */
	/* 图片 */
	.list-img .list-item{
		width: 100%;
	}
	.list-img .list-item:last-child{
		margin-bottom: 0;
	}
	/* 图片 */
}