@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}

html {
    font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw !important;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw !important;
    }
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: .18rem 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #2F3182;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap;
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    max-width: 19.2rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}

@media (max-width:1199px) {
    .container {
        width: 100%;
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 2rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    z-index: -1;
    height: 150%;
}

.header .head {
    height: 1.05rem;
    border-bottom: 1px rgba(255, 255, 255, .2) solid;
}

.header .head .logo img {
    height: .7rem;
}

.header.is-hidden {
    transform: translateY(-1.05rem);
    -webkit-transform: translateY(-1.05rem);
    -moz-transform: translateY(-1.05rem);
    -ms-transform: translateY(-1.05rem);
    -o-transform: translateY(-1.05rem);
}

.search {
    width: 1.7rem;
    height: .3rem;
    border: 1px #FFF solid;
    overflow: hidden;
}

.search input[type="text"] {
    background: none;
    color: #FFF;
    width: 100%;
    font-size: .13rem;
}

.search input[type="text"]::placeholder {
    color: #FFF;
}

.search input[type="submit"] {
    width: .3rem;
    background: url(../images/search.svg)no-repeat center;
    background-size: .12rem;
    border: none;
}

.menu-btn {
    display: none;
    background: url(../images/menu.svg)no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menu-btn.close {
    background-image: url(../images/close.svg);
}

.nav li>a {
    line-height: .7rem;
    font-size: .2rem;
    color: #FFF;
    font-weight: bold;
}

.nav .drop {
    width: 1.4rem;
    left: 50%;
    top: .7rem;
    position: absolute;
    transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    z-index: 9;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    background-color: #FFF;
    line-height: 2.4;
    margin-left: -.7rem;
    font-size: .14rem;
    box-shadow: 0 .1rem .1rem rgba(18, 70, 156, .3);
}

.nav .search {
    display: none;
}

.footer {
    background: #21235B url(../images/f-bg.png);
    border-top: 4px #B98E1A solid;
    padding-top: .6rem;
    color: #FFF;
    font-size: .16rem;
}

.footer .logo img {
    height: .8rem;
}

.footer .item {
    margin-right: .9rem;
}

.footer .item:last-child {
    margin-right: 0;
}

.footer .item .tit {
    line-height: 1.2;
}

.footer .item .text {
    font-size: .14rem;
    line-height: 2.2;
}

.footer a {
    color: #FFF;
}

.footer .copyright {
    background-color: rgba(20, 23, 85, 0.7);
    margin-top: .5rem;
    padding-top: .15rem;
    padding-bottom: .15rem;
}

.footer .copyright>a {
    margin: 0 .1rem;
}

.footer .copyright img {
    margin-right: .1rem;
    margin-left: .1rem;
}

@media (min-width:1025px) {
    .nav li:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
    .footer .copyright>a:hover {
        opacity: .6;
    }
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
    .header .search {
        display: none;
    }
    .header::after {
        height: 100%;
    }
    .menu-btn {
        display: block;
    }
    .nav .search {
        display: flex;
        width: 100%;
        height: 34px;
        border: 1px #B29860 solid;
    }
    .search input[type="text"] {
        color: #333;
        font-size: 14px;
    margin-top: 0;
    margin-left: 20px;
}
        input[type="text"] {
    background: none;
        color: #FFF;
        width: 100%;
        font-size: .13rem;
        margin-top: -16px;
        margin-left: 40px;
};
        
        .search
        input[type="text"] {
    background: none;
        color: #FFF;
        width: 100%;
        font-size: .13rem;
        margin-top: -16px;
        margin-left: 40px;
    }
    .search input[type="submit"] {
        background-image: url(../images/search1.svg);
        width: 30px;
        background-size: 16px;
    }
    .nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.05rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - 1.05rem);
        padding: .2rem;
    }
    .nav li {
        width: 100%;
    }
    .nav li>a {
        font-size: 16px;
        color: #333;
        line-height: 60px;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
        width: 30px;
    }
    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .nav .cur .arrow::after {
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
    }
    .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        padding-top: 0;
        background: none;
        box-shadow: none;
        margin-left: 0;
        font-size: 14px;
        padding-left: 20px;
    }
    .footer {
        font-size: 14px;
    }
    .footer .item .text,
    .footer .copyright {
        font-size: 12px;
    }
    .footer .item {
        margin-right: .5rem;
    }
.flexnone {
    display: block;
}

.pub-title .line {
height:0px;
    
}

.line.p_r.flex-1 {
    display: none;
}

}

@media (max-width:950px) {
    .footer .logo {
        width: 100%;
        margin-bottom: .3rem;
    }
    .footer .con>div:last-child {
        width: 100%;
    }
}

@media (max-width:767px) {
    .header .head {
        height: 60px;
    }
    .header .head .logo img,
    .footer .logo img {
        height: 40px;
        margin: 0 auto !important;
    }
    .footer .item {
        width: 48%;
        margin-right: 4%;
    }
    .footer .item:nth-child(even) {
        margin-right: 0;
    }
}

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
    transition: all 4s;
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -ms-transition: all 4s;
    -o-transition: all 4s;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2rem;
    z-index: 1;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
    opacity: .6;
}

