﻿@charset "utf-8";
/*新闻资讯*/




.news-con{
	width: 100%;
	
	background: #f7f7f7;
	
}
.news{ position: relative;margin:0 auto;padding-top: 49px; 	margin-bottom:10px;width: 96%;height: 300px; overflow: hidden; }
.news .bd{height:350px;width: 100%;margin-top:20px;}
.news .bd ul li{width: 1000px;height:340px;}
.news .bd ul li img{
	display: inline-block;
	float: left;
	width: 48%;
	height: 300px;
}
.news .bd ul li .news-txt{
	width: 50%;
	float: left;
	font-size: 14px;
	padding-left:20px;
	height: 190px;
	overflow: hidden;
}
.news .bd ul li .news-txt h2{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.ban .title-news p{
	color: #666;
	width: 500px;

}
.news .hd{width: 1000px; height:12px;;position: absolute;left: 45%;bottom: 9px;}
.news .hd ul li{width: 12px; height: 12px;background: url(/images/bg/icon12.png) no-repeat right;display: block;	margin-right:5px;  float: left;text-indent: -999px;}
.news .hd ul li.on{width: 12px; height: 12px;background: url(/images/bg/icon12.png) no-repeat left;display: block;}
.news .headlines{
	position: absolute;
	top: 10px;
	left: 40%;
	width: 120px;
	height: 20px;
	line-height: 40px;
	background: url(/images/bg/bg-icon2 0.png) no-repeat right;
	font-size: 30px;
	font-weight: bold;
	color: #C02701;
}

