* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #4676C0!important;
    color: #fff;
    background-color: #4676C0!important;
}

.pb_sys_common {
 
    line-height: 30px!important;
  
}



/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}


/*= 清除浮动=*/

.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: 18px 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    body {
        font-size: 12px;
    }
}

a {
    color: #3D3D3D;
    text-decoration: none;
}

a:hover {
    color: #3E6FBE;
}


/*块级转化*/

.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;
}

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: 1400px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:1400px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width:767px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.header {
    width: 100%;
    background: url(../images/head-bg.jpg)no-repeat center;
    background-size: cover;
}

.header .logo {
    height: 138px;
}

.header .logo img {
    height: 89px;
}

.header .search {
    position: absolute;
    right: 0px;
    top: 50%;
    width: 264px;
    height: 38px;
    border-radius: 53px;
    background: rgba(34, 82, 172, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 53px;
    -moz-border-radius: 53px;
    -ms-border-radius: 53px;
    -o-border-radius: 53px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.header .search input[type='text'] {
    background: none;
    color: #FFF;
    padding: 0 25px;
    height: 29px;
}

.header .search input[type='text']::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.header .search button,
.m-search button {
    width: 32px;
    height: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(175, 202, 244, 0.5) 59%, rgba(120, 165, 237, 0.5) 100%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 3px;
}

.m-search {
    display: none;
    margin-top: 30px;
    border: 1px #eee solid;
    margin-right: 10px;
    margin-left: 10px;
    padding: 5px 0;
}

.m-search input[type='text'] {
    padding: 0 10px;
    height: 32px;
}

.menu-btn {
    display: none;
    background: url(../images/menu.png)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);
}

.hd-nav li {
    display: inline-block;
    position: relative;
}

.hd-nav li>a {
    display: block;
    font-size: 20px;
    line-height: 60px;
    padding: 0 25px;
}

.hd-nav li.cur>a {
    color: #3E6FBE;
}

.hd-nav .drop {
    width: 140px;
    left: 0;
    position: absolute;
    transform: rotateX(90deg);
    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;
    padding-top: 15px;
    z-index: 9;
}

.hd-nav .drop::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 3px;
    width: 0;
    height: 0;
    border-left: 12px transparent solid;
    border-right: 12px transparent solid;
    border-bottom: 12px #FFF solid;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.hd-nav .drop .con {
    background-color: #FFF;
    padding: 6px;
}

.hd-nav .drop .con>a,
.hd-nav .drop .row>a {
    line-height: 40px;
    border-bottom: 1px dashed rgba(124, 24, 36, 0.1);
}

.hd-nav .drop .con>a:last-child {
    border-bottom-width: 0;
}

.hd-nav .subdrop {
    width: 120px;
    background-color: #FFF;
    position: absolute;
    top: 15px;
    right: -120px;
    transform: rotateX(90deg);
    transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    bottom: 0;
    padding-top: 15px;
}

.hd-nav .subdrop::before {
    content: '';
    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%);
    width: 1px;
    height: 70%;
    background-color: rgba(162, 191, 232, 0.24);
}

.hd-nav .subdrop .lk {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    line-height: 36px;
    color: rgba(42, 111, 213, 0.3)
}

.footer {
    padding: 50px 0;
    color: #FFF;
    background: url(../images/foot-bg.jpg)no-repeat center;
    background-size: cover;
}

.footer .text-con {
    margin-right: 20px;
}



.footer .text-con a {
color: #FFF;
}

.footer .text-con p {
    font-size: 16px;
    line-height: 2;
}

.footer .copyright {
    font-size: 14px;
    margin-top: 20px;
}

.footer .copyright img {
    height: 40px;
    margin-right: 15px;
}

.footer .logo img {
    height: 89px;
}

.footer .link {
    justify-content: center;
}

.footer .yqlj {
    position: relative;
    margin-top: 10px;
    margin-right: 30px;
}

.footer .yqlj h2 {
    width: 245px;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    cursor: pointer;
    font-weight: normal;
    border: 1px #FFF solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.footer .yqlj h2::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px transparent solid;
    border-right: 6px transparent solid;
    border-top: 6px #FFF solid;
}

.footer .yqlj h2 p {
    font-size: 16px;
    color: #fff;
}

.footer .yqlj ul {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    padding: 20px;
    background: #FFF;
}

.footer .yqlj ul li {
    line-height: 28px;
    cursor: pointer;
}

.footer .yqlj ul li a {
    font-size: 14px;
}

.footer .yqlj.active ul {
    display: block;
}

.footer .erwma-con {
    align-items: flex-end;
}

