/* CSS Document */
body,
html {
    -webkit-tap-highlight-color: transparent;
    background: #fff;
    color: #333;
}

img {
    max-width: 100%;
}

.clear {
    clear: both;
}

* {
    font-family: "微软雅黑";
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
th,
p {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-family: "微软雅黑", verdana, arial;
}

.ftBlue {
    color: #06C;
}

.ftOrange {
    color: #F90;
}

.ftYellow {
    color: #FF0;
}

.ftRed {
    color: #F00;
}

.ftGray {
    color: #666;
}

.ftGreen {
    color: #360;
}

.ftStrong {
    font-weight: bold;
}

body {
    font-size: 14px;
}

a {
    color: #333;
}

img {
    border: 0;
}

ul,
li {
    list-style: none;
}

header {
    position: fixed;
    background: #000000;
    padding: 0;
    height: 50px;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.login {
    float: left;
    color: #fff;
    line-height: 50px;
    text-indent: 20px;
    position: relative;
    z-index: 999;
}

.login a {
    color: #fff;
}

header h1 {
    clear: both;
    overflow: hidden;
    text-align: center;

}

header h1 img {
    float: left;
    margin-left: 0.5em;
    width: 65%;
}

.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}

@-webkit-keyframes returnToNormal {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes returnToNormal {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.mobile-inner-header {
    width: 100%;
    height: 50px;
    position: absolute;
    /* top: 45%; */
    right: 0px;
    z-index: 10;
}

.websitename {
    float: left;
    line-height: 50px;
    padding-left: 10px;
    color: #fff;
    font-size: 16px;
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 50px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 50px;
    position: relative;

}

.mobile-inner-header-icon:hover {
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 3px;
    background-color: #fff;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
    transform: translateY(0px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

.mobile-inner-header-icon-click span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickthird;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);

    }

    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes clickthird {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }

    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }

    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0px;
    padding: 10px 0 20px;
    display: none;
    z-index: 10;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 35px;
    text-decoration: none;
    width: 90%;
    margin-left: 5%;
    border-bottom: dashed 1px #dfdfdf;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
    color: #4f4e4e;
}

.mobile-inner-nav a:hover {
    color: rgba(255, 255, 255, 0.4);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

/*预加载样式*/

#myloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1999;
    background: #F6F6F6;
    text-align: center;
}

#myloader .loader {
    display: inline-block;
    height: auto;
    position: relative;
    top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50px;
}

#myloader .loader .grid {
    width: 60px;
    height: 60px;
    margin: 100px auto;
}

#myloader .loader .grid .cube {
    width: 33%;
    height: 33%;
    background-color: #265aa5;
    float: left;
    -webkit-animation: cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: cubeGridScaleDelay 1.3s infinite ease-in-out;
}

#myloader .loader .grid .cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#myloader .loader .grid .cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#myloader .loader .grid .cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#myloader .loader .grid .cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#myloader .loader .grid .cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#myloader .loader .grid .cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#myloader .loader .grid .cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#myloader .loader .grid .ube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#myloader .loader .grid .cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.swiper-container {
    width: 100%;
    padding-bottom: 30px;
}

.swiper-container img {
    display: block;
    width: 100%;
}

.tab-news-content .news-list-wrapper:first-child>div:first-child {
    border-top: 0;
}

.rec-item {
    text-align: left;
}

.tab-news-content .news-list-wrapper:first-child>div:first-child .inner-item {
    border-top: none !important;
}

.tab-news-content .tpl-3 a.inner-item {
    min-height: 118px;
}

.tab-news-content .news-item .inner-item {
    margin: 0 16px;
    border-top: 1px solid #f0f0f0;
    padding: 10px 0 13px;
    display: block;
}

.tab-news-content .news-item .text-content {
    margin-bottom: 3px;
}

.tab-news-content .tpl-3 a.inner-item .text-content h2 {
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
    overflow: hidden;
}

.tab-news-content .news-item h2 {
    font-weight: normal;
    color: #333;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tab-news-content .news-item .hotRec0 {
    background-position: 0 0;
    background-color: #ffe4e4;
}

.tab-news-content .news-item .hotRec0 {
    background-position: 0 0;
    background-color: #ffe4e4;
}

.tab-news-content .news-item .hotRec {
    display: none;
    width: 17px;
    height: 17px;
    background-image: url("//m.baidu.com/static/index/plus/public/tab_news.png");
    background-size: 98px 41px;
    position: relative;
    top: 3px;
    margin-left: 6px;
}

.tab-news-content .news-item h2 {
    font-weight: normal;
    color: #333;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.tab-news-content .news-item .img-wrap {
    display: inline-block;
    width: 33.105%;
    margin-right: 1px;
    height: 0;
    padding-top: 21.99%;
    position: relative;
    vertical-align: top;
}

