@charset "UTF-8";
/* 新闻详情 */

.ql-editor p{
    line-height: 0.4rem!important;
}
.ql-editor img{
    max-width: 100%!important;
}
.secondary > .news-content {
    padding-top: 3.5rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url("/assets/img/secondary-bg.png");
}

.secondary > .news-content > .news-content {
    width: 100%;
    min-height: 12rem;
    background-size: 100% auto;
    background-position: top center;
    background-image: url("/assets/img/news-content-bg.png");
}
.secondary > .news-content > .news-content > .backing-out {
    height: 1.1rem;
    margin: 0 auto;
    padding-top: 0.4rem;
    width: 9.72rem;
}
.secondary > .news-content > .news-content > .backing-out > a {
    display: block;
    width: 1.02rem;
    height: 0.34rem;
    background-image: url("/assets/img/backing-out.png");
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
    transition: background-image 0.3s;
}
.secondary > .news-content > .news-content > .backing-out > a:hover {
    background-image: url("/assets/img/backing-out-active.png");
}
.secondary > .news-content > .news-content > .row {
    width: 9.72rem;
    min-height: 8.48rem;
    color: #a6a6a6;
    margin: 0 auto 0.5rem auto;
}
.secondary > .news-content > .news-content > .row > .title{
    width: 100%;
    color: white;
    font-size: 0.42rem;
    margin-bottom: 0.2rem;
}
.secondary > .news-content > .news-content > .row > .createTime{
    width: 100%;
    font-size: 0.16rem;
    color: white;
}
.secondary > .news-content > .news-content > .row > .createTime > .d{
    margin: 0 0.12rem;
}
.secondary > .news-content > .news-content > .row > .createTime > .title{
    background-color: #0f3234;
    padding: 0 0.2rem;
}
.secondary > .news-content > .news-content > .row > .content{
    width: 100%;
    overflow: hidden;
}
.secondary > .news-content > .news-content > .row > .content img{
    cursor: pointer;
    max-width: 100%;
}
.secondary > div > .main-foot {
    margin-top: 0!important;
}
.dit-img{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #1b1e2180;
}
.dit-img-box{
    position: absolute;
    display: flex;
    width: 80%;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.dit-img-box > .img-box{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dit-img-box > .img-box > img {
    max-width: 100%;
    max-height: 100%;
    min-width: 50%;
    min-height: 50%;
    object-fit: contain;
    background-color: #4e555b;
    transform-origin:center center;
    transition:transform .2s ease;
}
.dit-img-box > .img-box-close {
    width: 0.4rem;
    height: 0.4rem;
    cursor: pointer;
}
.dit-img-box > .img-box-close > svg {
    width: 0.4rem;
    height: 0.4rem;
}