.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: 475px;
    height: 320px;
    float: left;
    margin-right: 50px;
}
.swiper-wrapper{
    width: 475px;
    height: 320px;
}
.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.5);
    font-size: 14px;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 5px 0 5px 5px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news-div .news-top .news-list{
    width: 475px;
    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;
}
.news-div .news-top .news-list .news-title p.checked{
    color: #347AB6;
    border-top:4px solid #347AB6;
}
.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-info{
    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: 2px 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-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 #347AB6;
    margin: 0;
    color: #347AB6;
    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-cat-p1:hover .news-cat-p1-img{
    content:url("/uploads/index/news11.png")
}
.news-cat-p2:hover .news-cat-p2-img{
    content:url("/uploads/index/news22.png")
}
.news-cat-p3:hover .news-cat-p3-img{
    content:url("/uploads/index/news33.png")
}
.news-cat-p4:hover .news-cat-p4-img{
    content:url("/uploads/index/news44.png")
}
.news-cat-p5:hover .news-cat-p5-img{
    content:url("/uploads/index/news55.png")
}
.news-cat-p6:hover .news-cat-p6-img{
    content:url("/uploads/index/news66.png")
}
.news-bottom{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 50px;
    line-height: 50px;
    color: #999;
    background-color: #F6F6F6;
}
.news-bottom p{
    margin: 0;
}
.news-bottom .news-p1{
    width: 150px;
    text-align: center;
    background-color: #0052A8;
    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: #0052A8;
    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;
}
#hydt-div{
    display: none;
}

