.wuli_box {
    padding: 43px 0px 54px;
    overflow: hidden;
}

.wltit {
    line-height: 40px;
    overflow: hidden;
}

.wltit h1 {
    float: left;
    font-size: 22px;
    color: #111;
    padding-left: 15px;
    position: relative;
}

.wltit h1::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 9px;
    width: 3px;
    height: 22px;
    background: #004b87;
}

.wltit span {
    float: right;
    font-size: 16px;
    color: #999;
}

.wltit span a {
    color: #999;
}

.wltit span a:hover {
    color: #004b87;
}

.wlgk {
    position: relative;
    margin: 50px 0px;
    overflow: hidden;
}

.wlgk_text {
    width: 460px;
    position: absolute;
    left: 20px;
    top: 0px;
}

.wlgk_text li {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.wlgk_text li:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.wlgk_text li span {
    float: left;
    width: 75px;
    height: 75px;
    line-height: 75px;
    background: #f4f4f4;
    text-align: center;
    border-radius: 50%;
    margin-top: 20px;
}

.wlgk_text li:nth-of-type(1) span {
    margin-top: 5px;
}

.wlgk_text li span img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.wlgk_text li .wlgk_js {
    width: calc(100% - 95px);
    float: right;
}

.wlgk_text li .wlgk_js p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
}

.wlgk_tp {
    width: 589px;
    float: right;
}


/* 学科动态 */

.wldt {
    padding-bottom: 53px;
    overflow: hidden;
    margin: 45px -20px 55px;
}

.wldt_lmar {
    margin: 0px 20px;
    padding-bottom: 20px;
    border-bottom: #f4f4f4 3px solid;
    overflow: hidden;
    transition: all 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.wldt_lmar .dttp {
    width: 100%;
    position: relative;
    padding-bottom: 56%;
    overflow: hidden;
    border: #ededed 1px solid;
    box-sizing: border-box;
}

.wldt_lmar .dttp::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
}

.wldt_lmar:hover .dttp::after {
    border: #004b87 2px solid;
}

.wldt_lmar .dttp img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.wldt_lmar:hover .dttp img {
    transform: scale(1.05);
}

.wldt_lmar h2 {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 25px 0px 15px;
}

.wldt_lmar span {
    line-height: 30px;
    padding-left: 20px;
    background: url(../images/wltime.png) no-repeat left center;
    font-size: 14px;
    color: #888;
}

.wldt_lmar:hover {
    border-bottom: #004b87 3px solid;
}

.wldt_lmar:hover .dttp {
    border: #004b87 1px solid;
}

.wldt_lmar:hover h2,
.wldt_lmar:hover span {
    color: #004b87;
}

.wldt_lmar:hover h2 {
    font-weight: bold;
}

.wldt .slick-dots {
    display: block !important;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
}

.wldt .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px 8px;
    padding: 0;
    cursor: pointer;
    text-indent: -999em;
    background: #cacaca;
    border-radius: 50%;
}

.wldt .slick-dots li button {
    text-indent: -999em;
    background: none;
    border-style: none;
}

.wldt .slick-dots li.slick-active {
    background: #004b87;
}


/* 发展历程 */

.wlfzlc {
    background: url(../images/wlfzlc_bg.png) no-repeat;
    overflow: hidden;
    padding: 72px 0px;
    position: relative;
    margin-bottom: 67px;
}

.wlfzlc::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 123px;
    width: 9px;
    height: 10px;
    background: url(../images/wlfzlc_jt.png) no-repeat;
}

.wlfzlc::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 20px;
    background: #004b87;
}

.wlfzlc_lb {
    height: 215px;
}

.wlfzlc_lb .wlfzlc_lmar {
    padding: 0px 15px 20px;
    position: relative;
    height: 140px;
}

.wlfzlc_lb .wlfzlc_lmar::before,
.wlfzlc_lb .wlfzlc_lmar::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #004b87;
    height: 1px;
    width: calc(50% - 15px);
}

.wlfzlc_lb .wlfzlc_lmar::after {
    left: auto;
    right: 0px;
}

.wlfzlc_lb .wlfzlc_lnr {
    width: 100%;
    height: 140px;
}

.wlfzlc_lb .wlfzlc_lnr h2 {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    margin-bottom: 5px;
}

.wlfzlc_lb .wlfzlc_lnr span {
    width: 1px;
    height: 0px;
    background: #004b87;
    display: block;
    margin: auto;
}

.wlfzlc_lb .wlfzlc_nian {
    margin: 30px auto 0px;
    width: 75px;
    height: 24px;
    border-radius: 12px;
    background: #175a91;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.wlfzlc_lb .wlfzlc_nian::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -39px;
    margin-left: -9px;
    width: 18px;
    height: 18px;
    background: url(../images/wlyuan.png) no-repeat;
}

.wlfzlc .slick-prev,
.wlfzlc .slick-next {
    width: 119px;
    height: 14px;
    position: absolute;
    bottom: 4px;
    z-index: 5;
    background-image: none;
    background: none;
    border-style: none;
    outline: medium;
    text-indent: -999em;
    background-repeat: no-repeat;
}

.wlfzlc .slick-prev {
    left: 50%;
    margin-left: -138px;
    background-image: url(../images/wlfzlc_prev.png);
}

.wlfzlc .slick-next {
    right: 50%;
    margin-right: -138px;
    background-image: url(../images/wlfzlc_next.png);
}


/* 师资队伍 */

.wlszdw_js {
    padding: 45px 15px 35px;
    overflow: hidden;
}

.wlszdw_js p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
}

.wlszdw {
    padding: 0px 80px 55px;
    overflow: hidden;
    margin: 0px -19px;
}

.wlszdw_lmar {
    margin: 0px 19px;
}

