﻿

/*文章列表*/
.in-cont{
	padding-top: 50px;
}
.in-cont .list_news dl {
	padding: 20px;
	overflow: hidden;
	margin-bottom: -1px;
	border: 1px #eaeaea solid;
	background: #fff;
}
.in-cont .list_news .first {
	border-radius: 4px 4px 0 0;
}
.in-cont .list_news .last {
	border-radius: 0 0 4px 4px;
}
.in-cont .list_news .m {
	float: left;
	width: 220px;
	margin-right: 15px;
}
.in-cont .list_news .m img {
	width: 100%;
	height: 150px;
}
.in-cont .list_news dt {
	height: 24px;
	line-height: 24px;
	margin-bottom: 6px;
	overflow: hidden;
}
.in-cont .list_news dt a {
	font-size: 18px;
	color: #222;
}
.in-cont .list_news dt a:hover {
	color: #0595c7;
}
.in-cont .list_news p {
	color: #999;
	font-size: 12px;
	line-height: 30px;
}
.in-cont .list_news p em {
	margin-right: 15px;
	color: #999;
	font-style: normal;
}
.in-cont .list_news p em a {
	color: #999;
}
.in-cont .list_news dd {
	line-height: 22px;
	font-size: 12px;
	color: #888;
}


/*分页样式一begin
.fenye{ margin:20px 0;}

.fenye ul{height: 32px;display:block; margin:0 auto;}

.fenye ul li{float: left; display: inline; height: 32px; line-height: 32px; padding: 0 10px;color:#000;font-size:15px; margin: 0 5px; border:1px solid #dedede; font-size:16px;}

.fenye ul li a{color:#000;font-size:16px; }

.fenye ul li.thisclass{background:#09f;border:1px solid ##218EC1;color:#fff; font-size:16px;}

.fenye ul li.thisclass a{color:#fff;}
.fenye ul li a:hover, a:focus {
    color: hsl(209, 93%, 48%);
    text-decoration: none;
}
/*分页样式一end*/


/*分页样式二begin*/
.fenye{
}
.fenye ul{
	
	padding:12px 0px 12px 16px;
}
.fenye ul li{
	float:left;
	font-family:Tahoma;
	line-height:36px;
	/* padding-left: 13px; padding-right: 13px;*/
	margin-right:6px; /*padding-left: 6px; padding-right: 6px;*/
	border:1px solid #E9E9E9;
}
.fenye ul li a{
	float:left;
	
	color:#555;text-align:center;
	display:block; width:40px;
}
.fenye ul li a:hover{
	/*color:#690;*/ display:block; float:left; width:40px; 
	background-color:#2285E8; color:#FFFFFF;
	text-decoration:none;
	/*padding:2px 4px 2px;*/ 
}
.fenye ul li select{
margin-left:10px; margin-right:10px;
}
.fenye ul li.thisclass,
.fenye ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	 float:left; width:40px;
	/*padding:2px 6px 2px;*/ display:block;
	background-color:#2285E8; color:#FFFFFF;
	font-weight:bold;text-align:center;
}
.fenye .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.fenye .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}
/*分页样式二end*/

.mbx{ margin-top:20px;}
.news_con p{ word-break: break-all; word-wrap: break-word;}



@media(min-width:768px){
	.news_con p img{ width:100%;}


}
@media(max-width:767px){

	.news_con p img{ width:100%;}

}

