@charset "utf-8";
a{color: #000;}
/* 缩略图新闻 */
#news_thumbnail {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #fff;
}

#news_thumbnail .swiper-slide {
	position: relative;
}

#news_thumbnail .xw_thumbnail {
	padding: 0;
}

#news_thumbnail .xw_thumbnail img {
	display: block;
	width: 100%;
	height: 340px;
	overflow: hidden;
	object-fit: cover;
	transition: all .6s;
}

#news_thumbnail .xw_thumbnail img:hover {
	transform: scale(1.02)
}

#news_thumbnail .xw_tit {
	padding: 35px 50px;
}

#news_thumbnail .xw_tit h2 {
	color: #d1001d;
	font-size: 28px;
	padding: 10px 0;
	overflow: hidden;
	line-height: 46px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#news_thumbnail .xw_tit .desc {
	color: #707070;
	font-size: 16px;
	line-height: 36px;
	text-indent: 2em;
	padding: 20px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 135px;
}

#news_thumbnail .pagination {
	left: 710px;
	bottom: 20px;
	position: absolute;
	width: 100px;
	text-align: center;
	color: #818181;
	font-size: 16px;
}

.xw_more{
    display: inline-block;
    padding: 10px 30px;
    background: #006ac0;
    float: right;
    margin-top: 30px;
}
.xw_more a{}
.xw_more span{
    color: #fff;
    font-size: 18px;
}
.tpnews{padding: 0;overflow: hidden;}
.tpnews li{    padding: 10px 10px 0;}
.tpnews img {
	width: 100%;
	height: 160px;
}

.tpnews p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 10px;
	position: absolute;
	bottom: 0;
	width: 93.5%;
	color: #fff;
	background: rgba(0, 0, 0, .6);
}
@media all and (max-width:768px) {
	.tpnews p{background: none;}
}