.news_part{
    background: #F5F5F5;
}
.news{
    background: #ffffff;
    padding: 20px 50px;
    box-sizing: border-box;
}
.advimg{
    display: block;
    width: 100vw;
}
.advimg>img{
    width: 100%;
}
.news_title{
    line-height: 65px;
    border-bottom: 2px solid #aec906;
    margin-bottom: 15px;
}
.news_title>p:first-child{
    font-size: 26px;
    color: #333333;
}
.news_title>p:first-child>span{
    font-size: 18px;
    color: #999;
    padding-left: 10px;
}
.news_title>div:nth-child(2){
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.news_title>div:nth-child(2)>img{
    width: 18px;
    margin-right: 5px;
}
.news_title>div:nth-child(2)>a{
    font-size: 14px;
    color: #666;
}
.news>div:nth-child(2){
    align-items: start;
}
.news_left{
    width: 18%;
}
.news_left>div{
    background: url("../img/tit-bg.png") no-repeat center/100% 100%;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    border-radius: 20px 20px 0 0;
    margin-bottom: 2px;
}
.news_left>div>p:first-child{
    font-size: 25px;
}
.news_left>div>p:nth-child(2){
    font-size: 14px;
    font-weight: bolder;
}
.news_left>a{
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
    background: #F5F5F5;
    margin-bottom: 1px;
}
.news_left>a>img{
    width: 8px;
}
.news_left>a.on{
    color: #ffffff;
    background: #00479d;
}
.news_right{
    width: 80%;
}
.news_search{
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 5px;
    box-sizing: border-box;
    position: relative;
}
.news_search>input{
    width: 60%;
    padding: 0 10px;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    line-height: 50px;
    height: 50px;
    border: 1px solid #00479d;
    border-radius: 10px;
}
.news_search>a{
    position: absolute;
    width: 20px;
    right: 22%;
    top:25px;
}
.news_search>a>img{
    width: 100%;
}
.news_item{
    line-height: 45px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333333;
}
.news_item>span:last-child{
    font-size: 14px;
    color: #999999;
}
.news_item:not(:last-child){
    border-bottom: 1px dashed #dcdcdc;
}
.news_txt_title{
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px dashed #dedede;
}
.news_txt_title>p:first-child{
    font-size: 28px;
    font-weight: bold;
    color: #aec906;
}
.news_txt_title>div:nth-child(2){
    display: flex;
    display: -webkit-flex;
    color: #999;
    font-size: 14px;
    margin-top: 10px;
    justify-content: center;
}
.news_txt_title>div:nth-child(2)>span{
    margin-right: 10px;
}
.news_txt_content{
    box-sizing: border-box;
    padding: 20px;
}
.news_txt_content img{
    max-width: 100%;
}