@font-face {
    font-family: "SYST700";
    src: url("../fonts/SourceHanSerifCN-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "SYST900";
    src: url("../fonts/SourceHanSerifCN-Heavy.ttf") format("truetype");
}

#loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #fff;
}

.overflow {
    height: 100vh;
    overflow: hidden !important;
}

html {
    width: 100%;
    min-width: 320px;
    font-size: 100px;
    overflow-x: hidden;
}

html::-webkit-scrollbar {
    width: 7px;
}

html::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background: #3C5186;
}

html::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.container {
    width: 1600px;
    max-width: 90%;
    margin: 0 auto;
    font-size: .16rem;
}

header {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1000;
    width: 100%;
    padding: .2rem 1.1rem 0 .8rem;
    border-bottom: 1px solid rgba(216, 216, 216, 0.2);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

header::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: -1;
    width: 100%;
    height: 3.8rem;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

header.scroll {
    padding-top: .15rem;
    background: #3C5186;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}

header.scroll::after {
    display: none;
}

header.scroll .nav li > a {
    padding: 0;
}

header .r-box {
    position: relative;
    z-index: 2;
    padding: 0 .2rem 0 0;
}

.logo {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.logo img {
    max-height: .72rem;
}

.top-link a {
    position: relative;
    padding: 0 22px 0 0;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.24rem;
    color: #fff;
    text-align: left;
    background-image: url("../images/f_icon2.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-color: transparent;
    background-size: auto;
}

.top-link a span {
    display: block;
    position: relative;
}

.top-link a span::after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -3px;
    left: auto;
    z-index: 1;
    width: 0;
    height: 1px;
    background: #fff;
    content: "";
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.top-link a:hover span::after {
    right: auto;
    left: 0;
    width: 100%;
}

.nav {
    width: 100%;
}

.nav li {
    position: relative;
    margin: 0 0 0 .4rem;
}

.nav li a {
    position: relative;
    display: block;
    padding: 0 0 .1rem;
    font-size: 0.2rem;
    font-weight: 700;
    line-height: 0.65rem;
    color: #fff;
    text-align: center;
}

.nav li > a {
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.nav li:hover .sub-nav {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.nav .sub-nav {
    position: absolute;
    top: 120%;
    right: auto;
    bottom: auto;
    left: calc(50% - .85rem);
    z-index: 1;
    width: 1.7rem;
    padding: .05rem 0;
    background: #3C5186;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
    background: white;
    border-radius: 3px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.nav .sub-nav dd {
    padding: 0 .15rem;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    -ms-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}

.nav .sub-nav dd:last-child a {
    border: none;
}

.nav .sub-nav dd:hover {
    padding: 0;
}

.nav .sub-nav dd:hover a {
    padding-left: .15rem;
    padding-right: .15rem;
    color: #fff;
    background: #3C5186;
    border-color: #3C5186;
}

.nav .sub-nav a {
    width: 100%;
    padding: .13rem 0;
    font-size: .16rem;
    font-weight: 500;
    line-height: .24rem;
    color: #333;
    border-bottom: 1px dashed #ddd;
    -webkit-transition: background 0.15s ease-out 0s;
    -moz-transition: background 0.15s ease-out 0s;
    -ms-transition: background 0.15s ease-out 0s;
    -o-transition: background 0.15s ease-out 0s;
    transition: background 0.15s ease-out 0s;
}

.nav .sub-nav .tri {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100%;
    left: 0%;
    z-index: 1;
    width: 100%;
    height: 12px;
    overflow: hidden;
}

.nav .sub-nav .tri::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    margin: 0 auto;
    background: #fff;
    -webkit-transform: translate(0px, 6px) rotate(45deg);
    -moz-transform: translate(0px, 6px) rotate(45deg);
    -ms-transform: translate(0px, 6px) rotate(45deg);
    -o-transform: translate(0px, 6px) rotate(45deg);
    transform: translate(0px, 6px) rotate(45deg);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

.pad-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: 1.1rem;
    height: calc(100% + 1px);
}

.pad-btn .search-btn {
    width: 100%;
    height: 100%;
    background-image: url("../images/f_icon1.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #DBA564;
    background-size: 0.37rem;
    cursor: pointer;
}

.pad-btn .nav-btn {
    display: none;
    width: 36px;
    height: 35px;
    padding: 2px 0 0;
    font-size: 0;
    border-radius: 2px;
    text-align: right;
}

.pad-btn .nav-btn i {
    display: inline-block;
    width: 25px;
    height: 2px;
    margin: 6px 0 0;
    background: #fff;
    -webkit-transition: all 0.3s cubic-bezier(1, -0.01, 0, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(1, -0.01, 0, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(1, -0.01, 0, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(1, -0.01, 0, 1) 0s;
    transition: all 0.3s cubic-bezier(1, -0.01, 0, 1) 0s;
}

.pad-btn .nav-btn i:nth-child(2) {
    width: 20px;
}

.pad-btn .nav-btn.close i:nth-child(1) {
    -webkit-transform: translate(0, 8px) rotate(45deg);
    -moz-transform: translate(0, 8px) rotate(45deg);
    -ms-transform: translate(0, 8px) rotate(45deg);
    -o-transform: translate(0, 8px) rotate(45deg);
    transform: translate(0, 8px) rotate(45deg);
}

.pad-btn .nav-btn.close i:nth-child(2) {
    opacity: 0;
}

.pad-btn .nav-btn.close i:nth-child(3) {
    -webkit-transform: translate(0, -8px) rotate(-45deg);
    -moz-transform: translate(0, -8px) rotate(-45deg);
    -ms-transform: translate(0, -8px) rotate(-45deg);
    -o-transform: translate(0, -8px) rotate(-45deg);
    transform: translate(0, -8px) rotate(-45deg);
}

#mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0.4s;
    -moz-transition: all 0.3s ease-out 0.4s;
    -ms-transition: all 0.3s ease-out 0.4s;
    -o-transition: all 0.3s ease-out 0.4s;
    transition: all 0.3s ease-out 0.4s;
}

#mask::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: 100%;
    height: 30%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.45);
    content: "";
    -webkit-transition: all 0.3s ease-out 0.2s;
    -moz-transition: all 0.3s ease-out 0.2s;
    -ms-transition: all 0.3s ease-out 0.2s;
    -o-transition: all 0.3s ease-out 0.2s;
    transition: all 0.3s ease-out 0.2s;
}

#mask .search-box {
    position: absolute;
    top: 40%;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: .2rem 0;
    overflow: hidden;
}

#mask .search-box .form {
    position: relative;
    background: #fff;
    white-space: nowrap;
    padding: .15rem .18rem .15rem .18rem;
    width: 80%;
    display: block!important;
    max-width: 7.5rem;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 0.42s ease-out 0s;
    -moz-transition: all 0.42s ease-out 0s;
    -ms-transition: all 0.42s ease-out 0s;
    -o-transition: all 0.42s ease-out 0s;
    transition: all 0.42s ease-out 0s;
    box-shadow: 0 0 2px 0 #ccc;
    border-radius: 4px;
    -webkit-transform: translateY(150%);
    -moz-transform: translateY(150%);
    -ms-transform: translateY(150%);
    -o-transform: translateY(150%);
    transform: translateY(150%);
}

#mask .search-box .input {
    width: calc(100% - .55rem);
    height: .55rem;
    padding: 0 .1rem 0 .2rem;
    vertical-align: top;
    font-size: 0.15rem;
    font-weight: 500;
    line-height: 0.55rem;
    color: #333;
    text-align: left;
    border: 1px solid #DBA564;
    border-radius: .5rem;
}

#mask .search-box .submit {
    width: .35rem;
    height: 0.35rem;
    vertical-align: top;
    /* background-image: url("../images/search2.png"); */
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto;
    /* padding: 0.15rem; */
    vertical-align: -webkit-baseline-middle;
    position: relative;
    top: 4px;
}

#mask .search-box .close {
    width: .55rem;
    height: .55rem;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: calc(100% + .3rem);
    z-index: 1;
    cursor: pointer;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

#mask .search-box .close .line {
    display: block;
    width: 100%;
    height: 2px;
}

#mask .search-box .close .line i {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
}

#mask .search-box .close .line.l1 {
    -webkit-transform: translate(0, 25px) rotate(45deg);
    -moz-transform: translate(0, 25px) rotate(45deg);
    -ms-transform: translate(0, 25px) rotate(45deg);
    -o-transform: translate(0, 25px) rotate(45deg);
    transform: translate(0, 25px) rotate(45deg);
}

