
@font-face {
    font-family: '思源黑体CN'; /* 自定义字体名称 */
    src: url('../extends/fonts/SourceHanSansCN-Bold.ttf') format('truetype'); /* .ttf 格式 */
    font-weight: bold; /* 字体粗细 */
    font-style: normal; /* 字体样式 */
}

#l-container{background: url(../images/xrld/bg.png) no-repeat;background-size: 100% 100%;}
.list .foot-1{border-top: none;}
.col_menu{width: 318px;margin-right: -318px;margin-top: -106px;}
.col_news .col_news_box{margin-left: 458px;}
.col_menu .col_menu_head h3.col_name .col_name_text{
    line-height: 158px;
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    box-sizing: border-box;
    padding-left: 42px;
    font-family: '思源黑体CN';
}
.col_menu .col_menu_head::after{
    content: '';
    width: 125px;
    height: 81px;
    background: url(../images/xrld/01.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: -125px;
}
.col_list .wp_listcolumn .wp_column a{
    font-size: 20px;
    font-weight: bold;
    font-family: '思源黑体CN';
    color: #333333;
    line-height: 66px;
    background: #EDF2F5;
    border-top: none;
    border-bottom: none;
    transition: all 0.6s ease;
}
.col_list .wp_listcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_column a.selected{
    background: #fff;
    color: #0C5A96;
    border-left: #0168B5 6px solid;
}
.col_metas .col_title h2{
    font-size: 40px;
    font-weight: bold;
    font-family: '思源黑体CN';
    line-height: 40px;
    color: #333333;
    border-bottom: none;
}
.col_news_head{
    padding-top: 53px;
    padding-bottom: 33px;
    border-bottom: #0067b541 1px solid;
}
.col_metas .col_path a,
.col_metas .col_path{
    font-size: 16px;
    font-weight: bold;
    font-family: '思源黑体CN';
    color: #8B9399;
}
.col_news_con{padding-top: 41px;padding-bottom: 100px;}
.post-136 .news_list{display: flex;flex-wrap: wrap;gap: 95px;}
.post-136 li.news{float: left;width: 300px;}

.post-136 .news_images{
    position: relative;
    padding-top: 124.68%;
    overflow: hidden;
    height: 0;
    background: #eee;
}
.post-136 .news_images img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}
.post-136 a.news_link:hover .news_images img{
}
.post-136 .news_title{
    width: 100%;
    font-size: 24px;
    line-height: 54px;
    font-weight: bold;
    color: #0F0F0F;
    font-family: '思源黑体CN';
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px;
    border-bottom: #D2D2D2 1px solid;
    transition: all 0.6s ease;
}
.post-136 .news_extra{
    font-size: 16px;
    line-height: 40px;
    font-family: '思源黑体CN';
    color: #818181;
}


