.banner{
    background-color: rgb(243, 245, 247);
}

.banner .act{
    padding: 0.5rem 0;
}

.box{
    height: 0.6rem;
    background-color: #fff;
}

.box span{
display:block;
    float: left;
    line-height: 0.6rem;
    margin-right: 0.3rem;
    font-size: 0.26rem;
    color: brown;
margin-left:0.2rem;
}

.box .p1{
    font-size: 0.26rem;
    margin-left: 0.2rem;
}

.news{
    padding: 0.3rem 0;
}

.news .new-left{
    float: left;
    padding: 0.2rem 0.1rem;
    width: 15%;
    color: brown;
    /* border: 0.01rem solid #000; */
    border-radius: 0.1rem;
    background-color: #fff;
} 

.news .new-left .div1{
    color: #000;
}
.news .new-left  .wp_listcolumn{
border-top:none;
}
.news .new-left .wp_column a{
background:none;
border-bottom:none;
font-size:0.21rem;
font-weight: unset;
line-height: 50px;
}
.news .new-left .selected a{
color:brown;
} 
.news .new-left p{
    display: inline-block;
    font-size: 0.21rem;
    margin-right: 0.5rem;
    padding: 0.2rem 0.1rem;
}

.news .new-left span{
    font-size: 0.18rem;
}

.news .new-right{
    float: right;
width:80%;
}

.sm-news{
    margin-bottom: 0.3rem;
    /* border-bottom: 0.01rem solid rgb(197, 197, 197); */
}
.news .news{
    padding:0;
}
.sm-news .tit{
    float: left;
    width: 0.8rem;
    height: 1.1rem;
    text-align: center;
}

.sm-news .tit h6{
    font-size: 0.24rem;
    color: brown;
    margin: 0.2rem 0 0.05rem 0;
}

.sm-news .tit p{
    font-size: 0.16rem;
padding-top:5px;
}

.sm-news  .article{
    float: left;
    width:90%;
    /* letter-spacing: 0.03rem; */
    font-size: 0.16rem;
    line-height: 1.5;
height:0.7rem;
    padding-left: 0.1rem;
    border-left: 0.01rem solid rgb(197, 197, 197);
}

.sm-news  .article p a{
    color: #AAA6A6;
text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.arraw{
    text-align: center;
    padding: 0.2rem 0;
}

.arraw a{
    padding: 0.1rem 0.15rem;
    background-color: #fff;
    margin-right: 0.2rem;
    color: brown;
    font-size: 0.16rem;
}
.new-right>div>div {
clear:both;
}
.pages{
margin-left:1.5rem;
}
.pages li{
float:left;
padding:5px 10px;
background-color: white;
margin:0 10px;
color:brown;
}
.pages li a{
color:brown;
}