@charset "utf-8";

/*孙立宏2020.09.27*/

body {
    background-color: #fff;
}

.mb40 {
    margin-bottom: 40px;
}

.pb40 {
    padding-bottom: 40px;
}

.pt15 {
    padding-top: 15px;
}

.pt30 {
    padding-top: 30px;
}

.pb60 {
    padding-bottom: 60px;
}

.subBanner {
    height: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 23.43%;
}

.subBanner::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../images/gb2020/header_bg.png) repeat-x;
}

.gp-bread {
    padding: 16px 20px;
    position: relative;
    z-index: 10;
    background-color: #f7f7f7;
    color: #a6a6a6;
    text-align: right;
}

.subPage {
    min-height: 400px;
    z-index: 50;
}


/*侧边栏*/

.sub_lf {
    z-index: 100;
    width: 230px;
    float: left;
    margin-top: -80px;
    position: relative;
    background-color: #f7f7f7;
    padding-bottom: 100px;
    margin-bottom: 40px;
}

.subLeftTitle {
    padding: 20px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    background: #b40708;
    font-size: 30px;
}

.gp-subLeft {
    border-left: 15px solid #b40708;
    padding-bottom: 15px;
}

.gp-subLeft>li {
    position: relative;
}

.gp-subLeft>li>a {
    padding: 17px 20px 17px 45px;
    transition: all 0.35s ease-in-out;
    position: relative;
    font-size: 18px;
    line-height: 1.4;
    display: block;
    color: #666;
    box-sizing: border-box;
}

.gp-subLeft>li>a::before {
    content: '';
    width: calc(100% - 40px);
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    left: 20px;
    bottom: 0;
}

.gp-subLeft>li>a:hover {
    color: #fff;
    background-color: #d5ab63;
}

.gp-subLeft>li>a.active {
    color: #fff;
    background-color: #d5ab63;
}

.gp-subLeft>li>a:hover:before,
.gp-subLeft>li>a.active:before {
    width: 100%;
    left: 0;
}

.gp-subLeft .gp-toggles {
    font-style: normal;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    /* display: inline-block; */
    /* vertical-align: middle; */
    padding: 12px 0;
    line-height: 1.4;
    position: absolute;
    right: 8px;
    top: 7px;
    /* background: #000; */
    z-index: 99;
    width: 20px;
    height: 20px;
}
.gp-subLeft .gp-toggles:before{ display:none;}
.gp-second-nav {
    font-size: 14px;
    /* display: none; */
    background-color: #f1f1f1;
    width: 100%;
    /* position: absolute; */
    left: 0;
    z-index: 500;
}

.gp-second-nav dd {
    /* display: inline-block; */
}

.gp-second-nav dd a {
    display: block;
    padding: 10px 15px 10px 64px;
    transition: all 0.35s ease-in-out;
    position: relative;
    font-size: 14px;
}

.gp-second-nav dd a:before {
    content: '';
    width: 0;
    height: 2px;
    left: 50%;
    bottom: 0;
    position: absolute;
    background-color: #004ea2;
    transition: all 0.4s ease-in-out;
}

.gp-second-nav dd a:hover,
.gp-second-nav dd a.active {
    color: #244da0;
}

.gp-second-nav dd a:hover:before,
.gp-second-nav dd a.active:before {
    width: 100%;
    left: 0;
}

.gp-subLeft>ul>li>a>span {
    position: relative;
}

.gp-subLeft>ul>li.active>a {
    padding-left: 20px;
}

.gp-subLeft>li.active .gp-toggles {
    color: #004ea2;
}

.gp-subLeft>li.active .icon-down {
    transform: rotate(90deg);
}

.gp-subLeft>li.active>a {
    color: #004ea2;
}

.stuCol_con {
    overflow: hidden;
    margin: 10px 0 0 0;
}

