@charset "utf-8";

html,
body {
    width:100%;
    font-size: 16px;
    margin:0;
    padding:0;
}
input {
    border: none; 
    background-color: transparent; 
    margin: 0; 
    padding: 0; 
    outline: none;
    }
/* section-header */
.section-header {
    background-color: #fff;
    height: 80px;
    overflow: hidden;
}

.section-header .logo-wrapper {
    padding-top: 15px;
}

.section-header .logo-wrapper .logo-header {
    height: 50px;
}
.section-header .neiwang-link {
    color: white;
    text-decoration: underline;
    margin-right: 20px;
    font-size: 14px;
    line-height: 80px;
    display: inline-block;
    padding-left: 95px;
    background: url(../images/logo-neiwang.gif) 0 center no-repeat;
}
.section-header .home-link {
    color: #999;
    text-decoration: underline;
    font-size: 14px;
    line-height: 80px;
    display: inline-block;
    padding-left: 23px;
    background: url(../images/icon-earth.png) 0 center no-repeat;
}

.section-header .home-link:hover {
    color: #206BD1;
    background: url(../images/icon-earth-blue.png) 0 center no-repeat;
}

/* search-container */
.section-header .search-container {
    height: 30px;
    position: relative;
    display: inline-block;
    margin: 25px 0 0 60px;
    border: 1px solid #ccc;
}

.search-container .search-text {
    height: 100%;
}

.search-container .search-text .search-keyword {
    height: 30px;
    padding-left: 10px;
}

.search-container .search-button {
    width: 40px;
    height: 30px;
    display: block;
    font-size: 14px;
    color: #fff;
    float: right;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    background: url(../images/icon-search.png) center center no-repeat;
}

.search-container .search-button:hover {
    text-decoration: none;
}

/* section-nav */
.section-nav {
    height: 48px;
    position: relative;
    background-color: #206BD1;
}

.nav {
    height: 100%;
    line-height: 48px;
    color: #f5f5f5;
    position: relative;
    font-size: 0;
}

.nav-item {
    width: 150px;
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 16px;
}

.nav-item:hover,
.nav-item.cur,
.nav-item.open {
    background-color: #fff !important;
}

.nav-item.cur a,
.nav-item.open a {
    color: #206BD1;
    font-weight: bold;
}

.nav-item a {
    color: #f5f5f5;
    display: block;
}

.nav-item:hover a {
    text-decoration: none;
    color: #206BD1;
}

.nav-sub {
    width: 100%;
    position: absolute;
    z-index: 99;
    display: none;
}

.nav-sub .nav-sub-item {
    height: 42px;
    line-height: 42px;
    background-color: #fff;
    color: #666;
    font-size: 14px;
    font-weight: normal;
}

.nav-sub .nav-sub-item a {
    display: block;
    color: inherit;
    font-weight: normal;
}

.nav-sub .nav-sub-item:hover {
    background-color: #EAF3FF;
    color: #206BD1;
}

/* text-link-more */
.text-link-more {
    width: 55px;
    height: 28px;
    background-color: #206BD1;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
}

.text-news.with-dot .text-news-item {
    padding-left: 18px;
    background: url(../images/dot-blue.png) 0 center no-repeat;
}

.text-news-item {
    line-height: 56px;
    font-size: 0;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #f0f0f0;
}

.text-news-item a {
    color: #333;
    font-size: 14px;
}

.text-news-detail {
    font-size: 16px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 480px;
}

.text-news-date {
    float: right;
    color: #999;
}

.text-news-item:last-child {
    border-bottom: none;
}

.text-news-item:hover .text-news-detail {
    color: #206BD1;
}

/* pic-news */
.pic-news-container {
    margin: 18px -26px 0 0;
}

.pic-news-container .pic-news-item {
    width: 382px;
    margin: 0 26px 42px 0;
    position: relative;
    background-color: #fff;
    transition: all linear .25s;
}

.pic-news-container .pic-news-item:hover::after {
    width: 40px;
    height: 40px;
    background: url(../images/bg-blue-arrow.png) center center no-repeat;
    content: "";
    position: absolute;
    right: 26px;
    top: 221px;
    z-index: 9;
}

.pic-news-container .pic-news-img {
    width: 100%;
    height: 230px;
}

.pic-news-container .pic-news-img.fl {
    margin-right: 12px;
}

.pic-news-container .pic-news-text {
    padding: 20px 25px 30px;
}

