.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 60px;
    padding-bottom: 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: #8c0f15;
    color: #fff;
    border: 1px solid #8c0f15;
}

.pagination a:hover {
    background: #8c0f15;
    color: #fff;
    border: 1px solid #8c0f15;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

#ny {
    padding-top: 25px;
}

.bkjy {
    background: url(../images/bkjy.jpg) no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 160px;
}

.ny-title {
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}

.ny-title>img {
    display: block;
    max-width: 448px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.ny-title span {
    display: block;
    font-size: 30px;
    color: #000;
    margin: 10px 0;
}

.ny-title .ny-tb img {
    vertical-align: middle;
}

.ny-title .ny-tb img.xgtb {
    margin: 0 30px;
}

.ny-dh {
    margin-top: 15px;
    margin-bottom: 25px;
}

.ny-dh>ul {
    font-size: 0;
    text-align: center;
}

.ny-dh>ul>li {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    line-height: 36px;
    margin: 0 20px;
    background-color: #e0e0e0;
    text-align: center;
    border-radius: 20px;
}

.ny-dh>ul>li>span {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 20px;
    height: 20px;
    background: url(../images/xl-other.png) no-repeat center center;
}

.ny-dh>ul>li.on>span {
    transform: rotateZ(90deg);
}

.ny-dh>ul>li.on {
    background-color: #b11c2f;
}

.ny-dh>ul>li:hover {
    background-color: #b11c2f;
}

.ny-dh>ul>li.active {
    background-color: #b11c2f;
}

.ny-dh>ul>li>a {
    display: block;
    font-size: 20px;
    color: #333;
}

.ny-dh>ul>li.on>a {
    color: #fff;
}

.ny-dh>ul>li.active>a {
    color: #fff;
}

.ny-dh>ul>li:hover>a {
    color: #fff;
}

.ny-dh>ul>li>ul {
    position: absolute;

    padding: 5px 0;
   
    width: 200px;
    right: 0;
    margin-left: -100px;
    left: 50%;
    background-color: #fff;
    z-index: 998;
    box-shadow: 0 0 5px #eee1e1;

display:none;
}

.ny-dh>ul>li>ul>li {
    line-height: 35px;
    text-align: center;
}

.ny-dh>ul>li>ul>li>a {
    font-size: 14px;
    color: #333;
}

.ny-dh>ul>li>ul>li:hover {
    background-color: #b11c2f;
}

.ny-dh>ul>li>ul>li:hover>a {
    color: #fff;
}

.ny .position {
    padding-left: 20px;
    background: url(../images/position.png) no-repeat left center;
    line-height: 30px;
    border-bottom: 1px solid #dad6d6
}

.ny .position span {
    font-size: 16px;
    color: #333;
}

.ny .position a {
    font-size: 16px;
    color: #333;
}

.ny .position a:hover {
    color: #b11c2f;
}


/* 本科生教育 */

.jy>h2 {
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    color: #333;
    margin-top: 30px;
}

.jy>ul>li {
    margin-top: 50px;
}

.jy>ul>li h2 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.jy>ul>li p {
    line-height: 32px;
    text-indent: 2em;
    font-size: 18px;
    color: #333;
}


/* 学院简介 */

.xyjj {
    background: url(../images/xyjj.jpg) no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 200px;
}

.jj p {
    margin-top: 45px;
    line-height: 32px;
    font-size: 18px;
    color: #333;
    text-indent: 2em;
}

.jj .jj-tp {
    position: relative;
    float: right;
    width: 688px;
    margin-left: 40px;
    margin-bottom: 45px;
    padding-bottom: 15px;
}

.jj .jj-tp:after {
    content: "";
    position: absolute;
    left: 35px;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #aa0018;
    z-index: -1;
}

.jj .jj-tp .pic {
    padding-top: 60%;
    background-color: #aa0018;
}


/* 党建工作 */

.djgz {
    background: url(../images/djgz.jpg) no-repeat center bottom;
    background-size: 100% auto;
}

.dj>ul>li {
    padding: 23px 0;
    border-bottom: 1px dotted #d9cdcd;
}

.dj>ul>li a {
    position: relative;
    display: block;
    overflow: hidden;
}

.dj>ul>li a .date {
    float: left;
    width: 100px;
    text-align: center;
    margin-top: 15px;
}

.dj>ul>li a .date p {
    font-size: 36px;
    color: #333;
}

.dj>ul>li a .date span {
    font-size: 16px;
    color: #72696a;
}

.dj>ul>li a .text {
    overflow: hidden;
    padding-left: 15px;
    border-left: 1px solid #dad3d4;
}

.dj>ul>li a .text h2 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dj>ul>li a .text p {
    line-height: 22px;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.dj>ul>li.dj-tp a {
    padding-right: 195px;
}

.dj>ul>li.dj-tp a .text {
    margin-right: 40px;
}

.dj>ul>li.dj-tp a .d-tp {
    position: absolute;
    right: 0;
    top: 0;
    width: 195px;
}

.dj>ul>li.dj-tp a .d-tp .pic {
    padding-top: 65.5%;
}


/* 校友工作 */

.xygz {
    background: url(../images/xygz.jpg) no-repeat center bottom;
    background-size: 100% auto;
}


/* 科学研究 */

.kxyj {
    background: url(../images/kxyj.jpg) no-repeat center bottom;
    background-size: 100% auto;
}

.kxyj .dj>ul>li {
    transition: all .3s;
}

.kxyj .dj>ul>li a .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dj>ul>li:hover {
    background-color: #ba0004;
    box-shadow: 0 5px 5px #c1bcbc;
    border-bottom: 1px dotted transparent;
}

.dj>ul>li:hover .date p,
.dj>ul>li:hover .date span,
.dj>ul>li:hover .text h2,
.dj>ul>li:hover .text p {
    color: #fff;
}


/* 领导简介 */

.ldjj {
    background: url(../images/ld.jpg) no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 230px;
}

.leader>ul {
    margin-top: 10px;
}

.leader>ul>li {
    margin-top: 50px;
    float: left;
    width: 32%;
    margin-left: 2%;
    border: 1px solid #e0e0e0;
    background-color: #fff;
}

.leader>ul>li:nth-child(3n-2) {
    margin-left: 0;
}

.leader>ul>li>a {
    display: block;
    padding: 20px 30px;
}

.leader>ul>li:hover {
    box-shadow: 0 0 10px #b39595;
}

.leader>ul>li>a .ld-top {
    overflow: hidden;
}

.leader>ul>li>a .ld-top .t-pic {
    float: left;
    width: 126px;
}

.leader>ul>li>a .ld-top .t-pic .pic {
    padding-top: 130%;
}

.leader>ul>li>a .ld-top .t-pic .pic img {
    width: auto;
    height: auto;
    max-width: 100%;
    min-width: 100%;
}

.leader>ul>li>a .ld-top .t-text {
    overflow: hidden;
    padding-left: 15px;
    margin-top: 5px;
}

.leader>ul>li>a .ld-top .t-text p {
    margin-top: 7px;
    font-size: 20px;
    color: #333;
}

.leader>ul>li>a .ld-down p {

    line-height: 24px;
    font-size: 16px;
    color: #333;
    margin-top: 15px;
    overflow: hidden;
    height: 48px;
}


/* 内容页 */

.nr {
    background: url(../images/nr.jpg) no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 70px;
}

.nr-art {
    position: relative;
    margin-top: 25px;
   min-height:500px;
}

.nr-art .new-nr {
    position: absolute;top:0;
    right: 0;
    width: 315px;
    border: 1px solid #e0e0e0;
    border-top: 3px solid #b11c2f;
    padding: 15px 25px;
    background-color: #fff;
}

.nr-art .new-nr h2 {
    margin-top: 10px;
    margin-bottom: 25px;
}

.nr-art .new-nr ul li {
    border-bottom: 1px dotted #dbdbdb;
    padding-top: 10px;
    padding-bottom: 5px;
}

.nr-art .new-nr ul li a {
    display: block;
    line-height: 20px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nr-art .new-nr ul li span {
    display: block;
    margin-top: 15px;
    text-align: right;
    font-size: 14px;
    color: #965050;
}

.nr-title h2 {
    font-size: 28px;
    color: #000;
    font-weight: normal;
}

.nr-title p {
    margin-top: 15px;
}

/*.nr-title p span {
  
    font-size: 16px;
    color: #999;
}*/

.nr-text p {

line-height: 2em !important;

font-size: 19px !important;

font-family: 微软雅黑 !important;

margin: 0px 0px 10px;
}
.nr-text p span{

line-height: 2em !important;

font-size: 19px !important;

font-family: 微软雅黑 !important;

margin: 0px 0px 10px;
}

.nr-text p img{max-width:95%;height: 100%;}

.nr-text p.tp img {
    display: block;
    max-width: 569px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.nr-down {
    margin-top: 50px;
}

.nr-down p {
    line-height: 26px;
    font-size: 16px;
    color: #333333;
}

.nr-down p a {
    font-size: 16px;
    color: #333;
}

.nr-down p a span {
    color: #aa0018;
}


/* 师资队伍 */

.szll {
    background: url(../images/sz.jpg) no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 300px;
}

.sz>ul>li {
    margin-top: 30px;
    border: 1px solid #eadee0;
    border-top: 3px solid #b11c2f;
    padding: 25px 30px;
}

.sz>ul>li h2 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eadee0;
    font-size: 24px;
    color: #333;
    font-weight: normal;
}

.sz>ul>li .name a {
    display: inline-block;
    width:100px;text-align:center;
    font-size: 18px;
    color: #333;line-height:60px;
}

@media screen and (max-width: 1300px) {
    /* .ny-dh>ul {
        text-align: left;
    } */
    .ny-dh>ul>li {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:768px) {
    .ny-title img {
        display: none;
    }
    .ny-title {
        text-align: left;
        padding: 0 10px;
        background-color: #8c0f15;
        margin-bottom: 15px;
    }
    .ny-title span {
        display: inline-block;
        font-size: 22px;
        color: #fff;
    }
    .ny-title i {
        position: absolute;
        top: 13px;
        right: 10px;
        width: 25px;
        height: 25px;
        background: url(../images/sub_left_down2.png) no-repeat center center;
        background-size: 14px 14px;
    }
    .ny-title i.on {
        background: url(../images/sub_left_up2.png) no-repeat center center;
        background-size: 14px 14px;
    }
    .ny-dh>ul>li {
        display: block;
    }
    .ny-dh>ul {
        display: none;
    }
}

@media screen and (max-width:1000px) {
    .leader>ul>li>a {
        padding: 15px 10px;
    }
    .leader>ul>li>a .ld-top .t-text p {
        font-size: 20px;
    }
    .leader>ul>li {
        width: 48%;
        margin-right: 4%;
        margin-left: 0;
    }
    .leader>ul>li:nth-child(2n) {
        margin-right: 0;
    }
    .nr-art {
        padding-right: 0;
    }
    .nr-art .new-nr {
        position: static;
        width: 100%;
        margin-bottom: 15px;
    }
    .jj .jj-tp {
        width: 400px;
    }
}

@media screen and (max-width:700px) {
    #ny {
        padding-top: 0;
    }
    .jy>h2 {
        margin-top: 15px;
    }
    .ny .position a {
        font-size: 14px;
    }
    .ny .position span {
        font-size: 14px;
    }
    .jy>ul>li {
        margin-top: 15px;
    }
    .jy>ul>li p {
        font-size: 14px;
    }
    .bkjy {
        padding-bottom: 15px;
    }
    .jy>ul>li h2 {
        font-size: 16px;
    }
    .jy>h2 {
        font-size: 18px;
    }
    .ny-dh>ul>li>a {
        font-size: 16px;
    }
    .dj>ul>li.dj-tp a {
        padding-right: 0;
    }
    .dj>ul>li.dj-tp a .d-tp {
        position: static;
        width: auto;
        margin-bottom: 10px;
    }
    .dj>ul>li.dj-tp a .text {
        margin-right: 0;
    }
    .dj>ul>li a .date p {
        font-size: 22px;
    }
    .dj>ul>li a .date {
        width: 70px;
        margin-top: 27px;
    }
    .pagination {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .dj>ul>li {
        padding: 15px 0;
    }
    .leader>ul>li {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
    .ldjj {
        padding-bottom: 20px;
    }
    .nr-art .new-nr h2 {
        margin: 0;
        font-size: 18px;
    }
    .nr-title h2 {
        font-size: 18px;
    }
    .nr-text p {
        margin-top: 15px;
    }
    .nr-down {
        margin-top: 15px;
    }
    .nr {
        padding-bottom: 20px;
    }
    .sz>ul>li .name a {
        margin-right: 15px;
        margin-top: 10px;
    }
    .sz>ul>li .name a {
        font-size: 16px;
    }
    .sz>ul>li h2 {
        margin-bottom: 0;
    }
    .sz>ul>li {
        padding: 15px;
    }
    .szll {
        padding-bottom: 20px;
    }
    .jj .jj-tp {
        width: 150px;
        margin-left: 10px;
        margin-bottom: 15px;
    }
    .jj p {
        margin-top: 15px;
        font-size: 16px;
    }
    .xyjj {
        padding-bottom: 20px;
    }
}