/* 通用样式 */
html{
   
}
.fl-left{
    float:left;
}
.fl-right{
    float:right;
}
.body{
    width:100%;
}
.ft18{
    font-size:0.18rem;
}
/* 字体大小18px */
.ft16{
    font-size:0.32rem;
}
/* 字体大小16px */
.ft14{
    font-size:0.28rem;
}
.ft12{
    font-size:0.24rem;
}
/* 字体大小14px */
.fcol-666{
    color:#666;
}
.mr-b15{
    margin-bottom:15px;
}
.mr-t15{
    margin-top:15px;
}

.bor-b{
    border-bottom:1px solid #e8e8e8;    
}
.bor-t{
    border-top:1px solid #e8e8e8;    
}
.bor-l{
    border-left:1px solid #e8e8e8;    
}
.btn-sc{
    height:28px;
    line-height: 28px;
    border:1px solid #044694;
    border-radius: 2px;
    text-align: center;
    background: #d8e2ee;
    color:#044694;
    width:132px;
}


.news-list{
    padding:0.3rem;
}
.section04 .bd ul{
    display: none;
    flex: 1;
}
.news-list ul li{
    justify-content:space-around;
    display: flex;
    display: -webkit-flex;
    margin-bottom:0.3rem;
}
.news-list .pic{
    width:2.27rem;
    height:1.45rem;
    margin-right:0.3rem;
}
.news-list .pic img{
    width:100%;
    height:100%;
}
.news-list .nr{
    flex: 1;
}
.news-list .tit{
    height:1.13rem;
    display: block;
    line-height:160%;
}
.news-list .tit a{
    color:#333;
}
.news-list .time{
    color:#999;
    height:0.26rem;
    display: block;
}

#PageNum{
    background: url(/tea/image/public/load.gif) center no-repeat;
    height: 13px;
}