﻿
* {
    margin: 0;
    padding: 0;
}

html {
    font-size: max(10px, calc(100vw / 1920 * 10));
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    line-height: 1;
    font-size: 1.6rem;
    font-family: Microsoft YaHei, Helvetica, STHeiti STXihei, Microsoft JhengHei, Tohoma, Arial;
}

:focus {
    outline: 0;
}

img {
    border: 0;
}

a img {
    vertical-align: middle;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}

.none {
    display: none;
}

.hidden {
    visibility: hidden;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    *zoom: 1;
}

a {
    text-decoration: none;
    color: #333;
    transition: all 0.4s ease-in-out;
}

    a:hover {
        text-decoration: none;
        color: #8f5b3b;
    }

.wrapper {
    width: 100%;
    background-color: #fff;
}

    .wrapper .inner {
        width: auto;
        max-width: 120rem;
        margin: 0 auto;
    }
/**Header**/
.header {
    background: repeating-linear-gradient( 45deg, transparent 0px, transparent 5px, rgba(255, 255, 255, 0.02) 5px, rgba(255, 255, 255, 0.02) 6px ), repeating-linear-gradient( -45deg, transparent 0px, transparent 8px, rgba(255, 255, 255, 0.03) 8px, rgba(255, 255, 255, 0.03) 9px ), radial-gradient(2px 2px at 20% 30%, rgba(255, 255, 255, 0.1), transparent), radial-gradient(3px 3px at 40% 70%, rgba(255, 255, 255, 0.08), transparent), radial-gradient(2px 2px at 60% 20%, rgba(255, 255, 255, 0.06), transparent), radial-gradient(4px 4px at 80% 50%, rgba(255, 255, 255, 0.05), transparent), radial-gradient(3px 3px at 10% 80%, rgba(255, 255, 255, 0.07), transparent), linear-gradient(135deg, #8a2b16 0%, #a7341c 50%, #c43d22 100%);
}

    .header .inner {
        padding: 1.8rem 0;
    }

/*logo*/
.logo-panel {
    float: left;
}

.logo-window {
    padding: 2rem 0;
}

    .logo-window img {
        vertical-align: middle;
        width: 90rem;
    }

/*top-nav*/
.top-nav-panel {
    float: right;
}

    .top-nav-panel .menu .menu-item {
        float: left;
        display: inline-block;
    }

        .top-nav-panel .menu .menu-item a.menu-link {
            display: inline-block;
            padding: 0 1rem;
            margin: 0 0.4rem;
            height: 2.4rem;
            line-height: 2.4rem;
            color: #f5cfc7;
            font-size: 1.2rem;
            border: 0.1rem solid #f5cfc7;
        }

            .top-nav-panel .menu .menu-item a.menu-link:hover {
                color: #fff;
                border-color: #fff;
            }

/**Navi**/
.navi {
    background: #f7eee899;
}

.menu-switch-arrow {
    display: none;
}

.main-nav-panel .menu {
    margin: 0 auto;
}

    .main-nav-panel .menu .menu-item {
        display: inline-block;
        float: left;
        position: relative;
        z-index: 100;
    }

        .main-nav-panel .menu .menu-item.hover {
            z-index: 200;
        }

        .main-nav-panel .menu .menu-item a.menu-link {
            display: inline-block;
            padding: 0 2.2rem;
            height: 5.6rem;
            line-height: 5.6rem;
            color: #333333;
            font-size: 1.8rem;
            font-weight: bold;
        }

            .main-nav-panel .menu .menu-item a.menu-link:hover, .main-nav-panel .menu .menu-item a.menu-link.parent {
                background: #a7341c;
                color: #fff;
            }

.main-nav-panel .sub-menu {
    background: #a7341c;
    display: none;
    position: absolute;
    left: 0;
    top: 5.6rem;
    z-index: 100;
    min-width: 100%;
    text-align: center;
}

    .main-nav-panel .sub-menu .sub-item {
        position: relative;
        white-space: nowrap;
        vertical-align: top;
        _zoom: 1;
    }

        .main-nav-panel .sub-menu .sub-item a {
            display: block;
            color: #fff;
            height: 5rem;
            line-height: 5rem;
            padding: 0 1rem;
            font-size: 1.8rem;
        }

            .main-nav-panel .sub-menu .sub-item a:hover {
                display: block;
                background: #bd4c35;
            }

    .main-nav-panel .sub-menu .sub-menu {
        display: none !important;
    }

/**Container**/
#container-1 .inner {
    padding: 2rem 0 4rem 0;
}

