@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;
}

.com-text span {
    color: #000;
    display: block;
    font-weight: 500;
}
.company-name {
    color: #2b579a;
}
.about-contact {
    margin-top: 1rem;
}
.about-contact p {
    margin-bottom: 0;
}
.about-txt-style h1 {
    font-weight: bold;
    color: #000;
    padding: 5px 10px 5px 29px;
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 160%;
    background-color: #f3f7ff;
    font-size: 28px;
}
.about-txt-style h1::after {
    content: '';
    display: block;
    background-color: #2B579A;
    width: 20px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 50%;
}
.about-txt-style h2 {
    font-weight: bold;
    color: #793900;
    position: relative;
    display: flex;
    align-items: baseline;
    font-size: 24px;
}
.about-txt-style h2::before {
    content: '';
    display: block;
    background-image: url(/UserFiles/image/index/h5_icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 13px;
    height: 16px;
    flex: 0 0 13px;
    margin-right: 5px;
}
.inpo01 {
    background: linear-gradient(transparent 60%, #ffcbaf 60%);
    font-size: 18px;
    font-weight: bold;
    color: #dc4d00;
    padding: 0 0.5rem;
    margin: 0 0.2rem;
}
.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;
}
.inpo03 {
    position: relative;
    line-height: 1.4;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #c20000;
}
.inpo03:before, .inpo03:after {
    position: relative;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-size: 1.0em;
    color: #c20000;
}
.inpo03:before {
    content: "\f053";
    padding: 0 0.5em 
}
.inpo03:after {
    content: "\f054";
    padding: 0 0.5em 
}
.inpo04 {
    position: relative;
    padding: 1em 1.5rem;
    display: inline-block;
}
.inpo04:before, .inpo04:after {
    content: '';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.inpo04:before {
    border-left: solid 5px #EA5504;
    border-top: solid 5px #EA5504;
    top: 0;
    left: 0;
}
.inpo04:after {
    border-right: solid 5px #EA5504;
    border-bottom: solid 5px #EA5504;
    bottom: 0;
    right: 0;
}
.s-title {
    background: #113861;
    display: inline-block;
    color: #fff;
    font-weight: bolder;
    padding: 3px 15px;
    letter-spacing: 4px;
}
.slog-style {
    position: relative;
    /* background: #ffecd4;
     */
    box-shadow: 0px 0px 0px 5px #ffecd4;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #884904;
    text-align: center;
    font-size: 18px;
    font-weight: bolder;
    margin:0 auto 3rem;
}
.slog-style:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fff #fff #ffa065;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.slog-style a {
    display: block;
    text-decoration: none;
    background-color: #f3a000;
    color: #fff;
    max-width: 250px;
    padding: 10px;
    margin: 10px auto 20px;
    border-radius: 50px;
    border: 3px #fff solid;
    box-shadow: 0 3px 4px rgb(218 83 0 / 15%);
}
.content-list .head-com-text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.content-list .head-com-text span {
    position: relative;
    font-weight: 400;
    color: #000;
    margin-right: 2rem;
}
.content-list .head-com-text span::after {
    content: '';
    position: absolute;
    top: 6px;
    right: -16px;
    display: block;
    width: 1px;
    height: 20px;
    background-color: #a4a4a4;
}
.content-list .head-com-text span:last-child:after {
    content: none;
}
@media screen and (max-width:991px) {
    .content-list {
        margin-bottom: 1rem;
    }
    .content-list .head-com-text {
        flex-direction: column;
    }
    .content-list .head-com-text span {
        margin-right: 0;
    }
    .content-list .head-com-text span::after {
        content: none;
    }
}
.content-list .head-com-text span:last-child {
    margin-right: 0;
}
.content-list .com-text a, .content-list .head-com-text a {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    box-shadow: none;
    border-radius: 0;
    color: #000;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 0.7;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.9);
        opacity: 0.7;
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;
    }
}

