.teamIntro{font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 36px;
    color: rgba(51, 51, 51, 1);}
.teamshow .list li p {
    font-size: 20px;
    color: #00092E;
    text-align: center;
    padding:3px;
}
.honorimg{
    width: 450px;
    height: 300px;
}

.h2, h2 {
    font-size: 1.6rem;
}
.iteam .show h2,
.iplatform li a p,
.inews a .words span,
.inews a .words h2{
    font-family:'SourceHanSansSC-Bold.otf','syhb';
}
.iannounce ul p{
    font-family:syhm;
}
.aca-media .iannounce ul p{
    flex:0 0 calc(100% - 260px);
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ibanner{
    position:relative;
    overflow:hidden;
}
.ibanner .swiper-slide{
    position:relative;
}
.ibanner .swiper-slide img{
    width:100%;
}
.ibanner .swiper-slide .words{
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:rgba(0,0,0,.6);
    align-items:center;
    color:#fff;
    flex-direction: column;
    justify-content:center;
}
.ibanner .swiper-slide .words h2{
    font-size:72px;
    font-weight:bolder;
}
.ibanner .swiper-slide .words .container{
    position: relative;
    padding-bottom:20px;
}
.ibanner .swiper-slide .words p{
    font-size:22px;
    height:96px;
    overflow:hidden;
    text-overflow:ellipsis;
    overflow:hidden;
    -webkit-box-orient:vertical;
    display:-webkit-box;
    -webkit-line-clamp:4;
}
.ibanner .swiper-slide .words p i{
    position: absolute;
    right:0;
    bottom:0;
    font-size:16px;
    background:#004E73;
    color:#fff;
    padding:0 20px;
    width:100px;
    height:30px;
    line-height:30px;
    left:50%;
    margin-left:-50px;
    bottom:-20px;
}
.ibanner .swiper-slide .words p.expand{
    -webkit-line-clamp:100;
    height:auto;
    overflow: visible;
}

.ibanner.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom:30px;
}
.ibanner .swiper-pagination-bullet{
    background:#fff;
    opacity:1;
    position: relative;
}
.ibanner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:0 6px;
    width:15px;
    height:15px;
    line-height:30px;
    vertical-align:middle;
    opacity:.6;
}
.ibanner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{
    background:url(../fonts/point-active.svg) center center no-repeat;
    width:28px;
    height:28px;
    background-size:26px;
    opacity:1;
}
.ibanner .imore{
    position:absolute;
    bottom:20px;
    left:0;
    right:0;
    z-index:99;
    text-align: center;
    color:#fff;
    cursor:pointer;
}
.ibanner .imore i{
    display: block;
    width:100%;
    height:60px;
    background:url(../fonts/imore.svg) center center no-repeat;
    background-size:40px;
}

.around2{
    justify-content: space-around;
}


