﻿
.nwes-main-area {
    margin: 90px auto;
}

    .nwes-main-area .more-bar {
        font-size: 12px;
        text-align: center;
    }

    .nwes-main-area .news-list {
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;
        line-height: 1.5;
        margin: 20px auto;
    }

        .nwes-main-area .news-list::after {
            content: '';
            width: 30%;
        }

        .nwes-main-area .news-list li {
            flex: 0 0 30%;
            margin-bottom: 80px;
            overflow: hidden;
        }

        .nwes-main-area .news-list .news-img {
            /*background: #FFF;*/
            /*box-shadow: 0 0 2px 0 #FFF;*/
            text-align: center;
            height: 220px;
            overflow: hidden;
            margin: 0 auto 35px;
            display: flex;
            align-items: center;
            justify-content: space-around;
        }

            .nwes-main-area .news-list .news-img img {
                /*max-height: 100%;*/
                height: 100%;
                max-width: inherit;
            }

        .nwes-main-area .news-list .nwes-date {
            font-size: 16px;
            color: #0081CC;
            margin-bottom: 20px;
        }

        .nwes-main-area .news-list .news-title {
            font-size: 22px;
        }

    .nwes-main-area .tab-max-news {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        overflow: hidden;
        margin-bottom: 80px;
	height: 450px;
    }

        .nwes-main-area .tab-max-news li {
            flex: 0 0 50%;
        }

        .nwes-main-area .tab-max-news .info {
            border: 2px solid #EEE;
            padding: 80px 80px 0;
        }

        .nwes-main-area .tab-max-news .item {
            min-height: 150px;
            line-height: 1.5;
	    margin-bottom: 85px;
        }

        .nwes-main-area .tab-max-news .nwes-date {
            font-size: 16px;
            color: #0081CC;
            margin-bottom: 25px;
	    display: block;
        }

        .nwes-main-area .tab-max-news .nwes-title {
            font-size: 24px;
            margin-bottom: 20px;
        }

        .nwes-main-area .tab-max-news .nwes-desc {
            font-size: 16px;
	    height: 50px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
        }

        .nwes-main-area .tab-max-news a.tab_btn {
            color: #3677A5;
            border: 1px solid #3677A5;
            padding: 10px 20px;
            background: initial;
        }



.news-details-bar {
    margin: 0 190px
}

    .news-details-bar .news-details-title {
        font-size: 36px;
        text-align: center;
        margin-bottom: 40px;
    }

    .news-details-bar .news-details-date {
        text-align: center;
        margin-bottom: 40px;
        color: #AEAFAF;
    }

    .news-details-bar .news-details-qt {
        margin-bottom: 20px;
        position: relative;
        color: #AEAFAF;
    }

.news-details-share {
    text-align: center;
}

    .news-details-share a {
        margin: 0 10px;
    }

    .news-details-share img.ico {
        height: 25px;
    }

.news-details-bar .news-details-qt::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 35%;
    z-index: 1;
    content: "";
    background: #EEE;
    height: 2px;
}

.news-details-bar .news-details-qt::before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 35%;
    z-index: 1;
    content: "";
    background: #EEE;
    height: 2px;
}

.news-details-bar .news-details-content {
    line-height: 1.8;
    border-bottom: 1px solid #EEE;
    padding: 60px 0;
    min-height: 300px;
    font-size: 18px;
}

    .news-details-bar .news-details-content p {
        padding: 10px 0;
    }

.tab-news-list {
}

    .tab-news-list .tab-title {
        font-size: 36px;
        text-align: center;
        padding: 10px;
        margin-top: 50px;
        margin-bottom: 50px;
        position: relative;
    }

        .tab-news-list .tab-title:before {
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -15px;
            width: 30px;
            z-index: 1;
            content: "";
            background: #0081CC;
            height: 2px;
        }
