@charset "utf-8";


/* 分页 */
.vsbcontent_img img{
max-width: 70%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 90px;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #640ea6;
    color: #fff;
    border: 1px solid #640ea6;
}

.pagination a:hover {
    background: #640ea6;
    color: #fff;
    border: 1px solid #640ea6;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}


.banner img{
    display: block;
    width: 100%;
}
.ny-main{
    padding-top: 20px;
    padding-bottom: 57px;
}
.ny-left{
    position: relative;
    float: left;
    width: 237px;
    margin-top: -86px;
}
.ny-left>h4{
    font-size: 20px;
    line-height: 66px;
    color: #fff;
    text-align: center;
    background: rgba(71,37,98,.9);
    position: relative;
}
.ny-left>h4>span{
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: url("../images/ny-icon3.png");
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
}
.ny-left>ul{
    border: 1px solid #d8d0df;
    border-top: none;
}
.ny-left>ul>li{
    position: relative;
    line-height: 60px;

    border-top: 1px dashed #ded2e7;

}
.ny-left>ul>li:first-child{
    border-top:1px solid #63467a;
}
.ny-left>ul>li>a{
    font-size: 17px;
    color: #640ea6;
    font-weight: 600;
    display: block;
    padding-left: 38px;
    padding-right: 16px;
    transition: all .3s;
}
.ny-left>ul>li>span{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../images/ny-icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .3s;
    cursor: pointer;
}
.ny-left>ul>li:hover{
    background: #640ea6;
}
.ny-left>ul>li:hover>span{
    background-image:url("../images/ny-icon2.png") ;
}
.ny-left>ul>li:hover>a{
    color: #fff;
}
.ny-left>ul ul{
    display: none;
    background: #fff;
    padding: 10px 0;
}
.ny-left>ul ul>li{
    line-height: 33px;
}
.ny-left>ul ul>li>a{
    position: relative;
    display: block;
    font-size: 15px;
    color: #333;
    padding-left: 48px;
    transition: all .3s;
}
.ny-left>ul ul>li>a:before{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    top: 50%;
    margin-top: -2px;
    left: 35px;
    background: #000;
    border-radius: 50%;
}
.ny-left>ul ul>li.on>a{
    color: #640ea6;
    font-weight: 600;
}
.ny-left>ul>li.on{
    background: #640ea6;
}
.ny-left>ul>li.on>span,
.ny-left>ul>li.active>span{
    background-image:url("../images/ny-icon2.png") ;
}
.ny-left>ul>li.on>a{
    color: #fff;
}
.ny-left>ul ul>li:hover>a{
    color: #640ea6;
    font-weight: 600;
}
.ny-left>ul>li.active{
    background: #640ea6;
}
.ny-left>ul>li.active>a{
    color: #fff;

}
.ny-left>ul>li.active>ul{
    display: block;
}
.ny-left>ul ul>li.active>a{
    color: #640ea6;
    font-weight: 600;
}


.ny-right{
    overflow: hidden;
    padding-left: 33px;
}
.ny-tit>h4{
    font-size: 18px;
    line-height: 50px;
    color: #4c2768;
    display: inline-block;
    position: relative;
}
.ny-tit>h4:after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #4c2768;
}
.ny-tit>div{
    float: right;
    font-size: 14px;
    line-height: 23px;
    color: #333;
    margin-top: 13.5px;
}
.ny-tit{
    border-bottom: 1px solid #dbdbdb;
}
.ny-list{
    margin-top: 18px;
    min-height: 200px;
}
.ny-list>ul>li{
    line-height: 60px;
    position: relative;
    border-bottom: 1px dashed #dbdbdb;
}
.ny-list>ul>li>a{
    display: block;
    font-size: 16px;
    color: #333;
    padding-left: 20px;
    padding-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}
.ny-list{
    margin-top: 5px;
}
.ny-main{
    padding-bottom: 20px;
}
.ny-list>ul>li>span{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #888;
}
.ny-list>ul>li:before{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
    top: 50%;
    left: 0;
    margin-top: -2px;
}
.ny-list>ul>li:hover>a{
    color: #640ea6;
}


/*教师列表*/

.ny-list2{
    margin-top: 12px;
}
.ny-list2>ul{
    margin-bottom: 5px;
    padding-right: 5px;
}
.ny-list2>ul>li{
    padding-left: 10px;
    margin-top: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    transition: all .3s;
}
.ny-list2>ul>li>a{
    display: block;
    overflow: hidden;
}

