.header-img {
    width: 100%;

    background-color: #333;
}

.header-img .bg-wrap {
    width: 100%;
}

.header-img .bg-box {
    position: relative;

    padding-bottom: 30%;
    width: 100%;
    height: 0;
}

.header-img .bg-box .cover {
    position: absolute;
    z-index: 9;

    width: 100%;
    height: 100%;

    background: linear-gradient(to top, #ffffff 5%, #ffffff01 60%);
}

.header-img .bg-box .bg-inner {
    display: flex;

    flex-direction: column;
    align-items: center;
    justify-content: center;

    position: absolute;

    width: 100%;
    height: 100%;

    background-color: #9F9F9F;
}

.header-img .bg-box .txt {
    position: absolute;
    top: 40%;
    box-sizing: border-box;
    padding: 0 5%;
    width: 100%;
}

.header-img .bg-box .title {
    width: 100%;
    font-size: 3rem;
    color: #fff;
}

.header-img .bg-box .slogn {
    margin-top: 2.5%;
    width: 100%;
    font-size: 2rem;
    color: #fff;
}

/*新闻内容*/

.news-container {
    position: relative;

    width: 100%;
}

.news-detail {
    width: 100%;
}

.news-detail .lst-wrap {
    box-sizing: border-box;
    padding: 0 10%;
    width: 100%;
}

.news-detail .lst-box-1 {
    border-bottom: 1px solid #e9e9e9;
    box-sizing: border-box;
    padding: 0 0 2%;
    width: 100%;
}

.news-detail .lst-box-1 .title {
    margin: 1% auto 20px;
    width: 80%;
    font-size: 35px;
    text-align: center;
}

.news-detail .lst-box-1 .info {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 100%;

    font-size: 17px;
    line-height: 1;
    text-align: center;
}

.news-detail .lst-box-1 .info > div {
    margin-right: 20px;
}

.news-detail .lst-box-2 {
    border-bottom: 1px dashed #dcdcdc;
    padding: 3% 0;
    width: 100%;
    font-size: 17px !important;
    line-height: 1.6;
}

.news-detail .lst-box-3 {
    display: flex;

    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;

    box-sizing: border-box;
    padding: 2% 0;
    width: 100%;
}

.news-detail .lst-box-3 .lst-inner {
    display: flex;

    align-items: center;
    justify-content: space-between;

    width: 100%;
}

.news-detail .lst-box-3 .lst-inner .tag {
    width: 100%;

    font-size: 18px;
    line-height: 1.6em;
}

.news-detail .lst-box-3 .lst-inner lable {
    font-weight: 600;
}

.news-detail .lst-box-3 .lst-inner .pre {
    display: flex;

    margin-top: 15px;
    width: 100%;
}

.news-detail .lst-box-3 .lst-inner .pre > a {
    font-size: 16px;

    color: #000;
}

.news-detail .lst-box-3 .lst-inner .pre > a:first-child {
    margin-right: 10px;
}

.news-detail .lst-box-3 .lst-inner .share {
    display: flex;

    align-items: center;
    justify-content: flex-end;

    width: 100%;

    font-size: 18px;
    line-height: 1.6em;
}

.news-detail .lst-box-3 .lst-inner .next {
    display: flex;

    justify-content: flex-end;

    margin-top: 15px;
    width: 100%;
}

.news-detail .lst-box-3 .lst-inner .next a {
    font-size: 16px;

    color: #000;
}

.news-detail .lst-box-3 .lst-inner .pre:hover a:last-child {
    color: #c7000c;
}

.news-detail .lst-box-3 .lst-inner .next:hover a:last-child {
    color: #c7000c;
}

.news-detail .lst-box-3 .lst-inner .next a:first-child {
    margin-right: 10px;
}

.news-detail .lst-box-4 {
    display: flex;

    align-items: flex-start;
    justify-content: space-between;

    margin: 2% 0 8%;
    border: 1px dashed #dcdcdc;
    box-sizing: border-box;
    padding: 2% 4% 3%;
    width: calc(100% - 4px);

    background-color: #fefefe;
}

.news-detail .lst-box-4 .lst-item-wrap {
    width: 35%;
}

.news-detail .lst-box-4 .lst-item-title {
    display: flex;

    align-items: center;

    padding: 2% 0;

    font-size: 25px;
}

.news-detail .lst-box-4 .lst-item-title .logo-wrap {
    width: 2em;
}

.news-detail .lst-box-4 .lst-item-title .logo-box {
    position: relative;

    padding-bottom: 100%;
    width: 100%;
    height: 0;
}

.news-detail .lst-box-4 .lst-item-title .logo-inner {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.news-detail .lst-box-4 .lst-item-title .logo-box img {
    width: 100%;
    height: 100%;

    transform: scale(.7);
}

.news-detail .lst-box-4 .lst-item-box {
    padding: 2% 0;
    width: 100%;
}

.news-detail .lst-box-4 .lst-item-box .lst-item-inner {
    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;

    width: 100%;

    font-size: 16px;
    text-overflow: ellipsis;
}

.news-detail .lst-box-4 .lst-item-box .lst-item-inner a {
    color: #000;
}

.news-detail .lst-box-4 .lst-item-box .lst-item-inner a:hover {
    color: #c7000c;
}

.news-detail .lst-box-4 .lst-item-title:hover a {
    color: #C7000C !important;
}

@media screen and (max-width: 1023px) {
    .news-detail .lst-box-1 .title {
        margin: 1% auto 1.2rem;
        width: 100%;
        font-size: 1.8rem;
    }

    .header-img .bg-box {
        padding-bottom: 70%;
    }

    .news-detail .lst-wrap {
        padding: initial;
    }

    .news-detail .lst-box-1 .info > div {
        margin-right: 1.5rem;
        font-size: 1.2rem;
    }

    .news-detail .lst-box-1 .info {
        font-size: 1.2rem;
    }

    p img {
        width: 100%;
        height: initial;
        object-fit: contain;
    }

    .news-detail .lst-box-3 .lst-inner .tag {
        font-size: 1.4rem;
    }

    .news-detail .lst-box-3 .lst-inner .share {
        justify-content: flex-start;
        margin: 2% 0;
        font-size: 1.4rem;
    }

    .news-detail .lst-box-4 .lst-item-title {
        font-size: 1.6rem;
    }

    .news-detail .lst-box-4 .lst-item-wrap {
        width: 45%;
    }

    .news-detail .lst-box-4 .lst-item-box .lst-item-inner {
        font-size: 1.3rem;
    }

    .news-detail .lst-box-3 .lst-inner .pre > a:first-child {
        font-weight: 600;
        white-space: nowrap;
    }

    .news-detail .lst-box-3 .lst-inner .pre > a {
        font-size: 1.3rem;
    }

    .news-detail .lst-box-3 .lst-inner .next a:first-child {
        font-weight: 600;
        white-space: nowrap;
    }

    .news-detail .lst-box-3 .lst-inner .next a {
        font-size: 1.3rem;
    }

    .news-detail .lst-box-3 .lst-inner .next {
        margin-top: initial;
    }

    .news-detail .lst-box-3 .lst-inner .pre {
        margin: 3% 0;
        margin-top: initial;
        width: 100%;
    }

    .news-detail .lst-box-3 .lst-inner .next {
        justify-content: flex-start;
        width: 100%;
    }

    .news-detail .lst-box-3 .lst-inner lable {
        white-space: nowrap;
    }

    .news-detail .lst-box-3 .lst-inner:first-of-type {
        flex-direction: column;
        margin: 2% 0 3%;
    }

    .news-detail .lst-box-3 .lst-inner:last-of-type {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .news-detail .lst-box-4 {
        flex-wrap: wrap;
        margin: 3% auto 8%;
        width: 94%;
    }

    .news-detail .lst-box-4 .lst-item-wrap {
        width: 100%;
    }

    .news-detail .lst-box-4 .lst-item-wrap:first-of-type {
        margin-bottom: 5%;
    }

    .news-detail .lst-box-1 {
        padding: 5% 0 6%;
    }

    .news-detail .lst-box-4 .lst-item-box {
        padding: 1% 0;
    }

    .news-detail .lst-box-2 {
        margin: 0 auto;
        box-sizing: border-box;
        padding: 5% 0;
        width: 96%;
        word-break: break-all;
    }

    .news-detail .lst-box-3 {
        box-sizing: border-box;
        padding: 5% 2%;
    }

    .header-img .bg-box .title {
        font-size: 2rem;
    }

    .header-img .bg-box .slogn {
        margin-top: 2%;
        font-size: 1.5rem;
    }

    .header-img .bg-box .txt {
        text-align: center;
    }

    .header-img .bg-box .cover {
        background: linear-gradient(to top, #ffffff 5%, #ffffff01 20%);
    }

    .news-container {
        margin-top: -5%;
    }

    .news-detail .lst-box-4 .lst-item-title a {
        font-weight: 600;
    }

    .news-detail .lst-box-4 .lst-item-title > a {
        font-size: 1.7rem;
    }
}
