.t_syk3xin {
    background: #fff;
    /* box-shadow: 0px 5px 41.82px 9.18px rgb(140 140 140 / 11%); */
}

.t_syk3pic {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.t_syk3pic img {
    width: 100%;
    height: 100%;
    transition: all 0.36s;
}
.t_syk3pic img:hover{
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.t_tou {
    position: relative;
    top: 0;
    left: 0;
}
.t_shi {
    position: absolute;
    top: 0;
    left: 0;
}
.t_syk3wen {
    padding: 28px 10px;
    position: relative;
}
.t_syk3date {
    font-size: 16px;
	font-weight: bold;
    /* color: #099d84; */
    line-height: 1.5;
    font-family: "Montserrat-Regular-8" !important;
    margin-bottom: 12px;
	
	
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}
.t_syk3wen .ywduan p {
	font-size: 14px;
    line-height: 1.5;
    color: #261a1c;
    height: 42px;
    overflow: hidden;
	
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	
}
.news .swiper-container {
    padding-bottom: 30px;
}
.news .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom,.news .swiper-pagination-fraction {
    bottom: 0;
}