#container-1 .mod_left {
    float: left;
    width: 65.667%;
}

    #container-1 .mod_left .post-news-top {
        width: 100%;
        display: inline-block;
    }

    #container-1 .mod_left .post-news-left {
        width: 47.462%;
        float: left;
    }

    #container-1 .mod_left .post-news-right {
        width: 47.462%;
        float: right;
    }

#container-1 .mod_right {
    float: right;
    width: 31.167%;
}

#container-2 .inner {
    padding: 30px 0 40px 0;
}

#container-2 .mod_left {
    width: 47.917%;
    float: left;
}

#container-2 .mod_right {
    width: 43.334%;
    float: right;
}

#container-3 {
    background: #f7eee899 url(../img/containerbg.png) center center no-repeat;
    background-size: cover;
}

    #container-3 .inner {
        padding: 20px 0 40px 0;
    }

    #container-3 .mod_left {
        width: 31.167%;
        float: left;
    }

    #container-3 .mod_center {
        width: 31.167%;
        float: left;
        margin-left: 3.24%;
    }

    #container-3 .mod_right {
        width: 31.167%;
        float: right;
    }

#container-4 .inner {
    padding: 0 0 26px 0;
}

#container-5 {
    background: #f5f5f5;
}

    #container-5 .inner {
        padding: 45px 0 42px 0;
    }

/*news base style*/
.tt {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2.5rem;
    border-bottom: 0.1rem dashed #b3b3b3;
}

    .tt .tit {
        float: left;
        display: inline-block;
        font-weight: normal;
    }

        .tt .tit .title {
            display: inline-block;
            font-size: 2.4rem;
            color: #a7341c;
            line-height: 5.6rem;
            padding-bottom: 0.4rem;
            border-bottom: 0.4rem solid #a7341c;
            position: relative;
            top: 0.1rem;
            cursor: pointer;
        }

.more_btn {
    display: inline-block;
    float: right;
    margin-top: 0.4rem;
}

    .more_btn .more_text {
        display: inline-block;
        font-size: 2.2rem;
        cursor: pointer;
        line-height: 5.6rem;
        color: #8f5b3b;
        transition: all 0.4s ease-in-out;
    }

        .more_btn .more_text:hover {
            color: #73441a;
        }

.news_list .news {
    width: 100%;
    float: left;
}

    .news_list .news .news_box {
        cursor: pointer;
        border-bottom: 0.1rem solid #eae1dc;
    }

    .news_list .news .news_title {
        width: 87%;
        display: inline-block;
        float: left;
        font-size: 1.6rem;
        line-height: 5.4rem;
        color: #000;
        overflow: hidden;
    }

        .news_list .news .news_title a {
            color: #000;
        }

            .news_list .news .news_title a:hover {
                color: #8f5b3b;
            }

    .news_list .news .news_meta {
        float: right;
        display: inline-block;
        font-size: 1.4rem;
        line-height: 5.4rem;
        color: #666;
        font-family: Georgia;
    }