.tab-news-content .news-item .img-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.tab-news-content .news-item .img-wrap:last-child {
    margin-right: 0;
}

.tab-news-content .news-item .news-from {
    margin-top: 9px;
    line-height: 13px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.tab-news-content .news-item .news-from span {
    margin-right: 8px;
    font-size: 13px;
    color: #999;
    display: inline-block;
}

.tab-news-content .tpl-2 .inner-item {
    position: relative;
    padding: 14px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.tab-news-content .tpl-2 .info-content {
    width: 67.88%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    -webkit-order: 2;
    order: 2;
}

.tab-news-content .tpl-2 .info-content>div {
    margin-left: 14px;
}

.tab-news-content .tpl-2 .text-content h2 {
    -webkit-line-clamp: 2;
}

.tab-news-content .tpl-2 .pic-content {
    width: 33.65%;
    position: relative;
}

.tab-news-content .tpl-2 .pic-content div {
    width: 100%;
    padding-top: 66.67%;
}

.tab-news-content .tpl-2 .pic-content img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
}

.weui-tab__bd {
    padding-bottom: 55px;
}

.s-news-special-item-tpl-3 {
    min-height: 87px;
    _height: 87px;
    overflow: visible;
    padding: 0 16px;
}

.s-news-special {
    border-top: 1px solid #f0f0f0;
    position: relative;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAMAAAAoyzS7AAAAGXRFW¡­AAVcLTfgAAAAF0Uk5TAEDm2GYAAAAMSURBVHjaYmAACDAAAAIAAU9tWeEAAAAASUVORK5CYII=) repeat;
}

.s-news-special-item-tpl-3 h2 {
    width: 100%;
    height: 20px;
    padding-top: 20px;
    padding-bottom: 2px;
    font-weight: normal;
}

.s-news-special h2 .s-title-yahei {
    font-size: 18px;
    font-family: arial, 'Microsoft Yahei', Î¢ÈíÑÅºÚ;
}

.s-news-special-item-tpl-3 h2 a {
    display: inline-block;
    font-size: 16px;
    color: #333;
    zoom: 1;
    vertical-align: middle;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.s-news-special .from {
    width: 100%;
    position: relative;
    color: rgba(0, 0, 0, 0.4);
    font-size: 13px;
    display: block;
    padding-top: 8px;
}

.s-news-special .from .src-net {
    margin-right: 6px;
}

.s-news-special .from .src-time {
    vertical-align: -1px;
    _vertical-align: auto;
    margin-right: 6px;
}

.s-news-special .src-net a,
.s-news-special .src-net a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.4);
    color: #999\9;
}

.weui-tabbar {
    position: fixed;
}

.weui-cells__title {
    font-size: 18px;
}

.weui-article {
    line-height: 2em;
}

.rich_media_title {
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: 400;
    font-size: 24px;
}

.rich_media_meta_list {
    margin-bottom: 18px;
    line-height: 20px;
}

.rich_media_meta_list em {
    font-style: normal;
}

.rich_media_meta_text {
    color: #8c8c8c;
}

.rich_media_meta {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 10px;
    font-size: 14px;
}

.yuedu_box {
    color: #8c8c8c;
}

.contact-box .weui-cell__bd p {
    width: 50px;
}

.error {
    border: 1px solid #F00;
    background: #FFECEC;
    font-weight: normal;
    padding-top: 5px;
    font-size: 14px;
}

input.error,
textarea.error {
    background: #FFF0F0;
    border: 1px solid #FDD;
    display: block;
    font-size: inherit;
}

label.error {
    color: #F90;
    border: 0;
    background: none;
}

.content-block {
    padding: 10px 15px 0;
}

.jiben {
    background: #FFF;
    padding: 10px 0.75rem;
    margin-top: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0px;
    left: auto;
    right: 0px;
    width: auto;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 0;
    display: inline-block;
    background: #898a8e;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: RGB(0, 112, 237);
}

.swiper-slide p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    line-height: 30px;
}

.swiper-slide p a {
    color: #fff;
    display: block;
    padding-left: 10px;
}

