/*banner*/

#banner{
	padding: 25px 0;
	background: #f2f2f2;
}

#bannerArea{
	position: relative;
	height: inherit;
}

.bannerList{
	float: left;
	height: inherit;
	text-align: center;
}

.bannerList img{
	width: 100%;
}

/*indexContent*/

#contentArea{
	background: #f2f2f2;
}

#indexLeft{
	float: left;
	width: 250px;
	margin:15px;
}

#indexLeft a:hover{
	text-decoration: none;
}

#BBTN{
	margin-bottom: 15px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 30px;
	background: #7cc1e2;
	font-size: 18px;
	color: #fff;
	transition:.2s;
	cursor: pointer;
}

#BBTN:hover{
	background:#639cb7;
}

#AD{
	width: 250px;
	height: auto;
	background: #d2d2d2;
	text-align: center;
}

#AD img {
	width: 100%;
}

/*news*/

#indexNews{
	float: left;
	width: calc( 100% - 295px);
	height: auto;
	margin:15px 15px 15px 0;
	background: #fff;
    padding-bottom: 19px;
}

.title{
	line-height: 30px;
	font-size: 18px;
	font-weight: 900;
	padding: 15px 0;
	color: #333;
	border-bottom: #d2d2d2 1px solid;
}

.title img{
	margin: 0 10px 0 15px;
}

#news{
	width: calc( 100% - 60px );
	margin:20px 30px;
}

#news li{
	line-height: 35px;
	padding: 5px 0;
	overflow: hidden;
}

.date{
	float: left;
	width: 100px;
	margin-right: 10px;
	font-size: 15px;
	color: #639cb7;
}

.newsText{
	float: left;
	width: calc( 100% - 250px );
	margin-right: 10px;
	font-size: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.more{
	line-height: inherit;
	background: #7cc1e2;
	color: #fff;
	text-align: center; 
	transition:.2s;
	overflow: hidden;
}

.more:hover{
	background: #639cb7;
}

li a:hover{
	text-decoration: none;
}

.slick-prev{
	position: absolute;
	top:50%;
	left: 10px;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	background: url("../images/left.png");
	background-size:cover;
	border:0;
	font-size: 0;
	opacity: 0.25;
	transition:.3s;
}

.slick-next{
	position: absolute;
	top:50%;
	right: 10px;
	width:60px;
	height: 60px;
	margin-top: -30px;
	background: url("../images/right.png");
	background-size:cover;
	border:0;
	font-size: 0;
	opacity: 0.25;
	transition:.3s;
}

.slick-next:hover, .slick-prev:hover{
	opacity: 0.75;
}




