body{
    background: #eceef5;
}



.about-us-body {
    display: flex;
    margin: 15px 0;
}

.about-us-body .fake-menu {
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    margin-right: 15px;
}
/**
2023/7/24
 */

.about-us-body .fake-menu > li {
    padding: 0;
    border: unset;
}
.about-us-body .fake-menu {
    width: 210px;
    background: #FFFFFF;

}
.fake-menu .menu-title {
    width: 210px;
    height: 50px;
    background: #114491;
    font-size: 20px;
    font-weight: 400;

    color: #FFFFFF;

}
.fake-menu .menu-title .title{
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 19px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    font-style: normal;
}

.fake-menu .menu-title .title a{
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}

.fake-menu .menu-text {
    line-height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #909090;
    display: block;
    text-align: center;
    display: block;
    overflow: hidden;
    height: 50px;
}
.fake-menu .menu:not(:last-child) .menu-text{
    border-bottom: 1px solid #D8D8D8;
}
.about-us-body .fake-menu .menu {
    padding: 0 10px;
}

.about-us-body .fake-menu .active-menu {
    font-size: 16px;
    font-weight: bold;
    color: #114491;
}

.about-us-body .fake-menu .active-menu a{
    /*font-size: 16px;*/
    font-weight: bold;
    color: #114491;
    font-size: 16px;
}
.about-us-body-panel {
    flex: 1;
}

.list_content {
    width: 100%;
    float: right;
    background: #fff;
}
.list_content .list_tit2 {
    height: 60px;
    border-bottom: 1px solid #d9d9d9;
}
.list_content .list_tit2 img {
    width: 28px;
}
.list_content .list_tit2 img {
    margin: 19px 15px;
    float: left;
}
.list_content .list_tit2 h3 {
    font-size: 18px;
    color: #2850a0;
    float: left;
    line-height: 60px;
}
.list_content>ul {
    /*width: 927px;*/
    margin: 30px;
    /*border-bottom: 1px dashed #d9d9d9;*/
}
.list_content>ul li {
    height: 43px;
}
.list_content>ul li img {
    width: 4px;
    height: 4px;
    float: left;
    margin: 10px 10px 10px 0;
}

.list_content>ul li span {
    font-size: 16px;
    float: left;
    height: 25px;
    overflow: hidden;
    /* 文字用省略号代替超出的部分 */
    text-overflow: ellipsis;
    /* 匀速溢出内容，隐藏 */
    overflow: hidden;
    line-height: 25px;
}
.list_content > ul > li > a > span:nth-child(2){
    width: 800px;
    height: 25px;
    overflow: hidden;
    /* 文字用省略号代替超出的部分 */
    text-overflow: ellipsis;
    /* 匀速溢出内容，隐藏 */
    overflow: hidden;
    line-height: 25px;
}
.list_content>ul li .time {
    float: right;
}

.list_content .content{
    font-size: 13px;
    line-height: 36px;
    color: #333;
    padding: 20px;
    box-sizing: border-box;
}
.list_content .content img{
    max-width: 100%;
}
.list_content .content > .content-title{
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;

}
/*文件下载样式

*/
.download-list{
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.download-list li{
    width: 100%;
    height: 60px !important;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.download-list li .download-list-left{
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.download-list li .download-list-left .download-list-name{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.download-list li .download-list-left .download-list-bottom{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #999;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.download-list li .download-list-left .download-list-bottom span{
    margin-right: 20px;
    font-size: 13px;
}
.download-list li .download-list-right{
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.download-list li .download-list-right .download-list-download-btn{
    font-size: 13px;

}
.download-list li .download-list-right .download-list-preview-btn{
    font-size: 13px;
    margin-right: 15px;
}

/*文件下载样式结束*/
