@charset "utf-8";

/* CSS Document */
.wrap_teacher ul{ margin:20px 0 20px 0; overflow: hidden;}
.wrap_teacher ul li { float: left; width: 20%; margin:0 0 10px 0}
.wrap_teacher ul li a { position: relative; padding:0 0 0 10px}
.wrap_teacher ul li a::before{ content: ''; position: absolute; width: 4px; height: 4px; background: #9d101a; border-radius: 50%; left: 0px; top:calc(50% - 2px);}
/*现任领导*/

.leaders {
    overflow: hidden;
}

.leader_left {
    width: 48%;
    float: left;
    overflow: hidden;
}

.leader_right {
    width: 48%;
    float: right;
    overflow: hidden;
}

.present {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
}

.present li:nth-child(2n+1) {
    background-color: #f5f5f5;
    border-left: 3px solid #f5f5f5;
    border-right: 3px solid #f5f5f5
}

.present li.blue {
    background-color: #f5f5f5;
    border-left: 3px solid #f5f5f5;
    border-right: 3px solid #f5f5f5
}

.present li {
    width: 100%;
    float: left;
    padding: 0px 5px 0px 15px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff
}

.present span {}

.present .title022 {
    width: 100px;
    float: left;
    padding: 15px 0;
    color: #000;
}

.present .name02 {
    width: auto;
    overflow: hidden;
    display: block;
    margin-left: 100px;
}

.present .name02 a {
    display: block;
    width: 33.333%;
    float: left;
    padding: 15px 0;
    color: #444;
}

.present .name02 a:hover {
    color: #8c0000;
}

.present li:hover {}


/*.present li:hover a,.present li:hover span{color:#0e3c92;}*/

.leaders .leader_right {
    /*margin-top:30px;*/
}

.leader_list {
    width: 100%;
    overflow: hidden;
}

.subbanner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.subbanner-con {
    width: 100%;
    height: 0;
    padding-bottom: 16.8%;
    overflow: hidden;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}


/*content*/

.subPage {
    padding-bottom: 60px;
    position: relative;
    z-index: 9;
}

.subPage:before {
    content: "";
    display: block;
    width: 100%;
    height: 44px;
    background: #f5f5f5;
    position: absolute;
    top: 0;
}


/*侧边栏*/

.subLeft {
    /*! width: 240px; */
    background: #eeeeee;
}

.gp-subLeft {
    width: 260px;
    background: #eeeeee;
    /*! margin: 0 0 40px 20px; */
}

.gp-subLeft>ul {}

.gp-subLeft>ul>li {
    position: relative;
    border-bottom: #fff 1px solid;
}

.gp-subLeft>ul>li>a {
    display: block;
    transition: all 0.35s ease-in-out;
    padding: 18px 40px;
    /*! text-align: center; */
}

.gp-subLeft>ul>li:hover>a,
.gp-subLeft>ul>li.active>a {
    color: #222;
    background-color: #fff;
    padding-left: 25px;
    border-left: #dca24e 10px solid;
    font-weight: bold;
}

.gp-subLeft .gp-toggles,
.gp-sub-toggles {
    font-size: 12px;
    font-size: 1.2rem;
    width: 36px;
    height: 61px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 59px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-weight: normal;
    display: block;
    margin-right: 12px;
}

.gp-subLeft .gp-toggles.icon-jia {
    background: url(/chem/2021/images/jia.png) no-repeat center center;
}

.gp-subLeft .gp-toggles.icon-jia.icon-down {
    background: url(/chem/2021/images/jian.png) no-repeat center center;
}

.gp-subLeft .gp-sub-toggles {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.gp-subLeft .gp-sub-toggles.icon-jia {
    background: url(/chem/2021/images/jia.png) no-repeat center center;
}

.gp-subLeft .gp-sub-toggles.icon-jian {
    background: url(/chem/2021/images/jian.png) no-repeat center center;
}

.gp-second-nav {
    font-size: 14px;
    display: none;
    background: #fff;
}

.gp-second-nav dd {
    position: relative;
}

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

.gp-second-nav dd dd a {
    padding-left: 60px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 30px 10px 50px;
    background-color: #3d72b3;
    color: #ddd;
    border-bottom: none;
}

.gp-second-nav dd dd a:before {
    border-bottom-color: #4e81c0;
}

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

.gp-subLeft * {
    transition: none;
}

.gp-subRight {
    margin-left: 309px;
    overflow: hidden;
}

.gp-subRight-con {
    margin-top: 40px;
    overflow: hidden;
    min-height: 500px;
    padding-bottom: 50px;
    position: relative;
}


/*侧边栏移动端 */

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

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

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

.gp-m-subNav .gp-m-inner-header-icon {
    float: right;
    width: 50px;
    height: 42px;
}

.gp-m-subNav .gp-m-inner-header-icon-out i.icon-jia {
    display: block;
    background: url(/chem/2021/images/n-rt.png) no-repeat center;
    width: 50px;
    height: 42px;
}

.gp-m-subNav .gp-m-inner-header-icon-click i.icon-jian {
    display: block;
    background: url(/chem/2021/images/n-dw.png) no-repeat center;
    width: 50px;
    height: 42px;
}

.gp-subNavm {
    width: 100%;
    overflow: hidden;
    display: none;
}

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

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

.gp-subNavm ul {
    background: #eee;
}

.gp-subNavm li {
    position: relative;
}

.gp-subNavm li>a {
    font-size: 14px;
    padding-left: 13px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #fff;
    display: block;
}

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

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

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

.gp-m-toggle.icon-right {
    background: url(/chem/2021/images/jia.png) no-repeat center center;
}

.gp-m-toggle.icon-down {
    background: url(/chem/2021/images/jian.png) no-repeat center center;
}

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

.gp-subNavm dl dd {
    padding-left: 30px;
    line-height: 18px;
    padding: 10px 0px 10px 30px;
    border-bottom: 1px solid #f3f5f6;
    position: relative;
}

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

.gp-subNavm li dl dd a:hover {
    color: #5b396c;
}

.subCon {
    position: relative;
    z-index: 3
}

.sub-leftTitle {
    line-height: 28px;
    background-color: #9d101a;
    position: relative;
    margin-top: -28px;
}

.sub-leftTitle h2 {
    color: #fff;
    padding: 22px 40px;
}


/*自定义*/


/*文章页和简介页*/

.gp-bread {
    background: url(/chem/2021/images/breadbg.jpg) no-repeat left center;
}

.gp-bread>div {
    display: inline-block;
    width: auto;
}

.articleTitle {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    height: 95px;
    background-color: rgba(0, 0, 0, 0.5);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    /* 标准的语法 */
}

.pageArticleTitle {
    margin-bottom: 15px;
    border-bottom: #e5e5e5 1px solid;
}

.pageArticleTitle h3 {
    text-align: center;
}

.articleAuthor {
    text-align: center;
    padding: 11px 0 30px 0px;
    overflow: hidden;
    /*! background: #F5F5F5; */
    /*! margin: 27px 0 0 0; */
}

.articleAuthor span {
    color: #999999;
    padding: 0 15px;
}

.gp-article {
    line-height: 33px;
}

.gp-article p {
    text-indent: 2em;
}

.gp-article table {
    margin: auto;
}

.gp-article i,
.gp-article em {
    font-style: italic;
}

.gp-article strong {
    font-weight: bold;
}


/*列表页*/

.articleTitle02 {
    margin-bottom: 20px;
    overflow: hidden;
    border-bottom: #e5e5e5 1px solid;
}

.articleTitle02 span {
    display: inline-block;
    padding-bottom: 15px;
    font-weight: bold;
}

.CUPlist01 {
    margin: -17px 0 0 0;
    overflow: hidden;
}

.CUPlist01 li {
    border-bottom: #e5e5e5 1px solid;
    overflow: hidden;
    padding: 13px 0;
}

.CUPlist01 li a {
    position: relative;
    padding-left: 16px;
    line-height: 24px;
    display: block;
}

.CUPlist01 li a:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #d6d6d6;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50%;
}

.CUPlist01 li .date {
    color: #960014;
    margin: 7px 20px 0 20px;
    display: inline-block;
}


/*图片列表*/

.CUPlist02 {
    margin: -18px;
    overflow: hidden;
}

.CUPlist02 li {
    overflow: hidden;
}

.CUPlist02 li a {
    display: block;
    margin: 18px;
    overflow: hidden;
    position: relative;
}

.CUPlist02 .listText {
    display: block;
    padding: 10px 15px 0;
    position: relative;
}

.CUPlist02 .listTitle {
    line-height: 24px;
    height: 48px;
}

.CUPlist02 .listDate {
    display: inline-block;
    padding: 3px 18px;
    background: #ecc777;
    color: #fff;
    position: absolute;
    top: -25px;
    right: 0;
}


/*文章页表格*/

.jgsz table {
    width: 100% !important;
    text-align: center;
}

.jgsz table tr td,
.gp-article table tr th {
    padding: 12px;
    padding: 1rem;
}

.jgsz table tr th {
    background: #8b0012;
    color: #fff !important;
}

.jgsz table * {
    word-break: break-all;
}

.jgsz table td {
    border: solid #e5e4dc;
    border-width: 1px 1px 1px 1px;
}

.jgsz table tr:nth-child(1)>td {
    background: #eeeeee;
}

.jgsz table tr:nth-child(1) td {
    font-weight: bold;
}

.jgsz table tr:nth-child(odd) {
    background: #faf8f5
}


/*师资队伍*/

.CUPlist03 {
    margin: -7px -17px;
    overflow: hidden;
}

.CUPlist03 li {}

.CUPlist03 li a {
    display: block;
    margin: 7px 17px
}

.CUPlist03 .gp-img-responsive {
    padding-bottom: 130%;
}

.CUPlist03 .listName {
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    margin: 10px 0;
    text-align: center;
}


/*师资队伍-高层次人才*/

.wrap-CUPlist03 {
    border-bottom: #e5e5e5 1px solid;
    overflow: hidden;
    padding: 10px 0;
    margin: 25px 0;
}

.wrap-CUPlist03 .title {
    height: 24px;
    line-height: 24px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}

.wrap-CUPlist03 .title:before {
    content: "";
    display: block;
    width: 4px;
    height: 18px;
    background: #9d101a;
    position: absolute;
    left: 0;
    top: 3px;
}


/*师资队伍详情页*/

.CUPlist04 {
    border-bottom: #e5e5e5 1px solid;
    border-right: #e5e5e5 1px solid;
    overflow: hidden;
}

.CUPlist04 .listImg {
    display: block;
    width: 200px;
    height: 280px;
    background: #eee;
    float: left;
}

.CUPlist04 .listText {
    display: block;
    margin-left: 200px;
}

.CUPlist04 .listName {
    display: block;
    height: 60px;
    line-height: 60px;
    background: #F5F5F5;
    border-left: #9d101a 4px solid;
    padding-left: 25px;
}

.CUPlist04 .listCon {
    color: #999;
    line-height: 26px;
    margin: 10px 25px;
    height: 182px;
}

.teacherIntro {
    margin: 40px 0;
    overflow: hidden;
}

.teacherTitle {
    display: block;
    background: #f5f5f5;
    line-height: 22px;
    min-width: 112px;
    padding: 14px 20px;
    color: #9d101a;
    margin-bottom: 10px;
    font-weight: bold;
}


/*领导班子*/

.wrap-CUPlist05 {
    overflow: hidden;
    margin: 0 0 20px 0;
}

.wrap-CUPlist05 .title {
    height: 24px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #9d101a;
    position: relative;
    padding-left: 15px;
}

.wrap-CUPlist05 .title:before {
    content: "";
    display: block;
    width: 4px;
    height: 18px;
    background: #9d101a;
    position: absolute;
    left: 0;
    top: 3px;
}

.CUPlist05 {
    margin: -10px -20px 20px -20px;
    overflow: hidden;
}

.CUPlist05 li {
    overflow: hidden;
}

.CUPlist05 li a {
    display: block;
    margin: 10px 20px;
    padding: 20px;
    background: #f5f5f5;
    overflow: hidden;
}

.CUPlist05 .gp-img-responsive {
    width: 200px;
    height: 280px;
    padding: 0;
    float: left;
}

.CUPlist05 .listText {
    display: block;
    margin-left: 230px;
    margin-top: 15px;
    overflow: hidden;
}

.CUPlist05 .listposition {
    display: block;
    color: #dca24e;
}

.CUPlist05 .listName {
    display: block;
    margin: 15px 0 25px 0;
    overflow: hidden;
}

.CUPlist05 .listCon {
    color: #757575;
    display: block;
    line-height: 24px;
    max-height: 96px;
    overflow: hidden;
}


/*新闻列表*/

.subTitle {
    line-height: 28px;
    background-color: #9d101a;
    width: 260px;
    position: absolute;
    left: 0;
    top: -28px;
}

.subTitle h2 {
    color: #fff;
    padding: 22px 40px;
}

.CUPlist06 li {
    margin-bottom: 30px;
    overflow: hidden;
}

.CUPlist06 li a {
    display: block;
    border: #f0f0f0 1px solid;
    overflow: hidden;
}

.CUPlist06 .gp-img-responsive {
    width: 320px;
    height: 180px;
    padding: 0;
    float: left;
    position: relative;
    z-index: 9;
}

.CUPlist06 .listText {
    display: block;
    margin-left: 320px;
    padding: 15px 20px;
    overflow: visible;
    transition: all 0.2s ease;
}

.CUPlist06 .listTitle {
    line-height: 24px;
}

.CUPlist06 .listCon {
    line-height: 24px;
    height: 48px;
    color: #999999;
    margin: 10px 0 25px 0;
}

.CUPlist06 .listDate {
    margin: 38px 0 0 0;
    color: #960014;
    background: url(/chem/2021/images/datebg.png) no-repeat left center;
    padding-left: 24px;
    position: relative;
    display: block;
}

.CUPlist06 .listDate:before {
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    left: -30px;
    top: -15px;
}

.noMargin .listText {
    margin: 0;
}

.CUPlist06 li a:hover .listText {
    padding-left: 30px;
}


/*分类页*/

.articleTitle03 {
    margin-bottom: 20px;
    overflow: hidden;
    border-bottom: #e5e5e5 1px solid;
    position: relative;
}

.articleTitle03:before {
    content: "";
    display: block;
    width: 4px;
    height: 21px;
    background: #dca24e;
    position: absolute;
    left: 0;
    top: 5px;
}

.articleTitle03 span {
    display: inline-block;
    padding-bottom: 12px;
    font-weight: bold;
    padding-left: 18px;
}

.articleTitle03 .more {
    float: right;
    color: #666;
    line-height: 40px;
}

.CUPlist07 {
    margin: -5px 0 20px 0;
    overflow: hidden;
}

.CUPlist07 li {
    overflow: hidden;
    padding: 5px 0;
}

.CUPlist07 li a {
    position: relative;
    padding-left: 16px;
    line-height: 24px;
    display: block;
}

.CUPlist07 li .date {
    color: #999;
    margin: 7px 20px 0 20px;
    display: inline-block;
    float: right;
}


/*附件*/

.Annex {
    margin-top: 35px;
    overflow: hidden;
}

.Annex h3 {
    /*! margin: 0 0 20px 0; */
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    border-top: #E6E6E6 1px solid;
    position: relative;
}

.annexList {
    overflow: hidden;
    /*! padding: 0 40px; */
}

.annexList li {
    margin-bottom: 6px;
    overflow: hidden;
    position: relative;
}

.annexList li a {
    line-height: 24px;
    color: #999999;
}

.annexList li a:hover {
    color: #333;
}


/*分享*/

.share {
    text-align: center;
    overflow: hidden;
    float: right;
    font-size: 12px;
    color: #666;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/chem/2021/images/sharebg.png) no-repeat left center;
    padding-left: 20px;
}

.share .bdsharebuttonbox>a {
    padding-left: 0;
    margin: 5px;
    height: 30px;
    text-indent: 0;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: none;
    font-size: 20px;
    display: inline-block;
    float: none;
    color: #fff;
    transition: all 0.35s ease-out;
    /*! border-radius: 50%; */
    /*! border: #dbdbdb 1px solid; */
}

.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;
}

