﻿/*图片列表页面*/
.mbx{
	width: 100%;
	border: 1px solid #f2f2f2;
	box-sizing: border-box;
}
.mbx_con{
	width: 1200px;
	margin: 20px auto;
	/*padding-left: 20px;*/
	box-sizing: border-box;
}
.list_article{
	width: 1200px;
	margin:30px auto;
	overflow: hidden;
}
.list-item-default{
	width: 830px;
	float: left;
	margin-right: 70px;
}
.list-item-default li{
	overflow: hidden;
	margin-bottom:20px;
	padding: 20px;
	padding-bottom: 40px;
	box-sizing: border-box;
	border-bottom: 1px dashed #f2f2f2;
}
.list-item-default li:hover{
	background: #fafafa;
	box-sizing: border-box;
	color: #727272;
}
.list-item-default li .item-thumb{
	width: 261px;
	height: 153px;
	overflow: hidden;
}

.list-item-default li .item-thumb img{
	transition: all 0.6s;
}

.list-item-default li:hover .item-thumb img{
	transform: scale(1.2); 
}

.list-item-default li:hover h2{
	color: #125ba8;
}
.list-item-right{
	float: left;
	width: 300px;
	margin-top: -20px;
}
.item-thumb{
	float: left;
	width:261px;
	height: 153px;
	margin-right: 30px;
}
.item-thumb img{
	width: 100%;
}
.item-content{
	float: left;
	width: 480px;
}
.item-content h2{
	font-weight: bold;
	color: #525252;
	margin-bottom: 20px;
}
.item-content p{
	color:#727272;
	font-size: 14px;
	line-height: 180%;
}
.time{
	overflow: hidden;
	margin-top: 20px;
}
.time i{
	float: left;
	margin-right: 30px;
	color: #a7a7a7;
	font-size: 12px;
	font-style:normal;
	padding-left: 25px;
}
.time i:nth-of-type(1){
	background:url(../images/time.png) no-repeat left center;
}
.time i:nth-of-type(2){
	background:url(../images/ydl.png) no-repeat left center;
}
.list_ggw{
	width: 100%;
}
.list_ggw img {
	width: 100%;
}
.sidebar{
	width: 300px;
	margin:40px auto;
	box-sizing: border-box;
}
.sidebar h2{
	font-size: 20px;
	color: #262626;
	border-bottom: 2px solid #f2f2f2;
	padding-bottom: 15px;
	margin-bottom: 30px;
	padding-left: 30px;
	background: url(../images/hot.png) no-repeat left 3px;
}
.sidebar li{
	margin-bottom: 20px;
	padding-left: 60px;
	line-height: 150%;
	color: #5d5d5d;
	font-size: 14px;
	cursor: pointer;
}
.sidebar li:nth-of-type(1){
	background: url(../images/01.png) no-repeat left center;
}
.sidebar li:nth-of-type(1):hover{
	color: #125ba8;
	background: url(../images/01-ys.png) no-repeat left center;
}
.sidebar li:nth-of-type(2){
	background: url(../images/02.png) no-repeat left center;
}
.sidebar li:nth-of-type(2):hover{
	color: #125ba8;
	background: url(../images/02-ys.png) no-repeat left center;
}
.sidebar li:nth-of-type(3){
	background: url(../images/03.png) no-repeat left center;
}
.sidebar li:nth-of-type(3):hover{
	color: #125ba8;
	background: url(../images/03-ys.png) no-repeat left center;
}
.sidebar li:nth-of-type(4){
	background: url(../images/04.png) no-repeat left center;
}
.sidebar li:nth-of-type(4):hover{
	color: #125ba8;
	background: url(../images/04-ys.png) no-repeat left center;
}
.sidebar li:nth-of-type(5){
	background: url(../images/05.png) no-repeat left center;
}
.sidebar li:nth-of-type(5):hover{
	color: #125ba8;
	background: url(../images/05-ys.png) no-repeat left center;
}

.sidebar.news ul{
	overflow: hidden;
	margin-bottom: 30px;
}
.sidebar.news li{
	background-image: none;
	padding-left: 0;
	width: 100%;
	line-height:45px ;
	margin-bottom:0;
	cursor: pointer;
	font-size: 16px;
	width: 50%;
	float: left;
	text-align: center;
}
.sidebar.news li:hover{
	background:#e5e5e5;
}
.sidebar.news h2{
	background: url(../images/news.png) no-repeat left 3px;
}