.banner .swiper-slide-active img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.banner .swiper-pagination {
    bottom: .3rem;
}

.banner .swiper-pagination-bullet {
    width: .48rem;
    height: .48rem;
    margin-right: .1rem !important;
    opacity: 1;
    background: none;
    overflow: hidden;
    text-indent: -9999px;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.banner .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.banner .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #FFF;
}

.banner .swiper-pagination-bullet-active {
    text-indent: 0;
    text-align: center;
    line-height: .46rem;
    font-family: 'arial';
    color: #FFF;
    opacity: 1;
    border: 1px #FFF dashed;
    font-size: .14rem;
}

.banner .swiper-pagination-bullet-active::after {
    display: none;
}

@font-face {
    font-family: 'AIzaozi';
    src: url(../fonts/AIzaozi.ttf);
}

@font-face {
    font-family: 'SourceHanSerifCN-Bold';
    src: url(../fonts/SourceHanSerifCN-Bold.otf);
}

.home-title {
    font-family: 'AIzaozi';
    line-height: 1.2;
    font-size: .46rem;
}

.home-title span::after {
    content: '';
    position: absolute;
    right: -.4rem;
    bottom: -.3rem;
    width: .73rem;
    height: .73rem;
    z-index: 1;
    background: url(../images/title-bg.png)no-repeat center;
    background-size: 100%;
}

.home-yun {
    background: url(../images/bg1.png)no-repeat center;
    background-size: cover;
    padding-top: .6rem;
    padding-bottom: 1.1rem;
}

.home-yun .content {
    margin-top: .8rem;
    height: 7.75rem;
}

.home-yun .item {
    overflow: hidden;
    width: 32.5%;
    height: 7.5rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-yun .item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    z-index: 1;
}

.home-yun .item .tit {
    position: absolute;
    left: .4rem;
    bottom: .35rem;
    right: .4rem;
    color: #FFF;
    font-family: 'SourceHanSerifCN-Bold';
    font-size: .36rem;
    z-index: 5;
}

.home-yun .item .tit span {
    z-index: 9;
}

.home-yun .item .tit span::after {
    content: '';
    position: absolute;
    right: -.55rem;
    bottom: -.05rem;
    width: .8rem;
    height: .43rem;
    background: url(../images/titbg1.png)no-repeat center;
    background-size: 100%;
    z-index: -1;
}

.home-yun .item .tit::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .44rem;
    height: .44rem;
    background: url(../images/more1.svg)no-repeat center;
    background-size: 100%;
}

.home-one {
    background: url(../images/bg2.png)no-repeat center top;
    background-size: cover;
}

.home-bang {
    padding-top: .55rem;
}

.home-bang .home-title {
    color: #FFF;
}

.home-bang .home-title .more {
    position: absolute;
    right: 0;
    top: 45%;
    color: #FFF;
    font-family: 'SourceHanSerifCN-Bold';
    font-size: .16rem;
    padding-bottom: .1rem;
}

.home-bang .home-title .more::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 6px;
    width: 1rem;
    background: url(../images/more.png)no-repeat right center;
    background-size: 100%;
}

.home-bang .content {
    margin-top: .55rem;
}

.home-bang .item {
    overflow: hidden;
    width: 23.5%;
    margin-right: 1% !important;
    background-color: #FFF;
    border: 1px #B98E1A solid;
}

.home-bang .item:last-child {
    margin-right: 0;
}

.home-bang .item .pic {
    overflow: hidden;
    padding-top: 82%;
}

.home-bang .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-bang .item .text-con {
    padding: .2rem .2rem .3rem .2rem;
}

.home-bang .item .txt {
    line-height: .32rem;
    border: 1px #B98E1A solid;
    padding: 0 .2rem;
    font-size: .16rem;
    color: #B98E1A;
    border-radius: .16rem;
    -webkit-border-radius: .16rem;
    -moz-border-radius: .16rem;
    -ms-border-radius: .16rem;
    -o-border-radius: .16rem;
}

.home-bang .item .tit {
    margin-top: .15rem;
    line-height: 1.6;
    height: .58rem;
}

.home-pingbi {
    background: url(../images/tbg3.png)no-repeat left bottom;
    background-size: 100%;
    margin-top: 1.8rem;
}

.home-pingbi .content {
    display: table;
    width: 100%;
}

.home-pingbi .pic {
    width: 9.6rem;
    height: 6.6rem;
    overflow: hidden;
    margin-top: -1.2rem;
    border-radius: 1.5rem 0 0 0;
    -webkit-border-radius: 1.5rem 0 0 0;
    -moz-border-radius: 1.5rem 0 0 0;
    -ms-border-radius: 1.5rem 0 0 0;
    -o-border-radius: 1.5rem 0 0 0;
    float: right;
}

.home-pingbi .text-con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 11.3rem;
}

.home-pingbi .item {
    height: 2.6rem;
    padding-top: .4rem;
}

.home-pingbi .item .icon {
    height: 1.1rem;
}

.home-pingbi .item .icon img {
    max-height: 100%;
}