.text-pic{
    float: left;
    width: 125px;
    overflow: hidden;
}
.text-pic img{
    display: block;
    width: 100%;
    transition: all .3s;
}
.text-info{
    overflow: hidden;
    padding-left: 38px;
    padding-top: 12px;
    padding-right: 100px;

}
.text-info>h4{
    font-size: 16px;
    line-height: 48px;
    color: #333;
}
.text-info>p{
    font-size: 15px;
    line-height: 29px;
    color:#535353;
    font-weight: 600;
}
.text-info>span{
    display: block;
    font-size: 16px;
    line-height: 29px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ny-list2>ul>li:hover .text-pic img{
    transform: scale(1.1);
}
.ny-list2>ul>li:hover  .text-info h4{
    color: #640ea6;
}
.ny-list2>ul>li:hover{
    box-shadow: 0 2px 5px #666666;
}
/**/
/*教师列表2*/
.ny-list3>ul>li{
    margin-top: 32px;
}
.ny-list3>ul>li>h4{
    font-size: 16px;
    line-height: 36px;
    color: #640ea6;
    padding-left: 20px;
    background: #faf9fa;
}
.ny-list3>ul ul{
    overflow: hidden;
    margin-top: 14px;
}
.ny-list3>ul ul>li{
    float: left;
    width: 14%;
    text-align: center;
}
.ny-list3>ul ul>li>a{
    font-size: 16px;
    line-height: 32px;
    color: #333333;
}
.ny-list3>ul ul>li:hover>a{
    color: #640ea6;
}
/*内容页*/

.content p{
    font-size: 16px;
    line-height: 34px;
    color: #333;
    text-indent: 2em;
    margin-top: 32px;
}

.content {
padding-top: 10px;
}
/*内容页2*/
.detail-tit>h4{
    font-size: 24px;
    line-height: 60px;
    color: #000;
    text-align: center;
}
.detail>.detail-tit>p{
    font-size: 14px;
    line-height: 14px;
    color: #888;
    text-align: center;
    margin-top: 0;
}
.detail-tit{
    padding-bottom: 23px;
    border-bottom: 1px solid #dbdbdb;
}
.detail div p{
    font-size: 16px;
    line-height: 40px;
    color: #333;
    text-indent: 2em;
    margin-top: 12px;
}
.detail-img img{
    display: block;
    width: auto;
    margin: auto;
}

/*校友名录*/
.ny-list4>ul>li{
    padding-left: 20px;
    margin-top: 32px;
}
.ny-list4>ul>li .ale-lf{
    float: left;
    width: 68px;
    text-align: center;
}
.ale-lf p{

   font-size: 16px;
    line-height: 28px;
    color: #fff;
    background: #492665;
    width: auto;
}
.year{
    overflow: hidden;
padding-left:1%;
}
.year>ul>li{
    float: left;
    width: 10%;
    text-align: center;

}
.year>ul>li>a{
    font-size: 16px;
    line-height: 33px;
    color: #492665;
}
.bj>.bi-list>ul>li{
    width: auto;
}
.bj>.bi-list{
    overflow: auto;
    padding-left: 32px;
}
.bj>.bi-list>ul>li>a{
    font-size: 16px;
    line-height: 33px;
    color: #472562;
}
.ny-list4{
    border-bottom: 1px solid #ccc3d4;
    padding-bottom: 27px;
}

.alu-con>h4{
    font-size: 24px;
    line-height: 33px;
    color: #472562;
    text-align: center;
    font-weight: normal;
    margin-top: 20px;
}
.alu-img{
    margin-top: 30px;
}
.alu-img>img{
    display: block;
    width: auto;
    margin: auto;
}
/*校友名录2*/

.ny-list5>ul>li{
    margin-top: 20px;
    background: #faf9fa;
   overflow: hidden;

}
.ny-list5>ul>li .alu-pic{
    width: 130px;
    float: left;
}
.alu-pic img{
    display: block;
    width: 100%;
}
.ny-list5>ul>li .alu-info{
    overflow: hidden;
    padding-left: 58px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.alu-info>h4{
    font-size: 16px;
    color: #000;
    line-height: 27px;
    margin-bottom: 10px;
}
.alu-info>p{
    font-size: 14px;
    line-height: 23px;
    color: #666666;
}
.ny-list5>ul>li>h4{
    font-size: 18px;
    line-height: 42px;
    color: #472562;
    padding-left: 18px;
}
.li-info{
    padding-top: 20px;
    padding-left: 18px;
    background: #fff;
}
.li-info p{
    font-size: 16px;
    line-height: 33px;
    color: #333333;
}
.li-info p:first-child{
    font-weight: 600;
}


.tabmenu  { }
.tabmenu li{ 
    background: #f7f7f7; float:left;width:18%; margin:1%;
    text-align: center; font-size:16px;}
.tabmenu li a{ 
    color: #2B323C; width:100%;
    display: block; 
     padding: 12px 0 13px}
.tabmenu li.current a{ 
background: #640ea6; 
    color: #fff;}
.tabmenu li a:hover{ 
 background:#640ea6; 
    color: #fff;}




@media screen and (max-width: 1024px){
.nc_body img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}


.vsbcontent_img img{
max-width: 100%;
    height: auto !important;

}
    .banner{
        margin-top: 80px;
    }
    .ny-left{
        float: none;
        width: auto;
        margin-top: 0;
    }
    .ny-left>h4{
        font-size: 16px;
        line-height: 48px;
        text-align: left;
        padding-left: 15px;
    }
    .ny-left>h4>span{
        display: block;
    }
    .ny-left>ul{
        display: none;
    }
    .ny-left>ul>li{
        line-height: 42px;
    }
    .ny-left>ul>li>a{
        font-size: 14px;
    }
    .ny-left>ul>li>span{
        width: 42px;
        height: 42px;
    }
    .ny-left>ul ul>li{
        line-height: 28px;
    }
    .ny-left>ul ul>li>a{
        font-size: 12px;
    }
    .ny-list>ul>li>a{
        font-size: 12px;
    }
.sszt{
 font-size: 12px;
}

    .ny-list>ul>li{
        line-height: 42px;
    }
    .ny-right{
        padding: 0;
    }
    .ny-list>ul>li>span{
        font-size: 12px;
    }
    .ny-tit>div{
        font-size: 12px;
    }
    .ny-tit>h4{
        font-size: 16px;
    }
    .text-info>h4{
        font-size: 14px;
        line-height: 32px;
    }
    .text-info>p{
        font-size: 14px;
    }
    .text-info>span{
        font-size: 12px;
    }
    .detail-tit>h4{
        font-size: 20px;
        line-height: 48px;
    }
    .detail>div>p{
        font-size: 14px;
        line-height: 32px;
    }
    .alu-con>h4{
        font-size: 18px;
    }

.tabmenu li{ width:23%; }

}
@media screen and (max-width: 768px){
    .ny-tit>div{
        float: none;
    }
    .text-pic{
        width: 85px;
    }
    .text-info{
        padding-left: 25px;
        padding-right: 30px;
    }
    .content>p{
        font-size: 13px;
        margin-top: 10px;
    }
    .ny-list3>ul ul>li{
        width: 12.5%;
    }
    .ny-list3>ul ul>li>a{
        font-size: 14px;
    }
    .detail-img>img{
        width: 80%;
    }
    .ny-list4>ul>li .ale-lf {
        float: none;
        width: auto;
        text-align: center;
    }
    .ny-list4>ul>li{
        padding-left: 0;
    }
    .year>ul>li{
        width: 12.5%;
        text-align: center;
    }
    .year>ul>li>a{
        font-size: 14px;
    }
    .bj>.bi-list>ul>li>a{
        font-size: 14px;
    }
    .alu-img>img{
        width: 80%;
    }
    .ny-list5>ul>li>h4{
        font-size: 16px;
    }
    .li-info p{
        font-size: 14px;
    }
    .li-info p{
        font-size: 12px;
    }
    .ny-list5>ul>li{
        margin-top: 10px;
    }
    .ny-list2>ul>li{
        border-bottom: 1px solid #888888;
    }

.tabmenu li{ width:31.33333%; }
}

@media screen and (max-width: 550px){
.v_news_content {overflow-x: scroll;}
.v_news_content table{ border-collapse: collapse; width:500px;}
    .banner{
        margin-top: 70px;
    }
    .text-pic{
        width: 65px;
    }
    .text-pic img{
        width:100%;

    }
    .text-info{
        padding-left: 15px;
        padding-right: 0;
        padding-top: 0;
    }
    .text-info>h4{
        line-height: 24px;
    }
    .ny-list3>ul ul>li{
        width: 25%;
    }
    .ny-list3>ul>li>h4{
        font-size: 14px;
    }
    .ny-list3>ul ul>li>a{
        font-size: 12px;
        line-height: 28px;
    }
    .detail-tit>h4{
        font-size: 16px;
        line-height: 26px;
    }
    .detail>.detail-tit>p{
        font-size: 12px;
        margin-top: 5px;
    }
    .detail-tit{
        padding-bottom: 12px;
    }
    .detail>div>p{
        font-size: 13px;
        margin-top: 0;
    }
    .year>ul>li{
        width: 25%;
        text-align: center;
    }
    .li-info{
        margin-top: 10px;
    }
    .ny-list5>ul>li .alu-pic{
        width: 85px;
    }
    .ny-list5>ul>li .alu-info{
        padding-left: 28px;
    }
    .alu-info>h4{
        font-size: 14px;
        margin-bottom: 0;
    }
    .alu-info>p{
        font-size: 12px;
    }
}





.detail TABLE{ width:90%; margin:0 auto; border-collapse:collapse; border:1px solid #bbb; } 
.detail TABLE TD{ border:1px solid #bbb; padding:0px 5px; } 
.detail TABLE TD P {
    text-indent: 0px; margin: 0px; font-size: 14px;}