/** home.css **/
.outNum,.prev-next-a{
    color: #01AAED!important;
}
#cambrian0{
    height: 58px!important;
}
#cambrian0 ._7Brqef, #cambrian1 ._7Brqef, #cambrian2 ._7Brqef, #cambrian3 ._7Brqef, #cambrian4 ._7Brqef {
    padding: 13px 15px!important;
    background-color: #fff;
}

.index-count-data {
    text-align: center;
    display: block;
    overflow: hidden;
}
.index-count-data ul li{
    width: 33.33333% !important;
    float: left;
    padding: 9px 0 8px;
    border-right: 1px #efefef solid;
    border-bottom: 1px #efefef solid;
    margin-right: -1px;
    margin-bottom: -1px;
}
.index-count-data ul {
    border-bottom: 1px #efefef solid;
    overflow: hidden;
}
.index-count-data ul li p {
    color: #777;
    font-size: 12px;
}
.index-count-data ul li em {
    font-style: normal;
    font-size: 14px;
}
.index-count-data .layui-btn {
    width: 88%;
    margin: 17px auto;
}
.no-links{
    position: relative;
    overflow: hidden;
}
.no-links::after{
    content: " ";
    width: 100%;
    height: 100%;
    #background-color: rgba(0,0,0,.03);
    position: absolute;
    top: 0;
    left: 0;
}
#tools_content{
    max-width: 480px;
    margin: 20px auto;
}
.pages-ip-content{
    padding: 20px 0;
    display: block;
    overflow: hidden;
    background-color: #f7f7f7;
    border-radius: 2px;
    border:1px #efefef solid;
    color: #5FB878;
}
.pages-ip-content em{
    font-size: 12px;
    color: #777;
    padding-right: 10px;
}
.home-bar-menu{
    position: fixed;
    top: 0;
    bottom: 0;
    right: -230px;
    width: 265px;
    z-index: 1002;
    background-color: #fff;
}
.bar-menu{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 35px;
    background-color: #fff;
    -webkit-box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.1);
}
.bar-menu > ul {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center;
    list-style-type: none;
    margin-bottom: 0;
}
.bar-menu-top {
    top: 150px;
    background-color: #fff;
    z-index: 2;
}
.bar-menu-bottom {
    bottom: 0;
    z-index: 1;
}
.bar-menu > ul > li {
    position: relative;
    margin: 5px auto;
    padding: 11px 0;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1.42857143;
}
.bar-menu > ul > li > a {
    display: block;
    color: #616161;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bar-menu ul li .iconfont{
    font-size: 18px;
}
.bar-menu > ul > li.active, .bar-menu > ul > li:hover {
    background-color: #4bbbfa;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bar-menu > ul > li.active > a, .bar-menu > ul > li:hover > a {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bar-menu-top .bar-member {
    padding: 10px 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

.bar-main {
    position: absolute;
    top: 0;
    left: 35px;
    bottom: 0;
    width: 230px;
    z-index: 888;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    border-left: 1px #efefef solid;
    background-color: #fafafa;
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bar-main.active {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 999;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bar-main #bar-main-content{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    font-size: 12px;
    margin-top: 0px;
}
.bar-main #bar-main-content h3{
    position: fixed;
    height: 40px;
    width: 100%;
    line-height: 40px;
    padding: 0 10px;
    font-size: 16px;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px #ededed solid;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    z-index: 999;
}
#bar-main-content ul{
    overflow-x: auto ;
    position: absolute;
    top: 42px;
}
ul.comment-my-list li{
    background-color: #fff;
    padding:5px 10px;
    display: block;
    border-bottom: 1px #ededed solid;
}
ul.comment-my-list li img{
    width: 18px;
    margin: 0 2px;
}
ul.comment-my-list li p{
    margin-top: 10px;
    font-size: 12px;
    color: #888;
}
ul.comment-my-list li p a{
    font-size: 12px;
    color: #1E9FFF;
    float: right;
}
ul.comment-my-list li p .iconfont{
    font-size: 12px;
}
ul.bar-user-info{
    display: block;
    width: 100%;
    margin-top: 30px;
}
ul.bar-user-info .bar-aratar{
    border-radius: 3px;
    float: left;
    width: 40px;
    margin:0 10px 0 15px;
    box-shadow: 0 0 2px rgba(0,0,0,.5);
}
ul.bar-user-info p.email{
    color: #666;
}
ul.bar-user-info p.username{
    font-size: 14px;
    line-height: 18px;
}
.user-info-link{
    border-top:1px #efefef solid;
}
.user-info-link li a{
    margin-top: 0!important;
    display: block;
    overflow: hidden;
    border-bottom: 1px #efefef solid;
    background-color: #fff;
    line-height: 35px;
    text-indent: 15px;
    padding-right: 15px;
}
.user-info-link li a i.iconfont{
    font-size: 12px;
    float: right;
    color: #aaa;
}
.user-info-link li a:hover{
    background-color: #4bbbfa;
    color: #fff;
}
.user-count ul{
    position: inherit!important;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    padding:8px 10px;
    display: block;
    border-bottom: 1px #ededed solid;
    border-top:1px #ededed solid;
}
.user-count ul li{
    text-align: center;
    line-height: 1.5!important;
    float: left;
    width: 33.33%;
    font-size: 12px;
    color: #999;
}
.user-count ul li p{
    font-weight: 400;
    font-size: 16px;
    color: #01AAED;
}
ul.bar-user-info .user-info-btn{
    margin-top: 10px;
    text-align: center;
}
ul.bar-user-info .user-info-btn a{
    width: 107px;
    font-size: 12px;
}
#bar-main-content .bar-guanbi{
    position: absolute;
    z-index: 999;
    cursor: pointer;
    top: 0px;
    left: 10px;
    font-size: 18px;
}
.layui-rate li i.layui-icon{
    margin-right: 0;
    font-size: 18px;
}
.all-Search{
    height: 30px;
    font-size: 12px;
}
.search-weather{
    border-radius:0 2px 2px 0;
    float: right;
    background-color: #2F4056;
    text-align:center;
    font-size: 12px!important;
    min-width: 120px;
    line-height: 43px;
    padding: 0 15px;
    overflow: hidden;
    height: 50px;
}
.blood-sponsor{
    padding: 0;
    overflow: hidden;
    line-height: 4;
    text-align: center;
    font-size: 16px;
    border-radius: 2px;
    color: #fff;
}
.blood-sponsor .blood-sponsor-text{
    float: left;
    width: 70%;
    background-color: #2F4056;
}
.blood-sponsor .blood-sponsor-btn{
    background-color: #5FB878;
    float: right;
    width: 30%;
    cursor: pointer;
}
.company-info-top{
    height: auto;
    overflow: hidden;
    padding: 10px 25px 20px;
}
.company-info-top h2{
    border-bottom: 1px #efefef solid;
    margin-bottom: 10px;
}
.company-info-top .refresh-time{
    padding-left: 10px;
    font-size: 12px;
    color: #777;
    vertical-align:middle;
}
.company-info-top p{
    line-height: 2.6;
    width: 45%;
    float: left;
}
.company-info-top p a{
    color: #1E9FFF;
}
.company-info-top p:nth-child(2){
    width: 20%;
}
.company-info-top p:nth-child(3){
    width: 30%;
}
.company-info-top p:nth-child(5){
    width: 100%;
    display: block;
    clear: both;
}
.company-info{
    font-size: 14px;
    padding: 20px 25px;
    min-height: 515px;
}
.company-info em,.company-info-top p em,.company-info-top em{
    font-size: 12px;
    color: #999;
}
.company-info>.layui-row>div{
    line-height: 2.6;
}
.company-info>.layui-row>div>p{
    line-height: 1.8;
}
.related{
    overflow: hidden;
}
.related .site{
    background-color: #fefefe;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    padding: 3px;
    border-radius: 1px;
    position: relative;
}
.related .site .siteImg img{
    width: 100%;
    height: 150px;
}
.related .site .title{
    position: absolute;
    bottom: 0;
    line-height: 2;
    background-color: rgba(0,0,0,.5);
    display: block;
    width: 100%;
    left: 0;
    font-size: 14px;
    text-align: center;
}
.related .site .title a{
    color: #fff;
}
.related .site .title span{
    display: none;
}
.index-site-rand-cloud{
    padding: 8px 0 3px 7px;
    overflow: hidden;
    display: block;
    margin-top: 10px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}