.stu_left {
    float: left;
background: #b40708;padding: 10px;
    width: 150px;
} 
.stu_left h3 { color: #fff;font-size: 14px;text-align: center;}
.stu_right {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin: 0 0 0 180px;
}

.stu_right dl {
    margin: 0 -5px
}

.stu_right dl dd {
    float: left;
    height: 39px;
    line-height: 39px;
}

.stu_right dl dd a {
    display: block;
    margin: 0 15px;
}


/*侧边栏移动端 */

.gp-m-subNav {
    display: none;
    margin-top: 15px;
}

.gp-m-inner-header {
    width: 100%;
    height: 45px;
    background-color: #b40708;
    cursor: pointer;
    line-height: 45px;
}

.gp-m-inner-header>span {
    height: 45px;
    padding-left: 15px;
    font-size: 16px;
    color: #fff;
}

.gp-m-subNav .gp-m-inner-header-icon-click {}

.gp-m-subNav .gp-m-inner-header-icon {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
}

.gp-m-subNav .gp-m-inner-header-icon-click i {
    display: block;
}

.gp-m-subNav .gp-m-inner-header-icon-click i.icon-down {
    transform: rotate(-90deg);
}

.gp-subNavm {
    width: 100%;
    overflow: hidden;
    display: none;
    background-color: #fff;
}

.gp-subNavm h2 {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: #003c7f;
}

.gp-subNavm h2 a {
    padding-left: 13px;
    font-size: 20px;
    font-family: Tahoma;
    display: block;
    color: #fff;
}

.gp-subNavm ul {}

.gp-subNavm li {
    position: relative;
}

.gp-subNavm li>a {
    font-size: 14px;
    line-height: 1.4;
    border-bottom: 1px solid #eee;
    display: block;
    padding: 8px 15px;
}

.gp-subNavm li.sub_has span {
    margin-left: 10px;
}

.gp-subNavm li.on a {
    color: #003c7f;
    display: block;
    width: 100%;
}

.gp-m-toggle {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    text-align: center;
}

.gp-subNavm dl {
    display: none;
    background-color: #fff;
}

.gp-subNavm dl dd {
    padding-left: 30px;
    line-height: 18px;
    padding: 8px 0px 8px 30px;
    border-bottom: 1px dotted #e6e6e6;
}

.gp-subNavm li dl dd a {
    font-size: 12px;
    font-weight: normal;
    display: inline;
    border: none;
    padding: 0px;
}

.gp-subNavm li dl dd a:hover {
    color: #a70510
}

.list5 {
    padding-top: 30px;
}

.list5 li {
    position: relative;
    border: 1px solid #efeff4;
    padding: 0 20px;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.list5 li:nth-child(odd)::before {
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    background: #b40708;
    position: absolute;
    left: 0;
    top: 0;
}

.list5 li:nth-child(even)::before {
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    background: #d5ab63;
    position: absolute;
    left: 0;
    top: 0;
}

.list5 li {
    display: block;
    padding: 19px 0;
    box-sizing: border-box;
    overflow: hidden;
    text-align: left;
}

.list5 li span {
    position: relative;
    line-height: 1.875;
    display: inline-block;
    box-sizing: border-box;
    width: 118px;
    text-align: center;
    padding: 12px 0;
    vertical-align: middle;
    float: left;
}

.list5 li span::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #b40708;
    display: block;
    right: 0;
    top: 0;
    position: absolute;
}

.list5 li div {
    margin-left: 148px;
    vertical-align: middle;
    white-space: nowrap;
}

.list5 li div p {
    color: #757575;
    line-height: 1.857;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.list5 li div p:nth-child(1) {
    margin-bottom: 4px;
}

.list5 li div p i {
    font-style: normal;
    font-weight: bold;
    color: #222;
}


/*文章页*/

.pageArticle {
    margin-right: 0;
}

.pageArticleTitle {
    overflow: hidden;
    padding: 35px 15px 25px;
}

.pageArticleTitle h3 {
    line-height: 1.4;
    color: #333;
    text-align: center;
}

.pageArticleTitle h5 {
    line-height: 1.4;
    margin: 10px auto;
    color: #666;
    text-align: center;
}

.articleAuthor {
    padding: 15px 0;
    text-align: center;
    margin-bottom: 20px;
    color: #999;
    border-bottom: 1px solid #e6e8ec;
    border-top: 1px solid #ebebeb;
}

.articleAuthor span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #999;
    margin: 0 5px
}

.articleAuthor i {
    font-style: normal;
    color: #ccc;
    margin: 0 5px
}

.wrapArticle {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding-bottom: 40px;
}

.articleBottom {
    overflow: hidden;
}

.gp-article {
    position: relative;
    line-height: 1.8;
    padding-bottom: 15px;
    padding-top: 15px;
    /* color: #666; */
}


/*.gp-article p{margin-bottom: 1.8rem;}*/

.gp-article p:last-child {
    margin-bottom: 0;
}

.gp-article ol p {
    padding: -10px 0 0 0;
    margin: -28px 0 0 19px;
}

.Annex {
    margin: 15px 0;
    background-color: #f7f7f7;
}

.Annex>strong {
    padding: 15px;
    font-size: 1.6rem;
    float: left;
}

.annexList {
    overflow: hidden;
    padding: 10px 0 10px 10px;
    margin-left: 65px;
}

.annexList li {
    line-height: 1.5;
    padding: 6px 0;
    font-size: 1.6rem;
}

.annexList li a {
    color: #666;
}

.nextArt {
    padding: 15px 0;
}

.nextArt a {
    color: #999;
    line-height: 1.4;
}

.share {
    padding-top: 30px
}

.share .bdsharebuttonbox>a,
.share .bdsharebuttonbox>span {
    padding-left: 0;
    margin-bottom: 20px;
    height: 60px;
    text-indent: 0;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: none;
    font-size: 37px;
    display: block;
    margin-bottom: 20px;
}

.share .bdsharebuttonbox>a.bds_weixin {
    background-color: #7dd43c;
    color: #fff;
}

.share .bdsharebuttonbox>a.bds_tsina {
    background-color: #e83437;
    color: #fff;
}

.share .bdsharebuttonbox>a.bds_qzone {
    background-color: #fece00;
    color: #fff;
}

.shareBox {
    width: 260px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -130px;
    z-index: 9998;
    height: 310px;
    border: 6px solid #8F8F8F;
    border-radius: 8px;
    box-shadow: 0 0 7px #aaa;
    display: none;
}

.shareBox {
    font-size: 14px;
}

.shareBox .title {
    background: #f6f6f6;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px !important;
}

.shareClose {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 18px;
    width: 20px;
    ;
}

.sharelist {
    position: static;
    height: 250px;
    overflow-y: auto;
    padding-left: 17px !important;
}

.sharelist li {
    float: left;
    width: 130px;
    padding: 2px;
    margin-left: 6px;
    _margin-left: 3px;
    height: 28px;
    overflow: hidden;
    list-style: none;
}

.sharelist li a {
    color: #565656;
    font: 12px '宋体';
    display: block;
    text-decoration: none;
    border: 1px solid #fff;
    line-height: 18px;
    width: auto;
    height: auto;
    text-indent: 0;
}

.weChatBox {
    width: 260px;
    height: 300px;
    background-color: #fff;
    border: solid 1px #d8d8d8;
    padding: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -130px 0 0 -140px;
    z-index: 9998;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.weChatBox .w-title {
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 10px 0;
}

.w-close {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
    cursor: pointer;
}

.qrcode {
    width: 200px;
    height: 200px;
    margin: 15px auto;
    background: #ccc;
}

.w-footer {
    font-size: 12px;
    line-height: 1.5;
    color: #999;
}

#qrodeText {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    visibility: hidden;
}

.share.fixed {
    position: fixed;
    left: 50%;
    margin-left: 490px;
    top: 0;
}

.share {
    position: absolute;
    right: -100px;
    top: 0;
}

.share .bdsharebuttonbox>span {
    font-size: 14px;
    color: #333;
    margin-bottom: 0;
}


/*学校简介*/

.subRight {
    margin: 0 0 0 275px;
    padding-top: 15px;
}

.listTitle4 {
    padding: 30px 0 40px;
    line-height: 1;
}

.genArticle {
    padding-top: 0;
    /* color: #666; */
}

.genArticle img {
    display: inline-block;
    margin-bottom: 10px;
}


/*历史沿革*/

.historyList {}

.historyList li {
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
    margin-bottom: 30px;
}

.historyList li i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #f2f2f2;
    color: #b40708;
    font-size: 22px;
}