.wlszdw_lmar .wlszdw_tp {
    position: relative;
    padding-bottom: 140%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.wlszdw_lmar .wlszdw_tp img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.wlszdw_lmar .wlszdw_tp img:hover {
    transform: scale(1.05);
}

.wlszdw_lmar h2 {
    text-align: center;
    margin-top: 8px;
    font-size: 16px;
    color: #111;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wlszdw .slick-prev,
.wlszdw .slick-next {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 22%;
    z-index: 5;
    background-image: none;
    background: none;
    border-style: none;
    outline: medium;
    text-indent: -999em;
    background-repeat: no-repeat;
    background: #eee;
    border-radius: 50%;
}

.wlszdw .slick-prev,
.wlszdw .slick-next {
    background-image: url(../images/wlszdw_hui.png);
    background-repeat: no-repeat;
    background-position: center;
}

.wlszdw .slick-prev:hover,
.wlszdw .slick-next:hover {
    background-image: url(../images/wlszdw_lan.png);
    background-repeat: no-repeat;
    background-position: center;
}

.wlszdw .slick-next {
    transform: rotate(180deg);
}

.wlszdw .slick-prev {
    left: 19px;
}

.wlszdw .slick-next {
    right: 19px;
}


/* 科研成果 */

.wlkycg {
    margin: 46px 0px 54px;
    overflow: hidden;
    background: url(../images/wlkycg_bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.wlkycg li {
    width: 33.3%;
    float: left;
    height: 286px;
    position: relative;
}

.wlkycg li img {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.wlkycg li .wlkycg_nr {
    padding: 55px 40px 0px 30px;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.wlkycg li:nth-of-type(3) .wlkycg_nr {
    padding-right: 20px;
}

.wlkycg li .wlkycg_nr p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}


/* 教学成果 */

.wljxue {
    padding: 22px 0px 50px;
    overflow: hidden;
}

.wljxue_js {
    width: calc(100% - 505px);
    float: left;
    margin-left: 15px;
    margin-top: 25px;
}

.wljxue_pic {
    width: 481px;
    float: right;
}

.wljxue_js p {
    font-size: 16px;
    color: #111;
    line-height: 30px;
    padding: 5px 15px;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 15px;
    background: #f9f9f9;
    background-image: -webkit-gradient(linear, left top, right top, from(#f6f6f6), to(#fefefe)), -webkit-gradient( linear, left top, left bottom, from(#f6f6f6), to(#fefefe));
    background-image: -webkit-linear-gradient(left, #f6f6f6 0%, #fefefe 100%), -webkit-linear-gradient( #f6f6f6, #fefefe);
    background-image: linear-gradient(90deg, #f6f6f6 0%, #fefefe 100%), linear-gradient( #f6f6f6, #fefefe);
    background-blend-mode: normal, normal;
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr='#f6f6f6', endColorStr='#d95114', gradientType='1');
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f6f6f6',endColorStr='#d95114',gradientType='1')";
}


/* 研究方向 */

.wlyjfx {
    padding: 53px 70px 25px;
    overflow: hidden;
}

.wlyjfx ul {
    position: relative;
}

.wlyjfx li {
    float: left;
    width: 51.5%;
    background: url(../images/wlyjfx_titbg.png) no-repeat;
    background-size: cover;
}

.wlyjfx li:nth-of-type(2) {
    background: url(../images/wlyjfx_titbg2.png) no-repeat;
    background-size: cover;
    width: 55%;
    position: absolute;
    z-index: 3;
    left: 44.6%;
    top: 13px;
}

.wlyjfx li p {
    font-size: 16px;
    color: #fff;
    line-height: 79px;
    padding-left: 30px;
    box-sizing: border-box;
}

.wlyjfx li:nth-of-type(2) p {
    padding-left: 40px;
}

.wlyjfx_js {
    overflow: hidden;
    padding-bottom: 53px;
    background: url(../images/wlyjfx_xian.png) no-repeat center bottom;
    position: relative;
}

.wlyjfx_pic {
    width: 485px;
    height: 353px;
    margin: 93px auto 0px;
    overflow: hidden;
}

.wlyjfx_text {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 447px;
    left: 0px;
    top: 0px;
}

.wlyjfx_text ul {
    position: relative;
    height: 100%;
    width: 100%;
}

.wlyjfx_text li {
    width: 210px;
}

.wlyjfx_text li h2 {
    font-size: 18px;
    color: #004b87;
    line-height: 61px;
}

.wlyjfx_text li span {
    width: 61px;
    height: 61px;
    line-height: 61px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-style: italic;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.wlyjfx_text li:nth-of-type(1) {
    position: absolute;
    left: 50%;
    margin-left: -425px;
    bottom: 67px;
}

.wlyjfx_text li:nth-of-type(1) h2 {
    width: calc(100% - 81px);
    float: left;
    text-align: right;
    margin-right: 20px;
}

.wlyjfx_text li:nth-of-type(1) span {
    background: #004b87;
}

.wlyjfx_text li:nth-of-type(2) {
    position: absolute;
    left: 50%;
    margin-left: -396px;
    bottom: 179px;
}

.wlyjfx_text li:nth-of-type(2) h2 {
    width: calc(100% - 81px);
    float: left;
    text-align: right;
    margin-right: 20px;
}

.wlyjfx_text li:nth-of-type(2) span {
    background: #0058a6;
}

.wlyjfx_text li:nth-of-type(3) {
    position: absolute;
    left: 50%;
    margin-left: -318px;
    bottom: 277px;
}

.wlyjfx_text li:nth-of-type(3) h2 {
    width: calc(100% - 81px);
    float: left;
    text-align: right;
    margin-right: 20px;
}

.wlyjfx_text li:nth-of-type(3) span {
    background: #1e79ca;
}

.wlyjfx_text li:nth-of-type(4) {
    position: absolute;
    left: 50%;
    margin-left: -90px;
    top: 0px;
    width: 180px;
}

.wlyjfx_text li:nth-of-type(4) h2 {
    width: 100%;
    float: left;
    text-align: center;
}

.wlyjfx_text li:nth-of-type(4) span {
    background: #004b87;
    margin-left: 59px;
}

.wlyjfx_text li:nth-of-type(5) {
    position: absolute;
    right: 50%;
    margin-right: -318px;
    bottom: 277px;
}

.wlyjfx_text li:nth-of-type(5) h2 {
    width: calc(100% - 78px);
    float: right;
}

.wlyjfx_text li:nth-of-type(5) span {
    background: #1e79ca;
    float: left;
}

.wlyjfx_text li:nth-of-type(6) {
    position: absolute;
    right: 50%;
    margin-right: -396px;
    bottom: 179px;
}

.wlyjfx_text li:nth-of-type(6) h2 {
    width: calc(100% - 81px);
    float: right;
}

.wlyjfx_text li:nth-of-type(6) span {
    background: #0058a6;
    float: left;
}

.wlyjfx_text li:nth-of-type(7) {
    position: absolute;
    right: 50%;
    margin-right: -425px;
    bottom: 67px;
}

.wlyjfx_text li:nth-of-type(7) h2 {
    width: calc(100% - 81px);
    float: right;
}

.wlyjfx_text li:nth-of-type(7) span {
    background: #004b87;
    float: left;
}


/* 人才培养 */

.wlrcpy {
    background: url(../images/wlrcpy_bg.png) no-repeat center;
    overflow: hidden;
    margin: 20px 0px 55px;
}

.wlrcpy_js {
    width: calc(100% - 553px);
    float: left;
    margin-top: 41px;
}

.wlrcpy_pic {
    width: 533px;
    float: right;
    margin-right: 20px;
}

.wlrcpy_js .text {
    padding: 30px 0px 0px 45px;
    overflow: hidden;
}

.wlrcpy_js .text p {
    padding-left: 38px;
    line-height: 26px;
    font-size: 16px;
    color: #fff;
    margin: 7px 0px;
    box-sizing: border-box;
    display: inline-block;
}

.wlrcpy_js .text p:nth-of-type(1) {
    background: url(../images/wlrcpy_num1.png) no-repeat left center;
}

.wlrcpy_js .text p:nth-of-type(2) {
    margin-left: 10px;
    background: url(../images/wlrcpy_num2.png) no-repeat left center;
}

.wlrcpy_js .text p:nth-of-type(3) {
    margin-left: 20px;
    background: url(../images/wlrcpy_num3.png) no-repeat left center;
}


/* 合作办学 */

.wlhzbx {
    margin: 20px 0px 55px;
    overflow: hidden;
    width: 100%;
}

.wlhzbx .hd {
    margin: 0px auto;
    height: 48px;
    line-height: 48px;
    width: 741px;
    background: url(../images/wlhzbx_titbg.png) no-repeat center;
}

.wlhzbx .hd ul {
    padding: 0px 65px;
    overflow: hidden;
}

.wlhzbx .hd ul li {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #000;
    cursor: pointer;
}

.wlhzbx .hd ul li.on {
    background: #004b87;
    color: #fff;
    font-weight: bold;
}

.wlhzbx .bd {
    width: 100%!important;
    overflow: hidden;
    margin-top: 62px;
}

.wlhzbx .bd ul {
    margin: 0px -17px;
}

.wlhzbx .bd li {
    width: 33.3%;
    float: left;
}

.wlhzbx .bd li a {
    display: block;
    overflow: hidden;
    margin: 0px 17px;
}

.wlhzbx .bd li span {
    position: relative;
    display: block;
    padding-bottom: 56%;
    overflow: hidden;
    border: #eee 1px solid;
    box-sizing: border-box;
}

.wlhzbx .bd li span img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.wlhzbx .bd li span img:hover {
    transform: scale(1.05);
}

.wlhzbx .bd li h2 {
    margin-top: 25px;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.wlhzbx .bd li h2:hover {
    color: #004b87;
}


/* 化学系 */


/* 学科概况 */

.wlgk {
    position: relative;
    margin: 50px 0px;
    overflow: hidden;
}

.hxtit {
    line-height: 81px;
    overflow: hidden;
    background: url(../images/hlogo_ic.png) no-repeat center;
    text-align: center;
}

.hxtit h1 {
    font-size: 28px;
    color: #004b87;
    position: relative;
}

.hxtit h1::before,
.hxtit h1::after {
    content: "";
    position: absolute;
    width: 38px;
    height: 1px;
    background: #004b87;
    top: 40px;
}

.hxtit h1::before {
    left: 50%;
    margin-left: -110px;
}

.hxtit h1::after {
    right: 50%;
    margin-right: -110px;
}

.hxkgk {
    margin: 15px 0px 36px;
    overflow: hidden;
    background: url(../images/hxkgk_bg.png) no-repeat right bottom #ecf6fc;
}

.hxkgk_tp {
    width: 387px;
    float: right;
}

.hxkgk_text {
    width: calc(100% - 387px);
    float: left;
}

.hxkgk_mar {
    padding: 30px 40px 45px 30px;
    overflow: hidden;
}

.hxkgk_my,
.hxkgk_dz {
    margin-bottom: 20px;
    background: url(../images/hxkgk_titbg.png) repeat-y;
    background-size: cover;
    padding: 8px 28px;
    overflow: hidden;
}

.hxkgk_dz {
    padding-top: 12px;
    padding-bottom: 12px;
}

.hxkgk_my li,
.hxkgk_dz li {
    line-height: 26px;
    color: #004b87;
}

.hxkgk_my li {
    font-size: 16px;
    font-weight: bold;
}
.hxkgk_my li p{
    font-size: 16px;
    font-weight: bold;
}

.hxkgk_dz li {
    font-size: 15px;
}

.hxkgk_js p {
    font-size: 15px;
    color: #333;
    line-height: 28px;
    text-indent: 2em;
}

.hxkgk_js span {
    width: 100%;
    float: left;
    margin-top: 17px;
    position: relative;
}

.hxkgk_js span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 12px;
    width: calc(100% - 72px);
    height: 1px;
    background: #004b87;
}

.hxkgk_js span a {
    width: 66px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    display: block;
    float: right;
    text-align: center;
    background: #004b87;
    transition: all 0.4s ease-out 0s;
}

.hxkgk_js span a:hover {
    background: #025faa;
}


/* 学科动态 */

.hxdt {
    padding-bottom: 40px;
    overflow: hidden;
    margin: 11px -16px 50px;
}

.hxdt_lmar {
    margin: 0px 16px;
    padding: 0px 22px 20px;
    overflow: hidden;
    transition: all 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}

.hxdt_lmar::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 150px;
    width: 100%;
    background: #eef6fb;
    z-index: -1;
}

.hxdt_lmar .dttp {
    width: 100%;
    position: relative;
    padding-bottom: 55%;
    overflow: hidden;
    border: #d0d0d0 1px solid;
    box-sizing: border-box;
}

.hxdt_lmar .dttp img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height:auto;
    object-fit: cover;
    object-position: center center;
}

.hxdt_lmar:hover .dttp img {
    transform: scale(1.05);
}

.hxdt_lmar h2 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
}

.hxdt_lmar span {
    line-height: 24px;
    padding-left: 20px;
    background: url(../images/htime.png) no-repeat left center;
    font-size: 14px;
    color: #888;
}

.hxdt_lmar:hover h2,
.hxdt_lmar:hover span {
    color: #004b87;
}

.wldt_lmar:hover h2 {
    font-weight: bold;
}

.hxdt .slick-dots {
    display: block !important;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
}

.hxdt .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px 8px;
    padding: 0;
    cursor: pointer;
    text-indent: -999em;
    background: #cacaca;
    border-radius: 50%;
}

.hxdt .slick-dots li button {
    text-indent: -999em;
    background: none;
    border-style: none;
}

.hxdt .slick-dots li.slick-active {
    background: #004b87;
}


/* 一流学科 */

.hxylxk_box {
    padding: 39px 0px 45px;
    overflow: hidden;
    background: #eef6fb;
    margin-bottom: 36px;
}

.hxylxk {
    position: relative;
}

.hxylxk_pic {
    width: 356px;
    float: left;
    margin-top: -70px;
}

.hxylxk_js {
    width: calc(100% - 230px);
    top: 27px;
    right: 0px;
    position: absolute;
    z-index: 3;
}

.hxylxk_sl {
    width: 100%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
}

.hxylxk_sl span {
    width: 69px;
    height: 78px;
    line-height: 78px;
    font-size: 32px;
    color: #fff;
    text-align: center;
    float: left;
}

.hxylxk_sl dl {
    width: calc(100% - 90px);
    float: right;
}

.hxylxk_sl dl dt {
    font-size: 20px;
    color: #004b87;
    font-weight: bold;
    width: 100%;
    float: left;
    margin: 22px 0px 16px;
}

.hxylxk_sl dl dd {
    width: 50%;
    float: left;
    padding-left: 20px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    position: relative;
}

.hxylxk_sl dl dd::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #004b87;
    border-radius: 50%;
}

.hxylxk_sl.hxylxk_num1 span {
    background: url(../images/hylxk_num1.png) no-repeat;
    background-size: 100% 100%;
}

.hxylxk_sl.hxylxk_num2 span {
    background: url(../images/hylxk_num2.png) no-repeat;
    background-size: 100% 100%;
}

.hxylxk_sl.hxylxk_num3 span {
    background: url(../images/hylxk_num3.png) no-repeat;
    background-size: 100% 100%;
}

.hxylxk_sl.hxylxk_num4 span {
    background: url(../images/hylxk_num4.png) no-repeat;
    background-size: 100% 100%;
}

.hxylxk_sl.hxylxk_num2 {
    margin: 38px 0px 46px 125px;
    box-sizing: border-box;
}

.hxylxk_sl.hxylxk_num2 dl dd {
    width: 100%;
}

.hxylxk_sl.hxylxk_num3 {
    margin-left: 125px;
    margin-bottom: 40px;
}

.hxylxk_sl.hxylxk_num3 dl dd {
    width: 35%;
}

.hxylxk_sl.hxylxk_num4 dl dd {
    width: 100%;
}

.hxylxk_dwtit {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}

.hxylxk_dw {
    padding: 30px 30px 0px;
    overflow: hidden;
}

.hxylxk_dwtit::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 40px;
    height: 1px;
    width: calc(100% - 340px);
    border-bottom: #bed4e4 1px dashed;
}

.hxylxk_dwtit span {
    float: left;
    width: 69px;
    height: 78px;
    line-height: 78px;
    font-size: 32px;
    color: #fff;
    text-align: center;
    background: url(../images/hylxk_num5.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 25px;
}

.hxylxk_dwtit h1 {
    float: left;
    line-height: 78px;
    font-size: 20px;
    color: #004b87;
    font-weight: bold;
}

.hxylxk_dw ul {
    margin: 0px -15px;
}

.hxylxk_dw li {
    width: 33.3%;
    float: left;
}

.hxylxk_dw li .hxylxk_dwmar {
    margin: 0px 15px;
}

.hxylxk_dw li .hxylxk_dwmar span {
    position: relative;
    padding-bottom: 56%;
    overflow: hidden;
    display: block;
}

.hxylxk_dw li .hxylxk_dwmar span img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.hxylxk_dw li .hxylxk_dwmar span img:hover {
    transform: scale(1.05);
}

.hxylxk_dw li .hxylxk_dwmar h2 {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hxylxk_dw li:hover .hxylxk_dwmar h2 {
    color: #004b87;
}


/* 化学系发展历程 */

.hxfzlc {
    margin: 28px 15px 50px 20px;
    overflow: hidden;
}

.hxfzlc_wk {
    padding-right: 10px;
}

.hxfzlc_lb {
    height: 340px;
    position: relative;
    margin-left: -3px;
}

.hxfzlc_lb .hxfzlc_mar {
    height: 170px;
}

.hxfzlc_lb .hxfzlc_wz {
    height: 120px;
    position: relative;
}

.hxfzlc_lb .hxfzlc_wz p {
    font-size: 16px;
    line-height: 26px;
    height: 78px;
    color: #333;
    width: 134%;
    margin-left: -17%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.hxfzlc_lb .hxfzlc_wz p b {
    color: #ce2419;
}

.hxfzlc_lb:nth-of-type(1) .hxfzlc_wz p {
    margin-left: 1px;
}

.hxfzlc_lb .hxfzlc_wz::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #004b87;
    left: 50%;
    bottom: 10px;
}

.hxfzlc_lb h2 {
    height: 44px;
    line-height: 44px;
    background: url(../images/hxfzlc_titbg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    position: relative;
    text-indent: 10px;
}

.hxfzlc_lb h2::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 0px;
    z-index: -1;
    width: 24px;
    height: 44px;
    background: url(../images/hxfzlc_titbg.png) no-repeat center right;
}

.hxfzlc_lb:nth-of-type(2n) .hxfzlc_mar {
    height: 220px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.hxfzlc_lb:nth-of-type(2n) .hxfzlc_wz {
    height: 170px;
}

.hxfzlc_lb:nth-of-type(2n) .hxfzlc_wz::after {
    bottom: auto;
    top: -26px;
}

.hxfzlc_lb:nth-of-type(2n) .hxfzlc_wz p {
    height: 130px;
    -webkit-line-clamp: 5;
}

.hxfzlc_lb:nth-of-type(2n) .hxfzlc_nr {
    position: relative;
    padding-top: 85px;
}

.hxfzlc_lb:nth-of-type(2n) h2 {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../images/hxfzlc_titbg2.png) no-repeat;
    background-size: 100% 100%;
}

.hxfzlc_lb:nth-of-type(2n) h2::after {
    background: url(../images/hxfzlc_titbg2.png) no-repeat center right;
}

.hxfzlc .slick-dots {
    display: none !important;
}


/* 历史名人 */

.hxlsmr_box {
    padding: 35px 40px 40px;
    background: #eef6fb;
    overflow: hidden;
    margin-bottom: 35px;
}

.hxlsmr {
    margin-top: 16px;
}

.hxlsmr_pic {
    width: 178px;
    float: right;
}

.hxlsmr_js {
    width: calc(100% - 210px);
    float: left;
}

.hxlsmr_js h2 {
    font-size: 16px;
    color: #004b87;
    line-height: 30px;
    margin-bottom: 25px;
}

.hxlsmr_js p {
    font-size: 15px;
    color: #333;
    line-height: 30px;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
}

.hxlsmr_js p::before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 14px);
    background: #d8b22f;
    top: 7px;
    left: 0px;
}

.hxlsmr_js p span {
    font-weight: bold;
}

.hxlsmr_js p span.red {
    color: #d54138;
}


/* 人才队伍 */

.hxljrc_box {
    margin: 10px 0px 45px;
    overflow: hidden;
}

.hxljrc_tit {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
    line-height: 26px;
}

.hxljrc_tit::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 22px;
    background: #004b87;
    top: 2px;
    left: 0px;
}

.hxljrc {
    margin: 35px -14px 0px;
    padding: 0px 45px;
    overflow: hidden;
}

.hxljrc_lmar {
    margin: 0px 14px;
}

.hxljrc_lmar span {
    position: relative;
    padding-bottom: 140%;
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 20px;
}

.hxljrc_lmar span img {
    border-radius: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.hxljrc_lmar span img:hover {
    transform: scale(1.05);
}

.hxljrc_lmar h2 {
    text-align: center;
    font-size: 20px;
    color: #111;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.hxljrc_lmar h2::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background: #11578f;
    bottom: 0px;
    left: 50%;
    margin-left: -9px;
}

.hxljrc_lmar h2:hover {
    font-weight: bold;
}

.hxljrc_lmar h3 {
    text-align: center;
    font-size: 16px;
    color: #226397;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #eef6fb;
}

.hxljrc .slick-prev,
.hxljrc .slick-next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 5;
    background-image: none;
    background: none;
    border-style: none;
    outline: medium;
    text-indent: -999em;
    background-repeat: no-repeat;
    background: #eee;
    border-radius: 50%;
}

.hxljrc .slick-prev {
    left: 14px;
    background: url(../images/hxljrc_prev.png) no-repeat;
}

.hxljrc .slick-next {
    right: 14px;
    background: url(../images/hxljrc_next.png) no-repeat;
}

.hxljrc .slick-prev:hover {
    background: url(../images/hxljrc_prev2.png) no-repeat;
}

.hxljrc .slick-next:hover {
    background: url(../images/hxljrc_next2.png) no-repeat;
}


/* 国家级青年人才 */

.hxqnrc {
    margin: 35px -14px 0px;
    padding: 0px 45px;
    overflow: hidden;
}

.hxqnrc_lmar {
    margin: 0px 14px;
    position: relative;
}

.hxqnrc_lmar::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 75%;
    background: #eef6fb;
    left: 0px;
    bottom: 0px;
}

.hxqnrc_lmar span {
    position: relative;
    padding-bottom: 100%;
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 50%;
}

.hxqnrc_lmar span img {
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.hxqnrc_lmar span img:hover {
    transform: scale(1.05);
}

.hxqnrc_lmar .text {
    padding: 0px 10px 10px;
    overflow: hidden;
}

.hxqnrc_lmar .text h2 {
    text-align: center;
    font-size: 20px;
    color: #333;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.hxqnrc_lmar .text h2:hover {
    font-weight: bold;
}

.hxqnrc_lmar .text h2::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background: #11578f;
    bottom: 0px;
    left: 50%;
    margin-left: -9px;
}

.hxqnrc_lmar .text h3 {
    text-align: center;
    font-size: 16px;
    color: #226397;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hxqnrc .slick-prev,
.hxqnrc .slick-next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 5;
    background-image: none;
    background: none;
    border-style: none;
    outline: medium;
    text-indent: -999em;
    background-repeat: no-repeat;
    background: #eee;
    border-radius: 50%;
}

.hxqnrc .slick-prev {
    left: 14px;
    background: url(../images/hxljrc_prev.png) no-repeat;
}

.hxqnrc .slick-next {
    right: 14px;
    background: url(../images/hxljrc_next.png) no-repeat;
}

.hxqnrc .slick-prev:hover {
    background: url(../images/hxljrc_prev2.png) no-repeat;
}

.hxqnrc .slick-next:hover {
    background: url(../images/hxljrc_next2.png) no-repeat;
}


/* 国家级教学名师 */

.hxjxms_box {
    margin-bottom: 55px;
    overflow: hidden;
}

.cqkxj_lf {
    width: 210px;
    float: left;
}

.cqkxj_rg {
    width: calc(100% - 210px);
    float: right;
}

.cqkxj_sx {
    padding: 35px 66px 0px 0px;
    overflow: hidden;
}

.cqyld {
    margin: 35px -9px 0px;
    overflow: hidden;
}

.cqyld_lb .cqyld_lbmar {
    margin: 0px 9px;
}
.cqyld_lbmar {
    margin: 0px 9px;
}

.cqsx_lb .cqsx_pic,
.cqyld_lb .cqsx_pic {
    padding-bottom: 140%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: #dfe8ec 1px solid;
    box-sizing: border-box;
}

.cqsx_lb .cqsx_pic img,
.cqyld_lb .cqsx_pic img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.cqsx_lb .cqsx_pic img:hover,
.cqyld_lb .cqsx_pic img:hover {
    transform: scale(1.05);
}

.cqsx_lb .cqsx_text,
.cqyld_lb .cqsx_text {
    padding: 0px 5px;
}

.cqsx_lb .cqsx_text h2,
.cqyld_lb .cqsx_text h2 {
    font-size: 18px;
    color: #333;
    line-height: 46px;
    height: 46px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.cqsx_lb:hover .cqsx_text h2,
.cqyld_lb:hover .cqsx_text h2 {
    color: #004b87;
}

.cqyld .slick-dots {
    display: none!important;
}


/* 教学资源 */

.hxjxzy_box {
    padding: 35px 30px 60px;
    overflow: hidden;
    background: #eef6fb;
    margin-bottom: 35px;
}

.hxjxzy {
    margin: 11px -18px 0px;
    overflow: hidden;
}

.hxjxzy_js {
    width: 33.3%;
    float: left;
}

.hxjxzy_mar {
    margin: 0px 18px;
}

.hxjxzy_titwz {
    height: 50px;
    background: #004b87;
    position: relative;
}

.hxjxzy_titwz::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -8px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 7px solid #004b87;
}

.hxjxzy_titwz span {
    float: left;
    font-size: 24px;
    font-family: "Arial";
    color: rgba(255, 255, 255, 0.341);
    font-weight: bold;
    font-style: italic;
    line-height: 50px;
    margin-left: 10px;
}

.hxjxzy_titwz h1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
}

