.zcq-container {
    background: url("../images/zcq_main_bg.jpg") center top no-repeat;
    overflow: hidden;
}

.zcq-header,.zcq-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.zcq-content {
    margin-bottom: 50px;
}

.swt-logo-y {
    margin-top: 30px;
}

.zcq-header h1 {
    text-align: center;
    margin-top: 60px;
    height: 200px;
}

.zcq-content {
    background: #fff;
}

.news-wrap {
    margin: 30px 0 0 20px;
    width: 560px;
}
.news-wrap h4,.news-list h4 {
    background: url("../images/zcq_title_bg.png") no-repeat;
    height: 90px;
    line-height: 90px;
    font-size: 38px;
    font-weight: bold;
    
    color: #fff04c;
    position: relative;

}

.news-wrap h4 span,.news-list h4 {
    margin-left:75px;
    position: relative;
}


.news-wrap h4 span::after,.news-list h4 span::after {
    content: attr(data-text);
    position: absolute;
    transform: scaleY(-1);
    top:80%;
    left:0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255,240,76,0) 60%, rgba(255,240,76,.4));
    -webkit-background-clip: text;
    color: transparent;
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
}



.news-wrap h4::after,.news-list h4::after {
    content: "";
    position: absolute;
    width:45%;
    height: 10px;
    right:7%;
    top:45%;
    background-image: linear-gradient(to right,rgba(255,255,255,.8),rgba(255,255,255,0));
}

.news-content {
    background-image: linear-gradient(-50deg,#ebebeb,#fff);
    height: 500px;
    margin: 10px 0 0 0;
    padding-left: 20px;
    padding-top: 10px;
    border-radius: 20px;
    position: relative;
}


.news-wrap ul li,.news-list ul li {
    position: relative;
    line-height: 1.5;
    margin: 12px 0 0 0;
    padding-left: 22px;
    transition: .2s;

}
.news-wrap ul li span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    font-size: 18px;
    font-weight: bolder;
    width: 95%;
}
.news-wrap ul li:hover,.news-list ul li:hover  {
    transform: translateX(15px);
}
.news-wrap ul li:hover a,.news-list ul li:hover a {
    color: #0737b3;
}

.news-wrap ul li::before,.news-list ul li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #ffad0f;
    top:9px;
    left:0;
    border-radius: 50%;

}
.news-list {
    margin: 20px 40px;
    min-height: 600px;
}

.news-list h4 {

    background: url("../images/zcq_title_bg_l.jpg") no-repeat;
    margin:40px 0;

}

.news-list h4 span {
    margin-left: 75px;
}


.news-list h4::after {
    width: 65%;
}

.news-list ul li em {
    font-size: 16px;
    position: absolute;
    right: 0;
    top:0;
 }

 .news-wrap ul li em {
    display: block;
    color: #888;
    font-weight: normal;
    font-size: 14px;
    transition: .2s;
    margin-top: 3px;
}

.news-list ul li span {
    display: block;
    width: 85%;
    white-space: nowrap;
    text-overflow:ellipsis;
    font-size: 18px;
    overflow:hidden;
}

.news-list ul li {
    margin: 20px 0;
}
.news-list ul li:nth-of-type(5n) {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px ;
}
.page-change {
    text-align: center;
    margin: 50px 0;
}

.news-more {

    color: #fff;
    text-align: center;
    width: 230px;
    height: 62px;
    line-height: 62px;

    margin:30px 0 20px;

}

.news-more a {
    color: inherit;
    display: block;
    transition:all .2s;
    border: 1px solid transparent;
    border-radius: 20px;
    background: #189fae;
}

.news-more a:hover {
    background: #fff;
    color: #189fae;
    border: 1px solid #189fae;
}

.news-wrap ul {
    position: relative;
    z-index: 2;
}

.news-content::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    right:20px;
    bottom:20px;

}

.ct-half:first-of-type .news-wrap:first-of-type .news-content::after {
     background: url("../images/zcq_item_icon.png") no-repeat;
 }

.ct-half:first-of-type .news-wrap:nth-of-type(3) .news-content::after {
    background: url("../images/zcq_item_icon.png") 0 -200px no-repeat;
}

.ct-half:nth-of-type(2) .news-wrap:nth-of-type(2) .news-content::after {
    background: url("../images/zcq_item_icon.png") -200px 0 no-repeat;
}
.ct-half:nth-of-type(2) .news-wrap:nth-of-type(3) .news-content::after {
    background: url("../images/zcq_item_icon.png") -200px -200px no-repeat;
}
.ct-half:nth-of-type(2) .news-wrap:nth-of-type(3) h4::after {
    width: 30%;
}

.ct-half {
    width: 50%;
    float: left;
}

.ot-box {
    border-radius: 20px;
    overflow: hidden;
    margin-top: 30px;
    margin-left: 20px;
    width: 560px;
    height: 170px;
}

.banner-wrap {
    margin: 40px 0;
    overflow: hidden;
    float:left;
    width: 100%;
}

.zcq-links {
    float: left;
    width:870px;
}

