@charset "utf-8";

/* 新闻咨询  页面样式 */

.news {
    padding: 15px 110px 35px;
    margin-bottom: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top: none;
}

.news_title {
    height: 18px;
    line-height: 18px;
    border-left: 2px solid #ff8d00;
    padding-left: 10px;
    font-size: 15px;
}

.news_item {
    height: 211px;
}

.news_item_date {
    float: left;
    width: 86px;
    padding: 33px 22px 0 0;
}

.news_item_date_inner {
    width: 86px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    color: #888;
    background: #f5f5f5;
    border-radius: 8px;
}

.news_item_border {
    float: left;
    position: relative;
    border-left: 2px solid #f5f5f5;
    width: 33px;
    height: 210px;
    padding-right: 20px;
}

.news_item_dote {
    position: absolute;
    left: -8px;
    top: 34px;
    z-index: 2;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background: #ff8d00;
}

.news_item_dote_inner {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 4px;
    height: 4px;
    background: #fff;
}

.news_item_shortLine {
    position: absolute;
    top: 40px;
    width: 33px;
    border-top: 2px solid #f5f5f5;
}

.news_item_imgBox {
    float: left;
    padding: 20px 0;
    width: 272px;
    height: 171px;
}

.news_item_imgBox img {
    width: 256px;
    height: 155px;
    border: 8px solid #f5f5f5;
}

.news_item_cont {
    float: left;
    padding: 20px 0 0 20px;
    width: 352px;
}

.news_item_cont h4 {
    height: 55px;
    line-height: 55px;
    font-size: 17px;
}

.news_item_cont_info {
    height: 64px;
    line-height: 16px;
    font-size: 12px;
    color: #666;
    overflow: hidden;
}

.news_item_bar_left {
    float: left;
    padding: 8px 18px;
    height: 16px;
    line-height: 16px;
    width: 222px;
    font-size: 12px;
    background: #f5f5f5;
    color: #666;
}

.news_item_bar_left img, .news_item_bar_left span {
    vertical-align: middle;
}

.news_item_bar_left span {
    padding-right: 10px;
}

.news_item_bar_btn {
    float: left;
    width: 92px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    background: #f8b551;
}

.news_item_bar_btn:hover {
    background: #f1a93c;
}