.footer .erwma-con .item {
    margin-left: 18px;
}

.footer .erwma-con .erwma {
    background-color: #FFF;
    padding: 3px;
    width: 56px;
    height: 56px;
    margin-left: auto;
    margin-right: auto;
}

.footer .erwma-con .erwma img {
    width: 100%;
}

.footer .erwma-con .tit {
    font-size: 13px;
    white-space: nowrap;
}

@media (min-width:1025px) {
    .hd-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);
    }
    .hd-nav .row:hover .subdrop {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
    .hd-nav .subdrop .lk:hover {
        color: #2A6FD5
    }
}

@media (max-width:1400px) {
    .footer .erwma-con .item {
        margin-left: 25px;
    }
    .footer .logo img {
        height: 80px;
    }
    .footer .yqlj h2 {
        width: 240px;
    }
}

@media (max-width:1366px) {
    .footer .erwma-con .item {
        margin-left: 20px;
    }
    .footer .logo img {
        height: 75px;
    }
    .footer .yqlj h2 {
        width: 230px;
    }
}

@media (max-width:1199px) {
    .header .logo {
        height: 90px;
    }
    .fixed {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 9999;
    }
    .header .logo img {
        height: 50px;
    }
    .header .search,
    .hd-nav .subdrop::before {
        display: none;
    }
    .menu-btn,
    .m-search {
        display: block;
    }
    .hd-nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 90px;
        margin-top: 0;
        bottom: 0;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
    }
    .hd-nav ul {
        flex-flow: column;
        margin-top: 20px;
    }
    .hd-nav .arrow {
        position: absolute;
        right: 0;
        top: 25px;
        width: 10px;
        height: 10px;
        border-right: 1px rgba(120, 165, 237, 0.5) solid;
        border-top: 1px rgba(120, 165, 237, 0.5) solid;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
    .hd-nav li>a {
        font-size: 18px;
        padding: 0;
    }
    .hd-nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        padding-top: 0;
    }
    .hd-nav .drop .con {
        padding: 0;
    }
    .hd-nav .cur>.arrow {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }
    .hd-nav .subdrop {
        opacity: 1;
        transform: rotateX(0deg);
        position: static;
        width: 100%;
        background-color: transparent;
        display: none;
        right: auto;
        top: auto;
        text-align: left;
    }
    .hd-nav .row {
        position: relative;
    }
    .hd-nav .drop .con>a,
    .hd-nav .drop .row>a {
        line-height: 50px;
        padding-left: 20px;
    }
    .hd-nav .drop .con>a:last-child {
        border-bottom-width: 1px;
    }
    .hd-nav .subdrop .lk {
        font-size: 14px;
        padding-left: 40px;
    }
    .footer .container {
        flex-flow: column;
    }
    .footer .text-con {
        order: 2;
    }
    .footer .erwma-con {
        order: 3;
        justify-content: center;
        margin-top: 30px;
    }
    .footer .link {
        justify-content: center;
        margin-top: 30px;
    }
    .footer .logo {
        display: flex;
        justify-content: center;
    }
    .footer .logo img {
        height: 70px;
    }
    .footer .text-con {
        text-align: center;
        margin-top: 30px;
    }
    .footer .text-con p,
    .footer .yqlj h2 p {
        font-size: 14px;
    }
    .footer .copyright {
        justify-content: center;
        margin-top: 10px;
        font-size: 14px;
    }
    .footer .yqlj ul {
        padding: 10px;
    }
    .footer .yqlj:last-child {
        margin-right: 0;
    }
}

@media (max-width:950px) {
    .footer .logo img {
        height: 60px;
    }
}

@media (max-width:767px) {
    .header .logo {
        height: 70px;
    }
    .header .logo img {
        height: 35px;
    }
    .hd-nav {
        top: 70px;
    }
    .hd-nav li>a {
        font-size: 14px;
        line-height: 50px;
    }
    .hd-nav .arrow {
        top: 20px;
    }
    .hd-nav .subdrop .lk {
        font-size: 12px;
    }
    .footer .logo img {
        height: 45px;
    }
    .footer .yqlj {
        width: 40%;
    }
    .footer .yqlj h2 {
        width: 100%;
    }
    .footer .text-con p,
    .footer .yqlj h2 p,
    .footer .copyright,
    .footer .erwma-con .tit,
    .footer .yqlj ul li a {
        font-size: 12px;
    }
}

@media (max-width:480px) {
    .footer {
        padding: 30px 0;
    }
    .footer .yqlj {
        width: 49%;
        margin-right: 2%;
    }
    .footer .erwma-con .item {
        margin-left: 2%;
    }
    .footer .erwma-con .item:first-child {
        margin-left: 0;
    }
}

