﻿@charset "utf-8";


.header-nav ul li.news-on a::before{width: 100%;}
/* .news-on {border-bottom: 2px solid #017ABF !important;} */
.banners::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 4;
    display: none;
}
.dynamic-box{
    width: 23.9%;
    float: left;
    margin-right: 1%;
    border: 1px solid #E1E1E3;
    margin-top: 20px;
}
.dynamic-box:nth-child(4n){margin-right: 0px;}
.dynamic-img2{
    width: 100%;
    height:220px;
    float: left;
    object-fit: cover;
    position: relative;
    overflow: hidden;
    height: 200px;
}
.dynamic-tbox{
    width: 90%;
    float: left;
    padding: 0px 5%;
}
.dynamic-tbox .add-img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.dynamic-text1{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #161616;
    line-height: 22px;
    margin-top: 15px;
    height: 44px;
    display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.dynamic-text2{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    margin-top: 15px;
    height: 66px;
    display: -webkit-box;
    -webkit-line-clamp:3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.dynamic-tbox2{
     width: 100%;
     float: left;
     border-top: 1px solid #E9EAEC;
     line-height: 40px;
     margin-top: 20px;
}
.dynamic-arrow{
    float: right;
    margin-top: 12px;
}
.dynamic-time{
    font-size: 14px;
    color: #666666;
}
/**/
.news-detail-title{
    width: 100%;
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 12px;
    font-weight: 200;
}
.news-detail-tbox{
    width: 100%;
    text-align: center;
    line-height:2.25;
    color: #A0A0A0;
    padding-bottom: 20px;
    border-bottom: 1px solid #D8D8D8;
}
.news-detail-tbox span{
    margin: 0px 10px; 
    font-weight: 200;
}
.news-detail-text{
    width: 100%;
    color: #666666;
    line-height:2.25;
    margin-top: 30px;
}
.news-detail-text img{
    max-width: 100%;
    display: inline-block;
    margin: 10px 0;
}

/* update20210818 */
.pation-page{
    padding-top: 40px;
    border-top: 1px solid #D2D2D2;
    justify-content: space-between;
    width: 100%;
    margin-top: 80px;
}
.pation-page .text{
    padding-left: 20px;
    box-sizing: border-box;
    color: #666;
    width: calc(100% - 48px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pation-page .item{
    width: 37%;
}
.pation-page .item:last-child .text{
    padding-right: 20px;
    padding-left: 0;
    text-align: right;
}
.pation-page .icon{
    display: flex;
    position: relative;
    transition: all .3s;
    align-items: center;
    justify-content: center;
}
.pation-page a img{
    transition: all .3s;
}
.pation-page .h-img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
}
.pation-page .pation-list{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}






@media only screen and (min-width: 960px) {
    .news-page .list:hover{
        border: 1px solid #D51C29;
    }
    .news-page .list:hover .tit{
        color: #D51C29;
    }
    .news-page .list:hover .add-deta{
        background: #D51C29;
        color: #FFFFFF;
        border: 1px solid #D51C29;
    }
    .pation-page .item:hover .h-img{
        opacity: 1;
    }
    .pation-page .item:hover .text{
        color: #017ABF;
    }
    .pation-page .pation-list:hover .h-img{
        opacity: 1;
    }
}

@media only screen and (max-width: 1200px) {
	.banners::after {
		display: block;
	}
}

@media only screen and (max-width: 768px) {
    .f30 {font-size: 22px;}
    .f16 {font-size: 14px;}
    .news-detail-title{
        font-size: 20px!important;
        margin-bottom: 0;
    }
    .news-detail-tbox{
        padding-bottom: 10px;
    }
    .news-detail-text img{
        text-indent: 0;
        display: block;
    }
    .pation-page{
        margin-top: 30px;
        padding-top: 30px;
    }
    .pation-page a img{
        width: 45px;
        display: inline-block;
    }
    .pation-page .text{
        display: none;
    }
    .pation-page .text{
        padding-left: 0;
        width: 100%;
    }
    .pation-page .item {
        width: auto;
    }
    .pation-page .item:last-child .text{
        display: none;
    }
}
