a {
    text-decoration: none
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

div {
    box-sizing: border-box
}

.m_btn_menu,
.m_nav_box_wrap,
.footer {
    display: none
}

.m_nav_box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: auto;
    background-color: #f5f5f5;
    z-index: 666
}

.m_nav_box .m_nav_box_top {
    text-align: center;
    margin: 20px;
    font-size: 20px
}

.m_nav_box .m_nav_title {
    width: 95%;
    margin-left: 3%
}

.m_nav_box .m_nav_title a {
    color: #000;
    display: block;
    line-height: 45px;
    font-size: 18px;
    border-bottom: 1px solid #dbdbdb
}

.m_nav_box .m_nav_title .m_nav_title_link::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #888888;
    margin-right: 10px
}

.m_nav_box .m_nav_title .m_nav_title_link::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: 18px;
    background-image: url("../images/m-arrow.png");
    background-size: cover;
    float: right;
    line-height: 45px
}

.m_nav_box .m_nav_title .m_nav_er_title {
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px
}

.m_nav_box .m_nav_title .m_nav_er_title a {
    display: inline-block;
    border: 0;
    line-height: 35px;
    background-color: #e0e0e0;
    padding: 0 10px;
    border-radius: 4px;
    margin-top: 10px;
    margin-left: 0%;
    margin-right: 3%
}

.m_nav_box .m_nav_title .m_nav_er_title a::before {
    content: "";
    display: inline-block;
    width: 0px;
    height: 0px;
    border-radius: 0px;
    margin-right: 0px
}

.m_nav_close {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 90%;
    margin-left: 5%;
    height: 50px;
    background-color: #004b8d;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    z-index: 999
}

.m_nav_close a {
    color: #fff
}