@font-face {
    font-family: 'SourceHanSerifCN-Heavy';

}

.banner {
    overflow: hidden;
    z-index: 1;
}

.banner img {
    width: 100%;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .swiper-button-white {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;

    background-size: 14px;
}

.banner .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    opacity: 1;
    background-color: #FFF;
    margin: 0 15px !important;
}

.banner .swiper-pagination-bullet-active {
    width: 34px;
    height: 48px;
    background: url(../images/dot.png)no-repeat center;
    background-size: 100%;
}

.home-news-content {
    width: 100%;
    background: url(../images/bg1.png)no-repeat center bottom;
    background-size: cover;
    padding: 80px 0;
}

.home-title {
    align-items: flex-end;
}

.home-title .icon {
    margin-right: 20px;
    height: 40px;
}

.home-title .icon img {
    width: 100%;
}

.home-title .cn {
    font-family: 'SourceHanSerifCN-Heavy';
    font-size: 37px;
    margin-right: 20px;
}

.home-title .en {
    text-transform: uppercase;
    color: #8FB4E7;
    line-height: 1.6;
}

.home-title a {
    position: absolute;
    right: 0;
    bottom: 5px;
    color: #ACCBFF;
}

.home-news-content .tqkb {
    width: 58%;
    margin-right: 5%;
}

.home-news-content .tqkb .home-title .icon {
    width: 40px;
}

.home-news-content .tqkb ul {
    margin-top: 60px;
}

.home-news-content .tqkb li {
    border-bottom: 1px #BCD5FF solid;
    padding: 30px 15px;
}

.home-news-content .tqkb li:last-child {
    border-bottom: 0;
}

.home-news-content .tqkb li .tit {
    padding-left: 15px;
    min-width: 0;
    margin-right: 30px;
}

.home-news-content .tqkb li .tit::before {
    content: '';
    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%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #85AAEE;
}

.home-news-content .tqkb li .des {
    display: none;
    font-size: 17px;
    color: #CEE1FF;
    margin-top: 20px;
    line-height: 1.8;
}

.home-news-content .tqkb li .date {
    background: url(../images/date.svg)no-repeat left center;
    padding-left: 30px;
    background-size: 15px;
    font-size: 16px;
    color: #999;
}

.home-news-content .tqkb li.on {
    background: url(../images/tbg1.png)no-repeat center;
    background-size: cover;
    display: block;
    padding: 30px;
}

.home-news-content .tqkb li.on .tit {
    color: #FFF;
    padding-left: 0;
    font-weight: bold;
}

.home-news-content .tqkb li.on .tit::before {
    display: none;
    color: #FFF;
}

.home-news-content .tqkb li.on .des {
    display: block;
}

.home-news-content .tqkb li.on .date {
    background: none;
    padding-left: 0;
    color: #FFF;
    font-size: 18px;
    margin-top: 20px;
    font-weight: bold;
}

.home-news-content .notice {
    width: 37%;
}

.home-news-content .notice .home-title .icon {
    width: 34px;
}

.home-news-content .notice ul {
    margin-top: 60px;
}

.home-news-content .notice li {
    border-bottom: 1px #BCD5FF solid;
    padding: 32px 20px;
}

.home-news-content .notice li:last-child {
    border-bottom: 0;
}

.home-news-content .notice li .date {
    color: #77A0E4;
    font-size: 16px;
    padding-right: 20px;
    margin-right: 20px;
}

.home-news-content .notice li .date::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: 1px;
    height: 60%;
    background-color: #DDEAFF;
}

.home-news-content .notice li .date span {
    color: #4170BC;
    font-size: 18px;
    font-weight: bold;
}

.home-fengcai {
    background: url(../images/bg2.png)no-repeat center;
    background-size: cover;
    padding: 80px 0;
}

.home-fengcai .home-title .icon {
    width: 38px;
}

.home-fengcai ul {
    margin-top: 60px;
}

.home-fengcai li {
    width: 31.3%;
    margin-right: 3%;
    overflow: hidden;
}

.home-fengcai li:last-child {
    margin-right: 0;
}

.home-fengcai li .pic {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.home-fengcai li .text-con {
    background-color: #FFF;
    padding: 20px 30px;
}

.home-fengcai li .text-con .date {
    margin-top: 15px;
}

.home-fengcai li .item {
    margin-top: 30px;
    padding-left: 35px;
}

.home-fengcai li .item::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #7AB0FF;
}

.home-fengcai li .item .date {
    margin-top: 15px;
    color: #8D8D8D;
}