.inews a{
    position: relative;
    margin:0 0 60px 0;
}
.inews a .words{
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    background: -webkit-linear-gradient(rgba(255,255,255,.01) 0%, #002645 100%);
    background: -o-linear-gradient(rgba(255,255,255,.01) 0%, #002645 100%);
    background: linear-gradient(rgba(255,255,255,.01) 0%, #002645 100%);
    padding:30px 40px;
    color:#fff;
}
.inews a .words i{
    padding:10px;
    margin-right:10px;
}
.inews a .words .infor{
    margin-bottom:15px;
}
.inews a .words span{
    font-size:18px;
}
.inews a .words h2{
    font-size:28px;
}
.inews a .words p{
    font-size:18px;
}

.standard{
    position: relative;
}
.morelink{
    text-align: center;
    position: absolute;
    right: 10px;
    top:50%;
    margin-top: 8px;
}
.morelink a{
    display: inline-block;
    padding-left:40px;
    background:url(../fonts/more-fish.svg) left center no-repeat;
    background-size:30px;
    line-height:35px;
    font-size:18px;
    color:#035D91;
    margin:0!important;
}

.iannounce{
    padding:70px 0;
    background:#fff;
    /*background:url(../images/bg2.png) center center no-repeat;*/
}
.iannounce .container{


}
.iannounce ul li{
    width:100%;
}
.iannounce ul a{
    border-bottom:1px solid #ccc;
    padding:10px 0;
    padding-left:10px;
    justify-content:flex-start;
    transition: all 0.2s ease;
    align-items:center;
}
.iannounce ul a:nth-child(even){
    margin:0 -15px 0 0;
}
.iannounce ul a:nth-child(odd){
    margin:0 0 0 -15px;
}
.aca-media .iannounce ul a{
    width:100%;
}
.aca-media .first{
    
}
.aca-media .iannounce ul a:nth-child(even){
    margin:0;
}
.aca-media .iannounce ul a:nth-child(odd){
    margin:0;
}
.aca-media .first .iannounce ul li{
    margin-right:20px;
}
.aca-media .second .iannounce ul li{
    margin-left:20px;
}
.iannounce ul i{
    flex:0 0 120px;
    padding:10px;
    font-size:16px;
    color:#fff;
    text-align: center;
    border:1px solid #1989C9;
    color:#1989C9;
    border-radius:30px;
    font-weight:bold;
}
.iannounce ul p{
    flex:0 0 530px;
    line-height:20px;
    font-size:20px;
    color:#333;
    height:100%;
    text-align: left;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap:wrap;
    background-color: #ffffffc9;
    padding: 0 12px;
}


.iannounce ul a:hover {
    /*font-weight:bolder;*/
    transform:translate(20px,0);
    -webkit-transform:translate(20px,0);
    -moz-transform:translate(20px,0);
    -o-transform:translate(20px,0);
    -ms-transform:translate(20px,0);
}
.iannounce ul a:hover{
    font-weight:normal;
    box-shadow: -6px 0px 19px  rgba(99, 181, 219, 0.29);
}
.iannounce ul li:hover{
    background:#fff;
}





.iannounce ul span{
    width: 140px;
    line-height:20px;
    height:100%;
    text-align: left;
    font-size: 18px;
    color:#203869;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap:wrap;
    background-color: #ffffffc9;
}

.iteam{
    padding: 0 0 50px 0;
    background:url(../images/bg-iteam.png) center center no-repeat;
    background-size:100%;
    overflow: hidden;
}
.iteam ul.row.around{
    justify-content:flex-start;
}
.iteam .choose{
    width:420px;
    float: left;
    padding-top:16px;
}
.iteam .choose li{
    line-height:65px;
    flex:0 0 100%;
    cursor:pointer;
    display: none;
    border-radius:20px;
    text-align: right;
    padding-right:40px;
    border:2px solid #fff;
    margin-bottom:20px;
    box-shadow: 0px 4px 10px rgba(69,128,143,.25);
}
.iteam .choose li.on{
    display: block;
}
.iteam .choose li a{
    color:#164F66;
    text-align: right;
    font-weight:bold;
    font-size:21px;
    display:block;
}
.iteam .choose li.active{
    background:#8BD2E8;
    color:#fff;
}
.iteam .choose li.active a{
    color:#164F66;
    font-weight:bold;
}
.iteam .choose .pages{
    float: right;
}
.iteam .choose .pages a{
    width:120px;
    background:#fff;
    border-radius:5px;
    display: block;
    line-height:50px;
    margin:0 0 10px 0;
    text-align: center;
    color:#B8B8B8;
}
.iteam .choose .pages a.disable{
    color:#B8B8B8;
    cursor: default;
}
.iteam .choose .pages a.current{
    color:#035D91;
}

.iteam .show {
    padding: 30px;
    color: #fff;
    float: right;
    z-index: 11;
}
.iteam .show h2{
    flex:0 0 100%;
    text-align: left;
    margin:0 0 20px 0;
    color:rgba(5, 71, 110, 1);
    font-weight:bold;
    font-size: 28px;
}
.iteam .show .teamIntro{
    line-height:1.8;
    color:rgba(65, 112, 140, 1);
    margin-bottom:20px;
    font-size: 20px;
}
.iteam .show .teamMember{
    
}
.iteam .show .teamMember li{
    margin-bottom:30px;
}
.iteam .show .teamMember li .face{
    width:90px;
    height: 90px;
    border-radius:50px;
    overflow: hidden;
    margin-right:10px;
}
.iteam .show .teamMember li a{
    background:#fff;
    background:url(../images/teambg.png) #fff right bottom no-repeat;
    background-size:150px;
    padding:20px 10px;
    box-shadow: -2px 2px 10px  rgba(99, 181, 219, 0.34);
}
.iteam .show .teamMember li img{
    width:100%;
}
.iteam .show .teamMember li .words{
    width:calc(100% - 100px);
}
.iteam .show .teamMember li h2{
    font-size:16px;
    color:#333;
    height:78px;
}
.iteam .show .teamMember p{
    text-align: left;
    color:#666;
    margin:10px 0;
    font-size: 14px;
    font-weight: normal;
    align-items:center;
    height:22px;
}
.iteam .show .teamMember p span{
    background: linear-gradient(90deg, #1A89C8 0%, #2B99D9 100%);
    color:#fff;
    padding:0 3px;
    border-radius:20px;
    margin:0 4px;
}
.iteam .show .view{
    flex:0 0 100%;
    text-align: center;
    padding-top: 20px;
}
.iteam .show .view a{
    color: #395aa9;
    font-size: 18px;
}
.iteam .morelink{
    margin:0px 0 0 0;
}

.ihonor{
    padding:30px 0;
    background:url(../images/bg-ihonor.png) center / cover no-repeat;
}
.ihonor li{
    position: relative;
}
.ihonor li p{
    color:#1C5369;
    font-size:20px;
    margin: 10px 67px 20px 30px;
    text-align: center;
    font-weight:bold;
}
.ihonor .honor-swiper{
    width:1490px;
    position: relative;
    padding:0 0 20px 0;
    overflow: hidden;
}
.ihonor .honor-swiper ul{

}
.ihonor .honor-swiper ul li{
    padding:0;
}
.ihonor .honor-swiper ul li img{
    /* width:100%; */
}
.ihonor .honor-swiper .swiper-pagination .swiper-pagination-bullet{
    width:12px;
    height:12px;
    border-radius:6px;
}
.iplatform{
    padding:40px 0 80px 0;
    background:url(../images/bg-iplat.png) center / cover no-repeat;
}
.iplatform li{
    margin-bottom:20px;
    padding:0 10px;
}
.iplatform li a{
    display: block;
    position:relative;
}
.iplatform li a::after{
    content:'';
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.iplatform li a p{
    position: absolute;
    left: 0;
    right:0;
    bottom:0;
    color:#1C5369;
    font-size: 16px;
    color:#fff;
    height: 130px;
    line-height:20px;
    z-index:11;
    text-align: center;
    padding: 13px;
    background: rgba(36, 125, 166, 0.77);
    font-weight: bold;
    display: flex;
    align-items:center;
}
.iplatform li a p:hover{
    color:#fff;
    font-size:16px;
    height:100%;
    line-height:20px;
    padding:40px;
    background: rgba(36, 125, 166, 0.77);
}

.iplatstudent{
    background:url(../images/bg3.png) top / cover no-repeat;
    padding:40px 0 80px 0;
    margin-bottom:-140px;
}
.istudent ul{
    justify-content:space-around;
}
.istudent li{
    position: relative;
}
.istudent li .words{
    position: absolute;
    left:15px;
    right:15px;
    top:0;
    bottom:0;
}
.istudent li:first-child .words{
    background:rgba(8, 53, 112, 0.61);
}
.istudent li:last-child .words{
    background:rgba(1, 140, 131, 0.61);
}
.istudent li .words p{
    font-size:36px;
    line-height:380px;
    text-align: center;
    color:#fff;
}

.honor-container .nav{
    line-height:70px;
    margin-top:-70px;
}
.honor-container .nav ul{
    display: block;
    width:100%;
}
.honor-container .nav li{
    background:#F2F8FF;
    padding-left:30px;
}
.honor-container .nav li:first-child{
    border-bottom:2px solid #308FC7;
    line-height:65px;
}
.honor-container .nav li b{
    font-size:24px;
}
.honor-container .nav li a{
    font-size:18px;
    color:#00092E;
}

.honor-container .nav li.active{
    background:#308FC7;
    color:#fff;
}
.honor-container .nav li.active a{
    color:#fff;
    font-size:18px;
}
.honor-container .list .breadnav{
    line-height:50px;
}
.honor-container .list .breadnav{
    margin-top:20px;
    font-size:24px;
    position: relative;
    margin-bottom:30px;
    padding-left:15px;
}
.honor-container .list .breadnav .cname{
    display: none;
}
.honor-container .list .breadnav::after{
    content:'';
    position: absolute;
    left:15px;
    right:15px;
    bottom:-10px;
    width:calc(100% - 30px);
    height:2px;
    background:#00092E;
}
.honor-container .list .breadnav a{
    color:#666;
    font-size:14px;
    position:relative;
    /*padding-left:14px;*/
}
.honor-container .list .breadnav a.home{
    padding-left:20px;
    background:url(../images/icon-home.svg) left center no-repeat;
    background-size:16px;
}
.honor-container .list .breadnav a::after{
    /*content: '-';
    position: absolute;
    left:4px;
    top:0;
    width:20px;
    height:20px;
    color:#666;*/
}
.honor-container .list .breadnav a.home::after{
    display: none;
}
.honor-container .list li {
    margin-bottom:30px;
}
.honor-container .list li img{
    width:100%;
}

.honor-container .list li p{
    font-size:20px;
    color:#00092E
}

.photo-container .list li{
    margin:0 0 20px 0;
}
.photo-container li .photo{
    height:200px;
    overflow:hidden;
}
.photo-container li b,.photo-container li span{
    display: inline-block;
    color:#000;
}
.photo-container li b{
    font-size:20px;
}
.photo-container li span{
    font-size:14px;
}
.photo-container li .words p{
    font-size:14px;
    color:#333;
}
.news-container .list .news-list a{
    position: relative;
}
.news-container .list .news-list a::after{
    content:'';
    position: absolute;
    left:15px;
    bottom:-10px;
    width:calc(100% - 30px);
    height:1px;
    background:#ccc;
}
.news-container .list li h2{
    font-size:14px;
    color:#333;
}
.news-container .list li span{
    font-size:14px;
    color:#999;
    text-align: right;
}
#vsb_content table.MsoTableGrid{
    margin:0 auto!important;
}
.pages{
    margin:10px 0 0 0;
}
.pages li a{
    display: block;
    width:32px;
    height:32px;
    font-size:14px;
    text-align: center;
    line-height:32px;
    color:#1D2129;
    border-radius:2px;
}
.pages li.active a{
    background:#308FC7;
    color:#fff;
}
.pages li.prev a{
    background:url(../fonts/icon-prev.svg) center center no-repeat;
    background-size:6px;
}
.pages li.next a{
    background:url(../fonts/icon-next.svg) center center no-repeat;
    background-size:6px;
}
.pages .right {
    font-size:12px;
}
.iennews-container{
    background:#EBECED;
    padding:60px 0;
}
.iennews-container ul li{
    width:424px;
    overflow: hidden;
}
.iennews-container li img{
    display: block;
    width:100%;
}
.iennews-container li .words{
    padding:0 24px;
    background:#fff;
    padding-bottom:24px;
}
.iennews-container li b{
    font-size:16px;
    color:#4299C3;
    padding:20px 0;
}
.iennews-container li h3{
    font-size:22px;
    font-weight: bold;
    color:#202428;
    line-height:32px;
    height:160px;
    overflow: hidden;
}
.iennews-container li .more{
    text-align: right;
}
.iennews-container li a{
    display: inline-block;
    background:#4C9EC6;
    width:120px;
    height:40px;
    line-height:40px;
    color:#fff;
    font-size:16px;
    text-align: center;
}


@media screen and (max-width:1700px){
    .iteam .show .teamMember{
        height:500px;
    }
    .h2, h2 {
        font-size: 1.3rem;
    }
    .honor-container .nav li.active a {
        font-size: 16px;
    }
    .teamIntro {
        font-size: 16px;
        line-height: 26px;
        color: rgba(51, 51, 51, 1);
    }
    .h3, h3 {
        font-size: 1.2rem;
    }
    .honor-container .nav li a{
        font-size:16px;
        line-height:2;
    }
    .iteam .choose{
        width:365px;
    }
    .iteam .show{
        width:100%;
        padding:0;
    }
    .iteam .choose li{
        line-height:58px;
    }

.iplatform li a p:hover{
    color:#fff;
    font-size: 20px;
    height:100%;
    line-height:30px;
    padding:40px;
    background: rgba(36, 125, 166, 0.77);

}
.honor-container .nav li b {
    font-size: 22px;
}
.honor-container .nav li.active a {
    color: #fff;
    font-size: 18px;
}
.honor-container .list .breadnav {
    margin-top: 5px;
    font-size: 20px;
    position: relative;
    margin-bottom: 30px;
    padding-left: 15px;
}
.honor-container .list .breadnav {
    line-height: 40px;
}
.honor-container .list .breadnav::after{
    height: 1px;
}
.honor-container .nav {
    line-height: 50px;
    margin-top: -70px;
}
.honor-container .nav li {
    background: #f2f8fff0;
    padding-left: 30px;
}
.photo-container li b, .photo-container li span {
    display: inline-block;
    color: #000000a8;
}
.honor-container .nav li:first-child {
    border-bottom: 1px solid #308FC7;
}
}

@media screen and (max-width:1500px){
    .container{
        width: 1300px;
        max-width: 1300px;
    }
    .iteam .choose{
        width:365px;
    }
    .iteam .show{
        
    }
    .iteam .choose li{
        line-height:58px;
    }
    .iteam .show .teamMember p{
        font-size:12px;
    }
}
@media screen and (max-width:1700px){
    .container{
        width: 1200px;
        max-width: 1200px;
    }
    .iannounce ul span {
        flex: 0 0 70px;
    }
    .standard h2 {
        font-weight: bold;
        font-size: 28px;
        color: #1C5369;
        margin: 0;
    }
    .standard p {
        font-size: 18px;
        color: #0B89BA;
        margin: -4px 0 20px 0;
    }
    .morelink a {
        display: inline-block;
        padding-left: 40px;
        background: url(../fonts/more-fish.svg) left center no-repeat;
        background-size: 30px;
        line-height: 25px;
        font-size: 16px;
        color: #035D91;
        margin: 0!important;
    }
    .nav-container ul li a {
        color: #004E73;
        font-size: 16px;
        font-weight: bold;
    }
    .nav-container ul li dl a {
        font-size: 13px;
        font-family: 'microsoft yahei';
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .nav-container ul li dl dd {
        margin-bottom: 0;
        line-height: 38px;
    }
    .ibanner .imore i {
        display: block;
        width: 100%;
        height: 40px;
        background: url(../fonts/imore.svg) center center no-repeat;
        background-size: 25px;
    }
    .iteam .show .teamIntro {
        line-height: 1.8;
        color: rgba(65, 112, 140, 1);
        margin-bottom: 20px;
        font-size: 16px;
    }
    .iteam .choose li a {
        color: #164F66;
        text-align: right;
        font-weight: bold;
        font-size: 16px;
        display: block;
    }
    .iteam .choose li {
        line-height: 39px;
    }

    .iteam .choose {
        width: 300px;
    }



    .iteam .show .teamMember li h2{
        font-size: 18px;
    }

    .iteam .show .teamMember p {
        text-align: left;
        color: rgba(16, 77, 107, 1);
        margin: 10px 0;
        font-size: 14px;
        font-weight: bold;
    }
    .iteam .show .teamMember li .face{
        margin-right:0;
    }
    .iteam .show .teamMember p span{
        margin:0 2px;
    }

    .ihonor {
        padding: 0px 0;
        background: url(../images/bg-ihonor.png) center / cover no-repeat;
    }

    .honorimg{
        width: 350px;
        height: 220px;
    }

    .font24 {
        font-size: 20px;
    }
    .font24 {
        font-size: 20px;
    }
    .font15 {
        font-size: 13px;
    }
    .font16{
        font-size: 14px;
    }
    footer .flogo img {
        width: 400px;
        margin-right: 30px;
    }

    .index-focus {
        /*background: url(../images/bg-inews.png) center top no-repeat #f4f6f9;*/
        background-size: cover;
        padding: 100px 0;
    }
    .iannounce {
        padding: 30px 0 0 0;
        background: #fff;
        /*background: url(../images/bg2.png) center center no-repeat;*/
        background-size: 550px;
    }

    .iteam {
        padding: 30px 0 220px 0;
    }



    .inews-list .picture img{
        height:150px;
    }
    .inews-list .news b{
        font-size:18px;
    }
    .inews-list .news p{
        font-size:14px;
    }
    .iannounce ul p{
        flex:0 0 400px;
        font-size:14px;
    }
    .iannounce ul span{
        font-size:14px;
    }
    .iteam .show .teamMember{
        height:476px;
    }
    .iteam .choose li{
        line-height:55px;
    }
    .ihonor li p{
        font-size:16px;
    }
}
@media screen and (max-width:1700px){
/*    .ibanner .swiper-slide .words{
        top:18%;
    }*/
    .ibanner .swiper-slide .words h2{
        font-size:20px;
    }
    .about-container h2{
        font-size:24px;
    }
    .about-container h3{
        font-size:18px;
    }
    .about-container b, .about-container p,
    .ibanner .swiper-slide .words p{
        font-size:16px;
    }
    .iennews-container ul li{
        width:380px;
    }
    .iteam .show .teamMember{
        height:auto;
    }
    .iteam .show .teamMember li h2{
        font-size:14px;
        text-overflow:ellipsis;
        overflow:hidden;
        -webkit-box-orient:vertical;
        display:-webkit-box;
        -webkit-line-clamp:5;
    }
    .iteam .show .teamMember p{
        font-size:12px;
    }
}
@media screen and (max-width:1400px){
    .iennews-container ul li{
        width:370px;
    }

}
.mobile-show{
    display: none;
}
@media screen and (max-width:960px){
    .container{
        width:100%;
    }
    .mobile-show{
        display: block;
    }
    .pc-show{
        display: none;
    }
    .ibanner{
        height:auto;
    }
    .ihonor .honor-swiper{
        margin:0 15px;
        width:calc(100% - 30px);
    }
    .ibanner.swiper-container-horizontal>.swiper-pagination-bullets{
        bottom:10px;
    }
    .ibanner .swiper-slide img{
        height:auto;
    }
    .index-focus .standard{
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .standard h2{
        font-size:24px;
    }
    .standard p{
        font-size:12px;
        display: none;
    }

    .inews{
        padding:30px 0 30px 0;
    }
    .inews .recommend img{
        /*height:260px;*/
        width:100%;
    }
    .inews-list .news b{
        font-size:16px;
    }
    .inews-list .news p{
        font-size:14px;
    }
    .inews a{
        margin:0 0 15px 0;
    }
    .inews a .words{
        padding:10px 15px;
    }
    .inews a .words h2{
        font-size:16px;
    }
    .inews a .words p{
        font-size:12px;
    }
    .inews-list .news p{
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp:2;
        margin:8px 0 0 0;
    }
    .inews-list .picture img{
        height:100px;
    }
    .inews-list .time{
        position: absolute;
        left:auto;
        right:0;
        bottom:4px;
        margin:0;
        width:50px;
    }
    .inews-list .time b{
        padding:0;
        font-size:14px;
    }
    .inews-list .time span{
        line-height:20px;
    }
    .inews-list .time span{
        font-size:12px;
    }
    .index-focus>.container{
        width: calc(100% - 30px);
        margin:0 15px;
    }
    .iannounce .standard{
        width:100%;
        padding:0;
    }
    .iannounce .container{
        width:100%;
        padding:0;
    }
    .iannounce ul a{
        padding:0;
    }
    .iannounce ul a:nth-child(odd){
        margin:0 0 30px 0;
    }
    .iannounce ul i{
        font-size:14px;
    }
    .iannounce ul p{
        font-size:14px;
        font-weight:bold;
        flex:0 0 60%;
    }
    .iannounce ul span{
        flex:0 0 60px;
        font-size:12px;
    }
    .ihonor li p{
        font-size:14px;
        font-weight:bold;
    }
    .iteam{
        padding:0;
    }
    .iteam .choose{
        height:50px;
        position: relative;
        flex:0 0 90%;
        border-radius:10px;
        padding-top:50px;
        margin:0 auto 10px auto;
    }
    .iteam .choose.active{
        height:300px;
        overflow: scroll;
        background: linear-gradient(180deg, rgba(0, 124, 195, 1) 0%, rgba(0, 124, 195, 0.39) 100%);
        border-top-left-radius:10px;
        border-top-right-radius:10px;
        border-bottom-left-radius:0;
        border-bottom-right-radius:0;
        margin-bottom:10px;
    }
    .iteam .choose::after{
        content:'';
        position: absolute;
        right:10px;
        top:15px;
        width:20px;
        height:20px;
        background:url(../images/team-choose.svg) center center no-repeat;
        background-size:12px;
        transition:all .3s;
    }
    .iteam .choose.active::after{
        transform:rotate(180deg);
    }
    .iteam .choose li{
        line-height:50px;
        flex:0 0 100%;
        margin:0 auto;
        border-radius:10px;
        padding:0;
        display:none;
    }
    .iteam .choose li.on{
        display:none;
    }
    .iteam .choose li.active{
        position: absolute;
        top:0;
        left:0;
        display: block;
        background: linear-gradient(180deg, rgba(0, 124, 195, 1) 0%, rgba(0, 124, 195, 0.39) 100%);
    }
    .iteam .choose li a{
        color:#fff;
        display: block;
        width:100%;
        text-align: center;
        padding:0;
        font-size:16px;
    }
    .iteam .choose.active li{
        display:block;
    }
    .iteam .choose li.active a{
        font-size:16px;
        font-weight:bold;
        width:100%;
        color:#fff;
    }
    .iteam .choose .pages{
        display:none;
    }
    .iteam .show .teamMember{
        height:360px;
    }
    .iteam .show{
        width:100%;
    }
    .iteam .show h2{
        font-size:20px;
        font-weight:bold;
    }
    .iteam .show .teamIntro{
        margin-bottom:30px;
    }
    .iplatstudent{
        background:url(../images/bg3.png) top / cover no-repeat;
        padding:40px 0;
        margin-bottom:-140px;
    }
    .iplatform{
        margin:0 0 40px 0;
    }
    .iplatform li{
        margin:0 0 10px 0;
    }
    .iplatform li a p{
        font-size:14px;
        line-height:40px;
    }
    .iannounce{
        padding:60px 0;
    }
    .ihonor{
        padding:60px 0 0 0;
    }
    .honor-container .nav{
        margin:0;
    }
    .morelink a{
        font-size:14px;
        padding-left:30px;
        background-size:20px;
    }
    .full-pic{
        width:100%;
        overflow: hidden;
    }
    .full-pic img{
        position: relative;
        width:1000px;
        max-width:1000px;
        left:50%;
        margin-left:-500px;
    }
    .bluebg{
        background:#308FC7;
        padding:0 15px;
    }
    .honor-container .nav ul{
        display: none;
    }
    .honor-container h2{
        line-height:60px;
        width:100%;
        color:#fff;
        font-size:24px;
        margin:0;
    }
    .honor-container h2 .menu{
        float: right;
        height:60px;
        line-height:60px;
    }
    .honor-container .nav li{
        background:none;
    }

    .honor-container .nav li.active a{
        font-size:18px;
    }
    .breadnav .flex{
        display: block;
    }
    .breadnav b.cname{
        color:#00092E;
    }
    .honor-container .list .breadnav {
        line-height:40px;
        padding-left:0;
    }
    .honor-container .list .breadnav .cname{
        display: block;
    }
    .honor-container .list .breadnav a,
    .breadnav a{
        padding-left:0;
    }
    .breadnav a::after{
        display: none;
    }
    .honor-container .list .breadnav::after{
        width:100%;
        left:0;
    }
    .photo-container .list li{
        margin:0 0 20px 0;
    }
    .news-container .list li h2{
        font-size:18px;
        line-height:30px;
    }
    .honor-container .list li p{
        font-size:16px;
        margin:10px 0 0 0;
    }
    .honor-container .words h2{
        line-height:40px;
    }
    .photo-container li .photo{
        height:140px;
    }
    .news-container .list li span{
        text-align: left;
    }
    .istudent li{
        margin:0 0 20px 0;
    }
    .istudent li .words p{
        line-height:180px;
    }
    .iteam .show{
        border-radius:0;
    }
    .morelink{
        position: static;
    }

}