
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

#panda-show {
    font: 12px/1.5 "STHeiti", "Microsoft YaHei", "Helvetica Neue", "Helvetica", "SimSun", "STSong", "Arial", "sans-serif";
    background: url(#) no-repeat center top;
    background-size: 100% auto;
}

#panda-show .shuffer-title {
    height: 70px;
    padding-top: 12px;
    text-align: center;
    box-sizing: border-box;
}

#panda-show .full {
    width: 100%;
    overflow: hidden;
    min-width: 1000px;
}

#panda-show .content {
    width: 980px;
    margin: 0 auto;
    position: relative;
}

@media screen and (min-width:1400px) {
    #panda-show .content {
        width: 1200px;
    }
}

@media screen and (max-width:1430px) {
    .cmsm .block-tit::after {
        content: '';
        display: inline-block;
        height: 23px;
        width: 800px;
        background: url(cgbefore.png) no-repeat right;
        margin-top: 0px;
        /* line-height: 36px; */
        /* vertical-align: top; */
        margin-left: 17px;
        overflow: hidden;

    }
}

@media screen and (max-width:1200px) {
    .cmsm .block-tit::after {
        content: '';
        display: inline-block;
        height: 23px;
        width: 600px;
        background: url(cgbefore.png) no-repeat right;
        margin-top: 0px;
        /* line-height: 36px; */
        /* vertical-align: top; */
        margin-left: 17px;
        overflow: hidden;

    }
}


@media screen and (max-width:991px) {
    .cmsm .block-tit::after {
        content: '';
        display: inline-block;
        height: 23px;
        width: 400px;
        background: url(cgbefore.png) no-repeat right;
        margin-top: 0px;
        /* line-height: 36px; */
        /* vertical-align: top; */
        margin-left: 17px;
        overflow: hidden;

    }
}

@media screen and (max-width:767px) {
    .cmsm .block-tit::after {
        content: '';
        display: inline-block;
        height: 0px;
        width: 0px;
        background: none;
        margin-top: 0px;
        /* line-height: 36px; */
        /* vertical-align: top; */
        margin-left: 17px;
        overflow: hidden;

    }
}

@media screen and (min-width:1660px) {
    #panda-show .content {
        width: 1460px;
    }
}

.tabs-groups:last-child {
    margin-top: 0px;
}

#panda-show .cover-left {
    width: 2000px;
    position: absolute;
    left: -2000px;
    top: 0;
    opacity: 0.7;
    background: #000;
    height: 240px;
    z-index: 10;
}

#panda-show .cover-right {
    width: 2000px;
    position: absolute;
    right: -2000px;
    top: 0;
    background: #000;
    opacity: 0.7;
    height: 240px;
    z-index: 10;
}

#panda-show .swiper-container {
    overflow: visible;
    height: 240px;
}

#panda-show .swiper-slide {
    height: 240px;
    background: #000;
    position: relative;
}

#panda-show .swiper-slide img {
    max-width: 100%;
    opacity: 0.7;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
}

#panda-show .swiper-slide a:hover img {
    opacity: 1;
}

#panda-show .arrow-left {
    background: url(./arrowl-iaii.png) no-repeat left top;
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -40px;
    width: 35px;
    height: 80px;
    z-index: 15;
}

#panda-show .arrow-right {
    background: url(./arrowr-iaii.png) no-repeat right top;
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -40px;
    width: 35px;
    height: 80px;
    z-index: 15;
}

/**/
#panda-show .shuffer-line {
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 1;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
    background-color: #1dd388;
}

#panda-show a:hover .shuffer-line {
    height: 95px;
    background-color: #1dd388;
    opacity: .8;
}

#panda-show .stars-info {
    height: 110px;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    -webkit-transition: all linear 250ms;
    transition: all linear 250ms;
    color: #fff;
}

#panda-show a:hover .stars-info {
    height: 95px;
    border-bottom: 0 none;
}

#panda-show .stars-info .name {
    font-size: 20px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#panda-show a:hover .stars-info .name {
    margin: 8px 0 0;
}

