a {
    text-decoration: none;
    color: #515152;
    outline: none;
    cursor: pointer;
}

    a:hover,
    a.fc-blue:hover,
    a.fc-red:hover,
    a.fc-gray:hover,
    a.fc-gblue:hover
    a.nav-link:hover {
        color: #47cf91;
    }

ol, ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.text-weight-200 {
    font-weight:200;
}
.text-line-height {
   line-height: 1.5;
}


/*新闻头部*/
.count {
    position: relative;
    margin-top:100px;
    width: 100%;
    min-width: 90%;
    overflow: hidden;
}

.count-pt {
    position: relative;
    padding-bottom: 50px;
    text-align: center;
    background-color: #2561b7;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.count-pt-box {
    margin: 0 auto;
    width: 90%;
}

.count-pt .t {
    font-size: 38px;
    line-height: 100px;
    padding: 180px 0;
    position: relative;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.h-tabs {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.h-tabs-list {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.h-tabs-list li {
    float: left;
}

.h-tabs-list li a {
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    width: 180px;
    height: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #fff;
}

.h-tabs-list li a:hover, .h-tabs-list li a.active {
    background-color: #47cf91;
    color: #fff;
}

/*列表*/
.count-box {
    width: 90%;
    margin: 0 auto;
}

.box {
    margin-bottom: 15px;
    position: relative;
}

.breadcrumb {
    margin: 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px dotted #eee;
}

.sp {
    opacity: 0.4;
    font-size: 10px;
    padding: 0 0.5em;
    font-family: Tahoma;
}

.box-nb {
    position: relative;
}

.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.news-list {
    width: 100%;
    overflow: hidden;
    margin-top: -20px;
}

.news-list-item {
    padding: 30px 140px 30px 0;
    height: 150px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    position: relative;
    box-sizing: content-box;
}

    .news-list-item a:hover .news-list-img img {
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
    }

    .news-list-item a:hover .news-list-link span {
        background-color: #47cf91;
        color: #fff;
        padding-right: 30px;
    }

        .news-list-item a:hover .news-list-link span .iconfont {
            right: 8px;
        }

.news-list-img {
    width: 300px;
    height: 150px;
    float: left;
    margin-right: 30px;
    overflow: hidden;
    background-color: #f6f6f6;
}

.news-list-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-position: cover;
    object-fit: cover;
    transition: all 0.5s ease;
}

img {
    vertical-align: top;
    color: transparent;
}

.news-list-title {
    font-size: 24px;
    line-height: 30px;
    overflow: hidden;
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list-text {
    margin-top: 20px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999;
}

.news-list-link {
    margin-top: 30px;
}

    .news-list-link span {
        display: inline-block;
        vertical-align: top;
        line-height: 28px;
        padding: 0 15px;
        color: #47cf91;
        border: 1px solid #47cf91;
        border-right: none;
        position: relative;
        transition: all 0.2s;
    }

.news-list-link span .iconfont {
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    top: 4px;
    right: -10px;
    border-radius: 30px;
    transition: all 0.2s;
}


        .news-list-link span:before, .news-list-link span:after {
            content: "";
            width: 1px;
            background-color: #47cf91;
            right: 0;
            top: 0;
            height: 5px;
            position: absolute;
        }

.news-list-link span:after {
    top: auto;
    bottom: 0;
}

.news-list-time {
    position: absolute;
    right: 0;
    top: 30px;
    padding-top: 80px;
    width: 110px;
    height: 70px;
    text-align: right;
    color: #999;
    border-left: 1px solid #eee;
}

.news-list-time span {
    font-size: 30px;
    position: absolute;
    top: 40px;
    right: 0;
    color: #515152;
}

/*分页*/
.pager {
    padding: 30px 0;
    text-align: center;
}

.pager span, .pager a {
    display: inline-block;
    margin: 0 3px;
    padding: 2px 15px;
    line-height: 32px;
    background-color: #fff;
    transition: all 0.5s ease;
}

.pager a {
    background-color: #f6f6f6;
    color: #999;
}

.pager a.act {
    background-color: #47cf91;
    color: #fff;
}

/*详情页*/
.article {
    margin: 30px 0 60px;
    position: relative;
}

.article-title {
    font-size: 32px;
    line-height: 40px;
    padding-right: 150px;
}

.article-info {
    line-height: 20px;
    margin: 20px 0;
}

.fc-gray {
    color: #999 !important;
}

.article-box {
    margin: 30px 0;
    font-size: 16px;
    line-height: 30px;
    word-break: break-all;
    word-wrap: break-word;
}
    .article-box p img {
        margin: 0 auto !important;
    }

    .article-box img {
        display: block;
        max-width: 100%;
        height: auto !important;
        margin: 0 auto 20px;
    }

    .article-box:after {
        content: "- END -";
        display: block;
        text-align: center;
        margin: 50px 0;
        color: #999;
    }

.article-pager {
    background-color: #f6f6f6;
    line-height: 30px;
    height: 50px;
    overflow: hidden;
}

    .article-pager span {
        display: block;
        width: 46%;
        padding: 10px 2%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.fl {
    float: left;
}

.article-pager span.fr {
    text-align: right;
}

.fr {
    float: right;
}

.article-btn {
    position: absolute;
    right: 0;
    top: 0;
}

    .article-btn a {
        font-size: 14px;
        height: 38px;
        line-height: 38px;
        display: block;
        border: 1px solid #eee;
        padding: 0 20px;
        color: #999;
        transition: all 0.5s ease;
    }


/*手机版*/
@media only screen and (min-device-width: 320px) and (max-device-width: 1200px) {

    /*头部*/
    .count-pt-box {
        width: 100%;
    }

    .count-pt .t {
        font-size: 30px;
        padding: 50px 0 30px;
        line-height: 50px;
    }

    .h-tabs-list {
        display: -webkit-box;
        display: box;
    }

        .h-tabs-list li {
            float: none;
            -webkit-box-flex: 1;
            box-flex: 1;
        }

            .h-tabs-list li a {
                width: auto;
                font-size: 14px;
                height: 40px;
                line-height: 40px;
            }

    /*列表*/
    .news-list {
        margin-top: 0px;
    }

    .news-list-item {
        width: 100%;
        margin: 0;
        padding: 0;
        height: auto;
    }

        .news-list-item a {
            display: block;
            padding: 15px;
        }

        .news-list-item .news-list-img {
            float: none;
            width: 100%;
            height: 30vw;
            margin-bottom: 10px;
        }

        .news-list-item .news-list-title {
            font-size: 16px;
            line-height: 25px;
            height: auto;
            white-space: normal;
            margin-bottom: 5px;
        }

        .news-list-item .news-list-text {
            font-size: 12px;
            margin-top: 0;
            height: auto;
        }

        .news-list-item .news-list-link {
            position: absolute;
            right: 25px;
            bottom: 15px;
            margin: 0;
            font-size: 12px;
        }

            .news-list-item .news-list-link span {
                line-height: 18px;
                padding: 0 10px 0 5px;
            }

                .news-list-item .news-list-link span .iconfont {
                    top: 0;
                }

        .news-list-item .news-list-time {
            position: relative;
            top: 0;
            right: 0;
            width: auto;
            padding: 0;
            margin-top: 10px;
            border: 0;
            text-align: left;
            font-size: 12px;
            line-height: 20px;
            height: auto;
        }

            .news-list-item .news-list-time span {
                position: relative;
                top: 0;
                color: inherit;
                font-size: inherit;
            }

    /*分页*/
    .pager {
        font-size: 12px;
    }

    /*详情*/
    .article-title {
        padding: 0 15px;
        font-size: 20px;
        line-height: 30px;
    }

    .article-info {
        font-size: 12px;
        padding: 0 15px;
        margin: 10px 0;
    }

    .article-box {
        padding: 0 15px;
    }

    .article-btn {
        position: relative;
        margin: 30px auto 0;
        width: 100px;
    }

    .article-pager {
        height: auto;
    }

        .article-pager span {
            float: none !important;
            width: 100%;
            text-align: left !important;
            font-size: 14px;
            padding: 5px 15px;
        }
}