@charset "UTF-8";

.category-row {
    margin-left: -8px;
    margin-right: -8px;
}

.category-row>div {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 30px;
}

.category-row .category-link {
    position: relative;
    padding: 10px 15px 10px 15px;
    border: 1px solid rgba(103, 170, 249, 0.45);
}

.category-row .category-link:hover {
    background: #67aaf9;
}

.category-row .category-link a {
    font-size: 16px;
    color: #000000;
    text-decoration: none;
}

.category-row .category-link:hover a {
    color: #fff;
}

.category-row .category-link.active {
    background: #67aaf9;
}

.category-row .category-link.active a {
    color: #fff;
}

.side-menu .list .list-header {
    color: #1a1a1a;
    font-size: 21px;
    font-weight: bolder;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
    padding: 20px 0;
    margin-bottom: 20px;
}

.side-menu .list .list-header::after {
    content: '';
    background-color: #165a9b;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.side-menu a {
    text-decoration: none;
}

.side-menu .item-1 {
    display: flex;
    background-color: rgb(239 247 255);
    margin-bottom: 20px;
    border-left: 2px #165a9b solid;
}

.side-menu .item-1 a {
    color: #7A7A7A;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.side-menu .item-1 a.link {
    padding: 17px 10px;
    flex: 1;
}

.side-menu .item-1:hover,
.side-menu .item-1.open,
.side-menu .item-1.active {
    background-color: #165a9b;
}

.side-menu .item-1:hover a,
.side-menu .item-1.open a,
.side-menu .item-1.active a {
    color: #fff;
}

.side-menu .item-1 .sub-icon {
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
}

.side-menu .item-1 .sub-icon:before {
    display: inline-block;
    padding-right: .3rem;
    padding-left: .3rem;
    color: #165a9b;
    font-family: FontAwesome;
    content: "\f068";
}

.side-menu .item-1:hover .sub-icon:before,
.side-menu .item-1.open .sub-icon:before,
.side-menu .item-1.active .sub-icon:before {
    color: #fff;
}

.side-menu .item-1 .sub-icon.collapsed:before {
    content: "\f067";
}

.side-menu .item-1 + .dropdown {
    margin-top: -20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 71, 157, 0.2);
    border-top: 0;
    border-radius: 2px;
}

.side-menu .item-2 {
    border-bottom: solid 1px rgba(0, 71, 157, 0.2);
}

.side-menu .item-2:hover {
    background: rgba(0, 86, 184, 0.07);
}

.side-menu .item-2:hover a {
    font-weight: bold;
}

.side-menu .dropdown .item-2:nth-last-of-type(1) {
    border-bottom: solid 1px rgba(0, 0, 0, 0);
}

.side-menu .item-2 a {
    display: block;
    color: #063671;
    padding: 14px 15px;
}

.side-menu .item-2.active {
    background: rgba(0, 86, 184, 0.07);
}

.side-menu .item-2.active a {
    color: #1C49A2;
    font-weight: bold;
}

.news-list .item {
    position: relative;
    padding: 20px;
    z-index: 0;
}

.news-list .item:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background-color: rgba(216, 236, 255, 0.36);
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.news-list .item:hover:before {
    width: 100%;
}

.news-list .item:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #ededed;
}

.news-list .item:hover:after {
    background: #165A9B;
}

.news-list .item .photo {
    flex: 0 0 130px;
}

.news-list .item .news-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.news-list .item .news-img:before {
    content: "";
    display: block;
    padding-bottom: 75%;
}

.news-list .item .tag-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.news-list .item .date {
    color: #b5b5b5;
    font-size: 15px;
    padding: 0 20px;
}

.news-list .item .tag>div {
    background: rgba(135, 180, 223, 0.8);
    color: #fff;
    padding: 6px 20px;
    margin-left: 15px;
}

.news-list .item .name {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
}

.news-list .item .name a {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

.news-list .item .name a:hover {
    color: #333333;
}

.news-list .item .more-btn {
    flex: 0 0 81px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #165A9B;
}

.news-list .item .more-btn:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2221%22%20height%3D%2220%22%20viewBox%3D%220%200%2021%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cellipse%20cx%3D%2210.3799%22%20cy%3D%2210.059%22%20rx%3D%229.7002%22%20ry%3D%229.87685%22%20fill%3D%22%230056B8%22%2F%3E%3Cpath%20d%3D%22M8.44043%207.39502L12.3205%2010.3215L8.44043%2013.9796%22%20stroke%3D%22white%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
    margin-right: 8px;
}