.historyList li strong {
    font-size: 2.4rem;
    font-weight: normal;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    color: #b40708;
    font-family: 'Arial';
}

.historyList li span {
    display: block;
    margin-left: 160px;
    color: #666;
    line-height: 1.5;
    padding: 10px 0;
    ;
}

.historyCon {
    line-height: 1.8;
    margin: 40px 0;
    color: #666;
}

.historyCol2 {
    border: 2px solid #f2f2f2;
    min-height: 275px;
    position: relative;
    margin-bottom: 30px;
}

.historyCol2 h3 {
    width: 60px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f2f2f2;
}

.historyCol2 h3 strong {
    display: block;
    padding: 0 14px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.2;
}

.hisW {
    position: relative;
    white-space: nowrap;
    font-size: 0;
    padding-bottom: 20px;
    margin: 75px 35px 0 95px;
}

.historyList2 {}

.historyList2::before {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #f2f2f2;
    position: absolute;
    left: 0;
    top: 42px;
}

.historyList2 li {
    width: 16.6%;
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
    position: relative;
    box-sizing: border-box;
    padding: 0 20px;
}

.historyList2 li strong {
    font-size: 2.4rem;
    color: #b40708;
    padding-bottom: 20px;
    display: block;
    margin-bottom: 16px;
    position: relative;
    font-weight: normal;
}

