.top_box{
    background: #ECF3FA url(../images/bg03.png) no-repeat right bottom / 3.94rem 2.25rem;
    padding: 0.5rem;
    border-radius: 0.1rem;
    display: flex;
}
.top_box .news_imgs{
    width: 2.7rem;
    height: 3.58rem;
    border-radius: 0.08rem;
    flex-shrink: 0;
}
.top_box .news_con{
    width: calc(100% - 2.7rem);
    box-sizing: border-box;
    padding-left: 0.4rem;
}
.top_box .title_box{
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.25rem;
}
.top_box .news_title{
    width: fit-content;
    font-size: 0.24rem;
    font-weight: bold;
    color: #000;
    margin: 0.2rem 0;
}
.top_box .news_line{
    width: 0.37rem;
    height: 0.03rem;
    background-color: #FFA726;
}
.top_box .news_ff>div{
    border-bottom: 1px solid #1A5C8F80;
    padding: 0.17rem 0;
    font-size: 0.2rem;
    line-height: 1.5;
    display: flex;
    color: #1A5C8F;
}
.top_box .news_ff>div .title{
    width: 1rem;
    text-align: justify;
    text-align-last: justify;
    flex-shrink: 0;
}
.top_box .news_ff>div .ff{
    color: #000;
    line-height: 1.5;
}

.bottom_box{margin-top: 0.63rem;}
.bottom_box .tab-title{display: flex;margin-bottom: 0.5rem;}
.bottom_box .tab-title .title-item{
    font-size: 0.28rem;
    font-family: 'syh';
    border: 1px solid #2875A8;
    border-radius: 50px;
    padding: 0.2rem 0.5rem;
    margin-right: 0.14rem;
    background-color: #fff;
    color: #707070;
    transition: 0.4s;
    white-space: nowrap;
    cursor: pointer;
}
.bottom_box .tab-title .title-item.selected{
    background-color: #2875A8;
    color: #fff;
}
.bottom_box .tab-con .con-item{display: none;}
.bottom_box .tab-con .con-item.selected{display: block;}
.bottom_box .tab-con .con-item p,
.bottom_box .tab-con .con-item span,
.bottom_box .tab-con .con-item strong,
.bottom_box .tab-con .con-item font{
    background:none !important;
}
#wp_paging_w3{display:none;}
@media screen and (max-width: 767px){
    .top_box{padding:15px;}
    .bottom_box{margin-top:20px;}
    .top_box .news_imgs{width:150px;height:200px;}
    .top_box .news_con{width:100%;}
    .bottom_box .tab-title .title-item{padding: 10px 15px;font-size: 15px;}
}
@media screen and (max-width: 479px){
    .top_box{flex-direction:column;align-items: center;}
    .top_box .news_con{padding-left:0;}
    .top_box .title_box{margin:0 auto 20px;}
}