@import url(jquery.bxslider.css);
@import url(pscroll.css);
/* 专题-英文样式 */
:root{
    --widthEnZuanTi:48%;
    --widthEnHeader:68%;
}
@media screen and (max-width: 1300px){
    :root{
        --widthEnHeader:84%;
    }
    .header-en .header-content .header-menu-wrap .nav-menu{
        margin-top: 0;
    }
}
@media screen and (max-width: 1200px){
    :root{
        --widthEnHeader:84%;
    }
    .top{
        display: none;
    }
}
@media screen and (min-width: 1260px) {
    .zhuangti-content{
        max-width: 1400px;
    }
    .people-name-wrap{
        max-width: 1400px;
    }
    .zhuangti-news{
        max-width: 1400px;
    }
    .header-content-zhuangti{
        max-width: 1400px;
    }
    .header-zhuangti-wrap .header-content-zhuangti .header-logo img{
        width: 100%;
        height: 100%;
    }
    .new-event{
        max-width: 1400px;
    }
    .banner-slider{
        max-width: 1400px;
        margin: auto;
    }
}
@media screen and (max-width: 1560px) {
    .zhuangti-content{
    max-width: none;
    }
    .people-name-wrap{
        max-width: none;
    }
    .zhuangti-news{
        max-width: none;
    }
    .header-content-zhuangti{
        max-width: none;
    }
    .header-zhuangti-wrap .header-content-zhuangti .header-logo img{
        width: 30vw;
        height: auto;
    }
    .new-event{
        max-width: none;
    }
    .banner-slider{
        max-width: none;
    }
}

/*.prech{*/
    /*width: 100%;*/
    /*height: 150px;*/