/*news-tab*/
.news-tab {
    position: relative;
}

    .news-tab .news-menu {
        width: 100%;
        display: inline-block;
        border-bottom: 1px dashed #b3b3b3;
        margin-bottom: 5px;
    }

        .news-tab .news-menu .news-tit {
            float: left;
            display: inline-block;
            line-height: 5.6rem;
            font-size: 2.4rem;
            color: #999;
            position: relative;
            top: 0.1rem;
            padding-bottom: 0.4rem;
            background: url(../img/selected.png) center bottom no-repeat;
            transition: all 0.4s ease-in-out;
            cursor: pointer;
        }

            .news-tab .news-menu .news-tit.selected {
                color: #a7341c;
                border-bottom: 0.4rem solid #a7341c;
                /*                background: url(../img/selectedbg.png) center bottom no-repeat;*/
            }

            .news-tab .news-menu .news-tit.t1 {
                margin-right: 3rem;
            }

    .news-tab .news-wrap .more_btn {
        position: absolute;
        top: 0;
        right: 0;
    }

    .news-tab .news-wrap .news_list .news .news_box {
        padding: 1.1rem 0;
    }

        .news-tab .news-wrap .news_list .news .news_box .news_date {
            float: left;
            display: inline-block;
            width: 6rem;
            margin: 0.2rem -6rem 0.2rem 0;
            position: relative;
            line-height: 2.4rem;
            background: #a7341c;
            text-align: center;
            color: #fff;
            font-size: 1.4rem;
            transition: all 0.4s ease-in-out;
            font-family: Georgia;
        }

        .news-tab .news-wrap .news_list .news .news_box:hover .news_date {
            background: #bd4c35;
        }

        .news-tab .news-wrap .news_list .news .news_box .news_date .date-month {
            width: 100%;
            display: inline-block;
            border-top: 1px solid #864013;
            color: #666;
            background: #fff url(../images/web-icon.png) center -100px no-repeat;
        }

        .news-tab .news-wrap .news_list .news .news_box .news_date .date-year {
            width: 100%;
            display: inline-block;
            border-top: 0.1rem solid #864013;
        }

        .news-tab .news-wrap .news_list .news .news_box .news_con {
            width: 100%;
            float: right;
        }

            .news-tab .news-wrap .news_list .news .news_box .news_con .news_arti {
                height: 5.4rem;
                padding-left: 8rem;
                display: table-cell;
                vertical-align: middle;
            }

                .news-tab .news-wrap .news_list .news .news_box .news_con .news_arti .news_title {
                    width: 100%;
                    line-height: 2.7rem;
                    max-height: 5.4rem;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    transition: all 0.4s ease-in-out;
                }

        .news-tab .news-wrap .news_list .news .news_box:hover .news_con .news_arti .news_title {
            color: #8f5b3b;
        }

