@charset "utf-8";
/* Base Reset */
body,
div,
table,
tr,
td,
th,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
label,
select,
textarea,
p,
u,
i,
em,
ul,
ol,
li,
dl,
dd,
dt,
img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

img {
    border: 0 none;
    vertical-align: middle;
    max-width: 100% !important;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

em,
i,
dfn {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

a,
input,
select,
textarea,
area,
button {
    outline: none;
    font-family: inherit;
    font-size: inherit;
    border: none;
    background: none;
    color: inherit;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

textarea {
    overflow: auto;
    resize: none;
}

html,
body {
    width: 100%;
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei,
    WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
}
::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}

li {
    cursor: pointer;
}

iframe {
    width: 100%;
    height: 500px;
}

html {
    font-size: calc((100vw / 3.75)) !important;
}

body {
    font-size: 16px;
    font-family: '微软雅黑';
}

.picbase1-credit {
    display: none;
}

.clearfix:after {
    　content: ' ';
    ----- 可以是看不见的空格“ / 20 ”或点“ . ”
    　display: block;
    　height: 0;
    　clear: both;
    ----- 清除浮动
}

.clearfix {

    　zoom: 1;
    ----- 为了IE6和IE7浏览器

}

/* pc端 */
@media only screen and (min-width: 755px) {
    .container-m {
        display: none;
    }

    .container-pc {
        width: 100%;
        overflow: hidden;
    }
    .flex-row-between {
        display: flex;
        justify-content: space-between;
    }
    /*首页样式表*/
    header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #043064;
        z-index: 9;
        opacity: 0.8;
    }

    .wp_search {
        height: 100%;
    }

    .wp_search tbody {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .wp_search tr {
        display: flex;
        align-items: center;
    }

    .wp_search td {
        height: 100% !important;
        display: flex;
        align-items: center;
    }

    .wp_search td:first-child {
        margin-right: 10px;
    }

    .wp_search td:first-child input {
        background-color: #FFF;
        width: 180px;
        height: 26px;
        padding: 0 15px;
        border-radius: 26px 0 0 26px;
        font-size: 14px;
    }

    .wp_search td:nth-child(2) input {
        width: 26px;
        height: 26px;

        font-size: 14px;
        background-size: 100% 100%;
        background-image: url("./images/search.png");
    }

    .header-top {
        width: 100%;
        height: 40px;
    }

    .header-top .item {
        display: flex;
        align-items: center;
    }

    .header-top .header-top-center {
        width: 1200px;
        height: 40px;
        margin: 0 auto;
        display: flex;
        justify-content: end;
    }

    .header-top .header-top-center .header-top-list {
        display: flex;
        align-items: center;
    }

    .header-top .header-top-center .header-top-list .item {
        color: #FFF;
        margin: 0 20px;
        cursor: pointer;
        position: relative;
    }

    .header-top .header-top-center .header-top-list .header-top-search {
        background-color: #FFF;
        width: 180px;
        color: #000;
        font-size: 14px;
        padding: 5px 10px;
        box-sizing: border-box;
        border-radius: 40px;
    }

    .header-top .header-top-center .header-top-list .search-icon {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }

    header .head {
        width: 1200px;
        height: 60px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    header .head img {
        width: 300px;
        position: absolute;
        left: 0;
        top: -10px;
    }
    header .head .nav {
        /* height: 100%; */
        /*width: calc(136px * 5);*/
        color: #fff;
        margin-right: -20px;
    }

    .logo {
        width: 428px;
        height: 64px;
        display: block;
    }

    .logo a,
    .logo img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .header2 {
        position: relative;
        width: 100%;
        height: 65px;
        background-color: #fff;
    }

    .header2 .head {
        position: relative;
    }

    .header2 .head .nav {
        color: #333;
    }

    .header2 .searchBtn {
        background-color: #8e21f8;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        margin-top: 10px;
        color: #fff;
        background-image: url('./images/search.png');
        background-repeat: no-repeat;
        background-size: 20px auto;
        background-position: center center;
        cursor: pointer;
    }

    .head .searchBtn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        color: #fff;
        background-image: url('./images/search.png');
        background-repeat: no-repeat;
        background-size: 20px auto;
        background-position: center center;
        cursor: pointer;
    }

    .searchbox {
        width: 300px;
        height: 35px;
        position: absolute;
        right: 0;
        bottom: -50px;
        background-color: #fff;
        border-radius: 999px;
        overflow: hidden;
        display: none;
        z-index: 999;
    }

    /* 自定义搜索样式 */
    .searchbox form {
        width: 100%;
        height: 100%;
    }

    .searchbox input {
        color: #999;
        font-size: 15px;
        padding: 0 15px;
        width: 190px;
        width: 100%;
        height: 100%;
    }

    .searchbox .search {
        background: #8e21f8;
        position: absolute;
        right: 0;
        top: 0;
        width: 100px;
        height: 35px;
        color: #fff;
        border-radius: 30px;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .wp_search,
    .wp_search table {
        width: 100%;
        height: 100%;
    }

    .wp_search .search_logo {
        width: 396px;
        height: 52px;
    }

    /* 导航菜单自定义样式 */
    #wp_nav_w02 {
        width: 100%;
        height: 93px;
    }

    .wp_nav {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 15px;
    }

    .wp_nav > .nav-item {
        position: relative;
        display: flex;
        align-items: center;
        height: 100%;
        border-radius: 15px;
        padding-right: 20px;
    }

    .wp_nav > .nav-item a {
        display: block;
        /*width: 136px;*/
        height: 48px;
        line-height: 48px;
        text-align: center;
        color: #fff;
        border-radius: 15px;
    }

    .wp_nav > .nav-item a:hover {
        /*background: linear-gradient(90deg, #8e21f8, #c661bf);*/
        /*border-bottom: 2px solid #FFF;*/
    }

    .wp_nav .sub-nav {
        top: 40px !important;
        width: 160px !important;
        background-color: #FFF;
        /*background: #e5e5e5;*/
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
        border-radius: 5px;
    }
    .wp_nav > .nav-item > .sub-nav {
        left: -36px !important;
    }
    .wp_nav .sub-nav .nav-item{
        border-radius: 15px;
    }
    .wp_nav .sub-nav .nav-item .sub-nav {
        top: 0!important;
    }
    .wp_nav .sub-nav .nav-item > a {
        height: 50px;
        line-height: 50px;
        width: 100%;
        border: none;
        font-size: 13px;
        text-align: center;
        /*border: 1px solid #e5e5e5;*/
        color: #000;
        border-radius: 5px;
    }
    .wp_nav .nav-item .mark {
        display: none;
    }
    .wp_listcolumn .wp_subcolumn .wp_column a:hover, .wp_listcolumn .wp_subcolumn .wp_column a.selected {
        background-size: 9px 9px;
        background-position: 16px 10px;
    }

    .wp_nav .sub-nav .nav-item a:hover {
        /* background: none; */
        background-color: #FFF;
    }

    .header2 .wp_nav .sub-nav .nav-item a:hover {
        /* background-color: #439ce1; */
    }

    .banner2 {
        width: 100%;
        /*max-width: 1920px;*/
        margin: 0 auto;
        height: calc(100vh - 100px);
        position: relative;
        overflow: hidden;
        margin-top: 100px;
    }

    .banner2 .dtjt8_div_img {
        width: 100% !important;
        height: 100% !important;
    }

    .banner2 img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover;
        display: block;
    }

    .banner2 .dtjt8_div_img .number {
        right: 50%;
        bottom: 30px;
        transform: translateX(50%);
    }

    .banner2 .dtjt8_div_img .number .nomal {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5);
        color: transparent;
    }

    .banner2 .dtjt8_div_img .number .current {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #004f9a;
        color: transparent;
    }

    .banner2 .picbase1-content {
        width: 100%;
        height: 200px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        position: absolute;
        left: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: column;
        max-width: 100%;
    }

    .banner2 .picbase1-content > h2 {
        font-size: 25px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #ffffff;
        line-height: 42px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 20px;
        width: 1034px;
        background: none;
        border-bottom: 0;
        opacity: 1;
        padding: 0;
    }

    .banner2 .picbase1-content > p {
        font-size: 16px;
        font-weight: 400;
        color: #ffffff;
        line-height: 24px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 1034px;
        margin-bottom: 50px;
        background: none;
        padding: 0;
        opacity: 1;
        display: none;
    }

    .banner {
        width: 100%;
        height: 800px;
    }

    .banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .picbase1s, .picbase1 {
        height: calc(100vh - 100px) !important;
        width: 100% !important;
    }
    .banner .picbase1s {
        width: 100% !important;
    }
    .full-width {
        width: 100%;
        background-color: #F6F6F6;
        padding: 30px;
        box-sizing: border-box;
    }
    .full-width2 {
        background-image: url(./images/student_bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .wrapper {
        width: 1200px;
        margin: auto;
        padding: 30px;
        box-sizing: border-box;
    }
    .wrapper .left,
    .wrapper .right {
        width: 49%;
        flex-shrink: 0;
        height: 470px;
        display: flex;
        flex-direction: column;
    }
    .wrapper .left .content {
        line-height: 1.8;
    }
    .wrapper .left .content p {
        text-indent: 2em;
    }
    .wrapper .left ul li {
        padding: 24px 10px 17px;
        box-sizing: border-box;
        border-bottom: 1px dashed #ccc;
        background-color: #FFF;
    }
    .wrapper .left ul li .c_pt_12 {
        display: flex;
    }
    .wrapper .left ul li .c_pt_12 .c_pic {
        flex-shrink: 0;
        padding: 0;
        float: none;
    }
    .wrapper .left ul li .c_txt {
        /*padding: 15px 0;*/
        width: 0;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .wrapper .left ul li  h3 {
        margin-bottom: 15px;
        font-size: 18px !important;
        font-weight: 550 !important;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .wrapper .left ul li  h3:hover {
        color: #043064;
    }
    .wrapper .left ul li p {
        font-size: 16px !important;
        color: #6D6D6D;
        line-height: 1.6;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* 设置最大显示行数 */
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }
    .wrapper .left ul li p:hover {
        color: #043064 !important;
    }
    .wrapper .left ul li  img {
        width: 152px;
        height: 105px;
        object-fit: cover;
        border-radius: 13px;
        margin-right: 15px;
    }
    .wrapper .right  ul {
        height: 440px;
        display: flex;
        flex-direction: column;
    }
    .wrapper .right  ul li {
        padding: 15px;
        height: auto !important;
        background-color: #FFF;
        margin: 0 !important;
        flex: 1;
    }
    .nav_tit {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
    }

    .nav_tit .tit {
        display: flex;
        align-items: baseline;
    }

    .nav_tit .tit h3 {
        font-size: 25px;
        font-family: Source Han Sans CN;
        color: #0089fd;
        background: #043064;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: bold;
        border-bottom: 4px solid #043064;
        padding-bottom: 20px;
    }

    .nav_tit .tit span {
        font-size: 24px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #949494 !important;
        line-height: 51px;
    }

    .nav_tit .more {
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #949494;
        background: url('./ydimages/re_right.png') no-repeat;
        background-size: 8px 4px;
        background-position: right center;
        padding-right: 10px;
    }

    .tabs {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .tabs .tabs-item {
        font-size: 25px;
        margin: 0 20px;
        padding-bottom: 20px;
    }

    .tabs .active {
        color: #043064;
        font-weight: bold;
        border-bottom: 4px solid #043064;
    }

    .tab-content {
        width: 100%;
        height: 400px;
        display: none;
        margin-top: 30px;
    }

    .show-tab-content {
        display: flex !important;
    }

    .tab-content1 .tab-content1-left {
        width: 65%;
        flex-shrink: 0;
        margin-right: 15px;
    }

    /*新闻资讯*/
    .tab-content1 .tab-content1-right {
        flex: 1;
    }

    .tab-content1 .tab-content1-left .div_piccontenttitle_ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .tab-content1 .tab-content1-left .div_piccontenttitle_ul li {
        width: 48%;
        background-color: #FFF;
        height: 400px;
    }

    .tab-content1 .tab-content1-left .div_piccontenttitle_ul li .c_pt_12 {
        display: flex;
        flex-direction: column;
    }

    .tab-content1 .tab-content1-left .div_piccontenttitle_ul li .c_pic {
        padding: 0;
    }

    .tab-content1 .tab-content1-left .div_piccontenttitle_ul li .c_pt_12 img {
        width: 100%;
        height: 260px;
        padding: 0;
        object-fit: cover;
    }

    .tab-content1 .tab-content1-left .div_piccontenttitle_ul li .c_pt_12 .c_txt {
        padding: 10px 20px 20px 20px;
    }

    .tab-content1 .tab-content1-left .div_piccontenttitle_ul li .c_pt_12 .c_txt h3 {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 10px;
        font-weight: bold;
    }

    .tab-content1 .tab-content1-left .div_piccontenttitle_ul li .c_pt_12 .c_txt p {
        font-size: 14px;
        color: #6D6D6D;
        line-height: 24px;
        display: -webkit-box;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
    }

    .tab-content1 .tab-content1-right .div_piccontenttitle_ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        height: 400px;
    }

    .tab-content1 .tab-content1-right .div_piccontenttitle_ul li:first-child {
        margin-top: 0;
    }

    .tab-content1 .tab-content1-right .div_piccontenttitle_ul li {
        height: 120px;
        margin-top: 20px;
    }

    .tab-content1 .tab-content1-right .div_piccontenttitle_ul li .c_pt_12 {
        display: flex;
    }

    .tab-content1 .tab-content1-right .div_piccontenttitle_ul li .c_pic {
        flex-shrink: 0;
        margin-right: 10px;
        padding: 0;
    }

    .tab-content1 .tab-content1-right .div_piccontenttitle_ul li .c_txt h3 {
        font-size: 16px;
        text-align: left;
        margin-bottom: 15px;
        font-weight: bold;
    }
    .tab-content1 .tab-content1-right .div_piccontenttitle_ul li .c_txt h3 span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }
    .tab-content1 .tab-content1-right .div_piccontenttitle_ul li .c_txt p {
        font-size: 14px;
        color: #6D6D6D;
        line-height: 24px;
        display: -webkit-box;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
    }

    .tab-content1 .tab-content1-right .div_piccontenttitle_ul li img {
        width: 160px;
        height: 120px;
        padding: 0;
        object-fit: cover;
    }

    /*招生动态*/
    .tab-content2 {
        width: 1200px;
        height: 100%;
        display: none;
        flex-direction: column;
    }
    .tab-content2 .left {
        width: 100%;
    }
    .tab-content2 .right {
        width: 100%;
    }
    .tab-content2 tbody {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .tab-content2 tr {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .tab-content2 tr td {
        width: 49%;
    }

    .tab-content2 .wp_article_list li {
        display: flex;
        /*flex-direction: column;*/
        align-items: start;
        margin: 0;
        height: auto !important;
        background-color: #FFF;
        padding: 15px;
    }

    .tab-content2 .wp_article_list li .pr_fields:before {
        content: "";
        width: 10px;
        height: 10px;
        background: #043064;
        margin-right: 10px;
    }
    .tab-content2 .wp_article_list li .ex_fields {
        display: flex;
        align-items: center;
        flex-shrink: 0;
    }
    .tab-content2 .wp_article_list li .ex_fields:before {
        content: "";
        display: block;
        background-image: url("./images/date_icon.png");
        width: 20px;
        height: 20px;
        background-size: 100% 100%;
    }
    .tab-content2 .wp_article_list li .pr_fields .ex_fields {
        margin-left: 20px;
    }
    /*通知公告*/
    .tab-content3 {
        width: 1200px;
        height: 100%;
        display: none;
        flex-direction: column;
    }
    .tab-content3 .left {
        width: 100%;
    }
    .tab-content3 .right {
        width: 100%;
    }
    .tab-content3 tbody {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .tab-content3 tr {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .tab-content3 tr td {
        width: 49%;
    }

    .tab-content3 .wp_article_list li {
        display: flex;
        /*flex-direction: column;*/
        align-items: start;
        margin: 0;
        height: auto !important;
        background-color: #FFF;
        padding: 15px;
    }

    .tab-content3 .wp_article_list li .pr_fields:before {
        content: "";
        width: 10px;
        height: 10px;
        background: #043064;
        margin-right: 10px;
    }
    .tab-content3 .wp_article_list li .ex_fields {
        display: flex;
        align-items: center;
        flex-shrink: 0;
    }
    .tab-content3 .wp_article_list li .ex_fields:before {
        content: "";
        display: block;
        background-image: url("./images/date_icon.png");
        width: 20px;
        height: 20px;
        background-size: 100% 100%;
    }
    .tab-content3 .wp_article_list li .pr_fields .ex_fields {
        margin-left: 20px;
    }

    .desc-content {
        width: 100%;
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
        height: 480px;
    }

    .desc-content .dec_img {
        width: 45%;
        height: 100%;
        flex-shrink: 0;
        margin-right: 30px;
    }

    .desc-content .dec_img img {
        width: 100%;
    }

    .desc-content .dec-p {
        flex: 1;
        height: 100%;
        position: relative;
    }

    .desc-content .dec-p p {
        text-indent: 2em;
        line-height: 1.8;
        margin-bottom: 10px;
        color: #000;
        font-size: 16px;
    }

    .desc-content .dec-p .desc_logo {
        width: 484px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .student-wrapper {
        background-image: url("./images/student_bg.png");
        background-size: 100% 100%;
    }

    .student {
        width: 100%;
        margin-top: 30px;
    }

    .student .div_piccontenttitle_ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .student .div_piccontenttitle_ul li {
        width: 25%;
        padding: 10px;
        box-sizing: border-box;
    }

    .student .div_piccontenttitle_ul li .c_pt_12 {
        position: relative;
    }

    .student .div_piccontenttitle_ul li .c_pic {
        width: 100%;
        padding: 0;
    }

    .student .div_piccontenttitle_ul li .c_pic img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        padding: 0;
    }

    .student .div_piccontenttitle_ul li .c_txt h3 {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        left: 0;
        height: 40px;
        line-height: 40px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        color: #FFF;
        padding: 0 15px;
        font-size: 16px;
    }
    .student .div_piccontenttitle_ul li .c_txt h3 span {
        width: 100%;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .student .div_piccontenttitle_ul li .c_txt p {
        display: none;
    }

    .width-32 {
        width: 32%;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
    }
    .zsdt {
        padding: 0 30px;
    }
    .zsdt .right {
        height: auto !important;
    }
    .zsdt .right ul {
        height: auto !important;
    }
    .wrapper .width-32 .wp_article_list {
        height: auto !important;
    }
    .wrapper .width-32 .wp_article_list .pr_fields {
        display: none;
    }
    .wrapper .width-32 .wp_article_list .pr_fields .Article_Title {
        margin: 0;
        font-size: 18px;
        font-weight: 550;
    }
    .wrapper .width-32 .wp_article_list .ex_fields {
        font-size: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /*color: #333;*/
    }
    .wrapper .width-32 .wp_article_list .ex_fields .Article_MicroImage {
        margin-bottom: 10px;
    }
    .wrapper .width-32 .wp_article_list .ex_fields .Article_MicroImage img {
        width: 100px;
        height: 100px;
        margin: 0;
    }
    .wrapper .width-32 .wp_article_list .ex_fields .Article_ShortTitle {
        font-size: 18px;
        font-weight: 550;
        color: #333;
        margin: 0;
    }
    .wrapper .width-32 .wp_article_list .ex_fields .Article_ShortTitle:hover {
        color: #043064;
    }
    .wrapper .width-32 .wp_article_list .ex_fields .Article_Content {
        color: #9a9a9a;
    }
    .wrapper .width-32 .wp_article_list .ex_fields .Article_Content:hover {
        color: #043064;
    }
    .wrapper .width-32 ul li {
        /*padding: 15px;*/
        box-sizing: border-box;
        border-bottom: none;
        /*background-color: #FFF;*/
        height: auto !important;
        display: flex;
        flex-direction: column;
        margin: 0;
        position: relative;
    }
    .wrapper .width-32 ul li .c_pt_12 {
        /*display: flex;*/
    }
    .wrapper .width-32 ul li .c_pt_12 .c_pic {
        flex-shrink: 0;
        padding: 0;
        width: 152px;
        height: 105px;
        margin-right: 10px;
    }
    .wrapper .width-32 ul li .c_txt {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 15px 0;
    }
    .wrapper .width-32 ul li  h3 {
        margin-bottom: 15px;
        font-size: 16px !important;
        color: #043064;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .wrapper .width-32 ul li p {
        font-size: 14px !important;
        color: #6D6D6D;
        line-height: 1.8;
        display: -webkit-box;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .wrapper .width-32 ul li p:hover {
        color: #6D6D6D !important;
    }
    .wrapper .width-32 ul li  img {
        width: 152px;
        height: 105px;
        object-fit: cover;
        border-radius: 13px;
        padding: 0 !important;
    }
    .question {
        width: 100%;
    }

    .question .wp_article_list {
        width: 100%;
    }

    .question .wp_article_list li {
        width: 100%;
        border-bottom: none;
        border-left: 4px solid #043064;
        background-color: #e8e1ea;
        color: #043064;
        flex-direction: column;
        align-items: start;
        height: auto;
        padding: 0;
        box-sizing: border-box;
        margin-bottom: 20px;
        transition: all 0.5s;
    }
    .question .wp_article_list li .pr_fields {
        width: 100%;
        padding: 0 15px;
        transition: all 0.5s;
    }

    .question .wp_article_list li .pr_fields .Article_Title {
        pointer-events: none;
    }

    .question .wp_article_list li .ex_fields {
        display: none;
        padding: 20px;
        width: 100%;
        background-color: #FFF;
        color: #043064;
    }

    .question .wp_article_list li .ex_fields a {
        cursor: auto;
    }
    .show-answer .pr_fields{
        background-color: #043064 !important;
        color: #fff !important;
    }

    .show-answer .ex_fields {
        display: block !important;
    }
    .wrapperbox1 {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .wrapperbox1-left {
        width: 580px;
    }

    .wrapperbox1-left .dtjt9_div_img .number {
        display: none;
    }

    .wrapperbox1-left .dtjt9_div_text {
        bottom: 0;
        position: absolute;
        left: 0;
        width: 100%;
    }

    .wrapperbox1-left .dtjt9_div_text .dtjt9_div_text_title {
        background-color: rgba(51, 51, 51, 0.59);
        text-align: left;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 10px;
    }

    .wrapperbox1-left .dtjt9_div_text .dtjt9_div_text_title a {
        color: #fff;
        font-size: 16px;
    }

    .wrapperbox1-right {
        width: 580px;
        display: flex;
        flex-direction: column;
    }

    .wrapperbox1-right .wrapperbox1-right-tabs {
        height: 50px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        border-bottom: 2px solid #004f9a;
    }

    .wrapperbox1-right .wrapperbox1-right-tabs .wrapperbox1-right-tabs-item {
        width: 50%;
        height: 50px;
        text-align: center;
        line-height: 50px;
        font-size: 16px;
        color: #333;
        cursor: pointer;
    }

    .wrapperbox1-right .wrapperbox1-right-tabs .active {
        color: #fff;
        background-color: #014f9a;
    }

    .wrapperbox1-right .wrapperbox1-right-list {
        width: 100%;
        /* height: 315px; */
    }

    .wrapperbox1-left > div,
    .wrapperbox1-right > div {
        width: 100%;
        height: 100%;
    }

    .to_blue {
        width: 100%;
        /* height: 125px; */
        display: block;
        margin: 20px auto;
    }

    .to_blue img {
        width: 100%;
        display: block;
    }

    .wrapper2 {
        width: 100%;
        height: 300px;
        /*background: url('./images/bg_ljgd.png') no-repeat;*/
        /*background-size: 100% 100%;*/
        padding: 30px 0;
        margin-bottom: 0;
        box-sizing: border-box;
        background-color: #f6f6f6;
    }

    .wrapperbox2 {
        display: flex;
        justify-content: center;
        width: 1200px;
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
    }

    .wrapperbox2 p {
        text-align: center;
        font-size: 18px !important;
    }

    .wrapperbox2 .jump_more {
        width: 163px;
        height: 57px;
        background: #043064;
        border-radius: 4px;
        text-align: center;
        line-height: 57px;
        font-size: 18px;
        color: #fff;
        margin-top: 42px;
        cursor: pointer;
    }

    .wrapperbox2 .wrapperbox2-item {
        width: 375px;
    }

    .wrapperbox2 .wrapperbox2-item .nav_tit,
    .wrapperbox1-right-list .nav_tit {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: url('./images/bg_line.png') no-repeat;
        background-position: left bottom;
        background-size: 374px 6px;
        height: 38px;
        width: 100%;
    }

    .wrapperbox1-right-list .nav_tit {
        background: none !important;
    }

    .wrapperbox2 .wrapperbox2-item .nav_tit h3 {
        color: #00509b;
        font-size: 20px;
        display: flex;
        align-items: center;
    }

    .wrapperbox2 .wrapperbox2-item .nav_tit h3::after {
        content: '';
        display: block;
        width: 195px;
        height: 10px;
        background: url('./images/bg_nav.png') no-repeat;
        background-size: 100% 100%;
        margin-left: 10px;
    }

    .wrapperbox2 .wrapperbox2-item .nav_tit .more,
    .wrapperbox1-right-list .nav_tit .more {
        font-size: 12px;
    }

    .wrapperbox2 .wrapperbox2-item .wrapperbox2-item-list {
        width: 100%;
        margin-top: 10px;
    }

    .imgscroll4_top {
        width: 100% ！important;
    }

    .imgscroll2_img {
        width: 400px;
        height: 300px;

        display: block;
    }

    .imgscroll2_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .imgscroll2_td {
        position: relative;
    }

    .imgscroll2_td > div:nth-child(2) {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 60px;
        background: #F9F9F9;
        text-align: center;
        line-height: 60px;
        padding: 0 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: wrap;
    }

    .imgscroll2_td > div:nth-child(2) span {
        display: -webkit-box;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 18px;
        color: #333;
        font-weight: 550;
        line-height: 26px;
    }
    .imgscroll2_td > div:nth-child(2) span:hover {
        color: #043064;
    }
    .wrapperbox1-left .picbase1s {
        width: 668px;
        height: 334px !important;
    }

    .wrapperbox1-left .picbase1 {
        width: 668px;
        height: 334px !important;
    }

    .wrapperbox1-left .picbase1 img {
        width: 100% !important;
        height: 100% !important;
        display: block;
        object-fit: cover;
    }

    .wrapperbox1-left .picbase1-slidenav {
        display: none;
    }

    .wrapperbox1-left .picbase1-content {
        width: 100%;
        height: 50px;
        background: rgba(51, 51, 51, .59);
        bottom: 0;
        left: 0;
        min-width: 100%;
        max-width: 100%;
    }

    .wrapperbox1-left .picbase1-content h2 {
        background: none;
        font-size: 16px;
        opacity: 1;
        border-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .wrapperbox1-left .picbase1-content p {
        display: none;
    }


    /* 页脚 */
    footer {
        width: 100%;
        height: 265px;
        background: url('./images/bg_footer.png') no-repeat bottom center;
        background-size: 100% 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    footer b {
        /* background: url('./images/lang.png') no-repeat bottom center;
        width: 100%;
        height: 100px;
        position: absolute;
        top: -90px; */
        display: none;
    }

    footer .center {
        margin: auto;
        display: flex;
    }

    footer .center .logo {
        width: 187px;
        height: 130px;
        margin-right: 50px;
    }

    footer .center .box-center {
        position: relative;
        width: 400px;
        display: flex;
        background: url('./images/divide.png') no-repeat;
        background-size: 1px 156px;
        background-position: left center;
        padding: 0 35px;
        justify-content: space-between;
        flex-shrink: 0;
    }

    footer .center .box-center .ewm {
        text-align: center;
        width: 105px;
    }

    footer .center .box-center .ewm img {
        width: 100px;
    }

    footer .center .box-center .ewm p {
        font-size: 14px;
        color: #fff;
        margin-top: 15px;
    }

    footer .center .box-center h2 {
        position: absolute;
        color: #fff;
        top: 2px;
        right: 41px;
    }

    footer .center .box-center span {
        text-align: center;
        position: absolute;
        color: #fff;
        top: 155px;
        right: 15px;
        font-size: 13px;
    }

    footer .center .footer-left,
    footer .center .footer-right {
        width: 316px;
        background: url('./images/divide.png') no-repeat;
        background-size: 1px 156px;
        background-position: left center;
        padding: 0 35px;
    }
    footer .center .footer-right {
        width: 350px !important;
    }
    footer .center .footer-left h1,
    footer .center .footer-right h1 {
        color: #fff;
        font-size: 16px;
    }

    footer .center .footer-left span {
        margin-top: 10px;
        color: #fff;
        font-size: 14px;
        display: inline-block;
        margin-top: 15px;
    }

    footer .center .footer-right span {
        color: #fff;
        font-size: 14px;
        display: inline-block;
        margin-top: 6px;
    }

    footer .banquan {
        color: #fff;
        font-size: 14px;
        text-align: center;
        /* margin-top: 40px; */
        width: 100%;
        height: 48px;
        background: #043064;
        line-height: 48px;
    }

    /* 自定义新闻列表样式 */
    .wp_article_list .list_item {
        margin: 8px 0;
        border-bottom: 1px #9a9a9a dashed;
        height: 40px;
        line-height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .wp_article_list .list_item:hover {
        color: #0052a3;
    }

    .wp_article_list .list_item .pr_fields {
        display: flex;
        align-items: center;
        width: calc(100% - 6em);
    }

    .wp_article_list .list_item .Article_Index {
        width: 5px;
        height: 5px;
        background-image: none;
        border-radius: 50%;
        background-color: #666;
        display: none;
    }

    .wp_article_list .list_item .Article_Title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 18px;
        color: #333;
        font-weight: 550;
        /*margin-right: 30px;*/
    }


    .wp_article_list .list_item .Article_Title:hover {
        color: #043064;
    }
    .wp_article_list .list_item .Article_Title:hover a {
        color: #043064;
    }
    .wp_article_list .list_item .ex_fields {
        font-size: 14px;
        color: #9a9a9a;
    }

    .wrapperbox3 {
        display: flex;
        justify-content: space-between;
        border: 2px #f6f6f6 solid;
        box-shadow: 0px 0px 5px 2px #f6f6f6;
    }

    .wrapperbox3 .aside_left {
        width: 300px;
        margin-right: 30px;
    }

    .wrapperbox3 .aside_left .top {
        height: 150px;
        border: 2px #f6f6f6 solid;
        box-shadow: 0px 0px 5px 2px #f6f6f6;
        text-align: center;
        line-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wrapperbox3 .aside_left .top .Column_Anchor {
        font-size: 40px;
        margin-top: 40px;
        color: #043064;
    }

    .wrapperbox3 .aside_left .col_menu_con {
        width: 100%;
        margin-top: 20px;
        border: 2px #f6f6f6 solid;
        box-shadow: 0px 0px 5px 2px #f6f6f6;
        padding: 30px;
    }

    .wrapperbox3 .aside_left .col_menu_con .col_list {
        width: 100%;
        height: 100%;
    }

    .wrapperbox3 .aside_right {
        width: calc(100% - 330px);
        border: 2px #f6f6f6 solid;
        box-shadow: 0px 0px 5px 2px #f6f6f6;
        padding: 30px;
        flex: 1;
    }

    .wrapperbox3 .aside_right .col_news_head {
        display: flex;
        align-items: center;
    }

    .wrapperbox3 .aside_right .col_news_head::before {
        content: '';
        display: none;
        width: 5px;
        height: 20px;
        background-color: #00509b;
        margin-right: 10px;
    }

    .wrapperbox3 .aside_right .col_news_head .col_title {
        cursor: auto !important;
    }

    .wrapperbox3 .aside_right .col_news_head .col_title h2 {
        font-size: 30px;
        font-weight: bold;
        /*background: linear-gradient(0deg, #8e21f8 0%, #c661bf 98.876953125%);*/
        background: #043064;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .wp_nav .nav-item a.parent {
        color: #fff;
    }

    .article {
        width: 100%;
    }

    .article .arti_title {
        font-size: 30px;
        color: #043064;
        font-weight: bold;
        margin: 15px;
        text-align: center;
    }

    .article .arti_subtitle {
        text-align: center;
        margin: 15px;
    }

    .article .arti_metas {
        text-align: center;
        /* font-weight: bold; */
        color: #666;
    }

    .article .arti_metas span {
        margin-right: 15px;
    }

    .article .arti_metas span:last-child {
        margin-right: 0;
    }

    .article .entry {
        width: 1000px;
        margin: 20px auto;
        padding: 20px 0;
        border-bottom: 1px #9a9a9a dashed;
        border-top: 1px #9a9a9a dashed;
    }

    .article .entry p {
        line-height: 30px;
    }

    .article .entry img {
        max-width: 100% !important;
        height: auto !important;
        display: block;
        margin: 10px auto;
    }

    .wp_entry {
        width: 700px;
        margin: 20px auto;
        padding: 20px 0;
        border-bottom: 1px #9a9a9a dashed;
        border-top: 1px #9a9a9a dashed;
    }

    .wp_entry p {
        line-height: 30px;
    }

    .wp_entry img {
        max-width: 100% !important;
        display: block;
        height: auto !important;
        margin: 10px auto;
    }

    /* 自定义菜单栏目样式 */
    .wp_listcolumn {
        border: none;
    }

    .wp_listcolumn .wp_column {
        margin-bottom: 15px;
    }

    .wp_listcolumn .wp_column a {
        text-align: center;
        background-color: #f5f5f5;
        width: 200px;
        height: 40px;
        display: block;
        margin: 10px;
        line-height: 40px;
        color: #043064;
        font-weight: bold;
        margin-left: 40px;
        border: none;
        margin: 0 auto;
        background-image: none;
    }

    .wp_listcolumn .wp_column a:hover,
    .wp_listcolumn .wp_column a.selected {
        /*background: url('./images/bg_column.png') no-repeat;*/
        background-image: none;
        background-color: #043064;
        background-size: 100% 100%;
        color: #fff;
    }

    .col_pics_list .wp_article_list .list_item .Article_Index {
        display: none;
    }

    .col_pics_list .wp_article_list .list_item .Article_MicroImage {
        width: 152px;
        height: 105px;
        border-radius: 13px;
        overflow: hidden;
    }

    .col_pics_list .wp_article_list .list_item .Article_MicroImage a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .col_pics_list .wp_article_list .list_item .Article_MicroImage a img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    .col_pics_list .wp_article_list .list_item {
        padding: 15px 10px;
        display: flex;
        align-items: center;
        border-bottom: 1px #9a9a9a dashed;
        height: auto;
        line-height: normal;
        justify-content: flex-start;
    }

    .col_pics_list .wp_article_list .list_item .Article_Title {
        margin-left: 30px;
        flex: 1;
        white-space: wrap;
    }

    .col_pics_list .wp_article_list_table td {
        display: flex;
        align-items: center;
        padding: 15px 10px;
        border-bottom: 1px #9a9a9a dashed;
    }

    .col_pics_list .wp_article_list_table td .Article_MicroImage {
        width: 152px;
        height: 105px;
        border-radius: 13px;
        overflow: hidden;
        margin-right: 20px;
    }

    .col_pics_list .wp_article_list_table td .Article_MicroImage a {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .col_pics_list .wp_article_list_table td .Article_MicroImage a img {
        width: 100%;
        height: 113px;
        object-fit: cover;
        display: block;
    }

    .col_pics_list .wp_article_list_table td .infos {
        flex: 1;
    }

    .col_pics_list .wp_article_list_table td .infos .news_title {
        flex: 1;
        font-size: 16px;
        color: #043064;
        margin-bottom: 10px;
        display: -webkit-box;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .col_pics_list .wp_article_list_table td .infos .news_meta {
        font-size: 14px;
        color: #6d6d6d;
    }

    .col_pics_list2 .wp_article_list {
        display: flex;
        flex-wrap: wrap;
    }

    .col_pics_list2 .wp_article_list .list_item {
        width: 150px;
        display: flex;
        flex-direction: column;
        height: auto;
        line-height: auto;
        border: none;
        margin-right: calc((100% - 150px * 4) / 3);
    }

    .col_pics_list2 .wp_article_list .list_item:nth-child(4n) {
        margin-right: 0;
    }

    .col_pics_list2 .wp_article_list .list_item .Article_MicroImage {
        width: 150px;
        height: 200px;
    }

    .col_pics_list2 .wp_article_list .list_item .Article_MicroImage a, .col_pics_list2 .wp_article_list .list_item .Article_MicroImage a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .col_pics_list2 .wp_listalbumn .albumn_info a {
        font-size: 16px;
    }

    .col_pics_list2 .wp_article_list .list_item .Article_Title {
        white-space: normal;
        line-height: normal;
    }

    .col_pics_list2 .Article_AuxiliaryTitle {
        font-size: 14px;
        color: #333;
        line-height: normal;
    }

    .col_pics_list2 .wp_article_list_table {
        margin-top: 30px;
    }

    .col_pics_list2 .wp_article_list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 0 30px;
    }


    .col_books_list {
        padding: 30px 0;
    }

    .col_books_list .wp_article_list .list_item .Article_Index {
        display: none;
    }

    .col_books_list .wp_article_list .list_item .Article_MicroImage a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .col_books_list .wp_article_list .list_item .Article_MicroImage a img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        display: block;
    }

    .col_books_list .wp_article_list .list_item .Article_Title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .more-link .moretext {
        display: none;
    }
}

/* 移动端 */
@media only screen and (max-width: 750px) {
    .container-pc {
        display: none;
    }

    .wp_entry img {
        max-width: 100% !important;
        height: auto !important;
    }

    .container-m {
        max-width: 750px;
        margin: 0 auto;
    }

    #wp_paging_w26 {
        min-height: 1rem;
    }

    header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 0.15rem;
        height: 0.48rem;
        background-color: rgba(25, 0, 42, 0.9);
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 9999;
    }

    header .logo {
        width: 1.7rem;
        display: block;
    }

    header .logo img {
        width: 100%;
        display: block;
    }

    header .btn_expand {
        width: 0.22rem;
        height: 0.16rem;
        background: url('./images/m/btn_expand.png') no-repeat;
        background-size: 100% 100%;
        position: absolute;
        right: 0.15rem;
        top: 50%;
        transform: translateY(-50%);
    }

    header .dropdown {
        width: 100%;
        background-color: rgba(25, 0, 42, 0.9);
        position: absolute;
        left: 0;
        top: 0.48rem;
        z-index: 9999;
        display: none;
    }

    header .wp_nav {
        flex-direction: column;
    }

    .wp_nav .sub-nav .nav-item > a {
        border-bottom: 1px solid #e5e5e5;
    }

    header .wp_nav > li {
        text-align: left;
    }

    header .wp_nav > li > a .item-name {
        color: #fff;
        font-size: 0.14rem;
        /* border-bottom: 1px solid #c0ccdd;*/
        width: 100%;
        padding: 0.15rem;
        display: block;
        background: url('./images/m/re_bot.png') no-repeat;
        background-size: 0.11rem 0.06rem;
        background-position: 95% center;
    }
    header .wp_nav  li:nth-child(2)  a .item-name {
        background:none;
    }
    header .wp_nav > li > a .item-name-expand {
        background: url('./images/m/re_top.png') no-repeat;
        background-size: 0.11rem 0.06rem;
        background-position: 95% center;
        transition: all 0.3s;
    }

    header .wp_nav .sub-nav {
        display: none;
        width: 100% !important;
        top: 100% !important;
        left: 0 !important;
        background: rgba(25, 0, 42, 0.9);
        position: relative !important;
        visibility: inherit !important;
        height: auto !important;
    }

    header .sub-nav li {
        background: rgba(25, 0, 42, 0.9);
        float: none !important;
    }

    .wp_nav .sub-nav .nav-item a.parent {
        background: rgba(25, 0, 42, 0.9);
        color: #fff;
    }

    header .sub-nav li a {
        display: block;
        width: 100%;
        background: rgba(25, 0, 42, 0.9);
    }

    .wp_nav .nav-item a {
        text-align: left;
    }

    header .sub-nav > li .item-name {
        font-size: 0.12rem;
        color: #c0ccdd;
        padding: 0.05rem 0.15rem;
        display: block;
        width: 100%;
    }

    header .sub-nav > li:first-child .item-name {
        padding-top: 0.1rem;
    }

    .searchbox {
        width: calc(100% - 1.8rem);
        height: 0.28rem;
        background-color: #f7f8fa;
        border-radius: 999px;
        overflow: hidden;
    }

    /* 自定义搜索样式 */
    .searchbox form {
        width: 100%;
        height: 100%;
    }

    .searchbox input {
        color: #999;
        font-size: 0.14rem;
        padding: 0 15px;
        width: 100%;
        height: 100%;
        padding: 0 0.15rem 0 0.3rem;
    }

    .searchbox .search {
        background: url('./images/search2.png') no-repeat;
        background-size: 0.12rem 0.12rem;
        position: absolute;
        left: 0.1rem;
        top: 50%;
        transform: translateY(-50%);
        background-position: left center;
    }

    .wp_search,
    .wp_search table {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .wrapper {
        padding: 0 0.15rem;
        width: 100%;
        box-sizing: border-box;
        background-color: #FFF;
    }
    .wrapper2 {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .width-32 {
        width: 32%;
    }
    .wrapper2 .wp_article_list .list_item .ex_fields {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .wrapper2 .wp_article_list .list_item .ex_fields .Article_MicroImage {
        margin: 0;
    }
    .wrapper2 .wp_article_list .list_item .ex_fields .Article_MicroImage img {
        width: 0.6rem;
    }
    .wrapper2 .wp_article_list .list_item .ex_fields .Article_ShortTitle {
        margin: 0.1rem 0;
        font-size: 0.15rem;
    }
    .wrapper2 .wp_article_list .list_item .ex_fields .Article_Content {
        font-size: 0.13rem;
        color: #9a9a9a;
        text-align: center;
    }
    .full-width {
        width: 100%;
        background-color: #F6F6F6;
        padding-bottom: 0.15rem;
    }
    .banner {
        width: 100%;
        margin-top: 0.48rem;
        height: 2.25rem;
    }

    .banner-box {
        width: 100%;
        height: 100%;
    }

    .tabs2 {
        padding: 0 0.15rem;
        box-sizing: border-box;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .tabs2 .tabs-item2 {
        padding: 0.1rem 0.115rem;
        font-size: 0.17rem;
        position: relative;
        font-weight: 550;
    }
    .tabs2 .active {
        color: #043064 !important;
    }
    .tabs2 .active:after {
        width: 0.3rem;
        height: 4px;
        background-color: #043064;
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }

    .tab-content {
        width: 100%;
        height: 400px;
        display: none;
        margin-top: 0;
        padding: 0 0.15rem;
        box-sizing: border-box;
    }

    .show-tab-content {
        display: flex !important;
    }

    .tab-content1 {
        height: auto;
        padding: 0;
        margin-top: 0.15rem;
    }

    .tab-content1 .div_piccontenttitle_ul {
        width: 100%;
        padding: 0;
    }

    .tab-content1 .div_piccontenttitle_ul li:first-child {
        width: 100%;
        margin-bottom: 0.1rem;
    }

    .tab-content1 .div_piccontenttitle_ul li:first-child .c_pt_12 {
        display: flex;
        flex-direction: column;
        position: relative;
        padding: 0;
    }

    .tab-content1 .div_piccontenttitle_ul li:first-child .c_pic {
        width: 100%;
        height: 260px;
        padding: 0;
    }

    .tab-content1 .div_piccontenttitle_ul li:first-child p {
        display: none;
    }

    .tab-content1 .div_piccontenttitle_ul li:first-child h3 {
        width: 100%;
        height: 0.3rem;
        line-height: 0.3rem;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        overflow: hidden;
        color: #ffffff;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 550;
        font-size: 0.15rem;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    }

    .tab-content1 .div_piccontenttitle_ul li:first-child img {
        width: 100%;
        height: 100%;
    }
    .tab-content2 {
        height: auto;
        padding: 0;
    }

    .tab-content2 .wp_article_list {
        padding: 0;
    }

    .tab-content2 .wp_article_list li {
        display: flex;
        /*flex-direction: column;*/
        align-items: center;
        background-color: #FFF;
        padding: 0.1rem;
        box-sizing: border-box;
    }

    .tab-content2 .wp_article_list li .pr_fields {
        padding: 10px 0;
    }
    .tab-content2 .wp_article_list li .pr_fields .Article_Index {
        width: 0.07rem !important;
        height: 0.07rem !important;
        background-color: #043064 !important;
        border-radius: 0;
    }
    .tab-content2 .wp_article_list li .ex_fields {
        display: flex;
        align-items: center;
        flex-shrink: 0;
    }
    .tab-content2 .wp_article_list li .ex_fields:before {
        /*content: "";*/
        display: block;
        background-image: url("./images/date_icon.png");
        width: 0.12rem;
        height: 0.12rem;
        background-size: 100% 100%;
    }

    .tab-content3 {
        height: auto;
        padding: 0;
        display: block !important;
    }

    .tab-content3 .wp_article_list {
        padding: 0;
    }

    .tab-content3 .wp_article_list li {
        display: flex;
        /*flex-direction: column;*/
        align-items: center;
        background-color: #FFF;
        box-sizing: border-box;
    }
    .tab-content3 .wp_article_list li:first-child {
        padding-top: 0 !important;
    }
    .tab-content3 .wp_article_list li .pr_fields {
        padding: 10px 0;
    }
    .tab-content3 .wp_article_list li .pr_fields .Article_Index {
        width: 0.07rem !important;
        height: 0.07rem !important;
        background-color: #043064 !important;
        border-radius: 0;
    }
    .tab-content3 .wp_article_list li .ex_fields {
        display: flex;
        align-items: center;
        flex-shrink: 0;
    }
    .tab-content3 .wp_article_list li .ex_fields:before {
        /*content: "";*/
        display: block;
        background-image: url("./images/date_icon.png");
        width: 0.12rem;
        height: 0.12rem;
        background-size: 100% 100%;
    }
    .tab-content .wp_article_list li .Article_Title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .tab-content .wp_article_list li .Article_Title a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        display: block;
    }
    .desc-content {
        width: 100%;
        margin-top: 0.15rem;
        padding: 0 0.15rem;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
    }

    .desc-content .dec_img {
        width: 100%;
        height: 100%;
        flex-shrink: 0;
        margin-bottom: 0.15rem;
    }

    .desc-content .dec_img img {
        width: 100%;
        height: 100%;
    }

    .desc-content .dec-p {
        flex: 1;
        height: 100%;
        position: relative;
    }

    .desc-content .dec-p p {
        text-indent: 2em;
        line-height: 1.8;
        margin-bottom: 0.1rem;
        color: #000;
        font-size: 0.15rem;
    }

    .student {
        width: 100%;
        padding: 0.1rem 0.15rem 0.15rem;
        box-sizing: border-box;
    }
    .student .picbase1s {
        width: 100% !important;
        height: 3rem !important;
    }
    .student .picbase1s .picbase1 {
        width: 100% !important;
        height: 100% !important;
    }

    .student .picbase1s .picbase1 img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }
    .student .picbase1s .picbase1-slidenav {
        bottom: 0.5rem;
    }
    .student .picbase1-content {
        width: 100%;
        min-width: 100% !important;
        left: 0 !important;
        bottom: 0 !important;
    }
    .student .picbase1-content h2 {
        background-color: #fff !important;
        text-align: center;
        font-size: 0.15rem !important;
        color: #333;
    }
    .student .picbase1-content p {
        display: none !important;
    }
    .student .div_piccontenttitle_ul {
        width: 100%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .student .div_piccontenttitle_ul li {
        width: 50%;
        padding: 0.05rem;
        box-sizing: border-box;
    }

    .student .div_piccontenttitle_ul li .c_pt_12 {
        position: relative;
        padding: 0;
        width: 100%;
        display: block;
    }

    .student .div_piccontenttitle_ul li .c_pt_12 .c_pic {
        padding: 0;
        width: 100%;
    }

    .student .div_piccontenttitle_ul li .c_pt_12 img {
        width: 100% !important;
        height: 1.2rem !important;
        object-fit: cover;
        padding: 0;
    }

    .student .div_piccontenttitle_ul li .c_pt_12 h3 {
        width: 100%;
        height: 0.3rem;
        line-height: 0.3rem;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        font-weight: 600;
        padding: 0 0.1rem;
        box-sizing: border-box;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    }
    .student .div_piccontenttitle_ul li .c_pt_12 h3 span {
        display: block;
        width: 100%;
        overflow: hidden;
        color: #ffffff;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .student .div_piccontenttitle_ul li .c_pt_12 p {
        display: none;
    }

    .bm-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0.15rem;
        box-sizing: border-box;
    }

    .bm-content .bm_tj {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 0.6rem;
        background-color: #fffaf4;
        color: #043064;
        font-size: 0.2rem;
        font-weight: bold;
        flex-shrink: 0;
        margin-bottom: 0.15rem;
    }

    .bm-content .bm-lc {
        background-color: #f6f6f6;
        padding: 0.15rem;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .bm-content .bm-lc .lc-tj {
        width: 100%;
        margin-bottom: 0.2rem;
    }

    .bm-content .bm-lc .lc-tj li {
        margin: 20px 0;
        display: flex;
        align-items: center;
        color: #000;
        font-size: 16px;
    }

    .bm-content .bm-lc .lc-tj li:first-child {
        margin-top: 0;
    }

    .bm-content .bm-lc .lc-tj li:before {
        content: "";
        width: 8px;
        height: 8px;
        display: inline-block;
        border-radius: 50%;
        background: #ffcb92;
        vertical-align: middle;
        margin-right: 14px;
    }

    .bm-content .bm-lc .lc-tj2 {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .bm-content .bm-lc .lc-tj2 .tj2-item {
        width: 100%;
        padding: 0.2rem;
        min-height: 1.6rem;
        line-height: 1.8;
        box-sizing: border-box;
        border-radius: 0.3rem 0 0.3rem 0;
        background-color: #FFF;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        border: 1px solid #043064;
        font-size: 0.15rem;
        color: #000;
        margin-bottom: 0.4rem;
    }

    .bm-content .bm-lc .lc-tj2 .tj2-item:last-child {
        margin-bottom: 0;
    }

    .bm-content .bm-lc .lc-tj2 .tj2-item .icon {
        width: 0.6rem;
        height: 0.6rem;
        position: absolute;
        left: 50%;
        top: -0.3rem;
        transform: translateX(-50%);
    }

    .question {
        width: 100%;
    }

    .question .wp_article_list {
        width: 100%;
    }

    .question .wp_article_list li {
        width: 100%;
        transition: all 0.5s;
        flex-direction: column;
        border-left: 4px solid #043064;
        padding: 0;
        margin-bottom: 0.15rem;
    }

    .question .wp_article_list li .Article_Title {
        color: #043064;
    }
    .question .wp_article_list li .Article_Index {
        display: none;
    }

    .question .wp_article_list li .pr_fields {
        width: 100%;
        border-bottom: none;
        background-color: #e8e1ea;
        color: #043064;
        flex-direction: column;
        align-items: start;
        height: auto;
        box-sizing: border-box;
        transition: all 0.5s;
        margin: 0;
        padding: 0.15rem;
    }

    .question .wp_article_list li .pr_fields .Article_Title {
        pointer-events: none;
        white-space: normal;
    }

    .question .wp_article_list li .ex_fields {
        display: none;
        padding: 0.15rem;
        width: 100%;
        background-color: #FFF;
        color: #043064;
    }

    .question .wp_article_list li .ex_fields a {
        cursor: auto;
    }

    .show-answer .pr_fields {
        background-color: #043064 !important;
        color: #FFF !important;
    }
    .show-answer .pr_fields .Article_Title {
        color: #FFF !important;
    }
    .show-answer .ex_fields {
        display: block !important;
    }

    .orbit-wrapper {
        width: 100% !important;
        height: 2.25rem !important;
    }

    .featured {
        width: 100% !important;
        height: 100% !important;
    }

    div.orbit > a {
        width: 100%;
        height: 100%;
    }

    div.orbit > a span {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 90%;
        width: 3.45rem;
        padding: 0.15rem;
        background-color: #fff;
        text-align: center;
        color: #220338;
        font-weight: bold;
        display: block;
    }

    div.timer {
        display: none;
    }

    div.slider-nav span {
        width: 0.3rem;
        height: 0.3rem;
        background-size: 100% 100% !important;
        margin-top: -0.3rem;
    }

    .banner-box .dtjt3_w11 {
        height: 100% !important;
    }

    .banner-box > div > div {
        overflow: unset !important;
    }

    .banner-box img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    .dtjt3_w14 {
        width: 3.2rem !important;
        margin: 0 auto;
        height: 3.07rem !important;
    }

    .dtjt3_w14 .picbase1-slidenav {
        bottom: 0.75rem;
    }

    .dtjt3_w14 .picbase1s {
        width: 100% !important;
        height: 100% !important;
    }

    .dtjt3_w14 .picbase1s img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    .dtjt3_w14 .picbase1-content {
        min-width: 100%;
        left: 0;
        bottom: 0;
        background: #fff;
        padding: 0.12rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .dtjt3_w14 .picbase1-content h2 {
        background: none;
        font-size: 0.14rem;
        color: #57069B;
        line-height: 0.2rem;
        display: -webkit-box;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        opacity: 1;
        padding: 0;
        border-bottom: 0;
    }

    .dtjt3_w14 .picbase1-content p {
        display: none;
    }

    .dtjt3_w15 {
        width: 100%;
        height: 1.77rem;
    }

    .dtjt3_w15 .picbase1-slidenav {
        display: none;
    }

    .dtjt3_w15 .picbase1s {
        width: 100% !important;
        height: 100% !important;
    }

    .dtjt3_w15 .picbase1s img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    .picbase1-slidenav li img {
        display: none !important;
    }

    .dtjt3_w15 .picbase1-content {
        min-width: 100%;
        left: 0;
        bottom: 0;
        background: rgba(51, 51, 51, .59);
        padding: 0.05rem;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .dtjt3_w15 .picbase1-content h2 {
        background: none;
        font-size: 0.14rem;
        color: #fff;
        line-height: 0.2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        opacity: 1;
        padding: 0;
        border-bottom: 0;
    }

    .dtjt3_w15 .picbase1-content p {
        display: none;
    }

    .lb_bys {
        width: 100%;
        height: 3.57rem;
    }

    .lb_bys .lb_bys-box {
        width: 100%;
        height: 100%;
    }

    .lb_bys-box .dtjt9_div_img {
        width: 100%;
        height: 2.89rem;
    }

    .lb_bys-box .dtjt9_div_img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    .lb_bys-box .dtjt9_div_text {
        width: 100%;
        bottom: 0;
        transform: translateX(0);
        left: 0;
        top: auto;
        position: relative;
    }

    .lb_bys-box .dtjt9_div_text .dtjt9_div_text_title {
        color: #57069b;
    }

    .dtjt9_div_img .number {
        display: none;
    }

    .dtjt9_div_text {
        top: 70%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        width: 3.45rem;

        background: #f9f9f9;
        z-index: 9999;
        padding: 0.1rem 0.2rem;
        line-height: 0.23rem;
    }

    .dtjt9_div_text .dtjt9_div_text_title {
        text-align: left;
        font-size: 0.16rem;
        color: #220338;
        font-weight: bold;
    }

    .dtjt9_div_text .dtjt9_div_text_title a {
        font-size: 16px;
    }

    .tabs {
        padding: 0 0.15rem;
        display: flex;
        justify-content: space-between;
    }

    .tabs .tabs-item {
        width: 20%;
        text-align: center;
    }

    .tabs .tabs-item img {
        width: 0.4rem;
        height: 0.4rem;
    }

    .tabs .tabs-item p {
        font-size: 0.13rem;
        color: #9a9a9a;
    }

    .more-link .moretext {
        display: none !important;
    }

    .to_blue {
        display: block;
        width: 3.45rem;
        height: 0.8rem;
        margin: 0.1rem auto;
    }

    .to_blue img {
        width: 100%;
        display: block;
    }

    .nav_tit {
        display: flex;
        align-items: center;
        margin: 0.1rem 0.15rem 0.05rem;
        justify-content: start;
        /* position: relative; */
    }

    .nav_tit h3 {
        font-size: 0.18rem;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #0089fd;
        padding-bottom: 0.1rem;
        background: #333;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
    }
    .nav_tit h3:after {
        width: 0.3rem;
        height: 4px;
        background-color: #043064;
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }
    .nav_tit span::before {
        content: '';
        display: block;
        margin-right: 0.05rem;
        width: 0.05rem;
        height: 0.2rem;
        background: #043064;
    }

    .nav_tit span {
        font-size: 0.18rem;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #0089fd;
        display: flex;
        align-items: center;

        background: #043064;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .nav_tit .more {
        font-size: 0.12rem;
        color: #9a9a9a;
        font-weight: normal !important;
        background: url('./ydimages/re_right.png') no-repeat;
        background-size: 0.06rem 0.11rem;
        background-position: right center;
        padding-right: 0.1rem;
        display: block;
    }

    .sudy-tab .tab-menu {
        width: 100%;
        overflow-x: scroll;
        padding: 0 0.15rem;
        height: auto !important;
        display: flex;
        justify-content: space-between;
    }

    #wp_listcolumn_w24 .wp_listcolumn {
        width: 100%;
        overflow-x: scroll;
        padding: 0.1rem 0.15rem;
        height: auto !important;
        display: flex;
        justify-content: space-between;
    }

    .sudy-tab .tab-menu li {
        height: 0.3rem;
        padding: 0.08rem;
        border-radius: 0.05rem;
        text-align: center;
        line-height: 0.15rem;
        background-color: #f6f6f6;
        font-size: 0.15rem;
        color: #333;
        margin-right: 0.1rem;
        white-space: nowrap;
        font-weight: normal;
    }

    #wp_listcolumn_w24 .wp_listcolumn .wp_column {

        height: 0.3rem;
        padding: 0.08rem;
        border-radius: 0.05rem;
        text-align: center;
        line-height: 0.15rem;
        background-color: #f6f6f6;
        font-size: 0.15rem;
        color: #333;
        margin-right: 0.1rem;
        white-space: nowrap;
        font-weight: normal;
        background-image: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #wp_listcolumn_w24 .wp_listcolumn .wp_column:last-child {
        margin-right: 0;
    }

    #wp_listcolumn_w24 .wp_listcolumn .wp_column.selected {
        background: #57068C;;
        color: #fff !important;
    }

    #wp_listcolumn_w24 .wp_listcolumn .wp_column a {
        font-size: 0.15rem;
        color: #333;
        font-weight: normal;
        background: none;
        text-align: center;
        border: none;
    }

    #wp_listcolumn_w24 .wp_listcolumn .wp_column a .column-name {
        padding: 0;
        line-height: normal;

    }

    #wp_listcolumn_w24 .wp_listcolumn .wp_column a.selected {
        background: none;
        border: none;
        background: #043064;;
        color: #fff !important;
    }

    .wp_article_list .list_item .Article_Index {
        width: 5px;
        height: 5px;
        background-image: none;
        border-radius: 50%;
        background-color: #666;
        display: block;
        color: transparent;
        overflow: visible;
        text-indent: 0;
    }

    .wp_article_list .list_item .Article_Title {
        font-size: 0.15rem;
        color: #333;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .wp_article_list .list_item .Article_Title a {
        /*display: block;*/
        /*width: 100%;*/
        /*white-space: normal;*/
    }
    .wp_article_list .list_item .Article_PublishDate {
        color: #999;
        font-size: 0.13rem;
    }

    .sudy-tab .tab-menu li:last-child {
        margin-right: 0;
    }

    .cbox {
        padding: 0.15rem;
        min-height: 2.5rem !important;
    }

    .wp_article_list .list_item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 0.01rem rgba(204, 204, 204, 0.185) solid;
        padding: 0.1rem 0;
        height: auto;
        line-height: normal;
    }

    .wp_article_list .list_item .pr_fields {
        display: flex;
        align-items: center;
        font-size: 0.15rem;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        flex: 1;
        width: 100%;
    }

    .cbox-cover {
        width: 3.45rem;

        background: #dbdbdb;
        border-radius: 0.02rem;
        position: relative;
        margin: 0 auto;
    }

    .cbox-cover img {
        width: 100%;
        height: 1.77rem;
        display: block;
        object-fit: cover;
    }

    .cbox-cover .txt {
        width: 100%;
        height: 0.28rem;
        background: rgba(51, 51, 51, 0.59);
        line-height: 0.28rem;
        color: #fff;
        font-size: 0.14rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 0.1rem;
    }
    .cbox p {
        font-size: 0.15rem !important;
    }
    .box_ljgd {
        width: 100%;
        height: 1.5rem;
        /*background: url('./images/m/bg_ljgd.png') no-repeat;*/
        background-size: 100% 100%;
        padding: 0 0.25rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .box_ljgd-tit {
        font-size: 0.18rem;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #0089fd;
        background: #043064;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .box_ljgd p {
        text-align: center;
    }

    .box_ljgd .jump_more {
        width: 1.18rem;
        height: 0.34rem;
        background: #043064;
        border-radius: 0.02rem;
        text-align: center;
        line-height: 0.34rem;
        color: #fff;
        font-size: 0.15rem;
        margin-bottom: 0.15rem;
    }

    .cbox1 .wp_article_list .list_item .pr_fields .Article_Index {
        width: 0.05rem;
        height: 0.05rem;
        margin-right: 0.05rem;
        border-radius: 50%;
        background: #57068c;
        color: transparent;
    }

    .cbox1 .wp_article_list .list_item .Article_PublishDate {
        font-size: 0.12rem;
        color: #9a9a9a;
    }

    .cbox .more_text {
        font-size: 0.13rem;
        color: #999;
    }

    .cbox2 .wp_article_list_table tbody tr td {
        display: flex;
        align-items: center;
        padding: 0.1rem 0;
        border-bottom: 0.01rem rgba(204, 204, 204, 0.185) solid;
        height: auto;
        line-height: normal;
    }

    .cbox2 .Article_MicroImage {
        margin-right: 0.1rem;
    }

    .cbox2 .Article_MicroImage a img {
        width: 1.18rem;
        height: 0.8rem;
        object-fit: cover;
    }

    .cbox2 .infos {
        width: calc(100% - 1.25rem);
    }

    .cbox2 .infos .news_title {
        font-size: 0.15rem;
        color: #333;
        display: -webkit-box;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .cbox2 .infos .post_time {
        font-size: 0.13rem;
        color: #ccc;
        margin-top: 0.05rem;
    }

    .cbox3 .div_piccontenttitle_ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .cbox3 .div_piccontenttitle_ul .div_piccontenttitle_li {
        width: 49%;
        margin-bottom: 0.1rem;
    }

    .cbox3 .div_piccontenttitle_li .c_pt_12 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cbox3 .div_piccontenttitle_li .c_pt_12 .c_pic {
        width: 100%;
        padding: 0;
    }

    .cbox3 .div_piccontenttitle_li .c_pt_12 .c_pic img {
        width: 100%;
        height: 1.04rem;
        border-radius: 0.1rem;
        object-fit: cover;
        padding: 0;
    }

    .cbox3 .div_piccontenttitle_li .c_pt_12 .c_txt {
        width: 100%;
        font-size: 0.14rem;
        color: #220338;
        line-height: 0.2rem;
        padding-top: 0.05rem;
    }

    .cbox3 .div_piccontenttitle_li .c_pt_12 .c_txt h3 {
        font-size: 0.14rem;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
    }

    .cbox3 .div_piccontenttitle_li .c_pt_12 .c_txt p {
        display: none;
    }

    .article {
        width: 100%;
        padding: 0.15rem 0.1rem;
    }

    .article .arti_title {
        font-size: 0.21rem;
        color: #043064;
        font-weight: bold;
        margin-bottom: 0.1rem;
        text-align: center;
    }

    .article .arti_metas {
        text-align: center;
    }

    .article .arti_metas span {
        margin-right: 0.1rem;
        font-size: 0.12rem;
        color: #999;
    }

    .article .arti_metas span:last-child {
        margin-right: 0;
    }

    .article .entry {
        width: 90%;
        margin: 0.1rem auto;
        padding: 0.1rem 0;
        border-bottom: 1px #9a9a9a dashed;
        border-top: 1px #9a9a9a dashed;
    }

    .article .entry p {
        line-height: 1.5;
        font-size: 0.15rem;
    }

    .article .entry img {
        max-width: 100% !important;
        height: auto !important;
        display: block;
        margin: 0.1rem auto;
    }

    .wp_article_list_table {
    }

    .wp_listalbumn {
        width: 95%;
        margin: 0 auto;
        /* margin-top: 0.1rem; */
    }

    .wp_listalbumn .albumn_info .Article_Title {
        padding: 5px 5px 0;
        line-height: 1.5;
    }

    .wp_listalbumn a {
        width: 100%;
    }

    .wp_listalbumn img {
        width: 100%;
        height: 1.04rem;
        border-radius: 0.1rem;
        object-fit: cover;
    }

    .wp_listalbumn .albumn_info .Article_Title a {
        font-size: 0.15rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .wp_paging {
        float: none;
        min-height: 1.2rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    footer {
        width: 100%;
        background: url('./images/m/bg_footer.png') no-repeat;
        background-size: 100% 100%;
        background-position: center bottom;
        height: auto;
    }

    footer .logo {
        display: block;
        margin: 0 auto;
        width: 0.94rem;
        height: auto;
        padding-top: 0.15rem;
    }

    footer .footer-left {
        padding: 0.12rem 0;
        border-bottom: 1px solid #c0ccdd;
        margin-top: 0.12rem;
        padding: 0.15rem;
    }

    footer .footer-left h1 {
        font-size: 0.15rem;
        color: #fff;
        padding-bottom: 0.1rem;
    }

    footer .footer-left a,
    footer .footer-left span {
        font-size: 0.13rem;
        color: #c0ccdd;
    }

    footer .box-center {
        margin-top: 0.12rem;
        padding: 0.15rem;
    }

    footer .box-center .ewm-wrapper {
        display: flex;
        align-items: center;
    }

    footer .box-center h1 {
        font-size: 0.15rem;
        color: #fff;
        padding-bottom: 0.1rem;
        display: block;
    }

    footer .box-center .ewm {
        position: relative;

        margin-left: 0.3rem;
    }

    footer .box-center .ewm-icon {
        width: 0.45rem;
        display: block;
    }

    footer .box-center .ewm-box {
        width: 0.71rem;
        position: absolute;
        left: 50%;
        top: 120%;
        transform: translateX(-50%);
        display: none;
    }

    footer .banquan {
        width: 100%;
        height: 0.74rem;
        background: rgba(0, 0, 0, 0.5);
        padding: 0.1rem;
        font-size: 0.13rem;
        line-height: 2;
        color: #c0ccdd;
        text-align: center;
    }

    .div_piccontenttitle_ul {
        padding: 0 0.15rem;
    }

    .div_piccontenttitle_li .c_pt_12 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 0.1rem;

    }

    .div_piccontenttitle_li .c_pt_12 .c_pic {
        width: 1rem;
        height: 0.8rem;
        padding: 0;
    }

    .div_piccontenttitle_li .c_pt_12 .c_pic img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        border-radius: 0.1rem;
    }

    .div_piccontenttitle_li .c_pt_12 .c_txt {
        width: calc(100% - 1.1rem);
    }

    .div_piccontenttitle_li .c_pt_12 .c_txt h3 {
        font-size: 0.15rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .div_piccontenttitle_li .c_pt_12 .c_txt p {
        font-size: 0.13rem;
        display: -webkit-box;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 0.1rem;
    }

    .cbox_cbox2_list .wp_article_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .cbox_cbox2_list .wp_article_list .list_item {
        /*flex-direction: column;*/
        border: none;
        width: 100%;
        position: relative;
        height: 2rem;
        padding: 0;
        margin-bottom: 0.15rem;
    }

    .cbox_cbox2_list .Article_MicroImage {
        width: 40%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        margin: 0 !important;
    }

    .cbox_cbox2_list .Article_MicroImage a, .cbox_cbox2_list .Article_MicroImage a img {
        width: 100%;
        height: 100%;
    }

    .cbox_cbox2_list .Article_AuxiliaryTitle {
        font-size: 0.14rem;
        color: #666;
    }
    .cbox_cbox2_list .Article_Title,
    .cbox_cbox2_list .Article_AuxiliaryTitle,
    .cbox_cbox2_list .Article_Content {
        width: 55% !important;
        position: absolute;
        right: 0;
        margin: 0;
    }
    .cbox_cbox2_list .Article_Title {
        top: 0;
        font-size: 0.15rem;
    }
    .cbox_cbox2_list .Article_AuxiliaryTitle {
        top: 20%;
        font-size: 0.14rem;
        padding-bottom: 0.1rem;
    }
    .cbox_cbox2_list .Article_AuxiliaryTitle:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0.3rem;
        height: 2px;
        background: #dab866;
    }
    .cbox_cbox2_list .Article_Content {
        display: -webkit-box;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
        text-overflow: ellipsis;
        top: 40%;
        line-height: 1.8;
        color: #929292;
        font-size: 0.13rem;
    }
}

.box_contact {
    padding: 30px;
    display: flex;
}

.box_contact section {
    width: 50%;
}

.box_contact p {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}
.teacher-content {
    width: 100%;
}
.teacher-content .wp_article_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
}
.teacher-content .wp_article_list .list_item {
    width: 49%;
    display: flex;
    height: 240px;
    position: relative;
    box-shadow: 0 0 6px #ebebeb;
    border: 1px solid #ebebeb;
    transition: all 0.5s;
}
.teacher-content .wp_article_list .list_item:before {
    content: "";
    display: inline-block;
    width: 0%;
    height: 3px;
    transition: all .5s;
    background: #0052a3;
    position: absolute;
    top: 0;
    left: 0;
}
.teacher-content .wp_article_list .list_item:hover {
    transform: translateY(-3px);
}
.teacher-content .wp_article_list .list_item:hover:before {
    width: 100%;
}
.teacher-content .wp_article_list .list_item .Article_MicroImage {
    flex-shrink: 0;
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 20px;
    margin: 0 !important;
    display: flex;
    align-items: center;
}
.teacher-content .wp_article_list .list_item .Article_MicroImage img {
    width: 100%;
    max-width: 40%;
}
.teacher-content .wp_article_list .list_item .Article_Title,
.teacher-content .wp_article_list .list_item .Article_ShortTitle,
.teacher-content .wp_article_list .list_item .Article_AuxiliaryTitle,
.teacher-content .wp_article_list .list_item .Article_Content
{
    width: 46%;
    position: absolute;
    right: 20px;
    margin: 0;
}
.teacher-content .wp_article_list .list_item .Article_Title {
    top: 10%;
    font-size: 18px;
}
.teacher-content .wp_article_list .list_item .Article_Title:hover {
    color: #000 !important;
}
.teacher-content .wp_article_list .list_item .Article_Title:hover a {
    color: #000 !important;
}
.teacher-content .wp_article_list .list_item .Article_AuxiliaryTitle {
    top: 25%;
    font-size: 16px;
    color: #787878;
}
.teacher-content .wp_article_list .list_item .Article_AuxiliaryTitle:hover {
    color: #787878 !important;
}
.teacher-content .wp_article_list .list_item .Article_AuxiliaryTitle:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background: #dab866;
}
.teacher-content .wp_article_list .list_item .Article_Content {
    /*height: 40%;*/
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 50%;
    line-height: 1.8;
    color: #929292;
    font-size: 13px;
}
.teacher-content .wp_article_list .list_item .Article_Content a {
    display: block;
    height: 100%;
}