.pic-news-container .pic-news-title {
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.pic-news-container .pic-news-detail {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
    margin-top: 5px;
}

.pic-news-container .pic-news-date {
    font-size: 12px;
    color: #999;
}

/* mask-news */
.mask-news-item {
    position: relative;
}

.mask-news-item.last-item {
    margin: 0;
}

.mask-news-img {
    width: 382px;
    height: 210px;
}

.mask-news-opa,
.mask-news-text {
    width: 100%;
    height: 42px;
    line-height: 42px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.mask-news-opa {
    background-color: #000000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.mask-news-text {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 19px;
    box-sizing: border-box;
}

/* tab */
.drop-wrapper {
    position: relative;
}

.drop-wrapper .drop-trigger {
    font-size: 0;
    background-color: #EBEBEB;
}

.drop-wrapper .drop-item {
    width: 400px;
    line-height: 64px;
    display: inline-block;
    font-size: 16px;
    color: #333;
    background-color: #EBEBEB;
    font-weight: normal;
    cursor: pointer;
    text-align: center;
}

.drop-wrapper .drop-item span {
    display: inline-block;
    vertical-align: middle;
}

.drop-wrapper .drop-item .drop-status {
    width: 14px;
    height: 7px;
    background: url(../images/arr-down.png) center center no-repeat;
}

.drop-wrapper .drop-item.cur {
    color: #fff;
    background-color: #206BD1;
}

.drop-wrapper .drop-item.cur .drop-status {
    background: url(../images/arr-down-white.png) center center no-repeat;
}

/* section-drop-menu */
.section-drop-menu .wrapper {
    position: static;
}

.section-drop-menu .link-group {
    font-size: 14px;
    line-height: 28px;
    text-align: left;
}

.section-drop-menu .link-group a {
    color: #fff;
    margin-right: 24px;
}

.section-drop-menu .link-group a:hover {
    color: #88cc2f;
}

.section-drop-menu .drop-wrapper .drop-cnt {
    width: 100%;
    background: #206BD1;
    position: absolute;
    left: 0;
    z-index: 9;
}

.section-drop-menu .drop-wrapper .drop-cnt .wrapper {
    padding: 28px 0;
}

/* section-footer */
.section-footer {
    color: #fff;
}

.section-footer .footer-a {
    background-color: #1E1F21;
    padding: 44px 0 45px 0;
}

.section-footer .col-wrapper {
    width: 400px;
    margin-right: 0;
}

.section-footer .title-bar {
    font-size: 16px;
    border-left: 1px solid #fff;
    padding-left: 12px;
    opacity: .4;
}

.section-footer .link-group {
    line-height: 30px;
    width: 370px;
    margin-top: 16px;
}

.section-footer .link-group a {
    margin-right: 22px;
    color: #fff;
    opacity: .4;
}

.section-footer .contact-group {
    margin-top: 16px;
}

.section-footer .contact-text {
    font-size: 16px;
    line-height: 30px;
    opacity: .4;
}

.section-footer .qr-wrapper {
    width: 134px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
}

.section-footer .qr-img {
    width: 134px;
    height: 134px;
    display: block;
}

.section-footer .qr-text {
    margin-top: 12px;
    opacity: .4;
}

.section-footer .footer-b {
    height: 46px;
    line-height: 46px;
    background-color: #424242;
}

.section-footer .footer-b .wrapper {
    text-align: center;
}

.section-footer .footer-b .footer-text {
    display: inline-block;
}

.section-footer .footer-b .wrapper>:last-child {
    display: inline-block;
    margin-left: 30px;
    color: #fff;
    font-size: 14px;
}

.section-footer .footer-b .wrapper>:last-child span {
    margin-left: 5px;
}

.section-footer .footer-text {
    font-size: 14px;
    text-align: center;
    color: #fff;
    /* opacity: .4; */
}

.section-footer .footer-text a {
    color: #fff;
}

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* title-line */
.title-line {
    height: 24px;
}

.title-line-text {
    line-height: 24px;
    display: inline-block;
    font-size: 22px;
    color: #1b458a;
    position: relative;
    padding-left: 15px;
}

.title-line-text a {
    color: #1b458a;
}

.title-line-text:after {
    width: 4px;
    height: 24px;
    content: "";
    background: #c1281b;
    position: absolute;
    left: 0;
    top: 0;
}

.title-extra {
    display: inline-block;
    color: #707070;
}

.title-extra a {
    color: #707070;
    display: inline-block;
    font-size: 18px;
    padding: 0 5px;
}

.title-line-more {
    font-size: 13px;
    color: #999;
    float: right;
    padding-right: 15px;
    background: url(../images/icon-arr-more.png) right center no-repeat;
    line-height: 24px;
}

/* title-color */
.title-color {
    border-bottom: 6px solid#356bcd;
    padding-left: 40px;
}

.title-color-text {
    display: inline-block;
    font-size: 0;
}

.title-color-text span {
    display: inline-block;
    font-size: 22px;
    line-height: 40px;
}

.title-color-text span.color-y {
    color: #e8a908;
}

.title-color-text span.color-b {
    color: #1b458a;
}

.title-color-more {
    font-size: 13px;
    color: #999;
    float: right;
    padding-right: 15px;
    background: url(../images/icon-arr-more.png) right center no-repeat;
    line-height: 40px;
}

/* section-ad */
.section-ad img {
    width: 100%;
    height: 88px;
}

/* pagination 分页 */
.pagination,
.paging .fenye {
    text-align: center;
    margin: 30px 0;
}

.pagination a,
.pagination span,
.paging .fenye a,
.paging .fenye span {
    height: 33px;
    line-height: 33px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
    padding: 0 10px;
    min-width: 16px;
}

.pagination a,
.paging .fenye a {
    border-radius: 5px;
    border: 1px solid #D0CFCF;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.pagination .prev,
.pagination .next,
.paging .fenye .prevpage,
.paging .fenye .nextpage {
    padding: 0 8px;
}

.pagination .active,
.paging .fenye .curpage {
    background: #258CFF;
    color: #fff;
    border-radius: 5px;
}

.paging .fenye li {
    padding: 0;
    display: inline-block;
}


/* 弹窗 */
.pop-window {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 99999;
}

.pop-window .pop-container {
    width: 800px;
    height: 400px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.pop-window .pop-container .pop-header {
    position: relative;
    height: 50px;
    line-height: 50px;
}

.pop-title {
    font-size: 18px;
}

.pop-close {
    position: absolute;
    cursor: pointer;
    width: 22px;
    height: 22px;
    background: url(../images/icon-cross.png) center center no-repeat;
    top: 14px;
    right: 14px;
    background-size: 18px;
}

.pop-close:hover {
    background: url(../images/icon-cross-blue.png) center center no-repeat;
    background-size: 18px;
}

/* feedback */
.window-feedback .pop-container {
    width: 300px;
    height: 80px;
    background-color: #fff;
    line-height: 80px;
}

.form .form-title {
    font-size: 18px;
}

.form .label {
    color: #333;
    font-size: 16px;
    width: 120px;
    text-align: right;
    display: inline-block;
}

.form .label i {
    width: 6px;
    display: inline-block;
    margin-right: 6px;
    color: red;
}

.form p {
    margin-bottom: 20px;
    text-align: left;
}

.form p input {
    width: 600px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 2px;
    outline: none;
    padding: 0 6px;
}

.form p textarea {
    width: 600px;
    min-height: 120px;
    border: 1px solid #ddd;
    border-radius: 2px;
    outline: none;
    padding: 4px 6px;
}

.form .radio {
    line-height: 36px;
}

.form .radio label {
    color: #333;
}

.form .radio input {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 20px;
}

.form .code-wrap input {
    width: 120px;
}

.form .code-wrap img {
    width: 80px;
    height: 30px;
    vertical-align: middle;
}

.btn-wrap {
    text-align: center;
    margin-top: 10px;
}

.btn-wrap span,
.btn-wrap a {
    width: 80px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    margin: 0 20px;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
    background: #ccc;
}

.btn-wrap span:hover {
    opacity: 0.9;
}

.btn-wrap .confirm {
    background: #206BD1;
    color: #fff;
}

.wain-text {
    font-size: 14px;
    color: #c1281b;
    text-align: left;
    padding-left: 120px;
}

/* 二级页带横线的标题 */
.h-wrapper {
    border-bottom: 1px solid #F3F3F3;
    padding-bottom: 10px;
}

.h-group {
    display: inline-block;
}

.h-group .h-item {
    display: inline-block;
    vertical-align: bottom;
}

.h-group .h-main {
    font-size: 24px;
    color: #333;
}

.h-group .h-sub {
    font-size: 18px;
    color: #DCDCDC;
}

/* 无内容 */
.no-cnt {
    padding: 40px;
    font-weight: bold;
    text-align: center;
}


.nav_content {
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 0 0 15px;
    position: absolute;
    left: -100px;
    z-index: 5;
    width: 745px;
    height: 0;
    background-color: rgba(255, 255, 255, 0.85);
}

.nav_content_left_te {
    margin-left: 10px;
}

.nav_news_item_te {
    margin-left: 20px !important;
}

.nav_content_left {
    box-sizing: border-box;
    margin-top: 20px;
}

.nav_content_line {
    display: inline-block;
    margin-top: 23px;
    width: 1px;
    height: 170px;
    background-color: #8FA8CF;
}

.nav_content_img {
    width: 303px;
    height: 171px;
}

.nav_content_desc {
    margin-top: 10px;
}

.nav_content_desc>p {
    text-indent: 28px;
    font-size: 14px;
    line-height: 30px;
    color: #848484;
}

.nav_content_desc>p>a {
    font-size: 14px;
    color: #006CFF;
}

.nav_content_right {
    width: 400px;
    margin-top: 20px;
}

.nav_content_item {
    width: 160px;
    height: 35px;
    margin-bottom: 8px;
    margin-left: 10px;
    text-align: center;
    line-height: 35px;
    border-bottom: 1px solid transparent;
    background-color: #fff;
}

.nav_content_item::after {
    width: 1px;
    content: "";
    margin: 0 auto;
    background-color: transparent;
    height: 2px;
    display: block;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}

.nav_content_item:hover::after {
    width: 100%;
    background-color: #4DC3FF;
}

.nav_content_item>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #004ABA;
}

.nav_news_item {
    box-sizing: border-box;
    width: 50%;
    margin-top: 20px;
    margin-left: 10px;
}

.nav_news_item:first-child {
    padding-right: 14px;
}

.nav_news_item>h1 {
    position: relative;
    padding-left: 13px;
    font-size: 16px;
}

.nav_news_item>h1::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    display: block;
    width: 5px;
    height: 18px;
    background-color: #2369D4;
}

.nav_news_desc {
    margin-top: 20px;
    text-indent: 28px;
    font-size: 14px;
    line-height: 30px;
    color: #848484;
}

.nav_news_desc>a {
    color: #006CFF;
}

.nav_news_img {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    width: 185px;
    height: 76px;
}

.nav_news_img:nth-child(2n) {
    margin-right: 0;
}

.nav_news_img>img {
    width: 100%;
    height: 100%;
}

.nav_party_item {
    margin-top: 20px;
}

.nav_party_item:first-child {
    width: 48%;
}

.nav_party_item:last-child {
    box-sizing: border-box;
    padding-left: 5px;
    width: 52%;
}

.nav_party_img {
    display: block;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 260px;
    height: 80px;
}

.nav_party_img>img {
    width: 100%;
    height: 100%;
}

.nav_party_right_img {
    width: 303px;
    height: 170px;
    margin-right: 20px;
}

.nav_party_list {
    width: 44%;
}

.nav_party_list_item {
    position: relative;
    line-height: 32px;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.section-footer .footer_webs_list {
    width: 390px;
    overflow: auto;
    height: 150px;
    margin-top: 18px;
}

.section-footer .footer_webs_list a {
    margin-right: 0;
}

.footer_webs_list li {
    margin-bottom: 10px;
}

.footer_webs_list li span {
    display: block;
    padding-left: 15px;
    font-size: 14px;
    color: #fff;
    background: url('../images/9ada65e506e0c628948e8f661ca23b8d.png') left center no-repeat;
}

.footer_webs_list li span a {
    color: #fff;
    opacity: .4;
}

.companys {
    display: none;
}

.companys a {
    display: inline-block;
    width: 16%;
    margin-left: 23px;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    opacity: .4;
}

.footer_webs_list ul li:last-child .companys a {
    width: auto;
}

.footer_webs_list>a {
    display: inline-block;
    margin-bottom: 18px;
    width: 18%;
    margin-right: 20px;
    font-size: 14px;
    color: #fff;
}

.footer_webs_list>:nth-child(4n) {
    margin-right: 0;
}

.footer_webs_list>:last-child {
    width: auto;
}

.footer_webs_list>a:hover {
    color: #00EB9B;
}


/* pc端隐藏手机样式 */
@media screen and (min-width: 900px) {

    .mobile-inner,
    .icon_back_wap,
    .footer,
    .footer_hao,
    .banner-wap {
        display: none;
    }
}

/* 手机端公共的样式 */
@media screen and (max-width: 900px) {

    .companys a {
        width: auto;
    }

    .section-header,
    .section-nav,
    .section-drop-menu,
    .section-footer {
        display: none;
    }

    img {
        display: block;
        margin: 0;
    }

    .mobile-inner {
        height: 1.03rem;
        width: 100%;
        position: relative;
    }

    .mobile-inner-header {
        background-color: white;
        width: 100%;
        height: 1.03rem;
        position: absolute;
        box-sizing: border-box;
        top: 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        left: 0px;
        padding: 0 0.38rem 0 0.39rem;
    }

    .mobile-inner-header-setup {
        display: flex;
        align-items: center;
    }

    .mobile-inner-header-setup img {
        width: 0.4rem;
        height: 0.4rem;
    }

    .mobile-inner-header-setup a {
        margin-left: 0.25rem;
    }

    .mobile-inner-header a {
        display: flex;
    }

    .mobile-inner-header-icon {
        transition: all .3s ease;
    }

    .mobile-inner-header>a>:nth-child(1) {
        width: 2.90rem;
        height: 0.51rem;
    }

    .er_nav .mobile-inner-nav {
        top: 0.99rem;
    }

    .mobile-inner-nav {
        width: 100%;
        box-sizing: border-box;
        position: absolute;
        top: 1.03rem;
        left: 0px;
        display: none;
        padding: 0 0.2rem 0.3rem 0.2rem;
        background: url(../images/icon_nav_bg.png);
        background-size: 100% 100%;
        z-index: 10;
    }

    /* 返回顶部 */
    /* 返回顶部图标 */
    .icon_back_wap {
        width: 0.7rem;
        height: 0.7rem;
        position: fixed;
        bottom: 0.5rem;
        right: 0.5rem;
        display: none;
        z-index: 999;
    }

    /* 开始修改导航 */

    .nav_item {
        box-sizing: border-box;
        opacity: 0;
        transform: translate3d(0, -100%, 0);
        padding-right: 0.2rem;
    }

    .nav_item .nav_item_s {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 1rem;
    }

    .nav_item>.nav_item_s>a {
        box-sizing: border-box;
        font-size: 0.3rem;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1rem;
        height: 100%;
        width: 100%;
        display: block;
        padding-left: 0.2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav_item_bg {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 12%;
        height: 100%;
    }

    .nav_icon1 {
        width: 0.29rem;
        height: 0.29rem;
    }

    .nav_icon2 {
        width: 0.29rem;
        height: 0.03rem;
    }

    .sub_nav {
        width: 100%;
        background: rgba(51, 176, 255, 0.3);
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        padding: 0 0 0.4rem 0.35rem;
    }


    .sub_nav_li {
        width: 30%;
        margin: 0.4rem 0rem 0 0;
    }

    .sub_nav_li a {
        display: block;
        font-size: 0.3rem;
        font-weight: 400;
        color: #FFFFFF;
    }

    /* .mobile-inner-nav>:nth-child(4) .sub_nav .sub_nav_li {
        width: auto;
        margin: 0.4rem 0.4rem 0 0;
    } */

    .mobile-inner-nav>:nth-child(2) .sub_nav .sub_nav_li {
        width: 32%;
        margin: 0.4rem 0 0 0;
    }

    .er_nav .mobile-inner-nav>:nth-child(4) .sub_nav .sub_nav_li {
        width: 25%;
        margin: 0.4rem 0 0 0;
    }



    /* 头部搜索 */
    .cn_search_wai {
        position: absolute;
        left: 0;
        top: 1.03rem;
        width: 100%;
        height: 1.2rem;
        z-index: 5;
    }

    .cn_search {
        background: #2A5DC2;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .cn_search input {
        width: 5.35rem;
        height: 0.6rem;
        background: #FFFFFF;
        border-radius: 0.3rem;
        margin-right: 0.29rem;
        outline: none;
        padding: 0 0.3rem;
        box-sizing: border-box;
    }

    .cn_search_div {
        width: 1.3rem;
        height: 0.6rem;
        background: #48B77C;
        border-radius: 0.3rem;
    }

    .cn_search_div a {
        width: 100%;
        display: block;
        height: 100%;
        font-size: 0.28rem;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 0.6rem;
        text-align: center;
    }

    /* 点击添加的类 */
    .addShow {
        opacity: 1 !important;
        transform: translate3d(0, 0, 0) !important;
    }

    .border {
        border-bottom: solid 1px #33B0FF;
    }

    /* 底部 */
    .footer {
        width: 100%;
        padding: 0 0.28rem;
        background: #1E1F21;
        box-sizing: border-box;
        margin-top: 0.6rem;
    }

    .footer_title_content {
        display: flex;
        align-items: center;
        border-bottom: 0.01rem solid rgba(255, 255, 255, 0.3);
    }

    .footer_title_content>div {
        width: 0.03rem;
        height: 0.36rem;
        background: #A2A4A7;
        margin-right: 0.18rem;
    }

    .footer_title_content span {
        font-size: 0.28rem;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 0.74rem;
        opacity: 0.4;
    }

    .footer_group {
        display: flex;
        flex-wrap: wrap;
        padding: 0.25rem 0.1rem 0 0.09rem;
        font-size: 0.26rem;
        font-weight: 300;
        color: #FFFFFF;
        box-sizing: border-box;
    }

    .footer_group_ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 0.25rem 0.1rem 0 0.09rem;
        font-size: 0.26rem;
        box-sizing: border-box;
        height: 3.5rem;
    }

    .footer_group_ul>a {
        font-size: 0.26rem;
        font-weight: 300;
        color: #FFFFFF;
        line-height: 0.63rem;
        margin-right: 0.23rem;
        opacity: 0.4;
    }

    .footer_group_ul>:nth-child(5n) {
        margin-right: 0;
    }

    .footer_erweima_contain {
        width: 100%;
        display: flex;
        /* align-items: center; */
        justify-content: space-between;
    }

    .footer_erweima_contain>div {
        margin-bottom: 0 !important;
    }

    .footer_group div {
        margin-bottom: 0.3rem;
    }

    .footer_group>div {
        opacity: 0.4;
    }

    .footer_erweima {
        width: 1.55rem;
        height: 1.57rem;
    }

    .footer_hao {
        width: 100%;
        height: 0.7rem;
        background: #424242;
        font-size: 0.2rem;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.4);
        text-align: center;
    }

    .footer_hao a {
        display: inline;
        text-align: center;
        line-height: 0.7rem;
        font-size: 0.2rem;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.4);
    }

    /* 小图标旋转 和字体变大 */
    .route90 {
        transform: rotate(90deg);
    }

    /* 二级背景 */
    .erji_bg {
        width: 100%;
        height: 3.5rem;
    }

    .erji_bg>img {
        width: 100%;
        height: 100%;
    }

    /* 二级下拉 */
    .er_nav {
        height: 1rem;
        background: #206BD1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        position: relative;
    }

    .er_nav>img {
        width: 0.19rem;
        height: 0.36rem;
        margin-right: 0.35rem;
        transition: all .3s ease;
    }

    .er_nav_first {
        width: 0.06rem;
        height: 0.28rem;
        background: #88CC2F;
        margin-right: 0.12rem;
    }

    .er_nav_title {
        font-size: 0.34rem;
        font-weight: bold;
        color: #FFFFFF;
    }

    .er_nav_left {
        display: flex;
        align-items: center;
        margin-left: 0.24rem;
    }

    .er_nav_list {
        position: absolute;
        top: 1rem;
        background: #2A5DC2;
        width: 100%;
        padding: 0 0.2rem;
        box-sizing: border-box;
        padding-bottom: 0.25rem;
    }

    .er_nav_list li {
        border-bottom: solid 0.01rem #33B0FF;
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    .er_nav_list a {
        display: block;
        font-size: 0.3rem;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 0.94rem;
    }

    /* 新闻列表 */
    .news_list {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0.24rem;
    }

    .news_list_ul {
        width: 100%;
    }

    .news_list_li {
        width: 100%;
        margin-top: 0.43rem;
    }

    .news_list_li a {
        width: 100%;
        display: block;
        border-bottom: 0.01rem solid #D3D3D3;
        padding-bottom: 0.43rem;
    }

    .news_list_li h1 {
        font-size: 0.34rem;
        font-weight: bold;
        color: #333333;
    }

    .news_list_date {
        font-size: 0.24rem;
        font-weight: 400;
        color: #999999;
        margin-top: 0.28rem;
        margin-bottom: 0.25rem;
    }

    .news_list_desc {
        font-size: 0.28rem;
    }

    /* 查看更多 */
    .list_more {
        width: 2.8rem;
        height: 0.88rem;
        background: #206BD1;
        margin: 0.42rem auto 0.6rem auto;
    }

    .list_more a {
        height: 100%;
        display: block;
        font-size: 0.3rem;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
        line-height: 0.88rem;
    }

    .no-practice {
        width: 100%;
        font-size: 0.28rem;
        min-height: 2rem;
        text-align: center;
        line-height: 2rem;
    }

    .pagination,
    .paging .fenye {
        margin: .3rem 0;
    }
}