.historyList2 li strong::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #b40708;
    position: absolute;
    left: 25px;
    bottom: 1px;
}

.historyList2 li span {
    display: block;
    line-height: 1.8;
    color: #666;
    white-space: normal;
    text-align: left;
}

.hisW2 {
    margin-top: 50px;
}


/*领导团队*/

.leaderList {}

.leaderList li {
    margin-bottom: 30px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}

.iteml-img {
    width: 125px;
    float: left;
}

.iteml-img .gp-img-responsive {
    padding-bottom: 134.9%;
}

.iteml-txt {
    margin-left: 125px;
}

.iteml-txt h3 {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f2f2f2;
    padding-left: 28px;
}

.iteml-txt h3 span {
    font-weight: normal;
    margin-left: 25px;
}

.iteml-con {
    position: relative;
    overflow: hidden;
    min-height: 117px;
}

.iteml-con::before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #e6e6e6;
    position: absolute;
    left: 328px;
    top: 0;
}

.iteml-con .il-lf {
    width: 300px;
    float: left;
    padding: 16px 0 0 28px;
}

.iteml-con .il-lf p {
    color: #999;
    line-height: 1.4;
    padding: 5px 0;
}

.iteml-con .il-rt {
    margin: 0 15px 15px 355px;
    padding-top: 20px;
    line-height: 1.4;
    color: #666;
}


/*治理机构*/

.orgTitle {
    margin-bottom: 20px;
}

.orgTitle strong {
    display: inline-block;
    background-color: #f2f2f2;
    padding: 16px 37px;
    font-size: 1.6rem;
    position: relative;
}

.orgTitle strong::before {
    content: '';
    width: 18px;
    height: 30px;
    background-color: #b40708;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
}

.orgTitle strong::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 10px solid #f2f2f2;
    border-bottom: 15px solid transparent;
    position: absolute;
    left: 9px;
    top: 50%;
    margin-top: -15px;
}

.orgTable {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 45px;
}

.orgTable a {
    display: inline-block;
    vertical-align: middle;
    color: #d5ab63;
    margin: 5px 15px;
}

.orgTable .td1 {
    width: 190px;
}

.orgTable2 {
    text-align: center;
}


/*机构设置*/

.jgCol {
    margin-bottom: 50px;
}

.jgImg {
    width: 300px;
    position: relative;
}

.jgImg .gp-img-responsive {
    padding-bottom: 66.6%;
}

.jgImg span {
    height: 50px;
    line-height: 50px;
    background-color: rgba(0, 0, 0, .5);
    padding: 0 15px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    color: #fff;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.6rem;
}

.jgImg span i {
    float: right;
    width: 28px;
    height: 28px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
    margin-top: 10px;
}

.jgList {
    margin-left: 315px;
}

.jgList li {
    margin-bottom: 20px;
}

.jgList li>a {
    display: block;
    margin: 0 10px;
    font-size: 1.6rem;
    padding: 18px 18px 18px 32px;
    line-height: 1.4;
    border: 1px solid #f0ebe4;
    position: relative;
    transition: all .35s ease-out;
}

.jgList li>a::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #b40708;
    position: absolute;
    left: 18px;
    top: 26px;
}

.jgList li>a:hover {
    background-color: #b40708;
    color: #fff;
    transform: translateY(-10px);
    box-shadow: 0 0 5px rgba(0, 0, 0, .14);
}

.jgList li>a:hover::before {
    background-color: #fff;
}


/*学科建设*/

.subjectCon {
    color: #666;
    line-height: 2;
}

.subjectCon p {
    margin-bottom: 1.6rem;
    text-indent: 2em;
}

.subjectTable {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    color: #666;
}

.subjectTable .td1 {
    width: 40%;
}

.subjectTable th {
    text-align: left;
    color: #333;
}


/*学科建设动态*/

.bitj-list6 {}

.bitj-list6 li {
    padding: 15px 16px;
    line-height: 1.4;
    margin-bottom: 12px;
    position: relative;
}

.bitj-list6 li:nth-child(2n+1) {
    background-color: #f9f6ef;
}

.bitj-list6 li span {
    font-family: 'Arial';
    color: #999;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.bitj-list6 li a {
    color: #666;
    display: block;
    margin-right: 110px;
}


/*机械工程*/

.bitj-list7 {
    margin: 0 -20px;
}

.bitj-list7 li {
    margin-bottom: 60px;
}

.bitj-list7 li>a {
    display: block;
    margin: 0 20px;
    transition: all .35s ease-out;
}

