
.news {
    margin-top: 35px;
}
.newsFirst {
    height: 415px;
    width: 385px;
}
.newsFirst .new1_img {
    width: 100%;
    height: 230px;
}

.newsFirst .new1_text {
    background: #F5F6F7;
    height: 186px;
    padding-left: 30px;
}

.doubt {
    font-size: 18px;
    font-family: 'Regular', serif;
    color: #595656;
    padding-top: 26px;
}

.doubt a {
    color: #595656;
text-decoration: none;
}
.answer {
    width: 327px;
    font-size: 14px;
    font-family: 'Regular', serif;
    line-height: 24px;
}

.time {
    font-size: 14px;
    font-family: 'Regular', serif;
    color: #9b9b9b;
}

.detail_title {
    width: 100%;
    height: 115px;
    border-bottom: 1px solid #EBEBEB;
    text-align: center;
}

.detail_title .title {
    padding-top: 35px;
    font-size: 24px;
    font-family: 'Bold', serif;
    color: #595656;
}

.detail_title .time {
    margin-top: 10px;
    font-size: 14px;
    font-family: 'Bold', serif;
    color: #9b9b9b;
}

.detail_item {
    font-size: 16px;
    font-family: 'Adobe', serif;
    color: #595656;
    line-height: 36px;
}

.news_image {
    width: 100%;
    text-align: center;
}

.news_image img {
    width: 1080px;
    height: 480px;
}

.select_bottom {
    margin-top: 27px;
    height: 100px;
    background: #F5F6F7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 18px;
}

.first {
   cursor: pointer;
}

.second {
    cursor: pointer;
    margin-top: 16px;
}

.article {
    font-size: 16px;
    font-family: 'Regular', serif;
    color: #B9BABA;
}

.article_content {
    font-size: 16px;
    font-family: 'Regular', serif;
    color: #383838;
}

.mt50 {
    margin-top: 50px;
}
.select_bottom a {
    color: inherit;
    text-decoration: none;
}