.home-pingbi .item .tit {
    font-size: .24rem;
    font-weight: bold;
    line-height: 1.2;
    color: #FFF;
    margin-top: .1rem;
}

.home-pingbi .item .en {
    text-transform: uppercase;
    font-family: 'arial';
    font-size: .16rem;
    color: #FFF;
    opacity: .5;
    margin-top: .1rem;
}

.home-pingbi .item:nth-child(1) {
    background-color: #62659F;
    width: 4.6rem;
    margin-left: 4.5rem;
}

.home-pingbi .item:nth-child(2) {
    background-color: #C7AB62;
    width: 4.5rem;
}

.home-pingbi .item:nth-child(3) {
    background-color: #3E4298;
    width: 3.4rem;
}

.home-pingbi .item:nth-child(4) {
    background-color: #7D8CB4;
    width: 3.4rem;
}

@keyframes shake {
    0% {
        transform: translateY(1px);
        -webkit-transform: translateY(1px);
        -moz-transform: translateY(1px);
        -ms-transform: translateY(1px);
        -o-transform: translateY(1px);
    }
    10% {
        transform: translateY(-1px);
        -webkit-transform: translateY(-1px);
        -moz-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        -o-transform: translateY(-1px);
    }
    50% {
        transform: translateY(-3px);
        -webkit-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        -o-transform: translateY(-3px);
    }
    100% {
        transform: translateY(1px);
        -webkit-transform: translateY(1px);
        -moz-transform: translateY(1px);
        -ms-transform: translateY(1px);
        -o-transform: translateY(1px);
    }
}

.home-shuxiang {
    background: url(../images/bg3.png)no-repeat center top;
    background-size: cover;
    padding-top: .7rem;
    padding-bottom: .5rem;
}

.home-shuxiang .content {
    width: 48%;
    margin-top: .5rem;
}

.home-shuxiang .title span,
.home-book .title span {
    font-size: .28rem;
    line-height: 1.2;
}

.home-shuxiang .title>a,
.home-book .title>a {
    font-family: 'SourceHanSerifCN-Bold';
    color: #2F3182;
    font-size: .16rem;
}

.home-shuxiang .con,
.home-book .con {
    margin-top: .25rem;
}

.home-shuxiang .item,
.home-book .item {
    border-bottom: 1px rgba(178, 152, 96, .3) solid;
    padding-top: .32rem;
    padding-bottom: .31rem;
}

.home-shuxiang .item::after,
.home-book .item::after {
    content: '';
    position: absolute;
    right: -4px;
    bottom: -3px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px rgba(178, 152, 96, .3) solid;
}

.home-shuxiang .item .pic,
.home-book .item .pic {
    width: 2.5rem;
    height: 1.5rem;
    overflow: hidden;
    display: none;
}

.home-shuxiang .item .date,
.home-book .item .date {
    color: #21235B;
    font-size: .22rem;
    margin-right: .3rem;
}

.home-shuxiang .item .date::after,
.home-book .item .date::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -.31rem;
    height: 2px;
    width: 100%;
    background-color: #21235B;
}

.home-shuxiang .item .time,
.home-book .item .time {
    display: none;
    color: #D0AD5F;
    font-weight: bold;
    margin-top: .3rem;
}

.home-shuxiang .item .time::before,
.home-book .item .time::before {
    content: '';
    width: .3rem;
    position: absolute;
    left: -.4rem;
    height: 1px;
    background-color: #D0AD5F;
    top: 50%;
}

.home-shuxiang .item .time::after,
.home-book .item .time::after {
    content: '';
    position: absolute;
    left: -.1rem;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px #D0AD5F solid;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-shuxiang .item.on,
.home-book .item.on {
    background: url(../images/tbg1.png)no-repeat left bottom;
    background-size: cover;
    padding: .1rem;
    padding-left: .4rem;
}

.home-shuxiang .item.on .date,
.home-book .item.on .date {
    display: none;
}

.home-shuxiang .item.on .txt-con,
.home-book .item.on .txt-con {
    margin-right: .4rem;
}

.home-shuxiang .item.on .pic,
.home-shuxiang .item.on .time,
.home-book .item.on .pic,
.home-book .item.on .time {
    display: block;
}

.home-shuxiang .item.on .tit,
.home-book .item.on .tit {
    color: #FFF;
    -webkit-line-clamp: 2;
    line-height: 1.6;
    height: .58rem;
}

.home-shuxiang .content:last-child .item.on {
     background-image: url(../images/tbg2.png);
}

.home-book {
    background: url(../images/bg4.png)no-repeat left bottom;
    background-size: 6.7rem;
    padding-bottom: 1rem;
    padding-top: .5rem;
}

.home-book .content {
    width: 48%;
}

.home-book .item.on {
    background: url(../images/tbg4.png)no-repeat left bottom;
}

.home-book .swiper-container {
    margin-top: .4rem;
}

.home-book .swiper-slide .pic {
    width: 3.8rem;
    height: 5.1rem;
    overflow: hidden;
    margin-right: .2rem;
}

.home-book .swiper-slide .name {
    font-size: .24rem;
    font-weight: bold;
    line-height: 1.2;
    margin-top: .4rem;
}

.home-book .swiper-slide .txt {
    color: #21235B;
    margin-top: .3rem;
}

.home-book .swiper-slide .des {
    color: #6F6F6F;
    font-size: .16rem;
    line-height: 2.4;
    margin-top: .2rem;
}

.home-book .content:last-child::after {
    content: '';
    position: absolute;
    right: -1.2rem;
    bottom: .6rem;
    width: 4.2rem;
    height: 1.5rem;
    background: url(../images/tbg5.png)no-repeat right 90%;
    background-size: 100%;
}

.home-book .button {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 4rem;
    height: .44rem;
    z-index: 10;
}

.home-book .swiper-button-next,
.home-book .swiper-button-prev {
    width: .44rem;
    height: .44rem;
    background: url(../images/prev.png)no-repeat center;
    background-size: 100%;
    margin-top: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
}

.home-book .swiper-button-prev {
    left: 0;
}

.home-book .swiper-button-next {
    right: 0;
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
}

.home-book .swiper-pagination {
    bottom: auto;
    top: 50%;
    height: 1px;
    left: .5rem;
    right: .5rem;
    background-color: #DCDEDF;
}

.home-book .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    height: 3px;
    background-color: #B98E1A;
}