.item-img7 {
    width: 100%;
    max-width: 165px;
}

.item-img7 .gp-img-responsive {
    padding-bottom: 125%;
}

.item-txt7 {
    color: #666;
    line-height: 1.5;
    font-size: 1.6rem;
    padding-top: 13px;
}


/*数据平台*/

.bitj-list8 {
    margin: 0 -25px;
}

.bitj-list8 li {
    margin-bottom: 60px;
}

.bitj-list8 li>a {
    display: block;
    margin: 0 25px;
}

.item-img8.gp-img-responsive {
    padding-bottom: 56.13%;
}

.item-txt8 {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    background-color: #f5f5f5;
    text-align: center;
}


/*学术期刊*/

.PeriodicalCol {
    overflow: hidden;
    background-color: #f7f6f2;
}

.pd_img {
    width: 280px;
    float: left;
}

.pd_img .gp-img-responsive {
    padding-bottom: 142.857%;
}

.pd_txt {
    margin-left: 280px;
    padding: 35px;
    ;
}

.pd_txt h3 {
    font-weight: normal;
    margin-bottom: 20px;
}

.pd_txt p {
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
    min-height: 190px;
}

.downLoad a {
    display: inline-block;
    color: #d5ab63;
    border: 1px solid #d5ab63;
    padding: 18px;
    min-width: 124px;
    text-align: center;
    transition: all .35s ease-out;
}

.downLoad a:hover {
    background-color: #d5ab63;
    color: #fff;
}


/*师资队伍动态*/

.bitj-list9 {
    margin: 0 -25px;
}

.bitj-list9 li {
    margin: 60px 0 50px;
}

.bitj-list9 li>a {
    display: block;
    margin: 0 25px;
}

.item-txt9 {
    position: relative;
}

.item-txt9::before {
    content: '';
    width: 100%;
    height: calc(100% - 60px);
    background-color: #f7f7f7;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.item-txt9 {
    padding: 0 20px 35px 20px;
    position: relative;
}

.item-img9 {
    width: 78%;
    margin-top: -60px;
}

.item-img9 .gp-img-responsive {
    padding-bottom: 66.66%;
}

.item-date9 {
    position: absolute;
    right: 8%;
    top: 60px;
}

.item-date9 strong,
.item-date9 span {
    display: block;
    font-family: 'Arial';
    line-height: 1;
    color: #b40708;
}

.item-date9 strong {
    font-size: 30px;
    padding: 32% 0 10px;
    font-weight: normal;
}

.item-date9 span {
    font-size: 13px;
}

.bitj-list9 h3 {
    font-weight: normal;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    padding-top: 18px;
}


/***分页*/

.gp-page {
    padding: 15px 0;
    color: #999;
    font-size: 0;
    text-align: center;
}

.gp-page:after,
.gp-page:before {
    content: " ";
    display: table
}

.gp-page>a:first-child {}

.gp-page>a,
.gp-page>span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    height: 42px;
    line-height: 42px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 42px;
    font-size: 1.6rem;
    transition: all 0.35s ease-in-out;
    margin: 0 8px;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    color: #999;
    background-color: #fff;
}

.gp-page .gp-page-start,
.gp-page .gp-page-end,
.gp-page>span {
    width: auto;
    padding: 0 15px;
}

.pageSelect {
    border: 1px solid #ebebeb;
    border-radius: 25px;
    height: 42px;
    min-width: 80px;
    color: #333;
    font-size: 1.6rem;
    outline: none;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    position: relative;
}

.gp-page>span {
    border: none
}

.gp-page>a:hover,
.gp-page>a.on_pages {
    background-color: #b40708;
    color: #fff;
}

.gp-page .gp-page-prev,
.gp-page .gp-page-next {
    font-size: 2rem;
    background-color: #f5f5f5;
}

.gp-page>a.on_pages {
    font-weight: bold;
}

.gp-m-page {
    display: none;
}

.gp-m-page a {
    display: inline-block;
    margin: 0 10px;
    height: 36px;
    line-height: 36px;
    font-size: 2rem;
    width: 36px;
}

.select_mask {
    width: 100%;
    height: 42px;
    display: block;
    background-color: #fff;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.divSelect cite {
    height: 38px;
    display: block;
    position: relative;
    z-index: 2;
    line-height: 38px;
    padding: 0 10px;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    color: #b40708;
    font-style: normal;
    background: url(../../images/gb2020/arrow_down.png) no-repeat right 15px center;
}

