.news_nav{
    height: 53px;
    background-color: #F5F5F5;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding: 0 40px;
}
.news_nav>a{
    color: #666;
    font-size: 16px;
    height: 53px;
    line-height: 53px;
    box-sizing: border-box;
    padding: 0 15px;
    margin-right: 10px;
}
.news_nav>a.on{
    background-color: #FAE7E4;
    border-bottom: 3px solid #D51938;
}
.news_item{
    display: block;
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #666;
}
.news_item>p:first-child{
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
}
.news_item>p:nth-child(2){
    line-height: 30px;
    margin-bottom: 10px;
}
.news_item>div:nth-child(2){
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    width: 100%;
}
.news_item>div:nth-child(2)>p{
    width: 75%;
}
.news_item>div:nth-child(2)>img{
    width: 20%;
    height: auto;
}
.news_subject{
    padding: 10px 0;
    margin-bottom: 10px;
}
.news_subject>p{
    font-size: 24px;
    color: #666;
    margin-bottom: 20px;
    text-align: center;
    line-height: 35px;
    word-break: break-all;
    text-align: center;
}
.news_subject>div{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.news_subject>div>p{
    margin-right: 10px;
    color: #666;
    font-size: 14px;
}
.news_txt{
    border-top: 1px solid #ddd;
    padding: 20px 0;
}
.news_txt img{
    max-width: 100%;
    width: auto !important;
}