.home-title .more {
    font-family: 'SourceHanSerifCN-Bold';
    color: #21235B;
    font-size: .16rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-title .more::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -.1rem;
    width: 1rem;
    height: 6px;
    background: url(../images/more2.png)no-repeat right center;
    background-size: 100%;
}

.home-mei {
    background-color: #faf7f2;
    padding-top: .35rem;
}

.home-mei .title-con {
    margin-top: .3rem;
}

.home-mei .title-con .tit {
    font-size: .22rem;
    margin-right: 1.7rem;
    cursor: pointer;
}

.home-mei .title-con .tit::after {
    content: '';
    position: absolute;
    right: -1.5rem;
    top: 50%;
    width: 1.3rem;
    height: .1rem;
    background: url(../images/line.png)no-repeat center;
    background-size: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-mei .title-con .tit:last-child {
    margin-right: 0;
}

.home-mei .title-con .tit:last-child::after {
    display: none;
}

.home-mei .title-con .on {
    color: #141755;
    font-size: .22rem;
}

.home-mei .content {
    margin-top: .2rem;
    max-width: 19.2rem;
    margin-left: auto;
    margin-right: auto;
}

.home-mei .gallery-top .swiper-slide {
    overflow: hidden;
    padding-top: 41.25%;
}

.home-mei .gallery-top .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-mei .gallery-thumbs {
    position: absolute;
    left: 2.5rem;
    right: 2.5rem;
    background-color: rgba(255, 255, 255, .7);
    bottom: .2rem;
    padding: .2rem;
    z-index: 2;
}

.home-mei .gallery-thumbs .swiper-slide {
    height: 1.1rem;
    overflow: hidden;
    background-color: #000;
    cursor: pointer;
}

.home-mei .gallery-thumbs .swiper-slide>img {
    opacity: .4;
}

.home-mei .gallery-thumbs .swiper-slide-active>img {
    opacity: 1;
}

.home-mei .gallery-thumbs .swiper-button-next,
.home-mei .gallery-thumbs .swiper-button-prev {
    width: .5rem;
    height: .5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.home-mei .gallery-thumbs .swiper-button-next {
    right: -.7rem;
    background-image: url(../images/next.png);
}

.home-mei .gallery-thumbs .swiper-button-prev {
    left: -.7rem;
    background-image: url(../images/prev2.png);
}

.home-photo {
    background: url(../images/bg5.png)no-repeat center top;
    background-size: cover;
    padding-top: 1.15rem;
    padding-bottom: .7rem;
}

.home-photo .content {
    margin-top: .35rem;
    max-width: 19.2rem;
    margin-left: auto;
    margin-right: auto;
}

.home-photo .swiper-slide {
    background-color: #000;
    height: 5.75rem;
}

.home-photo .swiper-slide>img {
    opacity: .4;
}

.home-photo .swiper-slide-prev {
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0% 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0% 100%);
}

.home-photo .swiper-slide-next {
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
}

.home-photo .swiper-slide-active>img {
    opacity: 1;
    position: relative;
    z-index: 2;
}

.home-photo .swiper-pagination {
    width: 100%;
    margin-top: .7rem;
    position: inherit;
    bottom: auto;
}

.home-photo .swiper-slide-active::after {
    content: '';
    position: absolute;
    width: 5.6rem;
    height: .9rem;
    background: url(../images/l-bg1.png)no-repeat right top;
    background-size: 100%;
    left: -5.2rem;
    bottom: -.1rem;
    z-index: -1;
}

.home-photo .swiper-slide-active::before {
    content: '';
    position: absolute;
    width: 5.6rem;
    height: .9rem;
    background: url(../images/r-bg1.png)no-repeat right top;
    background-size: 100%;
    right: -5.2rem;
    bottom: -.1rem;
    z-index: -1;
}

.home-photo .swiper-pagination-bullet {
    width: auto;
    opacity: 1;
    height: auto;
    background: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    position: relative;
    font-size: .24rem;
    margin-right: 1.7rem;
}

.home-photo .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    right: -1.5rem;
    top: 50%;
    width: 1.3rem;
    height: .1rem;
    background: url(../images/line.png) no-repeat center;
    background-size: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-photo .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.home-photo .swiper-pagination-bullet:last-child::after {
    display: none;
}

.home-photo .swiper-pagination-bullet-active {
    color: #141755;
}

.home-photo .swiper-button-next,
.home-photo .swiper-button-prev {
    width: .72rem;
    height: .72rem;
    background: url(../images/prev4.png)no-repeat center;
    background-size: 100%;
    z-index: 2;
}

.home-photo .swiper-button-prev {
    left: 4.4rem;
}

.home-photo .swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    right: 4.4rem;
}

