*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


p {
  margin: 6px;
}

@media (max-width: 1300px) {
  .container {
    width: 95%;
  }
}

@media (max-width: 991px) {
  .container {
    width: 98%;
  }
}

@media (max-width: 767px) {
  .container {
    width: 100%;
  }

}


@media (max-width: 991px) {

  #side .card {
    margin: 5px;
  }
}

/*.index-box .search-box{
    height: 60px!important;
}
.index-box .search-box .iconfont{
    width: 100px;
}*/
@media screen and (max-width: 800px){
.index-box .search-box{
    height: auto!important;
}
.index-box .search-box .iconfont, .index-box .search-box .txt{
    width: 100%!important; 
}

}
.card {
  position: relative;
  background: #ffffff;
  box-shadow: 0 0 8px #eee;
  border-radius: 8px;
  margin: 8px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .card {
    margin: 5px;
  }

  .card .card-head {
    font-size: 14px;
    padding: 10px 12px;
  }

  .card .card-body.content {
    font-size: 13px;
  }
}

.card .card-body .post {
    display: inline-flex;
    width: 25%;
    color: #555;
    font-size: 14px;
    padding: 8px;
    border-radius: 8px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 767px) {
    .card .card-body .post {
        width: 100%;
    }
}

.card .card-body .post:hover {
    color: #555;
    background: #eee;
}

.card .card-body .post .pic {
    flex: none;
    width: 120px;
    height: 85px;
}

@media (max-width: 767px) {
    .card .card-body .post .pic {
        width: 95px;
        height: 70px;
    }
}

.card .card-body .post .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.card .card-body .post .text {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px;
    padding: 4px 0;
}

.card .card-body .post .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 15px;
    height: 2.85714286em;
}

.card .card-body .post .info {
    display: flex;
    justify-content: space-between;
    color: #888;
    font-size: 12px;
}