#panda-show .stars-info .intro {
    padding: 0 10px;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    margin: 5px 0 30px;
    color: rgba(255, 255, 255, .7);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#panda-show .stars-info .icon-shuffer-live {
    position: absolute;
    left: 50%;
    bottom: 38px;
    width: 29px;
    height: 9px;
    margin-left: -15px;
    opacity: 1;
    -webkit-transition: all linear 250ms;
    transition: all linear 250ms;
}

#panda-show a:hover .stars-info .icon-shuffer-live {
    opacity: 0;
}

#panda-show .stars-info .number {
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all linear 250ms;
    transition: all linear 250ms;
    height: 20px;
    line-height: 20px;
    width: 100%;
    position: absolute;
    bottom: 8px;
    left: 0;
}

#panda-show .stars-info .number i {
    width: 16px;
    height: 12px;
    display: inline-block;
    margin-right: 8px;
}

.arrow-left {
    background: url(./arrowl-iaii.png);
}

.arrow-right {
    background: url(./arrowr-iaii.png);
}

.index-main {
    padding-top: 30px;
}

.cmsm {
    background: url(cg-bg.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 35px;
}

.kjlj {
    margin-top: 0;
    background: none;

}

@media (min-width: 1600px) {
    .w-cmsm {
        width: 1547px;
        margin: 0 auto;
    }


}

@media (min-width: 1400px) {
    .w-cmsm {
        position: relative;
    }
}

@media (max-width: 1200px) {
    .gnxw .block-content .fr.img .new-tit a {
        left: 0;

    }

    .gnxw .block-content .img .new-tit a {
        white-space: initial;
    }
}

.cmsm .scale-box {
    overflow: hidden;
    /* width: 440px;
    height: 283px; */
    display: inline-block;
    position: relative;
    /* height: 184px; */
    width: 100%;
    transition: all .4s;

}

.cmsm .scale-box:hover {
    box-shadow: 10px 10px 5px -4px rgba(219, 219, 219, 0.8)
}

.cmsm .scale-box:hover img {
    transform: scale(1.1);
}

.cmsm .scale-box:hover .tit::before {
    background: #F1A164 !important;
}


.cmsm .scale-box img {
    transition: all .4s;
    height: 100%;
    width: 100%;
    object-fit: cover;
}



.kjlj .scale-box img {
    height: auto;
    object-fit: none;
}

.cmsm .scale-box .cont-box {
    display: block;
    background-color: #f5f9ff;
    /* background: linear-gradient(0deg, #3e3e3e 0%, rgba(255, 152, 63, 0) 100%); */
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444;
    line-height: 24px;
    text-align: left;
    transition: all .4s;
    padding: 12px 23px 18px 23px;
    border-radius: 4px;
}

.cmsm .block-content .swiper-slide .img-box {
    border-radius: 4px;
    padding: 10px;
    background-color: #f5f9ff;
}

.cmsm .block-content .swiper-slide .img-box .box {
    overflow: hidden;
}

.cmsm .block-content .swiper-slide .img-box img {
    background-color: #fff;
}

.kjlj .scale-box:hover .cont-box {
    display: none;
}

.kjlj .scale-box {
    overflow: hidden;
}

.kjlj .scale-box:hover img {
    transform: scale(1.1);
}

.cmsm .block-tit {
    display: inline-block;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 800;
    color: #1753BC;
    line-height: 24px;
    margin-top: 33px;
}

.cmsm .block-tit::before {
    content: " ";
    display: inline-block;
    width: 6px;
    height: 23px;
    background: #F1A164;
    vertical-align: middle;
    line-height: 36px;
    margin-right: 10px;
    margin-top: -3px;
    border-radius: 3px;
}

.cmsm .block-tit::after {
    content: url(cgbefore.png);
    display: inline-block;
    height: 23px;
    margin-top: -3px;
    line-height: 36px;
    vertical-align: top;
    margin-left: 17px;
}

.cmsm .block-tit a:hover {
    color: #444 !important;
}

.cmsm .block-content {
    margin-top: 22px;
    margin-left: -8px;
    margin-right: -8px;
}

.cmsm .block-content .swiper-container {
    position: inherit;
    padding: 5px 8px;

}




.cmsm .block-content .swiper-slide .cont {
    display: inline-block;
    text-align: left;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 44px;
    margin-top: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #59606D;
    line-height: 22px;
    margin-bottom: 14px;
    color: #666;
}

.cmsm .block-content .swiper-slide a {
    display: inline-block;
    text-align: left;
    height: 100%;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 800;
    color: #1753BC;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* vertical-align: middle; */
    background: #fff;

}

.cmsm .block-content .swiper-slide .cont-box .cont-more {
    display: block;
    background: url(cg-more.png);
    width: 23px;
    height: 8px;
}

.cmsm .block-content .swiper-slide .tit {

    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 18px;
    background: none;
}

.spzl li .tit:hover {
    color: #fff !important;
}

.cmsm .scale-box:hover .cont-box .tit {
    color: #1753BC !important;
}

.cmsm .block-content .swiper-slide a:hover {
    color: #1753BC !important;
}


.cmsm .more {
    float: right;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #306CD6;
    line-height: 24px;
    margin-top: 33px;
}




.w-cmsm .block-content .swiper-button-prev {
    position: absolute;
    left: 0px;
    width: 20px;
    height: 120px;
    background: url(./left-iaii.png) no-repeat center !important;
    /* border: 1px solid rgba(255, 255, 255, 0.5); 
    top: 200px;*/
}

.kjlj .w-cmsm .block-content .swiper-button-prev {
    top: 150px;
}

.prev2:hover,
.next2:hover,
.prev3:hover,
.next3:hover {
    background-color: #F1A164;
}

.w-cmsm .block-content .swiper-button-next {
    position: absolute;
    right: 0;
    width: 20px;
    height: 120px;
    background: rgba(255, 255, 255, 0.2000) url(./right-iaii.png) no-repeat center !important;
    /* border: 1px solid rgba(255, 255, 255, 0.5); 
    top: 200px;*/
}

.kjlj .w-cmsm .block-content .swiper-button-next {
    top: 150px;
}




.public-box {
    padding-bottom: 12px;
    overflow: hidden;
}

.public-title {
    border-bottom: 2px solid #cbd4ed;
    /* padding-bottom: 12px; */
    line-height: 30px;
    /* margin-bottom: 24px; */
}

.public-title .title-groups a {
    float: left;
    border-bottom: 3px solid rgb(255 255 255 / 0%);
    margin-bottom: -2px;
}

.public-title .title-a {
    width: 125px;
    color: #404040;
    font-weight: bold;
    position: relative;
    display: inline-block;
    /* padding-left: 15px;
    padding-right: 15px; */
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1753BC;
    line-height: 40px;
    display: block;
    /* margin-right: 15px; */
}

.public-title .title-a:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 22px;
    background-color: #b9c6d9;
    top: 10px;
    display: inline-block;
    margin-left: 20px;
}

