* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: 'Microsoft YaHei';
    line-height: 1.5;
}

.clearfix::after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}

.noBorder {
    border: none !important;
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
li {
    list-style: none;
}

#app {
    margin: 0 auto;
    max-width: 1399px;
    width: 100%;

    background: url(redbg_20221115.jpg) no-repeat 0 0;
    background-size: contain;
}

.banner {
    margin-bottom: 20px;
    padding-bottom: 14.72vw;
    background: url(001_20221115.png) no-repeat center center;
    background-size: 80% auto;
}

.nav {
    display: flex;
    justify-content: center;
    padding: 12px 0;
    border: 1px solid #ffb808;
    border-right: none;
    border-left: none;
    font-size: 18px;
    color: #ffffff;
    background-color: #c91818;
}

.menu ul {
    display: flex;
    align-items: center;
    height: 100%;
}

.menu li {
    line-height: 1;
    padding: 0 17px;
}

.menu li a {
    white-space: nowrap
}

.menu li:not(:last-child) {
    border-right: 1px solid #fff;
}

.content {
    margin: 0 auto;
    max-width: 1199px;
    width: 100%;
}

.title {
    padding: 0 5px;
    margin-bottom: 0.56rem;
    font-size: 0.4rem;
    color: #dc0505;
    text-align: center;
}

.title p {
    text-align: left;
}

.slide-wrapper {
    margin-bottom:20px;
    padding: 0.54rem;
    background-color: #fff;
}
.slide-wrapper li{
    font-weight: bold;
}
.slide {

    position: relative;
}

.slide .tempWrap {
    width: 100% !important;
}

.slide-item {
    position: relative;
}

.slide-item a {
    display: block;
}

.slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.slide-item-text {
    padding: 0 0.16rem;
    line-height: 2;
    width: 100%;
    background-color: #c70514;
    color: #fff;
    font-size: 0.19rem;
}

.text {
    font-size:18px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slide .hd {
    position: absolute;
    right: 24px;
    bottom: 11px;
    z-index: 2;
}

.slide .hd ul::after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}

.slide .hd li {
    float: left;
    margin-right: 7px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #bfbfbf;
}

.slide .hd li a {
    position: relative;
    width: 100%;
    display: block;
}

.slide .hd li.on {
    background-color: #facd89;
}

.common-title {
    position: relative;
    text-align: center;
    color: #dc0505;
    background-size: 100% 100%;
    font-size: 0;
    height: 0.65rem;
}
.t1 .news-content, .t2 .news-content{
    margin:-10px auto 0;
    max-width: 1195px;
    width:100%;
}
.t1 .common-title{
    background: url(t1_20221115.jpg) no-repeat center center;
}
.t2 .common-title{
    background: url(t2_20221115.jpg) no-repeat center center;
}
.t3 .common-title{
    background: url(t3_20221115.jpg) no-repeat center center;
}
.t4 .common-title{
    background: url(t4_20221115.jpg) no-repeat center center;
}
.t5 .common-title{
    background: url(t5_20221115.jpg) no-repeat center center;
}
.t6 .common-title{
    background: url(t6_20221115.jpg) no-repeat center center;
}
.common-title-text {
    color: #fdf6e6;
    font-size: 0.34rem;
    line-height: 1.8;
    font-weight: bold;
    margin-left: 1.3rem;
}
.common-title-text.t1{
    margin-left: 2.1rem;
}

.common-title img {
    margin-top: 15px;
    margin-left: 10vw;
    width: 1.4rem;

}

.common-title a {
    font-size: 14px;
    position: absolute;
    right: 10px;
    top:0;
}

.news {
    margin-bottom:0.5rem;
}
.news.t3{
    margin-bottom:0.1rem;
}

.news-content {
    padding: 0.52rem 0.38rem 0.36rem;
    border: 1px solid #c70514;
    border-top: none;
}

.t1 .news-list-item{
    font-weight: bold;
}

.news-list-item {
    color: #000;
    font-size: 18px;
    text-indent: 4px;
    padding-top: 10px;
}

.news-list-item:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px dashed #c70514;
}

.news-slide {
    margin-top: 0.35rem;
    position: relative;
}

.prev {
    position: absolute;
    left: 0;
    top: 25%;
    z-index: 1;
}

.next {
    position: absolute;
    right: 0;
    top: 25%;
    z-index: 1;
}

.news-slide p {
    font-size: 18px;
}

.video-news-content {
    margin-top:0.35rem;
    display: flex;
    height: 5.3rem;
}

.video-list {
    width: 20%;
    padding: 0 0.16rem;

    height: 100%;
    overflow-y: auto;
}

.video-list::-webkit-scrollbar {
    width: 9px;
    background-color: #eee;
}