.home-photo .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    color: #FFF;
    font-weight: bold;
    font-size: .36rem;
    padding-left: .6rem;
    padding-bottom: .4rem;
    line-height: 1;
    opacity: 0;
    /* background: url(../images/titbg6.png); */
    padding-top: .4rem;
}

.home-photo .tit::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3rem;
    background-image: linear-gradient(rgba(33, 35, 91, 0), rgba(33, 35, 91, .7));
    z-index: -1;
}

.home-photo .swiper-slide-active .tit {
    opacity: 1;
}

.home-video {
    background: url(../images/bg6.png)no-repeat center bottom;
    background-size: cover;
    padding-top: 1.1rem;
    padding-bottom: 1.35rem;
}

.home-video .l-con {
    width: 7.5rem;
    margin-right: .2rem;
}

.home-video .item img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.home-video .item span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 1rem;
    height: 1rem;
    background: url(../images/play.png)no-repeat center;
    background-size: 100%;
    z-index: 2;
}

.home-video .item .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    font-size: .2rem;
    color: #FFF;
    font-weight: bold;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    padding: .3rem .2rem;
}

.home-video .l-con {
    padding-top: .15rem;
}

.home-video .l-con .item {
    overflow: hidden;
    padding-top: 68%;
    margin-top: .5rem;
}

.home-video .r-con .item {
    overflow: hidden;
    padding-top: 45.5%;
    margin-top: .2rem;
}

.home-video .r-con .item:first-child {
    margin-top: 0;
}

.maskBg {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    opacity: 0
}

.videoShow {
    width: 12.8rem;
    height: 7.6rem;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10000;
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.maskBg.active {
    opacity: 1;
}

.videoShow.active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.videoShow .close {
    color: #FFF;
    position: absolute;
    right: 0;
    top: -.3rem;
    background: url(../images/close.svg)no-repeat left center;
    background-size: .2rem;
    padding-left: .3rem;
    cursor: pointer;
}

@media (min-width:1025px) {
    .home-title .more:hover,
    .home-shuxiang .title>a:hover,
    .home-book .title>a:hover {
        text-decoration: underline;
    }
    .home-yun .item:hover {
        height: 8rem;
        margin-top: -.25rem;
        box-shadow: 0 .1rem .1rem rgba(10, 11, 55, 0.31);
    }
    .home-yun .item:hover::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3.5rem;
        z-index: 2;
        background: url(../images/titbg.png)no-repeat center bottom;
        background-size: 100%;
    }
    .home-yun .item:hover::after {
        background-image: linear-gradient(rgba(47, 49, 130, 0), rgba(47, 49, 130, .9));
        height: 3rem;
    }
    .home-yun .item:hover img,
    .home-bang .item:hover .pic img,
    .home-mei .gallery-top .swiper-slide:hover img,
    .home-video .item:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .home-bang .item:hover {
        background-color: #2F3182;
        color: #FFF;
    }
    .home-bang .item:hover .text-con {
        background: url(../images/titbg2.png)no-repeat 98% 98%;
        background-size: 1.2rem;
    }
    .home-bang .item:hover .txt {
        background-color: #B98E1A;
        color: #FFF;
        font-weight: bold;
    }
    .home-pingbi .item:hover .icon img {
        animation: shake 0.5s;
        animation-iteration-count: infinite;
        -webkit-animation: shake 0.5s;
    }
    .home-book .swiper-button-next:hover,
    .home-book .swiper-button-prev:hover {
        background-image: url(../images/prev1.png);
    }
    .home-mei .gallery-thumbs .swiper-button-next:hover {
        background-image: url(../images/next1.png);
    }
    .home-mei .gallery-thumbs .swiper-button-prev:hover {
        background-image: url(../images/prev3.png);
    }
}