.home-media-video {
    background: url(../images/bg3.png)no-repeat center bottom;
    padding: 80px 0;
    background-size: cover;
}

.home-media-video .home-title .icon {
    width: 39px;
    height: 45px;
}

.home-media {
    width: 58%;
    margin-right: 5%;
}

.home-media ul {
    margin-top: 50px;
}

.home-media li {
    height: 210px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.home-media li:last-child {
    margin-bottom: 0;
}

.home-media li .pic {
    padding: 7px 0;
    width: 300px;
    overflow: hidden;
    z-index: 2;
}

.home-media li .pic::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
    width: 100%;
    height: 100%;
    background-color: #4B7BC2;
}

.home-media li .pic a {
    width: 100%;
    height: 196px;
    overflow: hidden;
    z-index: 9;
}

.home-media li .text-con {
    background-color: #FFF;
    border: 1px #B6D2FA solid;
    padding: 20px 40px;
}

.home-media li:nth-child(even) .pic {
    order: 2;
}

.home-media li:nth-child(even) .pic::after {
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
}

.home-media li:nth-child(even) .text-con {
    order: 1;
}

.home-media li .tit {
    line-height: 1.6;
    font-weight: bold;
}

.home-media li .des {
    opacity: .85;
    margin-top: 15px;
    font-size: 16px;
}

.home-media li .date {
    color: #4B7BC2;
    font-size: 16px;
    position: absolute;
    left: 40px;
    bottom: 30px;
}

.home-video {
    width: 37%;
}

.home-video .con {
    margin-top: 50px;
}

.home-video .item {
    width: 100%;
    height: 320px;
    overflow: hidden;
    margin-bottom: 30px;
}

.home-video .item:last-child {
    margin-bottom: 0;
}

.home-video .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, .4));
    z-index: 2;
}

.home-video .item span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    background: url(../images/play.svg)no-repeat center;
    background-size: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.home-video .item .text-con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    color: #FFF;
    z-index: 3;
}

.home-video .item .text-con .tit {
    font-size: 12px;
}

.home-video .item .text-con .text {
    font-weight: bold;
}

.home-video .item .text-con .icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
}

.home-video .item .text-con .icon img {
    width: 100%;
}

.home-media-video .link {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px 0;
    margin-top: 60px;
}

.home-media-video .link .item {
    width: 183px;
    height: 183px;
    margin-right: 60px;
}

.home-media-video .link .item:last-child {
    margin-right: 0;
}

.home-media-video .link .icon {
    width: 100%;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 36px;
}

.home-media-video .link .item:nth-child(2) .icon {
    background-image: url(../images/icon1.svg);
}

.home-media-video .link .item:nth-child(3) .icon {
    background-image: url(../images/icon2.svg);
}

.home-media-video .link .item:nth-child(4) .icon {
    background-image: url(../images/icon3.svg);
}

.home-media-video .link .item:nth-child(5) .icon {
    background-image: url(../images/icon4.svg);
}

.home-media-video .link .item:nth-child(6) .icon {
    background-image: url(../images/icon5.svg);
}

.home-media-video .link .tit {
    margin-top: 15px;
    font-weight: bold;
}


/* 侧边栏 */

.sidebar {
    width: 255px;
    margin-top: -100px;
    z-index: 9;
    margin-right: 70px;
}

.sidebar .title {
    width: 100%;
    height: 100px;
    background: url(../images/titbg.png)no-repeat center bottom;
    background-size: 100%;
    color: #FFF;
    font-size: 28px;
    font-family: 'SourceHanSerifCN-Heavy';
}

.sidebar ul {
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 0 25px;
}

.sidebar li {
    border-bottom: 1px #B6CDF1 dotted;
    padding: 20px 0 20px 40px;
}

.sidebar li .arrow {
    position: absolute;
    top: 26px;
    width: 12px;
    height: 12px;
    border-right: 2px #C7C7C7 solid;
    border-bottom: 2px #C7C7C7 solid;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    margin-left: 30px;
    cursor: pointer;
}

.sidebar .menu {
    display: none;
    font-size: 15px;
    padding-top: 20px;
}

.sidebar .on>a {
    color: #4676C0;
}

.sidebar .menu a {
    color: rgba(42, 111, 213, 0.3);
    line-height: 2;
    margin: 3px 0;
}

.sidebar .menu a:hover {
    color: #2A6FD5;
}

.sidebar .on .arrow {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    border-right-color: #2A6FD5;
    border-bottom-color: #2A6FD5;
}

.pub-title {
    margin-top: 40px;
    border-bottom: 1px #AECEFF solid;
    padding-bottom: 20px;
}

