* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
}




/*主体*/

.newscons_main {
	display: block;
	margin: 0px auto;
	width: 1200px;
	height: auto;
}
.newscons{
	width: 100%;
}
.newscons_banner {
	width: 100%;
}

.banner_img {
	width: 100%;
}
/*文字内容*/
.main_cons{
	padding-top: 10px;
	margin: 0px auto;
	width: 1200px;
	height: auto;
}
.cons_list{
	background: #FAFAFA;
	border: 1px solid #ADADAD;
	float: left;
	display: block;
	width: 260px;
	height: auto;
}
.list_h4{
	color: #FFFFFF;
	width: 262px;
	height: 65px;
	background-image: url(../image/licheng_05.jpg);
}
.list_ul{
	overflow: hidden;
	width: 262px;
	height: auto;
}
.list_ul li{
	display: block;
	width: 260px;
	height: 50px;
	border-bottom: 1px dashed #ADADAD;
}
.list_ul li a{
	font-size: 14px;
	color:#000000;
	padding-left: 50px;
	padding-top: 10px;
	display: block;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow:hidden;
	width: 200px;
	height: 50px;
}
.list_ul li a:hover{
	font-size: 14px;
	color:#FFFFFF;
	background-color: #3A919A;
	padding-left: 50px;
	padding-top: 10px;
	display: block;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow:hidden;
	width: 212px;
	height: 50px;
}

.news_s{
	margin-right: 8px;
	float: left;
	width: 15px;
	height: 20px; 
	background-image: url(/templets/default/image/17.png);
	background-size: 100% 100%;
}
/*新闻详情---联系我们*/
.news_bans{
	width: 260px;
	height: auto;
	overflow: hidden;
}
.news_bimg{
	width: 260px;
	height: 80px;
}
.news_co{
	margin-left: 10px;
	width: 220px;
	height: 26px;
	display: block;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow:hidden;
	font-size: 14px;
}
.news_im{
	width: 26px;
	height: 26px;
}
.img_im{
    width: 26px;
	height: 26px;
}
.list_ul_li1{
	padding-top: 15px;
	padding-left: 5px;
	width: 260px;
	height: 40px;
	display: block;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	border-bottom: 1px dashed #999999;
	overflow:hidden;
}
.list_ul_li1 div{
	float: left;
}
/********结束*********/
/*文章*/
.cons{
	overflow: hidden;
	float: right;
	display: block;
	margin: 0px auto;
	width:900px;
	height: auto;
	margin-bottom: 50px;
}
.news_main_center{
	margin: 0px auto;
	width:900px;
	height: auto;
	margin-bottom: 20px;
}

.news_title{
	width: 100%;
}
.news_title p {
	font-size: 14px;
	color: #212121;
}
.news_title p a{
	font-size: 14px;
	color: #212121;
}
.news_main_center_title>a{
	display: block;
	padding-top: 20px;
	text-align: center;
	font-size: 20px;
}
.news_main_center_title p{
	font-size: 14px;
	padding-top: 10px;
	text-align: center;
	color: #99A6BF;
}
.news_main_center_title p a{
	font-size: 14px;
	padding-top: 10px;
	text-align: center;
	color: #99A6BF;
}
.conts_main{
	width: 100%;
	height: auto;
	padding-top: 30px;
}
.news_main_center_cons{
	padding: 20px;
	text-align: left;
	text-indent: 35px;
	line-height: 30px;
	height: auto;
}
.news_center_link{
	padding-left: 20px;
	padding-top: 50px;
}
.news_center_link p a{	
	color: #2C90FF;
}
@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.banner_img {
		width: 1200px;
	}
}