.bg{
	background: url(../images/bg2.jpg);
}

.right .title{
	text-align: center;
	margin: 25px 0;
}

.right .title h3{
	font-size: 24px;
	font-weight: 400;
	margin: 10px 0;
	color: #333;
}

.right .title .date{
	color: #666;
	font-size: 16px;
}

.right .content {
	padding: 20px;
	border-top: 1px solid #9c9c9c;
	border-right: 0;
	border-left: 0;
	word-break: break-all;
}


.right .content img{
	width:100%;
	max-width:100%;
	max-height:100%;
	height:100%;
}
.right .bot{
	position: relative;
	padding: 20px 50px;
	overflow: hidden;
	margin-top: 30px;
}


#thumbs img{
	width: 100%;
	height: 100%;
}

#thumbs .swiper-slide {
	height: 150px;
}

.swiper-button-prev{
	background-image: url(../images/prev_btn.png)!important;
}

.swiper-button-next{
	background-image: url(../images/next_btn.png)!important;
}

