.list-ban {
    position: relative;
}

.list-ban::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    height: 100%;
    width: 100%;
    background: url(../images/list-banbg.png) no-repeat;
    background-size: 100% 100%;
}

.ltban_tp img {
    width: 100%;
}

.ltban_box {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 3px;
    width: 100%;
}

.ltban_box .ltone .w15 {
    transform: translate(-0.65rem, 0);
}

.ltban_box .ltone {
    margin-bottom: 0.7rem;
}

.ltone h1 {
    color: #fff;
    font-size: .54rem;
    padding-left: .4rem;
    padding-top: 0.17rem;
    background: url(../images/icon-dhtit2.png) no-repeat left top;
    background-size: auto 0.65rem;
    display: block;
}

.ltone span {
    margin-top: 0.2rem;
    font-size: 0.14rem;
    line-height: 0.3rem;
    color: #FFFFFF;
    padding-left: 0.4rem;
    display: block;
}

.ltone span a {
    color: #FFFFFF;
}

.ltone span a:hover {
    font-weight: bold;
}

.ltban_box .lttwo {
    position: relative;
}

.ltban_box .lttwo::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 37.5%;
    height: 100%;
    background: url(../images/yjlm-bg.png) no-repeat right center;
    background-size: cover;
}

.ltban_box .lttwo .w15 {
    padding: 0.2rem 0;
    overflow: hidden;
    min-height: 0.8rem;
}
.lttwo a {
    font-size: 0.2rem;
    line-height: 0.4rem;
    color: #FFFFFF;
    margin-right: 0.5rem;
    display: inline-block;
    position: relative;
}

.lttwo a::before,
.lttwo a::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all 0.4s ease-out 0s;
}

.lttwo a::before {
    left: 50%;
}

.lttwo a::after {
    right: 50%;
}

.lttwo a.active,
.lttwo a:hover {
    font-weight: bold;
}

.lttwo a.active::before,
.lttwo a:hover::before,
.lttwo a.active::after,
.lttwo a:hover::after {
    width: 100%;
}

.lttwo a.active::before,
.lttwo a:hover::before {
    left: 0;
}

.lttwo a.active::after,
.lttwo a:hover::after {
    right: 0;
}

.list-box {
    overflow: hidden;
    padding-bottom: 2.1rem;
    background: url(../images/s4-bg.png) no-repeat center bottom;
}


/* 当前位置 */

.ltdqwz {
    overflow: hidden;
    padding-bottom: 0.25rem;
    display: none;
}

.ltdqwz h1 {
    float: left;
    font-size: 0.34rem;
    color: #2f3faf;
    font-weight: bold;
    margin-left: 0.18rem;
}

.ltdqwz span {
    float: right;
    margin-top: 0.18rem;
    display: block;
    font-size: 0.16rem;
    color: #777;
    line-height: 0.3rem;
    padding-left: 0.25rem;
    background: url(../images/icon_home.png) no-repeat left center;
    background-size: auto 0.17rem;
}

.ltdqwz span a {
    color: #777;
}

.ltdqwz span a:hover {
    color: #2f3faf;
}

.sjmenu {
    display: none;
}


/* 列表页文字 */

.list_lb {
    min-height: 5rem;
    overflow: hidden;
}

.list_lb ul {
    padding: 0.62rem 0 0.5rem;
    overflow: hidden;
    margin: 0 -0.3rem;
}

.list_lb li {
    float: left;
    width: 50%;
    overflow: hidden;
    transition: all 0.4s ease;
}

.list_lb li .mar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.58rem 0.4rem 0.38rem;
    margin: 0 0.3rem;
    border-bottom: #e5e5e5 1px solid;
}

.list_lb li .mar .time {
    width: 0.75rem;
    height: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    color: #fff;
    background: #2b378b;
    margin-right: 0.45rem;
}

.list_lb li .mar .time b {
    font-size: 0.32rem;
    display: inline-block;
}

.list_lb li .mar .time span {
    font-size: 0.16rem;
}

.list_lb li .mar .text {
    flex: 1;
    min-width: 0;
}

.list_lb li .mar h2 {
    font-size: 0.22rem;
    color: #333;
    line-height: 0.34rem;
    height: 0.68rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.2s ease-out 0s;
    margin-bottom: 0.45rem;
}

