.banner {
    display: block;
    width: 100%;
}
#zt {
    max-width: 1200px;
    margin: 0 auto;
}
.footer {
    margin-top: 20px;
}
.footer img {
    display: block;
    width: 100%;
}
/* 要闻部分 */
.news-title {
    display: block;
    line-height: 1.5em;
    color: rgb(192, 0, 0);
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
}
@media screen and (min-width:751px) {
    .news-title {
        font-size: 40px;
        width: 96%;
        padding: 35px 0;
    }
    .news-content {
        display: flex;
        justify-content: space-between;
    }
    .news-swiper {
        width: 53%;
        height: 398px;
    }
    .news-list, .news-list1 {
        width: 43%;
    }
    .news-list li, .news-list1 li{
        padding: 12px 0;
    }
    .news-list li a, .news-list1 li a{
        font-size: 18px;
    }
    .news-list1 li{
        padding-left: 21px;
    }
    .news-list1 li:before {
        left: 8px;
        top: 24px;
        width: 6px;
        height: 6px;
    }
    .news-swiper.swiper {
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .news-swiper .swiper-pagination-bullet {
        width: 16px;
        height: 6px;
    }
    .news-swiper .swiper-pagination {
        padding-right: 14px;
    }
    .news-swiper .news-swiper-title {
        padding: 11px 20% 11px 10px;
        font-size: 16px;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 26px;
        height: 46px;
        background-size: 22px 33px;
    }
}
@media screen and (max-width:750px) {
    .news-title {
        font-size: 16px;
        width: 98%;
        padding: 10px 0;

    }
    .news-list {
        padding: 0 1%;
    }
    .news-list1 {
        margin-top: 10px;
    }
    .news-list li {
        padding: 8px 0;
    }
    .news-list1 li{
        padding-left: 15px;
    }
    .news-list1 li:before {
        left: 6px;
        top: 10px;
        width: 4px;
        height: 4px;
    }
    .news-list li a, .news-list1 li a{
        font-size: 14px;
    }
    .news-swiper .swiper-pagination-bullet {
        width: 10px;
        height: 4px;
    }
    .news-swiper  .swiper-pagination-bullet {
        margin: 0 2px!important;
    }
    .news-swiper .swiper-pagination {
        padding-right: 8px;
    }
    .news-swiper .news-swiper-title {
        padding: 7px 20% 7px 9px;
        font-size: 13px;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 22px;
        height: 32px;
        background-size: 18px 28px;
    }
}
.news-swiper {
    --swiper-navigation-color: rgba(255,255,255,.8);
    --swiper-navigation-size: 30px;
}
.news-list li{
    border-bottom: 1px dashed #333;
}
.news-list1 li{
    border-bottom: 1px solid #eee;
    position: relative;
}
.news-list1 li:before {
    content: '';
    position: absolute;
    background: rgb(192,0,0);
    border-radius: 50%;
}
.news-list li a, .news-list1 li a{
    color: #333;
    line-height: 1.5em;
}
.news-swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.news-swiper .swiper-slide a img {
    display: block;
    width: 100%;
    height: 100%;
}
.news-swiper .news-swiper-title {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(199 0 0 / 67%);
    color: #fff;
    width: 100%;
}
.news-swiper .swiper-pagination-bullet {
    background: #fff;
    border-radius: 0;
}
.news-swiper .swiper-pagination-bullet-active {
    opacity: .9;
}
.news-swiper .swiper-pagination {
    text-align: right;
}
.news-swiper .swiper-button-prev, .news-swiper .swiper-button-next {
    background-color: rgba(0, 0, 0, .4);
    border-radius: 4px;
}
.news-swiper .swiper-button-next {
    left: auto;
    right: 0;
}
.news-swiper .swiper-button-prev {
    left: 0;
}

/* 滚动播报 */
.scroll-news {
    position: relative;
    margin: 20px auto;
    height: 44px;
    box-shadow: 1px 1px 9px #666;
}
.scroll-news-2 {
    position: relative;
    margin: 20px auto;
    height: 44px;
    box-shadow: 1px 1px 9px #e18e8e;
}

.scroll-title {
   position: absolute;
   left: 0;
   top: 0;
    background: #d11305;
    color: #fff;
    font-size: 24px;
    line-height: 44px;
    padding: 0 10px;
    z-index: 2;
}
.scroll-title-2 {
    position: absolute;
    left: 5px;
    top: 5px;
    background: #d11305;
    color: #fff;
    font-size: 24px;
    line-height: 44px;
    padding: 0 10px;
    z-index: 2;
}
.scroll-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-left: 125px;
    overflow: hidden;
    background: #ffdec3;
    box-sizing: border-box;
    height: 44px;
    line-height: 44px;
}
.scroll-content-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-left: 125px;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
    height: 44px;
    line-height: 44px;
}
.scroll-list {
    width: 5000px;
    transform: translateZ(0);
    position: relative;
}
.scroll-list li {
    display: inline-block;
    margin-right: 60px;
    position: relative;
}
.scroll-list li::before {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    background: rgb(22, 22, 22);
    border-radius: 50%;
}
.scroll-list a {
    color: rgb(22, 22, 22);
    font-size: 18px;
}
.scroll-list a:hover {
    color: #d11305;
}
@media screen and (max-width:750px) {
    .scroll-news {
        height: 36px;
        width: 96%;
        margin: 15px 2%;
    }
    .scroll-news-2 {
        height: 36px;
        width: 98%;
        margin: 15px auto;
        overflow: hidden;
    }
    .scroll-list li::before {
        left: -8px;
        top: 17px;
    }
    .scroll-title {
        font-size: 18px;
        line-height: 36px;
    }
    .scroll-title-2 {
        font-size: 14px;
        line-height: 27px;
    }
    .scroll-content {
        padding-left: 100px;
        height: 36px;
        line-height: 36px;
    }
    .scroll-content-2 {
        margin-left: 90px;
        height: 36px;
        line-height: 36px;
    }
    .scroll-list a {
        font-size: 14px;
    }
}
@media screen and (min-width:751px) {
    .scroll-news {
        height: 36px;
        width: 96%;
        margin: 15px 2%;
        box-shadow: 1px 1px 7px #666;
    }
    .scroll-news-2 {
        height: 36px;
        width: 100%;
        margin: 15px auto;
    }
    .scroll-list li::before {
        left: -8px;
        top: 17px;
    }
    .scroll-title {
        font-size: 18px;
        line-height: 36px;
    }
    .scroll-title-2 {
        font-size: 18px;
        height: 26px;
        line-height: 26px;
        padding: 0 10px;
    }
    .scroll-content {
        padding-left: 100px;
        height: 36px;
        line-height: 36px;
    }
    .scroll-content-2 {
        margin-left: 100px;
        width: calc(100% - 100px);
        height: 36px;
        line-height: 36px;
    }
    .scroll-list a {
        font-size: 16px;
    }
}

