.content-container{
    width: 100%;

}
.main-container{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

}
.tab-menu{
    width: 270px;
    background-color: #f7f7f7;
    padding-top: 50px;
    box-sizing: border-box;
    text-align: center;
    color: #353535;
    height: 1111px;
}
.tab-title{
    color: #0050c7;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.tab-list-menu{
    margin: 20px auto;
}
.tab-list-menu li{
    padding: 10px 0;
}
.tab-list-menu li a{
    width: 172px;
    height: 38px;
    font-size: 18px;
    display: block;
    margin: 0 auto;
    line-height: 38px;
    letter-spacing: 0.05em;
}
.tab-list-menu li a.active{
    width: 172px;
    height: 38px;
    color: #FFFFFF;
    font-weight: bold;
    background: url("../img/10.png") no-repeat;
    border-radius: 20px;
}
.main-list-container{
    width: 930px;
    padding: 50px;
    box-sizing: border-box;
    color: #353535;
    height: 10000px;
}
/*左侧新闻列表布局*/
.content-list{
    width: 930px;
    padding: 30px 50px 20px 50px;
    box-sizing: border-box;
    color: #353535;
}
.list-border{
    width: 100%;
    height: 180px;
    border-bottom: 1px solid #E4E4E4;
}
.list-border:last-child{
    border-bottom: none;
}
.list-row{
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.row-pic{
    width: 220px;
    height: 100%;
}
.row-new{
    width: 555px;
    height: 100%;
}

.row-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 13px;

}
.new-title{
    height: 58px;
    font-weight: bold;
    font-size: 20px;
    color: #353535;
    text-align: justify;

}
.new-desc{
    height: 48px;
    font-size: 16px;
    color: #353535;
    margin-top: 15px;
    text-align: justify;
}
.new-bottom{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 13px;
}
.new-date{
    font-size: 14px;
    color: #999999;
}
.new-label{
    display: flex;
    justify-content: flex-end;
}
.new-label a{
    height: 20px;
    background-color: #0050C7;
    font-size: 12px;
    color: #FFFFFF;
    margin: 0 10px;
    border-radius: 5px;
    padding: 0 5px;
}
.pageBox {text-align: center;margin-top:20px;}
.pageBox a {border:1px solid #DBDBDB;display:inline-block;margin-right:6px;color: #707070;width:34px;height:34px;
    line-height: 34px;}
.pageBox a:hover,.pageBox a:active{background:#024c9f;color: #FFFFFF;text-decoration: none;}
.pageBox .cur { background: #024c9f;border: 1px solid #024c9f;text-decoration: none;font-weight: bold}
.pageBox a.cur {color: #fff;}
.pageBox .disabled {width: 79px;}