
.cmp-news-events-list {
    font-family: "仿宋体";
    margin-top: 35px;
    padding: 0 20px;
    height: auto !important
 }
 
 .cmp-news-events-list .tab-content .card-container {
 	padding-left: 1%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: initial;
    justify-content: initial;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -11px;
    padding-bottom: 36px;
}

.cmp-news-events-list .tab-content .card-container .cmp-news-card {
    margin-top: 60px;
    padding: 28px 19px 33px 20px;
}

.cmp-news-events-list .tab-content .fill {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: right;
}

.cmp-news-events-list .tab-content.active {
    display: block;
}

.cmp-news-events-list .tab-content .content .card {
    width: 18.66667%;
    height: auto;
    padding: 0;
    box-shadow: 0 0 15px rgba(0,0,0,0.09);
    background-color: #fff;
    margin: 0 11px;
    margin-top: 16px;
    overflow: hidden;
}

.cmp-news-events-list .tab-content .content .card .image-container {
    width: 100%;
    height: 189px;
}

.cmp-news-events-list .tab-content .content .card .image-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cmp-news-events-list .tab-content .content .card .card-description {
    padding: 16px 16px 19px 16px;
    transition: all 300ms;
    transition-timing-function: cubic-bezier(0.75,0.02,0.5,1);
}

.cmp-news-events-list .tab-content .content .card .card-description .title {
    color: #000;
    font-size: 20px;
    letter-spacing: 1.02px;
    letter-spacing: .88px;
    font-family: "仿宋体";
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* height: 16px; */
    transition: all 300ms;
    text-align:center;
    transition-timing-function: cubic-bezier(0.75,0.02,0.5,1);
    -webkit-box-orient: vertical;
}

.cmp-news-events-list .tab-content .content .card .card-description .description {
    letter-spacing: .88px;
    line-height: 24px;
    font-size: 12px;
    color: #999;
    font-family: "仿宋体";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
}

.cmp-news-events-list .tab-content .content .card .card-description .date-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 12px;
}

.cmp-news-events-list .tab-content .content .card .card-description .date-container a p {
    transition: all 300ms;
    transition-timing-function: cubic-bezier(0.75,0.02,0.5,1);
}

.cmp-news-events-list .tab-content .content .card .card-description .date-container a {
    z-index: 10;
}

.cmp-news-events-list .tab-content .content .card .card-description .date-container .date {
    font-size: 12px;
    line-height: 28px;
    color: #999;
    letter-spacing: .88px;
    font-family: "仿宋体";
}

.cmp-news-events-list .tab-content .content .card .card-description .date-container .learn-more {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 28px;
    color: #000;
    cursor: pointer;
}

.cmp-news-events-list .tab-content .content .card .card-description .date-container .learn-more span {
    font-size: 24px;
    line-height: .5;
}

.cmp-news-events-list .tab-content .content .card {
    position: relative;
    height: 100%;
}


.cmp-news-events-list .tab-content .content .card .image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0;
    transition: opacity 300ms;
    transition-timing-function: cubic-bezier(0.75,0.02,0.5,1);
}

.cmp-news-events-list .tab-content .content .card .image-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: transform 300ms;
    transition-timing-function: cubic-bezier(0.75,0.02,0.5,1);
}


/* 新闻详情页样式 */
.news-area {
	position: relative;
	top: 40px;
}

.news-area .news-title {
	text-align: center;
	margin: 40px 0 5px 0;
}

.news-area .news-date {
	text-align: right;
	font-size: 16px;
	margin: 10px auto;
}

.news-area .news-paragraphs {
	text-align: justify;
}

.news-img img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}


@media ( max-width : 991.98px) {
	.cmp-news-events-list .tab-content .content .card {
	    width: 100%;
	    height: auto;
	    padding: 0;
	    box-shadow: 0 0 15px rgba(0,0,0,0.09);
	    background-color: #fff;
	    margin: 0 11px;
	    margin-top: 16px;
	    overflow: hidden;
	}
	
}


	
	
	
	
	
	
	
	
	
	