.m-top-40 {
    margin-top: 40px;
}


.p-0-100 {
    padding: 0 100px !important;
}


.nei-banner {
    position: relative;
}

.nei-banner .img img {
    width: 100%;
}


.nei-banner .sub-name {
    position: absolute;
    font-weight: bold;
    color: #FFF;
    left: 13.5%;
    top: 48%;
    font-size: 30px;
}


.sub-nav {
    width: 100%;
    height: auto;
    position: relative;
}

.sub-nav .sub-weizhi {
    width: 100%;
    height: 75px;
    line-height: 75px;
    background: url(../img/sub-nav-bg.png) no-repeat;
    position: absolute;
    top: -74px;
    border-bottom: 1px solid #EEE;
}

.sub-nav .navlist {
    padding-left: 55px;
    float: left;
}

.sub-nav .navlist a {
    font-size: 16px;
    color: #3D3D3D;
}

.sub-nav .navlist a.on {
    color: #1E63AB;
    height: 74px;
    display: inline-block;
    border-bottom: 1px solid #1E63AB;
}

.sub-nav .navlist a:hover {
    color: #1E63AB;
    height: 74px;
    display: inline-block;
    border-bottom: 1px solid #1E63AB;
}




.sub-nav .navlist span {
    color: #D8D8D8;
    margin: 0 30px;
}


.sub-nav .weihzi {
    float: right;
    padding-right: 55px;
}


.sub-nav .weihzi a {
    font-size: 14px;
    color: #3D3D3D;
}

.sub-nav .weihzi span {
    color: #1E63AB;
}

.sanji-nav {
    /* padding-top: 40px; */
}

.sanji-nav a {
    width: auto;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #333;
    margin: 0 25px 10px 0;
    margin-top: 30px;
    position: relative;
}

.sanji-nav a::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-bottom: 2px solid #1E63AB;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.sanji-nav a.on::before {
    width: 100%;
}

.sanji-nav a.on {
    color: #1E63AB;
    font-weight: bold;
}


/* 鍒嗛〉 */
.tealist ul .list-page {
    margin-top: 10px;
}

.picture ul .list-page {
    margin-top: 5px;
}


.list-page {
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    margin: 40px 0 40px 0;
}

.pb_sys_style1 .p_no_d {
    background: #1E63AB !important;
    border: 1px solid #1E63AB !important;
}



/* 甯堣祫鍒楄〃 */

.con-tealist ul li {
    float: left;
    margin-right: 30px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #CBCBCB;
    padding: 15px;
    margin-bottom: 20px;
}

.con-tealist ul li .img {
    overflow: hidden;
}

.con-tealist ul li .img img {
    width: 175px;
    height: 230px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.con-tealist ul li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}


.con-tealist ul li .title {
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 15px;
    width: 175px;
}

.con-tealist ul li:hover .title {
    background: rgba(30, 99, 171, 0.8);
}






/* 淇℃伅鍒楄〃 */


.textlist ul li {
    width: 100%;
    margin-bottom: 20px;
}

.textlist ul li a {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #CBCBCB;
}

.textlist ul li .dete {
    float: left;
    width: 112px;
    height: 106px;
    border: 1px solid #DBDBDB;
}

.textlist ul li .d {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    color: #666;
    text-align: center;
    margin-top: 25px;
}

.textlist ul li .y {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #666;
    text-align: center;
}

.textlist ul li .text {
    padding-left: 142px;
}

.textlist ul li .title {
    font-size: 18px;
    line-height: 35px;
    color: #3D3D3D;
}

.textlist ul li .desc {
    font-size: 16px;
    line-height: 34px;
    color: #999;
}

.textlist ul li:hover a {
    border: 1px solid #1E63AB;
}

.textlist ul li a:hover .title {
    color: #1E63AB;
}

.textlist ul li a:hover .d {
    color: #1E63AB;
}

.textlist ul li a:hover .y {
    color: #1E63AB;
}