@media (max-width: 991px) {
    .news-list .item .photo {
        width: 100%;
    }

    .news-list .item .tag-group {
        margin-bottom: 20px;
        width: 100%;
    }

    .news-list .item .date {
        text-align: left;
        margin-top: 20px;
    }

    .news-list .item .name {
        margin-left: 0px;
        margin-right: 0px;
    }

    .news-list .item .more-btn {
        flex: 1;
        width: 100%;
        justify-content: flex-end;
    }
}

.page-title-header {
    margin-bottom: 15px;
}

.page-title-header .date {
    color: #063671;
    margin-right: 8px;
}

.page-title-header .tag>div {
    font-size: 15px;
    background: rgba(0, 86, 184, 0.08);
    color: #254368;
    padding: 6px 27px;
}

.page-content .content.news .page-title {
    position: relative;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 30px;
    margin-bottom: 35px;
}

.page-content .content.news .page-title:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #DEE8F3;
    display: block;
}

.page-content.news .row h2 {
    color: #165a9b;
    margin-bottom: 15px;
    font-size: 24px;
    position: relative;
    padding-left: 50px;
    padding-bottom: 10px;
}
.page-content.news .row h2 a {
    margin-top: -100px;
    padding-top: 100px;
}
.page-content.news .row h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background: -webkit-repeating-linear-gradient(-45deg, #3381cb, #3381cb 1px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #3381cb, #3381cb 1px, #fff 2px, #fff 4px);
}
.page-content.news .row h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/UserFiles/image/service/3403725_apparel_cap_clothing_fas.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 40px;
    height: 36px;
    display: block;
}
.page-content.news .row h3 {
    padding: 0;
    font-size: 19px;
    color: #e56400;
    font-weight: bold;
    margin-bottom: 5px;
}
.page-content.news .row h3::after, .page-content.news .row h3::before {
    content: none;
}
.page-content.news .row h4 {
    font-size: 18px;
    color: #a45e00;
    font-weight: bold;
    border-left: 5px #e67500 solid;
    padding-left: 10px;
}
.art-contact-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    border-top: 1px #c2bebe dashed;
    padding: 1rem 0;
}
.contact-list {
    margin-bottom: 1rem;
}
.contact-list i {
    font-size: 30px;
    border-radius: 50%;
    background-color: #165a9b;
    padding: 16px;
    color: #fff;
}
.contact-list span {
    font-size: 18px;
    font-weight: bold;
    margin: 0.5rem 0 0;
}
.contact-list a {
    color: #165a9b;
    font-size: 18px;
    font-weight: bold;
}
@media screen and (max-width:991px) {
    .contact-list i {
        font-size: 17px;
        padding: 8px;
    }
    .contact-list span {
        margin: 0 0.5rem;
        padding: 0.5rem 0;
    }
    .art-contact-title {
        text-align: left;
        padding: 2rem 0;
    }
    .art-contact-title p {
        margin-bottom: 0;
        border-left: 4px #ff7c00 solid;
        padding-left: 10px;
        line-height: 20px;
    }
}
.inpo02 {
    color: #0076A9;
    text-align: center;
    padding: 1rem 0.25em;
    border-top: solid 1px #0076A9;
    border-bottom: solid 1px #0076A9;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
    font-weight: bolder;
}
.bn53 {
    animation: bn53bounce 4s infinite;
}
@keyframes bn53bounce {
    5%, 50% {
        transform: scale(1);
    }
    10% {
        transform: scale(1);
    }
    15% {
        transform: scale(1);
    }
    20% {
        transform: scale(1) rotate(-5deg);
    }
    25% {
        transform: scale(1) rotate(5deg);
    }
    30% {
        transform: scale(1) rotate(-3deg);
    }
    35% {
        transform: scale(1) rotate(2deg);
    }
    40% {
        transform: scale(1) rotate(0);
    }
}
.zindex-set {
    position: relative;
    z-index: 10;
}