.linkList02 {
    position: absolute;
    left: 0;
    bottom: 38px;
    z-index: 5000;
    background-color: #fff;
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
    display: none;
    box-shadow: 1px -1px 10px rgba(0, 0, 0, 0.35);
}

.linkList02 li {
    padding: 8px 15px;
    font-size: 14px;
    text-align: center;
}

.linkList02 li:hover {
    background-color: #f1f1f1;
}

.linkList02 li a {
    display: block;
}

.divSelect.active .select_mask {
    opacity: 1;
    border-radius: 25px;
}

.divSelect.active cite {
    background: url(../../images/gb2020/arrow_down_hover.png) no-repeat right 15px center;
}


/*杰出人才*/

.TalentTable {
    width: 100%;
    box-sizing: border-box;
}

.TalentTable th {
    text-align: left;
    background-color: #f7f7f7;
}

.TalentTable .th2 {
    width: 40px;
    text-align: center;
    padding: 14px 10px;
}

.TalentTable .td2 {
    text-align: center;
    font-family: Arial;
    color: #666;
    padding: 14px
}

.TalentTable .td3 {
    color: #666;
}

.TalentTable .td1 {
    width: 310px;
}


/*教师名录*/

.nav2 {
    background-color: #f7f7f7;
}

.nav2 li>a {
    display: block;
    padding: 15px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}

.nav2 li.active>a {
    background-color: #b40708;
    color: #fff;
}

.letter {
    padding: 17px 0 13px;
    border-bottom: 1px solid #f2f2f2;
}

.letter span {
    float: left;
    color: #666;
    font-size: 1.6rem;
    width: 94px;
    text-align: right;
}

.letterList {
    margin-left: 94px;
}

.letterList li a {
    display: block;
    padding: 8px;
    line-height: 1;
    font-size: 1.6rem;
    margin-right: 5px;
    color: #666;
}

.letterList li.active a,
.letterList li:hover a {
    background-color: #d5ab63;
    color: #fff;
}

.bitj-list10 {
    margin: 0 -15px;
    padding: 30px 0 20px;
}

.bitj-list10 li {
    margin-bottom: 40px;
}

.bitj-list10 li>a {
    display: block;
    margin: 0 15px;
    padding: 15px;
    border: 1px solid #ebebeb;
    overflow: hidden;
    transition: all .4s ease-out;
}

.item-img10 {
    width: 110px;
}

.item-txt10 {
    margin-left: 110px;
    padding: 0 10px 10px 30px;
}

.item-txt10 h3 {
    font-weight: normal;
    padding: 5px 0 15px;
    line-height: 1.5;
}

.item-txt10 p {
    color: #999;
    line-height: 1.4;
    padding: 5px 0;
}


/*学生工作*/

.stuCol {
    margin-bottom: 50px;
}

.stuTitle {
    background-color: #f5f5f5;
    margin-bottom: 5px;
}

.stuTitle .more {
    font-weight: normal;
    color: #999;
    padding: 18px 18px 0 0;
    font-size: 1.4rem;
}

.bitj-list11 li {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 0;
    padding: 20px;
    position: relative;
}

.bitj-list11 li::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #b40708;
    position: absolute;
    left: 0;
    top: 27px;
}

.bitj-list11 li:nth-child(2n+1) {
    background: none;
}

.bitj-list11 li span {
    right: 10px;
}


/*研究生招生*/

.bitj-list12 {
    margin: 0 -25px;
}

.bitj-list12 li {
    margin-bottom: 50px;
}

.bitj-list12 li>a {
    display: block;
    margin: 0 25px;
    transition: all .4s ease-out;
}

.item-img12.gp-img-responsive {
    padding-bottom: 56.13%;
}

.bitj-list12 li h3 {
    font-weight: normal;
    padding: 16px 0;
}

.bitj-list12 li p {
    line-height: 24px;
    color: #a6a6a6;
    height: 72px;
    overflow: hidden;
    margin-bottom: 15px;
}

.readMore12 {
    text-align: right;
}

.readMore12 span {
    display: inline-block;
    color: #d5ab63;
    position: relative;
    padding-left: 75px;
}

.readMore12 span::before {
    content: '';
    width: 64px;
    height: 1px;
    background-color: #d9d9d9;
    position: absolute;
    left: 0;
    top: 50%;
}

.font-yellow {
    color: #d5ab63;
}


/*教工之家*/

.jgTable {
    text-align: center;
}

.jgTable th {
    background-color: #f5f5f5;
}

.jgTable tr td:first-child {
    min-width: 40px;
}

.jgTable tr td:nth-child(2) {
    min-width: 100px;
}