.public-title .title-a:first-child {
    padding-left: 0;
}

.public-title .title-a:last-child {
    padding-right: 0;
    margin-left: 30px;
}

.public-title .title-a:last-child:after {
    display: none;
}

.public-title .title-a:hover,
.public-title .title-a.active {
    color: #1753BC !important;
    font-weight: bold;
    font-size: 22px;
    border-bottom: 3px solid #FF983F;
    margin-bottom: -2px;
}

.public-title .title-more a {
    /* color: #8c8c8c; */
    display: none;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #306CD6;
    line-height: 40px;
}

.public-title .title-more a:hover {
    color: #1958af;
    text-decoration: underline;
}

.tabs-cont>div {
    display: none;
}

.groups-cont {
    position: relative;
    padding-left: 280px;
    /* min-height: 0px; */
}

.groups-cont .news-hot {
    position: absolute;
    left: 0;
    top: 29px;
}

.news-hot {
    width: 275px;

}

.news-hot .box-img {
    width: 275px;
    height: 154px;
    overflow: hidden;
    /* z-index: 99999; */
}

.news-hot .box-img img {
    transition: all .4s;
}

.news-hot .box-img:hover img {}

.news-hot .box-info {
    padding: 15px;
    padding-left: 7px;
    padding-bottom: 23px;
    height: 107px;
    /* background: #f1f3fa; */
    border-bottom: 4px solid #FFCFA6;
    /* z-index: 999; */
}