/* 鍥炬枃鍒楄〃 */


.piclist ul li {
    width: 100%;
    margin-bottom: 20px;
}

.piclist ul li a {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #CBCBCB;
}





.piclist ul li .img {
    float: left;
    overflow: hidden;
}

.piclist ul li .img img {
    width: 280px;
    height: 160px;
    transition: All 0.3s ease-in-out;
}

.piclist ul li .text {
    padding-left: 310px;
}

.piclist ul li .title {
    font-size: 18px;
    line-height: 40px;
    color: #3D3D3D;
}

.piclist ul li .desc {
    font-size: 16px;
    line-height: 34px;
    color: #999;
    margin-top: 5px;
    margin-bottom: 10px;
}

.piclist ul li .dete {
    font-size: 14px;
    line-height: 35px;
    color: #999;
}


.piclist ul li:hover a {
    border: 1px solid #1E63AB;
}

.piclist ul li:hover .img img {
    transform: scale(1.05);
}

.piclist ul li:hover .title {
    color: #1E63AB;
}

/* 鍥剧墖鍒楄〃 */

.picture ul li {
    float: left;
    margin-right: 35px;
    margin-bottom: 35px;
}

.picture ul li .img {
    overflow: hidden;
}

.picture ul li .img img {
    width: 440px;
    height: 250px;
    transition: All 0.3s ease-in-out;
}

.picture ul li .title {
    font-size: 18px;
    color: #3D3D3D;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #F0E4D8;
}

.picture ul li a {
    display: inline-block;
}

.picture ul li:hover .img img {
    transform: scale(1.05);
}

.picture ul li:hover .title {
    color: #1E63AB;
}


/* 璇︽儏椤 */

.detail {
    border: 1px solid #DBDBDB;
    margin-bottom: 45px;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 265px;
    padding-bottom: 0;
}

.detail .title {
    font-size: 30px;
    font-weight: bold;
    color: #3D3D3D;
    text-align: center;
}

.detail .timer {
    text-align: center;
    margin: 15px 0 30px 0;
}

.detail .timer span {
    font-size: 16px;
    color: #999;
    margin-right: 20px;
}

.detail .content {
    padding: 25px 0;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}

.detail .content p {
    font-size: 16px;
    line-height: 30px;
    color: #3D3D3D;
    margin-bottom: 15px;
}

.detail .content p img {
    max-width: 600px;
}

.con-detail .detail .detail-page {
    line-height: 95px;
    height: 95px;
}

.con-detail .detail .detail-page p a {
    color: #252525;
    font-size: 16px;
}

.con-detail .detail-page p a:hover {
    color: #00407c;
}

.msfclist {
    width: 100%;
}


/* 鍗曢〉 */

.danye {
    border: 1px solid #DBDBDB;
    margin-bottom: 45px;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 265px;
    padding-bottom: 0;
}

.danye .content {
    padding: 25px 0;
}

.danye .content p {
    font-size: 16px;
    line-height: 30px;
    color: #3D3D3D;
    margin-bottom: 15px;
}

.danye .content p img {
    max-width: 600px;
    width: 100%;
}

/* -------------------------------------- */

.tea-item {
    width: 100%;
    margin-bottom: 40px;
}

.tea-item .name {
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    padding: 10px 15px;
    background: #eee;
    color: #1E63AB;
}

.tea-item ul {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid rgb(234, 234, 234);
    border-bottom: none;
}

.tea-item ul li {
    width: 10%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid rgb(234, 234, 234);
    /* border-top: 1px solid rgb(234, 234, 234); */
    border-bottom: 1px solid rgb(234, 234, 234);
}


.tea-item ul li a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #333;
}

.tea-item ul li:hover {
    background: #1E63AB !important;
}

.tea-item ul li:hover a {
    color: #fff;
}

/* --------------------------------------------- */

.crumbs {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
}

