@charset "utf-8";
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 50px;
}

.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: #b12923;
    color: #fff;
    border: 1px solid #b12923;
}

.pagination a:hover {
    background: #b12923;
    color: #fff;
    border: 1px solid #b12923;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

.px1620 {
    width: 1300px;
    margin: 0 auto;
}

.ny-main {
    overflow: hidden;
    padding-top: 70px;
    padding-bottom:70px;
}

.ny-l {
    float: left;
    width: 313px;
}

.ny-l h2 {
    line-height: 90px;
    background: #9a0c15;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: normal;
}

.ny-l>ul>li {
    margin-top: 3px;
    line-height: 60px;
    text-align: center;
}

.ny-l>ul>li>a {
    display: block;
    font-size: 16px;
    color: #464646;
    border-left: 10px solid transparent;
    background: #edf0ee;
}

.ny-l>ul>li.on>a,
.ny-l>ul>li:hover>a {
    background: #f6c9cb;
    border-left: 10px solid #9a0c15;
    color: #9a0c15;
}

.ny-l>ul>li>ul {
    display: none;
}

.ny-l>ul>li>ul>li {
    margin-top: 1px;
    line-height: 40px;
    background: #edeaea;
}

.ny-l>ul>li>ul>li>a {
    font-size: 18px;
    color: #333;
}

.ny-l>ul>li>ul>li:hover {
    background: #f1dcdd;
}

.ny-r {
    overflow: hidden;
    padding-left: 60px;
}

.ny-r .position {
    padding-bottom: 15px;
    border-bottom: 1px solid #707070;
    font-size: 16px;
    color: #0b0b0b;
}

.ny-r .position span {
    font-size: 16px;
    color: #0b0b0b;
}

.ny-r .position a {
    font-size: 16px;
    color: #0b0b0b;
}

.ny-r .position a:hover {
    color: #9a0c15;
}


/* 文科概况 */

.xgyx {
    display: flex;
    margin-top: 45px;
    justify-content: space-between;
}

.xgyx .box {
    width: 26.5%;
}

.xgyx h2 {
    font-size: 24px;
    line-height: 1;
    color: #0b0b0b;
    margin-bottom: 25px;
}

.xgyx ul li {
    line-height: 47px;
}

.xgyx ul li:nth-child(2n-1) {
    background: #edf0ee;
}

.xgyx ul li a {
    display: block;
    padding-left: 20px;
}

.xgyx ul li span {
    padding-left: 15px;
    font-size: 15px;
    color: #4d4d4d;
    background: url(../images/gk-list.png) no-repeat left center;
}

.xgyx ul li:hover a span {
    color: #9a0c15;
}


/* 文科概况2 */

.xgyx.gk2 {
    margin-top: 35px;
}

.xgyx.gk2 ul li:nth-child(2n-1) {
    background: transparent;
}


/* 文科概况3 */

.xgyx.gk3 {
    display: block;
    margin-top: 0;
}

.gk-tit {
    width: 100%;
    padding: 40px 0;
    text-align: center;
    font-size: 34px;
    color: #0b0b0b;
    font-weight: bold;
    line-height: 1;
}

.chart {
    width: 100%;
}

.chart img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: auto!important;
}




.chart .dbzs {
    width: 95%;
    padding-top: 40px;
    padding-bottom: 60px;
}

.chart .dbzs p {
    line-height: 40px;
    font-size: 25px;
    color: #4d4d4d;
}


/* 文科概况5 */

.xgyx.gk5 {
    display: block;
}

.xgyx.gk5 ul li {
    float: left;
    width: 50%;
}

.xgyx.gk5 ul li:nth-child(2n-1) {
    background: transparent;
}

.xgyx.gk5 ul li:nth-child(4n-3) {
    background: #edf0ee;
}

.xgyx.gk5 ul li:nth-child(4n-2) {
    background: #edf0ee;
}


/* 列表页 */

.list {
    padding-top: 25px;
}

.list li {
    position: relative;
    padding-left: 23px;
    padding-right: 155px;
    background: url(../images/list.png) no-repeat left center;
    line-height: 49px;
    left: 0;
    transition: all .3s;
}

.list li:hover {
    left: 3px;
}

.list li a {
    display: block;
    font-size: 16px;
    color: #0b0b0b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list li:hover a {
    color: #a30000;
}

.list li em {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #8d8d8d;
}


/* 内容页 */

.art-tit {
    padding-top: 60px;
    padding-bottom: 35px;
    text-align: center;
}

.art-tit h2 {
    font-size: 25px;
    color: #0b0b0b;
    font-weight: normal;
    margin-bottom: 35px;
}

.art-tit p {
    line-height: 55px;
    background: #f5f5f5;
}

.art-tit p span {
    display: inline-block;
    margin: 0 23px;
    font-size: 16px;
    color: #808080;
}

.art-txt {
    margin-top: 20px;
}

.art-txt p {
    line-height: 40px !important;
    font-size: 18px !important;
    color: #4d4d4d;
   
}

.art-txt p span {
    line-height: 40px !important;
    font-size: 18px !important;
}

.art-txt img{
    height: auto!important;
    max-width: 100%;
    margin: 0 auto;
    display: block;

}


.art-txt table {font-size:16px; max-width:90%; margin:0 auto; border-collapse: collapse;}
.art-txt table td{ padding:5px 10px; line-height:30px; border:1px #ddd solid;}
.art-txt table td p{ text-indent:0em !important; margin-bottom:0px;}


/* 科研项目1 */

.ky.list li {
    padding-right: 0;
}


/* 科研项目2 */

.art-txt p.ky-pic img {
    display: block;
    width: auto!important;
    height: auto!important;
    margin: 30px auto;
}

.art-txt p a {
    color: #4d4d4d;
}

.art-txt p a:hover {
    color: #9a0c15
}


/* 科研平台1 */

.list.kypt li {
    float: left;
    padding-right: 0;
    min-width: 50%;
}


/* 科研成果 */

.xgyx.kycg {
    display: block;
}


/* 内容页另 */

.art-other .art-tit {
    padding-bottom: 20px;
    border-bottom: 1px dashed #707070;
    padding-top: 45px;
}

.art-other .art-tit p {
    line-height: 1;
    background: transparent;
}

.art-other .art-txt p.ky-pic img {}