.bdsharebuttonbox span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    float: left;
    margin: 5px;
}

.share .bdsharebuttonbox>a.bds_weixin {
    background: url(/chem/2021/images/wechat.png) no-repeat center;
}

.share .bdsharebuttonbox>a.bds_tsina {
    background: url(/chem/2021/images/sina.png) no-repeat center;
}

.share .bdsharebuttonbox>a.bds_qzone {
    background: url(/chem/2021/images/zone.png) no-repeat center;
}

.share .bdsharebuttonbox>a.bds_more {
    background: url(/chem/2021/images/bds_more.png) no-repeat center;
}


/***分页*/

.gp-page {
    margin: 30px 0 20px 0;
    color: #999;
    font-size: 0;
    clear: both;
}

.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: 38px;
    line-height: 38px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 38px;
    font-size: 14px;
    color: #757575;
    margin: 10px 6px 0px 6px;
}

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

.gp-page>span {
    border: none;
    padding: 0;
    color: #333;
}

.gp-page>a:hover,
.gp-page>a.on_pages {
    /*! background-color:#144A74; */
    color: #9d101a;
    font-weight: bold;
    border-bottom: #9d101a 6px solid;
}

.gp-page .gp-page-prev,
.gp-page .gp-page-next {
    display: inline-block;
    width: 48px;
    height: 35px;
    background: #fff;
    padding: 0;
    line-height: 35px;
    /*! margin: 5px 0; */
}

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

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

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

