@import url('css/font-awesome.min.css?4.70');
@import url('css/icofont.css');
@import url('css/linearicons.css');
.pagination {
    text-align: center;
    padding-top: 20px;
    overflow: hidden;
}
.pagination li {
    display: inline-block;
    margin: 0 4px;
}
.pagination li a {
    width: 55px;
    line-height: 55px;
    border: 1px solid rgba(229, 229, 229, 0.57);
    text-align: center;
    color: #333;
    font-size: 18px;
    border-radius: 2px;
}
.pagination li a.active,
.pagination li a:hover {
    color: #fff;
    background: #246eb9;
    border: 1px solid rgba(229, 229, 229, 0.57);
}
.jzp-mt-3 {
    margin-top: 30px;
}

.sidebar {
    margin: 0px;
    padding: 0px;
}
.sidebar ul {
    margin: 0px;
    padding: 0px;
}
.sidebar ul li {
    background: #f3f3f3;
    margin-bottom: 1px;
    list-style: none;
    line-height: 45px;
}
.sidebar ul li a {
    padding-left: 15px;
    color: #666;
}
.sidebar ul li a:before {
    content: '»';
    margin-right: 10px;
    color: #246eb9;
}

.sidebar ul li:hover {
    background: #666;
}
.sidebar ul li:hover a {
    color: #fff;
}
.sidebar ul li.current-menu-item,
.sidebar ul li.current-menu-parent {
    background: #666;
}
.sidebar ul li.current-menu-item a,
.sidebar ul li.current-menu-parent a {
    color: #fff;
}
.color-bg {
    background: #246eb9;
}
.color-bg:hover a {
    color: #333;
}
.download-file {
    text-align: center;
    margin: 20px 0px 50px 0px;
}

.download-file a {
    line-height: 45px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.contact i.rounded-circle {
    width: 3em;
    height: 3em;
    margin-bottom: 30px;
    border-radius: 50%;
    border: solid 3px #246eb9;
}
.contact i:hover {
    border: solid 3px #f60;
}
.contact .fa {
    font-size: 3em;
    line-height: 2.6em;
    color: #246eb9;
}
.news-list .news-item {
}
.news-list .news-item img {
    width: 100%;
}
.news-list .news-item h4 {
    margin: 0px;
    padding: 0px;
    line-height: 45px;
}
.news-list .news-item p {
}

.footer-team-title {
    height: 56px;
    font-size: 42px;
    font-family: STKaiti, STKaiti-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 48px;
}

/* 小屏幕下的样式 */
@media (max-width: 768px) {
    .footer-team-title {
        height: 36px;
        font-size: 18px;
        line-height: 30px;
    }
}

.footer-team-title-right {
    height: 35px;
    font-size: 26px;
    font-family: STKaiti, STKaiti-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 24px;
    margin-top: 40px;
}

/* 小屏幕下的样式 */
@media (max-width: 768px) {
    .footer-team-title-right {
        height: 35px;
        font-size: 14px;
        font-family: STKaiti, STKaiti-Regular;
        font-weight: 400;
        text-align: center;
        color: #ffffff;
        line-height: 24px;
        margin-top: 40px;
    }
}

.foot-title {
    display: flex;
    flex-direction: row;
}

@media (max-width: 768px) {
    .foot-title {
        display: flex;
        flex-direction: column;
    }
}

.about-big-num {
    font-size: 36px;
    font-family: Arial, Arial-Bold;
    font-weight: 700;
    text-align: left;
    color: #246eb9;
    line-height: 22px;
    margin-top: 20px;
}

.about-num-title {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
    line-height: 22px;
    margin-top: 16px;
}