@media (max-width:1199px) {
    .banner .swiper-slide::after {
        height: 30%;
    }
    .home-title {
        font-size: 28px;
    }
    .home-yun .item .tit {
        font-size: 22px;
    }
    .home-bang .home-title .more,
    .home-shuxiang .title>a,
    .home-shuxiang .item .date,
    .home-book .title>a,
    .home-book .item .date,
    .home-book .swiper-slide .name,
    .home-mei .title-con .tit,
    .home-photo .swiper-pagination-bullet,
    .home-title .more,
    .home-video .item .tit {
        font-size: 14px;
    }
    .home-bang .item .txt {
        line-height: 26px;
        border-radius: 13px;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        -ms-border-radius: 13px;
        -o-border-radius: 13px;
        font-size: 12px;
    }
    .home-bang .item .tit {
        height: 45px;
    }
    .home-pingbi .item .tit {
        font-size: 16px;
    }
    .home-pingbi .item .en {
        font-size: 13px;
    }
    .home-shuxiang .title span,
    .home-book .title span {
        font-size: 20px;
    }
    .home-shuxiang .item.on .tit,
    .home-book .item.on .tit {
        height: auto;
        -webkit-line-clamp: 1;
        color: #333;
    }
    .home-shuxiang .item.on .pic,
    .home-shuxiang .item.on .time,
    .home-book .item.on .pic,
    .home-book .item.on .time {
        display: none;
    }
    .home-shuxiang .item.on,
    .home-book .item.on {
        background: none;
        padding-top: .32rem;
        padding-bottom: .31rem;
        padding-right: 0;
        padding-left: 0;
    }
    .home-shuxiang .item.on .date,
    .home-book .item.on .date {
        display: block;
    }
    .home-shuxiang .content:last-child .item.on,
    .home-book .content:last-child .item.on {
        background: none;
    }
    .home-book .swiper-slide .des {
        font-size: 12px;
    }
    .home-book .swiper-slide .pic {
        height: 5rem;
    }
    .home-book .content:last-child::after {
        right: 0;
    }
    .home-book .button {
        height: 28px;
    }
    .home-book .swiper-button-next,
    .home-book .swiper-button-prev {
        width: 28px;
        height: 28px;
    }
    .home-book .swiper-pagination {
        left: 30px;
        right: 30px;
    }
    .home-mei .gallery-thumbs {
        left: 1rem;
        right: 1rem;
    }
    .home-photo .tit {
        font-size: 18px;
    }
    .home-photo .swiper-pagination-bullet {
        margin-right: 1rem;
    }
    .home-photo .swiper-pagination-bullet::after {
        width: .9rem;
        right: -.95rem;
    }
    .home-photo .swiper-button-next,
    .home-photo .swiper-button-prev {
        width: 50px;
        height: 50px;
    }
    .home-photo .swiper-button-next {
        right: .2rem;
    }
    .home-photo .swiper-button-prev {
        left: .2rem;
    }
    .videoShow {
        width: 90%;
    }
}

@media (max-width:950px) {
    .home-bang .content {
        margin-top: .2rem;
    }
    .home-bang .item {
        width: 49%;
        margin-top: .3rem;
    }
    .home-bang .item:nth-child(even) {
        margin-right: 0;
    }
    .home-shuxiang .content,
    .home-book .content {
        width: 100%;
    }
    .home-book .content:last-child {
        margin-top: .4rem;
    }
}

@media (max-width:767px) {
    .home-yun {
        padding-bottom: .6rem;
    }
    .home-yun .content {
        height: auto;
        margin-top: .3rem;
    }
    .home-yun .item {
        width: 100%;
        margin-top: .3rem;
        height: auto;
        padding-top: 130%;
    }
    .home-yun .item img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .home-pingbi {
        margin-top: .9rem;
    }
    .home-pingbi .content {
        margin-top: .4rem;
    }
    .home-pingbi .text-con {
        position: inherit;
        width: 100%;
    }
    .home-pingbi .pic {
        display: none;
    }
    .home-pingbi .item {
        width: 50% !important;
        margin-left: 0 !important;
    }
    .home-mei .title-con .tit {
        margin-right: .7rem;
    }
    .home-mei .title-con .tit::after {
        width: .7rem;
        right: -.7rem;
    }
    .home-mei .title-con .tit.on {
        font-weight: bold;
    }
    .home-mei .gallery-thumbs {
        bottom: auto;
        position: relative;
        left: auto;
        right: auto;
        margin-right: 40px;
        margin-left: 40px;
        margin-top: .3rem;
    }
    .home-mei .gallery-thumbs .swiper-button-next,
    .home-mei .gallery-thumbs .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    .home-mei .gallery-thumbs .swiper-button-prev {
        left: -35px;
    }
    .home-mei .gallery-thumbs .swiper-button-next {
        right: -35px;
    }
    .home-photo .swiper-pagination-bullet {
        margin-right: .4rem;
    }
    .home-photo {
        padding-top: .5rem;
    }
    .home-photo .swiper-pagination-bullet::after {
        display: none;
    }
    .home-photo .swiper-pagination {
        margin-top: .3rem;
    }
    .home-photo .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        overflow: hidden;
        text-indent: -99px;
        background-color: #000;
        opacity: .3;
        margin-right: .2rem;
    }
    .home-photo .swiper-pagination-bullet-active {
        background-color: #141755;
        opacity: 1;
    }
    .home-video {
        padding-top: .6rem;
        padding-bottom: .6rem;
        display: block;
    }
    .home-video .l-con {
        width: 100%;
        margin-right: 0;
        padding-top: 0;
    }
    .home-video .r-con {
        margin-top: .3rem;
    }
    .videoShow {
        height: 3.8rem;
    }
}

