/*首页*/
.hd{
    background: #fff;
    padding:10px 0;
}


/*banner*/
.banner{ width:100%;overflow:hidden;position: relative;height:200px}
.b-img{ height:200px;  position:absolute; left:0; top:0;}
.b-img div{ display:block; height:200px; float:left;}
.b-list{
    position:absolute; margin:0 auto;z-index:1;
    overflow: hidden;bottom: 20px;left: 40%;
}
.b-list span{
    display:block;cursor:pointer; width:14px; height:14px;
    border-radius:50%; float:left; background-color: #fff;
    margin:0 5px;
}
.b-list .spcss{
    background-color:#067ad1;
}

.main .one{
    border-bottom: 10px solid #f5f5f5;
}
.one a{
    text-align: center;display: block
}
.one a p{
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80px;
}



.page_title {
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight:bold;
    width: 100%;
    margin: 0;
}
.page_title span{
    margin: 0 10px;
}

.news .left{
    padding: 4px;
    border: 1px solid #dedede;
    width: 100px;
    height: 60px;
    margin-right: 10px;
}
.news .left img{
    width: 100%;
    height: 100%;
}
.news .right{
    height: 70px;
    width: 100%;
    position: relative;
}
.news .right h1{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    font-weight: 100;
    display: block;
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .right h1 a{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    font-weight: 100;
}
.news .right p{
    color: #bab9b9;
    line-height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.news .weui_cell{
    border-bottom: 1px solid #D9D9D9;
}