/*公共的板块标题*/
.section-title{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.section-title .title-l{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.section-title .title-l .span-1{
    display: inline-block;
    width: 5px;
    height: 26px;
    background-color: #0052A8;
    margin-right: 10px;
}
.section-title .title-l .span-2{
    font-size: 22px;
    margin-right: 10px;
    color: #0052A8;
}
.section-title .title-l .span-2 span{
    color: #0052A8;
}
.section-title .title-l .span-3{}
.section-title .title-r{
    line-height: 60px;
}
/*电商培训*/
.peixun{
    width: 100%;
    /*background-color: #F2F2F2;*/
    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: 32%;
    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;
}
/*电商扶持*/
.fuchi{
    width: 100%;
    background-color: #fff;
    padding: 30px 0;
}
/*电商扶持标题*/
.fuchi-title{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #D0D0D0;
    align-items: center;
}
.fuchi-title p{
    margin: 0;
    font-size: 17px;
    border-bottom: 2px solid #CC361E;
    padding: 5px ;
    margin-bottom: -1px;
}
.fuchi-div{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.fuchi-div .fuchi-l{
    width: 45%;
    display: flex;
    flex-direction: column;
}
.fuchi-div .fuchi-l .fuchi-l-list{
    display: flex;
    flex-direction: column;
    padding: 5px 0;
}
.fuchi-div .fuchi-l .fuchi-l-list .fuchi-l-one{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 5px 0;
    list-style-type: disc;
    color: #686868;
}
.fuchi-div .fuchi-l .fuchi-l-list .fuchi-l-one .fuchi-name{
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    max-width: 410px;
}
.fuchi-div .fuchi-l .fuchi-l-list .fuchi-l-one p .fuchi-span{
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #C2C2C2;
    margin-right: 5px;
}
.fuchi-div .fuchi-l .fuchi-l-list .fuchi-l-one p span{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}


.fuchi-div .fuchi-r{
    width: 45%;
}
.fuchi-r-list{
    display: flex;
    flex-wrap: wrap;
}
.fuchi-r-list a{
    width: 25%;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 10px;
    color: #686868;
    text-decoration: none;
}
.fuchi-r-list a img{
    width: 78px;
    height: 78px;
    margin: 0 auto;
}
.fuchi-r-list a .fuchi1:hover{
    content:url("/uploads/index/fuchi1-1.png")
}
.fuchi-r-list a .fuchi2:hover{
    content:url("/uploads/index/fuchi2-2.png")
}
.fuchi-r-list a .fuchi3:hover{
    content:url("/uploads/index/fuchi3-3.png")
}
.fuchi-r-list a .fuchi4:hover{
    content:url("/uploads/index/fuchi4-4.png")
}
.fuchi-r-list a .fuchi5:hover{
    content:url("/uploads/index/fuchi5-5.png")
}
.fuchi-r-list a .fuchi6:hover{
    content:url("/uploads/index/fuchi6-6.png")
}
.fuchi-r-list a .fuchi7:hover{
    content:url("/uploads/index/fuchi7-7.png")
}
.fuchi-r-list a .fuchi8:hover{
    content:url("/uploads/index/fuchi8-8.png")
}
/*滕州特产*/
.techan{
    width: 100%;
    /*background-color: #F2F2F2;*/
    padding: 30px 0;
}
.techan-div{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.techan-div .techan-one{
    width: 30%;
    border:1px solid #E8E8E8;
    background-color: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-left: 20px;
    justify-content: space-around;
    margin-bottom: 20px;
    position: relative;
}
.techan-div .techan-one p{
    width: 50%;
    margin: 0;
}
.techan-div .techan-one p .techan-span-1{
    font-size: 15px;
    color: #000;
}
.techan-div .techan-one p .techan-span-2{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    background-color: #D97224;
    padding: 0 5px;
    border-radius: 15px;
    margin: 10px 0;
}
.techan-div .techan-one p .techan-span-3{
    font-size: 12px;
    color: #da711f;
}
.techan-div .techan-one img{
    width: 50%;
}
.techan-div .techan-one .buy{
    visibility: hidden;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.techan-div .techan-one .buy p{
    width: 100%;
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}
.techan-div .techan-one .buy img{
    width: 30px;
    height: 30px;
    margin: 0 auto;
}
.techan-div .techan-one:hover .buy{
    visibility: visible;
}
/*特色旅游*/
.lvyou{
    padding: 30px 0;
    width: 100%;
}
.lvyou .lvyou-div{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lvyou .lvyou-div .lvyou-one{
    width: 32%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.lvyou .lvyou-div .lvyou-one img{
    width: 380px;
    height: 260px;
}
.lvyou .lvyou-div .lvyou-one .title{
    font-size: 16px;
    color: #000;
    margin: 0;
    padding: 5px;
}
.lvyou .lvyou-div .lvyou-one .jianjie{
    font-size: 13px;
    color: #999;
    margin: 0;
    padding: 0 5px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.bianmin{
    width: 100%;
    background-color: #F2F2F2;
    padding: 30px 0;
}
.bianmin .bianmin-div{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.bianmin .bianmin-div .bianmin-one{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.bianmin .bianmin-div .bianmin-one p{
    width: 100%;
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 15px;
    color: #000;
}
.bianmin .bianmin-div .bianmin-one img{
    display: inline-block;
    margin: 0 auto;
}

/*玛多特产*/
.specialty {
    padding: 30px 0;
    width: 100%;
}
.specialty .specialty-div {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.specialty .specialty-div .specialty-one {
    width: 22%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.specialty .specialty-div .specialty-one img {
    width: 264px;
    height: 260px;
}
.specialty .specialty-div .specialty-one p {
    width: 100%;
    text-align: center;
    color: #000000;
    font-size: 23px;
}

/*手机端样式*/
@media screen and (max-width: 640px) {
    /*公共板块标题*/
    .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%;
    }

    /*电商扶持*/
    .fuchi{
        padding: 30px 10px;
    }
    .fuchi-div{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .fuchi-div .fuchi-l,.fuchi-div .fuchi-r{
        width: 100%;
    }
    .fuchi-div .fuchi-l .fuchi-l-list .fuchi-l-one{
        display: flex;
        flex-direction: column;
    }
    .fuchi-div .fuchi-l .fuchi-l-list .fuchi-l-one .riqi{
        text-align: right;
    }

    /*滕州特产*/
    .techan{
        padding: 30px 10px;
    }
    .techan-div{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .techan-div .techan-one{
        width: 100%;
    }

    /*特色旅游*/
    .lvyou{
        padding: 30px 10px
    }
    .lvyou .lvyou-div{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .lvyou .lvyou-div .lvyou-one{
        width: 100%;
        margin-bottom: 30px;
    }
    /*便民服务*/
    .bianmin{
        padding: 30px 10px;
    }
    .bianmin .bianmin-div{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .bianmin .bianmin-div .bianmin-one{
        width: 25%;
        margin-bottom: 20px;
    }

    /*玛多特产*/
    .specialty {
        padding: 30px 10px;
    }
    .specialty .specialty-div {
        width: 100%;

    }
    .specialty .specialty-div .specialty-one {
        width: 100%;
    }
    .specialty .specialty-div .specialty-one img{
        margin: 0 auto;
    }
}