.sutong-app-read.main {
    padding-top: 100px;
    padding-bottom: 50px
}

.sutong-app-read .more {
    padding: 0 40px;
    height: 64px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dbe0e3;
    font-size: 15px;
    color: #212121;
    font-weight: 700
}

.sutong-app-read .more span {
    width: 13px;
    height: 12px;
    background: var(--color-primary);
    margin-right: 10px
}

.sutong-app-read .more span:last-child {
    margin-right: 27px
}

.sutong-app-read .more:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff
}

.sutong-app-read .more:hover span {
    background: #fff
}

.sutong-app-read .app-tit {
    display: flex;
    align-items: center;
    margin-bottom: 70px
}

.sutong-app-read .app-tit .pic {
    width: 44.36%;
    position: relative
}

.sutong-app-read .app-tit .pic img {
    position: relative;
    z-index: 10
}

.sutong-app-read .app-tit .pic::after {
    position: absolute;
    content: '';
    top: 37px;
    right: -34px;
    bottom: 37px;
    width: 50px;
    z-index: 1;
    background: color-mix(in srgb, var(--color-primary) 40%, transparent)
}

.sutong-app-read .app-tit .txt {
    flex: 1;
    margin-right: 100px
}

.sutong-app-read .app-tit .txt h1 {
    font-size: 34px;
    color: #212121;
    line-height: 1;
    font-weight: 700
}

.sutong-app-read .app-tit .txt h1::after {
    content: "";
    width: 80px;
    height: 2px;
    background: var(--color-primary);
    margin: 30px auto 0 0;
    display: block
}

.sutong-app-read .app-tit .txt p {
    font-size: 17px;
    color: #666;
    line-height: 32px;
    margin: 20px 0 0
}

.sutong-app-read .app-tit .txt a {
    margin: 40px 0 0
}

.sutong-app-read .news-content {
    line-height: 2;
    font-size: 17px;
    color: #666;
    border-top: 1px solid #eee;
    padding: 40px 0 20px
}

.sutong-app-read .news-content p {
    margin-bottom: 20px
}

.sutong-app-read .news-content strong {
    color: #333
}

.sutong-app-read .news-content h5 {
    font-size: 22px;
    color: #000009;
    font-weight: 700;
    margin-bottom: 20px
}

.sutong-app-read .news-content .table-response {
    width: 100%;
    max-width: 100%;
    overflow-x: auto
}

.sutong-app-read .news-content table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc;
    line-height: 24px;
    color: #484848;
    font-size: 14px
}

.sutong-app-read .news-content table tr>th {
    padding: 10px 20px;
    color: #212121;
    font-weight: 600;
    border: 1px solid #dcdcdc;
    text-align: center
}

.sutong-app-read .news-content table tr>td {
    padding: 10px 20px;
    border: 1px solid #dcdcdc;
    text-align: center
}

.sutong-app-read .pnbar {
    margin: 0 0 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 70px 0 30px
}

.sutong-app-read .pnbar>a {
    width: 40%;
    position: relative;
    overflow: hidden
}

.sutong-app-read .pnbar>a.m {
    width: 20%;
    text-align: center;
    font-size: 16px;
    color: #999
}

.sutong-app-read .pnbar>a.l,
.sutong-app-read .pnbar>a.r {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center
}

.sutong-app-read .pnbar>a.r {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right
}

.sutong-app-read .pnbar i {
    color: #999;
    font-size: 16px;
    text-align: left;
    vertical-align: middle
}

.sutong-app-read .pnbar em {
    font-size: 16px;
    color: #999;
    margin: 0 0 0 10px
}

.sutong-app-read .pnbar p {
    margin: 0 0 0 50px;
    color: #212121;
    line-height: 28px;
    font-size: 18px
}

.sutong-app-read .pnbar>a.r em {
    margin: 0 10px 0 0
}

.sutong-app-read .pnbar>a.r p {
    margin: 0 50px 0 0
}

.sutong-app-read .pnbar>a.m:hover {
    color: var(--color-primary)
}

.sutong-app-read .pnbar>a:hover i {
    color: #212121
}

.sutong-app-read .pnbar>a:hover em {
    color: #212121
}

.sutong-app-read .pnbar>a:hover p {
    color: var(--color-primary);
    text-decoration: underline
}