.hxjxzy_ylbk {
    padding: 20px 15px 15px;
    overflow: hidden;
    background: #fff;
}

.hxjxzy_ylbk p {
    font-size: 16px;
    color: #333;
    line-height: 35px;
    text-align: center;
}

.hxjxzy_ghjc {
    padding: 8px 15px;
    overflow: hidden;
    background: #fff;
}

.hxjxzy_ghjc img {
    display: block;
    margin: auto;
}

.hxjxzy_js.num2 {
    margin-top: 30px;
}

.hxjxzy_js.num2 .hxjxzy_mar {
    position: relative;
    padding-bottom: 50px;
}

.hxjxzy_js.num2 .hxjxzy_mar .hxjxzy_tit {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

.hxjxzy_js.num2 .hxjxzy_mar .hxjxzy_titwz::after {
    bottom: auto;
    top: -14px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid #004b87;
}

.hxjxzy_jxtd dl {
    padding: 24px 22px;
    overflow: hidden;
    background: #0a65ae;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.hxjxzy_jxtd dl dt {
    font-weight: bold;
    width: 100%;
}

.hxjxzy_jxtd dl dd {
    width: 100%;
}

.hxjxzy_jxtd dl:nth-of-type(2) {
    background: #3c8ac2;
}


/* 人才培养 */

.hxrcpy {
    background: url(../images/hxrcpy_bg.png) no-repeat;
    background-size: cover;
    overflow: hidden;
    margin: 25px 0px 35px;
}

.hxrcpy_wz {
    width: 350px;
    float: left;
    padding: 32px 0px 28px 70px;
}

.hxrcpy_wz h2 {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding-left: 13px;
    position: relative;
    margin-bottom: 15px;
}

.hxrcpy_wz h2::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 22px;
    background: #fff;
    top: 5px;
    left: 0px;
}