.news-hot .box-info .date-s {
    color: #cdcdcd;
    margin-bottom: 15px;
    line-height: 1;
    margin-top: -30px;

}

.news-hot .box-info .date-s span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;

    background: #286ECA;
    padding: 8px;
}

.news-hot .box-info .title-s {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
    line-height: 30px;
    /* height: 44px; */
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}

.news-hot:hover .box-info .title-s {
    color: #2063ac;
}

.news-list .box-s {
    position: relative;
    padding-right: 100px;
    line-height: 35px;
    color: #333333;
}

.news-list .box-s .box-date {
    position: absolute;
    right: 0;
    top: 0;
    color: #9aa1b2;
}

.news-list .box-s .box-title {
    background: url(img-08.png) no-repeat 0 13px;
    padding-left: 18px;
    padding-right: 20px;
    display: block;
    position: relative;
    overflow: hidden;
    height: 35px;
    color: #333333;
}

.news-list .box-s .box-title span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    height: 35px;
}

.news-list .box-s .box-title.new-tip span {
    max-width: 92%;
}

.news-list .box-s .box-title.new-tip:after {
    content: '';
    float: left;
    width: 22px;
    height: 10px;
    margin-top: 10px;
}

.news-list .box-s:hover .box-title {
    text-decoration: underline;
    color: #1958af;
}

.info-groups .row {
    margin-left: -14px;
    margin-right: -14px;
}

.info-groups .row .box-w {
    padding-left: 14px;
    padding-right: 14px;
}

.info-groups .box-s {
    position: relative;
}

.info-groups .box-s .box-img {
    height: 162px;
}

.info-groups .box-s .box-img i {
    display: block;
    position: absolute;
    opacity: 1;
    text-align: center;
    color: inherit;
    font-size: 50px;
    width: 50px;
    height: 50px;
    top: 46%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 1;
    color: #fff;
}

.info-groups .box-s .box-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(img-15.png) no-repeat bottom center;
    background-size: 100% auto;
}

.info-groups .box-s .box-title span {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 8px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.public-groups .public-title {
    margin-bottom: 0;
    border-bottom-color: #1958af;
}

.public-groups .public-cont {
    background-color: #f1f3fa;
    padding: 20px;
}

.news-list-02 {
    overflow: hidden;
}

.news-list-02 .box-s {
    background: url(img-16.png) no-repeat 0 8px;
    line-height: 22px;
    padding-left: 15px;
    margin-bottom: 15px;
}

.news-list-02 .box-s .title-s {
    color: #333333;
    font-size: 15px;
}

.news-list-02 .box-s .date-s {
    color: #1d529d;
}

.news-list-02 .box-s:hover .title-s {
    text-decoration: underline;
    color: #1d529d;
}

/*-----------------æ–‡å­—åˆ—è¡¨---------------------*/
.list-tab {
    overflow: hidden;
    display: block;
    /* margin-top: 15px; */
    padding-top: 18px;
    height: 290px;
}

.list-tab ul li {
    overflow: hidden;
    width: 100%;
    text-align: left;
    /* margin-bottom: 14px; */

}

.list-tab ul li:last-child {
    margin-bottom: 0px;
}

.list-tab ul li a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
    line-height: 40px;
    float: left;
    max-width: 83%;
    overflow: hidden;
    /* background-image: url(img-08.png); */
    /* background-repeat: no-repeat; */
    /* background-position: left 5px; */
    padding: 0 0 0 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-weight: 500;
}

.list-tab ul li a::before {
    content: " ";
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #286ECA;
    vertical-align: middle;
    margin-right: 10px;

}

.list-tab ul li a:hover {
    color: #337ab7 !important;
}

.list-tab ul li:hover a::before {
    content: " ";
    display: inline-block;
    width: 3px;
    height: 9px;
    background: #F2821F;
    vertical-align: middle;
    margin-right: 10px;
}

.list-tab ul li:hover a {
    font-weight: 800;
}

.list-tab ul li a>img {
    display: inline-block;
    margin: 0 0 0 6px;
}

.list-tab ul li a:hover {
    color: #1958af;
    text-decoration: none;
}

.list-tab i {
    float: left;
    margin: 0 0 0 8px;
}