.list_lb li .mar .text b {
    display: none;
}

.list_lb li .mar .text span {
    padding: 0 0.4rem 0 0.17rem;
    line-height: 0.31rem;
    height: 0.35rem;
    font-size: 0.14 rem;
    color: #2b378b;
    display: inline-block;
    border: #d7d7e7 1px solid;
    text-align: center;
    background: #fefefe url(../images/icon-jt.png) no-repeat 0.86rem center;
    background-size: auto 0.2rem;
}

.list_lb li:hover .mar {
    background: url(../images/ltwz-bg.png) no-repeat;
    background-size: cover;
}

.list_lb li:hover .mar .time {
    background: #fe812d;
}

.list_lb li:hover .mar .text h2 {
    color: #fff;
}

.list_lb li:hover .mar .text span {
    border: rgba(255, 255, 255, 0.75) 1px solid;
    background: transparent url(../images/icon-jt2.png) no-repeat 0.86rem center;
    background-size: auto 0.2rem;
    color: #fff;
}


/* 列表页新闻 */

.list_xw {
    min-height: 5rem;
    overflow: hidden;
}

.list_xw ul {
    padding: 0.5rem 0;
    overflow: hidden;
}

.list_xw li {
    overflow: hidden;
    transition: all 0.4s ease;
    overflow: hidden;
    border-bottom: #e5e5e5 1px solid;
}

.list_xw li .mar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.5rem 0.4rem;
}

.list_xw li .mar .time {
    width: 0.75rem;
    height: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: #2b378b 1px solid;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    color: #2b378b;
    margin-right: 0.28rem;
}

.list_xw li .mar .time b {
    font-size: 0.32rem;
    display: inline-block;
}

.list_xw li .mar .time span {
    font-size: 0.16rem;
}

.list_xw li .mar .ltxwlf {
    width: 3.4rem;
    margin-right: 0.55rem;
}

.list_xw li .mar .ltxwlf .pic {
    position: relative;
    padding-bottom: 66%;
    overflow: hidden;
}

.list_xw li .mar .ltxwlf .pic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.4s ease-out 0s;
}

.list_xw li .mar .ltxwlf .pic img:hover {
    transform: scale(1.05);
}

.list_xw li .mar .text {
    flex: 1;
    min-width: 0;
}

.list_xw li .mar .text h2 {
    font-size: 0.22rem;
    color: #333;
    line-height: 0.6rem;
    height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.2s ease-out 0s;
}

.list_xw li .mar .text p {
    font-size: 0.16rem;
    color: #888;
    line-height: 0.26rem;
    height: 0.52rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.75rem;
}

.list_xw li .mar .text b {
    display: none;
}

.list_xw li .mar .text span {
    padding: 0 0.4rem 0 0.17rem;
    line-height: 0.31rem;
    height: 0.35rem;
    font-size: 0.14rem;
    color: #2b378b;
    display: inline-block;
    border: #d7d7e7 1px solid;
    text-align: center;
    background: #fefefe url(../images/icon-jt.png) no-repeat 0.83rem center;
    background-size: auto 0.2rem;
}

.list_xw li:hover {
    background: url(../images/ltxw-bg.png) no-repeat;
    background-size: cover;
}

.list_xw li:hover .mar .text h2,
.list_xw li:hover .mar .time b,
.list_xw li:hover .mar .time span {
    color: #fff;
}

.list_xw li:hover .mar .time {
    border: #fff 1px solid;
}

.list_xw li:hover .mar .text p {
    color: rgba(255, 255, 255, 0.75);
}

.list_xw li:hover .mar .text span {
    color: #fff;
    border: #fe812d 1px solid;
    background: #fe812d url(../images/icon-jt2.png) no-repeat 0.83rem center;
    background-size: auto 0.2rem;
}


/* 师资列表 */

.list_sz {
    min-height: 5rem;
    overflow: hidden;
}

.list_sz ul {
    padding-top: 0.9rem;
    overflow: hidden;
    margin: 0 -0.3rem;
    display: flex;
    flex-wrap: wrap;
}

.list_sz li {
    float: left;
    width: 50%;
}

.list_sz li .mar {
    margin: 0.1rem 0.3rem 0.5rem;
    overflow: hidden;
    background: #f0f1f9;
    transition: all 0.4s ease;
}

