body{
    background-color: #ffffff;
    min-width: 1200px;
    /*overflow-x: scroll;*/
}
.news-div{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 30px 0;
}
.news-div .news-top{
   display: flex;
    flex-wrap: nowrap;
}
.news-div .news-top .news-img{
    width: 570px;
    height: auto;
    float: left;
    margin-right: 50px;
}
.swiper-wrapper{
    width: 570px;
    height: auto;
}
.swiper-wrapper .swiper-slide{
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
}
.swiper-wrapper .swiper-slide p{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    font-size: 14px;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 15px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/*swiper指示点样式*/
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 15px;
}
.swiper-pagination{
    /*display: flex;*/
    /*flex-wrap: nowrap;*/
    box-sizing: border-box;
    align-items: center;
    text-align: right;
    padding-right: 20px;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    width: 12px;
    height: 12px;
    bottom: -2px;
}

.news-div .news-top .news-list{
    width: 570px;
    display: flex;
    flex-direction: column;
    float: left;
    /*margin-right: 50px;*/
}
.news-div .news-top .news-list .news-title{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;

}
.news-div .news-top .news-list .news-title p{
    width: 33.333%;
    text-align: center;
    border:1px solid #CECECE;
    padding: 10px 0;
    font-weight: 600;
}
.news-div .news-top .news-list .news-title p.checked{
    color: #D50505;
    border-top:4px solid #D50505;
}
.news-div .news-top .news-list .news-title p:nth-child(1){
    border-right: none;
}
.news-div .news-top .news-list .news-title p:nth-child(2){
    border-right: none;
}
.news-div .news-top .news-list .news-title .news-more a{
    color: #D50505;
}
.news-div .news-top .news-list .news-info{
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}
.news-div .news-top .news-list .news-info .news-one{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 8px 0;
    color: #999;
}
.news-info .news-one p{
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-info .news-one p img{
    width: 10px;
    height: 10px;
}
.news-info .news-line{
    width: 100%;
    height: 1px;
    background-color: #dddddd;
    margin: 10px 0;
}
.news-div .news-top .news-cat{
    width: 150px;
    height: 313px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    float: left;
}
.news-div .news-top .news-cat a{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border:1px solid #D50505;
    margin: 0;
    color: #D50505;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.news-div .news-top .news-cat a img{
    margin-right: 6px;
}
.news-div .news-top .news-cat a:hover{
    background-color: #347AB6;
    color: #fff;
}

.news-bottom{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 50px;
    line-height: 50px;
    color: #999;
    background-color: #F6F6F6;
    margin-top: 20px;
}
.news-bottom p{
    margin: 0;
}
.news-bottom .news-p1{
    width: 150px;
    text-align: center;
    background-color: #D50505;
    color: #fff;
    font-size: 18px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.news-bottom .news-p1 img{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.news-bottom .news-p2{
    width: 280px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    color: #999;
}
.news-bottom .news-p2 .span-1{
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #D50505;
    margin-right: 5px;
}
.news-bottom .news-p2 .span-2{
    width: 260px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.news-bottom .news-p3{
    width: 100px;
}
#news_list_2,#news_list_3,#news_list_4{
    display: none;
}

/*公共的板块标题*/
.section-title{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
}
.section-title .title-1{
    margin: 0 auto;
    font-size: 28px;
}
.section-title .title-line{
    width: 50px;
    height: 3px;
    margin: 2px auto 10px;
    background-color: #D50505;
}
.section-title .title-2{
    margin: 0 auto;
    font-size: 12px;
}

/*电商培训*/
.peixun{
    width: 100%;
    background-color: #ffffff;
    padding: 30px 0;
}
.peixun .peixun-list{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.peixun .peixun-list .peixun-one{
    width: calc(33% - 20px);
    border:1px solid #BABABA;
    padding: 5px;
    margin-bottom: 20px;
}
.peixun .peixun-list .peixun-one .img{
    display: block;
    width: 100%;
    position: relative;
}
.peixun .peixun-list .peixun-one .img img{
    width: 100%;
    height: 300px;
}
.peixun .peixun-list .peixun-one .img span{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 5px 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.peixun-one:hover .img span
{
    padding: 15px 0;
}

/*电商服务*/
.fuwu-div{
    width: 100%;
    background-color: #F0F0F0;
    padding: 30px 0;
}
.fuwu-div .fuwu-list{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0;
}
.fuwu-div .fuwu-list .fuwu-one{
    display: flex;
    flex-direction: column;
}
.fuwu-div .fuwu-list .fuwu-one img{
    width: 80px;
    height: 80px;
}
.fuwu-div .fuwu-list .fuwu-one p{
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}
/*黎城特色*/
.tese-div{
    width: 100%;
    background-color: #ffffff;
    padding: 30px 0;
}
.tese-list{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.tese-list .menu-list{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.tese-list .menu-list a{
    width: 85px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
}
.tese-list .menu-list a.active{
    background-color: #D50505;
    color: #ffffff;
}
.info-list-div{
    display: none;
}
.info-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;

}
.info-list .info-one{
    width: 386px;

    margin-bottom: 20px;
}
.info-list .info-one .img{
    width: 100%;
    height: 320px;
    /*height: auto;*/
    position: relative;

}
.info-list .info-one .img>img{
    width: 100%;
    height: 100%;
}
.info-list .info-one .img .black-div{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.info-list .info-one .img .black-div img{
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
}
.info-list .info-one .img .black-div p{
    width: 100%;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
}
.info-list .info-one .name{
    font-size: 16px;
    color: #000000;
}
.info-list .info-one .desc{
    font-size: 14px;
    color: #787878;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
/*统计分析乡村振兴*/
.tongji-div{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 30px 0;

}
.tongji-div>div{
    display: flex;
    flex-direction: column;
}
.tongji-div .left-div{
    width: 620px;
}
.tongji-div .right-div{
    width: 540px;
}
.tongji-div>div .togji-title{
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 30px;
}
.tongji-div>div .togji-title p{
    padding: 10px 0;
    width: 75px;
    text-align: center;
    font-size: 17px;
    border-bottom: 2px solid #D50505;
}
/*左侧list*/
.left-list{
    width: 100%;
    background: #F4F4F4;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 44px 0;
}
.left-list .left-one{
    display: flex;
    flex-direction: column;
    padding: 0 20px ;
}
.left-list .left-one img{
    width: 65px;
    height: 65px;
    margin: 0 auto 6px;
}
.left-list .left-one p{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
/*右侧list*/
.right-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.right-list .right-one{
    width: calc(50% - 4px);
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 8px;
    align-items: center;
    padding: 10px 20px;
    box-sizing: border-box;
}
.right-list .one_0{
    background-color: #499FEC;
}
.right-list .one_1{
    background-color: #37B43B;
}
.right-list .one_2{
    background-color: #FC7E3F;
}
.right-list .one_3{
    background-color: #F5506E;
}
.right-list .one_4{
    background-color: #00D5B4;
}
.right-list .one_5{
    background-color: #4D4FD4;
}
.right-list .right-one p{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}
.right-list .right-one p img{
    width: 35px;
    height: 35px;
    margin-right: 6px;
}
.right-list .right-one .to-right{
    width: 27px;
    height: 20px;
}
/*手机端样式*/
@media screen and (max-width: 640px) {
    body{
        min-width: 100%;
    }
    div {
        box-sizing: border-box;
    }

    /*公共板块标题*/
    .section-title {
        width: 100%;
    }

    /*新闻板块*/
    .news-div {
        padding: 30px 10px;
        width: 100%;
    }

    .news-div .news-top {
        display: flex;
        flex-direction: column;
    }

    .news-bottom {
        display: none;
    }

    .news-div .news-top .news-img {
        width: 100%;
        margin-right: 0px;
    }

    .news-div .news-top .news-list {
        width: 100%;
        margin-right: 0px;
    }

    .news-div .news-top .news-cat {
        width: 100%;
        height: auto;
    }

    .news-div .news-top .news-cat a {
        margin-bottom: 10px;
    }

    /*电商培训*/
    .peixun {
        padding: 30px 10px;
    }

    .peixun .peixun-list {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }

    .peixun .peixun-list .peixun-one {
        width: 100%;
    }

    /*电商服务*/
    .fuwu-div .fuwu-list {
        width: 100%;
    }

    .fuwu-div .fuwu-list .fuwu-one {
        width: 50%;
        margin-bottom: 20px;
    }

    .fuwu-div .fuwu-list .fuwu-one img {
        margin: 0 auto;
    }

    /*黎城特色*/
    .tese-list {
        width: 100%;
    }

    .tese-list .menu-list {
        flex-wrap: wrap;
    }

    .info-list {
        padding: 0 10px;
        box-sizing: border-box;
    }

    .info-list .info-one {
        width: 100%;
    }

    /*统计分析*/
    .tongji-div {
        width: 100%;
        flex-direction: column;
    }

    .tongji-div > div .togji-title {
        padding: 0 10px;
    }

    .tongji-div .left-div {
        width: 100%;
    }

    .left-list {
        flex-wrap: wrap;
    }

    .left-list .left-one {
        width: 50%;
        padding: 0;
        margin-bottom: 10px;
    }
    .tongji-div .right-div {
        width: 100%;
    }
    .right-list {
        padding: 0 10px;

    }
}