@charset "utf-8";


/* 分页 */

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 80px;
}

.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: #a30a09;
    color: #fff;
    border: 1px solid #a30a09;
}

.pagination a:hover {
    background: #a30a09;
    color: #fff;
    border: 1px solid #a30a09;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}


.banner img{
    display: block;
    width: 100%;
}
.ny-main{
    padding-top: 20px;
    padding-bottom: 57px;
    position: relative;
}
.ny-left{
    position: relative;
    float: left;
    width: 237px;
    margin-top: -113px;
}
.ny-left>h4{
    font-size: 20px;
    line-height: 60px;
    padding-top: 33px;
    color: #fff;
    text-align: center;

    position: relative;
    background: url("/images/ny-h4.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.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: 73px;

    border-top: 1px dashed #ded2e7;

}

.ny-left>ul>li>a{
    font-size: 17px;
    color: #333333;
    display: block;
    padding-left: 38px;
    padding-right: 50px;
    transition: all .3s;
    position: relative;
}
.ny-left>ul>li>a:before{
    content: '';
    position: absolute;
    width: 5px;
    height: 30px;
    background: transparent;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ny-left>ul>li>span{
    width: 50px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    background: url("/images/ny-icon2.png");
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .3s;
    cursor: pointer;
    display: none;
}
.ny-left>ul>li:hover{
    background: #f4f4f4;
}
.ny-left>ul>li:hover>span{
    background-image:url("/images/ny-icon2.png") ;
}
.ny-left>ul>li:hover>a{
    color: #a30a09;
}
.ny-left>ul>li:hover>a:before{
    background: #9b1011;
}
.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: #a30a09;
    font-weight: 600;
}

.ny-left>ul>li.on{
    background: #f4f4f4;
}
.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: #9b1011;
    font-weight: 600;
}
.ny-left>ul>li.on>a:before{
    background: #9b1011;
}
.ny-left>ul ul>li:hover>a{
    color: #9b1011;
    font-weight: 600;
}
.ny-left>ul>li.active{
    background: #f4f4f4;
}
.ny-left>ul>li.active>a{
    color: #9b1011;
    font-weight: 600;

}
.ny-left>ul>li.active>a:before{
    background: #9b1011;
}
.ny-left>ul ul>li.active>a{
    color: #9b1011;
    font-weight: 600;
}
.ny-right{
    overflow: hidden;
    padding-left: 33px;
}
.ny-tit>h4{
    font-size: 18px;
    line-height: 50px;
    color: #850506;
    display: inline-block;
    position: relative;
}
.ny-tit>h4:after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #850506;
}
.ny-tit>div{
    float: right;
    font-size: 14px;
    line-height: 23px;
    color: #888888;
    margin-top: 13.5px;
}
.ny-tit>div>a.active{
    color: #9b1011;
}
.ny-tit{
    border-bottom: 1px solid #dbdbdb;
}
.ny-list{
    margin-top: 18px;
}
.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>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: 14px;
    padding-bottom: 23px;
    padding-top: 5px;
    transition: all .3s;
    border-bottom: 1px solid #dbdbdb;
}
.ny-list2>ul>li>a{
    display: block;
    overflow: hidden;
}

.text-pic{
    float: left;
    width: 188px;
    overflow: hidden;
    margin-right: 38px;
}
.text-pic img{
    display: block;
    width: 100%;
    transition: all .3s;
}
.text-info{
    overflow: hidden;
}