.index_wrap {
    overflow: hidden;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 1024px) {

    .nav,
    .footerBig,
    .logo_name {
        display: none
    }

    html,
    body {
        margin: 0 auto
    }

    .header {
        width: 100%;
        position: relative;
        background-image: url(../images/header_bg.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover
    }

    .header .header-con {
        width: 94%;
        height: 80%;
        margin: 0 auto
    }

    .header .header-con .logo_name {
        color: #fff;
        font-size: 5vw;
        padding-left: 15px
    }

    .header .logo {
        display: inline-block;
        width: 80%;
        padding: 10px 0 0 0
    }

    .header .big_title {
        color: #fff;
        padding-bottom: 10px
    }

    .header .big_title .china {
        font-size: 5vw;
        padding-left: 0
    }

    .header .m_btn_menu {
        cursor: pointer;
        position: absolute;
        display: inline-block;
        top: 12%;
        right: 0;
        width: 18%;
        text-align: center
    }

    .header .m_btn_menu svg {
        width: 40px;
        height: 40px
    }

    .banner {
        width: 100%;
        cursor: pointer;
        overflow: hidden;
        margin: 0 auto
    }

    .banner .swiper-container {
        height: 184px
    }

    .banner .swiper-container img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .x_content {
        margin: 0 10px
    }

    .project {
        position: relative
    }

    .project .line_one {
        position: absolute;
        width: 100%;
        height: 2px;
        background: linear-gradient(315deg, #179cfb 0%, #004b8d 100%);
        border-radius: 4px 0px 0px 0px
    }

    .project .project_host {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
        vertical-align: top;
        width: 100%;
        position: relative
    }

    .project .project_host::after {
        clear: both;
        content: "";
        display: block
    }

    .project .project_host .project_name {
        margin-top: 20px;
        padding-top: 10px;
        height: 32px;
        font-size: 18px;
        font-weight: bold;
        color: #333333;
        background: linear-gradient(180deg, rgba(132, 199, 255, 0.5) 0%, rgba(243, 250, 255, 0.5) 100%)
    }

    .project .project_host .project_name .name_l {
        margin-left: 20px;
        display: inline-block;
        vertical-align: middle
    }

    .project .project_host .project_name .name_r {
        display: inline-block;
        vertical-align: middle
    }

    .project .project_host .project_content {
        margin-top: 10px;
        text-align: justify;
        text-align-last: justify;
        padding-bottom:8px
    }

    .project .project_host .project_content::after {
        clear: both;
        content: "";
        display: block
    }

    .project .project_host .project_content img {
        display: inline-block;
        width: 20%;
        float:left;
        margin-right:13px
    }

    .project .project_host .project_content .project_description {
        padding-right: 5px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 9;
        overflow: hidden;
        margin-bottom: 30px;
        padding:10px 10px 0px 10px;
    }

    .project .project_host .project_content a {
        position: absolute;
        right: 10px;
        bottom: 10px;
        color: #4f6ba9;
        font-weight: bold;
        font-size: 1.5vw
    }

    .project .project_video {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
        position: relative;
        margin-top: 20px;
        width: 100%;
        height: 100%
    }

    .project .project_video .line_one {
        position: absolute;
        width: 100%;
        height: 2px;
        background: linear-gradient(315deg, #179cfb 0%, #004b8d 100%);
        border-radius: 4px 0px 0px 0px
    }

    .project .project_video .project_name {
        padding-top: 10px;
        padding-left: 26px;
        height: 32px;
        font-size: 18px;
        font-weight: bold;
        color: #333333;
        background: linear-gradient(180deg, rgba(132, 199, 255, 0.5) 0%, rgba(243, 250, 255, 0.5) 100%)
    }

    .project .project_video .project_name .name_l {
        display: inline-block
    }

    .project .project_video .project_name .name_l img {
        display: inline-block;
        vertical-align: middle
    }

    .project .project_video .project_name .name_r {
        display: inline-block;
        vertical-align: middle;
        font-size: 18px
    }

    .project .project_video .video {
        text-align: center;
        position: relative;
        width: 100%;
        padding: 10px 0
    }

    .project .project_video .video .swiper-container_result {
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    .project .project_video .video .swiper-container_result .swiper-slide {
        height: 67vw;
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        overflow: hidden
    }
     .project .project_video .video .swiper-container_result .swiper-slide img{
         width:100%
     }
    .project .project_video .video .swiper-container_result .swiper-pagination-bullet {
        margin-top: 10px;
        width: 13px;
        height: 13px;
        text-align: center;
        line-height: 13px;
        font-size: 9px;
        color: 004b8d;
        opacity: 1;
        background-color: #fff;
        border: 1px solid #004b8d
    }

    .project .project_video .video .swiper-container_result .swiper-pagination-bullet-active {
        color: #fff;
        background: #004b8d
    }

    .project .project_video .video .swiper-container_result .swiper-button-prev {
        background-image: url(../images/arrow_left.png);
        background-size: cover;
        width: 12px;
        height: 21px;
        left: 20px
    }

    .project .project_video .video .swiper-container_result .swiper-button-next {
        background-image: url(../images/arrow_right.png);
        background-size: cover;
        width: 12px;
        height: 21px;
        right: 20px
    }

    .success {
        margin-top: 30px
    }

    .success .success_same {
        margin-top: 30px;
        vertical-align: top;
        background: #ffffff;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
        border-radius: 4px;
        position: relative
    }

    .success .success_same .success_head {
        height: 50px;
        line-height: 50px;
        background: linear-gradient(180deg, rgba(132, 199, 255, 0.5) 0%, rgba(243, 250, 255, 0.5) 100%);
        text-align: justify;
        text-align-last: justify
    }

    .success .success_same .success_head .line_two {
        position: absolute;
        width: 100%;
        height: 2px;
        background: linear-gradient(315deg, #179cfb 0%, #004b8d 100%);
        border-radius: 4px 0px 0px 0px
    }

    .success .success_same .success_head .shu {
        display: inline-block;
        vertical-align: top;
        margin-top: 20px;
        margin-left: 10px;
        width: 6px;
        height: 20px;
        background: linear-gradient(180deg, #45b2ff 0%, #217aff 100%);
        border-radius: 1px
    }

    .success .success_same .success_head .success_name {
        display: inline-block;
        height: 32px;
        font-size: 18px;
        font-weight: bold;
        color: #333333
    }

    .success .success_same .success_head .success_name .name_l {
        margin-left: 18px;
        display: inline-block
    }

    .success .success_same .success_head .success_name .name_l img {
        display: inline-block;
        vertical-align: middle
    }

    .success .success_same .success_head .success_name .name_r {
        vertical-align: middle;
        display: inline-block
    }

    .success .success_same .success_head .success_more {
        margin-right: 8px;
        height: 16px;
        font-size: 1.5vw;
        font-weight: bold;
        display: inline-block
    }

    .success .success_same .success_head .success_more a {
        color: #4f6ba9
    }

    .success .success_same .success_body {
        overflow: hidden;
        margin: 0 8px 8px;
        text-align: justify;
        font-size: 15px;
        line-height: 28px;
        color: #333333
    }

    .success .success_same .success_body .tiao {
        margin-bottom: 10px;
        padding-left: 10px;
        font-size: 16px;
        color: #333333;
        text-align: justify
    }

    .success .success_same .success_body .tiao .dian {
        display: inline-block;
        width: 7px;
        height: 6px;
        background: #217aff;
        float: left;
        margin-top: 12px;
        margin-right: 10px
    }

    .success .success_same .success_body .tiao .tiao_content {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        margin-left: 8px;
        vertical-align: top;
        width: calc(100% - 25px)
    }

    .success .success_same .success_body .tiao .tiao_content a {
        color: #333333
    }

    .success .success_same .success_body1 {
        margin-bottom: 20px;
        padding-bottom: 4px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
        overflow: hidden;
        line-height: 25px;
        cursor: pointer
    }

    .success .success_same .success_body1 a {
        color: #333333
    }

    .lunwen {
        margin-top: 30px
    }

    .lunwen .success_same {
        vertical-align: top;
        background: #ffffff;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
        border-radius: 4px;
        position: relative
    }

    .lunwen .success_same .success_head {
        height: 50px;
        line-height: 50px;
        background: linear-gradient(180deg, rgba(132, 199, 255, 0.5) 0%, rgba(243, 250, 255, 0.5) 100%);
        text-align: justify;
        text-align-last: justify
    }

    .lunwen .success_same .success_head .line_two {
        position: absolute;
        width: 100%;
        height: 2px;
        background: linear-gradient(315deg, #179cfb 0%, #004b8d 100%);
        border-radius: 4px 0px 0px 0px
    }

    .lunwen .success_same .success_head .shu {
        display: inline-block;
        vertical-align: top;
        margin-top: 20px;
        margin-left: 10px;
        width: 6px;
        height: 20px;
        background: linear-gradient(180deg, #45b2ff 0%, #217aff 100%);
        border-radius: 1px
    }

    .lunwen .success_same .success_head .success_name {
        display: inline-block;
        font-size: 19px;
        font-weight: bold;
        color: #333333
    }

    .lunwen .success_same .success_head .success_name .name_l {
        margin-left: 16px;
        vertical-align: middle;
        display: inline-block
    }

    .lunwen .success_same .success_head .success_name .name_l img {
        display: inline-block;
        vertical-align: middle
    }

    .lunwen .success_same .success_head .success_name .name_r {
        vertical-align: middle;
        display: inline-block;
        font-size: 18px
    }

    .lunwen .success_same .success_head .success_more {
        margin-right: 8px;
        height: 16px;
        font-size: 1.5vw;
        font-weight: bold;
        display: inline-block
    }

    .lunwen .success_same .success_head .success_more a {
        color: #4f6ba9
    }

    .lunwen .lunwen_body {
        padding: 0 0 20px;
        font-size: 16px;
        line-height: 30px;
        color: #333333;
        overflow: hidden
    }

    .lunwen .lunwen_body .tiao {
        height: 40px;
        line-height: 40px;
        padding-left: 15px;
        font-size: 16px;
        position: relative
    }

    .lunwen .lunwen_body .tiao a {
        color: #333333
    }

    .lunwen .lunwen_body .tiao .dian {
        display: inline-block;
        vertical-align: middle;
        width: 7px;
        height: 6px;
        background: #217aff
    }

    .lunwen .lunwen_body .tiao .tiao_content {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 76%;
        display: inline-block;
        margin-left: 8px;
        vertical-align: middle
    }

    .lunwen .lunwen_body .tiao .tiao_content a {
        color: #333333
    }

    .lunwen .lunwen_body .tiao .date {
        position: absolute;
        right: 5px;
        top: 5px;
        display: inline-block;
        vertical-align: bottom;
        font-size: 2vw;
        font-family: Helvetica;
        color: #999999
    }

    .lunwen .lunwen_body .tiao:hover {
        background: #e8f1ff;
        cursor: pointer
    }

    .lunwen .success_right {
        margin-top: 30px
    }

    .bottom_wrap {
        position: relative;
        margin: 30px 10px 22px;
        overflow: hidden;
        box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.12)
    }

    .bottom_wrap .line_footer {
        position: absolute;
        width: 100%;
        height: 2px;
        background: linear-gradient(315deg, #179cfb 0%, #004b8d 100%);
        border-radius: 4px 0px 0px 0px
    }

    .bottom_wrap .bottom_title {
        background: linear-gradient(180deg, rgba(132, 199, 255, 0.5) 0%, rgba(243, 250, 255, 0.5) 100%);
        padding: 10px
    }

    .bottom_wrap .bottom_title .bottom_head {
        width: calc(100% - 12px);
        display: inline-block;
        line-height: 30px;
        vertical-align: top;
        font-size: 18px
    }

    .bottom_wrap .bottom_title .bottom_head img {
        margin-left: 6px;
        margin-right: 5px;
        display: inline-block;
        vertical-align: middle
    }

    .bottom_wrap .bottom_title .bottom_head span {
        font-weight: bold
    }

    .bottom_wrap .swiper-container_bottom {
        padding: 10px 0;
        width: 100%
    }

    .bottom_wrap .swiper-container_bottom .swiper-wrapper .swiper-slide img {
        width: 100%
    }

    .footer {
        display: block;
        background-color: #0357a0;
        width: 100%;
        text-align: center;
        padding: 15px 0;
        color: #dcdbdb;
        font-size: 2vw
    }
}

@media screen and (min-width: 1024px) {

    html,
    body {
        margin: 0 auto;
        max-width: 1920px;
        min-width: 1200px
    }

    .header {
        background-image: url(../images/header_bg.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover
    }

    .header .header-con {
        width: 1200px;
        margin: 0 auto
    }

    .header .logo {
        width: 415px;
        padding: 30px 0 0 0
    }

    .header .lines {
        margin-top: 40px;
        margin-left: 18px;
        vertical-align: top;
        display: inline-block;
        width: 2px;
        height: 81px;
        background: #ffffff
    }

    .header .logo_name {
        margin-top: 50px;
        margin-left: 30px;
        vertical-align: top;
        display: inline-block;
        font-size: 36px;
        color: #ffffff
    }

    .header .big_title {
        color: #fff;
        padding-bottom: 30px
    }

    .header .big_title .china {
        font-size: 36px;
        padding-left: 10px;
        margin-bottom: 8px
    }

    .nav {
        width: 100%;
        margin: 0 auto;
        margin-top: -1px;
        background: #00335f
    }

    .nav .nav-list {
        margin: 0 auto;
        text-align: center
    }

    .nav ul {
        display: inline-block
    }

    .nav ul li {
        padding: 15px 35px;
        display: inline-block
    }

    .nav ul li:hover, .nav ul .active{
        background: #004b8d
    }

    .nav ul li a {
        color: #fff
    }

    .nav ul li a .nav_china {
        font-size: 20px
    }

    .banner {
        width: 100%;
        overflow: hidden;
        cursor: pointer;
        margin: 0 auto
    }

    .banner img {
        height: 384px;
        width: 1920px
    }

    .x_content {
        width: 1200px;
        margin: 35px auto
    }

    .x_content .project {
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
        padding-bottom: 20px;
        position: relative
    }

    .x_content .project .line_one {
        position: absolute;
        width: 1200px;
        height: 2px;
        background: linear-gradient(315deg, #179cfb 0%, #004b8d 100%);
        border-radius: 4px 0px 0px 0px
    }

    .x_content .project .project_host {
        display: inline-block;
        vertical-align: top;
        width: 770px
    }

    .x_content .project .project_host .project_name {
        margin-top: 20px;
        margin-left: 36px;
        height: 32px;
        font-size: 24px
    }

    .x_content .project .project_host .project_name .name_l {
        display: inline-block;
        vertical-align: middle
    }

    .x_content .project .project_host .project_name .name_l img {
        width: 34px;
        height: 16px
    }

    .x_content .project .project_host .project_name .name_r {
        display: inline-block;
        vertical-align: middle;
        font-size: 28px;
        color: #4a4a4a
    }

    .x_content .project .project_host .project_content {
        margin-top: 30px
    }

    .x_content .project .project_host .project_content img {
        display: inline-block;
        width: 189px;
        height: 257px;
        vertical-align: middle;
        margin-top: 8px;
        float:left;
        margin-right:13px;
        margin-left:32px;
    }

    .x_content .project .project_host .project_content .project_description {
        font-family: SourceHanSansCN-Regular;
        text-align: justify;
        text-justify: inter-ideograph;
        height: 275px;
        padding-right: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 9;
        overflow: hidden;
        font-size: 17px;
        line-height: 30px
    }

    .x_content .project .project_host .project_content a {
        position: absolute;
        left: 710px;
        bottom: 15px;
        font-family: PingFang SC;
        font-weight: bold;
        color: #004b8d
    }

    .x_content .project .project_video {
        display: inline-block;
        vertical-align: top;
        margin-left: 33px;
        width: 384px
    }

    .x_content .project .project_video .line_one {
        display: none
    }

    .x_content .project .project_video .project_name {
        margin-top: 20px;
        margin-left: 36px;
        height: 32px;
        font-size: 24px;
        color: #333333
    }

    .x_content .project .project_video .project_name .name_l {
        display: inline-block;
        vertical-align: middle
    }

    .x_content .project .project_video .project_name .name_l img {
        width: 34px;
        height: 16px
    }

    .x_content .project .project_video .project_name .name_r {
        display: inline-block;
        vertical-align: middle;
        font-size: 28px;
        color: #4a4a4a
    }

    .x_content .project .project_video .video {
        text-align: center;
        position: relative;
        margin-top: 40px;
        height: 275px
    }

    .x_content .project .project_video .video .swiper-container_result {
        width: 100%;
        height: 240px;
        overflow: hidden
    }

    .x_content .project .project_video .video .swiper-container_result .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }

    .x_content .project .project_video .video .swiper-container_result .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .x_content .project .project_video .video .swiper-container_result .swiper-pagination-bullets {
        position: absolute
    }

    .x_content .project .project_video .video .swiper-container_result .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
        text-align: center;
        line-height: 13px;
        font-size: 9px;
        color: #004b8d;
        opacity: 1;
        background-color: #fff;
        border: 1px solid #004b8d
    }

    .x_content .project .project_video .video .swiper-container_result .swiper-pagination-bullet-active {
        color: #fff;
        background: #004b8d
    }

    .x_content .project .project_video .video .swiper-container_result .swiper-button-prev {
        background-image: url(../images/arrow_left.png);
        background-size: cover;
        width: 12px;
        height: 21px;
        left: 40px
    }

    .x_content .project .project_video .video .swiper-container_result .swiper-button-next {
        background-image: url(../images/arrow_right.png);
        background-size: cover;
        width: 12px;
        height: 21px;
        right: 40px
    }

    .x_content .success {
        margin-top: 30px
    }

    .x_content .success .success_same {
        display: inline-block;
        vertical-align: top;
        width: 581px;
        height: 430px;
        background: #ffffff;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
        border-radius: 4px;
        position: relative
    }

    .x_content .success .success_same .success_head {
        background: linear-gradient(180deg, rgba(132, 199, 255, 0.5) 0%, rgba(243, 250, 255, 0.5) 100%);
        height: 55px;
        margin-bottom: 20px;
        width: 581px
    }

    .x_content .success .success_same .success_head .line_two {
        position: absolute;
        top: -1px;
        width: 581px;
        height: 2px;
        background: linear-gradient(315deg, #45b2ff 0%, #004b8d 100%)
    }

    .x_content .success .success_same .success_head .success_name {
        display: inline-block;
        margin-top: 16px;
        margin-left: 40px;
        height: 37px
    }

    .x_content .success .success_same .success_head .success_name .name_l {
        display: inline-block
    }

    .x_content .success .success_same .success_head .success_name .name_l img {
        display: inline-block;
        vertical-align: middle
    }

    .x_content .success .success_same .success_head .success_name .name_r {
        vertical-align: middle;
        display: inline-block;
        margin-left: 6px;
        font-size: 28px;
        color: #4a4a4a
    }

    .x_content .success .success_same .success_head .success_more {
        font-size: 16px;
        position: absolute;
        right: 32px;
        top: 20px
    }

    .x_content .success .success_same .success_head .success_more a {
        font-weight: bold;
        color: #004b8d
    }

    .x_content .success .success_same .success_body {
        overflow: hidden;
        font-size: 17px;
        line-height: 30px;
        color: #333333
    }

    .x_content .success .success_same .success_body .tiao {
        text-align: justify;
        text-justify: inter-ideograph;
        overflow: hidden;
        padding: 10px 40px 0 40px;
        font-size: 17px;
        color: #333333
    }

    .x_content .success .success_same .success_body .tiao .dian {
        display: inline-block;
        width: 8px;
        height: 7px;
        background: #217aff;
        float: left;
        margin-top: 10px;
        margin-right: 10px
    }

    .x_content .success .success_same .success_body .tiao .tiao_content {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        margin-left: 8px;
        vertical-align: top;
        width: calc(100% - 25px)
    }

    .x_content .success .success_same .success_body .tiao .tiao_content a {
        color: #333333
    }

    .x_content .success .success_same .success_body .tiao:hover {
        background: #e8f1ff
    }

    .x_content .success .success_same .success_body1 {
        display: -webkit-box;
        margin: 15px 43px 0;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 11;
        overflow: hidden;
        line-height: 30px;
        text-align: justify;
        text-justify: inter-ideograph;
        cursor: pointer
    }

    .x_content .success .success_same .success_body1 a {
        color: #333333
    }

    .x_content .success .success_same .bodyTwo {
        margin-top: 10px
    }

    .x_content .success .success_right {
        margin-left: 32px
    }

    .x_content .lunwen {
        margin-top: 30px
    }

    .x_content .lunwen .success_same {
        display: inline-block;
        vertical-align: top;
        width: 581px;
        background: #ffffff;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
        border-radius: 4px;
        position: relative
    }

    .x_content .lunwen .success_same .success_head {
        margin-bottom: 20px;
        width: 581px;
        background: linear-gradient(180deg, rgba(132, 199, 255, 0.5) 0%, rgba(243, 250, 255, 0.5) 100%);
        height: 55px
    }

    .x_content .lunwen .success_same .success_head .line_two {
        position: absolute;
        top: -1px;
        width: 581px;
        height: 2px;
        background: linear-gradient(315deg, #45b2ff 0%, #004b8d 100%)
    }

    .x_content .lunwen .success_same .success_head .success_name {
        display: inline-block;
        margin-top: 16px;
        margin-left: 40px;
        height: 37px
    }

    .x_content .lunwen .success_same .success_head .success_name .name_l {
        vertical-align: middle;
        display: inline-block
    }

    .x_content .lunwen .success_same .success_head .success_name .name_l img {
        display: inline-block;
        vertical-align: middle
    }

    .x_content .lunwen .success_same .success_head .success_name .name_r {
        vertical-align: middle;
        display: inline-block;
        margin-left: 6px;
        font-size: 28px;
        color: #4a4a4a
    }

    .x_content .lunwen .success_same .success_head .success_more {
        font-size: 16px;
        position: absolute;
        right: 32px;
        top: 20px
    }

    .x_content .lunwen .success_same .success_head .success_more a {
        color: #004b8d;
        font-weight: bold
    }

    .x_content .lunwen .lunwen_body {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 35px;
        color: #333333;
        overflow: hidden
    }

    .x_content .lunwen .lunwen_body .tiao {
        height: 50px;
        line-height: 50px;
        padding-left: 40px;
        font-size: 17px
    }

    .x_content .lunwen .lunwen_body .tiao a {
        color: #333333
    }

    .x_content .lunwen .lunwen_body .tiao .dian {
        display: inline-block;
        vertical-align: middle;
        width: 8px;
        height: 7px;
        background: #217aff
    }

.x_content .lunwen .lunwen_body .tiao .tiao_content {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 440px;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle
}

    .x_content .lunwen .lunwen_body .tiao .tiao_content a {
        color: #333333
    }

 .x_content .lunwen .lunwen_body .tiao .date {
        margin-left: 30px;
        display: inline-block;
         width：48px;
        position: relative;
        top: 2px;
        vertical-align: bottom;
        font-size: 16px;
        font-family: Helvetica;
        color: #999999
}

    .x_content .lunwen .lunwen_body .tiao:hover {
        background: #e8f1ff;
        cursor: pointer
    }

    .x_content .lunwen .success_right {
        margin-left: 32px
    }

    .bottom_wrap {
        position: relative;
        width: 1200px;
        margin: 42px auto 34px;
        overflow: hidden;
        box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.12)
    }

    .bottom_wrap .line_footer {
        position: absolute;
        width: 1438px;
        height: 2px;
        background: linear-gradient(315deg, #71c4ff 0%, #004b8d 100%);
        border-radius: 4px 0px 0px 0px
    }

    .bottom_wrap .bottom_title {
        padding: 22px 32px 10px
    }

    .bottom_wrap .bottom_title .words {
        margin-left: 12px
    }

    .bottom_wrap .bottom_title .bottom_head {
        vertical-align: top;
        color: #4a4a4a;
        font-size: 28px
    }

    .bottom_wrap .bottom_title .bottom_head img {
        display: inline-block;
        vertical-align: middle
    }

    .bottom_wrap .bottom_title .bottom_head span {
        display: inline-block;
        vertical-align: middle
    }

    .bottom_wrap .swiper-container_bottom {
        padding: 35px 0;
        width: 100%
    }

    .bottom_wrap .swiper-container_bottom .swiper-wrapper .swiper-slide img {
        width: 224px;
        height: 180px
    }

    .footerBig {
        background: #00335f;
        width: 100%;
        text-align: center;
        height: 75px;
        line-height: 75px;
        color: #dcdbdb;
        font-size: 14px
    }
}