.gp-page .gp-page-prev {
    margin-right: 20px;
}

.gp-page .gp-page-next {
    margin-left: 20px;
}


/*居中*/

.gp-page-centered {
    text-align: center;
    background: #f5f3f0;
}

.gp-page a:hover,
.pageList li.active a {
    color: #9d101a;
}

.gp-page .select2 {
    padding: 0;
}

.gp-page .pageSelect {
    min-width: 68px;
    height: 44px;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    border: 1px solid #a343c4;
    line-height: 44px;
    text-align: center;
    padding: 0;
    border-right: 1px solid #d2a8e0;
}

.select2-container--default .select2-selection--single {
    border: none
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url(/chem/2021/images/select.png) no-repeat center;
}

.select2-container .select2-selection--single {
    height: 44px;
    line-height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
}
@media screen and (min-width:1200px){
    .jgsz table tr:nth-child(1) td:nth-child(1){min-width: 80px;}
.jgsz table tr:nth-child(1) td:nth-child(2){min-width: 60px;}.jgsz table tr:nth-child(1) td:nth-child(3){min-width: 210px;}
.jgsz table tr:nth-child(1) td:nth-child(4){min-width: 88px;}.jgsz table tr:nth-child(1) td:nth-child(5){min-width: 112px;}
}
@media screen and (min-width:1020px) {
    .subCon>.gp-bread {
        margin-left: 310px;
    }
}