.list_sz li .mar a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* align-items: center; */
}

.list_sz li .mar .ltp {
    width: 2.7rem;
    margin-right: 0.5rem;
}

.list_sz li .mar .ltp .pic {
    position: relative;
    padding-bottom: 140%;
    overflow: hidden;
}

.list_sz li .mar .ltp .pic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.4s ease-out 0s;
}

.list_sz li .mar .ltp .pic img {
    transform: scale(1.05);
}

.list_sz li .mar .text {
    flex: 1;
    min-width: 0;
    padding-right: 0.3rem;
    box-sizing: border-box;
    position: relative;
}

.list_sz li .mar .text h2 {
    font-size: 0.2rem;
    color: #646464;
    line-height: 0.5rem;
    transition: all 0.2s ease-out 0s;
    margin: 0.3rem 0 0.25rem;
    padding-bottom: 0.18rem;
    background: url(../images/ltsz-xian.png) no-repeat left bottom;
    background-size: auto 0.06rem;
}

.list_sz li .mar .text h2 b {
    font-size: 0.3rem;
    color: #2332b0;
    margin-right: 0.45rem;
}

.list_sz li .mar .text p {
    font-size: 0.16rem;
    color: #777;
    line-height: 0.28rem;
    max-height: 1.12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.list_sz li .mar .text span {
    position: absolute;
    left: 0;
    bottom: 0.45rem;
    padding: 0 0.4rem 0 0.17rem;
    line-height: 0.31rem;
    height: 0.35rem;
    font-size: 0.16rem;
    color: #2b378b;
    display: inline-block;
    border: #d7d7e7 1px solid;
    text-align: center;
    background: #fefefe url(../images/icon-jt.png) no-repeat 0.86rem center;
    background-size: auto 0.2rem;
}

.list_sz li:hover .mar {
    background: url(../images/ltsz-bg.png) no-repeat;
    background-size: cover;
}

.list_sz li:hover .mar .text h2 {
    background: url(../images/ltsz-xian2.png) no-repeat left bottom;
    background-size: auto 0.06rem;
}

.list_sz li:hover .mar .text h2,
.list_sz li:hover .mar .text h2 b,
.list_sz li:hover .mar .text p {
    color: #fff;
}

.list_sz li:hover .mar .text span {
    color: #fff;
    border: #fe812d 1px solid;
    background: #fe812d url(../images/icon-jt2.png) no-repeat 0.86rem center;
    background-size: auto 0.2rem;
}


/*内容页*/

.contt_box {
    min-height: 5rem;
    overflow: hidden;
    padding: 0.5rem 0.4rem 0.1rem;
    background: linear-gradient(180deg, #FFFFFF 82%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.02);
}

.contt_tit {
    text-align: center;
    padding: 0.5rem 0 0.25rem;
    border-bottom: 1px dashed #2f3faf;
    position: relative;
}

.contt_tit::before,
.contt_tit::after,
.contt_sxp::before,
.contt_sxp::after {
    content: "";
    position: absolute;
    z-index: 3;
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    background: #2b378b;
}

.contt_tit::before {
    left: 0;
    bottom: -0.04rem;
}

.contt_tit::after {
    right: 0;
    bottom: -0.04rem;
}

.contt_tit h1 {
    font-size: 0.32rem;
    color: #2332b0;
    margin-bottom: 0.08rem;
    font-weight: 600;
}

.contt_tit h2 {
    font-size: 0.26rem;
    color: #333;
    line-height: 0.3rem;
}

.contt_tit h3 {
    margin-top: 0.08rem;
    font-size: 0.16rem;
    color: #777;
    line-height: 0.3rem;
    overflow: hidden;
}

.contt_zhwen {
    overflow: hidden;
    padding: 0.5rem 0 0.4rem;
}

.contt_zhwen p {
    font-size: 0.18rem!important;
    color: #333!important;
    line-height: 0.38rem!important;
    margin-bottom: 0.15rem;
    text-indent: 2em;
}

.contt_zhwen img {
    max-width: 100%;
    height: auto !important;
   margin: 0 auto;
   display:block;
}
.contt_zhwen table{
   margin: 0 auto;
}
.contt_zhwen td,
.contt_zhwen td p {
    text-indent: 0em;
    margin-bottom: 0;
}

.contt_zhwen iframe {
    max-width: 90%;
    margin: 0 auto;
   display:block;
}

.contt_zhwen video {
    max-width: 90%;
    height: auto !important;
}

.contt_sxp {
    box-sizing: border-box;
    border-top: 1px dashed #2f3faf;
    padding-top: 0.4rem;
    position: relative;
}

.contt_sxp::before {
    left: 0;
    top: -0.045rem;
}

.contt_sxp::after {
    right: 0;
    top: -0.045rem;
}

.contt_sxp li {
    overflow: hidden;
    box-sizing: border-box;
}

.contt_sxp li a {
    line-height: 0.36rem;
    font-size: 0.18rem;
    color: #333;
    display: block;
}

.contt_sxp li a span,
.contt_sxp li:hover,
.contt_sxp li:hover a {
    color: #2f3faf;
}

@media (max-width: 1024px) {
    /* 手机导航 */
    .sjmenu {
        display: block;
        background: #f5f5f5;
    }
    .sp_header {
        overflow: hidden;
        background: #fff;
        width: 100%;
        box-shadow: 0px 4px 20px 0px rgba(69, 117, 182, 0.1);
        height: 0.6rem;
    }
    .sp_logo {
        float: left;
        font-size: 0.24rem;
        line-height: 0.6rem;
        color: #2f3faf;
        text-indent: 10px;
        font-weight: bold;
    }
    .sp_nav {
        width: 0.6rem;
        float: right;
        position: relative;
        cursor: pointer;
        height: 0.6rem;
    }
    .sp_nav span {
        display: block;
        background: #2f3faf;
        width: .25rem;
        height: .25rem;
        background: url(../images/close1.png) center center / .15rem no-repeat;
        position: absolute;
        right: 0.12rem;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        transition: all 0.3s ease 0s;
    }
    .sp_nav.sp_nav_se span {
        transform: translateY(-50%) rotate(0deg);
    }
    .sjj_nav {
        width: 100%;
        transition: top ease 0.35s;
        display: none;
    }
    .nav_show {
        display: block;
        color: #333;
        background: #fff;
    }
    .sjj_nav ul li i {
        position: absolute;
        top: 0.05rem;
        right: 0;
        border-left: 1px #f0f0f0 solid;
        height: 0.4rem;
        padding: 0 0.07rem 0 0.07rem;
    }
    .sjj_nav ul li i svg {
        transform: rotate(-90deg);
        transition: all ease 0.35s
    }
    .sjj_nav ul li .sjj_nav_i_se svg {
        transform: rotate(0deg)
    }
    .sjj_nav ul li {
        border-top: 1px #f0f0f0 solid;
        position: relative;
        line-height: 0.5rem;
        font-size: 0.17rem;
    }
    .sjj_nav ul li a {
        display: block;
        text-indent: 0.15rem;
    }
    .sjj_nav>ul>li:last-child {
        border-bottom: 1px #f0f0f0 solid;
    }
    .sjj_nav ul li ul {
        display: none
    }
    .sjj_nav ul li ul li {
        font-size: 0.16rem;
    }
    .sjj_nav ul li ul li a {
        color: #444;
        display: block;
        text-align: left;
        text-indent: 0.2rem;
    }
    .sjj_nav ul li ul li ul li {
        font-size: 0.15rem;
    }
    .sjj_nav ul li ul li ul li a {
        color: #444;
        text-indent: 0.3rem;
    }
    .sjj_nav ul li ul li ul li ul li a {
        color: #666;
        text-indent: 0.4rem;
    }
    .sjj_nav ul li.grey {
        background: #f4f8fa;
    }
    .sjj_nav ul li i svg {
        width: 0.2rem;
        height: 0.2rem;
        fill: #666;
        margin-top: 0.01rem;
    }
    .sjj_nav ul li .sjj_nav_i_se svg {
        fill: #2f3faf;
    }
}

@media (max-width: 1024px) {
    /* 列表 */
    .list-ban::before,
    .ltban_box,
    .list-box .lt-lf,
    .ltdqwz h1 {
        display: none;
    }
    .ltdqwz {
        display: block;
        padding-bottom: 0.1rem;
        border-bottom: #2f3faf 1px solid;
    }
    .ltdqwz span {
        float: left;
    }
    .list-box {
        padding: 0.2rem 0 0.7rem;
    }
    .list_lb,
    .list_xw,
    .list_sz {
        margin-top: 0.3rem;
    }
    .list-ban {
        margin-top: 0;
    }
    .contt_tit {
        padding-top: 0;
    }
}

@media (max-width: 920px) {
    .list_xw ul,
    .list_lb ul,
    .list_sz ul {
        padding: 0 0 0.3rem;
    }
    .list_xw li:hover {
        background: #2432b1;
    }
    .list_xw li .mar {
        padding: 0.3rem;
    }
    .list_xw li .mar .time {
        display: none;
    }
    .list_xw li .mar .text h2 {
        margin-top: 0.1rem;
    }
    .list_xw li .mar .text b {
        display: block;
        font-size: 0.14rem;
        color: #999;
        font-weight: normal;
    }
    .list_xw li .mar .text p {
        margin-bottom: 0.2rem;
    }
    .list_xw li .mar .text span {
        float: right;
    }
    .list_xw li:hover .mar .text b {
        color: rgba(255, 255, 255, 0.75);
    }
    .list_lb li {
        width: 100%;
    }
    .list_sz li {
        width: 100%;
    }
}

@media (max-width: 600px) {
    /* 文章列表 */
    .list_lb li .mar {
        padding: 0.3rem;
    }
    .list_lb li .mar .time {
        display: none;
    }
    .list_lb li .mar h2 {
        height: auto;
        max-height: 0.68rem;
        margin-bottom: 0.2rem;
    }
    .list_lb li .mar .text b {
        display: block;
        font-size: 0.14rem;
        color: #999;
        font-weight: normal;
        margin-bottom: 0.2rem;
    }
    .list_lb li:hover .mar .text b {
        color: rgba(255, 255, 255, 0.75);
    }
    .list_xw li .mar .ltxwlf {
        width: 100%;
        margin-right: 0;
    }
    .list_xw li .mar .text {
        flex: auto;
        width: 100%;
        display: inline;
    }
    .list_xw li .mar .text p {
        margin-bottom: 0.1rem;
    }
    .list_xw li .mar::after {
        width: 0.36rem;
        height: 0.36rem;
    }
    /* 师资列表 */
    .list_sz li .mar .ltp {
        width: 1.7rem;
        margin-right: 0.25rem;
    }
    .list_sz li .mar .text h2 {
        font-size: 0.16rem;
        margin: 0.15rem 0 0.1rem;
        padding-bottom: 0.05rem;
    }
    .list_sz li .mar .text h2 b {
        font-size: 0.2rem;
        margin-right: 0.15rem;
    }
    .list_sz li .mar .text p {
        max-height: 0.84 rem;
        -webkit-line-clamp: 3;
    }
    .list_sz li .mar .text span {
        bottom: 0.2rem;
        font-size: 0.14rem;
    }
}


.pb_sys_style1 .p_no_d {
    border: 1px solid #2B378B!important;
    background-color: #2B378B!important;
}
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a{
       padding: 8px 12px!important;
    height: 28px!important;
}

.ssjg {
    min-height: 450px;
   padding-top:0.15rem; 
   overflow:hidden;
}

.list_rsou {
    width: 100%;
}

.list_rsou ul {
    width: 100%;
    float: left;
}

.list_rsou ul li {
    width: 100%;
    float: left;
    border-bottom: #ccc 1px dashed;
    position: relative;
}

.list_rsou ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 25px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2B378B;
}

.list_rsou ul li a {
    margin-left: 14px;
    font-size: 16px;
    color: #333;
    float: left;
    line-height: 55px;
    height: 55px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    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;
}

.list_rsou ul li i {
    float: right;
    font-size: 14px;
    color: #666;
    line-height: 55px;
    font-style: normal;
}

.list_rsou ul li:hover a {
    color: #2B378B;
    text-indent: 16px;
    transition: all 0.4s;
}

.sspage {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #333;
}

.sspage a {
    color: #01548a;
}

.qzssjg_no {
    width: 300px;
    margin: 50px auto 0px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 25px;
}

@media only screen and (max-width: 700px) {
    .qzssjg_no {
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-family: "FZLTZHK", "Microsoft YaHei";
        font-family: "Microsoft YaHei";
    }
}