/*}*/
/* 单词不截断换行 */
.word_break, p{
    word-break: break-word;
}
/* 专题头部样式开始 */
.header-zhuangti-wrap{
    width: 100%;
    height: 150px;
    background-color: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    z-index: 1200;
}
.header-zhuangti-wrap .header-content-zhuangti{
    width: var(--widthEnHeader);
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    flex: 1;
    /*flex-wrap: wrap;*/
}
/*logo*/
.header-zhuangti-wrap .header-content-zhuangti .header-logo img{
    /*max-width: 390px;*/
    /*max-height: 43px;*/
    /*min-width: 240px;*/
    /*margin-right: 240px;*/
    /*width: 30vw;*/
    /*height: auto;*/
}
/* 菜单样式 */
.header-zhuangti-wrap .header-content-zhuangti .nav-menu{
    font-size: 18px;
    color: #666666;
    display: flex;
    /*justify-content: space-between;*/
    /*flex: 1;*/
}
.header-zhuangti-wrap .header-content-zhuangti .nav-menu a{
    color: #666666;
}
.header-zhuangti-wrap .header-content-zhuangti .nav-menu .nav-item{
    margin-left: 30px;
    padding-bottom: 15px;
    box-sizing: border-box;
}
.header-zhuangti-wrap .header-content-zhuangti .nav-menu .nav-item span{
    position: relative;
    white-space: nowrap;
}
.header-zhuangti-wrap .header-content-zhuangti .nav-menu .nav-item span:after{
    display: none;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -15px;
    left: 0;
    background-color: #0561A4;
}
.header-zhuangti-wrap .header-content-zhuangti .nav-menu .nav-item .active-menu:after{
    display: block;
}
.header-zhuangti-wrap .header-content-zhuangti .nav-menu .nav-item:hover span:after{
    display: block;
}
#bannerZhangTi{
    position: relative;
    width: var(--widthEnHeader);
    margin: auto;
}
.banner-slider{
    width: 100%;
}
#bannerZhangTi .bx-wrapper img{
    height: 100%;
}
.bx-wrapper .bx-next{
    right: 2%;
}
.bx-wrapper .bx-prev{
    left: 2%;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
    bottom: 0px;
}
.bx-wrapper .bx-controls-direction a{
    margin-top: 0;
    transform: translateY(-50%);
}
/* 小于1024px--显示头部 */
.touch-header-en-wrap{
    display: none;
    /*width: 100%;*/
    height: 100%;
    width: var(--widthEnHeader);
    margin: auto;
    justify-content: space-between;
    align-items: center;
    /*padding: 0 20px;*/
    box-sizing: border-box;
}
/* logo样式 */
.touch-header-en-wrap .header-logo{
    max-width: 410px;
    max-height: 90px;
    margin-right: 10px;
}
.touch-header-en-wrap .header-logo a,.touch-header-en-wrap .header-logo img{
    display: inline-block;
    width: 100%;
    height: 100%;
    min-width: 160px;
}
.touch-header-en-wrap .header-menu-wrap{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.touch-header-en-wrap .header-menu-wrap a{
    font-size: 24px;
    color: #000000;
}
.touch-header-en-wrap .header-menu-wrap span{
    background: #CCCCCC;
    margin: 0 22px;
    display: block;
    width: 1px;
    height: 26px;
}
.touch-header-en-wrap .header-menu-wrap i{
    font-size: 26px;
}
.touch-header-en-wrap .header-menu-wrap img{
    width: 36px;
    height: 36px;
    cursor: pointer;
}
/* 下拉菜单 */
.drawer-section-en{
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    z-index: 999;
    top: 100px;
    left: 0;
}
.drawer-section-en .nav-menu{
    width: var(--widthEnHeader);
    margin: auto;
}
.drawer-section-en .nav-menu .nav-item{
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
.drawer-section-en .nav-menu .nav-item a{
    color: #000000;
    display: block;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
}
/* 专题头部样式结束 */
/* content样式开始 */
.zhuangti-content{
    width: var(--widthEnHeader);
    margin: auto;
}
/* banner */
.zhuangti-content .banner-li{
    box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.6);
}
.zhuangti-content img{
    width: 100%;
}
/* RIPRESD */
.ripresd-wrap h2{
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    margin: 37px 0 26px;
}
.ripresd-small-img{
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    align-items: center;
    margin-bottom: 19px;
}
.ripresd-small-img .ripresd-img-wrap{
    width: 48px;
    height: 48px;
}
.ripresd-small-img .ripresd-img-wrap img{
    width: 100%;
    height: 100%;
}
/* RIPRESD大图 */
.ripresd-big-img{
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ripresd-big-img .ripresd-img-wrap{
    width: calc(100% / 3);
    /*width: 260px;*/
    text-align: center;
    box-sizing: border-box;
}
.ripresd-big-img .ripresd-img-wrap:nth-of-type(3n-1){
    padding: 0 10px;
}
/*.ripresd-big-img .ripresd-img-wrap .img-wrap{*/
/*    height: 80px;*/
/*    overflow: hidden;*/
/*}*/
.ripresd-big-img .ripresd-img-wrap img{
    width: 100%;
    /*height: auto;*/
    height: 100px;
    object-fit: cover;
}
.ripresd-big-img .ripresd-img-wrap p{
    font-size: 13px;
    font-family: Arial;
    color: #333333;
    line-height: 18px;
    margin: 11px 0 25px;
    font-weight: bold;
}
/* News & Events样式 */
.new-event h2{
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    margin: 20px 0 39px;
}
.new-event-list .new-event-item{
    display: flex;
    cursor: pointer;
    margin-bottom: 30px;
}
.new-event-list .new-event-item .img-wrap{
    width: 300px;
    height: 186px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    padding: 10px;
    margin-right: 20px;
}
.new-event-list .new-event-item .img-wrap img{
    width: 100%;
    height: 100%;
}
.new-event-list .new-event-item .item-info{
    flex: 1;
    /*padding: 10px 0;*/
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 186px;
}
.new-event-list .new-event-item .item-info h3{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}
.new-event-list .new-event-item .item-info p{
    font-size: 16px;
    font-family: PingFang SC;
    color: #666666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.new-event-list .new-event-item .item-info .bottom-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 0;
    font-size: 16px;
    font-family: Microsoft YaHei UI;
    color: #999999;
}
.new-event-list .new-event-item .item-info .bottom-wrap i{
    color: #99B8CC;
}
.new-event-list .new-event-item .item-info .bottom-wrap .btn{
    font-family: Microsoft YaHei UI;
    color: #0068B7;
}

/* content样式结束 */
/* 底部样式 */
.footer-zhuangti-en{
    width: 100%;
    text-align: center;
    /*background-color: #00538B;*/
    background: #1c84d6;
    padding: 20px 0;
}
.footer-zhuangti-en p{
    font-size: 16px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}
/* 分页样式 */
.el-pagination{
    text-align: center;
    margin: 20px 0;
}
/* 专题-new页面开始 */
.zhuanti-new-wrap .zhuangti-news{
    width: var(--widthEnHeader);
    margin: auto;
    position: relative;
}
.zhuanti-new-wrap .zhuangti-news img{
    width: 100%;
}
.zhuanti-new-wrap .zhuangti-news div{
    font-size: 48px;
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 11.5%;
    transform: translateY(-50%);
}
.zhuanti-new-wrap .new-event{
    width: var(--widthEnHeader);
    margin: auto;
    padding: 36px 0;
}

/* 专题-new页面结束 */
/* 专题people页面样式开始 */
.people-name-wrap{
    width: var(--widthEnHeader);
    margin: 30px auto;

}
.people-name-wrap ul li{
    border-bottom: 1px dotted #CCCCCC;
    padding-bottom: 30px;
}
.people-name-wrap ul li h3{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #0561A4;
    line-height: 36px;
    margin: 30px 0;
}
.people-name-wrap ul li .children-item{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: flex-start;
}
.people-name-wrap ul li .children-item p{
    width: calc(100% / 5);
    font-size: 16px;
    font-family: PingFang SC;
    color: #666666;
    line-height: 32px;
    position: relative;
    padding-left: 12px;
    cursor: pointer;
}
.people-name-wrap ul li .children-item p:hover{
    width: calc(100% / 5);
    font-size: 16px;
    font-family: PingFang SC;
    color: #666666;
    line-height: 32px;
    position: relative;
    padding-left: 12px;
    cursor: pointer;
    color:#0561a4;
}
.people-name-wrap ul li .children-item p:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background-color: #0561A4;
    border-radius: 50%;
}
/* 专题people页面样式结束 */
a:hover{
    color: #00a1e9 !important;
}
.new-event .new-event-item:hover p,
.new-event .new-event-item:hover h3,
.new-event .new-event-item:hover .bottom-wrap,
.new-event .new-event-item:hover .item-info .bottom-wrap .btn{
    color: #00a1e9;
}
/*.new-event a p:hover ,.new-event a h3:hover,.new-event a .btn:hover{*/
/*    color: #00a1e9 !important;*/
/*}*/
.wrap{
    width: var(--widthEnHeader);
}
@media screen and (max-width: 1600px){
    /*.ripresd-big-img .ripresd-img-wrap{*/
    /*    !*width: 260px;*!*/
    /*    width: calc(100% / 2);*/
    /*    text-align: center;*/
    /*    box-sizing: border-box;*/
    /*}*/
    /*.ripresd-big-img .ripresd-img-wrap:nth-of-type(3n-1){*/
    /*    padding: 0;*/
    /*}*/
    /*.ripresd-big-img .ripresd-img-wrap:nth-of-type(2n-1){*/
    /*    padding-right: 20px;*/
    /*}*/
}
@media screen and (max-width: 1360px){
    .header-zhuangti-wrap .header-content-zhuangti .header-logo img{
        width: 28vw;
    }
    .header-zhuangti-wrap .header-content-zhuangti .nav-menu .nav-item{
        margin-left: 14px;
    }
}

@media screen and (max-width: 320px){
    /*.header-zhuangti-wrap .header-content-zhuangti .header-logo img{*/
    /*    margin-right: 60px;*/
    /*    max-width: 300px;*/
    /*}*/
    .top{
        display: none;
    }
}

/* 头部小于1024px */
@media screen and (max-width: 1024px){
    .header-zhuangti-wrap{
        position: fixed;
        top: 0;
        left: 0;
    }
    .prech{
        width: 100%;
        height: 150px;
    }
    .header-zhuangti-wrap .touch-header-en-wrap{
        display: flex;
    }
    .header-zhuangti-wrap .header-content-zhuangti{
        display: none;
    }
    .ripresd-big-img .ripresd-img-wrap{
        /*width: 260px;*/
        width: calc(100% / 2);
        text-align: center;
        box-sizing: border-box;
    }
    .ripresd-big-img .ripresd-img-wrap:nth-of-type(3n-1){
        padding: 0;
    }
    .ripresd-big-img .ripresd-img-wrap:nth-of-type(2n-1){
        padding-right: 20px;
    }
    /* 图片 */
    /*.ripresd-big-img .ripresd-img-wrap{*/
    /*    width: 100%;*/
    /*    height: auto;*/
    /*}*/
    /*.ripresd-big-img .ripresd-img-wrap:nth-of-type(2n-1){*/
    /*    padding-right: 0;*/
    /*}*/
    .header-zhuangti-wrap{
        height: 100px;
    }
    .prech {
        height: 100px;
    }
}
@media screen and (max-width: 960px) {
    .new-event-list .new-event-item .img-wrap{
        width: 26vw;
        height: auto;
    }
}
@media screen and (max-width: 830px) {
    .new-event-list .new-event-item{
        flex-wrap: wrap;
        border: 1px solid #C3D8E6;
        border-radius: 10px;
    }
    .new-event-list .new-event-item .img-wrap{
        border: none;
        margin-right: 0;
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .new-event-list .new-event-item .item-info{
        padding: 10px;
    }
}

/* 小于640px--手机端样式 */
@media screen and (max-width: 640px){
    :root{
        --widthEnZuanTi:90%;
        --widthEnHeader:90%;
    }
    .header-zhuangti-wrap{
        height: 80px;
    }
    .prech {
        height: 80px;
    }
    .header-zhuangti-wrap .touch-header-en-wrap{
        padding: 0 10px;
    }
    .zhuanti-new-wrap .zhuangti-news img{
        min-height: 60px;
    }
    .touch-header-en-wrap .header-menu-wrap img{
        width: 28px;
        height: 28px;
    }
    .touch-header-en-wrap .header-menu-wrap span{
        margin: 0 4px;
    }
    .drawer-section-en{
        top: 80px;
    }
    .drawer-section-en .nav-menu .nav-item a{
        font-size: 16px;
        height: 40px;
    }
    /* RIPRESD */
    .ripresd-wrap h2{
        text-align: center;
    }
    .ripresd-small-img{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .ripresd-small-img .ripresd-img-wrap{
        width: calc(100% / 9);
        height: calc(100% / 9);
    }
    /* RIPRESD大图 */
    .ripresd-big-img .ripresd-img-wrap{
        width: 100%;
    }
    .ripresd-big-img .ripresd-img-wrap:nth-of-type(3n-1){
        padding: 0;
    }
    .ripresd-big-img .ripresd-img-wrap:nth-of-type(2n-1){
        padding-right: 0;
    }
    /* News & Events样式 */
    .new-event h2{
        text-align: center;
    }
    /*.new-event-list .new-event-item{*/
    /*    flex-wrap: wrap;*/
    /*    border: 1px solid #C3D8E6;*/
    /*    border-radius: 10px;*/
    /*}*/
    /*.new-event-list .new-event-item .img-wrap{*/
    /*    border: none;*/
    /*    margin-right: 0;*/
    /*    width: 100%;*/
    /*    height: auto;*/
    /*    border-radius: 10px;*/
    /*}*/
    /*.new-event-list .new-event-item .item-info{*/
    /*    padding: 10px;*/
    /*}*/
    .zhuanti-new-wrap .new-event{
        padding: 20px 0;
    }
    .zhuanti-new-wrap .zhuangti-news div{
        font-size: 30px;
    }
    /* 详情页样式 */
    .news_bg{
        padding: 0 10px;
    }
    .news_bg .con_line{
        border: 1px solid #CFDCE6;
        height: auto;
        line-height: 24px;
        text-align: left;
        padding: 16px;
    }
    .prenext{
        line-height: 24px;
    }
    /* 专题people页面样式 */
    .people-name-wrap ul li .children-item p{
        /*width: calc(100% / 2);*/
        width: 100%;

    }
    .people-name-wrap ul li h3{
        margin: 16px 0 0;
    }
    .people-name-wrap ul li{
        padding-bottom: 16px;
    }
}