.pub-title .title {
    padding-left: 30px;
    font-size: 28px;
}

.pub-title .title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 30px;
    background-image: linear-gradient(#2B71DB, #FFFFFF);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.pub-title .title::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 50%;
    width: 5px;
    height: 30px;
    background-image: linear-gradient(#FFFFFF, #2B71DB);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.warp {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:1600px) {
    .warp {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.pub-content {
    padding-bottom: 110px;
    background: url(../images/bg4.png)no-repeat center bottom;
    background-size: 100%;
}

.crumb {
    background: url(../images/cur.svg)no-repeat left center;
    background-size: 15px;
    padding-left: 25px;
    font-size: 16px;
}

.crumb span {
    color: #376FC4;
}

.jiceng .card {
    margin-top: 70px;
    width: 32%;
    margin-right: 2%;
}

.jiceng .card:nth-of-type(3n) {
    margin-right: 0;
}

.jiceng .card .pic {
    width: 100%;
    height: 235px;
    overflow: hidden;
}

.jiceng .card .text-con {
    border: 1px rgba(118, 164, 235, 0.4392) solid;
    background-color: #FFF;
    height:auto;
    padding: 20px 30px 0 30px;
}

.jiceng .card .tit {
   /* border-bottom: 1px rgba(118, 164, 235, 0.44) solid;*/
    line-height: 1.6;
    padding-bottom: 10px;
}

.jiceng .card .des {
    background: url(../images/icon6.svg)no-repeat left 8px;
    padding-left: 25px;
    font-size: 16px;
    color: #676767;
    line-height: 1.8;
    margin-top: 15px;
}

.page {
    margin-top: 110px;
}

.page a {
    border: 1px #CECECE solid;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    line-height: 38px;
    overflow: hidden;
    padding: 0 15px;
    margin: 0 3px;
}

.page .last,
.page .idx {
    border: 0;
}

.page .prev,
.page .next {
    width: 38px;
}

.page .prev::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 13px;
    width: 10px;
    height: 10px;
    border-left: 1px #797979 solid;
    border-top: 1px #797979 solid;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.page .next::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 13px;
    width: 10px;
    height: 10px;
    border-right: 1px #797979 solid;
    border-top: 1px #797979 solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.page .on {
    background-color: #376FC4;
    color: #FFF;
}

.page span {
    line-height: 38px;
    margin: 0 3px;
}


/* 成员信息 */

.user-info .title {
    width: 290px;
    height: 84px;
    line-height: 84px;
    background-color: #376FC4;
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
    -webkit-clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    font-size: 22px;
    margin-top: 60px;
}

.user-info li {
    border: 1px #68A3FF solid;
    border-radius: 30px 0 30px 0;
    -webkit-border-radius: 30px 0 30px 0;
    -moz-border-radius: 30px 0 30px 0;
    -ms-border-radius: 30px 0 30px 0;
    -o-border-radius: 30px 0 30px 0;
    padding: 30px 50px;
    margin-top: 30px;
    background-color: #FFF;
    line-height: 1.8;
}

.user-info li .name {
    width: 90px;
    margin-right: 80px;
    color: #376FC4;
}

.user-info li .text {
    width: 180px;
    margin-right: 80px;
}


/*  */

.pic-list .item {
    background-color: #F5F9FF;
    padding: 30px 50px;
    margin-top: 40px;
}

.pic-list .item .pic {
    width: 265px;
    height: 185px;
    overflow: hidden;
    margin-right: 35px;
}

.pic-list .item .date {
    color: #2A6FD5;
    font-size: 16px;
}

.pic-list .item .date span {
    font-size: 25px;
    margin-right: 20px;
    font-weight: bold;
}

.pic-list .item .tit {
    font-size: 20px;
    line-height: 1.8;
    margin-top: 10px;
}

.pic-list .item .des {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 15px;
    color: #898989;
}


/*  */

.text-list .item {
    padding: 40px 30px;
    border-bottom: 1px #99BBED dashed;
}

.text-list .item .date {
    width: 95px;
    line-height: 1.8;
    color: #2B66BE;
    font-size: 32px;
    margin-right: 70px;
    font-weight: bold;
}

.text-list .item .date::after {
    content: '';
    position: absolute;
    right: -35px;
    top: 50%;
    width: 1px;
    height: 50px;
    background-color: #FFEEEE;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.text-list .item .date span {
    border: 1px #99BBED solid;
    font-size: 16px;
    color: #9E9E9E;
    font-weight: normal;
}

.text-list .item .des {
    font-size: 15px;
    color: #8D8D8D;
    margin-top: 10px;
    line-height: 1.8;
}

.details {
    margin-top: 30px;
}

.details .title {
    background-color: #C5DCFF;
    padding: 0 30px;
    line-height: 90px;
}

.details .title span {
    background-color: #376FC4;
    color: #FFF;
    -webkit-clip-path: polygon(3% 0, 97% 0, 100% 50%, 97% 100%, 3% 100%, 0 50%);
    clip-path: polygon(3% 0, 97% 0, 100% 50%, 97% 100%, 3% 100%, 0 50%);
    font-size: 22px;
padding: 0 37px;
}

.details .info {
    color: #9E9E9E;
    margin-top: 20px;
}

.details .info span {
    padding-left: 20px;
    margin-right: 35px;
    background-position: left center;
    background-repeat: no-repeat;
}

.details .info span:last-child {
    margin-right: 0;
}

.details .info span:nth-child(1) {
    background-image: url(../images/time.svg);
}

.details .info span:nth-child(2) {
    background-image: url(../images/user.svg);
}

.details .info span:nth-child(3) {
    background-image: url(../images/click.svg);
}

.details .body {
    margin-top: 30px;
    padding-top: 30px;
    line-height: 1.8;
    border-top: 1px rgba(43, 61, 197, 0.23) solid;
}

.details .body img {
    max-width: 100%;
}

.details .body p {
    text-indent: 36px;
    margin-bottom: 30px;
}
.details .body table p{
    text-indent:0em;
    margin-bottom:0em;
}
.details .prev-next {
    margin-top: 40px;
}

.details .prev-next a {
    height: 67px;
    line-height: 67px;
    background: url(../images/tbg7.svg)no-repeat left center;
    background-size: auto 100%;
    padding-left: 65px;
    margin-top: 20px;
}

.details .prev-next a span {
    color: #2B66BE;
}

@media (min-width:1025px) {
    .home-title a:hover {
        color: #3E6FBE;
    }
    .home-news-content .notice li:hover {
        background: url(../images/tbg2.png)no-repeat center;
        background-size: cover;
    }
    .home-news-content .notice li:hover .tit,
    .home-fengcai li .pic-con:hover .text-con .tit,
    .home-fengcai li .item:hover a,
    .home-media li:hover .tit,
    .home-media li:hover .date,
    .pic-list .item:hover .tit,
    .text-list .item:hover .tit {
        font-weight: bold;
    }
    .home-news-content .notice li:hover .tit,
    .home-news-content .notice li:hover .date span,
    .home-news-content .notice li:hover .date,
    .home-fengcai li .pic-con:hover .text-con .tit,
    .home-media li:hover .text-con .tit,
    .home-media li:hover .text-con .date,
    .jiceng .card:hover .text-con .tit,
    .jiceng .card:hover .text-con .des,
    .pic-list .item:hover .date,
    .pic-list .item:hover .des,
    .text-list .item:hover .date,
    .text-list .item:hover .date span,
    .text-list .item:hover .tit,
    .text-list .item:hover .des {
        color: #FFF;
    }
    .home-fengcai li .pic-con:hover .pic img,
    .home-video .item:hover .img,
    .home-media li:hover .pic img,
    .jiceng .card:hover .pic img,
    .pic-list .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);
    }
    .home-fengcai li .pic-con:hover .text-con {
        background: url(../images/tbg3.jpg)no-repeat center;
        background-size: cover;
        color: #FFF;
    }
    .home-media li:hover .text-con {
        background: url(../images/tbg4.jpg)no-repeat center;
        background-size: cover;
        color: #FFF;
    }
    .home-media-video .link .item:hover {
        background: url(../images/tbg5.png)no-repeat center;
        background-size: cover;
        color: #FFF;
    }
    .home-media-video .link .item:nth-child(2):hover .icon {
        background-image: url(../images/icon1-on.svg);
    }
    .home-media-video .link .item:nth-child(3):hover .icon {
        background-image: url(../images/icon2-on.svg);
    }
    .home-media-video .link .item:nth-child(4):hover .icon {
        background-image: url(../images/icon3-on.svg);
    }
    .home-media-video .link .item:nth-child(5):hover .icon {
        background-image: url(../images/icon4-on.svg);
    }
    .home-media-video .link .item:nth-child(6):hover .icon {
        background-image: url(../images/icon5-on.svg);
    }
    .jiceng .card:hover .text-con {
        background-color: #376FC4;
    }
    .jiceng .card:hover .text-con .des {
        background-image: url(../images/icon6-on.svg);
    }
    .pic-list .item:hover {
        background: url(../images/bg5.jpg)no-repeat center;
        background-size: cover;
        color: #FFF;
    }
    .text-list .item:hover {
        background: url(../images/bg6.jpg)no-repeat center;
        background-size: cover;
    }
    .text-list .item:hover .date::after {
        opacity: .2;
    }
}