.hxrcpy_wz p {
    padding-left: 18px;
    position: relative;
    margin: 5px 0px;
    line-height: 25px;
    font-size: 16px;
    color: #fff;
    position: relative;
}
.hxrcpy_wz p a {color: #fff;}
.hxrcpy_wz p::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    top: 11px;
    left: 0px;
    border-radius: 50%;
}


/* 育人成效 */

.hxyrcx {
    padding: 32px 0px 50px;
    overflow: hidden;
}

.hxyrcx ul {
    margin: 0px -13px;
}

.hxyrcx li {
    width: 45%;
    float: left;
}

.hxyrcx li:nth-of-type(2) {
    width: 55%;
}

.hxyrcx li .hxyrcx_mar {
    margin: 0px 13px;
    padding: 0px 20px 28px;
    overflow: hidden;
    position: relative;
}

.hxyrcx li .hxyrcx_mar::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 174px;
    background: #eef6fb;
    left: 0px;
    bottom: 0px;
}

.hxyrcx li .hxyrcx_mar span {
    display: block;
    position: relative;
    z-index: 3;
    padding-bottom: 43%;
    overflow: hidden;
    border: #ededed 1px solid;
    box-sizing: border-box;
}

.hxyrcx li .hxyrcx_mar span img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.hxyrcx li .hxyrcx_mar span img {
    transform: scale(1.05);
}