@media (max-width:540px) {
    .home-mei .title-con .tit {
        margin-right: .3rem;
    }
    .home-mei .title-con .tit::after {
        width: .3rem;
        right: -.3rem;
    }
    .home-mei .gallery-top .swiper-slide {
        padding-top: 52%;
    }
}

.n-banner {
    overflow: hidden;
}

.n-banner img {
    width: 100%;
}

.warpper {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-bottom: .8rem;
    min-height: 6.6rem;
}

.sidebar {
    width: 3.25rem;
    background: #141755;
    background-size: 100%;
    padding-bottom: .2rem;
    margin-right: .3rem;
    margin-top: -1.3rem;
}

.sidebar .title {
    height: 1.3rem;
    line-height: 1.3rem;
    color: #FFF;
    font-size: .36rem;
    font-weight: bold;
}

.sidebar>ul {
    min-height: 4rem;
    background: #F7FBFF;
    margin-left: .2rem;
    padding: .1rem .3rem 1.6rem .3rem;
}

.sidebar>ul>li {
    border-bottom: 1px dashed rgba(0, 150, 214, 0.2);
}

.sidebar>ul>li>a {
    line-height: .9rem;
    font-size: .19rem;
    color: #474747;
    padding-left: .25rem;
}

.sidebar>ul>li .arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: .3rem;
    height: .9rem;
    background: url(../images/arrow.svg)no-repeat center;
    background-size: .18rem;
    cursor: pointer;
}

.sidebar>ul>li.on {
    border-bottom: 1px solid #141755;
}

.sidebar>ul>li.on>a {
    font-weight: bold;
    color: #141755;
}

.sidebar .sub {
    padding-bottom: .2rem;
}

.sidebar .sub>a {
    line-height: 2;
    padding-left: .3rem;
}

.pub-content {
    margin-top: .4rem;
}

.pub-title .line {
    height: 1px;
    background-color: #141755;
    margin-right: .2rem;
}

.pub-title .line::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    width: 5px;
    height: 5px;
    background-color: #141755;
}

.pub-title .title {
    font-size: .3rem;
    border-left: 5px solid #141755;
    padding-left: .15rem;
    line-height: 1;
    font-weight: bold;
    margin-right: .3rem;
}

.pub-title .crumbs {
    background: url(../images/home.svg)no-repeat left center;
    background-size: .16rem;
    padding-left: .3rem;
    color: #414141;
    font-size: .16rem;
}

.pub-title .crumbs a {
    color: #414141;
}

.fgf{
    margin: 0 .05rem;
}

.img-list {
    margin-top: .3rem;
}

.img-list .item {
    padding: .35rem 0;
    border-bottom: 1px #D3DDED dashed;
}

.img-list .item .pic {
    overflow: hidden;
    width: 2.85rem;
    height: 3.78rem;
    margin-right: .4rem;
}

.img-list .item .tit {
    font-size: .22rem;
    line-height: 1;
    overflow: hidden;
    height: .22rem;
    margin-top: .2rem;
}

.img-list .item .date {
    font-size: .16rem;
    color: #141755;
    line-height: 1;
    margin-top: .15rem;
    background: url(../images/date2.svg)no-repeat left center;
    background-size: .2rem;
    padding-left: .3rem;
}

.img-list .item .des {
    font-size: .16rem;
    color: #666;
    line-height: 1.9;
    margin-top: .15rem;
    overflow: hidden;
    height: .61rem;
}

.img-list .item .arrow {
    margin-top: .1rem;
    height: .2rem;
}

.img-list .item .arrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: .2rem;
    height: .2rem;
    background: url(../images/arrow3.svg)no-repeat center;
    background-size: .18rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.page {
    margin-top: .7rem;
    line-height: .3rem;
    font-size: .16rem;
    margin-bottom: .5rem;
}

.page a {
    border: 1px #DCDCDC solid;
    width: .3rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    height: .3rem;
    margin: 0 .05rem;
}

.page .idx,
.page .last {
    width: .48rem;
}

.page .prev,
.page .next {
    background: url(../images/arrow.svg)no-repeat center;
    background-size: .1rem;
}

.page .prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.page .on {
    background-color: #141755;
    color: #FFF;
    border-color: #141755;
}

.txt-list .item {
    border-bottom: 1px #D1D1D1 dashed;
    line-height: .8rem;
}

.txt-list .item::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -4px;
    width: 5px;
    height: 5px;
    border: 1px #D1D1D1 solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #FFF;
}

.txt-list .item .date {
    color: #999;
}

.txt-list .item .tit {
    font-size: .2rem;
    padding-left: .25rem;
    margin-right: .2rem;
}

.txt-list .item .tit::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    border: 1px #141755 solid;
    background-color: #141755;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    z-index: 2;
}

.txt-list .item .tit::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    width: 4px;
    height: 4px;
    border: 1px #141755 solid;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    z-index: 1;
}

