@charset "UTF-8";
body{background-color: #fafafa;}
.banner{
	height: 443px;
	margin-top: 47px;
}
.banner .carousel{
	width: 881px;
	height: 443px;
	position: relative;
	overflow: hidden;
}
.carousel .imglist{
	width: 8000px;
	height: 443px;
	position: absolute;
	left: 0;
	top: 0;
}
.carousel .imglist li{
	float: left;
	width: 881px;
	height: 443px;
}
.carousel .imglist li img{
	width: 100%;
	height: 100%;
}
.carousel-bar-bg{
	width: 100%;
	height: 53px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #134e80;
	opacity: 0.7;
}
.carousel-bar{
	width: 100%;
	height: 53px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	overflow: hidden;
}
.carousel-text{
	position: absolute;
	top: 0;
	left: 0;
	height: 53px;
	padding-left: 26px;
	line-height: 53px;
	/*overflow: hidden;*/
}
.carousel-text li{
	height: 53px;
	font: 20px/53px "microsoft yahei";
}
.carousel-text li a:link,.carousel-text li a:visited{color: #fff;}
.circlelist{
	padding-top: 25px;
	padding-right: 25px;
}
.circlelist li{
	float: left;
	width: 51px;
	height: 3px;
	background-color: #fff;
	margin-right: 4px;
	cursor: pointer;
}
.circlelist li.cur{background-color: #25a0cd;}
.study-enter{width: 297px;}
.study-enter-item{
	display: block;
	width: 297px;
	height: 135px;
}
.study-enter-item img{
	width: 100%;
	height: 100%;
}
.news{
	margin-top: 34px;
}
.news .news-item{
	width: 369px;
	margin-right: 36px;
	padding-bottom: 15px;
}
.new-item-hd{
	height: 42px;
	border-bottom: 1px solid #bfbfbf;
	background: url("../images/news-item-hd-bg.png") no-repeat 4px 7px;
	padding-left: 25px;
}
.new-item-hd h4{
	float: left;
	height: 42px;
	border-bottom: 1px solid #379def;
	padding: 0 3px;
	font-size: 26px;
	color: #343434;
}
.new-item-hd .view-more{
	float: right;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #a9a9a9;
}
.news-list{padding: 20px 3px 10px;}
.news-list li{
	background: url("../images/newlist-bg.png") no-repeat left center;
	padding-left: 19px;
	font: 16px/40px "microsoft yahei";
}