@media (max-width:1199px) {
    .banner .swiper-button-white {
        width: 50px;
        height: 50px;
        background-size: 12px;
    }
    .home-title .cn {
        font-size: 28px;
    }
    .home-title .icon {
        height: 35px;
        margin-right: 15px;
    }
    .home-news-content .tqkb .home-title .icon,
    .home-fengcai .home-title .icon {
        width: 32px;
    }
    .home-news-content .notice .home-title .icon {
        width: 28px;
    }
    .home-news-content .tqkb li .des,
    .home-news-content .tqkb li.on .date {
        font-size: 13px;
    }
    .home-fengcai li .pic {
        height: 240px;
    }
    .home-fengcai li .text-con {
        padding: 15px;
    }
    .home-fengcai li .item {
        padding-left: 25px;
    }
    .home-fengcai li .item::before {
        top: 8px;
        left: 10px;
    }
    .home-fengcai .home-title .icon {
        height: 33px;
    }
    .home-media li .text-con {
        padding: 20px;
    }
    .home-media li .des,
    .home-media li .date,
    .jiceng .card .des,
    .pic-list .item .des,
    .text-list .item .des {
        font-size: 12px;
    }
    .home-media-video .link {
        margin-top: 40px;
    }
    .home-media-video .link .item {
        width: 18%;
        height: auto;
        margin-right: 2%;
    }
    .sidebar,
    .crumb {
        display: none;
    }
    .pub-title .title {
        font-size: 24px;
    }
    .jiceng .card {
        margin-top: 40px;
    }
    .jiceng .card .pic {
        height: 200px;
    }
    .jiceng .card .text-con {
        height:auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .user-info .title {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        margin-top: 40px;
    }
    .pic-list .item {
        padding: 20px;
    }
    .pic-list .item .date,
    .text-list .item .date span {
        font-size: 14px;
    }
    .pic-list .item .date span {
        font-size: 18px;
    }
    .pic-list .item .tit {
        font-size: 16px;
    }
    .text-list .item .date {
        font-size: 24px;
    }
    .details .title span {
        font-size: 18px;
        padding: 15px 0;
    }
    .details .title {
        padding: 0;
        line-height: 1.8;
    }
}

@media (max-width:950px) {
    .home-news-content,
    .home-media-video,
    .home-fengcai {
        padding: 50px 0;
    }
    .home-news-content .tqkb,
    .home-media {
        width: 100%;
        margin-right: 0;
    }
    .home-news-content .notice,
    .home-video {
        width: 100%;
        margin-top: 30px;
    }
    .home-news-content .notice ul,
    .home-news-content .tqkb ul {
        margin-top: 20px;
    }
    .home-title .cn {
        font-size: 24px;
    }
    .home-title .icon {
        height: 30px;
    }
    .home-news-content .tqkb .home-title .icon {
        width: 24px;
    }
    .home-news-content .notice .home-title .icon {
        width: 22px;
    }
    .home-news-content .tqkb li .des,
    .home-news-content .tqkb li.on .date {
        font-size: 12px;
    }
    .home-news-content .tqkb li {
        padding: 20px 15px;
    }
    .home-news-content .notice li {
        padding: 20px;
    }
    .home-news-content .notice li .date {
        font-size: 12px;
    }
    .home-news-content .notice li .date span,
    .home-news-content .tqkb li .date {
        font-size: 14px;
    }
    .home-fengcai li .pic {
        height: 200px;
    }
    .home-fengcai .home-title .icon {
        width: 28px;
        height: 28px;
    }
    .home-media-video .home-title .icon {
        width: 32px;
        height: 32px;
    }
    .jiceng .card {
        margin-top: 30px;
    }
    .jiceng .card .pic {
        height: 160px;
    }
    .jiceng .card .text-con {
          height:auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .pub-content {
        padding-bottom: 70px;
    }
    .page {
        margin-top: 70px;
    }
    .user-info li {
        padding: 20px 30px;
    }
    .user-info li .name {
        margin-right: 20px;
    }
    .user-info li .name {
        width: 70px;
    }
    .user-info li .text {
        width: 140px;
        margin-right: 0;
    }
    .pic-list .item {
        margin-top: 20px;
    }
    .text-list .item {
        padding: 30px 20px;
    }
}

@media (max-width:767px) {



video{
display: block;
    width: 90%;
margin: auto;

}

    .banner .swiper-button-white {
        width: 30px;
        height: 30px;
        background-size: 8px;
    }
    .banner .swiper-pagination-bullet-active {
        width: 24px;
        height: 38px;
    }
    .home-title .cn {
        font-size: 20px;
        margin-right: 10px;
    }
    .home-title .icon {
        height: 25px;
    }
    .home-news-content .tqkb .home-title .icon {
        width: 24px;
    }
    .home-news-content .notice .home-title .icon {
        width: 20px;
    }
    .home-news-content {
        padding: 30px 0;
    }
    .home-news-content .tqkb li .tit {
        margin-right: 20px;
        padding-left: 0;
        line-height: 1.8;
    }
    .home-news-content .notice,
    .home-news-content .tqkb li.on .des,
    .home-news-content .tqkb li.on .date {
        margin-top: 10px;
    }
    .home-news-content .tqkb li .date {
        padding-left: 20px;
    }
    .home-news-content .notice li,
    .home-news-content .tqkb li.on {
        padding: 15px;
    }
    .home-fengcai ul {
        margin-top: 40px;
    }
    .home-fengcai li .pic {
        height: 160px;
    }
    .home-fengcai .home-title .icon {
        width: 24px;
        height: 24px;
    }
    .home-media-video .link {
        margin-top: 30px;
    }
    .jiceng .card .pic {
        height: 140px;
    }
    .jiceng .card .text-con {
        padding: 15px 15px 0 15px;
         height:auto;
    }
    .pub-title {
        margin-top: 30px;
    }
    .pub-title .title {
        font-size: 20px;
    }
    .details .info span {
        margin-right: 5px;
    }
    .details .title span {
        font-size: 16px;
    }
}

@media (max-width:480px) {
    .home-fengcai {
        padding: 40px 0;
    }
    .home-fengcai ul {
        margin-top: 0px;
    }
    .home-fengcai li {
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
    }
    .home-fengcai li .pic {
        height: 180px;
    }
    .home-video .item .text-con {
        padding: 15px;
    }
    .home-video .item .text-con .icon {
        width: 35px;
        height: 35px;
    }
    .home-video .item {
        height: 260px;
    }
    .home-video .con,
    .home-media ul {
        margin-top: 20px;
    }
    .home-media li {
        flex-flow: column;
        height: auto;
    }
    .home-media li .pic {
        width: 100%;
        height: 200px;
        padding: 0;
    }
    .home-media li .pic a {
        height: 100%;
    }
    .home-media li .pic::after {
        display: none;
    }
    .home-media li:nth-child(even) .pic {
        order: 1;
    }
    .home-media li:nth-child(even) .text-con {
        order: 2;
    }
    .home-media li .date {
        position: sticky;
        margin-top: 10px;
        bottom: auto;
        left: auto;
    }
    .home-media li .text-con {
        padding: 10px 15px;
    }
    .jiceng .card {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    .page {
        margin-top: 40px;
    }
    .page .last,
    .page .idx {
        display: none;
    }
    .page a,
    .page span {
        line-height: 30px;
        padding: 0 10px;
    }
    .page span {
        margin: 0;
    }
    .page .prev,
    .page .next {
        width: 30px;
    }
    .page .prev::after {
        width: 8px;
        height: 8px;
        left: 12px;
        top: 12px;
    }
    .page .next::after {
        width: 8px;
        height: 8px;
        right: 12px;
        top: 12px;
    }
    .pub-title .title::before,
    .pub-title .title::after {
        height: 20px;
    }
    .user-info li {
        padding: 15px 20px;
        margin-top: 20px;
    }
    .user-info li .name {
        width: 40%;
        margin-right: 0;
    }
    .user-info li .text {
        width: 60%;
        text-align: right;
    }
    .user-info li .des {
        margin-top: 10px;
    }
    .user-info .title {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        width: 220px;
    }
    .pic-list .item {
        flex-flow: column;
        padding: 15px;
    }
    .pic-list .item .pic {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .text-list .item .date {
        width: 70px;
        font-size: 20px;
    }
    .text-list .item .date span {
        font-size: 12px;
    }
    .text-list .item {
        padding: 20px 0;
    }
    .text-list .item .date {
        margin-right: 40px;
    }
    .text-list .item .date::after {
        right: -20px;
        height: 40px;
    }
    .details .title span {
        font-size: 14px;
    }
    .details .info span {
        padding-left: 12px;
    }
    .details .prev-next a {
        padding-left: 30px;
        height: 40px;
        line-height: 40px;
    }
}