.index-site-rand-cloud a{
    padding: 0px 35.8px;
    line-height: 35.35px;
    height: 35.35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    background-color: rgb(255, 153, 159);
    margin: 0px 5px 5px 0px;
}
.index-site-rand-cloud a:nth-child(1) {
    width: 91px;
}
.index-site-rand-cloud a:nth-child(3) {
    width: 91px;
}
.index-site-rand-cloud a:nth-child(6) {
    width: 90px;
}
.index-site-rand-cloud a:nth-child(5n){
    background-color: #5FB878;
}
.index-site-rand-cloud a:nth-child(2n){
    background-color: #01AAED;
}
.index-site-rand-cloud a:nth-child(4n){
    background-color: #01AAED;
}
.index-site-rand-cloud a:nth-child(9){
    background-color: #01AAED;
    width: 198px;
}
.index-site-rand-cloud a:nth-child(10){
    background-color: #2F4056;
    width: 113px;
}
.index-site-rand-cloud a:nth-child(11) {
    width: 55px;
}

.icp-beian li{
    width: 20%;
    float: left;
    border-right: 1px #efefef solid;
    margin-right: -1px;
    padding: 8px 0;
    text-align: center;
    overflow: hidden;
    max-height: 35px;
    white-space: nowrap;
}
.icp-beian li a{
    color: #1E9FFF;
}
.icp-beian li:nth-child(1){
    width: 35%;
}
.icp-beian li:nth-child(3){
    width: 25%;
}
.icp-beian li em{
    font-size: 12px;
    color: #888;
}
.link_color_01,.link_color_01 a{
    color: #5FB878!important;
}
.link_color_02,.link_color_02 a{
    color: #FF00FF!important;
}
.link_color_03,.link_color_03 a{
    color: #1E9FFF!important;
}
.link_color_04,.link_color_04 a{
    color: #FF0000!important;
}
.link_bold,.link_bold a{
    font-weight: bold;
}
.layedit-tool-face{
    cursor: pointer;
    background-color: #FF5E52;
    width: 30px;
    height: 30px;
    display: inline-grid;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    overflow: hidden;
    margin-left: 15px;
}

