

.bodys_box{
    width: 100%;
    text-align: center;
    background-color: #eee;
}
.list_title_box{
    text-align: center;
    padding: 50px 0 30px 0;
}
.bodys{
    display: inline-block;
    width: 1300px;
    color: #222;
    font-size: 16px;

    margin: 0 auto;
    border-top: 1px #333 solid;
    padding: 30px;
}
/* tab栏内容盒子 */
.tab_box{
    width: 1300px;
    height: 100%;
    margin: 20px auto;
}
/* 一号tab盒子 */
.tabmod_box_01{
    float: left;
    margin-top: 25px;
    padding-right: 20px;
    display: inline-block;
    width: 200px;
    height: 300px;
    /* border-right: #999999 1px solid; */
}


.tabTitle{
    margin-top: 0;
    width: 100%;
    height: 50px;
    background-color: #1959a8;
    line-height: 50px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
}

.tab_list{
    width:100%;
    height: 180px;
    
}
.tab_list div{
    margin-top: 20px;
    width: 100%;
    height: 50px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    background-color: #999999;
    border-radius: 8px;
}
.tab_list div:hover{
    background-color: #1959a8;
    color: #fff;

}
#list_style_color{
    background-color: #1959a8;
    color: #fff !important;
}




/* 内容盒子 */
.tabmod_box_02{

    font-size: 18px;
    color: #333;
    display: inline-block;
    width: 1000px;
    height: 100%;
    padding: 20px 0  20px;
}

.lmbt-style{
    width: 300px;
    height: 45px;
    background-color: #1959a8;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
}



.tabmod_box_02 ul{
    width: 900px;
    height: 100%;
    padding: 30px;
}
.tabmod_box_02 li{
    width: 900px;
    height: 50px; 
    list-style: inside;
    text-align: left;
}
.tabmod_box_02 li::marker {
    color: #EBAF57;
}


.title_list{
    display: inline-block;
    width: 600px;
    height: 30px;
    /* line-height: 30px; */
    color: #333;
    /* overflow: hidden; */
    /* 确保超出容器的文本被裁剪 */
    text-overflow: ellipsis;
    /* 使用省略号表示文本超出 */
    text-indent: 2em;
    text-align: left;

}
.title_date{
    display: inline-block;
    width: 200px;
    height: 30px;
    /* line-height: 30px; */
    color: #333;
    text-align: right;

}
.tabmod_box_02 a{
    color: #fff;
}
.tabmod_box_02 a:hover span{
    color: #EBAF57;
}


