/*轮播图*/
.banner {
	padding-top: 20px;
	width: 100%;
	height: 283px;}

.banner .container {
	position: relative;
	overflow: hidden;
	height: 100%;}

.pic-ul {
	position: absolute;
	top: 0;
	left: 0;}

.pic-ul li {
	position: relative;
	float: left;
	width: 981px;
	height: 283px;}

.pic-ul li img {
	width: 100%;
	height: 100%;}

.banner-mask {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 42px;
	font-size: 14px;
	color: #fff;
	text-indent: 21px;
	line-height: 42px;
	background: rgba(0, 0, 0, 0.5);}

.scroll-btn-ul {
	position: absolute;
	right: 48px;
	bottom: 11px;}

.scroll-btn-ul li {
	float: left;
	margin-left: 25px;
	width: 17px;
	height: 17px;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;}

/*主体*/
.main {
	overflow: hidden;
	padding-top: 14px;
	width: 100%;}

.news-header {
	width: 100%;
	height: 40px;
	font-size: 20px;
	text-indent: 10px;
	line-height: 40px;
	color: #333;
	border-bottom: 2px solid #226cb5;}

.news-item {
	float: left;
	padding: 10px 7px 0; 
	width: 313px;}

.news-pic img {
	width: 313px;
	height: 181px;}

.news-title {
	padding: 10px 5px 30px;
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid #e6e6e6;}