/*news-structure*/
.post-6 .news_list .news .news_box {
    position: relative;
    border: 0;
}

    .post-6 .news_list .news .news_box .news_imgs {
        position: relative;
        height: 20.2rem;
        overflow: hidden;
    }

        .post-6 .news_list .news .news_box .news_imgs .news_bg {
            width: 100%;
            height: auto;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            max-width: 100%;
            transition: all 1s ease 0s;
        }

    .post-6 .news_list .news .news_box:hover .news_imgs .news_bg {
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    .post-6 .news_list .news .news_box .news_con {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0 auto;
        background: #a7341c;
    }

        .post-6 .news_list .news .news_box .news_con .news_arti {
            padding: 0 2rem;
        }

            .post-6 .news_list .news .news_box .news_con .news_arti .news_title {
                width: 100%;
                text-align: center;
                line-height: 4rem;
                color: #fff;
                font-size: 1.6rem;
                white-space: nowrap;
                text-overflow: ellipsis;
                transition: all 0.4s ease-in-out;
            }

    .post-6 .news_list .news .news_box:hover .news_con .news_arti .news_title {
        color: #f3b38c;
    }

.post-7 .news_list .news {
    background: url(../images/web-icon.png) -147px 16px no-repeat;
}

    .post-7 .news_list .news .news_box {
        margin-left: 1.2rem;
    }

        .post-7 .news_list .news .news_box .news_title {
            white-space: nowrap;
            text-overflow: ellipsis;
            transition: all 0.4s ease-in-out;
        }

        .post-7 .news_list .news .news_box:hover .news_title {
            color: #8f5b3b;
        }

.post-8 .news_list {
    margin-top: -1.8rem;
}

    .post-8 .news_list .news {
        background: url(../images/web-icon.png) -147px 16px no-repeat;
    }

        .post-8 .news_list .news .news_box {
            margin-left: 1.2rem;
        }

            .post-8 .news_list .news .news_box .news_title {
                white-space: nowrap;
                text-overflow: ellipsis;
                transition: all 0.4s ease-in-out;
            }

            .post-8 .news_list .news .news_box:hover .news_title {
                color: #8f5b3b;
            }

.post-11 .tt {
    margin-bottom: 1.2rem;
}

.post-11 .news_list .news .news_title {
    line-height: 5.2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .post-11 .news_list .news .news_title a:hover {
        color: #8f5b3b;
    }

.post-11 .news_list .news .news_meta {
    font-size: 14px;
    line-height: 52px;
}


.post-112 .tt {
    margin-bottom: 12px;
}

.post-112 .news_list .news .news_title {
    line-height: 52px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .post-112 .news_list .news .news_title a:hover {
        color: #8f5b3b;
    }

.post-112 .news_list .news .news_meta {
    font-size: 14px;
    line-height: 52px;
}

.post-12 {
    margin-top: 10px;
}

    .post-12 .news_list {
        box-shadow: 1px 0 12px rgba(113, 55, 17, 0.4);
    }

        .post-12 .news_list .news .news_box {
            border: 0;
            position: relative;
        }

            .post-12 .news_list .news .news_box .news_imgs {
                position: relative;
                height: 275px;
                overflow: hidden;
            }

                .post-12 .news_list .news .news_box .news_imgs .news_bg {
                    width: 100%;
                    height: auto;
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    margin: auto;
                    max-width: 100%;
                    transition: all 1s ease 0s;
                }

            .post-12 .news_list .news .news_box:hover .news_imgs .news_bg {
                -moz-transform: scale(1.15);
                -ms-transform: scale(1.15);
                -o-transform: scale(1.15);
                -webkit-transform: scale(1.15);
                transform: scale(1.15);
            }

            .post-12 .news_list .news .news_box .news_icon {
                width: 7.2rem;
                height: 7.2rem;
                position: absolute;
                top: 50%;
                left: 50%;
                margin: -3.6rem 0 0 -3.6rem;
                z-index: 9999;
                background: url(../images/web-icon.png) -114px -174px no-repeat;
                transition: transform 0.8s ease-out;
                -moz-transition: -moz-transform 0.8s ease-out;
            }

            .post-12 .news_list .news .news_box:hover .news_icon {
                transform: rotateZ(720deg);
                -webkit-transform: rotateZ(720deg);
                -moz-transform: rotateZ(720deg);
            }

            .post-12 .news_list .news .news_box .news_con {
                width: 100%;
                position: absolute;
                bottom: 0;
                left: 0;
                background: url(../images/conbg.png) repeat;
            }

                .post-12 .news_list .news .news_box .news_con .news_arti {
                    padding: 0 1rem;
                }

                    .post-12 .news_list .news .news_box .news_con .news_arti .news_title {
                        width: 100%;
                        text-align: center;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        font-size: 1.6rem;
                        line-height: 4.6rem;
                        color: #fff;
                        transition: all 0.4s ease-in-out;
                    }

            .post-12 .news_list .news .news_box:hover .news_con .news_arti .news_title {
                color: #f3b38c;
            }

.post-13 .tt, .post-14 .tt, .post-15 .tt {
    margin-bottom: 0.6rem;
}

.post-13 .news_list .news, .post-14 .news_list .news, .post-15 .news_list .news {
    background: url(../images/web-icon.png) -14.7rem 1.6rem no-repeat;
}

    .post-13 .news_list .news .news_box, .post-14 .news_list .news .news_box, .post-15 .news_list .news .news_box {
        margin-left: 1.2rem;
    }

        .post-13 .news_list .news .news_box .news_title, .post-14 .news_list .news .news_box .news_title, .post-15 .news_list .news .news_box .news_title {
            white-space: nowrap;
            text-overflow: ellipsis;
            transition: all 0.4s ease-in-out;
        }

        .post-13 .news_list .news .news_box:hover .news_title, .post-14 .news_list .news .news_box:hover .news_title, .post-15 .news_list .news .news_box:hover .news_title {
            color: #8f5b3b;
        }

.post-17 .news_list {
    margin: 0 -12px;
}

    .post-17 .news_list .news {
        width: 50%;
    }

        .post-17 .news_list .news .news_box {
            position: relative;
            border: 0;
            margin: 0 12px;
            box-shadow: 0 4px 6px rgba(111, 54, 17, 0.4);
        }

            .post-17 .news_list .news .news_box .news_imgs {
                position: relative;
                overflow: hidden;
                padding-top: 15.308%;
                background: #f7eded;
            }

                .post-17 .news_list .news .news_box .news_imgs img {
                    width: 100%;
                    height: auto;
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    margin: auto;
                    max-width: 100%;
                    transition: all 0.4s ease-in-out;
                }

            .post-17 .news_list .news .news_box:hover .news_imgs img {
                opacity: 0.8;
                filter: alpha(opacity=80);
            }

            .post-17 .news_list .news .news_box .news_con {
                width: 100%;
                display: inline-block;
                position: absolute;
                top: 50%;
                left: 0;
                margin-top: -18px;
            }

                .post-17 .news_list .news .news_box .news_con .news_arti {
                    padding: 0 10px;
                }

                    .post-17 .news_list .news .news_box .news_con .news_arti .news_title {
                        width: 100%;
                        color: #fff;
                        font-size: 22px;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        line-height: 36px;
                        text-align: center;
                        transition: all 0.4s ease-in-out;
                    }

            .post-17 .news_list .news .news_box:hover .news_con .news_arti .news_title {
                color: #f3b38c;
            }

/**Footer**/
.footer {
    background: repeating-linear-gradient( 45deg, transparent 0px, transparent 5px, rgba(255, 255, 255, 0.02) 5px, rgba(255, 255, 255, 0.02) 6px ), repeating-linear-gradient( -45deg, transparent 0px, transparent 8px, rgba(255, 255, 255, 0.03) 8px, rgba(255, 255, 255, 0.03) 9px ), radial-gradient(2px 2px at 20% 30%, rgba(255, 255, 255, 0.1), transparent), radial-gradient(3px 3px at 40% 70%, rgba(255, 255, 255, 0.08), transparent), radial-gradient(2px 2px at 60% 20%, rgba(255, 255, 255, 0.06), transparent), radial-gradient(4px 4px at 80% 50%, rgba(255, 255, 255, 0.05), transparent), radial-gradient(3px 3px at 10% 80%, rgba(255, 255, 255, 0.07), transparent), linear-gradient(135deg, #8a2b16 0%, #a7341c 50%, #c43d22 100%);
}

    .footer .inner {
        padding: 36px 0 36px 0;
    }

.foot_bot {
    width: 100%;
    display: inline-block;
}

/*foot-info*/
.foot_info {
    width: 100%;
    padding-top: 1rem;
}

    .foot_info p {
        display: block;
        margin: 0 0.4rem;
        text-align: center;
    }

        .foot_info p span {
            display: inline-block;
            color: #fff;
            font-size: 1.6rem;
            line-height: 3rem;
            margin: 0 0.6rem;
        }

/*search*/
.searchBtn {
    cursor: pointer;
}

.layer {
    background: rgba(0,0,0,0.8);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .layer.showdiv {
        opacity: 1;
        visibility: visible;
    }

    .layer .close {
        font-size: 5rem;
        font-family: icon;
        position: absolute;
        right: 5rem;
        top: 5rem;
        width: 8rem;
        height: 8rem;
        text-align: center;
        line-height: 8rem;
        cursor: pointer;
        color: #ccc;
    }

    .layer .search_box {
        height: 4.5rem;
        line-height: 4.5rem;
        width: 55rem;
        display: -ms-flexbox;
        display: flex;
        transform: translateY(-5rem);
        opacity: 0;
        margin-top: -10rem;
    }

    .layer.showdiv .search_box {
        transform: none;
        transition: all 0.5s ease-out 0s;
        opacity: 1;
    }

    .layer .search_box .kw {
        background: #fff;
        box-shadow: 0.3rem 0.3rem 0.3rem rgba(0,0,0,0.5) inset;
        -ms-flex: 1;
        flex: 1;
        padding: 0 1.2rem;
        font-size: 1.6rem;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
    }

    .layer .search_box .ok {
        background: #a7341c;
        color: #fff;
        width: 12rem;
        text-align: center;
        font-size: 1.8rem;
        cursor: pointer;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
    }

/*list-banner*/
.column_img img, .banner_img {
    width: 100%;
    height: 30rem;
    vertical-align: middle;
    background: url(../img/banner.jpg) no-repeat center;
    background-size: cover;
}

/*col-wrap*/
.column-menu {
    width: 24rem;
    background-color: #f5f5f5;
    position: relative;
    float: left;
    margin: 0 -24rem 4rem 0;
}

.column-news {
    float: right;
    width: 100%;
    margin-top: 1.5rem;
}

    .column-news .column-news-box {
        /*        margin-left: 27.5rem;*/
    }

/*col-head*/
.column-head {
    background: #73441a;
    line-height: 3rem;
}

    .column-head .column-anchor {
        padding: 1rem;
    }

        .column-head .column-anchor .column-switch {
            display: block;
            width: 3rem;
            height: 2.4rem;
            float: right;
            display: none;
            background: url(img/menu-dot-white.png) no-repeat center;
        }

        .column-head .column-anchor h3.anchor-title {
            width: 100%;
            display: inline-block;
            float: left;
            font-size: 2rem;
            font-weight: normal;
            color: #fff;
            text-align: left;
            padding-left: 3.5rem;
        }

/*column-list*/
.column-list-wrap li {
    width: 100%;
    vertical-align: bottom;
}

    .column-list-wrap li a {
        display: block;
        width: 100%;
        border-bottom: 0.1rem solid #d8d2d2;
        font-size: 1.6rem;
        color: #333;
        background-color: #eff0f0;
    }

        .column-list-wrap li a:hover {
            color: #fff;
            text-decoration: none;
            background-color: #8f5b3b;
            border-bottom: 0.1rem solid #8f5b3b;
        }

    .column-list-wrap li.selected a.selected {
        color: #fff;
        background-color: #8f5b3b;
        border-bottom: 0.1rem solid #8f5b3b;
    }

    .column-list-wrap li a span {
        display: block;
        padding: 1rem 1rem 1rem 5rem;
        line-height: 2.8rem;
    }

.column-list-wrap .sub-list li a {
    font-size: 1.5rem;
}

    .column-list-wrap .sub-list li a span {
        padding: 0.8rem 1rem 0.8rem 6rem;
    }

.column-list-wrap .sub-list .sub-list li a {
    font-size: 1.4rem;
}

    .column-list-wrap .sub-list .sub-list li a span {
        padding: 1rem 1rem 1rem 7rem;
    }

/*current location*/
.list-head {
    padding: 1rem 0;
    border-bottom: 0.2rem solid #e5e5e5;
}

.list-meta .column-title {
    float: left;
    display: inline-block;
    white-space: nowrap;
    line-height: 3rem;
    font-size: 2.2rem;
    color: #8f5b3b;
}

.list-meta .column-path {
    float: right;
    line-height: 3rem;
    color: #8a8a8a;
}

    .list-meta .column-path a {
        color: #8a8a8a;
        font-size: 1.4rem;
    }

        .list-meta .column-path a:hover {
            color: #8f5b3b;
        }

    .list-meta .column-path .possplit {
        background: url(../img/posbg.png) center no-repeat;
        width: 1.8rem;
        display: inline-block;
    }

/*column-news-list*/
.column-news-con {
    padding: 1rem 0;
    margin-bottom: 2rem;
    min-height: 30rem;
}

    .column-news-con * {
        font-size: 1.8rem !important;
    }

.cols_list {
    width: 100%;
    margin-bottom: 4rem;
}

    .cols_list .cols {
        width: 100%;
        display: inline-block;
        border-bottom: 0.1rem solid #e0dddd;
    }

        .cols_list .cols .cols_title {
            width: 90%;
            display: inline-block;
            line-height: 5rem;
            font-size: 1.6rem;
            float: left;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            color: #000;
        }

            .cols_list .cols .cols_title a {
                color: #000;
            }

                .cols_list .cols .cols_title a:hover {
                    color: #8f5b3b;
                }

                .cols_list .cols .cols_title a .highlight {
                    color: #ff0000;
                    font-weight: bold;
                    transition: all 0.4s ease-in-out;
                }

                .cols_list .cols .cols_title a:hover .highlight {
                    color: #8f5b3b;
                }

        .cols_list .cols .cols_meta {
            float: right;
            font-size: 1.6rem;
            color: #6a6a6a;
            line-height: 4rem;
            font-family: Georgia;
        }

/**Info**/
.info-box {
    margin: 0;
}

/*info-title*/
.article {
    padding: 3rem 0 1rem 0;
    min-height: 30rem;
}

    .article h1.arti-title {
        line-height: 3.2rem;
        padding: 0.2rem 0.5rem;
        text-align: center;
        font-size: 2.2rem;
        font-weight: bold;
        color: #7a4220;
    }

    .article h3.arti-title {
        line-height: 2.8rem;
        padding: 0.3rem 0.3rem 0.6rem 0.3rem;
        text-align: center;
        font-size: 2rem;
        font-weight: normal;
        color: #5a5a5a;
        border-bottom: 0.1rem solid #e9e9e9;
    }

    /*info-base*/
    .article .arti-metas {
        line-height: 2.2rem;
        text-align: center;
        padding: 1rem 0 3rem 0;
    }

        .article .arti-metas span {
            display: inline-block;
            margin: 0 1rem;
            font-size: 1.4rem;
            color: #939393;
        }

            .article .arti-metas span span {
                margin: 0;
            }

    .article .entry * {
        font-size: 1.8rem !important;
        line-height: 3.6rem !important;
        padding: initial !important;
    }
