﻿.box-news {
    background-color: #e2e2e2;
}
.w3_title {
    text-align: center;
    padding: 10px;
    background: #1473a1;
    color: #fff;
    font-weight: bold;
}
.w3_hot_news .w3_content {
    padding: 30px 15px;
    background: #f0f0f0;
}
    .w3_hot_news .w3_content a {
        display: block;
        color: #555;
        margin-bottom: 30px;
    }
        .w3_hot_news .w3_content a img {
            width: 30%;
            margin-right: 15px;
            float: left;
        }
        .w3_hot_news .w3_content a h5 {
            font-size: 16px;
            line-height: 1.3;
            margin-top: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
        }

.article_detail .detail_title h1 {    
    color: #333;
    font-size: 35px;
}
.article_detail .detail_create_date, .article_detail .detail_views {
    display: inline-block;
    padding: 20px 30px 10px 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #882520;
    font-size: 14px;
}
.article_detail .detail_views {
    padding: 20px 0px 10px 30px;
    margin-bottom: 20px;
    margin-left: -10px;
}
.detail_content p {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 10px;
}
.w3_news_related .related_title h4 {
    display: inline-block;
    margin: 30px 0;
    padding-bottom: 2px;
    border-bottom: 3px solid #882520;
    font-size: 18px;
}
/*.w3_news_related .article_item:nth-child(even) {
    padding-right: 30px;
    border-right: 1px solid #ccc;
}*/
.w3_news_related .article_item a {
    float: left;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    position: relative;
    width:100%;
}
.w3_news_related .article_item img {
    width: 35%;
    float: left;
    margin-right: 15px;
    min-width: 262px;
}
.w3_news_related .article_item a h3 {
    font-size: 18px;
    color: #882520;
    margin-top: 0;
    margin-bottom: 10px;
}
.w3_news_related .article_item a p {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom:10px;
}
.w3_news_related .article_item:last-child a{
    border-bottom:0px !important;
}
/******************************************/
.w3_article_list .acticle-heading {
    height: 30px;
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 25px;
}
    .w3_article_list .acticle-heading a {
        float: left;
        height: 30px;
        font-size: 16px;
        font-family: "Roboto-Bold";
        color: #333;
        border-bottom: 2px solid #ec470d;
        text-transform: uppercase;
    }
        .w3_article_list .acticle-heading h2{
            display:inline-block;
        }
        .w3_article_list .article_item {
            float: left;
            width: 100%;
            padding-bottom: 18px;
            margin-bottom: 18px;
            border-bottom: 1px solid #e3e3e3;
        }
            .w3_article_list .article_item img {
                float: left;
                max-width: 200px;
            }
    .w3_article_list .article_item .info {
        padding-left: 220px;
    }
        .w3_article_list .article_item .info a {
            color: #073050;
            font-size: 20px;
            margin-bottom: 15px;
            line-height: 1.3;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
        }
    .w3_article_list .article_item .time {
        font-size: 13px;
        color: #999;
        margin: 5px 0;
    }
    .w3_article_list .article_item .summary {
        color: #333;
        line-height: 1.7;
        text-align: justify;
    }

/************************************/
.w3-rgt-news2 .n2-item {
    background-color: #e2e2e2;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    padding: 20px 20px 20px 20px;
}
.w3-rgt-news2 .n2-title {
    font-size: 1.2rem;
    font-weight: 400;
    padding-bottom: 14px;
}
.w3-rgt-news2 .n2-thumb {
    width: 100%;
} .w3-rgt-news2 .n2-desc {
        text-align: justify;
        font-size: 0.9rem;
        line-height: 1.6;
        color: #444;
    }