.text-info>h4,.list-text>h4{
    font-size: 16px;
    line-height: 48px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-info>p,.list-text>p{
    font-size: 14px;
    line-height: 27px;
    color:#888888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 54px;
}
.text-info>span,.list-text>span{
    display: block;
    font-size: 14px;
    line-height: 29px;
    color: #888;
    font-weight: 600;
}
.ny-list2>ul>li:hover .text-pic img{
    transform: scale(1.1);
}
.ny-list2>ul>li:hover  .text-info h4{
    color: #9b1011;
}
.ny-list2>ul>li:hover  .list-text h4{
    color: #9b1011;
}

/*内容页-1*/

.content p{
    font-size: 16px;
    line-height: 34px;
    color: #333;
    text-indent: 2em;
    margin-top: 32px;
}
.content p:first-child{
    margin-top: 17px;
}

/*内容页2*/
.ny-main>h4{
    position: absolute;
    width: 242px;
    height: 93px;
    bottom: 100%;
    font-size: 24px;
    line-height: 70px;
    padding-top: 23px;
    color: #fff;
    text-align: center;
    background: url("/images/ny-h4.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.ny-detail{
    width: 100%;
    max-width: 1400px;
    float: left;
}
.ny-detail>.ny-tit>div{
    margin-right: 35px;
}

.detail-tit{
    margin-top: 18px;
    padding-bottom: 19px;
    border-bottom: 1px dashed #dbdbdb;
}
.detail-tit>h4{
    font-size: 26px;
    line-height: 44px;
    text-align: center;
}
.detail-tit>p{
    font-size: 14px;
    line-height: 14px;
    color: #888888;
    text-align: center;
    margin-top: 20px;
}
.detail-tit>p>span{
    display: inline-block;
    margin-left: 13px;
}
.detail-text p{
    font-size: 16px;
    line-height: 38px;
    color: #333;
    text-indent: 2em;
}
.detail-img>img{
    display: block;
    width: 100%;
    max-width:597px;
    margin: auto;
}
.detail-img{
    margin-top:16px;
    margin-bottom: 16px;
}
.detail-text{
     padding-top: 14px;
    padding-bottom: 50px;
    padding-left: 37px;
    padding-right: 37px;
    border-bottom: 1px dashed #dbdbdb;
}
.paging{
    padding-left: 5px;
    padding-top: 20px;
}
.paging>a{
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #333;
}
.paging>a>span{
    display: inline-block;
    color: #000;
    margin-right: 10px;
    font-weight: 600;
}
.paging>a:hover{
    color: #9b1011;
}

.ny-tab{
    float: left;
    max-width: 280px;
    width: 21.5%;
    margin-top: -20px;
}
.ny-tab>h4{
    font-size: 20px;
    line-height: 69px;
    color: #fff;
    text-align: center;
    background: #750a0b;
    border: 1px solid #dbdbdb;

    position: relative;
}
.ny-tab>ul{
    padding-left: 19px;
    padding-right: 16px;
    background: #f4f4f4;
    padding-bottom: 46px;
}
.ny-tab>ul>li{
    padding-top: 16px;
    padding-bottom:11px;
    border-bottom: 1px dashed #dbdbdb;
}
.ny-tab>ul>li>a{
    display: block;
    display: -webkit-box;
    font-size: 16px;
    line-height: 27px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    height: 54px;
}
.ny-tab>ul>li:hover>a{
    color: #9b1011;
}
.ny-tab>h4>span{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    background: url("/images/ny-icon3.png");
    background-repeat: no-repeat;
    background-position: center center;
}


/*图片列表页*/
.list-img>ul{
    overflow: hidden;
    padding-top: 20px;
}
.list-img>ul>li{
    float: left;
    width: 32%;
    margin-top: 20px;
    transition: all .3s;
    border-bottom: 1px solid #9b1011;
}
.list-img>ul>li>a{
    display: block;
    overflow: hidden;
}
.pic{
    padding-top: 65%;
    position: relative;
    overflow: hidden;
}
.pic>img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: block;
    transition: all .3s;
}
.list-img>ul>li:nth-child(3n+2){
    margin-right: 2%;
    margin-left: 2%;
}
.list-img>ul>li>a>p{
    font-size: 14px;
    color: #333333;
    line-height: 32px;
    transition: all .3s;
}
.list-img>ul>li:hover {
    transform: translateY(-10px);
}
.list-img>ul>li:hover p{
    color: #9b1011;
}


/*组织机构*/
.list-system>ul{
    padding-top: 10px;
}
.list-system>ul>li>h4{
    font-size: 16px;
    line-height: 42px;
    background: #dbdbdb;
    color: #9b1011;
    padding-left: 15px;
    margin-top: 20px;
}
.list-system>ul ul>li{
    float: left;
    width: 23%;
    margin-left: 2%;
    line-height: 40px;
    margin-top: 20px;
    box-shadow: 0 0 5px #c1c1c1;
    transition: all .3s;
    background: #fff;
}
.list-system>ul ul{
    padding-left: 15px;
    padding-bottom: 15px;
    overflow: hidden;
}
.list-system>ul ul>li>a{
    display: block;
    font-size: 16px;
    color: #333333;
    padding-left: 15px;
    transition: all .3s;
}
.list-system>ul ul>li:nth-child(4n+1){
    margin-left: 0;
}
.list-system>ul ul>li:hover{
    background: #b91f1e;
}
.list-system>ul ul>li:hover>a{
    color: #fff;
}



/*系部教辅*/
.list-system1>ul{
    padding-top: 10px;
}
.list-system1>ul>li>h4{
    font-size: 16px;
    line-height: 42px;
    background: #dbdbdb;
    color: #9b1011;
    padding-left: 15px;
    margin-top: 20px;
}
.list-system1>ul ul>li{
    float: left;
    width: 32%;
    margin-left: 2%;
    line-height: 40px;
    margin-top: 20px;
    box-shadow: 0 0 5px #c1c1c1;
    transition: all .3s;
    background: #fff;
}
.list-system1>ul ul{
    padding-left: 15px;
    padding-bottom: 15px;
    overflow: hidden;
}
.list-system1>ul ul>li>a{
    display: block;
    font-size: 16px;
    color: #333333;
    padding-left: 15px;
    transition: all .3s;
}
.list-system1>ul ul>li:nth-child(3n+1){
    margin-left: 0;
}
.list-system1>ul ul>li:hover{
    background: #b91f1e;
}
.list-system1>ul ul>li:hover>a{
    color: #fff;
}


@media screen and (max-width: 1024px){
    .banner{
        margin-top: 60px;
    }
    .ny-left{
        float: none;
        width: auto;
        margin-top: 0;
    }
    .ny-left>h4{
        font-size: 16px;
        line-height: 48px;
        text-align: left;
        padding-left: 15px;
        background: #9b1011;
        padding-top: 0;
    }
    .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{
        display: block;
        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;
    }
    .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,.list-text>h4{
        font-size: 14px;
        line-height: 32px;
    }
    .text-info>p{
        font-size: 14px;
    }
    .text-info>span,.list-text>span{
        font-size: 12px;
    }
    .detail-tit>h4{
        font-size: 20px;
        line-height: 48px;
    }
    .detail>div>p{
        font-size: 14px;
        line-height: 32px;
    }
    .ny-main>h4{
        display: none;
    }
    .ny-tab{
        float: none;
        width: auto;
        max-width: none;
        margin-top: 0;
    }
    .ny-tab>h4{
        font-size: 18px;
        line-height: 44px;
        text-align: left;
        padding-left: 15px;
        width: 240px;
        margin-top: 20px;
    }
    .ny-tab>h4>span{
        display: block;
    }
    .ny-tab>ul{
        margin-top: 20px;
        padding-bottom: 25px;
    }
    .ny-detail{
        float: none;
        width: auto;
        max-width: none;
    }
    .ny-tab>ul>li{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .ny-tab>ul>li>a{
        font-size: 14px;
        line-height: 24px;
        -webkit-line-clamp:1;
        height: auto;
    }

}
@media screen and (max-width: 768px){
    .ny-tit>div{
        float: none;
    }
    .text-pic{
        width: 155px;
        margin-right: 25px;
    }

    .content p{
        font-size: 13px;
        margin-top: 10px;
    }
    .ny-left>h4{
        font-size: 16px;
        line-height: 38px;
    }
    .ny-left>h4>span {
        height: 38px;
    }

    .detail-img>img{
        width: 80%;
    }
    .ny-list4>ul>li .ale-lf {
        float: none;
        width: auto;
        text-align: center;
    }
    .ny-tab>h4{
        font-size: 16px;
        line-height: 38px;
    }
    .ny-tab>h4>span{
        height: 38px;
    }
    .ny-tab>ul>li>a{
        font-size: 12px;
    }
    .ny-tab>ul>li {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .detail-tit>h4 {
        font-size: 16px;
        line-height: 28px;
    }
    .detail-tit>p{
        font-size: 12px;
        line-height: 12px;
        margin-top: 10px;
    }
    .detail-text>p{
        font-size: 13px;
        line-height: 32px;
    }
    .detail-img>img{
        width: 60%;
    }
    .paging>a{
        font-size: 13px;
        line-height: 32px;
    }
    .detail-text{
        padding-bottom: 25px;
        padding-right: 0;
padding-left: 0;
    }
    .ny-main{
        min-height: auto;
    }
    .list-img>ul>li{
        width: 48%;
    }
    .list-img>ul>li:nth-child(3n+2){
        margin-left: 0;
        margin-right: 0;
    }
    .list-img>ul>li:nth-child(even){
        margin-left: 3%;
    }
    .list-img>ul{
        padding-top: 10px;
    }
    .list-img>ul>li>a>p{
        font-size: 12px;
    }

    .list-system>ul ul>li{
        width: 31%;
    }
    .list-system>ul ul>li:nth-child(4n+1){
        margin-left: 2%;
    }
    .list-system>ul ul>li:nth-child(3n+1){
        margin-left: 0;
    }
    .list-system>ul ul>li>a{
        font-size: 12px;
    }
}

@media screen and (max-width: 550px){
    .text-pic{
        width: 85px;
        margin-right: 15px;
    }
    .text-pic img{
        width:100%;
        margin-top: 50%;
        transform: translateY(-50%);
    }
    .text-info{
        padding-right: 0;
        padding-top: 0;
    }
    .text-info>h4,.list-text>h4{
        line-height: 24px;
    }
    .text-info>p,.list-text>p{
        font-size: 12px;
        line-height: 20px;
        height: 40px;
    }
    .text-info>span,.list-text>span{
        line-height: 20px;
    }
    .ny-list2>ul>li{
        padding-bottom: 10px;
    }
    .detail-tit>h4{
        font-size: 14px;
        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;
    }
    .paging>a{
        font-size: 12px;
        line-height: 24px;
    }
    .ny-main{
        padding-top: 10px;
        padding-bottom: 25px;
    }
    .detail-text>p{
        font-size: 12px;
    }
    .ny-tab>h4{
        font-size: 14px;
        margin:15px auto 0;
        padding-left: 0;
        text-align: center;
    }
    .ny-tab>ul{
        margin-top: 10px;
    }
    .list-system>ul ul>li{
        width: 48%;
        margin-left: 3%;
        line-height: 36px;
    }
    .list-system>ul ul>li:nth-child(3n+1){
        margin-left: 3%;
    }
    .list-system>ul ul>li:nth-child(2n+1){
        margin-left: 0;
    }
    .list-system>ul ul{
        padding-left: 5px;
    }
    .list-system>ul>li>h4{
        font-size: 14px;
        line-height: 36px;
    }
    .list-system>ul{
        padding-top: 0;
    }
    .ny-main{

    }
}