@media screen and (max-width:1440px) {
    .CUPlist02 {
        margin: -12px;
    }
    .CUPlist02 li a {
        margin: 12px;
    }
}

@media screen and (max-width:1020px) {
    .subPage {
        padding-bottom: 20px;
    }
    .subPage-con.gp-container {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .gp-container {
        width: auto;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .gp-subLeft {
        display: none;
    }
    .gp-m-subNav {
        display: block;
    }
    .gp-page {
        display: none;
        background: none;
    }
    .gp-m-page {
        display: block;
        margin: 20px 0 0 0;
    }
    .gp-bread {
        background: url(/chem/2021/images/breadbg.jpg) no-repeat left center #e5e5e5;
    }
    .gp-subRight {
        margin-left: 0;
    }
    .gp-subRight-con {
        margin-top: 0;
        padding: 15px;
    }
    .articleTitle h2 {
        margin-top: 0;
        padding: 10px 0;
        float: none;
        background: none;
        margin-bottom: -25px;
    }
    .share {
        position: static;
    }
    .gp-breadTL {
        margin: 0;
    }
    .subTitle {
        width: 100%;
        position: static;
    }
    .subTitle h2 {
        font-size: 16px;
        padding: 7px 15px;
    }
}

@media screen and (max-width:768px) {
    .gp-article img {
        width: auto !important;
        height: auto !important;
    }
    .gp-article video {
        width: auto !important;
    }
    .gp-article table {
        width: 100% !important;
    }
    .articleBottom {
        width: auto;
        padding: 12px;
    }
}

@media screen and (max-width:766px) {
    .CUPlist03 {
        margin: -7px;
    }
    .CUPlist03 li a {
        margin: 7px;
    }
}

@media screen and (max-width:640px) {
    .leader_left {
        float: none;
        width: 100%;
    }
    .leader_right {
        float: none;
        width: 100%;
    }
    .articleTitle {
        position: static;
        background: #eeeef2;
        height: auto;
        padding: 10px 0;
    }
    .gp-bread {
        margin: 0;
        text-align: left;
    }
    .gp-bread,
    .gp-bread a,
    .gp-bread span {
        color: #666;
    }
    .gp-bread>div {
        padding-left: 0;
        background: none;
    }
    .CUPlist02 .listText {
        padding: 10px 0;
    }
    .CUPlist02 .listTitle {
        height: auto;
    }
    .CUPlist06 .gp-img-responsive {
        width: 100%;
        height: auto;
        float: none;
    }
    .CUPlist06 .listText {
        margin: 0;
    }
    .wrap_teacher ul li{ width: 33.3%;}
}

@media screen and (max-width:480px) {
    .CUPlist02 li {
        width: 100%;
        float: none;
    }
    .CUPlist04 {
        border: none;
    }
    .CUPlist04 .listImg,
    .CUPlist05 .gp-img-responsive {
        float: none;
        margin: 0 auto;
    }
    .CUPlist04 .listText,
    .CUPlist04 .listCon,
    .CUPlist05 .listText {
        margin: 10px 0 0 0;
    }
    .CUPlist05 .listposition,
    .CUPlist05 .listName {
        text-align: center;
        margin: 10px 0;
    }
    .wrap_teacher ul li{ width: 50%;}
}