/* 图片组合 */
.img-collect .img-collect-right-pic {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.img-collect-right-pic a, .img-collect-right-pic a img{
    display: block;
}
.img-collect-right-pic a {
    width: 49%;
    margin-bottom: 10px;
}
.img-collect-right-pic img {
    width: 100%;
}
@media screen and (max-width:750px) {
    .img-collect {
        width: 98%;
        margin: 0 auto;
    }
    .img-collect .img-left, .img-collect .img-left img {
        display: block;
        width: 100%;
    }
    .img-collect-right-pic {
        margin-top: 10px;
    }
    .img-collect-right-pic a, .img-collect-right-pic a img {
        height: 110px;
    }
}
@media screen and (min-width:751px) {
    .img-collect {
        display: flex;
        justify-content: space-between;
    }
    .img-collect .img-left {
        display: block;
        width: 49%;
    }
    .img-collect .img-left img {
        display: block;
        width: 100%;
        height: 359px;
    }
    .img-collect .img-collect-right-pic {
        width: 50%;
        flex-grow: 0;
    }
    .img-collect .img-collect-right-pic a, .img-collect .img-collect-right-pic a img {
        width: 294px;
        height: 174px;
    }
}

/* 图文组合1 */
.news-img-1 a {
    display: block;
}
.news-img-1 a img{
    display: block;
    width: 100%;
}
.news-img-1 {
    border: 1px solid #ccc;
    padding: 8px;
    position: relative;
    background: #fff;
}
.news-img-1::after {
    content: '';
    position: absolute;
    left: -7px;
    bottom: -7px;
    width: calc(100% + 14px);
    background: rgb(192, 0, 0);
    z-index: -1;
}
.news-img-1 .big-img {
    margin-bottom: 10px;
}
.news-img-1 .small-img {
    display: flex;
    justify-content: space-between;
}
.news-img-1 .small-img a {
    width: 49%;
}
.news1 .news-list-1 li {
    border-bottom: 1px solid #eee;
}
.news1 .news-list-1_1 {
    font-weight: 600;
    color: #000;
    padding: 10px 0;
    line-height: 2.5em;
}
.news1 .news-list-1_0 {
    font-weight: 100;
    color: #333;
    padding: 10px 0 10px 18px;
    line-height: 2.5em;
    position: relative;
}
.news1 .news-list-1_0::before {
    position: absolute;
    content: '';
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgb(192, 0, 0);
}
@media screen and (max-width:750px) {
    .news-list-1 {
        width: 88%;
        margin: 0 auto;
    }
    .news-img-1 {
        width: 88%;
        margin: 0 auto;
    }
    .news-img-1::after {
        height: 70px;
    }
    .news1 .news-list-1_1 {
        font-size: 16px;
    }
    .news1 .news-list-1_0 {
        font-size: 14px;
    }
    .news1 .news-list-1_0::before {
        top: 17px;
    }
}
@media screen and (min-width:751px){
    .news1 {
        display: flex;
        justify-content: space-between;
    }
    .news-list-1 {
        width: 47%;
        margin-right: 3%;
    }
    .news1 .news-list-1_1 {
        font-size: 18px;
    }
    .news1 .news-list-1_0 {
        font-size: 16px;
    }
    .news-img-1 {
        width: 48%;
    }
    .news-img-1::after {
        height: 112px;
    }
    .news1 .news-list-1_0::before {
        top: 18px;
    }
}
/* 图文样式 */
.img-text .common-style dl {
    background: #fff3e3;
}
.img-text .common-style dd {
    color: rgb(192, 0, 0);
    font-weight: 600;
}
.img-text .list-a {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.img-text dl {
    display: flex;
}
.img-text dl dt {
    width: 60%;
}
.img-text dl dt img {
    width: 100%;
    display: block;
}
.img-text dl dd {
    width: 40%;
    padding: 8px;
    box-sizing: border-box;
}
.img-text ul a {
    color: #222;
}
.img-text ul li {
    position: relative;
    border-bottom: 1px solid #eee;
}
.img-text ul li::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgb(192, 0, 0);
}
@media screen and (max-width:750px) {
    .img-text {
        width: 98%;
        margin: 0 auto;
    }
    .img-text .common-style dd {
        font-size: 15px;
    }
    .img-text ul li {
        padding: 10px 0 10px 14px;
    }
    .img-text ul li::before {
        top: 18px;
        left: 4px;
        width: 4px;
        height: 4px;
    }
    .img-text ul a {
        font-size: 14px;
    }
}
@media screen and (min-width:751px) {
    .img-text {
        display: flex;
        justify-content: space-between;
    }
    .img-text .common-style {
        width: 49%;
    }
    .img-text .common-style dd {
        font-size: 16px;
        letter-spacing: .5px;
        line-height: 1.6;
    }
    .img-text ul {
        padding: 0 10px;
    }
    .img-text ul li {
        padding: 10px 0 10px 14px;
    }
    .img-text ul li::before {
        top: 19px;
        left: 0;
        width: 6px;
        height: 6px;
    }
    .img-text ul a {
        font-size: 16px;
    }

}