body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: normal;
}

ul {
    list-style: none;
}

img {
    border-style: none;
    transition: all 0.3s;
}
img:hover{
    transform: scale(1.01);
    /* -webkit-transform-origin: center; */
    transform-origin: center;
}

/** 清除内外边距 **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
form,
fieldset,
legend,
button,
input,
textarea,
/* form elements 表单元素 */
th,
td

/* table elements 表格元素 */
    {
    margin: 0;
    padding: 0;
}

/** 设置默认字体 **/
body,
button,
input,
select,
textarea
/* for ie */
    {
    font-size: 14px;
    font-family: 'PingFang SC', sans-serif;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

/* 将斜体扶正 */
code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
}

/* 统一等宽字体 */
small {
    font-size: 12px;
}

/* 小于 12px 的中文很难阅读, 让 small 正常化 */
/** 重置列表元素 **/
ul,
ol {
    list-style: none;
}

/** 重置文本格式元素 **/
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

sup {
    vertical-align: text-top;
}

/* 重置, 减少对行高的影响 */
sub {
    vertical-align: text-bottom;
}

/** 重置表单元素 **/
legend {
    color: #000;
}

/* for ie6 */
fieldset,
img {
    border: 0;
}

/* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
    font-size: 100%;
}

/* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */
/** 重置表格元素 **/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 HTML5 元素 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    display: block;
    margin: 0;
    padding: 0;
}

mark {
    background: #ff0;
}

/* 设置placeholder的默认样式 */
:-moz-placeholder {
    color: #ddd;
    opacity: 1;
}

::-moz-placeholder {
    color: #ddd;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #ddd;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #ddd;
    opacity: 1;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:visited,
a:link,
a:active {}
input{
    border: none;
    appearance:none;
    -moz-appearance:none;
    outline:none;  
    -webkit-appearance: none;
}
input:focus{ outline:none; }



.clear {
    zoom: 1;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

@media (min-width: 800px) {
    #pages-home-index main {
        width: 1140px;
        margin: 45px auto 0;
    }
    #pages-home-index main .carousel-list-box {
        margin-bottom: 40px;
    }
    #pages-home-index main .news-list-box {
        margin-bottom: 40px;
    }
    #pages-home-index main .notice-list-box {
        margin-bottom: 40px;
    }
    #pages-home-index main .event-box {
        margin-bottom: 40px;
    }
    #pages-home-index main .video-list-box {
        margin-bottom: 40px;
    }
    #pages-home-index main .mall-box {
        margin-bottom: 40px;
    }
    #pages-home-index main .sponsor-list-box {
        margin-bottom: 40px;
    }
}

@media (max-width: 799px) {

    #pages-home-index main .carousel-list-box {
        margin-bottom: 20px;
    }

    #pages-home-index main .news-list-box {
        margin-bottom: 20px;
        padding-left: 18px;
        padding-right: 18px;
    }

    #pages-home-index main .notice-list-box {
        margin-bottom: 20px;
        padding-left: 18px;
        padding-right: 18px;
    }

    #pages-home-index main .video-list-box {
        margin-bottom: 20px;
        padding-left: 18px;
        padding-right: 18px;
    }

    #pages-home-index main .event-box {
        margin-bottom: 20px;
        padding-left: 18px;
        padding-right: 18px;
    }

    #pages-home-index main .mall-box {
        margin-bottom: 20px;
        padding-left: 18px;
        padding-right: 18px;
    }

    #pages-home-index main .sponsor-list-box {
        margin-bottom: 20px;
        padding-left: 18px;
        padding-right: 18px;
    }
}
@media (min-width: 800px) {
    #pages-home-search main {
        width: 1140px;
        margin: 45px auto 0;
        overflow: hidden;
    }
}

@media (max-width: 799px) {
    #pages-home-search main {
        width: 100%;
    }
}
@media (min-width: 800px) {
    #pages-news-show main {
        width: 1140px;
        margin: 45px auto 0;
        overflow: hidden;
    }

    #pages-news-show main .left {
        float: left;
        width: 710px;
        background: #fff;
    }

    #pages-news-show main .right {
        float: right;
        width: 350px;
        background: #fff;
    }
}

@media (max-width: 799px) {
    #pages-news-show main {
        width: 100%;
    }
}
@media (min-width: 800px) {
    #pages-carousel-show main {
        width: 1140px;
        margin: 45px auto 0;
        overflow: hidden;
    }

    #pages-carousel-show main .left {
        float: left;
        width: 710px;
        background: #fff;
    }

    #pages-carousel-show main .right {
        float: right;
        width: 350px;
        background: #fff;
    }
}

@media (max-width: 799px) {
    #pages-carousel-show main {
        width: 100%;
    }
}
@media (min-width: 800px) {
    #pages-notice-show main {
        width: 1140px;
        margin: 45px auto 0;
        overflow: hidden;
    }

    #pages-notice-show main .left {
        float: left;
        width: 710px;
        background: #fff;
    }

    #pages-notice-show main .right {
        float: right;
        width: 350px;
        background: #fff;
    }
}

@media (max-width: 799px) {
    #pages-notice-show main {
        width: 100%;
    }
}
@media (min-width: 800px) {
    #pages-video-show main {
        width: 1140px;
        margin: 45px auto 0;
        overflow: hidden;
    }

    #pages-video-show main .left {
        float: left;
        width: 710px;
        background: #fff;
    }

    #pages-video-show main .right {
        float: right;
        width: 350px;
        background: #fff;
    }
}

@media (max-width: 799px) {
    #pages-video-show main {
        width: 100%;
    }
}
@media (min-width: 800px) {
    #pages-tag-news main {
        width: 1140px;
        margin: 45px auto 0;
        overflow: hidden;
    }
}

@media (max-width: 799px) {
    #pages-tag-news main {
        width: 100%;
    }
}
@media (min-width: 800px) {
    #pages-tag-notice main {
        width: 1140px;
        margin: 45px auto 0;
        overflow: hidden;
    }
}

@media (max-width: 799px) {
    #pages-tag-notice main {
        width: 100%;
    }
}
@media (min-width: 800px) {
    #pages-tag-video main {
        width: 1140px;
        margin: 45px auto 0;
        overflow: hidden;
    }
}

@media (max-width: 799px) {
    #pages-tag-video main {
        width: 100%;
    }
}
@media (min-width: 800px) {
    #pages-topic-wide main {
        width: 1140px;
        margin: 45px auto 0;
        overflow: hidden;
    }

    #pages-topic-wide main .banner-box {
        margin-bottom: 40px;
    }

    #pages-topic-wide main .tag-list-box {
        margin-bottom: 40px;
    }

    #pages-topic-wide main .block-list-box {
        margin-bottom: 40px;
    }

    #pages-topic-wide main .introduction-box {
        margin-bottom: 40px;
    }

    #pages-topic-wide main .schedule-box {
        margin-bottom: 40px;
    }

    #pages-topic-wide main .referee-list-box {
        margin-bottom: 40px;
    }

    #pages-topic-wide main .coach-list-box {
        margin-bottom: 40px;
    }

    #pages-topic-wide main .player-list-box {
        margin-bottom: 40px;
    }

    #pages-topic-wide main .member-list-box {
        margin-bottom: 40px;
    }

    #pages-topic-wide main .institution-list-box {
        margin-bottom: 40px;
    }

    #pages-topic-wide main .news-list-box {
        margin-bottom: 40px;
    }

    #pages-topic-wide main .notice-list-box {
        margin-bottom: 40px;
    }

    #pages-topic-wide main .video-list-box {
        margin-bottom: 40px;
    }
}

@media (max-width: 799px) {
    #pages-topic-wide main {
        width: 100%;
    }

    #pages-topic-wide main .banner-box {
        margin-bottom: 20px;
    }

    #pages-topic-wide main .tag-list-box {
        margin-bottom: 20px;
    }

    #pages-topic-wide main .block-list-box {
        margin-bottom: 20px;
    }

    #pages-topic-wide main .introduction-box {
        margin-bottom: 20px;
    }

    #pages-topic-wide main .schedule-box {
        margin-bottom: 20px;
    }

    #pages-topic-wide main .referee-list-box {
        margin-bottom: 20px;
        padding-left: 18px;
        padding-right: 18px;
    }

    #pages-topic-wide main .coach-list-box {
        margin-bottom: 20px;
        padding-left: 18px;
        padding-right: 18px;
    }

    #pages-topic-wide main .player-list-box {
        margin-bottom: 20px;
        padding-left: 18px;
        padding-right: 18px;
    }

    #pages-topic-wide main .institution-list-box {
        margin-bottom: 20px;
        padding-left: 18px;
        padding-right: 18px;
    }

    #pages-topic-wide main .member-list-box {
        margin-bottom: 20px;
        padding-left: 18px;
        padding-right: 18px;
    }

    #pages-topic-wide main .news-list-box {
        margin-bottom: 20px;
        padding-left: 18px;
        padding-right: 18px;
    }

    #pages-topic-wide main .notice-list-box {
        margin-bottom: 20px;
        padding-left: 18px;
        padding-right: 18px;
    }

    #pages-topic-wide main .video-list-box {
        margin-bottom: 20px;
        padding-left: 18px;
        padding-right: 18px;
    }
}
@media (min-width: 800px) {
    #pages-topic-two main {
        width: 1140px;
        margin: 45px auto 0;
        overflow: hidden;
    }

    #pages-topic-two main .left {
        float: left;
        width: 320px;
        padding-top: 35px;
    }

    #pages-topic-two main .right {
        float: right;
        width: 790px;
        padding-top: 35px;
    }

    #pages-topic-two main .banner-box {
        margin-bottom: 40px;
    }

    #pages-topic-two main .tag-list-box {
        margin-bottom: 40px;
    }

    #pages-topic-two main .block-list-box {
        margin-bottom: 40px;
    }

    #pages-topic-two main .introduction-box {
        margin-bottom: 40px;
    }

    #pages-topic-two main .schedule-box {
        margin-bottom: 40px;
    }

    #pages-topic-two main .referee-list-box {
        margin-bottom: 40px;
    }

    #pages-topic-two main .coach-list-box {
        margin-bottom: 40px;
    }

    #pages-topic-wide main .player-list-box {
        margin-bottom: 40px;
    }

    #pages-topic-two main .member-list-box {
        margin-bottom: 40px;
    }

    #pages-topic-two main .institution-list-box {
        margin-bottom: 40px;
    }

    #pages-topic-two main .news-list-box {
        margin-bottom: 40px;
    }

    #pages-topic-two main .notice-list-box {
        margin-bottom: 40px;
    }

    #pages-topic-two main .video-list-box {
        margin-bottom: 40px;
    }
}

