.newslist{
    width: 100%;
    min-width: 1200px;
}
.newsnav{
    width: 100%;
    height: 0.9rem;
    background: #f4f5f7;
}
.newsnav .inner{
    width: 80%;
    margin: 0 auto;
    line-height: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.newsnav .inner .timesequence{
    float: left;
    font-size: 0.34rem;
}
.newsnav .inner .time{
    float: left;
}
.newsnav .inner .time span{
    font-size: 0.24rem;
    cursor: pointer;
    padding-left: 1.2rem;
}
.newsnav .inner .time .on{
    color: #a93428;
}
.newsnav .inner .search input{
   height:  0.45rem;
   background: #fff;
   color: #adb0b5;
   outline:transparent;
   text-indent: 0.18rem;
   margin-left: 2rem;
}
.newsnav .inner .search{
    height: .9rem;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newsnav .inner .search label{
    width: .68rem;
    height: .44rem;
    background: #a93428;
    text-align: center;
    line-height: .44rem;
    color: #fff;
    cursor: pointer;
}
.newscatalogue{
    width: 80%;
    margin: 0 auto;
    margin-top: 0.38rem;
}
.newscatalogue dl{
    width: 100%;
    justify-content: space-between;
    padding:0.38rem 0 ;
    border-bottom: 1px solid #ccc;
}
.newscatalogue dl dt{
    width: 5.76rem;
    height: 3.22rem;
    overflow: hidden;
    float: left;
}
.newscatalogue dl dt:hover img{
    transform: scale(1.1);
}
.newscatalogue dl dt img{
    width: 100%;
    display: block;
    transition: all 1s;
}
.newscatalogue dl dd{
    width: 58%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0.5rem;
    float: left;
    padding-top: 0.5rem;
}
.newscatalogue dl::after{
    content: '';
    display: block;
    clear: both;
}
.newscatalogue dl dd .date{
    font-size: 0.16rem;
    padding-bottom:0.2rem ;
    color: #000;
}
.newscatalogue dl dd .title{
    font-size: 0.26rem;
    padding-bottom:0.1rem ;
    color: #000;
}
.newscatalogue dl dd:hover .title{
    color: #A93428;
}
.newscatalogue dl dd .title::after{
    content: '';
    display: block;
    width: 34px;
    height: 2px;
    background: #000;
    margin-bottom: 0.4rem;
    margin-top: 0.2rem;
}
.newscatalogue dl dd .text{
    width: 100%;
    font-size: 0.16rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #949494;
    line-height: 0.26rem;
}
.paging{
    width: 50%;
    display: flex;
    justify-content: center;
    margin: 1rem auto;
}
.paging .swiper{
    width: 80%;
}
.paging button{
    width: 0.8rem;
    text-align: center;
    height: 0.4rem;
    line-height: 0.4rem;
    border: none;
    background: none;
    position: relative;
    cursor: pointer;
}
.paging .select{
    color: #fff;
}
.paging .select::after{
    background: #a93428;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transform: skew(-10deg);
}