.jgTable td {
    border-color: #f2f2f2;
}

.gp-article .jgUl {
    padding-left: 28px;
    list-style: none;
    margin: 0;
}

.gp-article .jgUl li {
    list-style: none;
    padding: 0;
    margin-bottom: 20px
}

.jgUl li h3 {
    margin-bottom: 20px;
}

.jgUl li p {
    padding-left: 24px;
    margin-bottom: 15px;
}


/*知名校友*/

.bitj-list13 {
    margin: 0 -15px;
}

.bitj-list13 li {
    margin-bottom: 30px;
}

.bitj-list13 li>a {
    display: block;
    margin: 0 15px;
    padding: 14px 20px 20px;
    background-color: #f5f5f5;
}

.bitj-list13 li h3 {
    margin-bottom: 15px;
}

.bitj-list13 li p {
    margin-bottom: 5px;
    line-height: 1.5;
    color: #666;
}


/*教师详情页*/

.t_header {
    background-color: #f7f6f2;
    padding: 20px 15px;
    overflow: hidden;
    margin: 30px 0;
}

.t_img {
    width: 110px;
    float: left;
}

.t_txt {
    margin-left: 110px;
    padding: 0 28px;
}

.t_txt h3 {
    margin-bottom: 15px;
}

.t_p1 {
    font-size: 0;
}

.t_p1>span {
    display: inline-block;
    width: 50%;
    font-size: 1.6rem;
    margin-bottom: 15px;
    vertical-align: top;
}

.t_p1>span strong {
    width: 70px;
    text-align: justify;
    font-weight: normal;
    float: left;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    text-align: justify;
    text-justify: distribute-all-lines;
    /*ie6-8*/
    -webkit-text-align: justify;
    text-align-last: justify;
    /* ie9*/
    -moz-text-align-last: justify;
    /*ff*/
    -webkit-text-align-last: justify;
    /*chrome 20+*/
}

.t_p1>span span {
    float: left;
}

.t_p1>span i {
    font-style: normal;
    color: #999;
    margin-left: 90px;
    display: block;
}

.t_p2>span {
    width: 33.3%;
}

.t_p2>span:first-child {
    width: 26%;
}

.t_col1 {
    margin-bottom: 30px;
}

.t_col1 h3 {
    background-color: #f7f6f2;
    display: block;
    border-top: 1px solid #e5e5e5;
}

.t_col1 h3 strong {
    font-weight: normal;
    font-size: 1.8rem;
    padding-left: 30px;
}

.orgTitle strong::before,
.orgTitle strong::after {
    transform: scale(0.7);
}

.t_con1 {
    color: #666;
    line-height: 2;
}

@media screen and (min-width:1020px) {
    .bitj-list8 li>a,
    .bitj-list9 li>a,
    .bitj-list6 li a {
        transition: all .4s ease-out;
    }
    .bitj-list8 li>a:hover,
    .bitj-list9 li>a:hover {
        transform: translateY(-10px);
    }
    .bitj-list7 li>a:hover,
    .bitj-list12 li>a:hover {
        transform: translateY(-10px);
    }
    .bitj-list10 li>a:hover {
        border-color: #fff;
        box-shadow: 0 0 12px rgba(0, 0, 0, .15);
        transform: translateY(-10px);
    }
    .bitj-list6 li a:hover {
        transform: translateX(10px);
    }
}

@media screen and (max-width:1460px) {}

@media screen and (max-width:1386px) {
    .gp-subLeft>li>a {
        font-size: 16px;
    }
    .bitj-list7 li>a {
        margin: 0 12px;
    }
    .bitj-list7 {
        margin: 0 -12px;
    }
    .t_p1>span {
        font-size: 1.4rem;
    }
    .t_p1>span strong {
        width: 60px;
    }
    .t_p1>span i {
        margin-left: 75px;
    }
}

@media screen and (max-width:1300px) {
    .t_p2>span {
        width: 50% !important;
    }
}

@media screen and (max-width:1220px) {
    .share {
        position: static;
    }
    .share .bdsharebuttonbox>a,
    .share .bdsharebuttonbox>span {
        display: inline-block;
    }
    .share .bdsharebuttonbox>a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 2rem;
    }
}