@media (max-width: 799px) {
    #pages-topic-two main {
        width: 100%;
    }

    #pages-topic-two main .banner-box {
        margin-bottom: 20px;
    }

    #pages-topic-two main .tag-list-box {
        margin-bottom: 20px;
    }

    #pages-topic-two main .block-list-box {
        margin-bottom: 20px;
    }

    #pages-topic-two main .introduction-box {
        margin-bottom: 20px;
    }

    #pages-topic-two main .schedule-box {
        margin-bottom: 20px;
    }

    #pages-topic-two main .referee-list-box {
        margin-bottom: 20px;
        padding-left: 18px;
        padding-right: 18px;
    }

    #pages-topic-two main .coach-list-box {
        margin-bottom: 20px;
        padding-left: 18px;
        padding-right: 18px;
    }

    #pages-topic-two main .player-list-box {
        margin-bottom: 20px;
        padding-left: 18px;
        padding-right: 18px;
    }

    #pages-topic-two main .member-list-box {
        margin-bottom: 20px;
        padding-left: 18px;
        padding-right: 18px;
    }

    #pages-topic-two main .institution-list-box {
        margin-bottom: 20px;
        padding-left: 18px;
        padding-right: 18px;
    }

    #pages-topic-two main .news-list-box {
        margin-bottom: 20px;
        padding-left: 18px;
        padding-right: 18px;
    }

    #pages-topic-two main .notice-list-box {
        margin-bottom: 20px;
        padding-left: 18px;
        padding-right: 18px;
    }

    #pages-topic-two main .video-list-box {
        margin-bottom: 20px;
        padding-left: 18px;
        padding-right: 18px;
    }
}
@media (min-width: 800px) {
    header {
        background: #ffffff;
    }

    header .area {
        width: 1140px;
        height: 120px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header .area img {
        height: 100px;
    }

    header .area .right {
        display: flex;
        align-items: center;
    }

    header .area .right .search form {
        margin-left: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 400px;
        height: 40px;
        background: #F2F4F5;
        border-radius: 2px;
        overflow: hidden;
    }

    header .area .right .search input {
        margin-left: 12px;
        width: 350px;
        height: 20px;
        font-size: 14px;
        line-height: 20px;
        color: #333333;
        background: #F2F4F5;
    }

    header .area .right .search input::-webkit-input-placeholder {
        font-size: 14px;
        color: #999999;
    }

    header .area .right .search img {
        margin-left: 0px;
        padding: 9px 12px;
        width: 16px;
        height: 16px;
        cursor: pointer;
        opacity: 0.6;
    }

    header .area .right .search form:hover img {
        opacity: 1;
    }
}

@media (max-width: 799px) {
    header {
        height: 56px;
        background: #ffffff;
    }

    header .right {
        display: none;
    }

    header .area {
        margin: 0 auto;
        width: 100%;
        height: 56px;
        display: flex;
        align-items: end;
        justify-content: center;
    }

    header .area a {
        font-size: 0;
    }

    header .area a img {
        height: 45px;
    }
}
footer {
    padding: 40px 0px;
    background: #EBEEF0;
}

footer .partner {
    max-width: 1140px;
    margin: 0 auto;
}

footer .partner .header .title {
    background: url(/images/blocks/bg_partner.png) no-repeat top center;
    background-size: 600px auto;
    background-position: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}

footer .partner .list {
    position: relative;
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

footer .partner .list .item {
    width: 30%;
    max-width: 200px;
    margin: 0 20px;
}

footer .partner .list .item img {
    width: 100%;
}

footer .copyright {
    position: relative;
    margin-top: 40px;
    font-size: 12px;
    color: #999999;
    line-height: 11px;
    text-align: center;
}

footer .copyright a {
    display: block;
    height: 18px;
    line-height: 18px;
}

footer .copyright div {
    height: 18px;
    line-height: 18px;
}

footer .copyright .quan {
    position: absolute;
    right: 330px;
    top: 50px;
}
@media (min-width: 800px) {
    .nav-box {
        position: relative;
        height: 50px;
        background: #00A149;
    }

    .nav-box ul {
        margin: 0 auto;
        width: 1200px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .nav-box ul li {
        flex: 1;
        width: auto;
        height: 50px;
        margin: 0 auto;
    }

    .nav-box ul li a {
        display: block;
        margin-top: 10px;
        border-left: 3px solid rgba(255, 255, 255, 0.1);
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        line-height: 28px;
        color: #fff;
        text-align: center;
    }

    .nav-box ul li:first-child a {
        border-left: 0;
    }

    .nav-box ul li:hover {
        font-weight: bold;
        color: #ffffff;
    }

    .nav-box ul li:hover a {
        font-size: 18px;
        font-weight: bold;
        color: #FFFFFF;

    }

    .nav-box ul li .mask {
        display: none;
    }

    .nav-box ul li .mask::after {
        content: "";
        width: 100%;
        height: 5px;
        box-shadow: 0px 5px 5px 1px rgba(133, 133, 133, 0.6);
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .nav-box ul li:hover .mask {
        background: rgba(255, 255, 255, 0.9);
        position: absolute;
        left: 0;
        top: 50px;
        right: 0;
        z-index: 10;
        margin: 0 auto;
        padding: 20px calc(50% - 600px);
        height: auto;
        display: flex;
        justify-content: space-around;
    }

    .nav-box ul li .mask .mask_item {
        width: 100px;
        height: auto;
        font-size: 14px;
        color: #333333;
        line-height: 20px;
    }

    .nav-box ul li .mask .mask_item a {
        height: 20px;
        font-size: 14px;
        color: #333333;
        line-height: 20px;
    }

    .nav-box ul li .mask .mask_item a:hover {
        font-size: 14px;
        color: #00A149;
    }


    .nav-box ul li .team_mask_item_title {
        height: 24px;
        font-size: 18px;
        font-weight: bold;
        color: #333333;
        line-height: 24px;
        text-align: center;
    }

    .nav-box ul li .team_mask_item_li {
        margin: 16px 0px;
        height: 20px;
        line-height: 20px;
    }

    .nav-box ul li .team_mask_item_li a {
        height: 20px;
        font-size: 14px;
        color: #333333;
        line-height: 20px;
    }

    .nav-box ul li .team_mask_item_li:hover a {
        font-size: 14px;
        color: #00A149;
    }
}

@media (max-width: 799px) {
    .nav-box {
        position: relative;
        height: 50px;
        background: #fff;
    }

    .nav-box ul {
        display: flex;
        align-items: baseline;
        overflow: scroll;
        flex-wrap: nowrap;
        height: 50px;
    }

    .nav-box ul::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .nav-box ul li {
        padding: 0 10px;
    }

    .nav-box ul li a {
        font-size: 16px;
        line-height: 50px;
        white-space: nowrap;
    }

    .nav-box ul li.active a {
        font-weight: bold;
        color: #019C39;
        border-bottom: 3px solid #019c39;
    }

    .nav-box ul li .mask {
        display: none;
    }

}
@media (min-width: 800px) {
    .event-box {
        width: 100%;
        height: auto;
    }

    .event-box .header {
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .event-box .header .title {
        width: 100%;
        height: 20px;
        margin-top: 10px;
        padding-left: 10px;
        border-left: 5px solid #019C39;
        font-size: 20px;
        font-weight: bold;
        color: #019C39;
        line-height: 20px;
    }

    .event-box .header a {
        width: auto;
        height: 20px;
    }

    .event-box .header a .more {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #019C39;
        white-space: nowrap;
    }

    .event-box .content {
        width: 100%;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }

    .event-box .content .list {
        margin-top: 20px;
        width: 800px;
        height: auto;
        background: #FFFFFF;
    }

    .event-box .content .list .item:nth-child(1) {
        float: left;
        width: 448px;
        height: 357px;
        margin-right: 40px;
        border-bottom: 0;
    }

    .event-box .content .list .item:nth-child(1) a {
        display: block;
    }

    .event-box .content .list .item:nth-child(1) a .thumbnail {
        width: 100%;
        height: 252px;
        overflow: hidden;
    }

    .event-box .content .list .item:nth-child(1) a .thumbnail img {
        width: 100%;
        height: 100%;
    }

    .event-box .content .list .item:nth-child(1) a .title {
        width: 100%;
        height: 28px;
        margin-left: 0;
        font-size: 18px;
        font-weight: bold;
        line-height: 28px;
        color: #333333;
        margin-top: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .event-box .content .list .item:nth-child(1) a .summary {
        width: 428px;
        height: 48px;
        font-size: 14px;
        color: #999999;
        line-height: 24px;
        margin-top: 8px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .event-box .content .list .item {
        width: 272px;
        height: 72px;
        font-size: 15px;
        color: #333333;
        line-height: 72px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        list-style: none;
    }

    .event-box .content .list .item + .item {
        border-top: 1px solid #F0F0F0;
    }

    .event-box .content .list .item:nth-child(2) {
        border-top: 0;
    }

    .event-box .content .list .item a {
        display: flex;
    }

    .event-box .content .list .item a .title {
        margin-left: 8px;
        max-height: 48px;
        font-size: 15px;
        line-height: 24px;
        overflow: hidden;
        font-weight: bold;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .event-box .content .list .item a:hover .title {
        color: #00A149;
    }

    .event-box .schedule {
        margin-top: 10px;
        width: 335px;
        height: auto;
        background: #FFFFFF;
        position: relative;
    }

    .event-box .schedule .title {
        width: auto;
        height: 48px;
        line-height: 48px;
        background-image: linear-gradient(180deg, #088D44 0%, #00A149 100%);
        padding: 0 24px;
        font-size: 18px;
        color: #FFFFFF;
    }

    .event-box .schedule .table {
        position: relative;
        line-height: 50px;
        width: 100%;
        height: 309px;
        overflow: auto;
    }

    .event-box .schedule .table::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .event-box .schedule .table tr:nth-child(odd) {
        background: #f4f4f4;
    }

    .event-box .schedule .table tr:nth-child(odd) {
        background: #f4f4f4;
    }

    .event-box .schedule .table th {
        font-size: 16px;
        line-height: 40px;
        background: #f4f4f4;
    }

    .event-box .schedule .table td {
        border: none;
        transition: all .2s;
        text-align: center;
    }
}

@media (max-width: 799px) {
    .event-box {
        position: relative;
        padding-bottom: 50px;
    }

    .event-box .header {
        margin: 0 auto;
        width: 100%;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .event-box .header .title {
        width: 100%;
        height: 25px;
        padding-left: 10px;
        border-left: 5px solid #019C39;
        font-size: 16px;
        font-weight: bold;
        color: #019C39;
        line-height: 25px;
    }

    .event-box .header a {
        height: 40px;
        padding-top: 12px;
    }

    .event-box .header a .more {
        position: absolute;
        bottom: 10px;
        left: 10%;
        width: 80%;
        height: 40px;
        background: #F6F9FA;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        color: #666666;
    }

    .event-box .list .item {
        display: none;
    }

    .event-box .list .item:nth-child(1) {
        position: relative;
        display: block;
        width: 100%;
        margin: 8px auto 20px;
    }

    .event-box .list .item a {}


    .event-box .list .item a .thumbnail {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 60%;
        border-radius: 4px;
        overflow: hidden;
    }

    .event-box .list .item a .thumbnail img {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .event-box .list .item a .thumbnail img:hover {
        transform: none;
        border-radius: 4px;
    }

    .event-box .list .item a .title {
        width: 100%;
        height: 28px;
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        line-height: 28px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .event-box .list .item a .summary {
        width: 100%;
        height: 48px;
        font-size: 13px;
        color: #999999;
        line-height: 24px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .event-box .schedule {
        display: none;
    }
}
@media (min-width: 800px) {
    .mall-box {
        width: 100%;
        height: auto;
    }

    .mall-box .header {
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mall-box .header .title {
        width: 100%;
        height: 20px;
        margin-top: 10px;
        padding-left: 10px;
        border-left: 5px solid #019C39;
        font-size: 20px;
        font-weight: bold;
        color: #019C39;
        line-height: 20px;
    }

    .mall-box .item {
        margin: 0 auto;
        margin-top: 20px;
        width: 100%;
        height: 300px;
        background: #FFFFFF;
        border-radius: 4px;
        overflow: hidden;
        display: flex;
        position: relative;
    }

    .mall-box .item a {
        font-size: 30px;
        text-align: center;
        color: red;
    }

    .mall-box .item .thumbnail {
        width: 100%;
        height: 100%;
        transform: none;
        border-radius: 4px;
    }

    .mall-box .item .a_1 {
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 10;
        width: 360px;
        height: 300px;
        background: #039646;
        opacity: 0;
    }

    .mall-box .item .a_2 {
        position: absolute;
        left: 373px;
        top: 0px;
        z-index: 12;
        width: 273px;
        height: 202px;
        background: #039646;
        opacity: 0;
    }

    .mall-box .item .a_3 {
        position: absolute;
        right: 0px;
        bottom: 0px;
        z-index: 10;
        width: 200px;
        height: 200px;
        background: #000;
        opacity: 0;

    }

    .mall-box .item .a_4 {
        position: absolute;
        right: 200px;
        top: 0px;
        z-index: 12;
        width: 200px;
        height: 200px;
        background: #039646;
        opacity: 0;
    }

    .mall-box .item .a_5 {
        position: absolute;
        right: 281px;
        bottom: 0px;
        z-index: 10;
        width: 350px;
        height: 200px;
        background: yellow;
        opacity: 0;
    }
}


@media (max-width: 799px) {
    .mall-box {
        position: relative;
    }

    .mall-box .header {
        margin: 0 auto;
        width: 100%;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mall-box .header .title {
        width: 100%;
        height: 25px;
        padding-left: 10px;
        border-left: 5px solid #019C39;
        font-size: 16px;
        font-weight: bold;
        color: #019C39;
        line-height: 25px;
    }

    .mall-box .item {
        position: relative;
        width: 100%;
        margin: 8px auto 0;
    }

    .mall-box .item img {
        width: 100%;
    }

    .mall-box .item a {
        display: none;
    }
}
@media (min-width: 800px) {
    .sponsor-list-box {
        width: 100%;
        overflow: hidden;
    }

    .sponsor-list-box .header {
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
    }

    .sponsor-list-box .header .title {
        width: 100%;
        height: 20px;
        margin-top: 10px;
        padding-left: 10px;
        border-left: 5px solid #019C39;
        font-size: 20px;
        font-weight: bold;
        color: #019C39;
        line-height: 20px;
    }

    .sponsor-list-box .header a {
        width: auto;
        height: 20px;
    }

    .sponsor-list-box .header a .more {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #019C39;
        white-space: nowrap;
    }

    .sponsor-list-box .list {
        display: flex;
        flex-wrap: wrap;
        margin: 50px 0;
    }

    .sponsor-list-box .list .item {
        width: 20%;
        text-align: center;
        height: 110px;
        color: #fff;
        margin-bottom: 40px;
    }

    .sponsor-list-box .list .item>div {
        width: 100%;
        height: 40px;
        font-size: 18px;
        color: #333333;
        line-height: 40px;
        text-align: center;
    }

    .sponsor-list-box .list .item>div:hover {
        font-weight: bold;
        color: #00A149;
        cursor: pointer;
    }

    .sponsor-list-box .list img {
        width: 200px;
        height: 70px;
        border: 1px solid #f5f5f5;
    }
}


@media (max-width: 799px) {
    .sponsor-list-box {
        position: relative;
        margin-bottom: 20px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .sponsor-list-box .header {
        margin: 0 auto;
        width: 100%;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sponsor-list-box .header .title {
        width: 100%;
        height: 25px;
        padding-left: 10px;
        border-left: 5px solid #019C39;
        font-size: 16px;
        font-weight: bold;
        color: #019C39;
        line-height: 25px;
    }

    .sponsor-list-box .header a {
        display: none;
    }

    .sponsor-list-box .list {
        position: relative;
        width: 100%;
        height: auto;
        margin: 8px auto 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .sponsor-list-box .list .item {
        position: relative;
        width: 30%;
        margin: 10px 1.5%;
    }

    .sponsor-list-box .list .item img {
        width: 100%;
    }

    .sponsor-list-box .list .item div {
        width: 100%;
        margin-top: -5px;
        text-align: center;
        color: #333;
    }
}
@media (min-width: 800px) {
    .banner-box {
        width: 100%;
        height: 400px;
    }

    .banner-box img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
}

@media (max-width: 799px) {
    .banner-box {
        width: 100%;
        height: 233px;
        overflow: hidden;
        display: flex;
        justify-content: center;
    }

    .banner-box img {
        width: auto;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
}
@media (min-width: 800px) {
    .block-list-box {}

    .block-list-box .list {
        width: 100%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .block-list-box .list .item {
        position: relative;
        width: 30%;
        height: auto;
        margin: 0 1.66% 40px;
    }

    .block-list-box .list .item .name {
        width: 100%;
        height: 40px;
        font-size: 20px;
        font-weight: bold;
        color: #333333;
        line-height: 40px;
        border-bottom: 1px solid #006c54;
    }

    .block-list-box .list .item .thumbnail {
        position: relative;
        width: 100%;
        margin-top: 20px;
        padding-bottom: 60%;
    }

    .block-list-box .list .item .thumbnail img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }

    .block-list-box .list .item .summary {
        width: 100%;
        height: 100px;
        margin-top: 20px;
        overflow: hidden;
        font-size: 14px;
        color: #666;
        line-height: 25px;
        text-align: justify;
    }

    .block-list-box .list .item .more {
        float: right;
        display: block;
        margin: 20px auto 0;
        width: 175px;
        height: 42px;
        line-height: 42px;
        background: #eee;
        text-align: center;
        font-size: 16px;
        color: #006c54;
        transition: all .3s;
    }
}

@media (max-width: 799px) {
    .block-list-box {
        position: relative;
        padding: 18px 18px 18px;
    }

    .block-list-box .list {
        width: 100%;
        margin: auto;
    }

    .block-list-box .list .item {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .block-list-box .list .item .name {
        width: 100%;
        height: 25px;
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        line-height: 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .block-list-box .list .item .thumbnail {
        position: relative;
        width: 100%;
        margin-top: 20px;
        padding-bottom: 60%;
    }

    .block-list-box .list .item .thumbnail img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }

    .block-list-box .list .item .summary {
        width: 100%;
        height: 48px;
        font-size: 14px;
        color: #999999;
        line-height: 24px;
        text-align: justify;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .block-list-box .list .item .more {
        display: block;
        width: 80%;
        height: 40px;
        margin: 20px auto 0;
        background: #F6F9FA;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        color: #666666;
    }
}
@media (min-width: 800px) {
    .introduction-box {
        border: 1px solid #e9e9e9;
    }

    .introduction-box .title {
        border-bottom: 1px solid #f5f5f5;
        padding: 12px 12px 0;
    }

    .introduction-box .title span {
        display: inline-block;
        zoom: 1;
        font-size: 16px;
        padding: 2px 0;
        border-bottom: 2px solid #006c54;
        margin-top: -2px;
    }

    .introduction-box .content {
        padding: 18px;
    }

    .introduction-box .content h2 {
        display: block;
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .introduction-box .content p {
        font-size: 12px;
        line-height: 24px;
        color: #666;
    }
}

@media (max-width: 799px) {
    .introduction-box {
        position: relative;
        padding: 18px 18px 18px;
    }

    .introduction-box .title {
        width: 100%;
        height: 25px;
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        line-height: 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .introduction-box .content {
        padding-top: 5px;
    }

    .introduction-box .content h2 {
        display: block;
        font-size: 14px;
        line-height: 25px;
        font-weight: bold;
    }

    .introduction-box .content p {
        font-size: 12px;
        line-height: 25px;
        color: #666;
    }
}
@media (min-width: 800px) {
    .breadcrumb {
        width: 1140px;
        line-height: 34px;
        color: #006c54;
        margin: 20px auto 0;
        border-bottom: 1px solid #006c54;
    }

    .breadcrumb a,
    .breadcrumb span {
        color: #006c54;
        margin: 0 5px;
    }

    .breadcrumb a:hover {
        color: #066830;
    }
}

@media (max-width: 799px) {
    .breadcrumb {
        display: none;
    }
}
@media (min-width: 800px) {
    .schedule-box {
        position: relative;
        text-align: center;
    }

    .schedule-box .tab {
        width: 100%;
        height: 40px;
        background-color: #006c54;
        margin-bottom: 30px;
    }

    .schedule-box .tab li {
        position: relative;
        width: 100%;
        cursor: pointer;
        color: #fff;
        line-height: 40px;
        font-size: 16px;
    }

    .schedule-box .content {
        display: block;
    }

    .schedule-box .content .table {
        position: relative;
        line-height: 50px;
    }

    .schedule-box .content .table tr:nth-child(odd) {
        background: #f4f4f4;
    }

    .schedule-box .content .table tr:nth-child(odd) {
        background: #f4f4f4;
    }

    .schedule-box .content .table th {
        font-size: 16px;
        line-height: 40px;
        background: #f4f4f4;
    }

    .schedule-box .content .table td {
        border: none;
        transition: all .2s;
    }
}

@media (max-width: 799px) {
    .schedule-box {
        position: relative;
        padding: 18px 18px 18px;
    }

    .schedule-box .tab {
        width: 100%;
        height: 40px;
        background-color: #006c54;
        text-align: center;
    }

    .schedule-box .tab li {
        position: relative;
        width: 100%;
        cursor: pointer;
        color: #fff;
        line-height: 40px;
        font-size: 14px;
    }

    .schedule-box .content {
        display: block;
    }

    .schedule-box .content .table {
        position: relative;
        line-height: 40px;
    }

    .schedule-box .content .table tr:nth-child(odd) {
        background: #f4f4f4;
    }

    .schedule-box .content .table tr:nth-child(odd) {
        background: #f4f4f4;
    }

    .schedule-box .content .table th {
        font-size: 14px;
        line-height: 40px;
        background: #f4f4f4;
    }

    .schedule-box .content .table td {
        border: none;
        transition: all .2s;
        text-align: center;
    }
}
@media (min-width: 800px) {
    .tag-list-box {
    }

    .tag-list-box .list {
        display: flex;
        flex-wrap: nowrap;
    }

    .tag-list-box .list .item {
        position: relative;
        display: inline-block;
        text-align: center;
        opacity: .5;
        background: #006c54;
        margin-right: 20px;
    }

    .tag-list-box .list .item.active {
        opacity: 1;
    }

    .tag-list-box .list .item a {
        display: block;
        min-width: 80px;
        height: 30px;
        color: #eaf4f6;
        font-size: 14px;
        line-height: 30px;
    }
}

@media (max-width: 799px) {
    .tag-list-box {
        margin: 10px auto 0;
    }

    .tag-list-box .list {
        width: 90%;
        margin: 0 auto;
        display: flex;
        overflow: scroll;
    }

    .tag-list-box .list::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .tag-list-box .list .item {
        position: relative;
        display: inline-block;
        text-align: center;
        opacity: .5;
        background: #006c54;
        margin-right: 20px;
    }

    .tag-list-box .list .item.active {
        opacity: 1;
    }

    .tag-list-box .list .item a {
        display: block;
        min-width: 80px;
        height: 30px;
        color: #eaf4f6;
        font-size: 14px;
        line-height: 30px;
    }
}
@media (min-width: 800px) {
    .coach-list-box {
        overflow: hidden;
    }

    .coach-list-box .header {
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .coach-list-box .header .title {
        width: 100%;
        height: 20px;
        margin-top: 10px;
        padding-left: 10px;
        border-left: 5px solid #019C39;
        font-size: 20px;
        font-weight: bold;
        color: #019C39;
        line-height: 20px;
    }

    .coach-list-box .list {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .coach-list-box .list .item {
        position: relative;
        width: 24%;
        height: auto;
        margin: 20px 0.5% 0;
        display: flex;
        justify-content: center;
    }

    .coach-list-box .list .item .thumbnail {
        position: absolute;
        top: 0;
        bottom: 25px;
        width: 55%;
        height: auto;
        color: #fff;
        text-align: center;
        background: #116830;
    }

    .coach-list-box .list .item .thumbnail img {
        width: 100%;
        height: auto;
    }

    .coach-list-box .list .item p {
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        padding: 80% 0 0;
    }
}

@media (max-width: 799px) {
    .coach-list-box {
        overflow: hidden;
        padding: 0;
    }
    
    .coach-list-box .header {
        margin: 0 auto;
        width: 100%;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .coach-list-box .header .title {
        width: 100%;
        height: 25px;
        padding-left: 10px;
        border-left: 5px solid #019C39;
        font-size: 16px;
        font-weight: bold;
        color: #019C39;
        line-height: 25px;
    }
    
    .coach-list-box .list {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
    }
    
    .coach-list-box .list .item {
        position: relative;
        width: 30%;
        height: auto;
        margin: 0 1.66% 10px;
    }
    
    .coach-list-box .list .item .thumbnail {
        position: absolute;
        top: 0;
        bottom: 20px;
        width: 100%;
        color: #fff;
        text-align: center;
        overflow: hidden;
        box-sizing: border-box;
        background: #116830;
    }
    
    .coach-list-box .list .item .thumbnail img {
        width: 100%;
        height: 100%;
    }
    
    .coach-list-box .list .item p {
        height: 20px;
        padding-top: 135%;
        font-size: 13px;
        line-height: 20px;
        text-align: center;
    }
}
@media (min-width: 800px) {
    .referee-list-box {
        overflow: hidden;
    }

    .referee-list-box .header {
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .referee-list-box .header .title {
        width: 100%;
        height: 20px;
        margin-top: 10px;
        padding-left: 10px;
        border-left: 5px solid #019C39;
        font-size: 20px;
        font-weight: bold;
        color: #019C39;
        line-height: 20px;
    }

    .referee-list-box .list {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .referee-list-box .list .item {
        position: relative;
        width: 24%;
        height: auto;
        margin: 20px 0.5% 0;
        display: flex;
        justify-content: center;
    }

    .referee-list-box .list .item .thumbnail {
        position: absolute;
        top: 0;
        bottom: 25px;
        width: 55%;
        height: auto;
        color: #fff;
        text-align: center;
        background: #116830;
    }

    .referee-list-box .list .item .thumbnail img {
        width: 100%;
        height: auto;
    }

    .referee-list-box .list .item p {
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        padding: 80% 0 0;
    }
}

@media (max-width: 799px) {
    .referee-list-box {
        overflow: hidden;
        padding: 0;
    }
    
    .referee-list-box .header {
        margin: 0 auto;
        width: 100%;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .referee-list-box .header .title {
        width: 100%;
        height: 25px;
        padding-left: 10px;
        border-left: 5px solid #019C39;
        font-size: 16px;
        font-weight: bold;
        color: #019C39;
        line-height: 25px;
    }
    
    .referee-list-box .list {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
    }
    
    .referee-list-box .list .item {
        position: relative;
        width: 30%;
        height: auto;
        margin: 0 1.66% 10px;
    }
    
    .referee-list-box .list .item .thumbnail {
        position: absolute;
        top: 0;
        bottom: 20px;
        width: 100%;
        color: #fff;
        text-align: center;
        overflow: hidden;
        box-sizing: border-box;
        background: #116830;
    }
    
    .referee-list-box .list .item .thumbnail img {
        width: 100%;
        height: 100%;
    }
    
    .referee-list-box .list .item p {
        height: 20px;
        padding-top: 135%;
        font-size: 13px;
        line-height: 20px;
        text-align: center;
    }
}
@media (min-width: 800px) {
    .player-list-box {
        overflow: hidden;
    }

    .player-list-box .header {
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .player-list-box .header .title {
        width: 100%;
        height: 20px;
        margin-top: 10px;
        padding-left: 10px;
        border-left: 5px solid #019C39;
        font-size: 20px;
        font-weight: bold;
        color: #019C39;
        line-height: 20px;
    }

    .player-list-box .list {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .player-list-box .list .item {
        position: relative;
        width: 24%;
        height: auto;
        margin: 20px 0.5% 0;
        display: flex;
        justify-content: center;
    }

    .player-list-box .list .item .thumbnail {
        position: absolute;
        top: 0;
        bottom: 25px;
        width: 55%;
        height: auto;
        color: #fff;
        text-align: center;
        background: #116830;
    }

    .player-list-box .list .item .thumbnail img {
        width: 100%;
        height: auto;
    }

    .player-list-box .list .item p {
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        padding: 80% 0 0;
    }
}

@media (max-width: 799px) {
    .player-list-box {
        overflow: hidden;
        padding: 0;
    }
    
    .player-list-box .header {
        margin: 0 auto;
        width: 100%;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .player-list-box .header .title {
        width: 100%;
        height: 25px;
        padding-left: 10px;
        border-left: 5px solid #019C39;
        font-size: 16px;
        font-weight: bold;
        color: #019C39;
        line-height: 25px;
    }
    
    .player-list-box .list {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
    }
    
    .player-list-box .list .item {
        position: relative;
        width: 30%;
        height: auto;
        margin: 0 1.66% 10px;
    }
    
    .player-list-box .list .item .thumbnail {
        position: absolute;
        top: 0;
        bottom: 20px;
        width: 100%;
        color: #fff;
        text-align: center;
        overflow: hidden;
        box-sizing: border-box;
        background: #116830;
    }
    
    .player-list-box .list .item .thumbnail img {
        width: 100%;
        height: 100%;
    }
    
    .player-list-box .list .item p {
        height: 20px;
        padding-top: 135%;
        font-size: 13px;
        line-height: 20px;
        text-align: center;
    }
}
@media (min-width: 800px) {
    .member-list-box {
        overflow: hidden;
    }

    .member-list-box .header {
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .member-list-box .header .title {
        width: 100%;
        height: 20px;
        margin-top: 10px;
        padding-left: 10px;
        border-left: 5px solid #019C39;
        font-size: 20px;
        font-weight: bold;
        color: #019C39;
        line-height: 20px;
    }

    .member-list-box .list {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .member-list-box .list .item {
        position: relative;
        width: 15%;
        height: auto;
        margin: 0 5% 10px;
    }

    .member-list-box .list .item .thumbnail {
        position: absolute;
        top: 0;
        bottom: 40px;
        width: 100%;
        padding: 10px;
        color: #fff;
        text-align: center;
        overflow: hidden;
        box-sizing: border-box;
    }

    .member-list-box .list .item .thumbnail img {
        width: 100%;
        height: 100%;
    }

    .member-list-box .list .item p {
        position: relative;
        height: 40px;
        padding: 100% 0 0;
        font-size: 13px;
        line-height: 20px;
        text-align: center;
    }
}

@media (max-width: 799px) {
    .member-list-box {
        overflow: hidden;
        padding: 0;
    }

    .member-list-box .header {
        margin: 0 auto;
        width: 100%;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .member-list-box .header .title {
        width: 100%;
        height: 25px;
        padding-left: 10px;
        border-left: 5px solid #019C39;
        font-size: 16px;
        font-weight: bold;
        color: #019C39;
        line-height: 25px;
    }

    .member-list-box .list {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .member-list-box .list .item {
        position: relative;
        width: 25%;
        height: auto;
        margin: 0 4.16% 10px;
    }

    .member-list-box .list .item .thumbnail {
        position: absolute;
        top: 0;
        bottom: 40px;
        width: 100%;
        padding: 10px;
        color: #fff;
        text-align: center;
        border-radius: 50%;
        overflow: hidden;
        box-sizing: border-box;
    }

    .member-list-box .list .item .thumbnail img {
        width: 100%;
        height: 100%;
    }

    .member-list-box .list .item p {
        height: 40px;
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        padding: 100% 0 0;
    }
}
@media (min-width: 800px) {
    .institution-list-box {
        overflow: hidden;
    }

    .institution-list-box .header {
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .institution-list-box .header .title {
        width: 100%;
        height: 20px;
        margin-top: 10px;
        padding-left: 10px;
        border-left: 5px solid #019C39;
        font-size: 20px;
        font-weight: bold;
        color: #019C39;
        line-height: 20px;
    }

    .institution-list-box .list {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .institution-list-box .list .item {
        position: relative;
        width: 15%;
        height: auto;
        margin: 0 5% 10px;
    }

    .institution-list-box .list .item .thumbnail {
        position: absolute;
        top: 0;
        bottom: 20px;
        width: 100%;
        padding: 10px;
        color: #fff;
        text-align: center;
        overflow: hidden;
        box-sizing: border-box;
    }

    .institution-list-box .list .item .thumbnail img {
        width: 100%;
        height: 100%;
    }

    .institution-list-box .list .item p {
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        padding: 100% 0 0;
    }
}

@media (max-width: 799px) {
    .institution-list-box {
        overflow: hidden;
        padding: 0;
    }

    .institution-list-box .header {
        margin: 0 auto;
        width: 100%;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .institution-list-box .header .title {
        width: 100%;
        height: 25px;
        padding-left: 10px;
        border-left: 5px solid #019C39;
        font-size: 16px;
        font-weight: bold;
        color: #019C39;
        line-height: 25px;
    }

    .institution-list-box .list {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .institution-list-box .list .item {
        position: relative;
        width: 25%;
        height: auto;
        margin: 0 4.16% 10px;
    }

    .institution-list-box .list .item .thumbnail {
        position: absolute;
        top: 0;
        bottom: 20px;
        width: 100%;
        padding: 10px;
        color: #fff;
        text-align: center;
        overflow: hidden;
        box-sizing: border-box;
    }

    .institution-list-box .list .item .thumbnail img {
        width: 100%;
        height: 100%;
    }

    .institution-list-box .list .item p {
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        padding: 100% 0 0;
    }
}
@media (min-width: 800px) {
    .carousel-box {}

    .carousel-box .title {
        font-size: 28px;
        color: #333;
        font-weight: bold;
    }

    .carousel-box .date {
        font-size: 12px;
        color: #666;
        margin: 10px 0;
    }

    .carousel-box .body {
        position: relative;
        margin: 30px 0;
        overflow: hidden;
    }

    .carousel-box .body p {
        font-size: 16px;
        line-height: 28px;
        margin: 10px 0;
    }

    .carousel-box .body img {
        width: 100%;
        height: auto;
        max-width: 100%;
        min-width: 100%;
        margin: 15px auto;
    }
}

@media (max-width: 799px) {
    .carousel-box {
        margin: 10px 10px 0;
    }

    .carousel-box .title {
        font-size: 18px;
        color: #333;
        font-weight: bold;
    }

    .carousel-box .date {
        font-size: 12px;
        color: #666;
        margin: 10px 0;
    }

    .carousel-box .body {
        position: relative;
        overflow: hidden;
    }

    .carousel-box .body p {
        font-size: 14px;
        line-height: 25px;
        margin: 10px 0;
    }

    .carousel-box .body img {
        width: 100%;
        height: auto;
        max-width: 100%;
        min-width: 100%;
        margin: 15px auto;
    }
}
/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}
@media (min-width: 800px) {
    .carousel-list-box {
        width: 1140px;
        height: 400px;
        margin: 30px auto 0;
        overflow: hidden;
    }

    .carousel-list-box .picture_area {
        position: relative;
        width: 758px;
        height: 100%;
        overflow: hidden;
        float: left;
    }

    .carousel-list-box .picture_area ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .carousel-list-box .picture_area ul {
        float: left;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        overflow: hidden;
    }

    .carousel-list-box .picture_area ul li {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        float: left;
        display: none;
    }

    .carousel-list-box .picture_area ul li .thumbnail {
        width: 100%;
        height: 100%;
    }

    .carousel-list-box .picture_area ul li .thumbnail img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }

    .carousel-list-box .picture_area ul li .bottom {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 70px;
        padding: 10px 30px;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
    }

    .carousel-list-box .picture_area ul li .bottom .title {
        font-size: 16px;
        color: #fff;
    }

    .carousel-list-box .picture_area ul li .bottom .summary {
        width: auto;
        height: 20px;
        margin-top: 5px;
        overflow: hidden;
        font-size: 14px;
        line-height: 20px;
        color: #ccc;
    }

    .carousel-list-box .select_area {
        width: 382px;
        height: 100%;
        color: #111;
        float: right;
        display: inline;
        background-color: #f0f0f0;
    }

    .carousel-list-box .select_area ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .carousel-list-box .select_area ul li {
        padding: 14px 0px 0px 30px;
        width: 352px;
        height: 81px;
        border-top: 1px solid #fff;
        cursor: pointer;
    }

    .carousel-list-box .select_area ul li img {
        float: left;
        width: 90px;
        height: 60px;
        padding: 2px;
        margin-right: 10px;
        border: 1px solid #ccc;
        -o-object-fit: cover;
           object-fit: cover;
    }

    .carousel-list-box .select_area ul li .title {
        height: auto;
        font-size: 13px;
        line-height: 24px;
        font-weight: bold;
        overflow: hidden;
        display: block;
        padding-top: 5px;
        font-size: 14px;
        padding-right: 20px;
        font-weight: normal;
    }

    .carousel-list-box .select_area ul li:hover {
        background-color: #00A149;
        color: #FFF;
    }

    .carousel-list-box .select_area ul li.current {
        background-color: #00A149;
        color: #FFF;
    }

    .carousel-list-box .select_area ul li.current .title {
        color: #FFF;
    }
}

@media (max-width: 799px) {
    .carousel-list-box {
        height: 233px;
        background: #212129;
        position: relative;
        text-align: center;
    }

    .carousel-list-box .swiper {
        width: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        height: 100%;
    }

    .carousel-list-box .swiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .carousel-list-box .swiper .swiper-slide .swiper_slide_maskBottom {
        position: absolute;
        left: 0px;
        bottom: 0px;
        right: 0px;
        width: 100%;
        height: 75px;
        background: linear-gradient(180deg, rgba(33, 33, 41, 0) 0%, #212129 100%);
    }

    .carousel-list-box .swiper .swiper-slide .swiper_slide_name {
        margin: 0 auto;
        position: absolute;
        left: 0px;
        bottom: 20px;
        right: 0px;
        height: 48px;
        padding: 0 20px;
        font-size: 16px;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 48px;
        text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.68);
        width: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .carousel-list-box .swiper .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        transition: none;
    }

    .carousel-list-box .swiper .swiper-slide img:hover {
        transform: none;
    }

    .carousel-list-box .swiper .swiper-pagination-bullet {
        width: 24px;
        height: 4px;
        background: #6E6E72;
        border-radius: 0px;
    }

    .carousel-list-box .swiper .swiper-pagination-bullet-active {
        width: 32px;
        height: 4px;
        background: #FFFFFF;
    }
}
@media (min-width: 800px) {
    .carousel-paginator-box {
        padding-top: 35px;
    }

    .carousel-paginator-box .item {
        height: 150px;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .carousel-paginator-box .item .thumbnail {
        position: relative;
        float: left;
        width: 248px;
        height: 100%;
        overflow: hidden;
    }

    .carousel-paginator-box .item .thumbnail span {
        position: absolute;
        right: 0;
        top: 0;
        padding: 3px 10px;
        color: #fff;
        background: rgba(0, 0, 0, 0.8);
    }

    .carousel-paginator-box .item .thumbnail img {
        height: 145px;
        width: 100%;
    }

    .carousel-paginator-box .item .content {
        position: relative;
        height: 118px;
        color: #666;
        border: 1px solid #e9e9e9;
        border-left: none;
        padding: 15px 18px;
        overflow: hidden;
    }

    .carousel-paginator-box .item .content h2 a {
        display: block;
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .carousel-paginator-box .item .content p {
        color: #666;
        line-height: 24px;
    }

    .carousel-paginator-box .item .content .bottom {
        position: absolute;
        left: 18px;
        right: 18px;
        bottom: 10px;
        color: #c1c1c1;
    }

    .carousel-paginator-box .item .content .bottom span {
        display: inline-block;
        zoom: 1;
        height: 20px;
        line-height: 20px;
        padding-left: 20px;
    }

    .carousel-paginator-box .item .content .bottom .author {
        width: 130px;
    }

    .carousel-paginator-box .item .content .bottom .date {
        width: 280px;
    }

    .carousel-paginator-box .item .content .bottom .more {
        float: right;
        color: #006c54;
        background: none;
    }

    .carousel-paginator-box .pagination {
        margin-top: 20px;
        padding-top: 5px;
        padding-bottom: 53px;
        text-align: center;
    }

    .carousel-paginator-box .pagination a {
        display: inline-block;
        width: auto;
        height: 34px;
        text-align: center;
        line-height: 36px;
        margin: 0 10px;
        padding: 0 10px;
        border-radius: 3px;
        background: #dddddd;
        overflow: hidden;
        cursor: pointer;
        color: #fff;
    }

    .carousel-paginator-box .pagination a.active {
        background: #2e7a3b;
    }
}

@media (max-width: 799px) {
    .carousel-paginator-box {
        padding-top: 15px;
    }

    .carousel-paginator-box .item {
        position: relative;
        width: 90%;
        height: 310px;
        margin: 0 auto;
    }

    .carousel-paginator-box .item .thumbnail {
        display: block;
        border-radius: 5px 5px 0 0;
        overflow: hidden;
    }

    .carousel-paginator-box .item .thumbnail span {
        position: absolute;
        right: 0;
        top: 0;
        padding: 3px 10px;
        color: #fff;
        background: rgba(0, 0, 0, 0.8);
    }

    .carousel-paginator-box .item .thumbnail img {
        width: 100%;
        height: auto;
    }

    .carousel-paginator-box .item .content {
        height: auto;
        color: #666;
        overflow: hidden;
    }

    .carousel-paginator-box .item .content h2 a {
        width: 100%;
        height: 28px;
        font-size: 18px;
        font-weight: bold;
        color: #333333;
        line-height: 28px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .carousel-paginator-box .item .content p {
        width: 100%;
        height: 48px;
        font-size: 14px;
        color: #999999;
        line-height: 24px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .carousel-paginator-box .item .content .bottom {
        display: none;
    }

    .carousel-paginator-box .pagination {
        margin-top: 20px;
        padding-top: 5px;
        padding-bottom: 53px;
        text-align: center;
    }

    .carousel-paginator-box .pagination a {
        display: inline-block;
        width: auto;
        height: 34px;
        text-align: center;
        line-height: 36px;
        margin: 0 10px;
        padding: 0 10px;
        border-radius: 3px;
        background: #dddddd;
        overflow: hidden;
        cursor: pointer;
        color: #fff;
    }

    .carousel-paginator-box .pagination a.active {
        background: #2e7a3b;
    }
}
@media (min-width: 800px) {
    .medium-paginator-box {}

    .medium-paginator-box .item {
        height: 150px;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .medium-paginator-box .item .content {
        position: relative;
        height: 118px;
        color: #666;
        border: 1px solid #e9e9e9;
        border-left: none;
        padding: 15px 18px;
        overflow: hidden;
    }

    .medium-paginator-box .item .content .title a {
        height: 25px;
        margin-bottom: 10px;
        overflow: hidden;
        font-size: 18px;
        font-weight: bold;
        line-height: 25px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .medium-paginator-box .item .content .bottom {
        position: absolute;
        left: 18px;
        right: 18px;
        bottom: 10px;
        color: #c1c1c1;
    }

    .medium-paginator-box .item .content .bottom span {
        display: inline-block;
        zoom: 1;
        height: 20px;
        line-height: 20px;
    }

    .medium-paginator-box .item .content .bottom .author {
        width: 130px;
    }

    .medium-paginator-box .item .content .bottom .date {
        width: 280px;
    }

    .medium-paginator-box .item .content .bottom .more {
        float: right;
        color: #006c54;
        background: none;
    }

    .medium-paginator-box .pagination {
        margin-top: 20px;
        padding-top: 5px;
        padding-bottom: 53px;
        text-align: center;
    }

    .medium-paginator-box .pagination a {
        display: inline-block;
        width: auto;
        height: 34px;
        text-align: center;
        line-height: 36px;
        margin: 0 10px;
        padding: 0 10px;
        border-radius: 3px;
        background: #dddddd;
        overflow: hidden;
        cursor: pointer;
        color: #fff;
    }

    .medium-paginator-box .pagination a.active {
        background: #2e7a3b;
    }
}

@media (max-width: 799px) {
    .medium-paginator-box {}

    .medium-paginator-box .item {
        position: relative;
        width: 90%;
        height: auto;
        margin: 0 auto 20px;
    }

    .medium-paginator-box .item .content {
        height: auto;
        color: #666;
        overflow: hidden;
    }

    .medium-paginator-box .item .content .title a {
        width: 100%;
        height: 28px;
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        line-height: 28px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .medium-paginator-box .item .content .bottom {
        display: none;
    }

    .medium-paginator-box .pagination {
        margin-top: 20px;
        padding-top: 5px;
        padding-bottom: 53px;
        text-align: center;
    }

    .medium-paginator-box .pagination a {
        display: inline-block;
        width: auto;
        height: 34px;
        text-align: center;
        line-height: 36px;
        margin: 0 10px;
        padding: 0 10px;
        border-radius: 3px;
        background: #dddddd;
        overflow: hidden;
        cursor: pointer;
        color: #fff;
    }

    .medium-paginator-box .pagination a.active {
        background: #2e7a3b;
    }
}
@media (min-width: 800px) {
    .news-box {}

    .news-box .title {
        font-size: 28px;
        color: #333;
        font-weight: bold;
    }

    .news-box .date {
        font-size: 12px;
        color: #666;
        margin: 10px 0;
    }

    .news-box .body {
        position: relative;
        margin: 30px 0;
        overflow: hidden;
    }

    .news-box .body p {
        font-size: 16px;
        line-height: 28px;
        margin: 10px 0;
    }

    .news-box .body img {
        width: 100%;
        height: auto;
        max-width: 100%;
        min-width: 100%;
        margin: 15px auto;
    }
}

@media (max-width: 799px) {
    .news-box {
        margin: 10px 10px 0;
    }

    .news-box .title {
        font-size: 18px;
        color: #333;
        font-weight: bold;
    }

    .news-box .date {
        font-size: 12px;
        color: #666;
        margin: 10px 0;
    }

    .news-box .body {
        position: relative;
        overflow: hidden;
    }

    .news-box .body p {
        font-size: 14px;
        line-height: 25px;
        margin: 10px 0;
    }

    .news-box .body img {
        width: 100%;
        height: auto;
        max-width: 100%;
        min-width: 100%;
        margin: 15px auto;
    }
}
@media (min-width: 800px) {
    .news-list-box {
        width: 100%;
        height: auto;
    }

    .news-list-box .header {
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .news-list-box .header .title {
        width: 100%;
        height: 20px;
        margin-top: 10px;
        padding-left: 10px;
        border-left: 5px solid #019C39;
        font-size: 20px;
        font-weight: bold;
        color: #019C39;
        line-height: 20px;
    }

    .news-list-box .header a {
        width: auto;
        height: 20px;
    }

    .news-list-box .header a .more {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #019C39;
        white-space: nowrap;
    }

    .news-list-box .list {
        position: relative;
        width: 100%;
        margin-top: 20px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .news-list-box .list .item {
        width: 30%;
        height: auto;
        margin: 10px 0 0 5%;
        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
        background: #ffffff;
        overflow: hidden;
    }

    .news-list-box .list .item:nth-child(3n+1) {
        margin-left: 0;
    }

    .news-list-box .list .item a {
        position: relative;
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: calc(60% + 68px);
    }

    .news-list-box .list .item .thumbnail {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 68px);
        overflow: hidden;
    }

    .news-list-box .list .item .thumbnail img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }

    .news-list-box .list .item .title {
        position: absolute;
        bottom: 10px;
        left: 10px;
        right: 10px;
        height: 48px;
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        line-height: 24px;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .news-list-box .list .item:hover .title {
        color: #00A149;
    }

    .news-list-box .list .item .date {
        display: none;
    }
}

@media (max-width: 799px) {
    .news-list-box {
        position: relative;
        padding-bottom: 50px;
    }

    .news-list-box .header {
        margin: 0 auto;
        width: 100%;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .news-list-box .header .title {
        width: 100%;
        height: 25px;
        padding-left: 10px;
        border-left: 5px solid #019C39;
        font-size: 16px;
        font-weight: bold;
        color: #019C39;
        line-height: 25px;
    }

    .news-list-box .header a {
        height: 40px;
        padding-top: 12px;
    }

    .news-list-box .header a .more {
        position: absolute;
        bottom: 10px;
        left: 10%;
        width: 80%;
        height: 40px;
        background: #F6F9FA;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        color: #666666;
    }

    .news-list-box .list {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .news-list-box .list .item {
        position: relative;
        width: 100%;
        height: 105px;
        background: #ffffff;
        overflow: hidden;
    }

    .news-list-box .list .item + .item {
        border-top: 1px solid rgba(229, 229, 229, 0.6);
    }

    .news-list-box .list .item .thumbnail {
        position: absolute;
        right: 0;
        top: 12px;
        width: 140px;
        height: 85px;
    }

    .news-list-box .list .item .thumbnail img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .news-list-box .list .item .title {
        position: absolute;
        left: 0;
        right: 155px;
        top: 8px;
        height: 50px;
        font-size: 16px;
        line-height: 25px;
        font-weight: bold;
        text-align: justify;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .news-list-box .list .item .date {
        position: absolute;
        left: 0;
        right: 150px;
        bottom: 8px;
        height: 20px;
        font-size: 12px;
        line-height: 20px;
        color: #999999;
    }
}
@media (min-width: 800px) {
    .news-paginator-box {}

    .news-paginator-box .item {
        height: 150px;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .news-paginator-box .item .thumbnail {
        position: relative;
        float: left;
        width: 248px;
        height: 100%;
        overflow: hidden;
    }

    .news-paginator-box .item .thumbnail span {
        position: absolute;
        right: 0;
        top: 0;
        padding: 3px 10px;
        color: #fff;
        background: #00A149;
    }

    .news-paginator-box .item .thumbnail img {
        height: 145px;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }

    .news-paginator-box .item .content {
        position: relative;
        height: 114px;
        color: #666;
        border: 1px solid #e9e9e9;
        border-left: none;
        padding: 15px 18px;
        overflow: hidden;
    }

    .news-paginator-box .item .content .title a {
        height: 25px;
        margin-bottom: 10px;
        overflow: hidden;
        font-size: 18px;
        font-weight: bold;
        line-height: 25px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .news-paginator-box .item .content .summary {
        height: 48px;
        overflow: hidden;
        font-size: 14px;
        line-height: 24px;
        color: #666;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .news-paginator-box .item .content .bottom {
        position: absolute;
        left: 18px;
        right: 18px;
        bottom: 10px;
        color: #c1c1c1;
    }

    .news-paginator-box .item .content .bottom span {
        display: inline-block;
        zoom: 1;
        height: 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .news-paginator-box .item .content .bottom .author {
        width: 130px;
    }

    .news-paginator-box .item .content .bottom .date {
        width: 280px;
    }

    .news-paginator-box .pagination {
        margin-top: 20px;
        padding-top: 5px;
        padding-bottom: 53px;
        text-align: center;
    }

    .news-paginator-box .pagination a {
        display: inline-block;
        width: auto;
        height: 34px;
        text-align: center;
        line-height: 36px;
        margin: 0 10px;
        padding: 0 10px;
        border-radius: 3px;
        background: #dddddd;
        overflow: hidden;
        cursor: pointer;
        color: #fff;
    }

    .news-paginator-box .pagination a.active {
        background: #2e7a3b;
    }
}

@media (max-width: 799px) {
    .news-paginator-box {}

    .news-paginator-box .item {
        position: relative;
        width: 90%;
        height: auto;
        margin: 0 auto 20px;
    }

    .news-paginator-box .item .thumbnail {
        position: relative;
        display: block;
        border-radius: 5px 5px 0 0;
        overflow: hidden;
        height: 0;
        padding-bottom: 60%;
    }

    .news-paginator-box .item .thumbnail span {
        position: absolute;
        right: 0;
        top: 0;
        padding: 3px 10px;
        color: #fff;
        background: rgba(0, 0, 0, 0.8);
    }

    .news-paginator-box .item .thumbnail img {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .news-paginator-box .item .content {
        height: auto;
        color: #666;
        overflow: hidden;
    }

    .news-paginator-box .item .content .title a {
        width: 100%;
        height: 28px;
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        line-height: 28px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .news-paginator-box .item .content .summary {
        width: 100%;
        height: 40px;
        overflow: hidden;
        font-size: 13px;
        color: #999999;
        line-height: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .news-paginator-box .item .content .bottom {
        display: none;
    }

    .news-paginator-box .pagination {
        margin-top: 20px;
        padding-top: 5px;
        padding-bottom: 53px;
        text-align: center;
    }

    .news-paginator-box .pagination a {
        display: inline-block;
        width: auto;
        height: 34px;
        text-align: center;
        line-height: 36px;
        margin: 0 10px;
        padding: 0 10px;
        border-radius: 3px;
        background: #dddddd;
        overflow: hidden;
        cursor: pointer;
        color: #fff;
    }

    .news-paginator-box .pagination a.active {
        background: #2e7a3b;
    }
}
@media (min-width: 800px) {
    .notice-box {}

    .notice-box .title {
        font-size: 28px;
        color: #333;
        font-weight: bold;
    }

    .notice-box .date {
        font-size: 12px;
        color: #666;
        margin: 10px 0;
    }

    .notice-box .body {
        position: relative;
        margin: 30px 0;
        overflow: hidden;
    }

    .notice-box .body p {
        font-size: 16px;
        line-height: 28px;
        margin: 10px 0;
    }

    .notice-box .body img {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: auto;
        margin: 15px auto;
    }
}

@media (max-width: 799px) {
    .notice-box {
        margin: 10px 10px 0;
    }

    .notice-box .title {
        font-size: 18px;
        color: #333;
        font-weight: bold;
    }

    .notice-box .date {
        font-size: 12px;
        color: #666;
        margin: 10px 0;
    }

    .notice-box .body {
        position: relative;
        overflow: hidden;
    }

    .notice-box .body p {
        font-size: 14px;
        line-height: 25px;
        margin: 10px 0;
    }

    .notice-box .body img {
        width: 100%;
        height: auto;
        max-width: 100%;
        min-width: 100%;
        margin: 15px auto;
    }
}
@media (min-width: 800px) {
    .notice-list-box {
    }

    .notice-list-box .header {
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .notice-list-box .header .title {
        width: 100%;
        height: 20px;
        margin-top: 10px;
        padding-left: 10px;
        border-left: 5px solid #019C39;
        font-size: 20px;
        font-weight: bold;
        color: #019C39;
        line-height: 20px;
    }

    .notice-list-box .header a {
        width: auto;
        height: 20px;
    }

    .notice-list-box .header a .more {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #019C39;
        white-space: nowrap;
    }

    .notice-list-box .list {
        margin-top: 20px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .notice-list-box .list .item {
        position: relative;
        width: 50%;
        height: 75px;
        padding: 10px 0px;
        overflow: hidden;
    }

    .notice-list-box .list .item .icon {
        position: absolute;
        top: 12px;
        width: 70px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        color: #fff;
        background-color: #00A149;
    }

    .notice-list-box .list .item .title {
        position: absolute;
        top: 10px;
        left: 80px;
        right: 10%;
        width: auto;
        height: 48px;
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        line-height: 24px;
        text-align: justify;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .notice-list-box .list .item .title:hover {
        color: #00A149;
        font-weight: bold;
    }

    .notice-list-box .list .item .date {
        position: absolute;
        left: 0;
        bottom: 10px;
        height: 20px;
        font-size: 14px;
        color: #999999;
        line-height: 20px;
    }
}


@media (max-width: 799px) {
    .notice-list-box {
        position: relative;
        padding-bottom: 50px;
    }

    .notice-list-box .header {
        margin: 0 auto;
        width: 100%;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .notice-list-box .header .title {
        width: 100%;
        height: 25px;
        padding-left: 10px;
        border-left: 5px solid #019C39;
        font-size: 16px;
        font-weight: bold;
        color: #019C39;
        line-height: 25px;
    }

    .notice-list-box .header a {
        height: 40px;
        padding-top: 12px;
    }

    .notice-list-box .header a .more {
        position: absolute;
        bottom: 10px;
        left: 10%;
        width: 80%;
        height: 40px;
        background: #F6F9FA;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        color: #666666;
    }

    .notice-list-box .list {
        position: relative;
        width: 100%;
        height: auto;
        margin: 8px auto 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .notice-list-box .list .item {
        display: none;
        position: relative;
        width: 100%;
        height: 85px;
        overflow: hidden;
    }

    .notice-list-box .list .item:nth-child(1) {
        display: block;
    }

    .notice-list-box .list .item:nth-child(2) {
        display: block;
    }

    .notice-list-box .list .item:nth-child(3) {
        display: block;
    }

    .notice-list-box .list .item:nth-child(4) {
        display: block;
    }

    .notice-list-box .list .item .title{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        font-size: 16px;
        line-height: 40px;
        font-weight: bold;
    }

    .notice-list-box .list .item .date{
        position: absolute;
        bottom: 18px;
        left: 0;
        right: 0;
        display: block;
        font-size: 12px;
        line-height: 20px;
        color: #999999;
    }

    .notice-list-box .list .item .icon{
        position: absolute;
        bottom: 20px;
        right: 0;
        width: 70px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        color: #fff;
        background-color: #00A149;
    }
}
@media (min-width: 800px) {
    .notice-paginator-box {
        margin: 0 30px;
    }

    .notice-paginator-box .item {
        padding-top: 19px;
        padding-bottom: 0;
        line-height: 50px;
        border-bottom: 1px solid #dddddd;
        overflow: hidden;
    }

    .notice-paginator-box .item a {
        float: left;
        font-size: 16px;
        font-weight: bold;
    }

    .notice-paginator-box .item span {
        float: right;
        color: #999999;
        font-size: 14px;
    }

    .notice-paginator-box .pagination {
        margin-top: 20px;
        padding-top: 5px;
        padding-bottom: 53px;
        text-align: center;
    }

    .notice-paginator-box .pagination a {
        display: inline-block;
        width: auto;
        height: 34px;
        text-align: center;
        line-height: 36px;
        margin: 0 10px;
        padding: 0 10px;
        border-radius: 3px;
        background: #dddddd;
        overflow: hidden;
        cursor: pointer;
        color: #fff;
    }

    .notice-paginator-box .pagination a.active {
        background: #2e7a3b;
    }
}

@media (max-width: 799px) {
    .notice-paginator-box {
    }

    .notice-paginator-box .item {
        position: relative;
        width: 90%;
        height: 100px;
        margin: 0 auto 10px;
        border-bottom: 1px solid #F0F0F0;
    }

    .notice-paginator-box .item a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: 50px;
        overflow: hidden;
        font-size: 16px;
        line-height: 25px;
        font-weight: bold;
    }


    .notice-paginator-box .item span {
        position: absolute;
        bottom: 18px;
        left: 0;
        right: 0;
        display: block;
        font-size: 12px;
        line-height: 20px;
        color: #999999;
    }

    .notice-paginator-box .pagination {
        margin-top: 20px;
        padding-top: 5px;
        padding-bottom: 53px;
        text-align: center;
    }

    .notice-paginator-box .pagination a {
        display: inline-block;
        width: auto;
        height: 34px;
        text-align: center;
        line-height: 36px;
        margin: 0 10px;
        padding: 0 10px;
        border-radius: 3px;
        background: #dddddd;
        overflow: hidden;
        cursor: pointer;
        color: #fff;
    }

    .notice-paginator-box .pagination a.active {
        background: #2e7a3b;
    }
}
@media (min-width: 800px) {
    .video-box {}

    .video-box .title {
        font-size: 28px;
        color: #333;
        font-weight: bold;
    }

    .video-box .date {
        font-size: 12px;
        color: #666;
        margin: 10px 0;
    }

    .video-box .body {
        position: relative;
        margin: 30px 0;
        overflow: hidden;
    }

    .video-box .body p {
        font-size: 16px;
        line-height: 28px;
        margin: 10px 0;
    }

    .video-box .body img {
        width: 100%;
        height: auto;
        max-width: 100%;
        min-width: 100%;
        margin: 15px auto;
    }

    .video-box .body video {
        width: 100%;
        height: auto;
        margin: 15px auto;
    }
}


@media (max-width: 799px) {
    .video-box {
        margin: 10px 10px 0;
    }

    .video-box .title {
        font-size: 18px;
        color: #333;
        font-weight: bold;
    }

    .video-box .date {
        font-size: 12px;
        color: #666;
        margin: 10px 0;
    }

    .video-box .body {
        position: relative;
        overflow: hidden;
    }

    .video-box .body p {
        font-size: 14px;
        line-height: 25px;
        margin: 10px 0;
    }

    .video-box .body img {
        width: 100%;
        height: auto;
        max-width: 100%;
        min-width: 100%;
        margin: 15px auto;
    }

    .video-box .body video {
        width: 100%;
        height: auto;
        margin: 15px auto;
    }
}
@media (min-width: 800px) {
    .video-list-box {}

    .video-list-box .header {
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .video-list-box .header .title {
        width: 100%;
        height: 20px;
        margin-top: 10px;
        padding-left: 10px;
        border-left: 5px solid #019C39;
        font-size: 20px;
        font-weight: bold;
        color: #019C39;
        line-height: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .video-list-box .header a {
        width: auto;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .video-list-box .header a .more {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #019C39;
        white-space: nowrap;
    }

    .video-list-box .list {
        position: relative;
        width: 100%;
        margin-top: 20px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .video-list-box .list .item {
        width: 30%;
        height: auto;
        margin: 10px 0 0 5%;
        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
        background: #ffffff;
        overflow: hidden;
    }

    .video-list-box .list .item:nth-child(3n+1) {
        margin-left: 0;
    }

    .video-list-box .list .item a {
        position: relative;
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: calc(60% + 68px);
    }

    .video-list-box .list .item .thumbnail {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 68px);
        overflow: hidden;
    }

    .video-list-box .list .item .thumbnail img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }

    .video-list-box .list .item .thumbnail .icon {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        width: 72px;
        height: 72px;
    }

    .video-list-box .list .item .thumbnail .icon:hover {
        transform: scale(1);
    }

    .video-list-box .list .item .title {
        position: absolute;
        bottom: 10px;
        left: 10px;
        right: 10px;
        height: 48px;
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        line-height: 24px;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .video-list-box .list .item:hover .title {
        color: #00A149;
    }

}

@media (max-width: 799px) {
    .video-list-box {
        position: relative;
        padding-bottom: 50px;
    }

    .video-list-box .header {
        margin: 0 auto;
        width: 100%;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .video-list-box .header .title {
        width: 100%;
        height: 25px;
        padding-left: 10px;
        border-left: 5px solid #019C39;
        font-size: 16px;
        font-weight: bold;
        color: #019C39;
        line-height: 25px;
    }

    .video-list-box .header a {
        height: 40px;
        padding-top: 12px;
    }

    .video-list-box .header a .more {
        position: absolute;
        bottom: 10px;
        left: 10%;
        width: 80%;
        height: 40px;
        background: #F6F9FA;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        color: #666666;
    }

    .video-list-box .header a img {
        display: none;
    }

    .video-list-box .list {
        position: relative;
        width: 100%;
        height: auto;
        margin: 8px auto 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .video-list-box .list .item {
        position: relative;
        display: block;
        margin: 0 auto 20px;
        width: 100%;
        height: auto;
    }

    .video-list-box .list .item .thumbnail {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 60%;
        border-radius: 5px 5px 0 0;
        overflow: hidden;
    }

    .video-list-box .list .item .thumbnail img {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .video-list-box .list .item .thumbnail .icon {
        position: absolute;
        top: 30%;
        left: 50%;
        width: 58px;
        height: 58px;
        margin-left: -29px;
    }

    .video-list-box .list .item .title {
        height: 60px;
        padding: 8px 12px;
        box-sizing: border-box;
        border-radius: 0 0 5px 5px;
        overflow: hidden;
        background: #F6F9FA;
        white-space: normal;
        font-size: 15px;
        font-weight: 500;
        color: #1A1A1A;
        line-height: 22px;
        text-align: justify;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
@media (min-width: 800px) {
    .video-paginator-box {}

    .video-paginator-box .list {
        margin-left: -56px;
        margin-top: 20px;
        overflow: hidden;
    }

    .video-paginator-box .list .item {
        position: relative;
        float: left;
        width: 343px;
        height: 207px;
        line-height: 203px;
        text-align: center;
        background: #000;
        margin: 0 0 30px 55px;
        overflow: hidden;
    }

    .video-paginator-box .list .item img {
        max-width: 100%;
        max-height: 100%;
    }

    .video-paginator-box .list .item .icon {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 6;
        margin-left: -40px;
        margin-top: -40px;
        width: 80px;
        height: 80px;
        transition: all .3s;
    }

    .video-paginator-box .list .item .icon img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        vertical-align: top;
    }

    .video-paginator-box .list .item .title {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 10;
        width: 323px;
        height: 33px;
        line-height: 33px;
        text-align: left;
        color: #d5d5d5;
        font-size: 16px;
        padding: 0 10px;
        background: rgba(0, 0, 0, 0.6);
    }

    .video-paginator-box .pagination {
        margin-top: 20px;
        padding-top: 5px;
        padding-bottom: 53px;
        text-align: center;
    }

    .video-paginator-box .pagination a {
        display: inline-block;
        width: auto;
        height: 34px;
        text-align: center;
        line-height: 36px;
        margin: 0 10px;
        padding: 0 10px;
        border-radius: 3px;
        background: #dddddd;
        overflow: hidden;
        cursor: pointer;
        color: #fff;
    }

    .video-paginator-box .pagination a.active {
        background: #2e7a3b;
    }
}

@media (max-width: 799px) {
    .video-paginator-box {
        padding-top: 15px;
    }

    .video-paginator-box .item {
        position: relative;
        width: 90%;
        height: 260px;
        margin: 0 auto 10px;
    }

    .video-paginator-box .list .item img {
        max-width: 100%;
        max-height: 100%;
    }

    .video-paginator-box .list .item .icon {
        position: absolute;
        left: 50%;
        top: 60px;
        z-index: 6;
        margin-left: -40px;
        width: 80px;
        height: 80px;
        transition: all .3s;
    }

    .video-paginator-box .list .item .icon img {
        width: 100%;
        height: 100%;
        vertical-align: top;
    }

    .video-paginator-box .item .title {
        width: 100%;
        height: 56px;
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        line-height: 28px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .video-paginator-box .pagination {
        margin-top: 20px;
        padding-top: 5px;
        padding-bottom: 53px;
        text-align: center;
    }

    .video-paginator-box .pagination a {
        display: inline-block;
        width: auto;
        height: 34px;
        text-align: center;
        line-height: 36px;
        margin: 0 10px;
        padding: 0 10px;
        border-radius: 3px;
        background: #dddddd;
        overflow: hidden;
        cursor: pointer;
        color: #fff;
    }

    .video-paginator-box .pagination a.active {
        background: #2e7a3b;
    }
}
@media (min-width: 800px) {
    .relate-news-box {}

    .relate-news-box h3 {
        line-height: 48px;
        font-size: 16px;
        color: #333;
        border-bottom: 1px solid #006c54;
    }

    .relate-news-box .list .item {
        padding: 15px 0;
        height: 65px;
        border-bottom: 1px solid #eee;
        overflow: hidden;
    }

    .relate-news-box .list a {
        display: block;
        position: relative;
    }

    .relate-news-box .list .item img {
        float: left;
        width: 110px;
        height: 66px;
        margin-right: 12px;
    }

    .relate-news-box .list .item p {
        height: 50px;
        padding-top: 5px;
        overflow: hidden;
        line-height: 25px;
        font-size: 14px;
        text-align: justify;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 799px) {
    .relate-news-box {
        margin: 10px 10px 0;
    }

    .relate-news-box h3 {
        line-height: 48px;
        font-size: 16px;
        color: #333;
        border-bottom: 1px solid #006c54;
    }

    .relate-news-box .list .item {
        padding: 15px 0;
        height: 65px;
        border-bottom: 1px solid #eee;
        overflow: hidden;
    }

    .relate-news-box .list a {
        display: block;
        position: relative;
    }

    .relate-news-box .list .item img {
        float: left;
        width: 110px;
        height: 66px;
        margin-right: 12px;
    }

    .relate-news-box .list .item p {
        height: 50px;
        padding-top: 5px;
        overflow: hidden;
        line-height: 25px;
        font-size: 14px;
        text-align: justify;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
@media (min-width: 800px) {
    .relate-carousels-box {}

    .relate-carousels-box h3 {
        line-height: 48px;
        font-size: 16px;
        color: #333;
        border-bottom: 1px solid #006c54;
    }

    .relate-carousels-box .list .item {
        padding: 15px 0;
        height: 65px;
        border-bottom: 1px solid #eee;
        overflow: hidden;
    }

    .relate-carousels-box .list a {
        display: block;
        position: relative;
    }

    .relate-carousels-box .list .item img {
        float: left;
        margin-right: 12px;
    }

    .relate-carousels-box .list .item p {
        line-height: 25px;
        font-size: 14px;
        padding-top: 5px;
    }
}

@media (max-width: 799px) {
    .relate-carousels-box {
        margin: 10px 10px 0;
    }

    .relate-carousels-box h3 {
        line-height: 48px;
        font-size: 16px;
        color: #333;
        border-bottom: 1px solid #006c54;
    }

    .relate-carousels-box .list .item {
        padding: 15px 0;
        height: 65px;
        border-bottom: 1px solid #eee;
        overflow: hidden;
    }

    .relate-carousels-box .list a {
        display: block;
        position: relative;
    }

    .relate-carousels-box .list .item img {
        float: left;
        margin-right: 12px;
    }

    .relate-carousels-box .list .item p {
        line-height: 25px;
        font-size: 14px;
        padding-top: 5px;
    }
}
@media (min-width: 800px) {
    .relate-notices-box {}

    .relate-notices-box h3 {
        line-height: 48px;
        font-size: 16px;
        color: #333;
        border-bottom: 1px solid #006c54;
    }

    .relate-notices-box .list li {
        padding: 15px 0;
        height: 65px;
        border-bottom: 1px solid #eee;
        overflow: hidden;
    }

    .relate-notices-box .list a {
        display: block;
        position: relative;
    }

    .relate-notices-box .list li img {
        float: left;
        margin-right: 12px;
    }

    .relate-notices-box .list li p {
        line-height: 25px;
        font-size: 14px;
        padding-top: 5px;
    }
}

@media (max-width: 799px) {
    .relate-notices-box {
        margin: 10px 10px 0;
    }

    .relate-notices-box h3 {
        line-height: 48px;
        font-size: 16px;
        color: #333;
        border-bottom: 1px solid #006c54;
    }

    .relate-notices-box .list .item {
        padding: 15px 0;
        height: 50px;
        border-bottom: 1px solid #eee;
        overflow: hidden;
    }

    .relate-notices-box .list a {
        display: block;
        position: relative;
    }

    .relate-notices-box .list .item p {
        line-height: 25px;
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: 50px;
        overflow: hidden;
    }
}
@media (min-width: 800px) {
    .relate-videos-box {}

.relate-videos-box h3 {
    line-height: 48px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #006c54;
}

.relate-videos-box .list .item {
    padding: 15px 0;
    height: 65px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.relate-videos-box .list a {
    display: block;
    position: relative;
}

.relate-videos-box .list .item img {
    float: left;
    width: 110px;
    height: 66px;
    margin-right: 12px;
}

.relate-videos-box .list .item p {
    height: 50px;
    padding-top: 5px;
    overflow: hidden;
    line-height: 25px;
    font-size: 14px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
}

@media (max-width: 799px) {
    .relate-videos-box {
        margin: 10px 10px 0;
    }

    .relate-videos-box h3 {
        line-height: 48px;
        font-size: 16px;
        color: #333;
        border-bottom: 1px solid #006c54;
    }

    .relate-videos-box .list .item {
        padding: 15px 0;
        height: 65px;
        border-bottom: 1px solid #eee;
        overflow: hidden;
    }

    .relate-videos-box .list a {
        display: block;
        position: relative;
    }

    .relate-videos-box .list .item img {
        float: left;
        width: 110px;
        height: 66px;
        margin-right: 12px;
    }

    .relate-videos-box .list .item p {
        height: 50px;
        padding-top: 5px;
        overflow: hidden;
        line-height: 25px;
        font-size: 14px;
        text-align: justify;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

