/* 南兴人 */
.news_people {
    margin-top: 45px;
    padding: 0 10px;

}

.news_item {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.news_item_date {
    width: 100px;
    height: 225px;
    color: #333;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.date_box3 {
    font-size: 26px;
}

.date_box2 {
    font-size: 14px;
}

.date_box1 {
    font-size: 18px;
}

.news_item_pic {
    width: 388px;
    height: 225px;
    border: 1px solid #f1f1f1;
    overflow: hidden;
}

.news_item_pic a {
    display: block;
    width: 100%;
    height: 100%;
}

.news_item_pic a img {
    width: 100%;
    height: 100%;
    transition: all .8s;
    -webkit-transition: all .8s;
}

.news_item_con {
    flex: 1;
    height: 208px;
    padding: 18px 12px 0 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.news_item_con .tt a {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #333;
    font-weight: bold;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.news_item_text {
    height: 72px;
    font-size: 14px;
    line-height: 24px;
    margin: 12px 0 25px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.news_item:hover {
    background-color: #656565;
}

.news_item_more {
    display: inline-block;
    width: 120px;
    height: 40px !important;
    line-height: 40px !important;
    text-align: center !important;
    color: #666;
    font-size: 16px;
    font-family: "Futura LT Medium";
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.news_item:hover .news_item_con a,
.news_item:hover .news_item_date,
.news_item:hover .news_item_text {
    color: #fff;
}

.news_item:hover .news_item_pic img {
    transform: scale(1.1);
    transition: all .8s;
    -webkit-transition: all .8s;
}

.about_english {
    font-size: 36px;
    font-weight: 700;
    color: #D9D9D9;
}

.about_tit {
    display: inline-block;
    font-size: 24px;
    color: #000;
    padding-bottom: 15px;
    border-bottom: 2px solid #18AA45;
}


/* 新闻详情页 */

.news_detail_h {
    line-height: 1.8em;
    font-size: 28px;
    color: #545454;
    text-align: center;
}

.news_infor_list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.news_infor_item {
    margin: 0 15px;
    color: #545454;
    font-size: 14px;
}

.news_brief {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.news_content {
    font-size: 14px;
}

.news_content img {
    max-width: 100%;
}