.main-container{
    width: 100%;
    margin-top: 10px;
}
.layui-breadcrumb span{
    float:none;
}
.site-list-body{
    padding: 0;
    overflow: hidden;
}
.site-list{
    padding: 20px 15px;
    border-bottom: 1px solid #eeeeee;
    zoom: 1;
}
.site-list .siteImg{
    float: left;
    position: relative;
}
.site-list .siteImg img{
    width: 140px;
    height: 130px;
    border: 1px solid #eeeeee;
}
i.blood-tuijian{
    background: url("../images/top.png");
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #d81e06;
}
.site-list .siteContent{
    position: absolute;
    overflow: hidden;
    margin-right: 130px;
    margin-left: 160px;
    font-size: 12px;
}
.site-list .siteContent h3.title{
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.site-list .siteContent h3.title a{
    font-size: 14px;
    padding-right: 5px;
}
.site-list .siteContent h3.title span{
    color: #999;
}
i.blood-tuijian-01{
    background: url("../images/top.small.gif") no-repeat;
    background-size: contain;
    height: 14px;
    width: 25px;
    display: inline-block;
    overflow: hidden;
    vertical-align:middle;
    margin-left: 5px;
}
.site-info-top-ico{
    background: url("../images/top.gif") no-repeat;
    background-size: contain;
    position: absolute;
    height: 88px;
    width: 148px;
    right: 20px;
    top: 40px;
    margin-left: 8px;
    opacity: 0.2;
    transform: rotate(-30deg);
}
.site-list .siteContent .siteData p{
    height: 30px;
    line-height: 30px;
    display: inline-block;
    float: left;
    padding-right: 15px;
    padding-bottom: 3px;
    color: #999999;
}
.site-list .siteContent .siteData p b{
    font-weight: normal;
}
.site-list .siteContent .siteData p span{
    position: relative;
    display: inline-block;
    width: 45px;
}
.site-list .siteContent .siteData p span img{
    width: 100%;
    position: relative;
    top: -2px;
}
.site-list .siteContent .siteData p span em{
    position: absolute;
    display: block;
    top: 0px;
    right: 0;
    color: #fff;
    font-style: normal;
    font-size: 14px;
    width: 23px;
    z-index: 10;
    text-align: center;
}
.site-list .siteContent p.description{
    line-height: 24px;
    color: #999999;
}
.site-list .r-views{
    float: right;
    margin-top: 25px;
    width: 88px;
    height: 72px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    background-color: #FFF;
    text-align: center;
}
.site-list .r-views strong{
    margin-top: 13px;
    display: inline-block;
    font-weight: normal;
    color: #f60;
    font-size: 14px;
}
.site-list .r-views span{
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #999;
}
.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font: 0/0 sans-serif;
    visibility: hidden;
}
.layui-laypage {
    display: inherit;
    margin-top: 25px;
    padding-bottom: 20px;
    text-align: center;
}
.min-list-nav{
    border-radius: 2px 2px 0 0;
    padding: 12px;
}
.min-list-nav li{
    padding: 2px 0;
    width: 10%;
}
.min-list-all-nav{
    display: block;
    background-color: unset;
    padding: unset;
    box-shadow: unset;
    border-radius: unset;
}
.min-list-all-nav li{
    width: 10%;
    text-align: left;
}
.min-list-all-nav li span{
    color: #ccc;
    font-size: 12px;
}
.index-site-list{
    display: block;
    overflow: hidden;
    clear: both;
}
.index-site-list li{
    float: left;
    position: relative;
    line-height: 3.3;
    height: 41.9px;
    width: 20%;
    text-align: center;
    border:1px #efefef solid;
    margin-right: -1px;
    border-width: 1px 1px 0px 0px;
}
.index-site-list li i.blood-tuijian{
    width: 30px;
    height: 30px;
}
.index-site-list li a{
    display: block;
    color: #666;
    font-size: 13px;
}

.index-site-list li.site-recommend:nth-child(1n) a{
    color: #1E9FFF;
}
.index-site-list li.site-recommend:nth-child(2n) a{
    color: #FF5722;
}
.index-site-list li.site-recommend:nth-child(3n) a{
    color: #5FB878;
}
.index-site-list li a img{
    width: 14px;
    height: 14px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -7px;
}
.index-site-list li a:hover{
    background-color: #fafafa;
    color: #f60;
}
.index-site-list li:nth-child(5n){
    border-right: none;
}
.index-site-list-min li{
    width: 50%;
}
.index-site-list-min li{
    border-right: 1px #efefef solid!important;
    margin-right: -1px;
}
.index-site-list-min li:nth-last-child(1){
    display: none;
}

.index-site-list-min li:nth-child(2n){
    border-right: none;
}
.index-site-list-img{
    display: block;
    max-height: 123px;
    overflow: hidden;
}

.index-site-list-img img{
    max-width: 100%;
    min-height: 123px;
    display: block;
    background-color: #eee;
}

.site-top-list{
    padding: 9px 20px;
}
.site-top-list li{
    line-height: 18px;
    height: 18px;
    font-size: 14px;
    padding: 9.4px 0;
}
.site-top-list li em{
    font-style: normal;
    border-radius: 2px;
    float: left;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    margin-right: 10px;
    overflow: hidden;
    background-color: #eaeaea;
}
.site-top-list li:nth-child(1) em,.site-top-list li:nth-child(2) em,.site-top-list li:nth-child(3) em{
    background-color: #FF5722;
    color: #fff;
}
.site-top-list li span{
    color: #aaa;
    font-size: 12px!important;
}
.site-top-list li span i{
    padding-right: 8px;
    font-size: 12px !important;
}
.link-list{
    display: block;
    overflow: hidden;
    padding: 0;
    line-height: 2;
}
.link-list .link-title{
    color: #009688;
}
.link-list ul{
    display: block;
    overflow: hidden;
    padding: 10px 15px;
}
.link-list li{
    float: left;
    padding: 0 7px;
}
.layui-card-header ul{
    float: right;
    padding: 0;
}
.layui-card-header ul li{
    float: left;
    padding-left: 15px;
    font-size: 12px;
}
.layui-card-header ul li a{
    color: #888;
}