.video-list::-webkit-scrollbar-thumb {
    width: 9px;
    height: 32px;
    background-color: #e60012;
    border-radius: 10px;
}

.video-list img {
    display: block;
    width: 100%;
    cursor: pointer;
}

.video-list img:not(:last-child) {
    margin-bottom: 0.14rem;
}

.player {
    position: relative;
    width: 80%;
}

.information {
    margin-bottom: 0.82rem;
}

.information-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.information-content a {
    margin: 0 0.16rem;
    display: block;
    width: 28%;
}

.information-content img {
    margin-bottom: 0.17rem;
    display: block;
    width: 100%;
    border: 1px solid #dcd0cf;
}

.information-content p {
    font-size: 0.18rem;
    color: #000;
    text-align: left;
}

#video {
    display: block;
    width: 100%;
    object-fit: cover;
}

.footer {
    padding: 0.3rem 20px 0.1rem;
    background-color: #dc0505;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 2;

}

.link-list {
    margin-top: 0.39rem;
}

.controller {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 0.47rem;
    line-height: 2;
    padding: 0 16px;
    width: 100%;
    font-size: 24px;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);

}

.controller-content {
    height: 0.47rem;
}

.controller i {
    color: #fff;
    font-size: 24px;
    vertical-align: middle;
    cursor: pointer;
}

.video-title {
    font-size: 0.19rem;
    color: #fff;
}
.news-diplomatic-list{
    margin-top:0.35rem;
    display: flex;
    justify-content: space-between;
}
.news-diplomatic-item{
    width: 49%;
    display: flex;
    align-items: flex-start;
    padding: 0.29rem;
    border: 1px solid #cc0000;
}
.news-diplomatic-item img{
    display: block;
    margin-right:18px;
    width:2.27rem;
    height: 1.92rem;
}
.news-diplomatic-item a{
    display: flex;
}
.news-diplomatic-item .title{
    font-size: 18px;
    font-weight: bold;
    color:#333;
    text-align: left;
    margin-bottom:19px;
}
.news-diplomatic-item  .desc{
    font-size: 14px;
    color:#333;
    text-indent: 33px;
}

#news-slide2 .information-content a {
    margin-bottom: 10px;
}


.footer img {
    margin: 0 0.23rem;
}
.mask{
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    z-index:1;
    background-color: rgba(255,255,255,.1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.mask i{
    font-size: 48px;
    color:#fff;
    cursor: pointer;
}
#news-slide-phone2 img, #news-slide-phone img{
    width:100%;
}
@media screen and (max-width: 1199px) {
    .content {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1000px) {
    .news-list-item {
        flex-direction: column;
    }
    .news-diplomatic-item{
        margin-bottom: 20px;
        width:100%;
    }
}

@media screen and (max-width: 768px) {
    .nav {
        padding: 5px 20px;
        overflow-x: auto;
    }

    .menu {
        width: 90%;
    }

    .slide .hd {
        right: 4px;
    }

    .slide .hd li {
        width: 10px;
        height: 10px;
    }

    .common-title {
        background-size: contain;
    }

    .common-title-text {
        font-size: 16px;
        margin-left: 0.5rem;
    }

    .news-list-item img {
        width: 100%;
        margin-right: 0;
        height: auto;
    }

    .news-item-title {
        font-size: 20px;
    }

    .news-item-desc,
    .news-item-details {
        font-size: 16px;
    }

    .video-news-content {
        flex-direction: column;
        height: auto;
    }
    .news-diplomatic-list{
        flex-direction: column;
    }

    .player {
        margin-bottom: 5px;
        width: 100%;
    }

    .controller {
        height: 40px;
        line-height: 1.5;
    }

    .video-list {
        padding: 0;
        width: 100%;
        display: flex;
        height: 84px;
        overflow-x: auto;
        overflow-y: hidden;
        margin-right: 10px;
    }

    .video-list img {
        margin-right: 5px;
        margin-bottom: 0;
        width: 150px;
        height: 84px;
    }

    .text {
        width: 75%;
        height: 100%;
    }

    .video-list::-webkit-scrollbar-thumb {
        width: 5px;
    }
}
@media screen and (max-width: 600px) {
    .slide-wrapper{
        padding: 0.2rem;
    }
    .news-diplomatic-item a{
        flex-direction: column;
    }
    .news-diplomatic-item img{
        margin-bottom:10px;
        margin-right: 0px;
        width:100%;
        height:auto;
    }
    .common-title {
        background-size: contain!important;
    }
    .information-content a{
        width:100%;
    }
    .common-title-text{
        margin-left:1rem;
    }
    .common-title a{
        top:-10px;
    }
    .next, .prev{
        top: 25%;
    }
    .common-title-text.t1{
        margin-left:1.7rem;
    }
}