/***** 通用样式 *****/
*{ margin:0; padding:0; box-sizing: border-box;} 
table { border-collapse:collapse; border-spacing:0; } 
fieldset,img { border:0; } 
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; } 
ol,ul { list-style:none; } 
a{text-decoration: none;color: #333;}
.block{display:block}
.hidden{display: none;}
.clearfix:after {display: block;clear: both;content: "";visibility: hidden;height: 0}
.clearfix {zoom: 1}
body{font-family: 'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei UI','Microsoft YaHei','微软雅黑',Arial,sans-serif;}
.h35{width: 100%;height: .35rem;background: #f6f6f6;}
.fl{float: left;}
.fr{float: right;}

.container{
        width: 6.8rem;
        margin: 0 .35rem auto;
        padding-bottom: .2rem;
}
.container1{
        margin: 0!important;
}

/**图片新闻**/
.section-swiper{
        width:6.8rem;
}

.lunboMob{ 
        width:100%;
        height:3.6rem;
        overflow:hidden; 
        position:relative; 
}
.lunboMob .hd{ 
        height:.4rem; 
        overflow:hidden; 
        position:absolute; 
        right:.2rem;
        bottom: 0.2rem;
        z-index:1; 
}
.lunboMob .hd ul{ 
        overflow:hidden; 
        zoom:1; 
        float:left;  
        height: .28rem;
}
.lunboMob .hd ul li{ 
        width: .28rem;
        height: .28rem;
        float:left; 
        margin-right:.1rem;  
        background: url(tj_pic_10.png);
        background-size: .28rem .28rem;
}
.lunboMob .hd ul li.on{ 
        width: .78rem;
        background: url(tj_pic_09.png);
        background-size: .78rem .28rem;
}
.lunboMob .bd{ 
        position:relative; 
        height:100%; 
        z-index:0;  
}
.lunboMob .bd li{ 
        zoom:1; 
        vertical-align:middle; 
}
.lunboMob .bd li a{
        position: relative;
        width: 100%;
        height:3.6rem;
        display:block;
}
.lunboMob .bd .fit{
        width: 100%;
        height: 100%;
}
.lunboMob .bd ul li img{
        width: 100%;
}
/* .lunboMob .bd li .text{
        width: 100%;
        height: 50px;
        color: #333333;
        line-height: 50px;
        font-size: 15px;
        padding-left: 20px;
        padding-right: 130px;
        z-index: 1;
        position: absolute;
        bottom: 0;
} */
.lunboMob .next{
        width: 32px;
        height: 67px;
        position: absolute;
        z-index: 1;
        background: url(arrow-next.png) no-repeat center;
        background-size: contain;
        right: 0;
        bottom: 1.4rem;
        cursor: pointer;
}
.lunboMob .prev{
        width: 32px;
        height: 67px;
        position: absolute;
        z-index: 1;
        background: url(arrow-prev.png) no-repeat center;
        background-size: contain;
        left: 0;
        bottom:  1.4rem;
        cursor: pointer;
}

/**链接其他地方**/
.section-link{
        width:6.8rem;
        margin-top: .3rem;
}

.section-link li{
        width: 25%;
        float: left;
}

.section-link li a{
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: .2rem;
}

.section-link li a img{
        width: 1.11rem;
}

.section-link li a span{
        display: block;
        font-size: .26rem;
        line-height: .52rem;
        color: #333;
}

/**新闻列表**/
.section-news-head{
        background: url(column-tips.png) no-repeat left;
        height: 1rem;
        line-height: 1rem;
        background-size: .06rem .27rem;
}

.section-news-head-title li{
        float: left;
        font-size: .32rem;
        padding:0 .25rem;
}
.section-news-head-title li.on{
        font-weight: 600;
}

.section-news-head-more li a{
        display: block;
        font-size: .24rem;
        line-height: 1rem;
        color: #999;
}
.section-news-content li{
        font-size: .26rem;
        line-height: .52rem;
        background: url(title-tips.png) no-repeat left  .2rem;
        padding-left: .25rem;
        background-size: .04rem .05rem;
}

@media screen and (min-width:768px){
        .container,.section-swiper,.section-link{
                width: 98%;
                margin: 0 auto;
        }
}