.details {
    margin-top: .4rem;
}

.details h1 {
    font-size: .24rem;
    line-height: 1.4;
}

.details .info {
    font-size: .16rem;
    color: #5A5A5A;
    margin-top: .15rem;
    background-color: #F5F5F5;
    line-height: .5rem;
    margin-top: .2rem;
}

.details .info span {
    margin-right: .2rem;
}

.details .info span:last-child {
    margin-right: 0;
}

.details .body {
    line-height: 2;
    margin-top: .3rem;
    text-indent: 36px;
}

.details .body p {
    text-indent: .36rem;
}

.details .body img {
    max-width: 100% !important;
}

.details .prev-next {
    margin-top: 1rem;
    padding-top: .3rem;
    border-top: 1px #BBCAE2 solid;
    line-height: 1.8;
}

.details .prev-next span {
    color: #141755;
}

.about {
    margin-top: .3rem;
    line-height: 2;
}

.about .pic {
    overflow: hidden;
    float: right;
    width: 4.5rem;
    margin-left: .4rem;
}

.about .pic img {
    width: 100%;
}

.about p {
    text-indent: .36rem;
    margin-top: .4rem;
}

.photo {
    margin-top: .3rem;
}

.photo .item {
    margin-top: .2rem;
    width: 32.5%;
    margin-right: 1.2%;
}

.photo .item:nth-of-type(3n) {
    margin-right: 0;
}

.photo .item .pic {
    overflow: hidden;
    padding-top: 67%;
}

.photo .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.photo .item .tit {
    font-size: .22rem;
    line-height: .66rem;
    height: .66rem;
    overflow: hidden;
}

@media (min-width:1025px) {
    .sidebar>ul>li:hover>a {
        font-weight: bold;
        color: #141755;
    }
    .pub-title .crumbs a:hover,
    .img-list .item:hover .des {
        color: #141755;
    }
    .img-list .item:hover .pic img,
    .photo .item:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .img-list .item:hover .tit,
    .txt-list .item:hover .tit {
        font-weight: bold;
    }
    .img-list .item:hover .arrow::before {
        transform: translateX(.15rem);
        -webkit-transform: translateX(.15rem);
        -moz-transform: translateX(.15rem);
        -ms-transform: translateX(.15rem);
        -o-transform: translateX(.15rem);
    }
    .txt-list .item:hover {
        border-bottom-color: #141755;
    }
    .txt-list .item:hover::after {
        border-color: #141755;
    }
}

@media (max-width:1199px) {
    .warpper {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .page {
        line-height: 22px;
        margin-top: .4rem;
        margin-bottom: 0;
    }
    .page a {
        width: 24px;
        height: 24px;
    }
    .page .idx,
    .page .last {
        width: 50px;
    }
    .img-list .item .date {
        padding-left: 20px;
        background-size: 16px;
    }
    .page,
    .pub-title .crumbs,
    .img-list .item .des,
    .txt-list .item .date,
    .details .info,
    .img-list .item .date,
    .leader .card .text {
        font-size: 12px;
        line-height: 3em;
    }
    .img-list .item .tit,
    .img-list .item .des {
        height: auto;
    }
    .sidebar {
        margin-right: .3rem;
    }
    .sidebar .title {
        height: 90px;
        line-height: 90px;
        font-size: 24px;
    }
    .sidebar>ul>li>a {
        line-height: 60px;
        font-size: 16px;
    }
    .pub-title .title,
    .details h1 {
        font-size: 18px;
    }
    .img-list .item .tit,
    .txt-list .item .tit,
    .photo .item .tit {
        font-size: 14px;
    }
    .txt-list .item {
        line-height: 48px;
    }
    .txt-list .item .tit {
        padding-left: 25px;
    }
    .leader .card .name {
        line-height: 38px;
        font-size: 18px;
    }
    .photo .item .tit {
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width:950px) {
    .sidebar {
        display: none;
    }
    .img-list .item .pic {
        width: 30%;
        height: auto;
        padding-top: 22%;
    }
    .img-list .item .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
}

@media (max-width:767px) {
    .pub-bg {
        padding-bottom: 1rem;
    }
    .img-list {
        margin-top: 0;
    }
    .img-list .item {
        padding-left: 0;
        padding-right: 0;
    }
    .img-list .item .pic {
        width: 35%;
        height: auto;
        padding-top: 20%;
        margin-right: .3rem;
    }
    .img-list .item .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .img-list .item .date::after {
        width: 36px;
        height: 33px;
        left: -20px;
        top: -10px;
    }
    .img-list .item .text-con {
        padding-top: 10px;
    }
    .img-list .item .tit {
        margin-top: .15rem;
    }
    .img-list .item .des {
        margin-top: .1rem;
    }
    .about .pic {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .photo .item {
        width: 49%;
        margin-right: 2%;
    }
    .photo .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .photo .item:nth-child(even) {
        margin-right: 0;
    }
}

@media (max-width:540px) {
    .img-list .item .pic {
        margin-right: 0;
        width: 100%;
        padding-top: 65%;
    }
    .img-list .item .text-con {
        padding-top: 20px;
    }
}