.list-tab span {

    font-size: 14px;

    font-family: Microsoft YaHei;

    font-weight: 400;

    color: #666666;

    line-height: 40px;
}

.list-tab span.right {
    float: right;
}

@media (max-width: 1200px) {
    .list-tab {
        height: auto;
    }
}

@media (max-width: 991px) {
    .list-tab ul li a {
        float: left;
        max-width: 78%;
    }
}

@media (max-width: 767px) {
    .list-tab ul li a {
        max-width: 70%;
        white-space: normal;
        font-size: 15px;
        line-height: 22px;
    }

    .list-tab span {
        font-size: 14px;
    }

    .cmsm .block-content .swiper-slide a {

        -webkit-line-clamp: 99;
    }
}

@media (max-width: 320px) {
    .list-tab ul li a {
        max-width: 100%;
        font-size: 14px;
    }

    .list-tab span {
        display: none;
    }
}

.list-hot {
    overflow: hidden;
    display: block;
    border-top: 1px dotted rgba(255, 255, 255, 0.6);
    margin-top: 35px;
    padding-top: 20px;
}

.list-hot ul li {
    overflow: hidden;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
}

.list-hot ul li:last-child {
    margin-bottom: 0px;
}

.list-hot ul li a {
    float: left;
    max-width: 81%;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    background-image: url(img-23.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding: 0 0 0 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-weight: 500;
}

.list-hot ul li a>img {
    display: inline-block;
    margin: 0 0 0 6px;
}

.list-hot ul li a:hover {
    color: #deecff;
    text-decoration: none;
}

.list-hot i {
    float: left;
    margin: 0 0 0 8px;
}

.list-hot span {
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    font-family: Arial;
}

.list-hot span.right {
    float: right;
}

@media (max-width: 1199px) {
    .list-hot ul li a {
        max-width: 75%;
        font-size: 15px;
    }

    .list-hot span {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .list-hot ul li a {
        max-width: 85%;
        white-space: normal;
    }
}

@media (max-width: 320px) {
    .list-hot ul li a {
        max-width: 82%;
        font-size: 14px;
    }
}

.list-event {
    overflow: hidden;
    display: block;
}

.list-event ul li {
    overflow: hidden;
    width: 100%;
    text-align: left;
    margin-bottom: 13px;
}

.list-event ul li:last-child {
    margin-bottom: 0px;
}

.list-event ul li a {
    float: left;
    max-width: 83%;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    background-image: url(img-08.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding: 0 0 0 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-weight: 500;
}

.list-event ul li a>img {
    display: inline-block;
    margin: 0 0 0 6px;
}

.list-event ul li a:hover {
    color: #1958af;
    text-decoration: none;
}

.list-event i {
    float: left;
    margin: 0 0 0 8px;
}

.list-event span {
    line-height: 1.4;
    color: #9aa1b2;
    font-size: 15px;
    font-family: Arial;
}

.list-event span.right {
    float: right;
}

@media (max-width: 991px) {
    .list-event ul li a {
        float: left;
        max-width: 78%;
    }
}

@media (max-width: 767px) {
    .list-event ul li a {
        max-width: 85%;
        white-space: normal;
        font-size: 15px;
    }

    .list-event span {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .list-event ul li a {
        max-width: 82%;
        font-size: 14px;
    }
}

.list-url {
    overflow: hidden;
    display: block;
}

.list-url ul li {
    overflow: hidden;
    width: 100%;
    text-align: left;
    margin-bottom: 12px;
}

.list-url ul li:last-child {
    margin-bottom: 0px;
}

.list-url ul li a {
    float: left;
    max-width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.4;
    color: #333;
    background-image: url(img-16.png);
    background-repeat: no-repeat;
    background-position: left 6px;
    padding: 0 0 0 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-weight: 500;
}



.list-url ul li a>img {
    display: inline-block;
    margin: 0 0 0 6px;
}

.list-url ul li a:hover {
    color: #1958af;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .list-url ul li {
        width: 50%;
        float: left;
    }
}

.list-article {
    overflow: hidden;
    display: block;
}

.list-article li {
    overflow: hidden;
    margin-bottom: 20px;
}

.list-article li a {
    float: left;
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 150%;
    color: #383838;
    background-image: url(img-57.png);
    background-repeat: no-repeat;
    background-position: left 7px;
    padding-left: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: justify;
}

.list-article li a>img {
    display: inline-block;
    margin: 0 0 0 6px;
}

.list-article li a:hover {
    color: #1958af;
}

@media (max-width: 991px) {
    .list-article li a {
        white-space: normal;
    }
}

.haq .img-box {
    position: relative;
    width: 100%;
    display: block;
}

.haq .img-box img {
    width: 100%;
}

.haq .img-box span {
    position: absolute;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    bottom: 12px;
    right: 12px;
}

.kxcb {
    width: auto;
    background: #F5F9FF;
    margin-top: 34px;
    margin: -10px 0px 0 18px;
}

.kxcb .tit-box .tit {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1753BC;
    line-height: 40px;
    padding: 10px 14px 1px 18px;
}

.kxcb .tit-box .tit .more {
    float: right;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #306CD6;
    line-height: 40px;
}

.kxcb .cont-box {
    margin: 0 14px;
    padding-bottom: 8px;
    border-top: 2px solid #C0D2F1;
    padding-top: 20px;
    min-height: 319px;
}

.kxcb .cont-box li {
    padding-left: 4px;
    margin-bottom: 15px;
}

.kxcb .cont-box li span {
    color: #8190c2;
    float: right;
    line-height: 40px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.kxcb .cont-box .news-tit {
    display: inline-block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    line-height: 29px;
    min-height: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.kxcb .cont-box .box-date {
    width: 70px;
    margin-right: 15px;
    float: left;
    text-align: center;
    color: #333;
    border: #1753BC 1px solid;
    border-radius: 3px;
}

.kxcb .cont-box .box-date .date-01 {
    height: 30px;
    line-height: 30px;
    background-color: #3f6dbb;
    color: #fff;
    font-size: 18px;
}

.kxcb .cont-box .box-date .date-02 {
    height: 26px;
    line-height: 25px;
    font-size: 16px;
    color: #1753BC;
    font-weight: 600;
}

.kxcb .cont-box .box-info {
    overflow: hidden;

}

.spzl {
    width: auto;
    background: #F5F9FF;
    /* margin-top: 34px; */
    margin: 24px 0px 0 18px;
}

.spzl .row {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.spzl .row .col-md-6 {
    padding: 0 10px;
    margin-top: 20px;
}

.spzl .row .col-md-6 .video-box {
    overflow: hidden;
    overflow: hidden;
    height: 118px;
    width: 100%;
}

.spzl .row .col-md-6 .video-box:first-child {
    transition: all .4s;
}

.spzl .row .col-md-6 .video-box:first-child:hover {
    transform: scale(1);
}




.spzl .tit-box .tit {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1753BC;
    line-height: 40px;
    padding: 10px 14px 2px 18px;
    /* vertical-align: middle; */
}

.spzl .tit-box .tit .more {
    float: right;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #306CD6;
    line-height: 40px;
}

.spzl .cont-box {
    border-top: 2px solid #C0D2F1;
    margin: 0 14px;
    padding-bottom: 15px;
}

.spzl .cont-box li {
    padding: 20px 0;

    padding-left: 4px;
}

.spzl .cont-box .news-tit {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    line-height: 16px;
}

.video-box {
    display: block;
    position: relative;
}

.video-box img {
    height: 118px;
    width: 100%;
}

.video-box .video {
    position: absolute;
    width: 35px;
    height: 35px;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    /* transform: translateX(-50%); */
}

.spzl .row .col-md-6 .video-box {
    overflow: hidden;
    height: 120px;
    width: 100%;
}

.spzl li {
    position: relative;
    display: block;
}

.spzl li .tit {
    position: absolute;
    bottom: 0;
    right: 10px;
    left: 10px;
    font-size: 10px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    padding-left: 18px;
    padding-right: 18px;
    background: linear-gradient(0deg, #2F6AD1 0%, rgba(47, 106, 209, 0) 100%);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.box1 .top-banner {
    overflow: hidden;
    width: 100%;
}

.box1 .top-banner .owl-carousel {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.box1 .top-banner .owl-carousel .owl-stage-outer {
    overflow: visible
}

.box1 .top-banner .owl-carousel .imgbox {
    position: relative;
   /* height: 620px;*/
    overflow: hidden
}

.box1 .top-banner .owl-carousel .imgbox .bannerimg {
    width: 100%;
    height: 100%;
    /* transition: all .5s; */
    /* opacity: .2 */
    filter: brightness(0.4);

}

.box1 .top-banner .owl-carousel .imgbox .bannerimg:hover {
    /* transform: scale(1.1);
    transition: all .5s */
}

.box1 .top-banner .owl-carousel .imgbox .banner-tit {
    position: absolute;
    bottom: 40px;
    padding: 0 23px;
    width: 650px;
    height: 65px;
    background: rgba(2, 95, 196, 0.6);
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 65px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: justify;
    display: none !important
}

.box1 .top-banner .owl-carousel .imgbox::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ecf5fd;
    z-index: -1
}

.box1 .top-banner .owl-item.active .imgbox .bannerimg {
    filter: brightness(1);
}

.box1 .top-banner .owl-item.active .imgbox .banner-tit {
    display: block !important
}

.box1 .top-banner .owl-item.active .imgbox::after {
    display: none
}

.box1 .top-banner .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.box1 .top-banner .owl-dots .owl-dot {
    width: 50px;
    height: 4px;
    margin-left: 6px;
    background: #ffffff5b;
    /* border-radius: 50% */
}

.box1 .top-banner .owl-dots .active {
    width: 50px;
    height: 4px;
    background: #fff;
    /* border-radius: 20px */
}

.box1 .top-banner .owl-nav button {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    /* background: rgba(0, 0, 0, 0.5) !important; */
    text-align: center;
    transition: all .5s
}

.box1 .top-banner .owl-nav button span {
    display: none
}

.box1 .top-banner .owl-nav button::after {
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 40px
}

.box1 .top-banner .owl-nav .owl-prev {
    left: -60px
}

.box1 .top-banner .owl-nav .owl-prev:after {
    content: url(./arrowl-iaii.png);


}

.box1 .top-banner .owl-nav .owl-next {
    right: -60px
}

.box1 .top-banner .owl-nav .owl-next:after {
    content: url(./arrowr-iaii.png);

}

@media (max-width:1400px) {
    .cmsm {
        position: relative;
    }

    .w-cmsm .block-content .swiper-button-prev {
        left: 20px;
    }

    .kjlj .w-cmsm .block-content .swiper-button-prev {
        top: 140px;
        left: 20px;
    }

    .w-cmsm .block-content .swiper-button-next {
        right: 20px;
    }

    .kjlj .w-cmsm .block-content .swiper-button-next {
        top: 140px;
        right: 20px;
    }
}

@media all and (max-width:1024px) {
    .box1 .top-banner .owl-carousel {
        width: 970px
    }

    .box1 .top-banner .owl-carousel .imgbox {
        height: 480px
    }

    .box1 .top-banner .owl-nav .owl-prev {
        left: 0px
    }

    .box1 .top-banner .owl-nav .owl-next {
        right: 0px
    }
}

@media all and (max-width:991px) {
    .box1 .top-banner .owl-carousel {
        width: 750px
    }

    .box1 .top-banner .owl-carousel .imgbox {
        height: 370px
    }

    .box1 .top-banner .owl-carousel .imgbox .banner-tit {
        bottom: 20px;
        padding: 0 10px;
        max-width: 500px;
        height: 55px;
        line-height: 55px;
        display: block;
        overflow: visible;
        white-space: normal
    }

    .box1 .top-banner .owl-dots {
        bottom: 20px
    }

}

@media all and (max-width:767px) {
    .box1 .top-banner {
        overflow: visible;
        padding-bottom: 30px
    }

    .box1 .top-banner .owl-carousel {
        width: auto
    }

    .box1 .top-banner .owl-carousel .owl-stage-outer {
        overflow: hidden
    }

    .box1 .top-banner .owl-carousel .imgbox {
        height: auto
    }

    .box1 .top-banner .owl-carousel .imgbox .bannerimg {
        opacity: 1
    }

    .box1 .top-banner .owl-carousel .imgbox .bannerimg:hover {
        transform: scale(1)
    }

    .box1 .top-banner .owl-carousel .imgbox .banner-tit {
        width: 100%;
        max-width: 100%;
        font-size: 16px;
        line-height: 26px;
        padding: 5px;
        height: auto;
        position: static;
        display: block !important
    }

    .box1 .top-banner .owl-carousel .imgbox::after {
        display: none
    }

    .box1 .top-banner .owl-dots {
        bottom: -23px;
        left: 50%;
        right: auto;
        transform: translateX(-50%)
    }

    .box1 .top-banner .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        margin-left: 0px;
        margin-left: 3px;
        margin-right: 3px;
        background: #ccc
    }

    .box1 .top-banner .owl-dots .active {
        width: 38px;
        height: 10px;
        background: #ccc;
    }

    .box1 .top-banner .owl-nav {
        display: none
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }

    .news-hot .box-info .title-s {

        -webkit-line-clamp: 99;

    }

    .groups-cont {
        padding-left: 0;
    }

    .groups-cont .news-hot {
        position: relative;
    }

    .news-hot {
        width: 100%;
        position: relative;

    }

    .news-hot .box-info {
        height: auto;
    }

    .news-hot .box-img {
        width: 100%;
        height: auto;
    }

    .news-hot .box-img img {
        width: 100%;
        height: auto;
    }

    .list-tab {
        width: 100%;
        margin-top: 40px;
    }

    .video-box img {
        width: 100%;
        height: auto;
    }

    .spzl .cont-box li:nth-child(3),
    .spzl .cont-box li:nth-child(4) {
        display: none;
    }

    .cmsm .scale-box .tit {
        display: block;
    }

    .kjlj .scale-box .tit {
        display: none;
    }

    .kxcb .cont-box .news-tit {

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 99;
    }

    .main-right {
        margin-top: 20px;
    }

    .kxcb {
        margin: 0;
    }

    .spzl {
        margin: 30px 0 0;
    }

    .list-tab ul li {
        margin-bottom: 14px;
    }

    .spzl .row .col-md-6 .video-box {
        height: auto;
    }
}

/* .cmsm .more:hover,
.spzl .tit-box .tit .more:hover,
.kxcb .tit-box .tit .more:hover,
.public-title .title-more a:hover {
    color: #FF983F !important;
} */

.haq .img-box {
    transition: all .4s;
}

.haq .img-box img {
    transition: all .4s;
}

.haq .img-box:hover img {
    /* box-shadow: 0px 4px 0px 0px #EAEAEA; */
    transform: scale(1.05);
}

.kj {
    background: #2F6AD1;
    padding: 0 0 10px;
}

.kj .box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.329);
}

.kj .title {
    float: left;
    display: inline-block;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 800;
    color: #fff;
    line-height: 60px;
    margin-bottom: 0;
}

.kj ul {
    margin-bottom: 0;
    margin-left: 25px;
    display: inline-block;
}

.kj li {
    display: inline-block;

}

.kj li a {
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    line-height: 60px;
    margin-right: 15px;
}

.kj .title:hover,
.kj li a:hover {
    color: #F2821F !important;
}

.kj .more {
    float: right;
    display: inline-block;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    line-height: 60px;
    margin-right: 15px;
}

.kj .more:hover {
    color: #fff !important;
}

.foot {
    margin-top: 0;
}

.public-title .title-groups a .tit-icon {
    display: inline-block;
    width: 30px;
    height: 40px;
    padding: 6px 2px 10px;
    margin-right: 5px;

}

.public-title .title-groups a .w-icon {
    width: 32px;
    padding: 4px 0 6px;
}

.spzl .tit-box .tit .tit-icon {
    display: inline-block;
    width: 30px;
    height: 40px;
    padding: 10px 3px 12px;
    margin-right: 5px;
}

.kxcb .tit-box .tit .tit-icon {
    display: inline-block;
    width: 30px;
    height: 40px;
    padding: 8px 5px 12px;
    margin-right: 9px;
}
.lun-title {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #FFFFFF;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    padding: 17px 145px 17px 30px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
  }
.userImg {
    max-height: 264px;
    margin: 5px;
}