.banner {
    width: 100%;
}

.news {
    width: 1190px;
    margin: 0 auto;
    margin-top: 105px;
}

body,
html {
    width: 100%;
    height: 100%;
}



/* ÊÓÆµ */

.disgraceful-box {
    z-index: 20;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.disgraceful {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    /* display: none; */
}

.disgraceful-box .disgraceful-content {
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
}

.disgraceful-box .disgraceful-content video {
    width: 1200px;
}

.news .news-title {
    width: 100%;
    height: 38px;
    font-size: 38px;
    font-weight: 700;
    color: #333333;
    line-height: 38px;
    border-left: 5px solid #2ea0d3;
    display: flex;
    justify-content: space-between;
    padding-left: 7px;
    box-sizing: border-box;
}

.brief-top-box {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.brief-top-box .brief-top-right {
    width: 580px;
    border-bottom: 2px solid #E5E5E5;
}

.brief-top-box .brief-top-text-box {
    width: 553px;
    height: 230px;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-family: Arial;
    font-weight: 400;
    font-style: italic;
    color: #333333;
    line-height: 48px;
    margin-top: 21px;
    text-align: justify;
    /* letter-spacing: -1.5px; */
}

.brief-top-box .brief-top-text-box .brief-top-text+.brief-top-text {
    margin-top: 50px;
}

.brief-top-box .brief-top-right {
    position: relative;
}

.brief-top-box .marks {
    width: 28px;
    height: 26px;
    position: absolute;
}

.brief-top-box .marks-top {
    top: 5px;
    left: -50px;
}

.brief-top-box .marks-bottom {
    right: 26px;
}

.news .brief-text-box {
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-top: 68px;
    text-align: justify;
}

.news .brief-text-box .brief-text+.brief-text {
    margin-top: 40px;
}

.news .more {
    font-size: 14px;
    color: #999;
}

.news .more a,
a.ahover {
    text-decoration: none;
    color: #666666;
}

.news .more img {
    vertical-align: inherit;
    margin-left: 10px;
}

.news .news-tab {
    width: 168px;
    height: 17px;
    font-size: 16px;
    line-height: 17px;
    display: flex;
    justify-content: space-between;
    margin-top: 39px;
    cursor: pointer;
    color: #999999;
}

.news .news-tab div.tabs {
    color: #333333
}


/* .news .news-tab .new-dynamic {
    
} */

.news .news-tab .line {
    margin: 0 10px;
}

.news .news-tab .news-media {
    /* width: 50%; */
    color: #999999;
    text-align: right;
}

.news .news-top {
    margin-top: 20px;
    display: flex;
}

.news .news-top .news-top-left {
    width: 680px;
    height: 414px;
    overflow: hidden;
    cursor: pointer;
}

.news .news-top .news-top-left img {
    transition: 1s;
}

.news .news-top .news-top-left img:hover {
    transform: scale(1.1);
    transition: 1s;
}

.news .news-top .news-top-right {
    width: 500px;
    height: 414px;
    padding: 45px 30px 37px 42px;
    box-sizing: border-box;
}

.news .news-top .news-top-right .date {
    font-size: 14px;
    color: #999;
}

.news .news-top .news-top-right .title {
    font-size: 24px;
    margin-top: 30px;
}

.news .news-top .news-top-right .title a {
    font-size: 24px;
    font-weight: 500 !important;
}

.news .news-top .news-top-right .title a,
a:hover {
    opacity: 1;
    color: #333333;
    text-decoration: none;
    cursor: pointer;
}

.news .news-top .news-top-right .text a,
a:hover {
    opacity: 1;
    color: #666666;
    text-decoration: none;
}

.news .news-top .news-top-right .text {
    text-align: justify;
    margin-top: 20px;
    /* color: #666666; */
    cursor: pointer;
}

.news .news-top .news-top-right .details {
    width: 57px;
    height: 22px;
    font-size: 14px;
    color: #666666;
    border-bottom: 1px solid #666666;
    margin-top: 35px;
    cursor: pointer;
}

.news .news-top .news-top-right .details a,
a:hover {
    color: #666666;
    text-decoration: none;
}

.news .card-deck {
    height: 480px;
    margin-top: 63px;
    border-top: 1px solid #dcdcdc;
    display: flex;
    justify-content: space-between;
}

.news .news-card {
    display: none;
}

.news .news-card.show {
    display: block;
}

.news .card-deck .card {
    flex: 0 0 280px;
    /* width: 280px; */
    height: 421px;
    border-bottom: 3px solid #BB9962;
    margin: 0;
    margin-top: 56px;
    cursor: pointer;
    border-radius: 0;
}


/* #FBFBFB */

.news .card-deck .card:hover {
    /* background-color: #D5D5D5; */
    border: 1px solid transparent !important;
    border-bottom: 3px solid transparent;
}

.news .card-deck .card:hover .card-body {
    background-color: #FBFBFB;
}

.news .card-deck .card .card-footer {
    background-color: #FFFFFF;
}

.news .card-deck .card:hover .card-footer .text-muted span {
    color: #333333 !important;
}

.news .card-deck .card:hover .card-footer {
    background-color: #E9E9E9;
    border: 1px solid transparent;
}

.news .card-deck .card .card-img {
    width: 278px;
    height: 199px;
    overflow: hidden;
}

.news .card-deck .card .card-img .card-img-top {
    width: 278px;
    height: 199px;
    transition: 1s;
}

.news .card-deck .card:hover .card-img .card-img-top {
    transition: 1s;
    transform: scale(1.1);
}

.news .card-deck .card .card-body {
    width: 280px;
}

.news .card-deck .card .card-title {
    font-size: 14px;
    color: #aaaaaa;
}

.news .card-deck .card .card-text {
    font-family: Source Han Sans CN;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: clip;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news .card-deck .card .text-muted {
    display: flex;
    justify-content: space-between;
}

.news .card-deck .card .text-muted span {
    font-size: 14px;
    color: #666666;
}

.video-box {
    position: relative;
    width: 100%;
    height: 570px;
    margin-top: 110px;
}

.video-box>img {
    width: 100%;
    height: 100%;
}

.video-box .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.development {
    width: 1190px;
    margin: 0 auto;
    margin-top: 100px;
}

.development .development-title {
    width: 100%;
    height: 38px;
    font-size: 38px;
    font-weight: 700;
    color: #333333;
    line-height: 38px;
    border-left: 5px solid #2ea0d3;
    display: flex;
    justify-content: space-between;
    padding-left: 7px;
    box-sizing: border-box;
}

.development .development-title .more {
    font-size: 14px;
    color: #999;
}

.development .development-title .more a,
a:hover {
    text-decoration: none;
    color: #666666;
}

.development .development-title .more img {
    vertical-align: inherit;
    margin-left: 10px;
}

.development .accordion {
    height: 425px;
    display: flex;
    justify-content: space-between;
    margin-top: 69px;
}

.development .accordion-left {
    position: relative;
    /* width: 383px;
    height: 425px; */
    width: 65.6%;
    height: 425px;
}

.development .accordion-left>img {
    width: 100%;
    height: 100%;
}

.development .switch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 220px; */
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: #FFF; */
    display: none;
    cursor: pointer;
}

.development .switch.switchShow {
    display: block;
    display: flex;
}

.development .switch .icon {
    width: 47px;
    height: 47px;
    margin-left: 40px;
    /* background-color: red; */
}

.development .switch .icon.left {
    margin-left: 0;
}

.development .switch .text {
    width: 185px;
    height: 47px;
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
    /* text-align: justify; */
    margin-left: 15px;
}
.development .switch .text.left{
    margin-right: 40px;
}

.development .accordion-right {
    position: relative;
    /* width: 780px;
    height: 425px; */
    width: 32%;
    height: 425px;
    overflow: hidden;
}

.development .accordion-right>img {
    width: 100%;
    height: 100%;
}

.accordion-touzi {
    display: none;
}

.accordion-touzi.touziShow {
    display: block;
}

.development .label {
    position: absolute;
    top: 130px;
    left: 0;
    width: 600px;
    height: 147px;
    color: #FFF;
    padding-left: 72px;
    padding-top: 19px;
    box-sizing: border-box;
    background: linear-gradient(to right, #000, transparent);
}

.development .label .label-ttile {
    /* width: 367px; */
    height: 40px;
    font-size: 24px;
    font-weight: 700;
    display: flex;
}

.development .label .label-ttile div:nth-child(1) {
    font-size: 30px;
    font-family: Arial;
    font-weight: 400;
}

.development .label .label-ttile .line {
    margin: 0 16px;
    font-weight: normal;
    color: #999;
}

.development .label .label-text {
    width: 431px;
    height: 40px;
    margin-left: 64px;
    /* letter-spacing: -1px; */
}

.development .accordion-right-tab {
    position: absolute;
    bottom: 0;
    /* width: 347px; */
    height: 58px;
    margin-left: 136px;
    margin-top: 23px;
    display: flex;
    justify-content: space-between;
}
.development .accordion-right-tab.right{
    margin-left: 0;
    width: 75%;
    display: flex;
    justify-content: space-around;
}

.development .accordion-right-tab.one {
    /* width: 186px; */
}
.development .accordion-right-tab.one li:nth-child(2){
    /* width: 186px; */
    margin-left: 42px;
}

.accordion-right-tab li a img {
    width: 34px;
    height: 34px;
}

.development .accordion-right-tab li {
    display: flex;
    flex-flow: column;
    align-items: center;
    color: #FFF;
}

.development .accordion-right-tab li a {
    display: flex;
    flex-flow: column;
    align-items: center;
    color: #FFF;
}
@media all and (min-width:990px) and (max-width:1220px) {
    .content{
       width: 90vw;
    }
    .news {
        width: 93vw;
    }
    /* .news .card-deck .card+.card{
        margin-left: calc(10vw / 12.2);
    }
    .news .card-deck .card{
        flex: 0 0 calc(280vw / 12.2);
    }
    .news .card-deck .card .card-body{
        width: calc(280vw / 12.2);
    }
    .news .card-deck .card .card-img{
        width: calc(280vw / 12.2);
    } */
     .brief-top-box .brief-top-text-box{
            width: 100%;
            height: auto;
            font-size: calc(24vw / 13);
            line-height: calc(48vw / 13);
            margin-top: calc(21vw / 13);
        }
    .brief-top-box .brief-top-img{
            width: 45%;
        }
        .brief-top-box .brief-top-img img{
            width: 100%;
            height: 100%;
        }
        .brief-top-box .brief-top-right{
            width: 45%;
        }
        .brief-top-box .marks{
            width: calc(28vw / 13);
            height: calc(26vw / 13);
        }
    .development {
        width: 93vw;
    }
    .development .accordion-left {
        /* width: calc(782vw / 12.2); */
        height: calc(425vw / 12.2);
    }
    .development .accordion-left>a>img {
        width: 100%;
        height: 100%;
    }
    .development .accordion-right {
        /* width: calc(383vw / 12.2); */
        height: calc(425vw / 12.2);
    }
}
@media all and (max-width:990px) {
    .banner {
        margin-top: calc(99vw / 7.5);
    }
    .banner .slick-arrow{
        background-image: unset !important;
      }
    .ul-dots {
        bottom: calc(20vw / 7.5);
        margin-bottom: 0;
    }
    .ul-dots li {
        width: calc(55vw / 7.5);
        height: calc(6vw / 7.5);
    }
    .news {
        margin-top: calc(50vw / 7.5);
    }
    .news .news-title {
        width: 90vw;
        margin: 0 auto;
        font-size: calc(36vw / 7.5);
        height: calc(36vw / 7.5);
        line-height: calc(36vw / 7.5);
    }
    .development .development-title .more {
        font-size: calc(26vw / 7.5);
    }
    .development {
        width: 93vw;
        margin-top: calc(50vw / 7.5);
    }
    /* .development {
        width: calc(690vw / 7.5);
    } */
    .development .development-title {
        font-size: calc(36vw / 7.5);
        height: calc(36vw / 7.5);
        line-height: calc(36vw / 7.5);
    }
    .development .development-title .more {
        font-size: calc(26vw / 7.5);
    }
    .development .accordion {
        flex-direction: column;
        height: calc(634vw / 7.5);
        margin-top: calc(55vw / 7.5);
    }
    .development .accordion-left {
        width: calc(690vw / 7.5);
        height: calc(404vw / 7.5);
        /* width: 90vw; */
        margin: 0 auto;
    }
    .development .accordion-left a #img {
        width: calc(690vw / 7.5);
        height: 100%;
        /* width: 90vw; */
    }
    .development .accordion-right a #img {
        width: calc(690vw / 7.5);
        height: 100%;
        /* width: 90vw; */
    }
    .development .label {
        /* width: calc(568vw / 7.5); */
        width: 100%;
        height: calc(170vw / 7.5);
        top: calc(58vw / 7.5);
        padding-left: 0;
        padding-top: calc(19vw / 7.5);
    }
    .development .label .label-ttile div:nth-child(1) {
        font-size: calc(30vw / 7.5);
    }
    .development .label .label-ttile .line {
        margin: 0 calc(15vw / 7.5);
    }
    .development .label .label-ttile {
        /* width: calc(367vw / 7.5); */
        width: 93%;
        height: calc(40vw / 7.5);
        font-size: calc(30vw / 7.5);
        margin-left: calc(32vw / 7.5);
    }
    .news .news-top .news-top-left {
        display: block;
        width: calc(690vw / 7.5);
        height: calc(421VW / 7.5);
    }
    .news .news-top .news-top-left img {
        /* width: 100%;
        height: 100%; */
        width: calc(690vw / 7.5);
        height: calc(421VW / 7.5);
    }
    .news .news-top .news-top-right .title {
        margin-top: calc(27vw / 7.5);
        font-size: calc(30vw / 7.5);
    }
    .news .news-top .news-top-right .details {
        display: none;
    }
    .news .news-top .news-top-right {
        width: calc(690vw / 7.5);
        padding: 0;
        margin-top: calc(25vw / 7.5);
        height: auto;
    }
    .brief-top-box{
        margin-top: calc(38vw / 7.5);
    }
    .video-box {
        margin-top: calc(44vw / 7.5);
        height: calc(421vw / 7.5);
    }
    .video-box video {
        width: 100%;
        height: 100%;
    }
    .disgraceful-box .disgraceful-content {
        width: 93vw;
    }
    .disgraceful-box .disgraceful-content video {
        height: auto !important;
    }
    .development .accordion-right-tab.one {
        /* width: calc(186vw / 7.5); */
        height: calc(79vw / 7.5);
        margin-left: calc(35vw / 7.5);
        margin-top: calc(94vw / 7.5);
    }
    .development .label .label-text {
        /* width: calc(431vw / 7.5); */
        width: 70vw;
        font-size: calc(24vw / 7.5);
        margin-left: calc(96vw / 7.5);
        margin-top: calc(16vw / 7.5);
        line-height: calc(26vw / 7.5);
        opacity: 0.8;
    }
    .accordion-right-tab li a img {
        width: calc(46vw / 7.5);
        height: calc(47vw / 7.5);
    }
    .development .accordion-right-tab li a {
        font-size: calc(24vw / 7.5);
        line-height: calc(24vw / 7.5);
    }
    .development .accordion-right-tab li a div:nth-child(2) {
        margin-top: calc(8vw / 7.5);
    }
    .development .accordion-right {
        width: calc(690vw / 7.5);
        height: calc(200vw / 7.5);
    }
    .development .switch {
        /* width: calc(343vw / 7.5); */
        height: calc(65vw / 7.5);
    }
    .development .switch .arrow-img {
        width: calc(28vw / 7.5);
        height: calc(27vw / 7.5);
        display: flex;
    }
    .development .switch .arrow-img img {
        width: 100%;
        height: 100%;
    }
    .development .switch .text {
        width:186px;
        font-size: calc(30vw / 7.5);
        height: calc(65vw / 7.5);
        line-height: calc(36vw / 7.5);
        flex-flow: inherit;
        text-align: left;
    }
    .development .switch .text.left{
    line-height: calc(65vw / 7.5);
       margin-right:0;
    }
    .development .switch .icon {
        margin-left: calc(40vw / 7.5);
        width: calc(57vw / 7.5);
        height: calc(63vw / 7.5);
    }
    .development .switch .icon img {
        width: 100%;
        height: 100%;
    }
    .development .accordion-right-tab {
        /* margin-left: calc(36vw / 7.5); */
        /* width: calc(427vw / 7.5); */
        text-align: center;
        height: calc(79vw / 7.5);
    }
    .development .accordion-right-tab.right{
       width:99%;
    }
    .development .accordion-right-tab li{
    width:45%;
    }
    .h200 {
        transition: 1s;
        width: calc(427vw / 7.5);
        height: calc(200vw / 7.5) !important;
    }
    .h400 {
        transition: 1s;
        height: calc(400vw / 7.5) !important;
    }
    .news .more a img {
        width: calc(29vw / 7.5);
        height: calc(22vw / 7.5);
    }
    .development .development-title .more img{
        width: calc(29vw / 7.5);
        height: calc(22vw / 7.5);
    }
}
<!--ºÄÊ±1768491796.2034Ãë-->