.sidebar.recommend h2{
	background: url(../images/tuijian.png) no-repeat left 3px;
}
.sidebar.recommend li{
	overflow: hidden;
	background-image: none;
	padding-left: 0;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.sidebar.recommend li:nth-of-type(5){
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
.sidebar.recommend li:hover{
	background-image: none;
}
.sidebar.recommend li .recom_img{
	float: left;
	width: 110px;
	height: 82px;
	border: 1px solid #fff;
	border-radius:5px;
	margin-right: 20px;
	overflow: hidden;
}

.sidebar.recommend li:hover .recom_img img{
	transition: all 0.6s;
}

.sidebar.recommend li:hover .recom_img img{
	transform: scale(1.2);
}
.sidebar.recommend li .recom_con{
	float: left;
	width: 168px;
	height: 82px;
	position: relative;
}
.sidebar.recommend li span{
	color: #a7a7a7;
	font-size: 12px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.fanye{
	overflow: hidden;
}
.fanye li{
	padding: 8px 15px;
	border: 1px solid #f2f2f2;
	float: left;
	margin-right: 20px;
}
.fanye li.cur{
	background: #004d9b;
	color: #fff;
}

@media only screen and (max-width:690px) {
	.mbx_con{
		width: 90%;
		padding-left:0;
	}
	.list_article{
		width: 95%;
	}
	.list-item-default{
		width:100%;
		margin-right:0;
	}
	.list_article{
		margin-bottom: 10px !important;
		margin-top: 10px !important;
	}
	.list-item-right{
		width: 100%;
	}
	.list-item-default li:hover{
		background: none !important;
	}
	.list-item-default li{
		padding: 20px 10px !important;
	}
	.mbx{
		display: none !important;
	}
	.list-item-default li .item-thumb{
		float: left;
		width:100%;
		height: 100%;
		margin-right: 0;
	}
	.item-thumb img{
		width: 100%;
	}
	
	.list-item-default li {
		margin-bottom: 0;
	}
	
	.fanye {
		margin-top: 30px;
	}
	
	.fanye li {
	    margin-right:0;
	}
	
	.item-content{
		float: left;
		width: 100%;
	}
	.item-content h2{
		font-size: 16px;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.list_ggw{
		width: 100%;
		margin-top: 30px;
	}
	.list_ggw img{
		width: 100%;
	}
	.sidebar {
	    width: 100%;
	}
	.sidebar.recommend li .recom_img {
	    width: 37%;
	    margin-right:3%;
	}
	.sidebar.recommend li .recom_con {
	    width: 55%;
	}
}


/*文章详情页*/

.article_article{
	width: 1200px;
	margin:30px auto;
	overflow: hidden;
}
.article-item-default{
	width: 830px;
	float: left;
	margin-right: 70px;
}
.article_con h1{
	font-size: 28px;
}
.article_con h4{
	font-size: 14px;
	color: #888;
	margin: 30px auto;
}
.article_con h4 span{
	margin-right: 20px;
}
.article_con .overview{
	width: 100%;
	background: #f9f9f9;
	padding: 20px;
	border-radius: 5px;
	box-sizing: border-box;
	line-height: 200%;
	margin-bottom: 30px;
}
.artcile_text{
	margin: 20px auto;
	font-size: 16px;
}
.artcile_text p{
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 200%;
}
.artcile_text img{
	width: 100%;
}
.article-paged{
	overflow: hidden;
	margin-top: 50px;
}
.article-paged .prev_next{
	float: left;
	background: #f9f9f9;
	border: 1px solid #f2f2f2;
	padding: 20px;
	width: 48%;
	margin-right: 2%;
	box-sizing: border-box;
	min-height: 120px;
	cursor: pointer;
}
.article-paged .prev_next.next{
	margin-left: 2%;
	margin-right: 0;
}
.article-paged .prev_next h3{
	margin-bottom: 10px;
	color: #525252;
	font-weight:600;
	font-size: 16px;
}
.article-paged .prev_next h5{
	color: #888;
	margin:10px auto;
	line-height: 180%;
}
.article-info{
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 30px auto;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}
.article-info{
	color: #888;
	font-size: 16px;
}
.article-info p span{
	border: 1px solid #ff3737;
	padding: 5px 12px;
	background: url(../images/info.png) no-repeat 10px center;
	padding-left: 35px;
	color:#ff3737 ;
	margin-right:20px;
}

@media only screen and (max-width:690px) {

	.article_con h1{
		font-size: 20px;
	}
	.article_article{
		width:90%;
		margin-bottom: 0px;
	}
	.article-item-default{
		width:100%;
		margin-right:0;
	}
	.article-paged .prev_next{
		width: 100%;
	}
	.article-paged .prev_next.next {
	    margin-left: 0;
	}
	.article-info {
	    font-size: 14px;
		line-height: 180%;
	}
	.fanye{
		width: 100% !important;
		position: relative;
		margin-top: 20px !important;
	}
	.item-content h2 a{
        font-weight: bold;
	}
	.list_article .fanye li{
		width: 50%;
		height: 40px;
		text-align: center;
		box-sizing: border-box;
		line-height: 40px;
		margin-right: -1px;
		padding: 0px !important;
	}
	.list_article #pageis div li:nth-child(1){
		border-right: none !important;
	}
	.list_article #pageis div li:nth-child(2){
		display: none !important;
	}
	.list_article #pageis div li:nth-child(3){
		display: none !important;
	}
	.list_article #pageis div li:nth-child(4){
		display: none !important;
	}

	.list_article #pageis div li:nth-child(5){
		display: none !important;
	}
	.list_article #pageis div li:nth-child(6){
		display: none !important;
	}
	.list_article #pageis div li:nth-child(7){
		display: none !important;
	}
}