.newshow_left_nei_detail_title_artitle{
    font-size: 32px;
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: bold;
    color: #000000;
    line-height: 48px;
    margin-bottom: 0px;
}
.newshow_left_nei_detail_title_dtepub{
    font-size: 14px;
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 400;
    color: #AFAFAF;
    margin: 10px 0px;
}
.newshow_left_nei_detail_title_summary{
    font-size: 18px;
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 400;
    color: #AFAFAF;
    line-height: 24px;
}
.data3{
    margin: 0px !important;
    padding-top:0px !important;
}
.newshow_left_nei{
    box-shadow:none;
    border-radius:0%;
}
.col-md-3{
    max-width: 23% !important;
    border-left: 1px solid #EBEBEB;
}
.data3>.row{
    display: flex;
    justify-content: space-between;
}
.newshow_right_list{
    margin-left:25px;
}
.newshow_right_list h1, .newshow_right_list h2, .newshow_right_list h3{
    font-size: 16px;
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.newshow_right_list span{
    font-size: 14px;
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 400;
    color: #AFAFAF;
    line-height: 0px;
    margin-bottom: 30px;
}
/* 手机start */
@media screen and (max-width: 991px){
    body .container{
        max-width:100%;
        margin: 0px;
        padding: 0px;
    }
    body .navbar_ul a{
        font-size: 12px;
    }
    body .m-news-show-all{
        margin: 0px;
        padding: 0px;
        width:90%;
        margin: 0 auto;
    }
    body .m-news-show-all>.container{

    }
    body .newshow_left{
        padding-right: 0px;
        padding-left: 0px;
    }
    body .newshow_left_nei_detail{
        padding:10px;
    }
    body .newshow_left_nei_detail_title_artitle{font-size: 16px; line-height: 24px}
    body .newshow_left_nei_detail_title_dtepub{font-size: 10px;}
    body .newshow_left_nei_detail_title_summary{font-size: 12px; line-height: 18px}
    body .newshow_left_nei_detail_con{
        font-size: 12px; line-height: 18px
    }
    body .col-md-3{
        max-width: 100% !important;
        border-left: none;
    }
    body .newshow_right h1.title, body .newshow_right h2.title{
        margin: 0 15px 0px 10px;
        text-align: center;
        font-weight: bold;
        color: white;
        padding: 4px 0px;
        background: rgb(14, 49, 72);
        cursor: pointer;
        display: block;
        display: block;
        font-size: 18px;
        margin-block-start: 0.67em;
        margin-block-end: 0.67em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-family: "Noto Serif",Times New Roman,Times,Georgia,serif;
        width: 50%;
    }
    body .newshow_right_list{
        margin-left: 0px
    }
    .m-newshow_right_list{
        display: flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .m-newshow_right_list .newshow_right_list{
        width: 48%;
    }
    .newshow_right_list h1, .newshow_right_list h2, .newshow_right_list h3{
        font-size: 12px;
        line-height: 20px;
    }
    .newshow_right_list span{font-size: 9px;}

        
}
/* 手机end */
/* PC-start */
@media screen and (min-width: 991px){
    
    
}
/* PC-end */