@import url('./mobile/news.css');
.slice.page-1 {
    position: relative;
    width: 100%;
    height: 25rem;
    overflow: hidden;
}


.slice.page-1 > img{
    width: 100%;
    transition: all 0.6s;
    -ms-transition: all 0.8s;
	min-height: 25rem;
	object-fit: cover;
	object-position: 88% 100%;
}

.slice.page-1:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.slice.page-1 .title {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slice.page-1 .title p {
    
}

.slice.page-1 .title p span:first-child {
    font-size: 70px;
    font-family: Source Han Sans CN;
    color: #FFFFFF;
}



.slice.page-1 .title p span:last-child {
    font-size: 40px;
    font-family: SourceHanSansCN-Medium;
    color: #FFFFFF;
}

.slice.page-2 {
    position: relative;
    padding-bottom: 4.25rem;
}




.slice.page-2 .fiexTop {
    margin-top: 3.3rem;
}

.slice.page-2 .fiexTop img {
	max-width: 100%;
}


.slice.page-2 .card {
    margin: 1rem;
    height: 25rem;
    box-shadow: 0px 2px 23px 0px rgba(161,161,161,0.27);
    background: #F9FAFC;
	border: 0px !important;
}

.slice.page-2 .col-md-8, .slice.page-2 .col-md-4 {
    padding: 0px;
}

.slice.page-2 .card .card-body.absolute-body {
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 100%;
    height: 144px;
    background: linear-gradient(to top, rgba(226, 0, 35, 1) 40%, rgba(0,0,0,0));
    padding: 0px 35px 32px 29px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.slice.page-2 .card-img {
    width: 100%;
    overflow: hidden;
}

.slice.page-2 .col-md-8 .card img{
    height: 404px;
    transition: all 0.6s;
    -ms-transition: all 0.8s;
}

.slice.page-2 .col-md-4 .card img {
    height: 12.4rem;
	width: 100%;
    transition: all 0.6s;
    -ms-transition: all 0.8s;
	object-fit: cover;
}

.slice.page-2 .card:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}


.slice.page-2 .card .card-body.absolute-body p {
    color: #ffffff;
}

.slice.page-2 .card .card-body.absolute-body .news-time {
    font-size: 14px;
    font-family: PingFang SC;
    color: #FFFFFF;
    line-height: 18px;
}

.slice.page-2 .card .card-body.absolute-body .news-time span {
    font-size: 25px;
    font-weight: 500;
}


.slice.page-2 .card {
    cursor: pointer;
}

.slice.page-2 .col-md-4 .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.9rem 2.2rem 0px 1.9rem;
}


.slice.page-2 .col-md-4 .card .card-body .card-text {
    font-size: 1rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.slice.page-2 .col-md-4 .card .card-body .news-time {
    font-size: 14px;
    font-family: PingFang SC;
    color: #AEAEAE;
    margin-bottom: 1.9rem;
}

.slice.page-2 .col-md-4 .card .card-body .news-time span {
    font-size: 25px;
    font-weight: 600;
}

.slice.page-2 .col-md-4 .card:hover .card-body {
    background: #E20023;
    box-shadow: 0px 2px 23px 0px rgba(161,161,161,0.27);
}



.slice.page-2 .col-md-4 .card:hover .card-body .card-text{
    color: #F9FAFC;
}

.slice.page-2 .col-md-4 .card:hover .card-body .news-time{
    color: #F9FAFC;
}



.slice.page-2 .more-news a {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.slice.page-2 .more-news a img {
    margin-left: 10px;
}


.slice.page-3 img{
    width: 100%;
}

.slice.page-3 .position-absolute {
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    padding: 100px 0px 0px 0px !important;
}

.slice.page-3 .position-absolute .title {
    font-size: 50px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.slice.page-3 .position-absolute .content {
    font-size: 21px;
    font-family: PingFang SC;
    color: #FFFFFF;
}

.slice.page-3 .position-absolute .content p{
    margin-bottom: 45px;
    line-height: 45px;
}

.slice.page-3 .position-absolute .video {
    position: relative;
    width: 489px;
}

.slice.page-3 .position-absolute .video .viode-play-btn {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #000000;
    opacity: 0.4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.slice.page-3 .position-absolute .video .viode-play-btn img {
    width: 74px;
}

.slice.page-3 .position-absolute .video video {
    width: 489px;
}


#newsTitle {
	font-size: 28px;
	font-weight: 700;
	line-height: 3rem;
	color: #222;
	white-space: pre-wrap;
	display: block;
}

#pushTime {
	color: #222;
	font-size: 16px;
	line-height: 2.5rem;
}

.first-img {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.first-img  img {
	max-width: 100%;
}