#mask .search-box .close .line.l2 {
    -webkit-transform: translate(0, 23px) rotate(-45deg);
    -moz-transform: translate(0, 23px) rotate(-45deg);
    -ms-transform: translate(0, 23px) rotate(-45deg);
    -o-transform: translate(0, 23px) rotate(-45deg);
    transform: translate(0, 23px) rotate(-45deg);
}

#mask .search-box .close:hover .line.l1 i {
    animation: line-ani1 .5s ease-in-out .3s;
}

#mask .search-box .close:hover .line.l2 i {
    animation: line-ani1 ease-in-out .5s;
}

#mask.show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

#mask.show::after {
    opacity: 1;
    height: 100%;
    -webkit-transition: all 0.45s ease-out 0s;
    -moz-transition: all 0.45s ease-out 0s;
    -ms-transition: all 0.45s ease-out 0s;
    -o-transition: all 0.45s ease-out 0s;
    transition: all 0.45s ease-out 0s;
}

#mask.show .search-box .form {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: .2s;
    -ms-transition-delay: .2s;
}

@keyframes line-ani1 {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.mobile-box {
    display: none;
    position: fixed;
    top: 61px;
    right: -100%;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: 100%;
    height: calc(100vh - 61px);
    padding: .15rem 4% .4rem;
    background: linear-gradient(180deg, #F8F9FF 0%, #fff 100%);
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}

.mobile-box nav {
    height: calc(100% - 1.4rem);
    padding: 0 0 .2rem;
}

.mobile-box .nav {
    display: block;
    height: 100%;
    overflow-y: auto;
}

.mobile-box .nav li {
    position: relative;
    width: 100%;
    margin: 0 !important;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #f5f5f5;
}

.mobile-box .nav li:first-child {
    border-top: none;
}

.mobile-box .nav li:last-child {
    border-bottom: none;
}

.mobile-box .nav li a {
    color: #323232;
    font-weight: 500;
    padding: 0 .1rem;
    text-align: left;
}

.mobile-box .nav li .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: .56rem;
    height: .56rem;
    background-image: url(../images/arrow2.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 7px;
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.mobile-box .nav li .icon.close {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.mobile-box .nav li > a {
    font-size: .2rem;
}

.mobile-box .nav .sub-nav {
    display: none;
    position: static;
    opacity: 1;
    width: 100%;
    padding: 0 0 12px 30px;
    background: none;
    box-shadow: none;
    transition: none;
    border: none;
    visibility: visible;
}

.mobile-box .nav .sub-nav .tri {
    display: none;
}

.mobile-box .nav .sub-nav a {
    line-height: .4rem;
}

.mobile-box .nav .sub-nav::before {
    display: none;
}

.mobile-box .mobile-search {
    width: 100%;
    margin: .15rem auto;
    padding: 0 .05rem 0 0;
    overflow: hidden;
    border: 1px solid #DBA564;
    background: #fff;
    border-radius: 2px;
}

.mobile-box .mobile-search form {
    display: flex;
}

.mobile-box .mobile-search .input {
    width: calc(100% - .6rem);
    height: .5rem;
    margin: 0 .1rem 0 0;
    padding: 0 .1rem 0 .2rem;
    vertical-align: top;
    font-size: 0.15rem;
    font-weight: 500;
    line-height: 0.4rem;
    color: #333;
    text-align: left;
}

.mobile-box .mobile-search .submit {
    width: .3rem;
    height: .3rem;
    vertical-align: top;
    background-image: url("../images/search2.png");
    background-repeat: no-repeat;
    background-position: 53% 68%;
    background-color: transparent;
    background-size: auto;
    padding: 0.2rem;
}

.mobile-box .top-link {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.mobile-box .top-link a {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #3C5186;
    text-align: left;
    margin: 0 .2rem;
    white-space: nowrap;
}

.mobile-box.show {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.title {
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.28rem;
    color: #333;
    text-align: left;
}

.info {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.26rem;
    color: #797D89;
    text-align: justify;
}

.date {
    font-family: Impact;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #3C5186;
    text-align: left;
}

.date1 {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1.18rem;
    height: 1.18rem;
    font-family: Impact;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.17rem;
    color: #DBA564;
    text-align: center;
}

.date1 p:first-child {
    font-size: .32rem;
    line-height: .39rem;
}

.list1 li:last-child a {
    border: none;
}

.list1 a {
    position: relative;
    z-index: 1;
    align-items: center;
    padding: .36rem .28rem;
    border-bottom: 1px solid #C1CDE8;
}

.list1 a::after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -1px;
    left: auto;
    z-index: -1;
    width: 100%;
    height: calc(100% + 1px);
    content: "";
    background-image: url("../images/list_bg1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}

.list1 .date1 {
    width: 54px;
    height: auto;
    color: #9FACCE;
}

.list1 .date1 p:first-child {
    color: #3C5186;
}

.list1 .title {
    width: calc(100% - 54px - .5rem);
}

.list1 .line {
    position: relative;
    width: 1px;
    height: 40px;
    background: #9CB8D4;
}

.list1 .line::after, .list1 .line::before {
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: -4px;
    z-index: 1;
    width: 7px;
    height: 7px;
    content: "";
    border: 1px solid #9CB8D4;
    border-radius: 50%;
}

.list1 .line::before {
    bottom: 100%;
}

.list1 .line::after {
    top: 100%;
}

footer {
    background: #3C5186;
}

footer .container {
    padding: .5rem 0;
}

.foot-logo img {
    max-height: .72rem;
}

.QR-code {
    display: -ms-flexbox;
    display: flex;
}

.QR-code li {
    margin: 0 .25rem;
}

.QR-code img {
    border: 7px solid #fff;
    max-width: 1.1rem;
    height: auto;
}

.QR-code p {
    margin: .16rem 0 0;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.24rem;
    color: #fff;
    text-align: center;
}

.foot-link {
    width: 7.7rem;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.foot-link li {
    width: 50%;
    padding: .25rem 0 .25rem .28rem;
    border-top: 1px solid #617BBC;
}

.foot-link li:nth-child(1), .foot-link li:nth-child(2) {
    border: none;
    padding-top: 0;
}

.foot-link a {
    display: block;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.34rem;
    color: #fff;
    text-align: left;
    padding: 0 0 0 .45rem;
    background-image: url("../images/f_icon11.png");
    background-repeat: no-repeat;
    background-position: 0 0.12rem;
    background-color: transparent;
    background-size: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.foot-link a:hover {
    font-weight: 700;
    -webkit-transform: translateX(0.1rem);
    -moz-transform: translateX(0.1rem);
    -ms-transform: translateX(0.1rem);
    -o-transform: translateX(0.1rem);
    transform: translateX(0.1rem);
}

.copy {
    padding: .2rem .1rem;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #fff;
    text-align: center;
    background: #304372;
}

.copy a {
    color: #fff;
}

.decorate {
    position: relative;
    padding: 30% 0 0;
}

.decorate img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-box .container {
    align-items: flex-start;
}

.sidebar {
    position: relative;
    z-index: 3;
    width: 2.7rem;
    margin: -.8rem 0 0;
    box-shadow: 0px 0.06rem 0.15rem 0px rgba(14, 65, 150, 0.15);
}

.sidebar h3 {
    position: relative;
    font-family: "SYST700";
    font-size: 0.32rem;
    font-weight: 700;
    line-height: 1rem;
    color: #fff;
    text-align: center;
    background: #3C5186;
}

.sidebar .sub-nav {
    position: relative;
    padding: 0 .28rem 1rem;
}

.sidebar .sub-nav li {
    position: relative;
    border-bottom: 1px solid #ededed;
}

.sidebar .sub-nav li:last-child {
    border: none;
}

.sidebar .sub-nav li.cur > a {
    color: #3C5186 !important;
    font-weight: 700;
}

.sidebar .sub-nav li.cur > a p::after {
    width: 100%;
    opacity: 1;
}

.sidebar .sub-nav li.cur .lv3 {
    display: block;
}

.sidebar .sub-nav li:hover > a {
    color: #3C5186;
}

.sidebar .sub-nav a {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: .7rem;
    padding: 0 .3rem 0 .1rem;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.25rem;
    color: #333;
    text-align: left;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sidebar .sub-nav a p {
    position: relative;
}

.sidebar .sub-nav a p::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -0.03rem;
    left: 0;
    z-index: 1;
    width: 0;
    max-width: .9rem;
    height: .15rem;
    border-radius: .1rem 0 .1rem 0;
    background: #54a4e2;
    content: "";
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}

.sidebar .sub-nav a span {
    position: relative;
    z-index: 2;
}

.sidebar .sub-nav .down {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: .3rem;
    height: .7rem;
    background-image: url("../images/icon12_2.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sidebar .sub-nav .down.close {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar .sub-nav .lv3 {
    display: none;
    margin: -.1rem 0 0;
    padding: 0 0 .15rem .12rem;
}

.sidebar .sub-nav .lv3 a {
    height: auto;
    font-size: .16rem;
    line-height: .36rem;
}

.sidebar .sub-nav .lv3 a::before {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #bbb;
    margin: 0 .1rem 0 0;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sidebar .sub-nav .lv3 a:hover {
    color: #3C5186;
}

.sidebar .sub-nav .lv3 a:hover::before {
    background: #3C5186;
}

.sidebar .sub-nav .lv3 a.cur {
    color: #3C5186;
    font-weight: 700;
}

.sidebar .sub-nav .lv3 a.cur::before {
    background: #3C5186;
}

.main {
    position: relative;
    z-index: 4;
    width: calc(100% - 3.3rem);
    min-height: 4rem;
    margin: .35rem 0 0;
}

.position {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 .18rem;
    margin: 0 0 .1rem 0;
    border-bottom: 1px solid #d8d8d8;
}

.position h3 {
    padding: 0 0 0 .1rem;
    white-space: nowrap;
    font-family: "SYST700";
    border-left: 5px solid #3C5186;
    font-size: 0.25rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #333;
    text-align: left;
}

.position .line {
    display: none;
}

.place {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #626262;
    text-align: left;
    padding: 0 0 0 26px;
    white-space: nowrap;
    background-image: url(../images/place2.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: transparent;
    background-size: auto;
}

.place a {
    color: #626262;
}

.place a:hover {
    color: #3C5186;
}

.list5 {
    margin: .1rem 0 0;
}

.list5 li {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px dashed #ddd;
}

.list5 li::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -1px;
    left: 0;
    z-index: 1;
    width: 0;
    height: 1px;
    content: "";
    background: #3C5186;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.list5 a {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.list5 .title {
    width: calc(100% - 1.2rem);
    line-height: .72rem;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.list5 .title i {
    display: inline-block;
    margin: 0 .15rem 0 0;
    border: 1px solid #6D88CD;
    padding: 3px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.list5 .title i::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    background: #6D88CD;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.list5 .date {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .16rem;
    line-height: .72rem;
}

.picture2 {
    margin: .2rem 0 0;
}

.picture2 li.no-img .text {
    width: 100%;
    padding-left: 0;
}

.picture2 a {
    display: block;
    padding: 0.28rem 0.25rem;
    font-size: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.picture2 .img-frame {
    display: inline-block;
    vertical-align: top;
    width: 2.4rem;
}

.picture2 .img-frame .img {
    padding: 1.6rem 0 0;
}

.picture2 .text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 2.4rem);
    padding: 0 0 0 .3rem;
}

.picture2 .date {
    margin: .1rem 0;
    font-size: .18rem;
    color: #3C5186;
}

.picture2 .title {
    font-size: .2rem;
    line-height: .3rem;
    color: #222;
}

.picture2 .info {
    font-size: .16rem;
    line-height: .26rem;
    height: .52rem;
    color: #777;
}

.picture3 {
    font-size: 0;
    margin: 0 -0.2rem;
}

.picture3 > li {
    display: inline-block;
    vertical-align: top;
    width: 33.3333333333%;
    padding: 0 0.2rem;
}

.picture3 .img-zoom {
    margin: .4rem 0 0;
    padding: .12rem;
    border: 1px solid #dde0e2;
    border-radius: 4px;
    overflow: visible;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.picture3 .img {
    padding: 65% 0 0;
}

.picture3 .text {
    padding: .15rem 0 .05rem;
}

.picture3 .title {
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.4rem;
    color: #333;
    text-align: center;
}

.teach-column {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: .2rem 0 0;
    border-bottom: 1px solid #ddd;
}

.teach-column h5 {
    margin: 0 0 -1px;
    font-size: 0.22rem;
    font-weight: 700;
    line-height: 0.5rem;
    color: #333;
    text-align: left;
    border-bottom: 3px solid #DBA564;
}

.teach-column .more {
    padding: 0;
    font-size: .16rem;
    line-height: .5rem;
    background: none;
}

.teach-list {
    font-size: 0;
    margin: 0 -0.2rem;
}

.teach-list > li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 0 0.2rem;
}

.teach-list li {
    margin: .3rem 0 0;
}

.teach-list .img-zoom {
    padding: .1rem;
    background: #f2f2f2;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 4px;
}

.teach-list .img-zoom:hover {
    background: #3C5186;
    box-shadow: 0px 4px 10px 0px rgba(14, 65, 150, 0.2);
}

.teach-list .img-zoom:hover .title {
    color: #fff;
}

.teach-list .img-frame .img {
    padding: 120% 0 0;
}

.teach-list .title {
    line-height: .5rem;
    text-align: center;
}

.article {
    padding: .3rem 0 .5rem;
}

.article .title {
    font-size: 0.24rem;
    font-weight: 500;
    line-height: 140%;
    color: #333;
    text-align: center;
}

.article .sub-title1 {
    margin: 0 0 .08rem;
    font-size: 0.17rem;
    font-weight: 500;
    line-height: 0.32rem;
    color: #000;
    text-align: center;
}

.article .sub-title2 {
    margin: .08rem 0 0;
    font-size: 0.17rem;
    font-weight: 500;
    line-height: 0.32rem;
    color: #666;
    text-align: center;
}

.article .sub {
    margin: .1rem 0 0;
    padding: .1rem 0 .25rem;
    font-size: 0.15rem;
    font-weight: 500;
    line-height: 0.22rem;
    color: #868686;
    text-align: center;
    border-bottom: 1px solid rgba(29, 55, 89, 0.15);
}

.article .content {
    padding: .3rem 0 .2rem;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 180%;
    color: #333;
    text-align: justify;
}

.article .content p {
    text-indent: 2em;
    word-break: break-all;
    margin: 0 0 .25rem;
}

.article .content img, .article .content video {
    max-width: 100%;
    height: auto !important;
}

.article .content video {
    display: block;
    margin: 0 auto;
}

.article .content table {
    max-width: 100%;
    margin: .2rem auto;
}

.article .content table td {
    word-break: break-all;
}

.article .content table p {
    text-indent: 0;
    margin: 0;
}

.article .content table img, .article .content table video, .article .content table iframe {
    margin-top: 0;
    margin-bottom: 0;
}

.article .content iframe {
    display: block;
    max-width: 100%;
    margin: .2rem auto;
}

.article .cont-page {
    position: relative;
    padding: .3rem 90px .28rem .1rem;
    border-top: 3px solid #3C5186;
}

.article .cont-page a {
    display: block;
    padding: 4px 0;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.28rem;
    color: #666;
    text-align: left;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.article .cont-page a span {
    position: relative;
}

.article .cont-page a span::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -2px;
    left: 0;
    z-index: 1;
    width: 0;
    height: 1px;
    background: #3C5186;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    content: "";
}

.article .cont-page a:hover {
    text-decoration: none;
    color: #3C5186;
    font-weight: 700;
}

.article .cont-page a:hover span::after {
    width: 100%;
}

.article .return-list {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
    text-align: center !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.article .return-list p {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 200%;
    color: #3C5186;
    text-align: center;
}

.article .return-list:hover p {
    font-weight: 700;
}

.article ul a, .article a {
    color: #2196f3;
}

.article ul a:hover, .article a:hover {
    text-decoration: underline;
}

.article .table-box {
    overflow-x: auto;
}

#browser-modal {
    position: fixed;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    color: #303233;
    text-align: center;
}

#browser-modal .browser-modal-cover {
    position: fixed;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background-color: #111;
}

#browser-modal .browser-content {
    width: 700px;
    margin: 120px auto 0;
    padding: 50px 0 80px;
    background-color: #fff;
    border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
    font-size: 24px;
    text-transform: uppercase;
}

#browser-modal .browser-content .browser-text-desc {
    margin: 30px 0 20px;
    font-size: 14px;
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    height: 130px;
    margin: 20px auto;
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    margin: 0 auto;
    padding: 20px 0;
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    font-size: 80px;
    line-height: 80px;
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url(../images/bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url(../images/bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url(../images/bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url(../images/bro.png) no-repeat 0 -300px;
}

#browser-modal .browser-content .browser-item a {
    display: block;
    cursor: pointer;
}

#browser-modal .browser-content .browser-item a:hover {
    text-decoration: underline !important;
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    max-width: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

#browser-modal .browser-content .browser-item a h4 {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

#list-page {
    margin: .4rem 0 .5rem !important;
    font-family: Arial;
    text-align: center;
}

#list-page div {
    font-family: Arial;
    text-align: center;
}

#list-page .p_pages a, #list-page span, #list-page .p_goto a {
    font-size: 14px;
    width: auto;
    height: auto;
    margin-top: 5px;
}

#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a {
    padding: 9px 11px;
    color: #428bca;
    border: 1px solid #aaa;
    border-radius: 4px;
}

#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a {
    background: #3C5186;
    font-weight: bold;
    color: #fff;
    border-color: #3C5186;
}

#list-page .p_t {
    padding: 0 2px 0 0;
    color: #777;
}

#list-page .p_first, #list-page .p_first_d, #list-page .p_last, #list-page .p_last_d {
    display: inline-block;
}

#list-page .p_pages span {
    color: #aaa;
}

#list-page .p_goto input {
    font-family: 'Arial';
    color: #333;
    border-radius: 4px;
    width: 40px;
    height: 34px;
    line-height: 34px;
    vertical-align: bottom;
}

@media screen and (min-width: 1025px) {
    .list1 a:hover::after {
        right: 0;
        opacity: 1;
    }

    .list1 a:hover .date1 {
        color: #DBA564;
    }

    .list1 a:hover .date1 p:first-child {
        color: #DBA564;
    }

    .list1 a:hover .title {
        color: #fff;
        font-weight: 700;
    }

    .list5 li:hover .title {
        color: #3C5186;
        font-weight: 700;
    }

    .list5 li:hover .title i {
        background: #DBA564;
        border-color: #DBA564;
    }

    .list5 li:hover .title i::after {
        background: #fff;
    }

    .list5 li:hover::after {
        width: 100%;
    }

    .picture2 a:hover {
        background: #3C5186;
        border-color: #3C5186;
        box-shadow: 6px 6px 0 0 #DBA564;
    }

    .picture2 a:hover .title {
        font-weight: 700;
        color: #fff;
    }

    .picture2 a:hover .date, .picture2 a:hover .info {
        color: #fff;
    }

    .picture3 .img-zoom:hover {
        border-color: #3C5186;
        background: #3C5186;
    }

    .picture3 .img-zoom:hover .title {
        color: #fff;
        font-weight: 700;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        max-width: 92%;
    }

    html {
        font-size: 90px;
    }

    header {
        align-items: center;
        padding: 9px 4% !important;
        background: #3C5186;
    }

    header::after {
        display: none;
    }

    header .container {
        height: auto;
    }

    header .r-box {
        display: none;
    }

    .logo {
        max-width: calc(100% - 48px);
    }

    .logo a {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        height: 42px;
    }

    .logo img {
        max-height: 100%;
    }

    .pad-btn {
        position: static;
        display: block;
        width: auto;
        height: auto;
    }

    .pad-btn .search-btn {
        display: none;
    }

    .pad-btn .nav-btn {
        display: block;
    }

    .mobile-box {
        display: block;
    }

    .search {
        width: 100%;
        background: #f2f2f2;
    }

    .search .input {
        width: calc(100% - .6rem);
        height: .45rem;
        font-size: .17rem;
        padding: 0 .2rem .32rem;
        line-height: .45rem;
        color: #333;
    }

    .search .submit {
        width: .7rem;
        height: .47rem;
        background-position: 50% 50%;
        background-size: 22px;
        background-image: url("../images/search2.png");
    }

    .top-link {
        width: 100%;
        text-align: center;
        margin: 0 0 .16rem;
    }

    .top-link a {
        color: #666;
    }

    .top-link a.en {
      
    }

    .nav {
        margin: .2rem 0 0;
        height: calc(100% - 1.1rem);
        overflow-y: auto;
        background: none;
        box-shadow: none;
    }

    .nav ul {
        max-width: 100%;
        padding: 0;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .nav li {
        width: 100%;
        background: none !important;
        border-left: none;
        border-bottom: 1px solid #e5e5e5;
    }

    .nav li.line {
        display: none;
    }

    .nav li a {
        position: static;
        text-align: left;
        padding: 0 .1rem;
        line-height: .6rem;
        color: #494949 !important;
        font-weight: 500;
    }

    .nav li a::after {
        display: none;
    }

    .nav li.show {
        background: #fff !important;
    }

    .nav li.show > a {
        font-weight: 700;
    }

    .nav li.show .down {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .nav .lv2 {
        display: none;
        width: 100%;
        position: static;
        opacity: 1;
        visibility: visible;
        transition: none;
        box-shadow: none;
        padding: 0 0 .1rem .3rem;
    }

    .nav .lv2 dd {
        padding: 0;
    }

    .nav .lv2 a {
        font-size: .17rem;
        height: auto !important;
        opacity: 1;
        visibility: visible;
        justify-content: flex-start;
        background: none !important;
    }

    .nav .lv2 .tri {
        display: none;
    }

    .nav .down {
        position: absolute;
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
        z-index: 1;
        width: .6rem;
        height: .6rem;
        background-image: url(../images/icon12_2.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: transparent;
        background-size: 8px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .title {
        font-size: .19rem;
    }

    .list1 a {
        padding: .2rem 0;
    }

    footer .container {
        padding: .3rem 0;
    }

    .foot-link {
        width: 100%;
        margin: .2rem 0 0;
    }

    .foot-link li {
        padding: .15rem 0 .15rem .15rem;
    }

    .decorate {
        margin: 61px 0 0;
        padding: 35% 0 0;
    }

    .sidebar {
        width: 100%;
        margin: .15rem 0 0;
        padding: 0;
        border-radius: 3px;
        overflow: hidden;
    }

    .sidebar h3 {
        position: relative;
        font-size: .22rem;
        line-height: .5rem;
        text-align: center;
        background: #3C5186;
    }

    .sidebar h3::after {
        display: none;
    }

    .sidebar h3 i {
        position: absolute;
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
        z-index: 1;
        width: .5rem;
        height: .5rem;
        background-image: url(../images/daohang.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: transparent;
        background-size: 0.24rem;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .sidebar h3.down i {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sidebar h3 .return-sup {
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        z-index: 1;
        display: block;
        width: .5rem;
        height: .5rem;
        background-image: url("../images/fanhui.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: transparent;
        background-size: 0.24rem;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .sidebar .sub-nav {
        display: none;
        padding: .1rem .25rem .2rem;
    }

    .sidebar .sub-nav li .lv3 {
        margin: 0;
        padding-top: 0;
    }

    .sidebar .sub-nav a {
        height: .5rem;
        text-align: left;
        font-size: .18rem;
        line-height: .5rem;
    }

    .sidebar .sub-nav .down {
        top: 0;
        height: .45rem;
    }

    .main {
        width: 100%;
        padding: .26rem 0 0;
        margin: 0;
        box-shadow: none;
        background: none;
    }

    .main::before {
        display: none;
    }

    .position {
        padding: 0 0 .1rem;
        margin: 0;
    }

    .position h3 {
        font-size: .21rem;
    }

    .teach-list > li {
        width: 33.333%;
    }

    .article {
        padding: .3rem 0 0 !important;
    }

    .article .sub {
        margin: .2rem 0 0;
        padding: 0 0 .18rem;
    }
}

@media screen and (max-width: 768px) {
    footer .container {
        padding: .25rem 0 .15rem;
    }

    .foot-logo {
        width: 100%;
        text-align: center;
    }

    .QR-code {
        width: 100%;
        margin: .2rem 0 0;
        justify-content: center;
    }

    .QR-code li {
        margin: 0 .1rem;
    }

    .foot-link li {
        width: 100%;
        padding: .1rem !important;
        border-top: 1px solid #617BBC;
    }

    .foot-link li:nth-child(2) {
        border-top: 1px solid #617BBC;
    }

    .position {
        padding: 0 0 5px;
        border-bottom: 1px solid #3C5186;
    }

    .position h3, .position .line {
        display: none;
    }

    .place {
        padding-top: .06rem;
        padding-bottom: .06rem;
        line-height: .22rem;
        white-space: initial;
        background-position-y: 7px;
    }

    .main {
        padding: .18rem 0 0;
    }

    .article {
        padding: .25rem 0 0 !important;
    }

    .article .title {
        font-size: .22rem;
    }

    .article .content {
        padding: .2rem 0 .1rem;
    }

    .article .content p {
        margin: 0 0 .2rem;
    }

    .article .cont-page {
        padding: .15rem 0 .35rem;
    }

    .cont-page {
        padding-right: .1rem;
    }

    .cont-page .return-list {
        display: block;
        position: static;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .cont-page .return-list p {
        font-weight: 700;
    }

    .teach-list {
        margin: 0 -7px;
    }

    .teach-list > li {
        padding: 0 7px;
        margin: .2rem 0 0;
    }

    .picture2 a {
        padding: .2rem 0;
    }

    .picture3 {
        margin: 0 -.1rem;
    }

    .picture3 > li {
        width: 50%;
        padding: 0 .1rem;
    }

    .picture3 .img-zoom {
        margin: .2rem 0 0;
    }
}

@media screen and (max-width: 520px) {
    .list1 .title {
        width: calc(100% - 54px - .3rem);
    }

    .list5 li {
        flex-wrap: wrap;
        padding: .1rem 0 !important;
        border-bottom: 1px dashed #ddd;
    }

    .list5 .title {
        width: 100%;
        line-height: .28rem !important;
        overflow: visible;
        text-overflow: clip;
        white-space: initial;
    }

    .list5 .title i {
        margin: 0 .1rem 0 0;
    }

    .list5 .date {
        font-size: .15rem;
        line-height: .4rem !important;
    }

    .decorate {
        padding: 45% 0 0;
    }

    .picture2 .img-frame {
        width: 100%;
    }

    .picture2 .img-frame .img {
        padding: 66.6% 0 0;
    }

    .picture2 .text {
        width: 100%;
        padding: .14rem 0 0;
    }

    .picture2 .no-img .text {
        padding: 0;
    }

    .picture3 > li {
        width: 100%;
    }
}

@media screen and (max-width: 460px) {
    .teach-list {
        margin: 0;
        text-align: center;
    }

    .teach-list > li {
        width: 2.6rem;
        max-width: 100%;
        padding: 0;
    }
}

/*# sourceMappingURL=style.css.map */