.crumbs .m-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.crumbs .name {
    background: #1E63AB;
    color: #fff;
    font-size: 32px;
    padding: 20px 35px;
    font-weight: bold;
    position: relative;
    top: 15px;
}

.crumbs .list {
    color: #fff;
}

.crumbs .list a {
    color: #fff;
}

.crumbs .list span:last-of-type {
    display: none;
}

.navlist2 {
    width: 100%;
    padding-top: 40px;
}

.navlist2 ul {
    width: 100%;
    display: flex;
    align-items: center;
}

.navlist2 ul li {
    margin-right: 35px;
    position: relative;
}

.navlist2 ul li::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-bottom: 2px solid #1E63AB;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.navlist2 ul li.on a {
    color: #1E63AB;
    font-weight: bold;
}

.navlist2 ul li.on::before {
    width: 100%;
}

.navlist2 ul li a {
    color: #333;
    font-size: 18px;
}

.textlist2 {
    /* box-sizing: border-box;
    padding-left: 30px; */
}

.textlist2 ul li {
    width: 100%;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding-bottom: 15px;
    position: relative;
}

.textlist2 ul li a {
    display: flex;
    align-items: center;
}

.textlist2 ul li::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-bottom: 1px solid #1E63AB;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.textlist2 ul li .dete {
    font-size: 16px;
    background: #1E63AB;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.textlist2 ul li .dete .d {
    font-size: 26px;
    font-weight: bold;
}

.textlist2 ul li .text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
}

.textlist2 ul li .title {
    font-size: 18px;
    line-height: 25px;
    height: 25px;
    color: #3D3D3D;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.textlist2 ul li .text::before {
    content: '';
    width: 110px;
    height: 0;
    display: inline-block;
    border-bottom: 3px solid #1E63AB;
    position: absolute;
    left: 20px;
    top: 32px;
}

.textlist2 ul li .desc {
    font-size: 16px;
    line-height: 26px;
    height: 54px;
    color: #999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-top: 15px;
}

.textlist2 ul li:hover::before {
    width: 100%;
}

.textlist2 ul li:hover .title {
    color: #1E63AB;
    font-weight: bold;
}

.textlist2_new {
    width: 100%;
    margin-bottom: 40px;
}

.textlist2_new ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.textlist2_new ul li {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
    position: relative;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 5px;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%), 0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
}

/* .textlist2_new ul li::before {
    content: '';
    width: 80px;
    height: 0;
    display: inline-block;
    border-bottom: 3px solid #1E63AB;
    position: absolute;
    left: 0;
    bottom: -10px;
} */

.textlist2_new ul li .title {
    font-size: 22px;
    font-weight: bold;
    color: #3D3D3D;
}

.textlist2_new ul li:hover {
    background: #1E63AB;
}

.textlist2_new ul li:hover .title {
    color: #fff;
}



@media screen and (max-width: 768px) {
    .navlist2 {
        padding: 20px 15px;
        float: none;
        width: 90%;
        overflow-x: auto;
        white-space: nowrap;
    }

    .crumbs .list {
        display: none;
    }

    .crumbs .name {
        font-size: 20px;
        padding: 10px 20px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .navlist2 ul li a {
        font-size: 16px;
    }

    .textlist ul li a {
        padding: 12px;
    }

    .m-top-40 {
        margin-top: 20px;
    }

    .textlist2 ul li {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .textlist2 ul li .dete {
        width: 70px;
        height: 70px;
        font-size: 14px;
    }

    .textlist2 ul li .dete .d {
        font-size: 20px;
    }

    .textlist2 {
        width: 90%;
    }

    .textlist2 ul li .title {
        font-size: 16px;
    }

    .textlist2 ul li .desc {
        font-size: 14px;
        line-height: 22px;
        height: 44px;
    }

    .textlist2_new ul li {
        width: 100%;
    }

    .textlist2_new {
        width: 90%;
    }

    .textlist2_new ul li .title {
        font-size: 17px;
    }


    .sanji-nav {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }
}