.hxyrcx li .hxyrcx_mar h2 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 21px;
    position: relative;
    z-index: 3;
}

.hxyrcx li:nth-of-type(2) .hxyrcx_mar {
    padding-top: 113px;
    padding-bottom: 0px;
}

.hxyrcx li:nth-of-type(2) .hxyrcx_mar::after {
    bottom: auto;
    top: 0px;
}

.hxyrcx li:nth-of-type(2) .hxyrcx_mar span {
    padding-bottom: 39.6%;
}

.hxyrcx li:nth-of-type(2) .hxyrcx_mar h2 {
    position: absolute;
    top: 0px;
    left: 20px;
    width: calc(100% - 40px);
    height: 60px;
    -webkit-line-clamp: 2;
    margin-top: 28px;
}

.hxyrcx2 {
    margin-bottom: 35px;
    background: #eef6fb;
}

.hxyrcx2_bg {
    padding: 32px 70px 32px 21px;
    background: url(../images/hxyrcx_bg.png) no-repeat right center;
    overflow: hidden;
}

.hxyrcx2_bg .hxyrcx2_tp {
    width: 618px;
    float: left;
}

.hxyrcx2_bg .hxyrcx2_tp span {
    display: block;
    position: relative;
    z-index: 3;
    padding-bottom: 33%;
    overflow: hidden;
    border: #ededed 1px solid;
    box-sizing: border-box;
}

.hxyrcx2_bg .hxyrcx2_tp span img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.hxyrcx2_bg .hxyrcx2_tp span img {
    transform: scale(1.05);
}

.hxyrcx2_bg .hxyrcx2_wz {
    width: calc(100% - 665px);
    float: right;
    margin-top: 43px;
}

.hxyrcx2_bg .hxyrcx2_wz h2 {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}


/* 国际化 */

.hxgjh {
    margin: 25px 0px 50px;
    overflow: hidden;
    position: relative;
    padding-bottom: 25px;
}

.hxgjh_pic {
    background: #eef6fb;
    overflow: hidden;
}

.hxgjh_pic span {
    float: right;
}

.hxgjh_wz {
    position: absolute;
    top: 45px;
    left: 0px;
    width: 640px;
}

.hxgjh_wz li {
    width: 33.3%;
    float: left;
    height: 210px;
}