.swiper-slide p a.title {
    display: inline-block;
    width: 60%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.clear {
    clear: both;
}



.weui-footer {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    background: #000;
    font-size: 0.8rem;
    padding: 1rem 0;
}

.weui-footer a {
    color: #BDBCBC;
}

.weui-footer__text {
    color: #BDBCBC;
    font-size: 12px;
}

.columnlist {
    width: 100%;
    float: left;
    text-indent: center;
    padding-top: 5rem;
}

.columnlist a {
    display: inline-block;
    color: RGB(71, 71, 71);
    background: RGBa(255, 255, 255, 0.8);
    width: 95%;
    text-align: center;
    line-height: 2rem;
    font-size: 0.8rem;
    margin-left: 2.5%;
    margin-bottom: 0.5rem;
    border-radius: 10px;
}

.logo {
    width: 100%;
    padding-top: 30%;
    text-align: center;
}

.logo img {
    width: 80%;
    padding: 0 10%;
}

.logo1 {
    width: 100%;
    padding-top: 20%;
    text-align: center;
}

.logo1 img {
    width: 80%;
    padding: 0 10%;
}

.home {
    float: right;
    color: #fff;
    margin-right: 5em;
    line-height: 50px;
    position: relative;
    z-index: 999;

}

.home a {
    line-height: 50px;
    color: #fff;
}

.videox {
    width: 100%;
    padding: 25% 0;
}

.videox img {
    width: 100%;
}

.boxindex {
    position: absolute;
    width: 100px;
    height: 55px;
}

.boxindex img {
    width: 100px;
    height: 55px;
}

.boxindex1 {
    left: 7%;
    top: 16rem;
}

.boxindex2 {
    right: 7%;
    top: 16rem;
}

.boxindex3 {
    left: 7%;
    top: 20rem;
}

.boxindex4 {
    right: 7%;
    top: 20rem;
}

.neititle {
    width: 100%;
    margin: 5.5em 0 2.5em 0;
}

.neititle .box {
    width: 29.5%;
    margin: 0 1.5%;
    text-align: center;
    line-height: 45px;
    display: inline-block;

}

.neititle .box:hover {
    border-bottom: 2px solid #da1e1e;
}

.neititle .box:hover a {
    color: #da1e1e;
}

.neititle .box a {
    color: rgba(255, 255, 255, 0.8);
}

.titlex {
    width: 100%;
    text-align: center;
    color: #000000;
    background: url(../../../img/6.png) no-repeat bottom;
    background-size: 32.5px 2.5px;
    line-height: 42.5px;

}

.titlex a {
    color: #000;
    font-size: 18px;
    font-weight: bold;

}

.content1 {
    width: 100%;

}

.content1 .position {
    width: 90%;
    margin: 0 auto;
    background: #fff;
}

.content1 .position1 {
    width: 100%;
    padding: 45px 0 22.5px 0;
    border-bottom: 10px solid #f5f5f5;
}

.content1 .neirong,
.content2 .neirong {
    margin-top: 40px;
    padding: 0 5%;
    line-height: 2em;
    font-size: 14px;
}

.neirong table {
    margin-bottom: 10px;
}

.neirong img {
    max-width: 100%;
}

.content2 {
    width: 100%;
}

.content2 .position {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    border-top: 10px solid #f5f5f5;
}

.content2 .position1 {
    width: 100%;
    padding: 40px 0 0 0;
}

.swiper-containerzs {
    width: 100%;
    margin-top: 22.5px;
}

.swiper-containerzs .swiper-slidezs {
    width: 100%;
}

.swiper-containerzs .swiper-slidezs .pic {
    width: 90%;
    margin: 0 5%;
}

.swiper-containerzs .swiper-slidezs .pic img {
    width: 100%;
    border: 1px solid #898a8e;
}

.swiper-containerzs .swiper-slidezs .text {
    text-align: center;
    color: #7f7f7f;
    line-height: 55px;
}

.swiper-containerzs .swiper-slidezs .text a {
    color: #7f7f7f;
}

.link {
    width: 100%;
    margin-top: 22.5px;
}

.link .box {
    width: 90%;
    margin: 0 5%;
}

.link .box h2 {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.link .box h3 {
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    color: #a7a7a7;
}

.link .box h3 span {
    color: #da1e1e;
}

.subinfolist {
    margin-top: 22.5px;
}

.subinfolist .title {
    display: block;
    color: #000000;
    background: none;
    line-height: 50px;
    text-align: center;

}

.fzname {
    color: #da1e1e;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    margin-top: 40px;
}

.fzimg {
    width: 90%;
    margin: 0 5%;
    margin-top: 30px;
}

.fzimg img {
    width: 100%;
}

.fzdtl {
    width: 90%;
    margin: 0 5%;
    margin-top: 10px;
}

.swiper-containerfz .swiper-pagination-bullet {
    width: 20%;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    border-top: 1px solid #eaeaea;
    background: none;
    border-radius: 0;
    margin: 0 !important;
    line-height: 45px;
}

.swiper-containerfz .swiper-wrapper {
    height: auto;
}

.swiper-containerfz .swiper-pagination-bullet-active {
    border-top: 1px solid #da1e1e;
    color: #da1e1e;
}

.swiper-paginationfz {
    position: relative !important;
    padding: 0 40px;
    border-top: 1px solid #eaeaea;
    margin: 20px;
}

.swiper-containerfz p {
    position: inherit;
    height: auto;
    background: none;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(1) !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(1) !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(1) !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(1) !important;
}

.kuang1 {
    width: 100%;
    height: 65px;
    background: url(../../../img/8.png) no-repeat #f5f5f5 86% 20%;
    background-size: 17.5px 15px;
    font-size: 12px;
    padding: 12px 15px;
    color: #aeaeae;
}

.kuang1 span {
    font-size: 14px;
    color: #000000;
}

.kuang2 {
    width: 100%;
    height: 80px;
    background: #f5f5f5;
    background-size: 17.5px 15px;
    font-size: 12px;
    padding: 12px 15px;
    color: #aeaeae;
}

.kuang2 span {
    font-size: 14px;
    color: #000000;
}

.content1 button {
    display: block;
    width: 60px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: #da1e1e;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 32px;
}

.message {
    width: 100%;
    padding: 0 2.5%;
    margin-bottom: 30px;
    background: #fff;
}

.message h2 {
    display: block;
    color: #000000;
    font-size: 14px;
    line-height: 30px;
}

.layui-btn {
    background: #da1e1e;
    color: #fff;
}

.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label {
    color: #da1e1e;
}

.qucikmark {
    width: 100%;
}

.qucikmark .img {
    width: 25%;
    margin: 2rem auto 0 auto;
}

.qucikmark .img img {
    display: block;
    width: 100%;
}

.content1 .slideTxtBox1 {
    width: 100%;
    z-index: 99;
    margin-top: 30px;
}

.content1 .slideTxtBox1 .hd1 {
    width: 100%;
    height: 5em;
    margin-bottom: 1em;
}

.content1 .slideTxtBox1 .hd1 ul {
    width: 100%;
}

.content1 .slideTxtBox1 .hd1 ul li {
    float: left;
    cursor: pointer;
    width: 30%;
    margin: 0 1.5%;
    list-style: none;
    text-align: center;
    color: #aeaeae;
    padding-top: 3em;
}

.content1 .slideTxtBox1 .hd1 ul li.li1x {
    background: url(../../../img/12.png) no-repeat top;
    background-size: 30px 30px;
}

.content1 .slideTxtBox1 .hd1 ul li.li2x {
    background: url(../../../img/13.png) no-repeat top;
    background-size: 35px 30px;
}

.content1 .slideTxtBox1 .hd1 ul li.li3x {
    background: url(../../../img/14.png) no-repeat top;
    background-size: 30px 30px;
}

.content1 .slideTxtBox1 .hd1 ul .on.li1x {
    background: url(../../../img/9.png) no-repeat top;
    background-size: 30px 30px;
}

.content1 .slideTxtBox1 .hd1 ul .on.li2x {
    background: url(../../../img/10.png) no-repeat top;
    background-size: 35px 30px;
}

.content1 .slideTxtBox1 .hd1 ul .on.li3x {
    background: url(../../../img/11.png) no-repeat top;
    background-size: 30px 30px;
}

.content1 .slideTxtBox1 .hd1 ul li a {
    color: #aeaeae;
}

.content1 .slideTxtBox1 .hd1 ul li.on {
    color: #da1e1e;
}

.content1 .slideTxtBox1 .bd1 {
    margin-top: 60px;
}

.content1 .slideTxtBox1 .bd1 ul {
    padding: 15px;
    zoom: 1;
}

.content1 .slideTxtBox1 .bd li {

    padding: 0 2.5%;
}

.content1 .slideTxtBox1 .bd1 li .date {
    float: right;
    color: #999;
}

.swiper-containerzs {
    padding-bottom: 25px !important;
}

.swiper-containerzs .swiper-pagination-bullet-active {
    background: #da1e1e;
}

.gotop {
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    right: 10px;
    bottom: 30px
}

.gotop a {
    display: block;
}

.gotop img {
    width: 20px;
    height: auto;
    margin-top: 15px;
    margin-left: 10px;
}


.iconfont {
    font-family: "iconfont" !important;
    font-size: 35px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.content3 p {
    padding: 0 10px;
    text-align: justify;
}

/* - */

.content1 .neirong .item {
    box-sizing: border-box;
    padding: 5px;
    border: 1px dashed rgb(255, 0, 0);
    margin: 10px 0;
}

.content1 .neirong .item .box:last-child {
    margin: 0;
}

.content1 .neirong .box {
    display: flex;
    align-items: flex-start;
    width: 100%;
    line-height: 25px;
    margin-bottom: 10px;
    background-color: rgb(242, 242, 242);
    box-sizing: border-box;
    padding: 10px 5px;
}

.content1 .neirong .box .ico {
    margin-right: 5px;
    margin-top: 9px;
    width: 6px;
    height: 6px;
    background: rgb(255, 0, 0);
    display: inline-block;
}

.content1 .neirong .box .desc {
    width: calc(100% - 6px);
}