@media screen and (max-width:996px) {
    .sub_lf {
        display: none;
    }
    .gp-m-subNav {
        display: block;
    }
    .subRight {
        margin-left: 0;
    }
    .listTitle4 {
        padding: 20px 0;
    }
    .subBanner::before {
        background-size: auto 100px
    }
    .orgTable .td1 {
        width: 30%;
    }
    .gp-table td,
    .gp-table th,
    .jgTable td,
    .jgTable th {
        padding: 1.4rem !important;
    }
    .orgTable a {
        margin: 5px 8px;
    }
    .jgImg {
        width: 260px;
    }
    .jgList {
        margin-left: 275px;
    }
    .bitj-list8 li>a,
    .bitj-list9 li>a,
    .bitj-list12 li>a {
        margin: 0 15px;
    }
    .bitj-list8,
    .bitj-list9,
    .bitj-list12 {
        margin: 0 -15px;
    }
    .bitj-list8 li {
        margin-bottom: 30px;
    }
    .TalentTable .td1 {
        width: auto;
    }
    .item-txt10 {
        padding-left: 20px;
    }
    .jgTable tr td:nth-child(2) {
        min-width: auto;
    }
    .t_p2>span {
        width: 50%;
        margin-right: 0;
    }
}

@media screen and (max-width:767px) {
    .gp-bread {
        text-align: left;
    }
    .gp-page {
        display: none;
    }
    .gp-m-page {
        display: block;
    }
    .subBanner {
        height: 160px;
        padding: 0;
    }
    .historyList2 {
        width: 100%;
    }
    .historyList2 li {
        width: 100px;
    }
    .hisW {
        overflow: hidden;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch
    }
    .hisW2 {
        margin-top: 35px;
    }
    .hisW2 {
        margin-top: 30px;
    }
    .historyList li {
        margin-bottom: 15px;
    }
    .historyList li span {
        margin-left: 145px;
    }
    .iteml-con .il-lf {
        width: 100%;
        float: none;
    }
    .iteml-con .il-rt {
        margin: 0;
        padding: 15px;
        border-top: 1px solid #E6E6E6;
        margin-top: 12px;
    }
    .iteml-con::before {
        display: none;
    }
    .iteml-img {
        width: 117px;
    }
    .iteml-txt {
        margin-left: 117px;
    }
    .jgImg {
        float: none;
        max-width: 300px;
        width: 100%;
    }
    .jgList {
        margin: 15px 0 0
    }
    .jgList li>a {
        padding: 10px 15px 10px 22px;
    }
    .jgList li>a::before {
        left: 10px;
        top: 17px;
    }
    .jgCol {
        margin-bottom: 30px;
    }
    .bitj-list6 li a {
        white-space: normal;
        margin: 0;
    }
    .bitj-list6 li span {
        position: static;
        display: block;
        transform: none;
        margin: 5px 0 0;
    }
    .bitj-list8 li>a,
    .bitj-list9 li>a,
    .bitj-list10 li>a,
    .bitj-list12 li>a,
    .bitj-list13 li>a {
        margin: 0 7px;
    }
    .bitj-list8,
    .bitj-list9,
    .bitj-list10,
    .bitj-list12,
    .bitj-list13 {
        margin: 0 -7px;
    }
    .bitj-list8 li,
    .bitj-list10 li,
    .bitj-list13 li {
        margin-bottom: 15px;
    }
    .bitj-list9 li,
    .bitj-list12 li {
        margin-bottom: 20px;
    }
    .pd_img {
        width: 200px;
    }
    .pd_txt {
        margin-left: 200px;
        padding: 20px;
    }
    .downLoad a {
        padding: 10px 15px;
    }
    .bitj-list9 h3 {
        height: auto;
    }
    .item-img10 {
        margin: 0 auto;
    }
    .item-txt10 {
        margin-left: 0;
        margin-top: 10px;
        padding: 0;
    }
    .item-txt10 h3 {
        text-align: center;
    }
    .pb60 {
        padding-bottom: 30px;
    }
    .bitj-list10 {
        padding: 20px 0;
    }
    .gp-article .jgUl {
        padding-left: 10px;
    }
    .jgUl li p {
        padding-left: 15px;
    }
    .t_p1>span {
        width: 100% !important;
    }
    .t_txt {
        padding: 0 15px;
    }
}

@media screen and (max-width:640px) {
    .bitj-list7 li>a {
        margin: 0 7px;
    }
    .bitj-list7 {
        margin: 0 -7px;
    }
}

@media screen and (max-width:480px) {
    .pd_img {
        float: none;
        margin: 15px auto 0;
    }
    .pd_txt {
        margin: 15px 0 0;
    }
    .pd_txt p {
        min-height: auto;
    }
    .t_img {
        float: none;
        margin: 0 auto;
    }
    .t_txt {
        margin: 10px 0 0;
    }
    .t_txt h3 {
        text-align: center;
    }
}

@media screen and (max-width:400px) {}