.tabs{
    display: flex;
    justify-content: center;
    margin: 77px 0;
}
.tabsList{
    padding: 14px 36px;
    border: 1px solid #7E7E7E;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #707070;
}
.tabs .active{
    background: #3B3D86 !important;
    color: #fff !important;
    border: 1px solid #3B3D86 !important;
}

.newList{
    padding: 58px 63px;
    display: flex;
    width: 1524px;
    margin: 0 auto;
    border-radius: 6px;
}
.new .newList:last-child{
    margin-bottom: 140px;
}
.newList:hover{
    background: #F2F2F2;
}
.newList:hover .right .btn{
    background: #3B3D86 !important;
    color: #fff !important;
}
.newList .left{
    margin-right: 40px;
}
.newList .left img{
    width: 294px;
    height: 206px;
    border-radius: 6px;
}


.newList .right{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.newList .right .title{
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #000000;
}
.newList .right .date{
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #828282;
}
.newList .right .content{
    line-height: 26px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    align-items: flex-start;
    color: #000000;
}
.newList .right .btn{
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    width: 116px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #707070;
    border: 1px solid #7E7E7E;
    border-radius: 6px;
}
@media screen and (max-width: 768px){
    .tabs{width:100%;margin:30px 0 0 0;}
    .tabsList{padding:10px 20px;font-size:13px;}
    .newList{display:block;width:100%;padding:50px 47px;}
    .newList .right .title{margin:20px 0;}
    .newList .right .date{margin-bottom:20px}
    .newList .right .content{margin-bottom:20px;}
}