.hxgjh_wz li p {
    padding: 43px 30px 0px;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
}
.hxgjh_wz li p a {color: #fff;}
.hxgjh_wz li:nth-of-type(1) {
    background: #0a65ae;
}

.hxgjh_wz li:nth-of-type(2) {
    background: #3c8ac2;
}

.hxgjh_wz li:nth-of-type(3) {
    background: rgba(0, 0, 0, 0.639);
    height: 185px;
}

.hxgjh_wz li:nth-of-type(3) p {
    padding-top: 66px;
}

.hxgjh2 {
    overflow: hidden;
}

.hxgjh2_tit {
    height: 60px;
    line-height: 60px;
    background: url(../images/hxgjh_titbg.png) no-repeat center;
    background-size: auto 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    position: relative;
    margin-bottom: -30px;
}

.hxgjh2_tit span {
    color: #ffc24c;
}

.hxgjh2_rg {
    float: right;
    width: calc(100% - 560px);
}

.hxgjh2_bg {
    padding: 96px 30px 55px;
    overflow: hidden;
    background: #eef6fb;
}

.hxgjh2_lf {
    width: 500px;
    float: left;
}

.hxgjh2_lftp {
    position: relative;
    padding-bottom: 80px;
}

.hxgjh2_lftp span {
    width: 100%;
}

.hxgjh2_lftp h2 {
    width: 118px;
    height: 118px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -59px;
    border-radius: 50%;
    background: #dbe9f2;
    text-align: center;
}

.hxgjh2_lftp h2 b {
    font-size: 18px;
    color: #004b87;
    line-height: 30px;
    display: inline-block;
    margin-top: 29px;
}

.hxgjh2_lfwz {
    padding: 28px 0px 34px 50px;
    overflow: hidden;
}

.hxgjh2_lfwz p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    padding-left: 20px;
    position: relative;
}

.hxgjh2_lfwz p::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #004b87;
}

.hxgjh2_xia {
    padding: 0px 50px;
    overflow: hidden;
    clear: both;
}

.hxgjh2_xia h1 {
    font-size: 20px;
    color: #004b87;
    font-weight: bold;
}

.hxgjh2_xia h1 p {font-weight: bold;}

@media (max-width: 1340px) {
    .wlyjfx li:nth-of-type(2) {
        left: 40%;
        width: 60%;
    }
    /* 人才培养 */
    .wlrcpy_pic {
        width: 420px;
    }
    .wlrcpy_js {
        width: calc(100% - 440px);
    }
    .wlrcpy_js .text {
        padding: 5px 0px 0px 25px;
    }
    /* 一流学科 */
    .hxylxk_sl dl dd {
        font-size: 14px;
    }
    /* 发展历程 */
    .hxfzlc_lb h2 {
        font-size: 18px;
    }
    /* 国家级教学名师 */
    .cqkxj_lf {
        width: 195px;
    }
    .cqkxj_rg {
        width: calc(100% - 195px);
    }
}

@media (max-width: 1240px) {
    /* 学校概况 */
    .wlgk_tp {
        width: 450px;
    }
    .wlgk_text li {
        margin-bottom: 12px;
    }
    .wlgk_text li span {
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin-top: 12px;
    }
    .wlgk_text li span img {
        max-width: 55%;
    }
    .wlgk_text li .wlgk_js p {
        line-height: 24px;
    }
    /* 研究方向 */
    .wlyjfx {
        padding-left: 0px;
        padding-right: 0px;
    }
    .wlyjfx_pic {
        width: 390px;
        height: 283px;
    }
    .wlyjfx_text {
        height: 377px;
    }
    .wlyjfx_text li:nth-of-type(1) {
        margin-left: -370px;
        bottom: 35px;
    }
    .wlyjfx_text li:nth-of-type(2) {
        margin-left: -355px;
        bottom: 140px;
    }
    .wlyjfx_text li:nth-of-type(3) {
        margin-left: -290px;
        bottom: 226px;
    }
    .wlyjfx_text li:nth-of-type(5) {
        margin-right: -290px;
        bottom: 226px;
    }
    .wlyjfx_text li:nth-of-type(6) {
        margin-right: -355px;
        bottom: 140px;
    }
    .wlyjfx_text li:nth-of-type(7) {
        margin-right: -370px;
        bottom: 35px;
    }
    /* 科研成果 */
    .wlkycg li {
        height: 335px;
    }
    .wlkycg li .wlkycg_nr p {
        line-height: 24px;
    }
    /* 人才培养 */
    .wlrcpy {
        background: url(../images/wlrcpy_bg.png) no-repeat center;
        background-size: 100% 100%;
    }
    .wlrcpy_pic {
        width: 350px;
    }
    .wlrcpy_js {
        width: calc(100% - 370px);
        margin-top: 18px;
    }
    /* 一流学科 */
    .hxylxk_pic {
        width: 240px;
        margin-top: -40px;
    }
    .hxylxk_js {
        width: calc(100% - 150px);
    }
    .hxylxk_sl span,
    .hxylxk_dwtit span {
        width: 40px;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
    }
    .hxylxk_sl dl {
        width: calc(100% - 55px);
    }
    .hxylxk_sl dl dt {
        font-size: 18px;
        margin: 10px 0px 8px;
    }
    .hxylxk_sl dl dd {
        padding-left: 12px;
        line-height: 26px;
    }
    .hxylxk_sl dl dd::before {
        top: 10px;
    }
    .hxylxk_sl.hxylxk_num2 {
        margin: 20px 0px 20px 89px;
    }
    .hxylxk_sl.hxylxk_num3 {
        margin-left: 89px;
        margin-bottom: 10px;
    }
    .hxylxk_dwtit span {
        margin-right: 15px;
    }
    .hxylxk_dwtit h1 {
        line-height: 45px;
        font-size: 18px;
    }
    .hxylxk_dwtit::after {
        bottom: 20px;
        width: calc(100% - 255px);
    }
    /* 发展历程 */
    .hxfzlc {
        padding-bottom: 15px;
    }
    .hxfzlc_lb {
        margin-left: 0px;
    }
    .hxfzlc_lb:nth-of-type(1) {
        margin-left: -1px;
    }
    .hxfzlc_lb h2::after {
        width: 30px;
    }
    .hxfzlc_lb h2::after {
        right: 0px;
    }
    .hxfzlc_lb .hxfzlc_wz p {
        width: 100%;
        margin-left: 0px;
    }
    .hxfzlc .slick-dots {
        display: block !important;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        position: absolute;
        bottom: 0px;
        left: 0px;
        display: block;
        width: 100%;
    }
    .hxfzlc .slick-dots li {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0px 8px;
        padding: 0;
        cursor: pointer;
        text-indent: -999em;
        background: #cacaca;
        border-radius: 50%;
    }
    .hxfzlc .slick-dots li button {
        text-indent: -999em;
        background: none;
        border-style: none;
    }
    .hxfzlc .slick-dots li.slick-active {
        background: #004b87;
    }
    /* 人才培养 */
    .hxyrcx2_bg {
        padding-right: 30px;
    }
    .hxrcpy_wz {
        padding-left: 45px;
    }
    .hxyrcx2_bg .hxyrcx2_tp {
        width: 500px;
    }
    .hxyrcx2_bg .hxyrcx2_wz {
        width: calc(100% - 540px);
        margin-top: 32px;
    }
    /* 国家级教学名师 */
    .cqkxj_lf {
        width: 205px;
    }
    .cqkxj_rg {
        width: calc(100% - 205px);
    }
    .cqyld {
        padding-bottom: 15px;
    }
    .cqyld .slick-dots {
        display: block !important;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        position: absolute;
        bottom: 0px;
        left: 0px;
        display: block;
        width: 100%;
    }
    .cqyld .slick-dots li {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0px 8px;
        padding: 0;
        cursor: pointer;
        text-indent: -999em;
        background: #cacaca;
        border-radius: 50%;
    }
    .cqyld .slick-dots li button {
        text-indent: -999em;
        background: none;
        border-style: none;
    }
    .cqyld .slick-dots li.slick-active {
        background: #004b87;
    }
}