.board {
  display: flex;
  height: 44px;
  padding: 12px 8px;
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.board .icon {
  margin: 0 8px 0 4px;
}

.board span:last-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.card .side-statistic {
  font-size: 14px;
}

.card .side-statistic p {
  margin: 12px 8px;
}

.side-latest .se-timeline-main {
  padding: 3px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.side-latest .se-timeline-main .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.side-latest .se-timeline-main .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.side-latest .se-timeline-main .name {
  line-height: 35px;
  vertical-align: middle;
}

.card-body li button {
	font-size: 14px;
    padding: 10px;
    color: #666666;
    font-family: "Microsoft YaHei",Verdana,sans-serif;
    background: 0 0;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e5e9ef;
    resize: vertical;
	cursor: pointer;
}
.rightFrom input {
	font-size: 14px;
    padding: 5px;
    color: #666666;
    font-family: "Microsoft YaHei",Verdana,sans-serif;
    background: 0 0;
	width: 100%;
    box-sizing: border-box;
    border: 1px solid #e5e9ef;
    resize: vertical;
	margin-bottom:5px;
}

.fl{float:left}
.fr{float:right}
.dp-b,.img-d img{display:block}
.tx-input{padding:0 10px;width:100%;height:38px;border:1px solid #ddd;border-radius:3px;line-height:38px}
.input-ma{position:relative}
.input-ma img{position:absolute;top:5px;right:5px;width:auto!important;height:30px!important}
.tx-form{position:relative;line-height:38px}
.tx-textarea{padding:10px;width:100%;border:1px solid #ddd;border-radius:3px}
.tx-btn{display:inline-block;padding:0 22px;height:38px;border:none;border-radius:2px;background-color:#009688;color:#fff;vertical-align:middle;text-align:center;white-space:nowrap;font-size:1.4rem;line-height:38px;opacity:.9;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none}
.tx-btn:hover{color:#fff;opacity:.8}
.tx-btn:active{opacity:1}
.tx-btn-big{padding:0 25px;height:44px;font-size:1.6rem;line-height:44px}
.tx-btn-small{padding:0 10px;height:30px;font-size:1.4rem;line-height:30px}
.tx-btn-mini{padding:0 5px;height:22px;font-size:1.4rem;line-height:22px}
.mb5{margin-bottom:5px}
.mb10{margin-bottom:10px}
.mb15{margin-bottom:15px}
.mb20{margin-bottom:20px}
.mb30{margin-bottom:30px}
.mb40{margin-bottom:40px}
.mr5{margin-right:5px}
.ml5{margin-left:5px}
.mr10{margin-right:10px}
.ml10{margin-left:10px}
.f-30{font-size:3rem}
.f-25p{font-size:25px}
.f-22{font-size:2.2rem}
.f-20,.f-22{font-weight:200}
.f-20{font-size:2rem}
.f-18{font-size:1.8rem}
.f-16,.f-18{font-weight:200}
.f-16{font-size:1.6rem}
.f-14{font-size:1.4rem}
.f-10{font-size:1rem}
.f-12{font-size:1.2rem}
.f-8{font-size:.75em}
.f-bold{font-weight:700}
.pd3{padding:3px}
.pd5{padding:5px}
.pd10{padding:10px}
.pd10-1{padding:10px 0}
.pd10-2{padding:0 10px}
.pd10-3{padding:10px 10px 0}
.pd10-b{padding-bottom:10px}
.pd15{padding:15px}
.wzpd15{padding:15px!important}
.pd15-1{padding:15px 0}
.pd15-2{padding:0 15px}
.pd15-3{padding:15px 15px 0}
.pd20{padding:20px}
.pd20-1{padding:20px 0}
.pd20-2{padding:0 20px}
.pd40{padding:40px 0}
.pd60{padding:60px 0}
.ta-c{text-align:center}
.ta-r{text-align:right}
.f-wthie{color:#fff}
.f-grenn{color:#164a0e}
.f-yellow{color:#ff8420}
.f-grenn1{color:#093}
.f-gray{color:#888}
.f-sgray{color:#c2c2c2}
.f-gray1,.f-gray1 a{color:#bbb}
.f-wthie1 a{color:#fff}
.f-red{color:red}
.bg-gray{background-color:#eee}
.bg-white{background-color:#fff}
.bg-red{background-color:#ff5722}
.bg-orange{background-color:#f7b824}
.bg-green{background-color:#009688}
.bg-cyan{background-color:#ff8ca7}
.bg-blue{background-color:#1e9fff}
.bg-black{background-color:#393d49}
.tx-table table{width:100%;border-collapse:collapse}
.tx-table table td,.tx-table table th{overflow:hidden;padding:10px;border:1px solid #ddd;text-align:center}
.tx-table table th{background:#f1f1f1}
.border{border:1px solid #ddd}
.border-b{border-bottom:1px solid #ddd}
.border-t{border-top:1px solid #ddd}
.i60{height:60px}
.i40,.i60{overflow:hidden;line-height:20px}
.i40{height:40px}
.i22{height:22px;line-height:22px}
.i18,.i22{overflow:hidden}
.i18{height:18px;line-height:18px}
.txt-ov{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ys3{width:65px;height:18px;border:1px solid #e8e8e8;border-radius:3px;color:#9a9a9a;text-align:center;color:#48a3e8}
.lh-50{line-height:50px}
.lh-40{line-height:40px}
.lh-30{line-height:30px}
.wide{margin:0 auto;width:100%;max-width:900pt}
.clearfix:after,.row:after,.row:before,.wide:after{clear:both;display:table;content:" "}
.row{margin-right:-5px;margin-left:-5px}
[class*=col-]{position:relative;float:left;padding-right:5px;padding-left:5px;width:10%;min-height:1px}
.col-1{width:4.1666%}
.col-2{width:8.3332%}
.col-3{width:12.4998%}
.col-4{width:16.6664%}
.col-5{width:20.833%}
.col-6{width:24.9996%}
.col-7{width:29.1662%}
.col-8{width:33.3328%}
.col-9{width:37.4994%}
.col-10{width:41.666%}
.col-11{width:45.8326%}
.col-12{width:50%}
.col-13{width:54.1658%}
.col-14{width:58.3324%}
.col-15{width:62.499%}
.col-16{width:66.6656%}
.col-17{width:70.8322%}
.col-18{width:74.9988%}
.col-19{width:79.1654%}
.col-20{width:83.332%}
.col-21{width:87.4986%}
.col-22{width:91.6652%}
.col-23{width:95.8318%}
.col-24{width:100%}
.ul-36 li{line-height:36px}
.ul-30 li,.ul-36 li{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ul-30 li{line-height:30px}
.ul-26 li{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:26px}
.pagebar{padding:15px 0 9pt;width:100%}
.pagebar .now-page,.pagebar a{display:inline-block;margin:0 5px 5px 0;padding:0 9pt;border-radius:2px;background-color:#fff;line-height:30px}
.pagebar .now-page,.pagebar a:hover{background-color:#48a3e8;color:#fff}
.pagebar div>span{color:#757575;vertical-align:-webkit-baseline-middle}
.pagebar div>span span{font-weight:700}
.msg{padding:15px;border-bottom:1px solid #ddd}
.tx-comments ul.msg:last-child{border-bottom:0}
.msg img.avatar{float:left;margin-right:10px;width:45px;height:45px;border-radius:4px;border-radius:50%;-webkit-transition:.4s;-webkit-transition:-webkit-transform .4s ease-out;transition:transform .4s ease-out}
.commons li:hover img,li.msgname:hover img.avatar{-webkit-transform:rotateZ(60deg);transform:rotateZ(60deg)}
.msg li.msgname p.commentname{margin-bottom:3px;font-size:9pt;line-height:23px}
.msg li.msgname small{color:#aaa;font-size:9pt}
.msg li.msgname small a,.tx-comment label,.tx-comments label{display:none}
.msg>li.msgname:hover small a{display:inline-block}
.msg li ul.msg{margin-bottom:0;padding:18px 10px 0 30px}
.cms{width:100%;padding:5px 5px 5px 0px;overflow:hidden}
.cms .silan{width:32.3%;float:left;padding:8px;margin-right:5px;border-radius:6px}
.cms .silan:nth-child(3n){margin-right:0}
.cms .more{float:right}
.cms .silan ul{padding-left:0;margin-bottom:0}
.cms .silan ul li{padding:3px 0;list-style-type:none}
.cms .silan ul li:nth-child(12n){padding:0}
.cms .silan ul li p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.cms .silan ul li span{float:right;margin-left:10px}
@media only screen and (max-width:999px){.cms .silan{width:100%}
}
.page .top {
    float: left;
    border-right: 0;
    border-radius: 3px 0 0 3px;
}
.page .cfx {
    width: 84px;
    height: 21px;
    background: #fff;
    display: block;
    float: left;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-42deg);
    left: 50%;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
}
.page .bottom {
    float: right;
    border-left: 0;
    border-radius: 0 3px 3px 0;
}
.page>div {
    width: 50%;
    height: 35px;
    color: #666;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    border: 1px solid #efefef;
    user-select: none;
}
.tx-comment input,.tx-comment textarea{width:100%;border:0;font-size:14px;font-family:Microsoft YaHei,Verdana,sans-serif}
.tx-comment textarea{display:block;padding:8px;height:90pt;background-image:url(/zb_users/theme/wwwzo81com/style/img/pljy.jpg);background-position:center center;background-repeat:no-repeat;max-width:100%}
.tx-comment-box{position:relative;margin-bottom:8px;padding:4px;border:1px solid #ddd;background:#fff}
.tx-comment-ul4{float:left;width:49.5%}
.tx-comment-ul3{float:left;width:32.66%}
.tx-comment .tx-comment-ul4:nth-child(2n){float:right}
.tx-comment .tx-comment-ul3-2{margin:0 1%}
.tx-comment-box img.tx-code{position:absolute;top:4px;right:4px;width:auto;height:30px}
#frmSumbit input.button{right:0;bottom:0;width:65pt;height:36px;border:0;background:#5aa8ff;color:#fff;line-height:36px;cursor:pointer;transition:all .2s ease-in-out 0s;border-radius:2px}
#frmSumbit input.button:active{background:#96c0fd}
.tx-comment-textarea{clear:both;width:100%}
.tx-red{color:#c00}
.reply-frm{margin-top:15px}
.tx-404{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;color:#888;text-align:center;font-size:1.4rem}
.tx-404 h2{margin:9pt 0;color:#222;font-weight:400;font-size:2.4rem;line-height:1.6}
.tx-404 a.return{display:inline-block;margin-top:15px;padding:0 60px;height:50px;border-radius:5px;background:#ff3a33;color:#fff;line-height:50px}


.sybq{color:#747f8c;padding:19px!important}
.bqputu{padding:10px!important}
.bqputu{box-sizing:border-box;min-height:100pt}
.bqputu .bqbjtu{position:relative;width:100%;height:270px;background:url(img/map_bg.jpg) no-repeat center center}
.bqputu .bqbjtu a{position:absolute;display:none;overflow:hidden;padding:5px;width:88px;height:80px;border:3px solid #fff;border-radius:50%;background:#e4e4e4;color:#fff;text-align:center;font-size:14px;line-height:62px;transform:scale(1);text-overflow:ellipsis;white-space:nowrap}
.bqputu .bqbjtu a:hover{color:#fff;opacity:.8}
.bqputu .bqbjtu a:nth-child(1){top:85px;left:120px;display:block;background:#ff5d5d}
.bqputu .bqbjtu a:nth-child(2){top:20px;right:15px;display:block;background:#41d39d}
.bqputu .bqbjtu a:nth-child(3){top:10px;left:14px;display:block;background:#f45f93}
.bqputu .bqbjtu a:nth-child(4){bottom:20px;left:-10px;display:block;background:#fea342}
.bqputu .bqbjtu a:nth-child(5){bottom:-5px;right:123px;display:block;background:#4197e2}
.bqputu .bqbjtu a:nth-child(6){right:10px;bottom:15px;display:block;background:#8c8c8c}
.layui-anim{-webkit-animation-duration:.15s;animation-duration:.15s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@keyframes fade-in{0%{top:-50px}
to{top:0}
}
@-webkit-keyframes fade-in{0%{top:-50px}
to{top:0}
}
@keyframes layui-up{0%{transform:translate3d(0,100%,0);opacity:.3}
to{transform:translate3d(0,0,0);opacity:1}
}
.layui-anim-up{-webkit-animation-name:layui-up;animation-name:layui-up}
@keyframes layui-scale-spring{0%{opacity:.5;transform:scale(.5)}
80%{opacity:.8;transform:scale(1.1)}
to{opacity:1;transform:scale(1)}
}
.layui-anim-scaleSpring{-webkit-animation-name:layui-scale-spring;animation-name:layui-scale-spring}
.layui-carousel img{width:100%;height:100%}

.tx-box{padding:10px;border-radius:2px;overflow:hidden}
.tx-box .article-related li{width:50%!important}
.tx-box .xa-rmul{overflow:hidden;padding:10px}
.tx-box .xa-rmul li{float:left;overflow:hidden;padding:8px;width:50%;text-overflow:ellipsis;white-space:nowrap}
.index-cms1 .tx-box .xa-rmul li{width:100%;margin-bottom: 18.5px;}
.tx-box .xa-rmul li .min-img{width: 100px;height: 65px;overflow: hidden;border-radius: 4px;float: left;margin-right: 20px;}
.tx-box .xa-rmul li .min-img img{width:100%;height:100%}
.tx-box .xa-rmul li .min-txt{float: left;width: calc(100% - 100px - 20px);}
.tx-box .xa-rmul li .min-txt h3{overflow:hidden;margin-bottom:10px;text-overflow:ellipsis;white-space:nowrap;font-size:15px;height:20px;line-height:20px;overflow:hidden}
.tx-box .xa-rmul li p{color:#8c8c8c;font-size:15px;float:left}
.tx-box .xa-rmul li .f-red{color:red}
.tx-box .related{overflow:hidden;padding:5px 0}
.tx-box .related li{float:left;width:50%;margin:5px 0;padding:0 10px}
.tx-box .related li:nth-child(2n){float:right}
.tx-box .related li a{display:block;width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-indent:15px;position:relative}
.tx-box .related li a:before{position:absolute;content:" ";width:4px;height:4px;background:#dcdcdc;left:0;top:9.5px;border-radius:50%}
.remenwz,.suijiwz,.zuixinwz{padding:6px;overflow:hidden}
.remenwz li,.suijiwz li,.zuixinwz li{height:35px;line-height:35px;width:50%;float:left;padding:0 10px;margin-bottom:5px}
.remenwz li i,.suijiwz li i,.zuixinwz li i{float:left;display:block;margin:16px 10px 0 0;width:4px;height:4px;border-radius:50%;color:#696969;text-align:center;font-style:normal;line-height:22px;background:#dcdcdc}
.remenwz li:nth-child(1) i,.suijiwz li:nth-child(1) i,.zuixinwz li:nth-child(1) i{background:#ff2a2a}
.remenwz li:nth-child(2) i,.suijiwz li:nth-child(2) i,.zuixinwz li:nth-child(2) i{background:#ff7171}
.remenwz li:nth-child(3) i,.suijiwz li:nth-child(3) i,.zuixinwz li:nth-child(3) i{background:#f90}
.remenwz li:nth-child(4) i,.suijiwz li:nth-child(4) i,.zuixinwz li:nth-child(4) i{background:#fc0}
.tx-title{padding:0 10px;height:45px;border-bottom:1px solid #f6f6f6;font-size:17px;line-height:40px}
.tx-title i{display:inline-block;width:13px;height:13px;border-left:3px solid #48a3e8}
.zjgxyb{font-weight:400;font-size:13px}
.zjgxyb span{font-weight:700}
.tx-title .more{display:inline-block;margin-top:10px;color:#d2d2d2;font-weight:400;line-height:20px}
.tx-title .more:hover{color:#48a3e8}
.index-flash .swiper-button-next,.index-flash .swiper-button-prev{background-color:rgba(0,0,0,.5);background-image:none;color:#ffff;text-align:center;line-height:44px;opacity:0;transition:all .45s ease 0s}
.index-flash:hover .swiper-button-next,.index-flash:hover .swiper-button-prev{opacity:1}
.index-flash .swiper-slide img{width:100%;height:297px;-o-object-fit:cover;object-fit:cover}
.remen-tr-wai,.tab-tr-wai{overflow:hidden}
.tab-tr-wai .tab-tr{transition:.5s all;width: 2595px;overflow:hidden;}
.remen-tr-wai .remen-tr{transition:.5s all;width: 2000px;}
.clear{clear:both}
.tx-box .tab-div{float:left;width: 892pt;}
.tx-box .tab-div:nth-child(1){margin-right:120px;}
.indexph ul{float:left;width: 780px;}
.indexph ul:nth-child(1){margin-right:100px}
.ul-tab{float:left;width:33.3328%}
.ul-tab li{margin-bottom: 16px;}
.ul-28 li{overflow:hidden;height:35px;text-overflow:ellipsis;white-space:nowrap;line-height:35px}
.ul-28 li a{float:left;width:calc(100% - 7px - 80px);line-height:40px;height:40px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;font-size:15px}
.ul-28 li .fl{margin-right:10px;margin-left:0;background-color:#fff;line-height:40px;height:40px}
.ul-new li{/*margin:5px 0;*/padding:0 10px;font-size:15px;margin-bottom:5.5px}
.ul-new li span{height:35px;line-height:35px;display:block;font-size:15px;width:60px;text-align:right}
.ul-new li a{height:35px;line-height:35px;display:block;float:left;font-size:15px;max-width:calc(100% - 60px);text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-indent:15px;position:relative}
.ul-new li a:before{position:absolute;content:" ";width:4px;height:4px;background:#dcdcdc;left:0;top:14.5px;border-radius:50%}
.ul-new .new a:before{background:#1b54bc}




.myad {
    width: 37px;
    height: 20px;
    display: inline-block;
    text-indent: 0;
    /*margin-right: 7px;*/
    background-size: 100% auto;
    line-height: 18px;
    font-style: normal;
    /*margin-top: 6px;*/
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
    /*border: 1px solid #dcdcdc;*/
    color: #a7a7a7;
}

.index-new .tab-bd ul{overflow:hidden}
.ul-2 li{float:left;width:50%}
.ul-2 li:nth-child(2n){float:right}
.ul-zs li:nth-child(1){margin-bottom:10px;height:auto}
.ul-zs li:nth-child(1) a{height:auto;position:relative;width:auto}
.ul-zs li:nth-child(1) a .txt-ov{position:absolute;top:0;left:0;display:block;overflow:hidden;width:100%;height:100%;border:1px solid #e6e6e6;background:-webkit-linear-gradient(top,transparent,rgba(0,0,0,.5));color:#fff;text-indent:10px;text-overflow:ellipsis;white-space:nowrap;line-height:365px}
.ul-zs li:nth-child(1) img{width:100%;height:200px;transition:all .6s;-o-object-fit:cover;object-fit:cover}
.ul-zs li:nth-child(1):hover img{transition:all .5s;transform:scale(1.2)}
.ad{display:inline-block;width:37px;height:20px;text-indent:0;margin-right:7px;background-size:100% auto;line-height:18px;font-style:normal;margin-top:-2px;vertical-align:middle;text-align:center;font-size:14px;border:1px solid #dcdcdc;color:#a7a7a7}
.index-new .tab-bd{/*padding:9px;*/width:100%;overflow:hidden;position:relative}
.index-spinner{display:none;position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(255,255,255,.7)}
.spinner{user-select:none;width:103px;height:30px;text-align:center;position:absolute;z-index:99;top:50%;transform:translate(-50%,-50%);left:50%}
.spinner>div{background-color:#5298ff;height:11px;width:11px;margin-left:7px;border-radius:50%;display:inline-block;-webkit-animation:stretchdelay .7s infinite ease-in-out;animation:stretchdelay .7s infinite ease-in-out}
.spinner .rect1{-webkit-animation-delay:-.6s;animation-delay:-.6s}
.spinner .rect2{-webkit-animation-delay:-.5s;animation-delay:-.5s}
.spinner .rect3{-webkit-animation-delay:-.4s;animation-delay:-.4s}
.spinner .rect4{-webkit-animation-delay:-.3s;animation-delay:-.3s}

.index-new .inpr{position:relative;overflow:hidden;margin:10px 10px -5px}
.index-new .inpr .iprev{float:left;border-right:0}
.index-new .inpr>span{width:50%;height:35px;color:#666;line-height:35px;text-align:center;cursor:pointer;position:relative;font-size:14px;border:1px solid #efefef;user-select:none}
.index-new .inpr>span:hover{background:#fbfbfb}
.index-new .inpr .cfx{width:84px;height:21px;/*background:#fff;*/display:block;float:left;position:absolute;z-index:1;top:50%;transform:translate(-50%,-50%) rotate(-42deg);left:50%;border-bottom:1px solid #efefef;border-top:1px solid #efefef}
.index-new .inpr .inext{float:right;border-left:0}
.img-roll{overflow:hidden}
.img-roll li{float:left;margin:0 3px;width:148px}
.img-roll li img{width:100%;height:148px;-o-object-fit:cover;object-fit:cover}
.img-box1{position:relative;display:block;overflow:hidden;width:100%;height:0}
.img-box1[data-ratio="16:9"]{padding-top:64.5%}
.img-box1 img{position:absolute;top:0;left:0;width:100%;height:100%;transition:all .6s;-o-object-fit:cover;object-fit:cover}
.img-box1:hover img{transform:scale(1.1)}
.img-box1[data-ratio="16:16"]{padding-top:80%}
.img-box{position:relative;display:block;overflow:hidden}
.img-box p{position:absolute;bottom:0;left:0;padding:0 8px;width:100%;background-color:rgba(0,0,0,.5);color:#fff;text-align:center}
.ranking{padding:6px;overflow:hidden}
.ranking li{padding:0 10px;float: left;width: 50%;margin-bottom: 28px;padding-right: 15px;}
.ranking li:nth-child(2n){float:left}
.ranking li>i{display: inline-block;vertical-align: middle;font-style: normal;margin-right: 10px;background: #f3f3f3;width: 33px;text-align: center;border-radius: 5px;/* color: #696969; */font-size: 14px;height: 23px;line-height: 23px;margin-top: -2px;}
.ranking li>a,.ranking li>span{line-height:30px;height:30px;font-size:15px;overflow:hidden}
.ranking li:nth-child(1)>i{background-color:#ff2a2a;color:#fff}
.ranking li:nth-child(2)>i{background-color:#ff7171;color:#fff}
.ranking li:nth-child(3)>i{background-color:#f90;color:#fff}
.ranking li:nth-child(4)>i{background-color:#fc0;color:#fff}
.ranking li:nth-child(1) span{color:#ff2a2a}
.ranking li:nth-child(2) span{color:#ff7171}
.ranking li:nth-child(3) span{color:#f90}
.ranking li:nth-child(4) span{color:#fc0}
.ranking li span{margin-left:5px}
.left-li li{float:left;margin-right:10px}
.gotop{position:fixed;right:50%;bottom:10px;z-index:999;display:none;margin-right:-635px;border-radius:9px}
.gotop,.gotop .btn{width:60px;height:50px}
.gotop .btn{display:block;border:0;border-radius:2px;background:#64a2ff;color:#fff;font-size:1.5em;cursor:pointer}
.gotop .btn:active{background:#88b8ff}
.list-one li{overflow:hidden;padding:0 15px;text-overflow:ellipsis;white-space:nowrap;font-size:15px;line-height:2pc}
.list-one li:nth-child(5n){margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #ddd}
.list-two li{position:relative;padding:15px;border-bottom:1px solid #ddd}
.list-two li:after{position:absolute;bottom:-1px;left:0;display:block;width:0;height:1px;content:" ";transition:all .55s ease 0s}
.list-two li:hover:after{width:100%}
.list-three li{position:relative;padding:15px 15px 15px 170px;border-bottom:1px solid #ddd}
.list-three li:last-of-type{border-bottom:none}
.list-three li>a>img{position:absolute;top:15px;left:15px;width:140px;height:95px;border-radius:4px;object-fit:cover}
.list-three li h2 .title-tag{position:relative;display:inline-block;margin-right:10px;padding:0 10px;height:27px;border:1px solid #48a3e8;border-radius:18px;color:#48a3e8;font-style:normal;font-size:15px;line-height:27px}
.place,.place a{color:#999}
.place a:hover{color:#48a3e8}
.place-fljj{padding:15px;border-radius:2px;margin:10px;border:1px solid #f5f5f5}
.place-fljj p:nth-child(1){font-weight:700;font-size:18px;margin-bottom:5px}
.abstract{text-indent:20px}
.side-box div{float:left;clear:both;overflow:hidden;margin-bottom:10px;padding:5px;width:100%;border:1px solid #fff;background-color:#fff}
.side-box h2{padding:0 10px;border-bottom:1px solid #f6f6f6;font-weight:700;font-size:15px;line-height:40px}
.side-box h2 p{float:left;margin:10pt 0 0 4px;width:15px;height:14px;border-left:3px solid #48a3e8}
.side-box ul li{border-bottom:1px solid #eff2f7;width:100%;margin-bottom:0}
.side-box ul li:last-of-type{border-bottom:none}
.author-common li{position:relative;padding:0 10px 0 60px;margin-bottom:20px;margin:5px 0 0 15px}
.author-common li>p{line-height:24px;height:24px;overflow:hidden;margin:5px 0 0 0}
.author-common li .f-sgray{margin:0}
.side-box ul li img{position:absolute;left:0;top:0;width:48px;height:48px;border-radius:50%}
.side-box p{margin:5px 0 0 15px}
.right ul{float:left;clear:both;width:100%}
#divCalendar .function_t{display:none}
#divCalendar table{width:100%;table-layout:fixed}
#divCalendar caption{margin:0;padding:0;height:24px;text-align:center;font-weight:700;font-size:.875em}
#divCalendar caption a{padding:0}
#divCalendar th{height:26px;background-color:#ccc;color:#fff;text-transform:uppercase}
#divCalendar td{height:30px;border:1px solid #e0e1e2;background:#f0f0f0;text-align:center}
#divCalendar td.pad{background:0 0}
#divCalendar td a{display:block;line-height:30px;color:#48a3e8}
.side-box #divMisc dd ul li{display:inline-block;width:50%}
.side-box #divMisc dd ul li a{padding-left:0;background-image:none}
.side-box #divCatalog dd ul li,.side-box #divFavorites dd ul li,.side-box #divLinkage dd ul li,.side-box #divNavBar dd ul li{float:left;overflow:hidden;padding:0 2%;width:50%;height:36px;line-height:36px}
.side-box #divTags dd ul li{float:left;margin:0 15px 10px 0;padding:0;border-bottom:0}
.side-box #divTags dd ul li a span{color:#999}
.info-title{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #ddd}
.info-con{line-height:1.7}
.info-con h1,.info-con h2,.info-con h3,.info-con h4,.info-con p{margin-bottom:.5em}
.info-con ol li{list-style:decimal}
.info-con h2,.info-con h3{font-size:19px;line-height:19px;font-weight:700}
.info-con iframe,.info-con img{max-width:100%!important}
.info-con img{height:auto!important}
#cambrian0 ._1mpIIe ._3YDNrK ._3Ur4mW{width:67px!important;height:67px!important}
.info-con img:hover{box-shadow:0 0 2px #64a2ff;cursor:pointer}
.info-con h3{font-size:1em}
.info-con blockquote{margin-right:0;margin-bottom:.6em;margin-left:0;padding:15px 20px;border-left:10px solid rgba(102,128,153,.075);border-radius:0 5px 5px 0;background-color:rgba(102,128,153,.05);color:#666}
.dnwu,.wxbox{display:none}
.shareBox{position:relative;padding:15px 0 0;overflow:hidden}
.commentsbtn,.rewardbtn,.shareBox .praise{width:90px;height:36px;line-height:36px;border:1px solid #f74840;box-shadow:none;background:#fff;display:inline-block;text-align:center;margin:0 2px;color:#f74840;font-size:14px;transition:all .3s ease;float:right;border-radius:30px}
.shareBox .praise:hover{background-color:#f74840;color:#fff}
.shareBox .pay-author{border-color:#ffab2e;color:#ffab2e}
.shareBox .pay-author:hover{background:#ffab2e;color:#fff}
.shareBox .commentsbtn{color:#3496e6;border-color:#3496e6}
.shareBox .commentsbtn:hover{background:#3496e6;color:#fff}
.socialBox{text-align:center}
.socialBox .panel-reward{position:relative;padding:20px 0 0;display:none}
.socialBox .panel-reward ul li{display:inline-block;text-align:center;margin:0 10px 0;padding:5px;border:1px solid #ffab2e}
.socialBox .panel-reward ul li b{display:block;font-weight:400;margin-top:3px}
.socialBox .panel-reward ul li img{width:120px;height:auto;margin-bottom:0;border:none;padding:0;background-color:transparent!important}
.article-fg{margin:20px 0 0;margin-bottom:20px;width:100%;height:1px;border-bottom:1px solid #ddd;text-align:center}
.article-fg span{position:relative;top:-9pt;padding:2px 4px;border:1px solid #d6d6d6;background-color:#f7f7f9;color:#d14;font:9pt Arial,Microsoft JhengHei}
.info-next{clear:both;padding:20px 0 0;line-height:15px;font-size:14px;overflow:hidden}
.info-next li{color:#999;float:left;overflow:hidden;width:45%;text-overflow:ellipsis;white-space:nowrap}
.info-next li:nth-child(2){float:right;text-align:-webkit-right}
.explain{background-color:#fafafa;color:#999;font-size:12px;padding:15px 30px;line-height:2em;text-align:center}
.explain a{padding-left:5px}
.explain a span{font-size:12px!important}
.fujian{position: relative;z-index: 1;display: inline-block;height: 40px;line-height: 37px;padding-left: 50px;padding-right: 20px;margin-right: 10px;margin-bottom: 10px;border: 1px solid #d7d7d7;border-width: 1px 1px 4px;font-size: 14px;font-weight: 700;color: #0b588c;text-decoration: none;-moz-transition: none;-webkit-transition: none;-o-transition: none;transition: none;border-radius: 2px;}
.fujian a{text-decoration: none;color: #333333;}
.fujian:hover{background-color:#60b1ef}
.ico{display:inline-block;margin-right:5px;width:15px;height:15px;background:url(../style/img/meta-ico.png) no-repeat;background-position:0 -36px;vertical-align:-2px}
.ico1 {
	position: absolute;
	z-index: 2;
	left: 11px;
	top: 12px;
	width: 12px;
	height: 12px;
	font-size: 0;
	background-position: -63px -166px;
	background: url(../style/img/meta-ico1.png) no-repeat;
	}
.line {position: absolute;z-index: 2;left: 32px;top: 0;height: 37px;width: 1px;background-color: #d7d7d7;}
.fengetiao{margin-top:20px;padding-left:10px;border-top:1px dashed #ddd;text-align:left}
.zengdown_tit{padding-top:10px;color:#0b588c;font-weight:700;font-size:14px}
.fy-prettyprint{overflow:hidden;margin:10px;margin-left:0;padding:10px 10px 10px 5px;border-top:2px solid #3f0;border-radius:3px;background-color:#272822;color:#bebec5;list-style:decimal;white-space:pre-wrap;word-wrap:break-word;line-height:20px}
.tx-box .types a{color:#ababab;display:inline-block;cursor:pointer;text-indent:0;font-size:13px;padding:0 10px;height:25px;line-height:25px;font-weight:400}
.tx-box .types .hover{background:#eaf2ff;color:#5a9dff;border-radius:6px}
.tx-box .types1 a{color:#ababab;display:inline-block;cursor:pointer;text-indent:0;font-size:15px;padding:0 10px;height:25px;line-height:25px;font-weight:400}
.tx-box .types1 .hover{background:#eaf2ff;color:#5a9dff;border-radius:6px}
.tx-box .types2 a{color:#ababab;display:inline-block;cursor:pointer;text-indent:0;font-size:15px;padding:0 10px;height:25px;line-height:25px;margin-left: 13px;font-weight:400}
.tx-box .types2 .hover{background:#eaf2ff;color:#5a9dff;border-radius:6px}
.ie-bbts{width:100%;font-size:17px;text-align:center;background-color:#e90d24;color:#fff}
.ie-bbts a{color:#fff;margin-left:10px;margin-right:10px}
.ie-bbts a:hover{color:#64a2ff}
#cambrian0 ._1mpIIe:after,#cambrian1 ._1mpIIe:after,#cambrian2 ._1mpIIe:after,#cambrian3 ._1mpIIe:after,#cambrian4 ._1mpIIe:after{display:none}
.tx-author{position:relative;height:220px;background:url(../style/img/user-bg.jpg) no-repeat center 0 #f9f9f9;background-size:auto 150px;border-bottom:1px solid #eee}
.author-box{position:absolute;left:0;bottom:10px;width:100%;padding:40px 0 0 150px}
.author-box img{width:100px;height:100px;border-radius:50%;border:1px solid #fff;padding:3px;box-shadow:0 0 1px rgba(0,0,0,.1);position:absolute;left:30px;bottom:0;background:#eee;-webkit-transition:.4s}
.info-user{padding:10px 15px 10px 95px;position:relative;min-height:80px}
.author-box img:hover,.index-login .info .user-img:hover,.info-user>img:hover{transform:rotateZ(60deg);-webkit-transform:rotateZ(60deg);-moz-transform:rotateZ(60deg)}
.info-user>img{position:absolute;left:15px;top:10px;width:60px;height:60px;border-radius:50%;-webkit-transition:.4s}
.info-user>h3{line-height:32px}
.info-user>h3>a{font-size:14px}
.info-user>h3 span #home{margin-right:5px;color:#fff;background:#5298ff;font-size:14px;padding:2px 5px;border-radius:4px}
.info-user>h3 span #cat{margin-right:5px;color:#fff;background:#bfa5af;font-size:14px;padding:2px 5px;border-radius:4px}
.info-user>p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.index-login .info{padding:0 50px;margin:33px 0;margin-top:58px;overflow:hidden}
.index-login .info .user-img{width:89px;height:89px;float:left;border-radius:50%;-webkit-transition:.4s}
.index-login .info .u-info{float:left;width:calc(100% - 45px - 89px);margin-left:45px}
.index-login .info .u-info h3{height:29px;line-height:29px;display:block;color:#333;font-size:17px}
.index-login .info .u-info a{float:left;transition:.2s all;display:block;height:42px;line-height:42px;width:166px;color:#66a4ff;font-size:15px;border-radius:3px;margin-top:16px;margin-right:5px;cursor:pointer;border:0;outline:0;background:#f2f7ff;border:1px solid #b6d4ff;text-align:center;width:100%}
.index-login .info .u-info .w47{width:47%}
.index-login .info .u-info a:hover{background:#e2edff}
.index-login .intr{position:relative;padding:45px 50px;padding-top:20px}
.index-login .intr h3{height:33px;line-height:33px;font-size:19px;color:#e21b05;margin-bottom:24px;display:block}
.index-login .intr span{line-height:28px;font-size:16px;color:#b9b9b9}
.index-login .intr:after{background:url(../style/img/su.png) no-repeat center center;background-position:-125px 0;content:" ";position:absolute;right:12%;top:1px;width:123px;height:132px;-webkit-transition:.3s;transition:.3s}
@media screen and (max-width:750px){
}
@media screen and (max-width:1198px){.wide{padding-right:6px;padding-left:6px;width:100%}
.row{margin-right:-3px;margin-left:-3px}
[class*=col-]{padding-right:3px;padding-left:3px}
.col-1,.col-10,.col-11,.col-12,.col-13,.col-14,.col-15,.col-16,.col-17,.col-18,.col-19,.col-2,.col-20,.col-21,.col-22,.col-23,.col-24,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{width:auto}
.col-m-1{width:4.1666%}
.col-m-2{width:8.3332%}
.col-m-3{width:12.4998%}
.col-m-4{width:16.6664%}
.col-m-5{width:20.833%}
.col-m-6{width:24.9996%}
.col-m-7{width:29.1662%}
.col-m-8{width:33.3328%}
.col-m-9{width:37.4994%}
.col-m-10{width:41.666%}
.col-m-11{width:45.8326%}
.col-m-12{width:50%}
.col-m-13{width:54.1658%}
.col-m-14{width:58.3324%}
.col-m-15{width:64.499%}
.col-m-16{width:66.6656%}
.col-m-17{width:70.8322%}
.col-m-18{width:74.9988%}
.col-m-19{width:79.1654%}
.col-m-20{width:83.332%}
.col-m-21{width:87.4986%}
.col-m-22{width:91.6652%}
.col-m-23{width:95.8318%}
.col-m-24{width:100%}
.mb10,.side-box dl{margin-bottom:6px}
.sjwu{display:none}
.dnwu{display:block}
.pd10{padding:6px}
.pd10-3{padding:6px 6px 0}
.header,.ul-2 li{width:100%}
.ul-new li{margin-bottom:0;padding:0;margin:0}
.serch-box{width:100% !important}
.fixednav{position:fixed;top:0;left:0;width:100%;border-radius:0}
.sidenav-brand i{margin-right:5px}
.index-flash .swiper-slide img{height:auto}
.step{width:100%;text-align:center}
.pagebar{padding:6px 0 3px;text-align:center}
.index-new .tab-bd>ul li:nth-child(13){margin-top:50px}
.info-con iframe,.info-con img{width:auto!important}
.index-new .tab-bd ul{height:auto}
.index-new .tab-bd>ul li:nth-child(13){margin-top:0}
.sy-page .new-page a{width:41%}
.info-con h2,.info-con h3{font-size:15px;line-height:15px}
.sy-page .new-page .pageState{width:15%}
.gotop{right:7%;margin:0!important}
.gotop,.gotop .btn{width:3rem;height:3rem;font-size:1.4rem}
.tx-box .xa-rmul li{width:100%!important}
.tx-box .xa-rmul li a .min-txt{float:none;width:100%}
.tx-box .related li{width:100%}
.list-three li h2 .title-tag{margin-right:5px;padding:0 5px;height:25px;font-size:9pt;line-height:25px}
.list-three li{padding:6px 0 6px 0;min-height:62px}
.list-three li>a>img{top:6px;left:6px;width:5pc;height:50px}
.list-three li h2{font-size:15px}
.index-flash .swiper-slide img{height:220px}
.place,.place a{font-size:9pt}
.info-title{margin-bottom:10px;padding-bottom:10px}
.info-title h1{font-size:1.7rem}
.info-title h1,.info-title p{text-align:center}
.tx-comment textarea{background-size:90%}
.navdhxlsj{display:none}
.tx-box .layui-carousel{height:235px!important}
.socialBox .panel-reward ul li img{width:80px}
.socialBox .panel-reward ul li{margin:0;padding:2px}
.ie-bbts{position:relative;top:46px}
.place-fljj{padding:10px;margin:0;margin-bottom:5px}
.explain{padding:5px 10px}
.shareBox{text-align:center}
.commentsbtn,.rewardbtn,.shareBox .praise{float:none;width:85px}
.info-next li{width:100%}
.info-next li:nth-child(1){margin-bottom:5px}
.info-next li:nth-child(2){text-align:-webkit-left}
.indexph ul,.tab-tr-wai .tab-tr,.tx-box .tab-div,.ul-tab{width:100%}
.ul-tab{border-bottom:1px solid #f1f1f1;padding-top:15px}
.tx-box .tab-div:nth-child(2) .ul-tab:last-of-type{border-bottom:none}
.remen-tr-wai .remen-tr{width:100%}
.indexph ul{border-bottom:1px solid #f1f1f1}
.indexph ul:last-of-type{border-bottom:none}
.indexph ul:nth-child(1){padding-bottom:5px;margin:0}
.indexph ul:nth-child(2){padding-top:5px}
.ggbox a{height:auto}
.ggbox a img{height:40px}
.ranking li{width:100%}
.author-box{padding:20px 20px 0 20px;text-align:center;bottom:0}
.author-box img{position:inherit;margin-bottom:15px}
}
.cms .silan ul li:nth-child(1) p i{background:#ff2a2a;color:#fff}
.cms .silan ul li:nth-child(2) p i{background:#ffc107;color:#fff}
.cms .silan ul li:nth-child(3) p i{background:#03a9f4;color:#fff}
.cms .silan ul li:nth-child(4) p i{background:#4caf50;color:#fff}
.cms .silan ul li p i{display:inline-block;vertical-align:middle;font-style:normal;margin-right:5px;background:#f3f3f3;width:20px;text-align:center;color:#696969;height:20px;margin-top:-2px;border-radius:20px;line-height:20px}