@import url("font.css");
*:before, *:after { box-sizing: border-box; max-height: 1000001px; }
*, *:before, *:after { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, textarea, td { border: 0 none; font-size: inherit; color: inherit; margin: 0; padding: 0; vertical-align: baseline; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
em, strong, i { font-style: normal; }
ul, ol, li { list-style: none; }
body { font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif; line-height: 1.5; color: #333; background-color: #f2f2f2; font-size: 16px; }
a { text-decoration: none; }
* html .clearfix { height: 1%; }
input[type=button],input[type=submit],input[type=file],button {cursor: pointer;-webkit-appearance: none;}
input,button {outline: none;border: none!important;}
::-ms-clear{display:none;}
:-moz-placeholder{color:#7a848d;}
::-moz-placeholder{color:#7a848d;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#7a848d;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#7a848d;}


.thisclass.hover a{
    color: #ffffff !important;
    background: #ff6688;
    border: 1px solid #ff6688;
}

/*公用*/
.w-1200{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.w-880{
    width: 880px;
}
.w-300{
    width: 300px;
}
.w-260{
    width: 260px;
}
.w100{
    width: 100%;
}
.w48{
    width: 48%;
}
.hidden {
    display: none;
}
.show {
    display: block;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.ptblf-10{
    padding: 10px;
}
.ptblf-20{
    padding: 20px;
}
.plr-5{
    padding-left:5px;
    padding-right:5px;
}
.plr-10{
    padding-left:10px;
    padding-right:10px;
}
.plr-20{
    padding-left:20px;
    padding-right:20px;
}
.pt-10{
    padding-top: 10px;
}
.pt-20{
    padding-top: 20px;
}
.pb-10{
    padding-bottom: 10px;
}
.pb-20{
    padding-bottom: 20px;
}
.mt-10{
    margin-top:10px;
}
.mt-15{
    margin-top:15px;
}
.mt-20{
    margin-top:20px;
}
.mt-40{
    margin-top:40px;
}
.mt-90{
    margin-top:90px;
}
.mt-100{
    margin-top:20px;
}
.mb-10{
    margin-bottom:10px;
}
.mb-20{
    margin-bottom:20px;
}
.mb-100{
    margin-bottom:100px;
}
.mr-10{
    margin-right:10px;
}
.mr-20{
    margin-right:20px;
}
.ml-20{
    margin-left:20px;
}
.bg-fff{
    background-color: #fff;
}
.dis-block{
    display: block;
}
.over-hide{
    overflow: hidden;
}
.shadow-a{
    box-shadow:0 0 4px rgb(0 0 0 / 10%);
}
.bor-5{
    border-radius: 5px;
}
.bor-10{
    border-radius: 10px;
}
.bor-20{
    border-radius: 20px;
}
.b-ef{
    border: 1px solid #efefef;
}
.bb-ef{
    border-bottom: 1px solid #efefef;
}
.es-1{
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
}
.es-2{
    display: -webkit-box;    
    text-overflow:ellipsis;    
    -webkit-box-orient: vertical;    
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.es-3{
    display: -webkit-box;    
    text-overflow:ellipsis;    
    -webkit-box-orient: vertical;    
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.font-0{
    font-size:0;
}
.flex{
    display: flex;
    -webkit-display: flex;
}
.region-scroll {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
span[id^=cnzz]{
  display: none;
}
.img img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}
.other{
    height: 20px;
}
.other span,.other a{
    font-size:14px;
    color:#999;
}
.other .fr span{
    padding-left:10px;
}
.color-9{
    color:#999;
}
.title-h1{
    font-size:18px;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    padding-left:20px;
    padding-right:20px;
}
.title-h1 .fr{
    color:#999;
    font-size:14px;
    font-weight: normal!important;
}
.art-h2{
    font-size:18px;
    color:#ff6688;
    position: relative;
    height: 22px;
    line-height: 22px;
    padding-left:10px;
    font-weight: bold;
}
.art-h2::after{
    content: "";
    display: block;
    width: 4px;
    height: 22px;
    background: #ff6688;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
}
.t-h2{
    font-size:20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.t-h2 i{
    color: #ff6688;
    font-weight: normal;
    font-size:16px;
    padding-left: 4px;
}
.h2{
    font-size:20px;
    font-weight: bold;
}
.h2 i{
    color: #ff6688;
    font-weight: normal;
    font-size:16px;
    padding-left: 4px;
}
.h3{
    font-size:18px;
    font-weight: bold;
}
.h3 span,.h3 a{
    font-size:14px;
    font-weight: normal;
}
.h3 .fr{
    color:#999;
}
.h3 a:hover{
    color:#ff6688;
}
.user-img{
    width: 60px;
    height: 60px;
    position: relative;
}
.user-img img{
    border-radius: 50%;
}
.user-img .verified-icon{
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-image: url(../images/authentication.png);
}
.ask-docState{
    font-size:12px;
}
.ask-docState span.zx{
    color:rgb(8,217,105);
    font-size:12px;
}
.ask-docState span.lx{
    color:rgb(173,173,173);
    font-size:12px;
}
.i-views{
    font-size:18px!important;
    vertical-align: middle;
}
.i-answers{
    font-size:18px!important;
    vertical-align: middle;
}
.art-tag a{
    display: inline-block;
    background: #FFF7F8;
    padding: 4px 10px;
    margin-bottom: 10px;
    margin-right:10px;
    max-width: 100px;
    font-size:14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 20px;
}
.art-tag a:hover{
    opacity: .8;
}
.art-title{
    font-size:16px;
}
.art-desc{
    font-size:14px;
    color:#999;
    line-height: 22px;
}
.kfBtn{
    position: relative;
}
.ad-tips{
    position: absolute;
    right:4px;
    bottom: 4px;
    background: rgba(0,0,0,.25);
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 20px;
    color:#fff;
    z-index: 999;
    font-size:12px;
}
/*翻页*/
.pages {
	width:100%;
	overflow: hidden;
}

.pages a {
	display: block;
	float: left;
	border: 1px solid #E5E5E5;
	text-align: center;
	margin-right:10px;
	padding: 5px 14px;
	border-radius: 5px;
}

.pages .page {
	margin: 0 auto;
	display: table;
	height: 30px;
    width: 100%;
}

.pages .page a {
	display: table-cell;
	color: #999999;
}

.pages .page .cur, .pages .page a:hover {
	color: #ffffff;
	background: #ff6688;
	border: 1px solid #ff6688;
}

.quick-tab a {
    width: 73px;
    text-align: center;
    margin-right:12px;
    margin-bottom: 10px;
}
.quick-tab .img {
    width: 34px;
    height: 34px;
    margin: 0 auto;
}
.img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.art-h1 {
    font-size: 24px;
}
.other {
    height: 20px;
}
.bb-ef {
    border-bottom: 1px solid #efefef;
}
.art-preface {
    background: #fff7f8;
    opacity: 1;
    border-radius: 16px;
    margin-top: 24px;
    padding: 44px 0;
    position: relative;
    margin-bottom: 20px;
}

.art-cont h2 {
    margin: 10px 0;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    word-break: break-all;
    padding-left: 10px;
    line-height: 20px;
    height: 20px;
    margin-bottom: 20px;
    border-left: 6px solid #4a90e2;
}
.art-preface-iconTop {
    width: 28px;
    height: 24px;
    position: absolute;
    top: 20px;
    left: 16px;
    background: url(../img/preface-l.png) no-repeat;
    background-size: 100% 100%;
}

.art-preface-iconBottom {
    width: 28px;
    height: 24px;
    position: absolute;
    bottom: 20px;
    right: 16px;
    background: url(../img/preface-r.png) no-repeat;
    background-size: 100%
}
.tags a {
    float: left;
    padding: 2px 10px;
    border-radius: 20px;
}

.tag {
    display: block;
    font-size: 14px;
    background: #FFF7F8;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.news-list li .img {
    width: 260px;
    height: 160px;
    position: relative;
}
.news-list li .news-list-cont {
    width: 560px;
}










        /*管理员*/
.adminBtn{
    position: absolute;
    z-index: 10000;
    color:#999999;
    font-size:14px;
    background: #f5f5f5;
    padding: 0 10px;
    border-radius: 10px;
    right: 10px;
}
.admin-login{
    top: 10px;
}
.admin-logout{
    top: 40px;
}
.adminBtn:hover{
    background: #ff6688;
    color:#fff;
}
.admin-edit .admin-edit-item a{
    font-size:16px;
    color:#999;
    padding:2px 10px;
    border-radius: 10px;
    margin-right:10px;
    background: #f5f5f5;
}
/*swiper*/
.swiper-pagination {
    color:#FFF;
}
.swiper-pagination span{
    color:#FFF;
}
/*公共遮罩层*/
.mask {
    background: rgba(0,0,0,.8);
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.mask .picSwiper {
    width: 100%;
    height: 100%;
}
.mask .picSwiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.mask .swiper-container-android .swiper-slide,.mask .picSwiper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mask .picSwiper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.mask .swiper-container-horizontal>.swiper-pagination-bullets,.mask .swiper-pagination-custom,.mask .swiper-pagination-fraction {
    position: absolute;
    top: 40px;
    left: 92%;
    width: 120px;
    height: 60px;
    background: rgba(0,0,0,.5);
    border-radius: 30px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mask .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    margin: auto;
    background: rgba(0,0,0,0);
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.mask .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.mask .swiper-button-next,
.mask .swiper-button-prev {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    width: 80px;
    height: 80px;
    line-height:80px;
    background: rgba(0,0,0,.5);
    border-radius: 50%;
    text-align: center;
}
.mask .swiper-button-next:after,.mask .swiper-rtl .swiper-button-prev:after,.mask .swiper-button-prev:after,.mask .swiper-rtl .swiper-button-next:after{
    font-size: 25px!important;
    line-height: inherit!important;
}
.mask .swiper-button-next.swiper-button-disabled,
.mask .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: pointer;
}
.mask .swiper-button-prev {
    left: 80px !important;
}
.mask .swiper-button-next {
    right: 80px !important;
}
.mask .swiper-button-disabled {
    cursor: not-allowed;
}
.mask .swiper-button-disabled {
    cursor: not-allowed !important;
    z-index: 10000 !important;
}
.floor-nav{
    width: 80px;
    position: fixed;
    left: 50%;
    top: 34.5% !important;
    z-index: 200;
    margin-left: 620px;
    background: #fff;
    padding: 5px;
}
.floor-nav .cur,.floor-nav li:hover{
    background: #ff6688;
    color: #fff;
    cursor: pointer;
}
.floor-nav li{
    display: block;
    height: 40px;
    background: #f7f7f7;
    border-bottom: 1px solid #fff;
    color: #181818;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.2s;
}

/*自定义css*/
.art-cont table.tjtable{border-collapse: collapse; width: 100%;font-size: 15px; line-height: 27px;}
.art-cont td{padding: 10px; word-break: break-all; border: 1px solid #e5e5e5;}
.art-cont .tjtable .tjbt{width: 87.4214%; text-align: center; background:#f2f9fc;font-size:16px;font-weight:700;}
.art-cont .tjtable .tjxh{width: 12.4738%; text-align: center;}
.art-cont .tjtable .tjyy{width: 22.4738%; text-align: center;}
.art-cont .tjtable .tjxz{width: 12.4738%; text-align: center;}
.art-cont .tjtable .tjdh{width: 24.9476%; text-align: center;}
.art-cont .tjtable .tjdz{width: 25.0524%; text-align: center;}
.art-cont h6{margin: 20px 0; font-size: 16px; line-height: 27px; font-weight: 600; color: #262626; background: #f2f9fc; text-align:center; padding: 20px 0; border-radius: 4px;}


@media (max-width: 768px){
	main section.w-1200{
	        /*width:calc(100% - 10px) !important;*/
	         width: auto;
	        padding: 0 5px;
	}
	main section.w-1200 .w-880{
	    width: auto !important;
	}
	.news-list li .news-list-cont{
	    width: auto;
	    
	}
	.es-2 {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: initial;
    overflow: hidden;
    }
	
	
	.es-1 {
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
    white-space: inherit !important ;
    }
    .w-300.fr{display:none !important   }
    div.w-1200{  width: auto !important;}
    .bg-fff.bor-5.ptblf-20{
            padding: 20px 5px !important  ;
            width:calc(100% - 10px) !important;
	        
    }
    main h1 img{display:none !important}
    .art-preface-text{padding: 0 10px}
    article.art-body.bb-ef.mt-20.pb-20{
            width: 320px !important;
            margin: 0 auto !important;
        }
}