@media screen and (max-width: 1441px) {
    .sutong-app-read .more {
        padding: 0 35px
    }

    .sutong-app-read.main {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media screen and (max-width: 1367px) {
    .sutong-app-read.main {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media screen and (max-width: 1281px) {

    .sutong-app-read.main {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media screen and (max-width: 992px) {
    .sutong-app-read.main {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .sutong-app-read .app-tit {
        display: block;
        margin-bottom: 40px
    }

    .sutong-app-read .app-tit .txt {
        margin-right: 0;
        text-align: center
    }

    .sutong-app-read .app-tit .txt h1 {
        font-size: 30px
    }

    .sutong-app-read .app-tit .txt h1::after {
        margin: 15px auto 0
    }

    .sutong-app-read .app-tit .txt p {
        font-size: 17px;
        line-height: 28px
    }

    .sutong-app-read .app-tit .pic {
        width: 70%;
        margin: 25px auto 0;
        text-align: center
    }

    .sutong-app-read .app-tit .pic::after {
        display: none
    }

    .newslist ul li .pic {
        width: 250px
    }
}

@media screen and (max-width: 768px) {
    .sutong-app-read .more {
        padding: 0 30px;
        height: 50px
    }

    .sutong-app-read.main {
        padding-top: 35px;
        padding-bottom: 30px
    }

    .sutong-app-read .news-content {
        line-height: 1.5;
        font-size: 16px;
        padding: 25px 0 15px
    }

    .sutong-app-read .news-content h5 {
        font-size: 20px;
        margin-bottom: 15px
    }

    .sutong-app-read .news-content p {
        margin-bottom: 15px
    }

    .sutong-app-read .pnbar {
        margin: 0 0 30px;
        padding: 30px 0
    }

    .sutong-app-read .pnbar>a {
        width: 100%
    }

    .sutong-app-read .pnbar>a.l,
    .sutong-app-read .pnbar>a.r {
        justify-content: center
    }

    .sutong-app-read .pnbar>a.m {
        width: 100%;
        display: block;
        margin: 10px 0
    }
}

@media screen and (max-width: 480px) {
    .sutong-app-read .pnbar {
        display: block;
    }
    .sutong-app-read .more {
        padding: 0 25px
    }

    .sutong-app-read .news-content {
        line-height: 1.3;
        font-size: 15px;
        padding: 20px 0 15px
    }
}

.main.sutong-rela-pro.sutong-rela-pro {
    padding-top: 50px;
    padding-bottom: 50px
}

.sutong-rela-pro>h5 {
    font-size: 26px;
    color: #212121;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 40px
}

.sutong-rela-pro .list {
    position: relative
}

.sutong-rela-pro .swiper-slide {
    text-align: center
}

.sutong-rela-pro .swiper-slide img {
    width: 100%;
    aspect-ratio: 1/ 1;
    object-fit: cover;
}

.sutong-rela-pro .swiper-slide h6 {
    font-size: 17px;
    color: #212121;
    line-height: 24px;
    font-weight: 700;
    margin: 27px 0 0
}

.sutong-rela-pro .bot {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 50px auto 0;
    line-height: normal
}

.sutong-rela-pro .tips {
    flex: 1;
    margin-left: 20px;
    overflow: hidden
}

.sutong-rela-pro .swiper-pagination-progressbar.swiper-pagination-horizontal {
    position: static;
    width: 100%;
    height: 2px;
    background: #c9d2d7
}

.sutong-rela-pro .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #000;
    top: 0;
    height: 2px
}

.sutong-rela-pro .bot .page {
    font-size: 0
}

.sutong-rela-pro .swiper-button-prev,
.sutong-rela-pro .swiper-button-next {
    position: static;
    width: 20px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    background: 0 0;
    margin-top: 0;
    text-align: center;
    color: #202020;
    display: inline-block;
    border-radius: 0
}

.sutong-rela-pro .swiper-button-next::after,
.sutong-rela-pro .swiper-button-prev::after {
    display: none
}

.sutong-rela-pro .swiper-button-prev i,
.sutong-rela-pro .swiper-button-next i {
    color: inherit;
    font-size: 18px;
    display: inline-block
}

.sutong-rela-pro .swiper-button-next,
.sutong-rela-pro .swiper-container-rtl .swiper-button-prev {
    margin-left: 8px
}

.sutong-rela-pro .swiper-button-prev:hover,
.sutong-rela-pro .swiper-button-next:hover {
    color: var(--color-primary)
}

@media screen and (max-width: 1441px) {
    .main.sutong-rela-pro {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media screen and (max-width: 1367px) {
    .main.sutong-rela-pro {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media screen and (max-width: 1281px) {

    .main.sutong-rela-pro {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media screen and (max-width: 992px) {
    .main.sutong-rela-pro {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .sutong-rela-pro .bot {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .main.sutong-rela-pro {
        padding-top: 35px;
        padding-bottom: 30px
    }

    .sutong-rela-pro>h5 {
        font-size: 24px;
        margin-bottom: 30px
    }

    .sutong-rela-pro .swiper-slide h6 {
        font-size: 16px;
        margin: 15px 0 0
    }

    .sutong-rela-pro .bot {
        margin: 30px auto 0
    }
}

@media screen and (max-width: 480px) {
    .sutong-rela-pro>h5 {
        font-size: 22px;
        margin-bottom: 20px
    }
}