.site-padding{
    padding: 10px 13px;
}
.site-info-top h2{
    padding: 0 5px;
    font-size: 1.45em;
}
.site-info-top h2 span{
    font-size: 14px;
    padding-left: 7px;
    float: none;
}
.site-info-top h2 span a,.site-info-list a{
    color: #666;
}
.site-info-top h2 span a:hover,.site-info-list a:hover{
    color: #ff0000;
}
.site-info-top h2 em{
    font-size: 12px;
    font-weight: normal;
    color: #999;
    float: right;
    font-style: normal;
}
.site-info-top p{
    padding: 6px 10px;
    font-size: 12px;
    height: 45px;
    overflow: hidden;
    color: #666;
}
.site-info-list{
    padding: 15px 20px 25px;
    font-size: 14px;
    color: #555;
    display: block;
    overflow: hidden;
}
.site-info-list li{
    min-width: 50%;
    line-height: 40px;
    overflow: hidden;
    height: 40px;
    float: left;
    border-bottom: 1px #efefef solid;
}
.site-info-list li:nth-child(7),.site-info-list li:nth-child(8),.site-info-list li:nth-child(9){
    width: 100%;
}
.site-info-list li.ss-link a{
    margin-right: 15px;
}
.site-img-btn{
    position: relative;
    margin: 30px 20px 0px 0;
    text-align: center;
    overflow: hidden;
    background-color: #009688;
    border-radius: 3px 3px 0 0;
}
.site-info-img img{
    max-width: 165px;
    min-height: 165px;
    padding: 2px;
    overflow: hidden;
}
.site-img-btn .layui-btn-group{
    border-top: 1px solid rgba(255,255,255,.5);
    display: block;
    margin-left: unset;
}
.site-img-btn .layui-btn{
    width: 33.333%;
    border-radius: 0!important;
}
.site-img-btn .layui-btn-group+.layui-btn-group .layui-btn{
    width: 50%;
}
.web-data{
    background-color: #f7f7f7;
    border:1px #efefef solid;
    border-width: 1px 0;
    display: block;
    overflow: hidden;
    padding: 9px 0px 8px;
    text-align: center;
}
.web-data li{
    float: left;
    width: 12.35%;
    font-size: 12px;
    padding-top: 4px;
    border-right: 1px #dedede solid;
}
.web-data li:last-of-type{
    border-right: none;
}
.web-data li p{
    margin-top: 5px;
    color: #888;
}
.web-data li span {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    color: #555;
    margin-bottom: 5px;
    display: initial;
}
.web-data li span em {
    position: absolute;
    display: block;
    top: -1px;
    right: 0;
    color: #fff;
    font-style: normal;
    font-size: 14px;
    width: 28px;
    z-index: 10;
    text-align: center;
}

.site-info-new .site-list .siteContent {
    margin-right: 20px;
}

