.banner {
	height: 405px;
	width: 1024px;
}

.banner img {
	width: 100%;
	height: 100%;
}

.box {
	margin-top: 15px;
}

.box .left {
	width: 402px;
	height: 315px;
	border: 1px solid #6699CC;
	box-sizing: border-box;
}

.box .left .swiper-pagination {
	text-align: right;
	background-color: rgba(0, 0, 0, .2);
	bottom: 0;
	height: 26px;
}

.box .left .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background-color: #FFFFFF;
	border-radius: inherit;
}

.box .left .swiper-pagination-bullet-active {
	color: #fff;
	background-color: #C70B31;
}

.box .left .swiper-slide {
	width: 390px;
	height: 280px;
	top: 0;
}

.box .left .swiper-container {
	width: 390px;
	height: 280px;
	margin-left: 0;
	position: relative;
	top: -1px;
}

.box .left .swiper-slide img {
	width: 100%;
	height: 100%;
}

.index_title {
	background: url(../img/bg.jpg) left repeat;
	height: 33px;
}

.index_title .name {
	background: url(../img/title.jpg) center no-repeat;
	width: 134px;
	height: 33px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 33px;
}

.index_title .more {
	line-height: 28px;
	margin-right: 48px;
}

.index_title .more a {
	font-size: 12px;
	color: #333333;
}

.index_title .more a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.box .right {
	width: 602px;
	height: 315px;
	border: 1px solid #6699CC;
	box-sizing: border-box;
}

.box .right .hd ul li{
	cursor: pointer;
	box-sizing: border-box;
}

.box .right .bd ul li{
	padding: 0 10px;
	box-sizing: border-box;
	height: 32px;
	line-height: 32px;
}

.box .right .bd ul li .text{
	font-size: 12px;
	color: #333333;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 480px;
}

.box .right .bd ul li .text img{
	vertical-align: -1px;
	margin-right: 7px;
}

.box .right .bd ul li .time{
	color: #333333;
	font-size: 12px;
}

.box .right .bd ul li .text:hover{
	color: #FF6600;
	text-decoration: underline;
}

.box2{
	margin-top: 15px;
}

.box2 .left{
	width: 499px;
	height: 230px;
	border: 1px solid #6699CC;
	box-sizing: border-box;
}

.box2 ul li{
	padding: 0 10px;
	box-sizing: border-box;
	height: 32px;
	line-height: 32px;
}

.box2 ul li .text{
	font-size: 12px;
	color: #333333;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.box2 ul li .text img{
	vertical-align: -1px;
	margin-right: 7px;
}

.box2 ul li .time{
	color: #333333;
	font-size: 12px;
}

.box2 ul li .text:hover{
	color: #FF6600;
	text-decoration: underline;
}

.box2 .left ul li .text{
	width: 400px;
}

.box2 .right{
	width: 503px;
	height: 315px;
	border: 1px solid #6699CC;
	box-sizing: border-box;
}

.box2 .right ul li .text{
	width: 415px;
}