@media (max-width: 1140px) {
    .hxylxk_pic {
        margin-bottom: 100px;
    }
    .hxylxk_sl.hxylxk_num3 dl dd {
        width: 50%;
    }
}

@media (max-width: 1100px) {
    /* 一流学科 */
    .hxylxk_pic {
        margin-bottom: 50px;
    }
    /* 国家级教学名师 */
    .cqkxj_lf {
        width: 20%;
    }
    .cqkxj_rg {
        width: calc(100% - 20%);
    }
    .cqkxj_sx {
        padding-right: 0px;
        margin: 0px -18px;
    }
    .cqkxj_sx .cqsx_lbmar {
        margin: 0px 18px;
        padding-right: 13px;
    }
}

@media (max-width: 1024px) {
    .hxfzlc_lb h2::after {
        right: 15px;
    }
}

@media (max-width: 900px) {
    /* 学科概况 */
    .wlgk {
        margin-top: 30px;
    }
    .wlgk_tp {
        width: 300px;
        margin-bottom: 50px;
    }
    .wlgk_text li .wlgk_js p {
        line-height: 20px;
    }
    .wlgk_text li span {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .wlgk_text li .wlgk_js {
        width: calc(100% - 60px);
    }
    /* 学科动态 */
    .wldt {
        margin-top: 30px;
    }
    /* 发展历程 */
    .wlfzlc {
        padding-top: 30px;
    }
    /* 师资队伍 */
    .wlszdw_js {
        padding: 25px 0px 30px 0px;
    }
    /* 科研成果 */
    .wlkycg {
        margin-top: 30px;
    }
    /* 教学成果 */
    .wljxue {
        padding-top: 30px;
    }
    .wljxue_pic {
        width: 350px;
    }
    .wljxue_js {
        width: calc(100% - 370px);
        margin-top: 0px;
    }
    /* 研究方向 */
    .wlyjfx {
        padding-top: 30px;
    }
    .wlyjfx_text li h2 {
        font-size: 16px;
    }
    /* 人才培养 */
    .wlrcpy {
        margin-top: 30px;
    }
    /* 合作办学 */
    .wlhzbx .bd {
        margin-top: 30px;
    }
    /* 学科概况 */
    .hxkgk_tp {
        width: 250px;
    }
    .hxkgk_text {
        width: calc(100% - 250px);
    }
    /* 一流学科 */
    .hxylxk {
        padding: 0px 25px;
    }
    .hxylxk_pic {
        display: none;
    }
    .hxylxk_js {
        width: calc(100% - 0px);
        position: static;
    }
    .hxylxk_sl.hxylxk_num2,
    .hxylxk_sl.hxylxk_num3 {
        margin-left: 0px;
    }
    .hxylxk_dw {
        padding: 30px 25px 0px;
    }
    /* 历史名人 */
    .hxlsmr_pic {
        width: 120px;
    }
    .hxlsmr_js {
        width: calc(100% - 150px);
    }

  .hxljrc_tit {
    font-size: 19px;
    padding-left: 10px;
  }

}

@media (max-width: 800px) {
    .cqkxj_lf {
        width: 25%;
    }
    .cqkxj_rg {
        width: calc(100% - 25%);
    }
    /* 人才培养 */
    .hxyrcx2_bg .hxyrcx2_tp {
        width: 350px;
    }
    .hxyrcx2_bg .hxyrcx2_wz {
        width: calc(100% - 370px);
        margin-top: 20px;
    }
    /* 国际化 */
    .hxgjh2_lf {
        width: 320px;
    }
    .hxgjh2_rg {
        width: calc(100% - 360px);
    }
    .hxgjh2_lfwz {
        padding-left: 0px;
    }
    .hxgjh2_xia {
        padding: 0px;
    }
    .hxgjh_wz {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .wlkycg li .wlkycg_nr {
        padding-top: 25px;
    }
    .wlkycg li img {
        height: 80px;
    }
    /* 研究方向 */
    .wlyjfx {
        background: #1e79ca;
        padding: 15px 0px;
        margin: 30px 0px 15px;
    }
    .wlyjfx li {
        width: 100%;
        background: none;
    }
    .wlyjfx li:nth-of-type(2) {
        width: 100%;
        position: static;
        background: #1e79ca;
    }
    .wlyjfx li p,
    .wlyjfx li:nth-of-type(2) p {
        padding: 8px 15px;
        line-height: 24px;
        display: inline-block;
    }
    .wlyjfx_pic {
        width: 230px;
        height: 167px;
    }
    .wlyjfx_text {
        height: 261px;
    }
    .wlyjfx_text li span {
        width: 46px;
        height: 46px;
        line-height: 46px;
        font-size: 20px;
    }
    .wlyjfx_text li h2 {
        line-height: 46px;
    }
    .wlyjfx_text li:nth-of-type(1) h2,
    .wlyjfx_text li:nth-of-type(2) h2,
    .wlyjfx_text li:nth-of-type(3) h2 {
        width: calc(100% - 56px);
        margin-right: 10px;
    }
    .wlyjfx_text li:nth-of-type(5) h2,
    .wlyjfx_text li:nth-of-type(6) h2,
    .wlyjfx_text li:nth-of-type(7) h2 {
        width: calc(100% - 66px);
    }
    .wlyjfx_text li:nth-of-type(1) {
        margin-left: -300px;
        bottom: 15px;
    }
    .wlyjfx_text li:nth-of-type(2) {
        margin-left: -300px;
        bottom: 80px;
    }
    .wlyjfx_text li:nth-of-type(3) {
        margin-left: -255px;
        bottom: 129px;
    }
    .wlyjfx_text li:nth-of-type(7) {
        margin-right: -300px;
        bottom: 15px;
    }
    .wlyjfx_text li:nth-of-type(6) {
        margin-right: -300px;
        bottom: 80px;
    }
    .wlyjfx_text li:nth-of-type(5) {
        margin-right: -255px;
        bottom: 129px;
    }
    .wlyjfx_text li:nth-of-type(4) span {
        margin-left: 67px;
    }
    /* 人才培养 */
    .wlrcpy_js {
        margin-top: 0px;
    }
    /* 合作办学 */
    .wlhzbx .hd {
        width: 100%;
    }
    /* 学科概况 */
    .hxkgk_tp {
        float: none;
        display: block;
        margin: 20px auto 0px;
    }
    .hxkgk_text {
        width: calc(100% - 0px);
    }
    .hxkgk_mar {
        padding: 30px 25px;
    }
    /* 教学资源 */
    .hxjxzy_box {
        padding-left: 25px;
        padding-right: 25px;
    }
    .hxjxzy_js {
        width: 100%;
    }
    .hxjxzy_js.num2 {
        margin-bottom: 30px;
    }
    .hxjxzy_js.num2 .hxjxzy_mar {
        padding-bottom: 0px;
    }
    .hxjxzy_js.num2 .hxjxzy_mar .hxjxzy_tit {
        position: static;
    }
    .hxjxzy_js.num2 .hxjxzy_mar .hxjxzy_titwz::after {
        top: auto;
        bottom: -14px;
        border-bottom: 7px solid transparent;
        border-top: 7px solid #004b87;
    }
}

@media (max-width: 680px) {
    /* 学科概况 */
    .wlgk_tp {
        width: 100%;
        margin-bottom: 20px;
    }
    .wlgk_tp img {
        width: 100%;
    }
    .wlgk_text {
        position: static;
    }
    /* 教学成果 */
    .wljxue_pic {
        width: 100%;
    }
    .wljxue_pic img {
        width: 100%;
    }
    .wljxue_js {
        width: calc(100% - 0px);
        margin-top: 20px;
    }
    /* 科研成果 */
    .wlkycg {
        background: none;
    }
    .wlkycg li {
        height: auto;
        width: 100%;
    }
    .wlkycg li img {
        height: 36px;
        bottom: 50%;
        margin-bottom: -18px;
    }
    .wlkycg li:nth-of-type(1) {
        background: #1e79ca;
    }
    .wlkycg li:nth-of-type(2) {
        background: #0058a6;
    }
    .wlkycg li:nth-of-type(3) {
        background: #004b87;
    }
    .wlkycg li .wlkycg_nr {
        padding: 20px 20px 20px 55px;
    }
    /* 人才培养 */
    .wlrcpy {
        background: none;
    }
    .wlrcpy_pic {
        width: 100%;
        margin-right: 0px;
    }
    .wlrcpy_pic img {
        width: 100%;
    }
    .wlrcpy_js {
        width: calc(100% - 0px);
        background: #004b88;
    }
    .wlrcpy_js .text {
        padding: 20px;
    }
    .wlrcpy_js .text p:nth-of-type(2),
    .wlrcpy_js .text p:nth-of-type(3) {
        margin-left: 0px;
    }
    /* 国际化 */
    .hxgjh_pic span {
        display: none;
    }
    .hxgjh_wz {
        position: static;
    }
    .hxgjh_wz li:nth-of-type(3) {
        height: 210px;
        background: #69acdc;
    }
    .hxgjh_wz li p {
        padding: 30px 20px 0px;
    }
}

@media (max-width: 700px) {
    .cqkxj_lf {
        width: 100%;
    }
    .cqkxj_sx {
        width: 33.3%;
        margin: 0px auto;
        padding: 25px 0px 0px;
    }
    .cqkxj_sx .cqsx_lbmar {
        padding-right: 0px;
        margin: 0px;
    }
    .cqkxj_rg {
        width: calc(100% - 0px);
        margin-top: 25px;
    }
}

@media (max-width: 600px) {
    /* 研究方向 */
    .wlyjfx_text {
        height: auto;
    }
    .wlyjfx_text li,
    .wlyjfx_text li:nth-of-type(4) {
        width: 100%;
        margin-bottom: 10px;
        float: left;
    }
    .wlyjfx_text li:nth-of-type(1),
    .wlyjfx_text li:nth-of-type(2),
    .wlyjfx_text li:nth-of-type(3),
    .wlyjfx_text li:nth-of-type(4) {
        position: static;
        margin-left: 0px;
    }
    .wlyjfx_text li:nth-of-type(5),
    .wlyjfx_text li:nth-of-type(6),
    .wlyjfx_text li:nth-of-type(7) {
        position: static;
        margin-right: 0px;
    }
    .wlyjfx_text li:nth-of-type(4) span {
        margin-left: 0px;
    }
    .wlyjfx_text li:nth-of-type(4) h2 {
        width: calc(100% - 56px);
        float: right;
        text-align: left;
    }
    .wlyjfx_text li span {
        float: left;
    }
    .wlyjfx_text li:nth-of-type(1) h2,
    .wlyjfx_text li:nth-of-type(2) h2,
    .wlyjfx_text li:nth-of-type(3) h2 {
        float: right;
        text-align: left;
        margin-right: 0px;
    }
    .wlyjfx_text li:nth-of-type(5) h2,
    .wlyjfx_text li:nth-of-type(6) h2,
    .wlyjfx_text li:nth-of-type(7) h2 {
        width: calc(100% - 56px);
    }
    .wlyjfx_pic {
        margin-top: 260px;
    }
    /* 一流学科 */
    .hxylxk_sl.hxylxk_num1 dl dd {
        width: 100%;
    }
    /* 人才培养 */
    .hxrcpy_wz {
        width: 100%;
        padding: 30px 25px;
        box-sizing: border-box;
    }
    .hxyrcx2_bg {
        padding: 30px;
        background: none;
    }
    .hxyrcx2_bg .hxyrcx2_tp {
        width: 100%;
    }
    .hxyrcx2_bg .hxyrcx2_wz {
        width: calc(100% - 0px);
    }
    .hxyrcx2_bg .hxyrcx2_wz h2 {
        color: #333;
        height: auto;
        -webkit-line-clamp: none;
        font-weight: normal;
    }
    /* 历史名人 */
    .hxlsmr_pic {
        display: none;
    }
    .hxlsmr_js {
        width: calc(100% - 0px);
    }
    /* 国际化 */
    .hxgjh2_tit {
        background: url(../images/hxgjh_titbg.png) no-repeat center;
        background-size: 100% 100%;
        font-size: 18px;
    }
    .hxgjh2_rg {
        display: none;
    }
    .hxgjh2_lf {
        width: 100%;
    }
    .hxgjh2_bg {
        padding: 75px 25px 40px;
    }
}

@media (max-width: 540px) {
    /* 一流学科 */
    .hxylxk_box {
        padding-bottom: 20px;
    }
    .hxylxk_dw li {
        width: 100%;
        margin-bottom: 25px;
    }
    .hxylxk_dwtit::after {
        display: none;
    }
    /* 历史名人 */
    .hxlsmr_box {
        padding-left: 25px;
        padding-right: 25px;
    }
    /* 人才培养 */
    .hxyrcx {
        padding-bottom: 0px;
    }
    .hxyrcx li,
    .hxyrcx li:nth-of-type(2) {
        width: 100%;
    }
    .hxyrcx li {
        margin-bottom: 30px;
    }
    .hxyrcx li .hxyrcx_mar h2 {
        height: auto;
        -webkit-line-clamp: none;
        margin-top: 15px;
    }
    .hxyrcx li:nth-of-type(2) .hxyrcx_mar {
        padding-top: 0px;
        padding-bottom: 28px;
    }
    .hxyrcx li:nth-of-type(2) .hxyrcx_mar h2 {
        position: static;
        margin-top: 15px;
        height: auto;
        -webkit-line-clamp: none;
        width: auto;
        position: relative;
        z-index: 3;
    }
    .hxyrcx li:nth-of-type(2) .hxyrcx_mar::after {
        top: auto;
        bottom: 0px;
    }
    /* 国家化 */
    .hxgjh_wz li,
    .hxgjh_wz li:nth-of-type(3) {
        height: auto;
        width: 100%;
    }
    .hxgjh_wz li p,
    .hxgjh_wz li:nth-of-type(3) p {
        padding: 20px;
    }
}

@media (max-width: 500px) {
    /* 合作办学 */
    .wlhzbx {
        margin-bottom: 30px;
    }
    .wlhzbx .hd ul {
        padding: 0px;
    }
    .wlhzbx .hd ul li {
        font-size: 16px;
    }
    .wlhzbx .bd li {
        width: 100%;
    }
    .wlhzbx .bd li h2 {
        margin: 5px 0px 15px;
    }
}

@media (max-width: 480px) {
    .cqkxj_sx {
        width: 50%;
    }
    /* 国际化 */
    .hxgjh2_tit {
        height: auto;
        line-height: 30px;
        padding: 15px 25px;
        box-sizing: border-box;
    }
    .hxgjh2_xia h1 {
        font-size: 18px;
    }
}