.zcq-links ul li {
    width:270px;
    height: 110px;
    background: #4b8aff;
    color: #fff;
    margin : 20px 0 0 20px;
    float: left;
    font-size: 22px;
    font-weight: bold;


}
.zcq-links ul li:nth-of-type(4),.zcq-links ul li:last-of-type {
    width: 415px;
}
.zcq-links ul li:nth-of-type(2n) {
    background: #4bb4c0;
}
.zcq-links ul li a {
    color:inherit;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.zcq-links ul li span {
    display: inline-block;
    position: relative;
    transition: transform .2s;
}
.zcq-links ul li span::before {
    content: "";
    position: absolute;
    height: 200%;
    width: 100%;
    top:-50%;
    border-top: 1px solid rgba(255,255,255,.35);
    border-bottom: 1px solid  rgba(255,255,255,.35);

}

.zcq-links ul li:hover span {
    transform: scale(1.1);
}

.ot-wrap {
    float:left;
    width: 270px;
    margin :0 0 0 40px;

}
.ot-wrap span {
    display: block;
    height: 110px;
    margin-top: 20px;
    text-align: right;
    color: #0044c1;
    font-size: 22px;
    overflow: hidden;
}
.ot-wrap span:first-of-type a {
    background: url("../images/zcq_ot_bg.jpg") no-repeat;
}
.ot-wrap span:last-of-type a {
    background: url("../images/zcq_ot_bg.jpg") 0 -110px no-repeat;
}

.ot-wrap span a {
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-left: 90px;
    transition: .2s;

}

.ot-wrap span a:hover {
    transform: scale(1.1);
}



.detail-wrap {
    min-height: 600px;
    margin:60px 0;
}
.detail-wrap h3{

    text-align: center;
    font-size: 30px;
    font-weight: bolder;

}

.detail-msg {
    text-align: center;
    margin:40px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    font-size: 16px;
}
.detail-msg span {
    margin: 0 50px;
    display: inline-block;
    color: #888;
}

.detail-wrap p {
    line-height: 1.8;
  /*  text-indent: 2em;*/
    margin: 30px 50px;
    font-size: 18px;
}

.detail-wrap p img {
   /* width: 80%!important;
    height:auto!important;*/
    display: block;
    margin: 0 auto;
    max-width: 98%;
}

.detail-wrap table {
  /* width: 90%!important;*/
   max-width: 98%;
}


@media screen and (max-width:1024px){
    .zcq-container {}
    .zcq-header,.zcq-content {
        width: 100%;
    }
    .swt-logo-y {
        margin-left: 3%;
    }

    .zcq-header h1 img {
        width: 90%;
    }
    .news-wrap {
        width: 96%;
        margin-left: 3%;
    }
    .ot-box {
        width: 96%;
        border-radius: 20px;
         height: auto;
        margin-left: 3%;
    }
    .ot-box img {
        width: 100%;
        height: auto;
    }
    .news-wrap h4, .news-list h4 {
        border-radius: 20px;
        overflow: hidden;
    }
    .news-wrap h4::after, .news-list h4::after {
        width: 35%;
    }

    .zcq-links {
        width: 100%;
    }
    .zcq-links ul li {
        width: 30%;
        margin-left: 2.5%;
    }

    .zcq-links ul li:nth-of-type(4), .zcq-links ul li:last-of-type {
        width: 46.5%;
    }

    .ot-wrap {
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }
    .ot-wrap span {
        width: 46.5%;
        float:left;
        margin-left: 2.5%;
        background-color: #87d1f4;

    }

}



@media screen and (max-width: 786px) {
    .zcq-header h1 {
        height: 150px;
    }
    .ct-half {
        width: 100%;
    }
    .news-wrap h4, .news-list h4 {
        background: url("../images/zcq_title_bg_l.jpg") 0 center no-repeat;
        font-size: 32px;
    }
    .news-wrap,.ot-box {
        width: 94%;
    }

    .zcq-links ul li {
        width: 46.5%;

    }
    .zcq-links ul li:last-of-type {
        width: 96%;
    }

    .news-list {
        margin-left:4% ;
        margin-right:4% ;
    }


}


@media screen and (max-width: 420px) {
    .swt-logo-y img {
        width: 200px;
        display: block;
    }
    .zcq-links ul li {
        width: 96%!important;
    }
    .news-content::after {
        display: none;
    }
    .zcq-header h1 {
        height: 110px;
        margin-top: 40px;
    }
    .news-content {
        padding-left: 2%;
    }
    .news-wrap h4, .news-list h4 {
        font-size: 24px;
        height: 70px;
        line-height: 70px;
    }
    .ot-wrap span {
        width: 96%;
        font-weight: bold;
    }
    .news-more {
        height: 46px;
        line-height: 46px;
        margin-left: auto;
        margin-right: auto;
    }
    .news-wrap ul li span,.news-list ul li span {

        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: normal;
    }

    .news-content {
        height: auto;
        padding-bottom: 30px;
    }

    .ot-box img {
        display: block;
    }

    .ct-half:nth-of-type(2) .news-wrap:nth-of-type(3) h4::after {
        width: 25%;
    }

    .news-list ul li {
        padding-bottom: 30px;
    }
    .news-list ul li em {

        bottom:5px;
        top:unset;
    }
    .news-list ul li span {
        width: 100%;
    }

    .news-list ul li:nth-of-type(5n) {
        padding-bottom: 50px;
        margin-bottom: 30px;
    }
    .news-list ul li:nth-of-type(5n) em {
        bottom:20px;
    }
    .detail-wrap h3,.detail-wrap p {
        margin-left: 5%;
        margin-right: 5%;
    }

    .detail-msg span {
        margin-left: 20px;
        margin-right:  20px;
    }

    .detail-msg {
        margin-left: 0;
        margin-right: 0;
    }



}

@media screen and (max-width:320px) {
    .news-wrap h4::after, .news-list h4::after {
        display: none;
    }
}