.content{
   
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 1.4rem ;
    margin-bottom: 1rem;
}


img{
    width: 100%;
    height: 100%;
}





.list-left{
    width: 15.6rem;
}
.list-left li{
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid rgba(0,0,0,.07);
}

.list-left ul a{
 
    
    text-decoration: none;
    color: #000;
    font-size: .26rem;
    color: #4F4F4F;
    line-height: .52rem;
    text-align: left;
}

.imgbox{
    width: 7.56rem;
    height:  4.26rem;
    margin-right: .4rem;
}


.textbox{
    flex-grow: 1;
    flex-basis:0;
    display: flex;
    flex-direction:column;
    justify-content: space-between;
}
.textbox .title{
    font-size: .36rem;
    color: #1D2125;
    line-height: .48rem;
    text-align: left;
}
.textbox .subtitle{
    flex-grow: 1;
    margin-top: .24rem;
    margin-bottom: .2rem;
}
.textbox .time{

    text-align: right;
    color: #999999;
}







.model{
    width:7rem ;
    margin-left: .8rem;
    box-sizing: border-box;
}



.model-title{
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    padding-bottom: .12rem;
}
.model-logo{
    width: 2.68rem;
    height:.69rem;
    background:url(../image/listright.png) no-repeat 0 0 ;
    background-size: 100% 100%;
}













.model-list{
    box-sizing: border-box;
}



.model-list a.flex-fs-fs-no  {
    font-weight: 400;
    font-size: .32rem;
    color: #4F4F4F;
    line-height: .38rem;
    text-align: left;
    margin-bottom: .44rem;

}

.model-list a.flex-fs-fs-no  img{
    width: .2rem;
    margin-right: .2rem;
    margin-top: .1rem;
    height: .2rem;
}
.model-list a.flex-fs-fs-no  span{
    width: 90%;
}


.model-list2 a{
    display: block;
    position: relative;
    width: 100%;
    height: 4.42rem;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: .48rem;
}
.model-list2 a p{
    position: absolute;
    width:7rem ;
    height: .64rem;
    bottom: 0%;
    box-sizing: border-box;
    background: rgba(41,47,54,.34);
}
.model-list2 a p span{
   display: block;
   width: 80%;
   padding:0 .2rem;
   font-size: .32rem;
    color: #FFFFFF;
    line-height: .63rem;
}







.text-right{
    width: 6.4rem;
    margin-left: .5rem;
}
.text-right-title{
    font-size: .48rem;
    color: #AA2B32;
    line-height: .8rem;
    border-bottom: solid 1px #CCC;
    margin-bottom: .6rem;
}
.text-right-news{
    margin-bottom: .7rem;
}
.text-right-news img{
    height: 3.6rem;
}

.text-right-news p{
    font-size: .32rem;
    line-height: .52rem;

    font-family: 微软雅黑;
    text-decoration: none;
    color: #000;
    margin-top: .3rem;
}










/* 更多 */
.more-box{
    /* width: 100%; */
    margin:.8rem  auto;
    text-align: right;
    box-sizing: border-box;
    padding-right: 1rem;

}





.more{
    position: relative;
    transition: all .3s;
    z-index: 1;
    cursor: pointer;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    display: inline-block;
    color: #333;
    background: #ccc;
    min-width: 2rem;
    padding: 0 .2rem;
    margin: .2rem;
    text-align: center;
    margin: auto;
}
/*当前元素的:before和:after设置绝对定位*/
.more:before {
    position: absolute;
    transition: all .3s;
    content: "";
    display: block;
    background: #09f;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.more:before {
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: scaleY(0);
}
 .more:hover:before {
    transform: scaleY(1);
}

/* 分页 */
.input-group{
    box-sizing: border-box;
    margin-bottom: .6rem;
}
.search-input{
    width: 13rem;
    height: 1rem;
    border-radius: .2rem 0 0 .2rem ;
    border: 2px solid #D9D9D9;
    padding: .3rem ;
    font-size: .4rem;
    padding: 0 0 0 .3rem;
    box-sizing: border-box;
    overflow: hidden;
    font-weight: 400;
    color: #333333;
    font-family: PingFang SC, Arial, sans-serif;
}
.input-btn{
    width: 2.6rem;
    height: 1rem;
    border-radius: 0 .2rem .2rem 0;
    background: #1658A0;
    color: #ffffff;
    font-size: .4rem;
    font-family: Arial;
    cursor: pointer;
}
.input-btn span:nth-child(1) {
    background: url(../image/search.png) no-repeat 0 0;
    background-size: 100% 100%;
    width: .56rem;
    height: .56rem;
    margin-right: .1rem;
    
}



@media (max-width: 651px) {
    .input-btn{
        width: 7rem;
    }
    .content{
        margin-top: 1.4rem;
        flex-wrap: wrap;
    }
    .list-left{
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        padding: .32rem;
    }
    .imgbox{
        width: 3.2rem;
        height: 1.8rem;
    }
    .time{
        display: none;
    }
    .textbox .title{
        font-size: .28rem;
    }
    .textbox .subtitle{
        font-size: .24rem;
        line-height: .38rem;
        margin: 0;
    }
    .model{
        margin: 0;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        padding: .32rem;
        margin-top: .3rem;
    }


}