.site-count-data{
    text-align: center;
    display: block;
    overflow: hidden;
}
.site-count-data ul{
    border-top: 1px #efefef solid;
    border-bottom: 1px #efefef solid;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}
.site-count-data ul li{
    float: left;
    font-size: 12px;
    width: 17%;
    border-right: 1px #efefef solid;
}
.site-count-data ul li:nth-child(1),.site-count-data ul li:nth-child(4){
    width: 23%;
}
.site-count-data ul li:nth-child(3){
    width: 18%;
}
.site-count-data ul li:last-of-type{
    border-right: none;
}
.site-count-data ul li em{
    font-style: normal;
    font-size: 14px;
}
.site-count-data ul li p{
    color: #777;
    font-size: 12px;
}
.site-count-data .layui-btn{
    width: 88%;
    margin: 13px auto 12px;
}
.site-userInfo{
    overflow: hidden;
    padding: 15px;
}
.site-userInfo img{
    float: left;
    max-width: 74px;
}
.site-userInfo .layui-avatar-min{
    width: unset;
}
.site-userInfo-content{
    float: left;
    margin-left: 12px;
}
.site-userInfo-content p{
    font-size: 12px;
    line-height: 1.4;
    padding-bottom: 4px;
    color: #888;
}
.site-userInfo-content p:last-child{
    padding-bottom: 0;
}
.site-userInfo-content p.user-name{
    font-size: 14px;
    color: #333;
    padding-bottom: 6px;
}
.site_qrcode{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.article-list-new{

}
.article-list-new ul{

}
.article-list-new ul li{
    position: relative;
    padding: 0 20px;
    line-height: 51.65px;
    height: 51.65px;
    border-bottom: 1px #efefef solid;
    white-space: nowrap;
}
.article-list-new ul li a{
    padding-left: 15px;
}
.article-list-new ul li:before{
    content: " ";
    width: 5px;
    height: 5px;
    border-radius: 0;
    top: 50%;
    margin-top: -3.5px;
    background-color: #000;
    position: absolute;
}
.article-list-new ul li span{
    position: absolute;
    right: 0px;
    padding-right: 15px;
    top: 0px;
    padding-left: 20px;
    background-color: #fff;
    font-size: 12px;
    color: #888;
}
.article-info{
    height: unset;
    line-height: unset;
    text-align: center;
    overflow: hidden;
}
.article-info h2{
    font-size: 20px;
    padding: 20px 0;
}
.article-meta{
    font-size: 12px;
    color: #777;
}
.article-meta span{
    float: unset;
    padding: 0 10px;
}
.article-meta span em{
    font-style: normal;
    color: #FF5722;
}
.news-nav-list{
    overflow: hidden;
    text-align: center;
}
.news-nav-list li{
    width: 49.8%;
    float: left;
    line-height: 43px;
    height: 43px;
    border-bottom: 1px #efefef solid;
    border-right: 1px #efefef solid;
}
.news-nav-list li a {
    display: block;
}
.news-nav-list li.hover a{
    background-color: #1E9FFF;
    color: #fff;
}
.news-nav-list li:nth-child(2n){
    border-right: none;
}
.one-list li{
    width: 100%;
}
.article-content{font-size:14px;line-height:22px;word-wrap:break-word;}
.article-content img{margin: 5px auto; display:block;max-width:80%;height:auto;}
.article-content h3, .article-content h4, .article-content h5{padding:0 0;margin:20px 0;color: #555;font-weight:bold;}
.article-content h1, .article-content h2{font-weight:bold;margin:20px 0;border-bottom: 1px solid #eee;padding-bottom: 10px;}
.article-content h1{font-size:20px;}
.article-content h2{font-size:18px;}
.article-content h3{font-size:16px;}
.article-content h4{font-size:15px;}
.article-content h5{font-size:14px;}
.article-content ul, .article-content ol{margin:0 0 20px 50px}
.article-content ul{list-style: disc;}
.article-content ol{list-style: decimal;}
.article-content li{margin-bottom: 6px;}
.article-content p{margin:10px auto;word-wrap:break-word; text-indent: 30px;}
.article-content pre{word-wrap:break-word;}
.article-content table{border-top:solid 1px #ddd;border-left:solid 1px #ddd;width:100%;margin-bottom:20px}
.article-content table th{background-color:#f9f9f9;text-align:center}
.article-content table td,.article-content table th{border-bottom:solid 1px #ddd;border-right:solid 1px #ddd;padding:5px 10px}
.article-content .alignnone{margin:0 auto;}
.article-content .alignleft{float:left;text-align:left;margin-right:10px}
.article-content .aligncenter{margin: 0 auto;text-align: center;display: block;}
.article-content .alignright{float:right;text-align:right;margin-left:10px}
.article-content .wp-caption{margin-bottom: 20px;background-color: #f6f6f6;padding: 10px 10px 1px;max-width: 100%}
.article-content .wp-caption img{margin: 0 0 5px;}
.article-content .wp-caption p{margin-bottom: 10px;text-indent: 0;}
.article-content .wp-caption.alignnone{text-align: center;}
.article-content .wp-caption:hover .wp-caption-text{color: #45B6F7;}
.article-content a{text-decoration:underline;color: #45B6F7;}
.article-content a:hover{color: #FF5E52;}
.article-content pre,.comment pre{margin:20px 0;font:12px/20px 'courier new';background:#272822;padding:10px 15px;color:#F8F8D4;border:none}
.article-content blockquote{margin: 30px 30px;padding: 15px 20px;font-size: 16px;color: #999;border-left: 5px solid #EEE;}
.article-content blockquote p{margin:0;padding:0;margin-bottom: 10px;}

.tags {
    color: #979797;
    margin-top: 30px;
}
.tags a {
    background-color: #F4F5F6;
    color: #fff;
    margin-right: 5px;
    padding: 2px 10px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 5px;
}
.tags a:nth-child(5n) {
    background-color: #898a94;
}

.tags a:nth-child(5n+1) {
    background-color: #e86664;
}

.tags a:nth-child(5n+2) {
    background-color: #e49184;
}

.tags a:nth-child(5n+3) {
    background-color: #5fc7ab;
}

.tags a:nth-child(5n+4) {
    background-color: #74bfe2;
}

.tags a:hover {
    background-color: #1B1B1B;
    color: #FFF
}
.article-actions {
    margin:25px 0 0px;
}
.article-actions .shares {
    float:left;
    margin-bottom:0
}
.article-actions .shares strong {
    color:#999;
    display:block;
    margin-bottom:10px;
    font-size:12px;
    font-weight:normal;
    line-height:1
}
.article-actions .action-like,.article-actions .action-rewards {
    float:right;
    display:inline-block;
    border-radius:2px;
    padding:0 15px;
    height:32px;
    line-height:31px;
    font-size:14px;
    text-align:center;
    min-width:80px;
    color:#fff;
    background-color:#F7B10D;
    margin-left:15px;
    margin-top:22px;
    opacity:0.8
}
.article-actions .action-like:hover,.article-actions .action-rewards:hover {
    opacity:1
}
.article-actions .action-like i,.article-actions .action-rewards i {
    font-size:14px;
    margin-right:3px;
    position:relative
}
.article-actions .action-like {
    background-color:#FF6651
}
.article-actions .action-like i {
    margin-right:5px;
    top:-1px
}
.search-list{
    padding: 5px 0;
}
.listContent{
    border-bottom: 1px #efefef solid;
    padding: 15px 20px;
    overflow: hidden;
}
.listContent h3.title{
    padding-bottom: 5px;
}
.listContent h3.title span,.listContent h3.title em{
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
    padding-left: 10px;
    font-size: 12px;
}
.listContent h3.title em{
    float: right;
}
.listContent p.description{
    font-size: 12px;
    color: #777;
}
.listContent .siteImg{
    float: left;
    padding-right: 15px;
}
.listContent .siteImg img{
    width: 80px;
    height: 80px;
    border: 1px solid #eeeeee;
}
.search-header{
    padding: 0;
    height: auto;
    overflow: hidden;
}
.search-header li{
    float: left;
    width: 16.6666%;
    text-align: center;
    border-bottom: 1px solid #f6f6f6;
    border-right: 1px #efefef solid;
    margin-right: -1px;
    margin-bottom: -1px;
}
.search-header li.hover a{
    background-color: #009688;
    display: block;
    color: #fff;
}
.side-shares{
    padding: 10px 0;
}
.side-shares .article-actions{
    padding: 0;
    margin: 0 auto;
}
.side-shares .article-actions a{
    margin: 0 3px;
}
.side-shares .article-actions .shares{
    float: unset;
    text-align: center;
}
.shares {
    margin-bottom:15px
}
.shares strong {
    line-height:32px;
    display:inline-block;
    font-weight:normal;
    color:#999
}
.shares a {
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    margin-right: 8px;
    opacity: .8;
    border-radius: 2px;
    cursor: pointer;
}
.shares a:hover {
    opacity:1
}
.shares a:hover .share-popover {
    visibility:visible;
    opacity:1;
    margin-bottom:0
}
.shares a:before {
    height:32px;
    width:10px
}
.shares a:hover:before {
    -webkit-transition:right .5s;
    -moz-transition:right .5s;
    transition:right .5s;
    right:-70%
}
.shares a.share-tsina {
    background-color:#FF8D8D
}
.shares a.share-weixin {
    background-color:#7BD172
}
.shares a.share-qzone {
    background-color:#FBC440
}
.shares a.share-sqq {
    background-color:#F68575
}
.shares a.share-renren {
    background-color:#95B4EC
}
.shares a.share-tqq {
    background-color:#5FB2D7
}
.shares a.share-douban {
    background-color:#67CE9B
}
.shares a.share-huaban {
    background-color:#DC5E5E
}
.shares a.share-line {
    background-color:#08BC1F
}
.shares a.share-twitter {
    background-color:#41B8FC
}
.shares a.share-facebook {
    background-color:#4867AA
}
.shares i {
    color:#fff;
    font-size:20px;
    font-weight:normal
}
.shares .share-popover {
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    visibility:hidden;
    opacity:0;
    position:absolute;
    bottom:100%;
    left:0;
    width:90px;
    height:90px;
    margin-bottom:20px;
    padding-bottom:6px;
    background-color:transparent
}
.shares .share-popover .share-popover-inner {
    display:block;
    background-color:#FFF;
    border:1px solid #999;
    padding:4px;
    border-radius:2px;
    position:relative;
    bottom:25px;
    height:100px;
    width: 100px;
}
.shares .share-popover .share-popover-inner::before,.shares .share-popover .share-popover-inner::after {
    content:'';
    position:absolute;
    bottom:-5px;
    left:9px;
    border-left:5px solid transparent;
    border-right:5px solid transparent
}
.shares .share-popover .share-popover-inner::before {
    border-top:5px solid #555
}
.shares .share-popover .share-popover-inner::after {
    border-top:5px solid #fff;
    margin-bottom:1px
}


.search-body{
    padding: 10px 15px;
    overflow: hidden;
    float: left;
}
.search-body .layui-form-item{
    margin-bottom: 0;
}
.search-body .layui-form-item input{
    float: left;
    width: 280px;
}
.search-body .layui-form-item .layui-btn{
    float: left;
}
.search-body .layui-form-item button{
    border-radius: 0!important;
}
.search-body .layui-form-item .layui-btn+.layui-btn{
    margin-left: unset;
}
.side-search{
    padding: 0;
}
.side-search .layui-form-item,.min-search .layui-form-item{
    margin-bottom: 0;
    position: relative;
    width: 100%;
    text-align: right;
}
.side-search .layui-form-item input{
    width: 100%;
    z-index: 0;
    overflow: hidden;
    display: block;
}
.side-search .layui-form-item .layui-btn{
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 3px 3px 0;
 }
.min-search{
    padding:7px 0 0;
    float: right;
    overflow: hidden;
    clear: both;
    line-height: 1;
}
.min-search .layui-form-item input{
    width: 300px;
    float: left;
}
.search-body .layui-form-item .layui-btn ,.min-search .layui-form-item .layui-btn{
    float: right;
    border-radius: 0 3px 3px 0;
}
.website-count{
    float: right;
    line-height: 50px;
    height: 50px;
    margin-right: 20px;
    font-size: 12px;
}
.website-count em{
    color: #ccc;
}
.website-count a{
    padding: 0 7px;
    border-right: 1px #efefef solid;
}
.website-count a:last-child{
    border-right: none;
}
.website-count li{
    float: left;
    font-size: 14px;
    padding-right: 20px;
}

.website-count li em{
    font-style: normal;
    color: #1E9FFF;
    font-size: 22px;
}

.article-side-site{

}
.article-side-site .site-list .siteImg img {
    width: 80px;
    height: 80px;
    border: 1px solid #eeeeee;
}
.article-side-site .site-list .siteContent {
    margin-right: 10px;
    margin-left: 100px;
}
.index-arc-list{
    overflow: hidden;
}
.index-arc-list ul li{
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 0;
    line-height: 45px;
    height: 45px;
}
.index-arc-list ul li a{
    padding-left: 40px;
}
.index-arc-list  ul li span{
    padding-right: 20px;
}
.index-arc-list ul li:before{
    left: 20px;
}

.app-member-list .siteImg img{
    width: 75.5px;
    height: 75.5px;
}
.app-member-list .siteContent{
    margin-left: 95px;
    margin-right: 25px;
}

.app-member-list .siteContent h3 span{
    float: right;
    font-size: 12px;
}
.app-index-list{
    width: 22.369%;
    float: left;
    overflow: hidden;
    display: block;
}
.app-index-list .siteContent{
    position: inherit;
    margin-right: 0;
}


.app-info-top{
    overflow: hidden;
    height: unset;
}
.app-info-top img{
    width: 70px;
    height: 70px;
    margin-right: 15px;
}

.site-info-top img{
    width: 25px;
    height: 25px;
    margin-right: 8px;
    position: relative;
    top: -2px;
    border:1px #eaeaea solid;
    border-radius: 3px;
    overflow: hidden;
}
.weixin-info-top img{
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
.weixin-info-top{
    overflow: hidden;
    height: unset;
}
.weixin-info-top h2{
    float: left;
}
.weixin-info-top span{
    float: none;
    padding-left: 15px;
    color: #888;
}
.weixin-info-top .app-views {
    float: right;
    text-align: center;
    padding-right: 15px;
    padding-top: 0px;
}
#app-img-list{
    text-align: center;
}
#app-img-list img{
    max-height: 480px;
}
.app-content{
    text-indent: 28px;
    line-height: 2.4;
    color: #888;
    overflow: hidden;
    font-size: 12px;
}
.app-mini-info{
    text-align: center;
}
.app-mini-info img{
    width: 213px;
    height: 213px;
}
.app-info-top h2{
    float: left;
}
.app-mini-info p.weixin{
    padding-top: 10px;
    font-size: 12px;
    color: #888;
}
.app-mini-info p.app-p-info{
    text-align: left;
    font-size: 12px;
    color: #888;
}
.app-views{
    float: right;
    text-align: center;
    padding-right: 15px;
    padding-top: 8px;
}
.app-views p{
    display: block;
    overflow: hidden;
    line-height: 1.8;
    font-size: 12px;
}
.app-views p#views{
    font-size: 16px;
    color: #FF5722;
}
.index-text-link{
    overflow: hidden;
}
.index-text-link li{
    text-align: center;
    line-height: 3;
    float: left;
    font-size: 14px;
    width: 16.581%;
    overflow: hidden;
    border:1px #efefef solid;
    border-width: 0 1px 1px 0;
}
.index-text-link li:nth-child(6n){
    border-right: none;
}
.side-textasb{
    padding: 0;
}
.side-textasb a {
    display: block;
    padding: 0 15px 10px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    font-size: 12px;
    border-radius: 3px;
}
.side-textasb a strong {
    margin: 0px 0 0 0;
    display: inline-block;
    padding: 4px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    border-radius: 0  0 2px 2px;
}
.side-textasb a h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 2.2;
}
.side-textasb a p{
    color: #999;
    margin-bottom: 0;
    line-height: 1.5;
}
.side-textasb a.style01{color: #428BCA;}
.side-textasb a.style01:hover{border-color: #428BCA;}
.side-textasb a.style01 strong{background-color: #428BCA;}

.side-textasb a.style02{color: #FF5E52;}
.side-textasb a.style02:hover{border-color: #FF5E52;}
.side-textasb a.style02 strong{background-color: #FF5E52;}

.side-textasb a.style03{color: #5CB85C;}
.side-textasb a.style03:hover{border-color: #5CB85C}
.side-textasb a.style03 strong{background-color: #5CB85C;}

.side-textasb a.style04{color: #C35BFF;}
.side-textasb a.style04:hover{border-color: #C35BFF;}
.side-textasb a.style04 strong{background-color: #C35BFF;}

.side-textasb a.style05{color: #45B6F7;}
.side-textasb a.style05:hover{border-color: #45B6F7;}
.side-textasb a.style05 strong{background-color: #45B6F7;}

.links-pages{
    padding: 0;
    overflow: hidden;
}
.links-pages li{
    float: left;
    width: 20%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-bottom: 1px #eaeaea solid;
    font-size: 14px;
    border-right: 1px #eaeaea solid;
    margin-right: -1px;
}
.links-pages a:hover {
    color: #FF5E52;
}
.links-pages a {
    color: #45B6F7;
}
.tools-lists{
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}
.tools-lists li{
    border-right: 1px #ececec solid;
    border-bottom: 1px #ececec solid;
    margin-right: -1px;
    margin-bottom: -1px;
    float: left;
    width: 25%;
}
.tools-lists li:last-child{
    border-right: none;
}
.tools-lists li a{
    padding: 10px 0;
    font-size: 12px;
    color: #888;
    line-height: 1;
    display: block;
}
.tools-lists li a p{
    padding-top: 10px;
}
.tools-lists li a:hover{
    color: #f60;
    background-color: rgba(0,0,0,.05);
}
.tools-lists li img{
    width: 30px;
}

.article-list-relevant li{
    position: relative;
    width: 50%;
    float: left;
    padding:10px 0;
    border-bottom: 1px #efefef solid;
}
.article-list-relevant li a{
    padding-left: 30px;
}
.article-list-relevant ul li:before {
    content: " ";
    width: 5px;
    height: 5px;
    border-radius: 0;
    top: 50%;
    left: 15px;
    margin-top: -3.5px;
    background-color: #000;
    position: absolute;
}
.article-list-relevant li span{
    position: absolute;
    right: 0px;
    padding-right: 15px;

    padding-left: 20px;
    background-color: #fff;
    font-size: 12px;
    color: #888;
}
.prev-next{
    padding:10px 20px;
    overflow: hidden;
    border-top: 1px #efefef solid;
    color: #888;
}
.prev-next .prev{
    float: left;
}
.prev-next .next{
    float: right;
}

.arc-user-avatar{
    float: left;
    width: 60px;
    margin-right: 15px;
}
.arc-userInfo{

}
.arc-userInfo h3{
    line-height: 1.2;
    color: #333;
    padding-bottom: 5px;
}
.arc-userInfo p{
    line-height: 1.5;
    font-size: 12px;
    color: #888;
}
.arc-userInfo span{
    padding-left: 15px;
    font-size: 12px;
    color: #888;
}
.arc-userInfo span em{
    padding-right: 15px;
    color: #f60;
}
.weixin-list-new{
    border-bottom: 1px #e5e5e5 solid;
}
.weixin-list-new>div a{
    margin-bottom: 10px;
    background-color: #fafafa;
    padding: 8px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    display: inline-block;
    text-align: center;
}
.weixin-list-new>div img{
    width: 123px;
    height: 123px;
}
.weixin-list-new>div:hover a{
    box-shadow: 0 0 5px rgba(55,144,229,.7);
}
.weixin-list-new>div p{
    overflow: hidden;
    padding-top: 8px;
    font-size: 14px;
}

.weixin-articles-lists li{
    padding: 0 15px;
    height: 45.4px;
    line-height: 45.4px;
    border-bottom: 1px #efefef solid;
}
.weixin-articles-lists li img{
    overflow: hidden;
    width: 53px;
    height: 30px;
    margin-right: 15px;
    vertical-align:middle;
}
.weixin-articles-lists li a{
    cursor: pointer;
}
.weixin-articles-lists li span{
    float: right;
    color: #aaa;
    font-size: 12px;
}
.weixin-index-list-body{
    padding: 8px;
}
.layui-col-9{
    width: 11.11111%;
    padding: 5px;
    box-sizing: border-box;
    float: left;
}
.layui-col-9 .site{
    padding: 0;
}
.layui-col-9 .site .siteImg img{
    height: auto;
}
.layui-col-9 .site .title {
    background-color: rgba(0,0,0,.6);
    font-size: 12px;
}
@media screen and (max-width: 768px) {
    .layui-col-9 {
        width: 33.33333%;
    }
    .search-header li{
        width: 33.333%;
    }
    .weixin-list-new>div img{
        width: 144px;
        height: 144px;
    }
    .weixin-list-new>div p{
        overflow: hidden;
        padding-top: 8px;
        font-size: 12px;
    }
    .main-container{
        overflow: hidden;
    }
    .site-list .siteImg img{
        width: 88px;
        height: 88px;
        border: 1px solid #eeeeee;
    }
    .site-list .siteContent{
        margin-left: 110px;
        margin-right: 0;
    }
    .site-list .siteContent .siteData p b{
        display: none;
    }
    .site-list .siteContent h3.title span{

    }
    .site-list .siteContent .siteData p{
        min-width: 50%;
        padding-right: 0;
    }
    .layui-laypage a,.layui-laypage span{
        display: none;
    }
    .layui-laypage .layui-laypage-prev,.layui-laypage .layui-laypage-next{
        display: inline-block;
    }
    .min-list-all-nav li{
        width: 33%;
        text-align: left;
    }
    .index-site-list li{
        width: 33.333%;
    }
    .index-site-list li:nth-child(5n){
        border-right: 1px #efefef solid;
    }
    .index-site-list li:nth-child(3n){
        border-right: none;
    }

    .site-info-list li{
        width: 100%;
    }
    .web-data li{
        width: 24.5%;
        padding-bottom: 10px;
    }
    .web-data li:nth-child(4){
        border-right: none;
    }
    .web-data li:nth-child(5),.web-data li:nth-child(6),.web-data li:nth-child(7),.web-data li:nth-child(8){
        border-top: 1px #dedede solid;
        padding-bottom: 0;
        padding-top: 10px;
    }
    .web-data li:nth-child(5) p,.web-data li:nth-child(6) p,.web-data li:nth-child(7) p,.web-data li:nth-child(8) p{
        margin-top: 0;
    }
    .site-img-btn{
        margin: 0;
        border:none;
        background-color: transparent;
        padding-bottom: 30px;
    }
    .site-img-btn .layui-btn-sm{
        height: 38px;
        line-height: 38px;
    }
    .site-img-btn .layui-btn-group{
        margin-right: 0;
        border-top: 1px solid rgba(255,255,255,0);
        display: inline;
    }
    .site-img-btn .layui-btn{
        width: 40%;
    }
    .search-body{
        text-align: center;
        display: block;
        width: 100%;
    }
    .search-body .layui-form-item input{
        width: 60%;
    }
    .one-list li{
        width: 49.8%;
    }
    .min-search .layui-form-item input{
        width: auto;
        float: left;
    }
    .article-actions{
        text-align: center;
    }
    .article-actions .shares{
        float: unset;
    }
    .article-actions .action-like, .article-actions .action-rewards
    {
        float: unset;
        margin: 22px 5px 0;
    }
    .index-arc-list ul li{
        width: 100%;
    }

    .app-index-list{
        width: 100%;
        overflow: hidden;
    }
    .app-index-list .siteContent{
        margin-right: 35px;
    }
    .icp-beian li{
        height: 22px!important;
        overflow: hidden;
    }
    .icp-beian li:nth-child(1){
        width: 65%!important;
        border-bottom: 1px #efefef solid;
    }
    .icp-beian li:nth-child(2){
        width: 35%!important;
        border-bottom: 1px #efefef solid;
    }
    .icp-beian li:nth-child(3){
        width: 60%!important;
    }
    .icp-beian li:nth-child(4){
        width: 40%!important;
    }
    .company-info-top p{
        width: 100%!important;
    }
    .company-info{
        min-height: auto;
    }
    .site-info-top p{
        height: auto;
    }
    .links-pages li{
        width: 33.33%;
        overflow: hidden;
    }
    .article-list-relevant li{
        width: 100%;
    }
    .prev-next .next,.prev-next .prev{
        float: none;
    }

    .index-site-list li:nth-last-child(1),.index-site-list li:nth-last-child(2){
        display: none;
    }
    .index-site-list-min li:nth-last-child(1),.index-site-list-min li:nth-last-child(2){
        display: block!important;
    }
}
