html,body{
    font-size: 100px;
    font-family: PingFangSC-Regular, Helvetica,"Microsoft YaHei", serif;;
}
ul{
    list-style: none;
}
.my-container{
    /*width: 92%;*/
    max-width: 1200px;
    margin: auto;
    font-size: 0.16rem;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
.common-title{
    text-align: center;
    font-size: 0.38rem;
    position: relative;
    margin-top: 0.5rem;
    font-weight: 500;
    color: #333333;
    letter-spacing: 0.02rem;
    margin-bottom: 0.7rem;
}
.common-title::after{
    content: '';
    width: 1rem;
    height: 0.03rem;
    position: absolute;
    bottom: -0.15rem;
    background-color: #ff5860;
    left: 50%;
    transform: translateX(-50%);

}
.title-en{
    z-index: -1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #EAE8E9;
    font-size: 0.8rem;
    bottom: 0;
    line-height: 0.8rem;
    font-weight: 400;
    width: 100%;

}
.font-bold{
    font-weight: bold;
}
.my-collapse{
    cursor: pointer;
    height: 0.16rem;
    line-height: 0.16rem;
    padding: 0.2rem 0.15rem 0.4rem 0.15rem;
    font-size: 0.16rem;
    border-left: 3px solid #fff;
    border-bottom: 1px solid #ccc;

}
#date_collapse :last-child .my-collapse{
    border-bottom: none;
}
.my-collapse[aria-expanded="true"]{
    border-left: 3px solid #FF5860;
    color: #FF5860;
}
.my-collapse + .show{
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    margin-top: -1px;

}
.my-collapse i{
    transition: 0.2s;
}
.my-collapse[aria-expanded="true"] i{
    transform: rotate(180deg);
}
.my-collapse-title{
    height: 0.64rem;
    line-height: 0.64rem;
    padding: 0 0.15rem;
    font-size: 0.22rem;
    border-bottom: 1px solid #ccc;
}
.collapse-date{
    cursor: pointer;
    padding-left: 0.5rem;
    line-height: 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.collapse-date:first-child{
    margin-top: 0.1rem;
}
.collapse-date:last-child{
    margin-bottom: 0.08rem;
}
.collapse-date-active{
    color: #ff5860;
}
.banner-title-container{
    left: 50%;top: 50%;transform: translate(-50%,-50%);
}
.banner-title{
    text-align: center;
    font-size: 0.48rem;
    color: #fff;
    margin: 0.15rem 0;
}
.banner-second-title{
    text-align: center;
    font-size: 0.18rem;
    color: #ff5860;
    margin: 0;
}
.mobi-collapse{
    display: none;
    margin: 0 4%;
    flex: 1;
    font-size: 0.2rem;
    line-height: 0.4rem;
    border-bottom: 3px solid #fff;
    text-align: center;
}
.mobi-collapse-second{
    display: none;
    flex: 1;
    margin: 0 4%;
    font-size: 0.16rem;
    line-height: 0.35rem;
    border-bottom: 1px solid #fff;
    text-align: center;
}
.mobi-collapse-active{
    color: #ff5860;
    border-bottom: 3px solid #ff5860;
}
.about-container{
    margin-left: 0.3rem;
}
.about-title-container{
    border-bottom: 1px solid #D9D9D9;
}
.about-title{
    font-size: 0.34rem;
    line-height: 0.34rem;
    margin-bottom: 0.3rem;
    color: #EF535D;
    padding-left: 0rem;
    white-space: nowrap;
    margin-right: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
.about-title-en{
    font-size: 0.14rem;
    line-height: 0.14rem;
    margin-bottom: 0.22rem;
}
#keywords{
    font-size: 0.14rem;
}
.mobi-menu{
    display: none;
}
.cover{
    background-color: rgba(51, 51, 51, 0.3);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.bread-container{
    font-size: 0.14rem;color: #9E9E9E;
}
#closeMenu{
    display: none;
}
.left-context{
    width: 77%
}
.news-content img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto !important;
}
.layui-layer-btn {
    height: 54px;
}
.layui-layer-btn a{
    font-size: 0.12rem;
}
@media screen and (max-width:960px) {
    #closeMenu{
        display: block;
    }
    html,body{
        font-size: 75px;
    }
    body{
        padding-top: 0.6rem!important;
    }
    .left-context{
        width: 100%
    }
    .my-container {
        width: 92%;
        margin: auto;
        font-size: 0.14rem;
    }
    .title-en{
        width: 100%;
        font-size: 0.6rem;
        
    }
    .accordion{
        position: fixed;
        transition: 0.2s;
        width: 50%!important;
        background-color: #fff;
        z-index: 1;
        left: -50% ;
        top:0.6rem;
        padding-bottom: 0.2rem;
    }
    .accordion+div div:first-child{
        margin-left: 0!important;
    }
    .mobi-menu{
        display: flex;
        font-size: 0.4rem;
        transition: 0.2s;
        float: left;
        margin-right: 0.05rem;
        margin-top: -0.045rem;
    }
    .accordion-show.accordion{
        left: 0;
    }
    .accordion-show .mobi-menu{
        transform: rotate(180deg);
    }
    .bread-container{
        display: none!important;
    }
}