@media (min-width: 1920px){
}
@media (min-width: 1600px){
}
@media (min-width: 1440px){
}
@media (min-width: 1366px){
    .Top-block{
        margin-right: -600px;
    }
    #pageContent{
        width: 1200px;
        height: 660px;
        margin-top: -330px;
        margin-left: -600px;
    }
    #pageContent .prev-btn{
        left: -64px;
    }
    #pageContent .next-btn{
        right: -64px;
    }
    #imgContainer,
    .zoomableContainer{
        height: 648px;
    }
}
@media (min-width: 1280px){
    .index-video-box .video-moreBtn{
        left: -84px;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .index-video-box:hover .video-moreBtn{
        left: 0;
    }
}
@media (min-width: 1200px){
    .col-lg-5ths{
        float: left;
        width: 20%;
    }
    .header-custom .search-box{
        right: 0;
    }
    .footer-down .footer-nav{
        margin-right: -25px;
        margin-left: -25px;
    }
    .footer-down .footer-nav a{
        padding-right: 25px;
        padding-left: 25px;
    }
    .index-publicText{
        padding-right: 90px;
        padding-left: 90px;
    }
    .index-case-list{
        margin-right: -22px;
        margin-left: -22px;
    }
    .index-case-list>div{
        padding-right: 22px;
        padding-left: 22px;
    }
    .index-case-list>div .box:hover{
        background: #e60012;
        box-shadow: 5px 0 30px rgba(113,0,9,0.4);
        color: #fff;
    }
    .index-case-list>div .box:hover .img img{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
        transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    }
    .index-case-list>div .box:hover .img .bg{
        opacity: 1;
        -webkit-animation: zoomIn 0.5s ease-out;
        -o-animation: zoomIn 0.5s ease-out;
        animation: zoomIn 0.5s ease-out;
    }
    .InnerPage-nav .item a:hover{
        background: #fef2f3;
        color: #e60012;
    }
    .InnerPage-nav.default-style .item a{
        margin-right: 39px;
        margin-left: 39px;
    }
    .InnerPage-about .imgList{
        padding: 46px;
    }
    .InnerPage-about .imgList .row{
        margin-right: -19px;
        margin-left: -19px;
    }
    .InnerPage-about .imgList .row>div{
        padding-right: 19px;
        padding-left: 19px;
    }
    .OurPolicy .content{
        padding: 60px 70px 50px 70px;
    }
    .leader-list{
        margin-right: -30px;
        margin-left: -30px;
    }
    .leader-list>div{
        padding-right: 30px;
        padding-left: 30px;
    }
    .leader-list>div a .img .text{
        padding-right: 12%;
        padding-left: 12%;
    }
    .leader-list>div a:hover .img .text{
        opacity: 1;
        -webkit-animation: zoomIn 0.5s ease-out;
        -o-animation: zoomIn 0.5s ease-out;
        animation: zoomIn 0.5s ease-out;
    }
    .leader-list>div a:hover .title{
        color: #e60012;
        font-weight: bold;
    }
    .honor-list{
        margin-right: -30px;
        margin-left: -30px;
    }
    .honor-list>div{
        padding-right: 30px;
        padding-left: 30px;
    }
    .teamStyle-list{
        margin-right: -30px;
        margin-left: -30px;
    }
    .teamStyle-list>div{
        padding-right: 30px;
        padding-left: 30px;
    }
    .teamStyle-list>div a .img .text{
        padding-right: 12%;
        padding-left: 12%;
    }
    .teamStyle-list>div a:hover .img .text{
        opacity: 1;
        -webkit-animation: zoomIn 0.5s ease-out;
        -o-animation: zoomIn 0.5s ease-out;
        animation: zoomIn 0.5s ease-out;
    }
    .details-page .row>div:last-child{
        text-align: right;
    }
    .cooperation-list .box .text{
        padding-right: 60px;
        padding-left: 60px;
    }
    .InnerPage-right{
        padding-left: 50px;
    }
    .case-list{
        margin-right: -35px;
        margin-left: -35px;
    }
    .case-list>div{
        padding-right: 35px;
        padding-left: 35px;
    }
    .forum-recommend-list .content{
        margin-right: -30px;
        margin-left: -30px;
    }
    .forum-recommend-list .content>div{
        padding-right: 30px;
        padding-left: 30px;
    }
    .magazine-list .bigImg a:hover .enlarge-btn{
        display: block;
        opacity: 1;
    }
    .magazine-list .smallImg{
        margin-right: -20px;
        margin-left: -20px;
    }
    .magazine-list .smallImg span{
        padding-right: 20px;
        padding-left: 20px;
    }
    .magazine-list .smallImg .slick-prev{
        left: 20px;
    }
    .magazine-list .smallImg .slick-next{
        right: 20px;
    }
    .magazine-list .span-page{
        bottom: 162px;
    }
    .partyBuilding-list .box .text .title,
    .partyBuilding-list .box .text .content{
        margin-bottom: 30px;
    }
    .culturalActivity-list{
        margin-right: -30px;
        margin-left: -30px;
    }
    .culturalActivity-list>div{
        padding-right: 30px;
        padding-left: 30px;
        margin-bottom: 60px;
    }
    .culturalActivity-list>div .box .text{
        padding: 30px 12%;
    }
    .InnerPage-right-other{
        padding-left: 80px;
    }
    .recruit-guide .text a{
        margin-left: 30px;
    }
    .recruit-information-list .box{
        width: -webkit-calc(50% - 30px);
        width: -moz-calc(50% - 30px);
        width: calc(50% - 30px);
        padding: 40px 50px 50px 50px;
        margin-bottom: 60px;
    }
    .internship-list{
        margin-right: -30px;
        margin-left: -30px;
    }
    .internship-list>div{
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media (min-width: 992px){
    .col-md-5ths{
        float: left;
        width: 20%;
    }
    .Top-block{
        width: 510px;
        padding-right: 48px;
        padding-left: 48px;
        border-radius: 0 0 5px 5px;
        position: absolute;
        top: 0;
        right: 50%;
        z-index: 99;
    }
    .Top-block:before{
        content: '';
        width: 0;
        height: 0;
        border-width: 29px 0 0 12px;
        border-color: #e60012 transparent #e60012 transparent;
        border-style: solid;
        position: absolute;
        top: 0;
        left: -11px;
    }
    .header-custom .logo{
        padding-top: 26px;
        padding-bottom: 27px;
    }
    .navbar-mobile-logo{
        display: none;
    }
    .header-custom .nav-custom{
        padding-right: 67px;
        margin-top: 32px;
    }
    .header-custom .nav-custom>li>a{
        padding-top: 30px;
        padding-bottom: 31px;
        color: #333;
    }
    .header-custom .nav-custom>li>a:focus:after,
    .header-custom .nav-custom>li>a:hover:after,
    .header-custom .nav-custom>.active>a:after,
    .header-custom .nav-custom>.active>a:hover:after,
    .header-custom .nav-custom>.active>a:focus:after,
    .header-custom .nav-custom>.open>a:after,
    .header-custom .nav-custom>.open>a:hover:after,
    .header-custom .nav-custom>.open>a:focus:after,
    .header-custom .nav-custom>.dropdown.active>a:after,
    .header-custom .nav-custom>.dropdown.active>a:hover:after,
    .header-custom .nav-custom>.dropdown.active>a:focus:after{
        content: '';
        width: 4px;
        height: 4px;
        margin-left: -2px;
        background: #e60012;
        position: absolute;
        bottom: 15px;
        left: 50%;
    }
    .header-custom .nav-custom>li .dropdown-menu{
        padding: 0;
        margin: 0 -80px 0 0;
        border: none;
        right: 50%;
    }
    .header-custom .nav-custom>li .dropdown-menu>li>a{
        height: 38px;
        line-height: 38px;
        padding: 0;
        background: #e60012;
        color: #fff;
        text-align: center;
    }
    .header-custom .nav-custom>li .dropdown-menu>li>a:hover{
        background: #f00;
    }
    .header-custom .search-box{
        height: 58px;
        position: absolute;
        top: 55px;
        z-index: 99;
    }
    .header-custom .search-box .search-form{
        width: 260px;
        position: absolute;
        top: 100%;
        right: 0;
        display: none;
    }
    .pages{
        padding-top: 60px;
    }
    .index-about-text .content{
        height: 154px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
        overflow: hidden;
    }
    .video-js.vjs-16-9{
        height: 310px;
        padding-top: 0;
    }
    .index-recruit,
    .index-news{
        height: 400px;
    }
    .index-recruit .box .img{
        height: 184px;
    }
    .index-recruit .box .img img{
        height: 100%;
        object-fit: cover;
    }
    .index-recruit .box:nth-child(1):after{
        -webkit-animation: flipInY 1.6s infinite linear;
        -o-animation: flipInY 1.6s infinite linear;
        animation: flipInY 1.6s infinite linear;
    }
    .index-case-list>div:nth-child(4){
        display: none;
    }
    .index-links-block{
        padding-left: 130px;
        position: relative;
    }
    .index-links-block .title{
        position: absolute;
        top: 0;
        left: 0;
    }
    .InnerPage-nav-boxShadow{
        margin-bottom: 95px;
    }
    .InnerPage-about{
        padding-bottom: 80px;
        margin-bottom: 120px;
    }
    .InnerPage-about .imgList{
        width: 77.5%;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .OurPolicy{
        padding-top: 90px;
        margin-bottom: 90px;
    }
    .leader-list{
        margin-bottom: 70px;
    }
    .currentLocation{
        padding-top: 35px;
        padding-bottom: 35px;
        margin-bottom: 70px;
    }
    .InnerPage-details-title{
        padding-bottom: 30px;
        margin-bottom: 50px;
    }
    .InnerPage-details-title .name{
        line-height: 42px;
        font-size: 24px;
    }
    .honor-list>div .box p{
        height: 78px;
        line-height: 78px;
    }
    .teamStyle-list>div a .title{
        height: 78px;
        line-height: 78px;
    }
    .details-page{
        margin-top: 60px;
    }
    .InnerPage-left{
        float: left;
        width: 70%;
    }
    .InnerPage-right{
        float: right;
        width: 30%;
    }
    .InnerPage-right-title{
        text-align: center;
    }
    .case-list-bg{
        background: url("../images/bg_4.jpg") left top repeat;
    }
    .case-list>div{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .case-list>div .box .img{
        float: left;
        width: 50%;
        height: 183px;
    }
    .case-list>div .box .img img{
        height: 100%;
        object-fit: cover;
    }
    .case-list>div .box .text{
        float: right;
        width: -webkit-calc(50% - 30px);
        width: -moz-calc(50% - 30px);
        width: calc(50% - 30px);
    }
    .case-details-title{
        margin-bottom: 50px;
    }
    .forum-list .box{
        padding: 40px;
    }
    .forum-list .box .text{
        width: -webkit-calc(100% - 340px);
        width: -moz-calc(100% - 340px);
        width: calc(100% - 340px);
    }
    .InnerPage-left-other{
        float: left;
        width: 64.5%;
    }
    .InnerPage-right-other{
        float: right;
        width: 35.5%;
    }
    .recruit-guide{
        height: 689px;
    }
    .recruit-information-list{
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}
@media (min-width: 768px){
    .col-sm-5ths{
        float: left;
        width: 20%;
    }
    .header-custom .logo{
        width: 310px;
    }
    .footer-down{
        min-height: 137px;
        padding-right: 300px;
        position: relative;
    }
    .footer-down .footer-wechatCode{
        width: 290px;
        margin-top: -40px;
        position: absolute;
        top: 50%;
        right: 0;
    }
    .index-news .imgText-list .img{
        width: 180px;
        height: 120px;
        overflow: hidden;
    }
    .index-news .imgText-list .text{
        width: -webkit-calc(100% - 210px);
        width: -moz-calc(100% - 210px);
        width: calc(100% - 210px);
    }
    .InnerPage-nav-boxShadow{
        padding-top: 50px;
    }
    .Level-3-columnNav{
        margin-bottom: 60px;
    }
    .Level-3-columnNav a{
        margin-right: 50px;
        margin-left: 50px;
    }
    .cooperation-list .box{
        margin-bottom: 50px;
    }
    .cooperation-list .box .img{
        float: left;
        width: 37.5%;
        height: 225px;
    }
    .cooperation-list .box .img .table-box,
    .cooperation-list .box .img .table-box .cell{
        height: 225px;
    }
    .cooperation-list .box .text{
        float: left;
        width: 62.5%;
        height: 225px;
        border-left: 1px solid #f3f3f3;
    }
    .cooperation-list .box .text .title{
        margin-bottom: 18px;
    }
    .cooperation-list .box .text .content{
        margin-bottom: 55px;
    }
    .news-list .box{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .news-list .box .img{
        float: left;
        width: 344px;
        height: 230px;
    }
    .news-list .box .text{
        float: left;
        width: -webkit-calc(100% - 344px);
        width: -moz-calc(100% - 344px);
        width: calc(100% - 344px);
        height: 230px;
        padding-left: 8.4%;
    }
    .news-list .box .text .title{
        margin-bottom: 24px;
    }
    .planning-information{
        margin-bottom: 40px;
    }
    .planning-information.otherStyle{
        padding-right: 30px;
        padding-left: 30px;
    }
    .planning-information-list ul li:before{
        top: 56px;
    }
    .planning-information-list ul li .box{
        padding: 22px 28px;
    }
    .forum-list .box .img{
        float: left;
        width: 300px;
        height: 200px;
    }
    .forum-list .box .text{
        float: right;
        height: 200px;
    }
    .forum-list .box .text .title{
        margin-bottom: 18px;
    }
    .forum-list .box .text .content{
        margin-bottom: 25px;
    }
    .magazine-list .bigImg{
        margin-bottom: 40px;
    }
    .magazine-list .span-page{
        width: 74px;
        line-height: 32px;
        background: rgba(255,255,255,0.2);
        border-radius: 16px;
        font-size: 16px;
        color: #fff;
        text-align: center;
        position: absolute;
        right: 20px;
    }
    .partyBuilding-list .box .img{
        float: left;
        width: 50%;
    }
    .partyBuilding-list .box .text{
        width: 50%;
        padding-right: 5%;
        padding-left: 5%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }
    .partyBuilding-list .box:nth-child(2n) .img{
        float: right;
    }
    .partyBuilding-list .box:nth-child(2n) .text{
        right: auto;
        left: 0;
    }
    .recruit-guide .text a{
        height: 52px;
        line-height: 52px;
        font-size: 24px;
    }
    .recruit-information-list .box .title{
        display: flex;
    }
    .recruit-information-list .box .title>div{
        white-space: nowrap;
    }
    .recruit-information-list .box .title .name{
        flex-grow: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .message-form{
        padding: 30px;
    }
    #pageContent{
        top: 50%;
        left: 50%;
    }
}
@media (min-width: 414px){
}
@media (min-width: 1200px) and (max-width: 1365px){
    .other-container{
        width: 1170px;
    }
    .Top-block{
        margin-right: -570px;
    }
    .case-3D{
        height: 298px;
    }
    .case-3D .d_img li.d_pos1,
    .case-3D .d_img li.d_pos5{
        top: 49px;
    }
    .case-3D .d_img li.d_pos2,
    .case-3D .d_img li.d_pos4{
        top: 29px;
    }
    #pageContent{
        width: 1140px;
        height: 500px;
        margin-top: -250px;
        margin-left: -570px;
    }
    #imgContainer,
    .zoomableContainer{
        height: 488px;
    }
}
@media (min-width: 992px) and (max-width: 1365px){
    .header-custom .search-box{
        right: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .other-container{
        width: 970px;
    }
    .Top-block{
        margin-right: -470px;
    }
    .header-custom .nav-custom>li>a{
        padding-right: 5px;
        padding-left: 5px;
    }
    .index-boxShadow-box .tabs-tit{
        margin-right: 10px;
    }
    .InnerPage-nav.default-style .item a{
        margin-right: 17px;
        margin-left: 17px;
    }
    .InnerPage-about .imgList{
        padding: 30px;
    }
    .OurPolicy .content{
        padding: 30px 30px 20px 30px;
    }
    .InnerPage-right,
    .InnerPage-right-other{
        padding-left: 20px;
    }
    .case-3D{
        height: 246px;
    }
    .case-3D .d_img li.d_pos1,
    .case-3D .d_img li.d_pos5{
        top: 41px;
    }
    .case-3D .d_img li.d_pos2,
    .case-3D .d_img li.d_pos4{
        top: 24px;
    }
    .recruit-information-list .box{
        width: -webkit-calc(50% - 15px);
        width: -moz-calc(50% - 15px);
        width: calc(50% - 15px);
        margin-bottom: 30px;
    }
    #pageContent{
        width: 940px;
        height: 480px;
        margin-top: -240px;
        margin-left: -470px;
    }
    #imgContainer,
    .zoomableContainer{
        height: 468px;
    }
}
@media (min-width: 768px) and (max-width: 1199px){
    .magazine-list .span-page{
        bottom: 144px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .Top-block>div{
        width: 720px;
        margin-right: auto;
        margin-left: auto;
    }
    .header-custom .navbar-toggle{
        top: 27px;
    }
    .index-case-list>div{
        margin-bottom: 30px;
    }
    .leader-list{
        margin-right: -5px;
        margin-left: -5px;
    }
    .leader-list>div{
        padding-right: 5px;
        padding-left: 5px;
    }
    .forum-list .box{
        padding: 20px;
    }
    .forum-list .box .text{
        width: -webkit-calc(100% - 320px);
        width: -moz-calc(100% - 320px);
        width: calc(100% - 320px);
    }
    #pageContent{
        width: 720px;
        height: 680px;
        margin-top: -340px;
        margin-left: -360px;
    }
    #imgContainer,
    .zoomableContainer{
        height: 668px;
    }
}
@media only screen and (max-width : 1365px){
}
@media only screen and (max-width : 1199px){
    .footer-down .footer-nav a{
        width: 25%;
    }
    .index-case-list>div .box .img .bg{
        display: none;
    }
    .InnerPage-about .text .title span{
        display: none;
    }
    .leader-list>div a .img .text{
        display: none;
    }
    .teamStyle-list>div a .img .text{
        display: none;
    }
    .InnerPage-left,
    .InnerPage-left-other{
        margin-bottom: 30px;
    }
}
@media only screen and (max-width : 991px){
    .header-custom .navbar-collapse{
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        background: rgba(0,0,0,0.9);
        border-color: rgba(0,0,0,0.9);
        position: fixed;
        top: 0;
        right: -100%;
        bottom: 0;
        z-index: 99;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .navbar-mobile-logo{
        display: block;
        padding: 30px 0;
        margin-right: -15px;
        margin-left: -15px;
        border-bottom: 1px solid #aaa;
        text-align: center;
    }
    .navbar-mobile-logo img{
        max-width: 70%;
    }
    .collapse.in{
        right: 0;
    }
    .header-custom .nav-custom{
        margin-right: 0;
        margin-left: 0;
    }
    .header-custom .nav-custom *{
        text-align: center;
    }
    .header-custom .nav-custom>li{
        margin-bottom: 1px;
    }
    .header-custom .nav-custom>li>a{
        color: #fff;
    }
    .header-custom .nav-custom>.active>a,
    .header-custom .nav-custom>.active>a:hover,
    .header-custom .nav-custom>.active>a:focus{
        background-color: #fff;
    }
    .header-custom .nav-custom>li.open .dropdown-menu>li>a{
        color: #eee;
    }
    .header-custom .search-box .search-btn{
        display: none;
    }
    .pages a{
        display: none;
    }
    .pages .lastPage-btn,
    .pages .nextPage-btn{
        display: inline-block;
    }
    .mb80{
        margin-bottom: 50px;
    }
    .index-bg-f6f6f6{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .index-about-text{
        margin-bottom: 40px;
    }
    .index-about-text .more{
        background: #e60012;
        color: #fff;
    }
    .InnerPage-about .img{
        display: none;
    }
    .InnerPage-about .text{
        margin-bottom: 50px;
    }
    .mb100{
        margin-bottom: 50px;
    }
    .InnerPage-right,
    .InnerPage-right-other{
        padding-top: 30px;
        border-top: 1px dashed #cfcfcf;
    }
    .news-list .box .img .date{
        background: rgba(230,0,18,0.7);
    }
    .news-list .box .text .title{
        color: #e60012;
    }
    .news-list .box .text .more{
        color: #e60012;
        border-bottom: 1px solid #e60012;
    }
    .case-list-bg{
        padding-top: 50px;
    }
    .case-list>div{
        margin-bottom: 30px;
    }
    .case-list>div .box .img{
        margin-bottom: 15px;
    }
    .case-list>div .box .text .title{
        color: #e60012;
    }
    .case-list>div .box .text .more{
        border-bottom: 1px solid #e60012;
        color: #e60012;
    }
    .case-3D{
        display: none;
    }
    .case-album{
        display: block !important;
    }
    .forum-list .box .text .title{
        color: #e60012;
    }
    .forum-list .box .text .more{
        border-bottom: 1px solid #e60012;
        color: #e60012;
    }
    .internship-list>div{
        margin-bottom: 30px;
    }
    .recruit-guide{
        background-position: right center;
    }
    .partyBuilding-list .box{
        color: #e60012;
    }
    .culturalActivity-list>div .box .text .title{
        color: #e60012;
    }
    .fy .fy_r a,
    .fy .fy_r span{
        display:none;
    }
    .fy .fy_r a:nth-child(2),
    .fy .fy_r a:nth-last-child(2){
        display:inline-block;
    }
}
@media only screen and (max-width : 767px){
    .col-xs-5ths{
        float: left;
        width: 20%;
    }
    .Top-block{
        display: none;
    }
    .header-custom .logo{
        width: 281px;
    }
    .header-custom .navbar-toggle{
        top: 24px;
    }
    .footer-contact{
        padding-bottom: 20px;
    }
    .footer-contact>.row>div{
        margin-bottom: 20px;
    }
    .footer-down .footer-wechatCode{
        position: relative;
    }
    .footer-down .footer-nav{
        display: none;
    }
    .footer-down .footer-copy{
        text-align: center;
    }
    .right-floatingFrame{
        display: none;
    }
    .index-boxShadow-box{
        padding-right: 15px;
        padding-left: 15px;
    }
    .index-boxShadow-box .tabs-tit{
        margin-right: 16px;
    }
    .index-boxShadow-box .more{
        display: none;
    }
    .index-recruit .box .text .title{
        height: 20px;
        line-height: 20px;
        font-size: 16px;
    }
    .index-recruit .box:nth-child(1) .text{
        left: -webkit-calc(49.2% + 15px);
        left: -moz-calc(49.2% + 15px);
        left: calc(49.2% + 15px);
    }
    .index-recruit .box:nth-child(2) .text{
        right: -webkit-calc(49.2% + 15px);
        right: -moz-calc(49.2% + 15px);
        right: calc(49.2% + 15px);
    }
    .index-recruit .box:nth-child(2) .en-text{
        bottom: 50px;
    }
    .index-news .imgText-list .img{
        width: 40%;
        height: 120px;
    }
    .index-news .imgText-list .text{
        width: -webkit-calc(100% - 40% - 20px);
        width: -moz-calc(100% - 40% - 20px);
        width: calc(100% - 40% - 20px);
    }
    .index-publicText{
        display: none;
    }
    .index-case-list{
        margin-right: -5px;
        margin-left: -5px;
    }
    .index-case-list>div{
        padding-right: 5px;
        padding-left: 5px;
        margin-bottom: 10px;
    }
    .index-links-mobileHide{
        display: none;
    }
    .index-links>div{
        margin-bottom: 20px;
    }
    .InnerPage-banner .text .name{
        width: 220px;
        height: 26px;
        line-height: 26px;
        margin-left: -110px;
        font-size: 30px;
    }
    .InnerPage-banner .text .name:before,
    .InnerPage-banner .text .name:after{
        border-width: 2px;
    }
    .InnerPage-banner .text .line{
        display: none;
    }
    .InnerPage-about .imgList .row>div{
        margin-bottom: 15px;
    }
    .InnerPage-about .imgList .row>div:last-child{
        margin-bottom: 0;
    }
    .OurPolicy .content .text{
        height: 256px;
        overflow-y: auto;
    }
    .leader-list>div a .title,
    .leader-list>div a .content{
        color: #e60012;
    }
    .currentLocation .last-symbol,
    .currentLocation .last-name{
        display: none;
    }
    .honor-list{
        margin-right: -5px;
        margin-left: -5px;
    }
    .honor-list>div{
        padding-right: 5px;
        padding-left: 5px;
    }
    .teamStyle-list{
        margin-right: -5px;
        margin-left: -5px;
    }
    .teamStyle-list>div{
        padding-right: 5px;
        padding-left: 5px;
    }
    .teamStyle-details-title{
        padding-bottom: 15px;
        font-size: 24px;
    }
    .cooperation-list .box .img{
        height: 150px;
        border-bottom: 1px solid #f3f3f3;
    }
    .cooperation-list .box .img .table-box,
    .cooperation-list .box .img .table-box .cell{
        height: 134px;
    }
    .forum-list .box .text{
        padding: 0 20px 20px 20px;
    }
    .partyBuilding-list .box .text{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #pageContent{
        width: 98%;
        height: 520px;
        margin-top: -260px;
        margin-left: -49%;
    }
    #pageContent .prev-btn,
    #pageContent .next-btn,
    #positionButtonDiv{
        display: none;
    }
    #imgContainer,
    .zoomableContainer{
        height: 508px;
    }
    .recruit-information-list .box .title{
        line-height: 36px;
        margin-bottom: 5px;
    }
    .recruit-information-list .box .content>div{
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 413px){
}
