.main {
    padding: 0;
    width: 1280px;
    margin: 0 auto
}

.bannerwrap {
    display: flex;
    justify-content: flex-end
}

.bannerr {
    line-height: 5.8em
}

.dywrap {
    width: 300px;
    height: auto;
    margin-top: 5.7em
}

.newscontent {
    width: calc(95% - 300px)
}

.newstitle,
.newsinfo {
    width: 100%
}

.newsdatails {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 1.5em
}

.newstitle h3 {
    color: #333333;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.8em;
    margin-top: 2em;
    text-align: center
}

.newstools {
    height: 80px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 1.5em;
    justify-content: center
}

.newstools p {
    color: #9f9e9e;
    font-size: 0.7em
}

.newstools img {
    margin: 0 2px 0 20px
}

.newstools img:first-child {
    margin-left: 0
}

.ndetails p{
    font-size: 18px !important;
    line-height: 36px !important;
    margin-bottom: 10px !important;
}

.subtitle {
    height: 80px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 1em;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative
}

.subtitle::after {
    content: "";
    width: 6px;
    height: 25px;
    background: linear-gradient(0deg, #6f47f2, #3d50e0, #51bad3);
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    bottom: 0;
    left: 0
}

.subtitle h3 {
    color: #333333;
    font-size: 1.1em;
    line-height: 80px
}

.newsitem {
    border-bottom: 1px solid #f0f0f0;
    padding: 1em 0 0.5em
}

.newsitem a {
    display: block;
    width: 100%;
    height: auto
}

.newsitem .createdate {
    width: 99px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    font-size: 0.7em;
    color: white;
    background: linear-gradient(90deg, #6f47f2, #3d50e0, #51bad3);
    margin-bottom: 1em
}

.newsitem p {
    max-height: 58px;
    color: #333333;
    font-size: 0.8em;
    line-height: 2em
}

.newsitem:hover p {
    color: #3737b5
}

.scrollpage {
    border-top: 1px solid #f4f4f4;
    padding-top: 1.5em;
    margin-top: 3em
}

.scrollpage p {
    color: #afafaf;
    font-size: 1em;
    width: 45%
}

.scrollpage p a {
    color: #333333
}

.scrollpage p:hover,
.scrollpage p:hover a {
    color: #17328c
}

@media screen and (max-width: 1300px) {
    .main {
        width: 95%
    }
}

@media screen and (max-width: 1179px) {
    .bannerwrap {
        justify-content: flex-start
    }
}

@media screen and (max-width: 997px) {
    .newsdatails {
        display: block
    }

    .newscontent {
        width: 100%
    }

    .ndetails img {
        max-width: 100%
    }

    .newstitle,
    .newsinfo,
    .dywrap {
        width: 100%
    }

    .newsitem p {
        font-size: 1em;
        height: auto !important;
        max-height: 68px
    }

    .newsitem .createdate {
        font-size: 0.8em
    }
}

@media screen and (max-width: 600px) {
    .scrollpage {
        display: block
    }

    .scrollpage p {
        width: 100%;
        margin-bottom: 0.5em
    }

    .newstitle h3 {
        margin-top: 1em
    }

    .newstools {
        height: 60px
    }
}

@media screen and (max-width: 600px) {
    .ndetails table {
        width: 100%
    }
}