@charset "UTF-8";

* {
    margin: 0 auto;
    padding: 0;
}

html,
body {
    width: 100%;
    height: auto;
    /*    overflow: hidden;*/

    /*	max-width: 1920px;*/
    position: relative;
    font-size: 12px;
    font-family: '微软雅黑', 'Arial';
    margin: auto;
    background: white;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@font-face {
    font-family: 'century';
    src: url('../fonts/GOTHICB.TTF');
}

.century {
    font-family: 'century';
}

.content {
    width: 1400px;
    margin: auto;
    position: relative;
}


.content2 {
    width: 1200px;
    margin: auto;
}

.nav-btn {
    position: fixed;
    top: 4px;
    right: 2%;
    z-index: 100;
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    cursor: pointer;
    display: none;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    opacity: 1;

}

.nav-btnop {
    opacity: 0;
}

.nav-btn span {
    width: 50px;
    height: 6px;
    display: block;
    background: white;
    margin: 0 0 10px 0;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;

}

.nav-btn-blue span {
    background: #e16a00;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.nav-btn-blue2 span {
    background: white;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.nav-btn .nav-btn-span3 {
    width: 25px;
    float: right;

}

.nav-btn:hover {

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.nav-btn:hover .nav-btn-span1 {
    transform: translate(8.75%, 0);
    -ewbkit-transform: translate(8.75%, 0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.nav-btn:hover .nav-btn-span2 {
    transform: translate(8.75%, 0);
    -ewbkit-transform: translate(8.75%, 0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.nav-btn:hover .nav-btn-span3 {
    transform: translate(-25%, 0);
    -ewbkit-transform: translate(-25%, 0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.nav-btnac {
    z-index: 60;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.nav-btn-colse .nav-btn-span1 {
    transform: translate(0%, 250%) rotate(45deg) !important;
    -webkit-transform: translate(0%, 250%) rotate(45deg) !important;
}

.nav-btn-colse .nav-btn-span2 {
    transform: translate(0%, 0%) rotate(-45deg) !important;
    -webkit-transform: translate(0%, 0%) rotate(-45deg) !important;
}

.nav-btn-colse .nav-btn-span3 {
    opacity: 0;
}


.nav-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0);
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: transform 0.5s ease 0.3s, background 0.3s ease;
    -webkit-transition: transform 0.5s ease 0.3s, background 0.3s ease;
    display: block;
}

.nav-layerac {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    background: rgba(0, 0, 0, 0.6);
    -webkit-background: rgba(0, 0, 0, 0.6);
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
}

.nav-layer .nav-layer-content {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: #ffc829;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.nav-layerac .nav-layer-content {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
}

.nav-layer-items {
    position: relative;
    height: 80%;
    top: 20%;
    padding: 0 5%;
    overflow: auto;
}

.nav-layer-more {
    position: absolute;
    right: 0;
    top: 14px;
    width: 20px;
    height: 20px;
    z-index: 3;
}

.nav-layer-more .line1 {
    width: 20px;
    height: 3px;
    background: white;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.nav-layer-more .line2 {
    height: 20px;
    width: 3px;
    background: white;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);

}

.nav-layer-moreac .line1 {}

.nav-layer-moreac .line2 {
    opacity: 0;

}

.nav-layer-items .nav-layer-item {
    margin: 4% 0;
    position: relative;
}

.nav-layer-items .nav-layer-item a {
    display: inline-block;
    position: relative;
    padding: 10px 0;
}

.nav-layer-items .nav-layer-item a b {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
    display: block;
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.nav-layer-items .nav-layer-item a:hover b {
    width: 100%;
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.nav-layer-items .nav-layer-item span {
    color: white;
    font-size: 20px;
}

.nav-layer-items .nav-layer-item font {
    color: white;
    font-size: 16px;
}

.nav-layer-items .nav-layer-itemac {}



.nav-layer-items .nav-layer-item .nav-layer-item2 {
    position: relative;
    display: none;
}

.nav-layer-items .nav-layer-item .nav-layer-item2 a {
    display: block;
    padding: 6px 10px;
    color: white;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}


.header {
    background: #ffc829;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.nav1 {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.nav2 {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.nav1ac {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.navac {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.nav2 {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
}

.nav2ac {

    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.logo {
    width: 300px;
    float: left;
}

.header_ul {
    float: right;
    display: block;
}

.header_ul li {
    display: inline-block;
}

.header_ul li a {
    display: inline-block;
    color: white;
    font-size: 16px;
    padding: 6px 26px;
    margin: 25px 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-radius: 37px;
}

.header_ul li a.active {
    background: #4d4949;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.banner {
    position: relative;
}

.banner_img {
    position: relative;
}

.banner_text {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: center;
}

.banner_text h5 {
    font-size: 56px;
    color: white;
    padding: 30px 0;
    letter-spacing: 2px;
}

.banner_text h6 {
    font-size: 26px;
    color: white;

}

.title {
    padding: 20px 0 20px 0;
    position: relative;
}

.title span {
    font-size: 40px;
    margin-right: 10px;
    display: inline-block;
    font-weight: bold;
}

.title font {
    font-size: 20px;
    margin-right: 0;
    display: inline-block;
    opacity: .6;
}

.title a {
    position: absolute;
    right: 0;
    top: 50%;
    color: #1a1a1a;
    font-size: 14px;
    transform: translateY(-50%);
    text-decoration: underline;
}

.setion_one_left {
    width: 60%;
    margin: 0;
}

.setion_one_right {
    position: absolute;
    right: 0;
    top: 0;
    width: 36%;
    height: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    background: white;
    box-sizing: border-box;
    padding: 40px 20px;
    border-radius: 6px;
}

.setion {
    padding: 40px 0;
}

.setion_one_inner {
    position: relative;
}

.setion_one_right h5 {
    font-size: 30px;
    vertical-align: middle;
}

.setion_one_right h5 span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ffc829;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 10px;
}

.setion_one_right ul {
    display: block;
    padding-top: 30px;

}

.setion_one_right ul a {
    display: block;
    margin: 10px 0;
    font-size: 16px;
    padding: 0 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #1a1a1a;

}

.setion_one_right ul a .ac {
    color: #ffc829;
}

.swiper-1 a {
    position: relative;
    display: block;
}

.swiper-1 a p {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .6);
    color: white;
    font-size: 14px;
    line-height: 2em;
}

.more {
    display: block;
    width: 220px;
    height: 60px;
    background: #ffc829;
    color: white;
    text-align: center;
    border: 2px solid #ffc829;
    background: white;
    transition: all 0.3s;
    margin: 40px auto;
    color: #ffc829;
    line-height: 60px;
    font-size: 26px;
    font-weight: bold;
    border-radius: 60px;
}

.more:hover {
    background: #ffc829;
    color: white;
    transition: all 0.3s;
}

.setion_three {
    position: relative;
    background: #ffc829;
}

.setion_three_left {
    width: 40%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ffc829;
}

.setion_three_right {
    position: relative;
    float: right;
    width: 60%;
    border-top-left-radius: 200px;
    overflow: hidden;
}

.setion_three_left_text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    width: 80%;
    text-align: center;
}

.setion_three_left_text h5 {
    font-size: 30px;
    color: white;
    padding: 10px 0;
}

.setion_three_left_text h6 {
    font-size: 26px;
    color: white;
    font-weight: lighter;
}

.setion_three_left_text span {
    display: block;
    width: 40px;
    height: 6px;
    background: white;
    margin: auto;
    margin: 30px auto;
}

.setion_three_left_text a {
    display: block;
    width: 120px;
    height: 40px;
    color: white;
    text-align: center;
    border: 1px solid white;
    background: #ffc829;
    transition: all 0.3s;
    margin: 0 auto;
    color: white;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 40px;
}

.setion_three_left_text a:hover {
    color: #ffc829;
    background: white;
    transition: all 0.3s;
}

.setion_four {
    margin: 40px 0;
}

.setion_four_left {
    width: 48%;
    float: left;
}

.setion_four_right {
    width: 48%;
    float: right;

}

.news_right {
    /*
    float: right;
    width: 50%;
*/
}

.setion_news_list {
    padding-top: 20px;
}

.news_right .news_item {
    margin-bottom: 15px;
    /*    background: #dddddd;*/
    position: relative;
    /*    padding: 10px;*/
    display: block;
}

.news_right .news_item:last-child {
    margin-bottom: 0;
}

.news_right .news_item .news_item_l {
    float: left;
    width: 73%;
    box-sizing: border-box;
    padding-right: 26px;
    padding-left: 6px;
    padding-top: 6px;
}

.news_right .news_item .news_item_r {
    float: right;
    width: 27%;
}

.news_right .news_item .news_item_l .titles {
    font-size: 18px;
    color: #595757;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 16px;
}

.news_right .news_item .news_item_l .desp {
    font-size: 14px;
    color: #595757;
    line-height: 1.6em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gallery-thumbs {
    position: absolute;
    bottom: 0;
    padding: 10px 0;
    background: rgba(0, 0, 0, .6);
}

.gallery-thumbs .swiper-slide {
    width: 20%;
    cursor: pointer;
}

.footer_top {
    background: #4d4949;
    padding: 20px 0;
}


.copyright {
    background: black;
    padding: 10px 0;
    font-size: 12px;
    color: #b5b5b6;
    text-align: center;
}

.copyright a {
    color: #b5b5b6;
}

.footer_a {
    text-align: center;
    padding: 20px 0;
}

.footer_a a {
    font-size: 20px;
    color: white;
    display: inline-block;
    margin: 0 20px;
    opacity: 0.6;
}

.footer_a a:hover {
    opacity: 1;
}

.footer_code {
    width: 100px;
    display: block;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    margin: 20px auto;
}

.footer_text {
    text-align: center;
    color: white;
}

.footer_text p {
    margin: 10px 0;
}

.footer_text p a {
    color: white;
}

.nav-btn {
    position: fixed;
    top: 4px;
    right: 2%;
    z-index: 100;
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    cursor: pointer;
    display: none;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    opacity: 1;

}

.nav-btnop {
    opacity: 0;
}

.nav-btn span {
    width: 50px;
    height: 6px;
    display: block;
    background: white;
    margin: 0 0 10px 0;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;

}

.nav-btn-blue span {
    background: #e16a00;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.nav-btn-blue2 span {
    background: white;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.nav-btn .nav-btn-span3 {
    width: 25px;
    float: right;

}

.nav-btn:hover {

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.nav-btn:hover .nav-btn-span1 {
    transform: translate(8.75%, 0);
    -ewbkit-transform: translate(8.75%, 0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.nav-btn:hover .nav-btn-span2 {
    transform: translate(8.75%, 0);
    -ewbkit-transform: translate(8.75%, 0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.nav-btn:hover .nav-btn-span3 {
    transform: translate(-25%, 0);
    -ewbkit-transform: translate(-25%, 0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.nav-btnac {
    z-index: 60;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.nav-btn-colse .nav-btn-span1 {
    transform: translate(0%, 250%) rotate(45deg) !important;
    -webkit-transform: translate(0%, 250%) rotate(45deg) !important;
}

.nav-btn-colse .nav-btn-span2 {
    transform: translate(0%, 0%) rotate(-45deg) !important;
    -webkit-transform: translate(0%, 0%) rotate(-45deg) !important;
}

.nav-btn-colse .nav-btn-span3 {
    opacity: 0;
}


.nav-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0);
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: transform 0.5s ease 0.3s, background 0.3s ease;
    -webkit-transition: transform 0.5s ease 0.3s, background 0.3s ease;
    display: block;
}

.nav-layerac {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    background: rgba(0, 0, 0, 0.6);
    -webkit-background: rgba(0, 0, 0, 0.6);
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
}

.nav-layer .nav-layer-content {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: #ffc829;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.nav-layerac .nav-layer-content {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
}

.nav-layer-items {
    position: relative;
    height: 80%;
    top: 20%;
    padding: 0 5%;
    overflow: auto;
}

.nav-layer-more {
    position: absolute;
    right: 0;
    top: 14px;
    width: 20px;
    height: 20px;
    z-index: 3;
}

.nav-layer-more .line1 {
    width: 20px;
    height: 3px;
    background: white;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.nav-layer-more .line2 {
    height: 20px;
    width: 3px;
    background: white;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);

}

.nav-layer-moreac .line1 {}

.nav-layer-moreac .line2 {
    opacity: 0;

}

.nav-layer-items .nav-layer-item {
    margin: 4% 0;
    position: relative;
}

.nav-layer-items .nav-layer-item a {
    display: inline-block;
    position: relative;
    padding: 10px 0;
}

.nav-layer-items .nav-layer-item a b {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
    display: block;
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.nav-layer-items .nav-layer-item a:hover b {
    width: 100%;
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.nav-layer-items .nav-layer-item span {
    color: white;
    font-size: 20px;
}

.nav-layer-items .nav-layer-item font {
    color: white;
    font-size: 16px;
}

.nav-layer-items .nav-layer-itemac {}



.nav-layer-items .nav-layer-item .nav-layer-item2 {
    position: relative;
    display: none;
}

.nav-layer-items .nav-layer-item .nav-layer-item2 a {
    display: block;
    padding: 6px 10px;
    color: white;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.swiper-1 .pagination-1 {
    position: relative;
    bottom: 0;
    margin: 10px 0;
    display: none;
}

.swiper-1 .pagination-1 .swiper-pagination-bullet-active {
    background: #ffc829;
}


@media screen and (max-width: 1440px) {
    .content {
        width: 1200px;
    }

    .banner_text h5 {
        font-size: 46px;
    }

    .banner_text h6 {
        font-size: 20px;
    }

    .title span {
        font-size: 34px;
    }

    .title font {
        font-size: 18px;
    }

    .setion_one_right h5 {
        font-size: 26px;
    }

    .news_right .news_item .news_item_l .titles {
        font-size: 16px;
    }



    .logo {
        width: 250px
    }

    .header_ul li a {
        margin: 19px 0;
    }

}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {
    .content {
        width: 1000px;
    }

    .header_ul li a {
        padding: 6px 20px;
    }

    .footer_a a {
        font-size: 18px;
    }

    .setion_one_right ul a {
        margin: 6px 0;
    }

    .setion_one_right ul {
        display: block;
        padding-top: 10px;
    }

    .setion_one_right ul a {
        padding: 0;
    }

    .news_right .news_item .news_item_l .desp {
        font-size: 12px;
    }

    .news_right .news_item .news_item_l .titles {
        margin-bottom: 10px;
    }
}


@media screen and (max-width: 1080px) {
    .content {
        width: 700px;
    }

    .header_ul {
        display: none;
    }

    .nav-btn {
        display: block;
        opacity: 1;
    }

    .logo {
        width: 184px;
    }

    .setion_one_left {
        width: 100%;
        margin: 0;
        float: none;
    }

    .setion_one_right {
        position: relative;
        width: 100%;
        height: auto;
    }

    .setion_three_left_text h5 {
        font-size: 24px;
        color: white;
    }

    .setion_three_left_text h6 {
        font-size: 20px;
    }

    .setion_four_left {
        width: 100%;
        float: none;
    }

    .setion_four_right {
        width: 100%;
        float: none;
    }


}

@media screen and (max-width: 768px) {
    .content {
        width: 90%;
    }

    .footer_a {
        display: none;
    }

    .banner {
        margin-top: 50px;
    }

    .banner_text h5 {
        font-size: 20px;

        padding: 4px 0;
    }

    .banner_text h6 {
        font-size: 14px;
    }

    .setion {
        padding: 10px 0;
    }

    .title span {
        font-size: 26px;
    }

    .title font {
        font-size: 12px;
    }

    .setion_one_right h5 {
        font-size: 20px;
    }

    .setion_one_right {
        padding: 20px 10px;
    }

    .setion_one_right ul a {
        font-size: 12px;
    }

    .swiper-1 .pagination-1 {
        display: block;
    }

    .more {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        margin: 20px auto;
    }

    .setion_three_left_text h5 {
        font-size: 12px;
        color: white;
    }
.setion_three_left,.setion_three_right{
	width:50%;
}
    .setion_three_left_text a {
        display: block;
        width: 60px;
        height: 20px;
        color: white;
        text-align: center;
        border: 1px solid white;
        background: #ffc829;
        transition: all 0.3s;
        margin: 0 auto;
        color: white;
        line-height: 20px;
        font-size: 12px;
        font-weight: bold;
        border-radius: 20px;
    }

    .setion_three_left_text h6 {
        display: none;
    }

    .setion_three_left_text span {
        display: none;
    }

    .news_right .news_item .news_item_r {
        display: none;
    }

    .news_right .news_item .news_item_l {
        float: none;
        width: 100%;
        box-sizing: border-box;
        padding: 6px 0;
    }

    .setion_news_list {
        padding-top: 10px;
    }

    .news_right .news_item {
        margin-bottom: 5px;
    }



}