﻿@charset "utf-8";

body,html{margin: 0;font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size: 14px;font-weight: 400;line-height: 1.5;text-align: left;background-color: #f3f3f3;color: #333;}
*, ::after, ::before {box-sizing: border-box;}
a{color: #666666;text-decoration: none;background-color: transparent;transition: all 0.35s ease 0s;outline: 0}
a:hover{text-decoration: none;outline: 0}
img{vertical-align: middle;}
div, h1, h2, h3, h4,h5, p, form, ul, label, input, textarea, img, span, dl, dt, dd,pre{margin:0px;padding:0;outline: 0;-webkit-tap-highlight-color: rgba(0, 0, 0, 0)}
h1, h2, h3, h4,h5,h6{font-family: inherit;line-height: 1.2;color: inherit;font-weight: normal;}
input, textarea,button,form{font-size:1rem;font-family: "Microsoft YaHei", Verdana, sans-serif;-webkit-appearance:none;}li{list-style-type: none;}
dl, ol, ul {margin-top: 0;}
table th,table td {border:1px solid #f2f2f2;padding:8px}
input,textarea,button{-webkit-transition:.2s;-moz-transition:.2s;-ms-transition:.2s;-o-transition:.2s;transition:.2s;font-size:1em;border-radius:3px;-webkit-appearance:none}
input:disabled,textarea:disabled,button:disabled,.btn:disabled {background-color:#a9a9a9;cursor:not-allowed}
input,textarea {width:100%;box-sizing:border-box;border:1px solid #e5e9ef;resize:vertical;}
input:focus,textarea:focus {background-color:#fff}
.h1,h1{font-size:1.75rem;}.h2,h2{font-size:1.5rem}.h3,h3{font-size:1.25rem}.h4,h4{font-size:1rem}.h5,h5{font-size:0.75rem;}.h6,h6{font-size:0.5rem}
.container {width: 100%;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}
.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
.row {display: flex;flex-wrap: wrap;margin-right: -15px;margin-left: -15px;}
.btn {border: 1px solid transparent;padding: .375rem .75rem;font-size: 1rem;line-height: 1.5;border-radius: .25rem;}
/**wap导航左右样式**/
.zuo {float: left;}
.you {float: right;}
.left {width: 69.8%;margin-bottom: 5px;background-color: #fff;border: 1px solid rgba(0,0,0,.125);}
.right {width: 29.8%;margin-bottom: 5px;background-color: #fff;border: 1px solid rgba(0,0,0,.125);}
/**wap导航全局col**/
.col {position: relative;width: 100%;min-height: 1px;}
.card{width: 100%;margin-bottom: 5px;background-color: #fff;border: 1px solid rgba(0,0,0,.125);}
.card-header{padding: .75rem 1.25rem;margin-bottom: 0;background-color: rgba(0,0,0,.03);border-bottom: 1px solid rgba(0,0,0,.125);}
.card-header .card-title{margin: 0;color: #333;}
.card-header .card-title .fa{margin-right: 0.3125rem;}
.card-header .card-title a {color: #333333;text-decoration: none;background-color: transparent;}
.card-header .card-title .more{color: #999;float: right;}
.card-header .card-title .more:hover,.card-header .card-title .more:focus{color: #08f;}
.card-body{padding: 0.625rem;}
/**wap导航全局顶部**/
.words{ width:100%; padding:0 ; margin:auto; background:#FFF;}
.words .words_box{ width:100%; border-right:1px solid #CCC; border-top:1px solid #CCC; overflow:hidden}
.words .words_box .words_list{ width:100%;}
.words .words_box .words_list a{display:inline-block; width:25%; height:29px; line-height:29px; float:left; border-left:1px solid #CCC; border-bottom:1px solid #CCC;}
.words .words_box .words_list a div{ width:130px; height:29px; float:left; text-align:right; font-size:13px;}
.words .words_box .words_list a span{ font-size:12px; color:#666; padding-left:20px;}
.words .words_box .words_list a:hover{ background:#F8F8F8;}
.words .words_box .words_list a:hover span{ color:#06C;}
/**wap导航全局顶部logo**/
.header + .container {
    margin-top: 60px;
}

@media (max-width: 1300px) {
    .container {
        width: 95%;
    }
}

@media (max-width: 991px) {
    .container {
        width: 98%;
    }
}

@media (max-width: 767px) {
    .container {
        width: 100%;
    }

    .header + .container {
        margin-top: 50px;
    }
}

.header {
    position: fixed;
    display: flex;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    font-size: 0;
    background: #fff;
    z-index: 999;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 767px) {
    .header {
        height: 50px;
    }
}

.header.fixed {
    height: 48px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 8px #ddd;
}

@media (min-width: 767px) {
    .header.fixed {
        height: 50px;
    }

    .header.fixed a {
        color: #666;
    }

    .nav-bar {
        display: none;
    }
}

.nav-bar {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 1000;
    cursor: pointer;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

.nav-bar.active {
    -webkit-transform: rotateZ(90deg) scale(0.8);
    -moz-transform: rotateZ(90deg) scale(0.8);
    -o-transform: rotateZ(90deg) scale(0.8);
    transform: rotateZ(90deg) scale(0.8);
}

.nav-bar span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 24px auto;
    width: 25px;
    height: 2px;
    background: #aaa;
    border-radius: 25px;
}

.nav-bar span::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 0;
    width: 16px;
    height: 2px;
    background: #aaa;
    border-radius: 25px;
}

.nav-bar span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 16px;
    height: 2px;
    background: #aaa;
    border-radius: 25px;
}

.logo {
    display: inline-flex;
    justify-content: center;
    height: 55px;
    width: 120px;
    padding: 8px 0;
}

@media (max-width: 767px) {
    .logo {
        display: flex;
        margin-left: 10px;
        height: 48px;
        padding: 10px 0;
    }
}

.logo img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.nav {
    display: flex;
    margin-left: 20px;
    font-size: 14px;
    float: right;
}

@media (max-width: 767px) {
    .nav {
        flex-direction: column;
        position: fixed;
        top: 52px;
        right: 17px;
        float: none;
        margin-left: 0;
        opacity: 0;
        visibility: hidden;
        text-align: right;
        z-index: 999;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .nav.show {
        opacity: 1;
        visibility: visible;
    }
}

.nav li {
    position: relative;
}

.nav.show li {
    -webkit-transform: translateX(-105%);
    -moz-transform: translateX(-105%);
    -o-transform: translateX(-105%);
    transform: translateX(-105%);
}

.nav.show li:nth-child(even) {
    transition-duration: .4s;
}

.nav li::after {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    left: 50%;
    bottom: 0;
    background: #ff7f00;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.nav li.active::after, .nav li:hover::after {
    width: 100%;
    margin-left: -50%;
}

@media (max-width: 767px) {
    .nav li {
        right: -105%;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .nav li::after {
        display: none;
    }
}

.nav li a {
    display: inline-block;
    color: #666;
    padding: 0 12px;
    height: 55px;
    line-height: 55px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 767px) {
    .nav li a {
        padding: 8px 8px 8px 15px;
        font-size: 14px;
        color: #666;
        height: auto;
        line-height: normal;
        margin: 3px 0;
        background: rgba(255, 255, 255, 0.85);
        box-shadow: 0 0 8px #ccc;
        border-radius: 25px 0 0 25px;
    }

    .nav li a:hover, .nav li a.active {
        color: #fff;
        background: #ff7f00;
        box-shadow: 0 0 8px #ff7f00;
    }
}
/**wap导航全局顶部搜索**/
.search{width: 40%;}
.search form{background-color: #fff;margin-top: 12px;}
.search .searchbox{margin-bottom: 0.5rem;}
.search .searchbox .clearbtn{position: absolute;z-index: 5;width: 0.75rem;height: 0.75rem;display: none;}
#edtSearch{border-color: #06f;padding-right: 1rem;}
#searchbtn{border-color: #06f;color: #06f;background-color: #fff;}
.input-group {position: relative;display: -ms-flexbox;display: flex;flex-wrap: wrap;align-items: stretch;width: 100%;}
.input-group-append {margin-left: -1px;}
.input-group>.form-control {-ms-flex: 1 1 auto;flex: 1 1 auto;width: 1%;}
.form-control {padding: .375rem .75rem;font-size: 1rem;border: 1px solid #ced4da;border-radius: .25rem;}
/**wap导航全局翻页**/
.pagebar{width:100%;clear:both;padding:15px;text-align:center;}
.pagebar a,.pagebar .now-page{padding:4px 12px;color:#333333;display:inline-block;clear:both;border:1px solid #ddd;margin:0 3px 3px 0;border-radius:2px;}
.pagebar a:hover,.pagebar .now-page{color:#000000;}
/**wap导航首页最新收录**/
.zuixindh{background:#fff;margin-right: 0;margin-left: 0;}
.zuixindh ul{padding-left: 0px;width: 100%;overflow:hidden;}
.zuixindh ul li{float:left;width: 16.6%;font-size:14px;}
.zuixindh ul li p{margin:6px;height:30px;line-height:30px;overflow:hidden;border:1px dashed #eee;text-align: center;}
.zuixindh ul li p:hover{height:30px;line-height:30px;overflow:hidden;border:1px dashed #87CEFA}
/**wap导航首页文章推荐*/
.zuixinwz{background:#fff;margin-right: 0;margin-left: 0;}
.zuixinwz ul{padding-left: 0px;overflow:hidden;}
.zuixinwz ul li{padding: 3px 2% 3px 2%;float:left;width: 98.5%;font-size:14px;line-height: 1.5;border-bottom: 0px;}
.zuixinwz ul li p{overflow: hidden;height: 22px;}
.zuixinwz .tuijian{color: #ff0000;}
.zuixinwz a{color: #686868;overflow:hidden;}
/**wap导航首页网站分类**/
.dhsl{background:#fff;margin-right: 0;margin-left: 0;}
.dhsl ul{padding-left: 0px;width: 100%;overflow:hidden;}
.dhsl ul li{float:left;width: 11.1%;font-size:14px;}
.dhsl ul li p{margin:3px;height:30px;line-height:30px;overflow:hidden;border:1px dashed #f44336;text-align: center}
.dhsl ul li p:hover{height:30px;line-height:30px;overflow:hidden;border:1px dashed #87CEFA}
/**wap导航分类**/
.wapsl ul{margin-right: -1%;padding-left: 10px;padding-right: 10px;}
.wapsl li{float: left;width: 19%;margin-right: 1%;margin-top: 1%;padding: 12px;font-size: 12px;height: 130px;overflow: hidden;background-color: rgba(238, 238, 238, 0.58);border-bottom: 10px solid rgb(245, 245, 245);}
.wapsl h2{text-align: center;}
.wapsl li a{margin-bottom: 5px;display: inline-block;font-size: 14px;font-weight: bold;color: #61B3E6;}
.wapsl li a:hover{color: #FD8C84;border-bottom-color: #FD8C84;}
.wapsl li img{width: 100%;height: 60px;}
.wapsl li p{font-size:1em;line-height: 1.5;color:#999;word-wrap:break-word;max-height:68px;overflow:hidden;}
/**wap文章分类**/
.wapnews ul{margin-right: -1%;padding-left: 10px;padding-right: 10px;}
.wapnews li{float: left;width: 19%;margin-right: 1%;margin-top: 1%;padding: 12px;font-size: 12px;height: 95px;overflow: hidden;background-color: rgba(238, 238, 238, 0.58);border-bottom: 10px solid rgb(245, 245, 245);}
.wapnews h2{text-align: center;}
.wapnews li a{margin-bottom: 5px;display: inline-block;font-size: 14px;font-weight: bold;color: #61B3E6;height:16px;overflow:hidden;}
.wapnews li a:hover{color: #FD8C84;border-bottom-color: #FD8C84;}
.wapnews li p{font-size:1em;line-height: 1.75;color:#999;word-wrap:break-word;max-height: 50px;overflow:hidden;}
/**wap导航分类logo**/
.dhlogo{background:#fff;overflow:hidden;margin-right: 0;margin-left: 0;}
.dhlogo ul{margin:10px;padding-left: 0px;width: 100%;}
.dhlogo ul li {float:left;width: 10%;overflow:hidden;/*border:1px dashed #87CEFA;*/margin: 1px;}
.dhlogo ul li img{float: left;width: 64px;height: 64px;}
/**wap导航内页**/
.lianmeng {width: 100%;}
.lianmeng-neiye {background: #fff;box-shadow: 0px 0px 1px #ddd;border-radius: 2px;}
.lianmeng-neiye .lianmeng-neiye-heading {color: #666;font-size: 16px;font-weight: 900;padding: 12px;border-left: 3px solid #000;border-bottom: 1px solid #eee;}
.lianmeng-neiye .lianmeng-neiye-heading .more {float: right;font-size: 14px;line-height: 21px;margin-right: 5px;}
.lianmeng-neiye .lianmeng-neiye-body {padding: 10px;overflow: hidden;}
.lianmeng-neiye .lianmeng-neiye-img img {height: 100%;width: 100%;}
.lianmeng-neiye .lianmeng-neiye-body .content {font-size: 14px;line-height: 22px;padding: 8px;}
.lianmeng-neiye .lianmeng-neiye-body p {margin: 6px auto;}
.lianmeng-neiye .lianmeng-neiye-body p a {color: #444;}
.lianmeng-header {overflow: hidden;}
.lianmeng-header a {color: #000000;}
.lianmeng-header span {font-size: 1rem;}
.lianmeng-header .lianmeng-hide {float: right;font-size: 1.2rem;}
.wxts {color: #ff0000}
/**wap导航内页网站信息**/
.wapwzxi {width: 100%;margin-right: 10px;overflow: hidden;}
.zdqq {width: 240px;overflow: hidden;margin: 10px auto;}
.wapwzxi .zdqq .wzzd{width:100px;height:40px;line-height:40px;margin: 10px 10px 0;border-radius:5px;text-align:center;background:#1C86EE;float:left;}
.wapwzxi .zdqq .lxqq{width:100px;height:40px;line-height:40px;margin: 10px 10px 0;border-radius:5px;text-align:center;background:#f49307;float:left;}
.wapwzxi a{color: #333;}
/**wap导航内页权重**/
.web-data{background-color: #FFFFFF;border:1px #efefef solid;border-width: 1px 0;display: block;overflow: hidden;padding: 15px 0px 10px;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 .weight5118 {font-weight: 500;overflow:  hidden;}
.web-data li span .weight5118 .grade._1 {background: url(../images/baidupc.png) repeat-x;}
.web-data li span .weight5118 .grade._2 {background: url(../images/baidumobile.png) repeat-x;}
.web-data li span .weight5118 .grade._3 {background: url(../images/360.png) repeat-x;}
.web-data li span .weight5118 .grade {color: #fff;line-height: 27px;margin: 0 auto;width: 85px;padding-left: 22.5px;}
.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;}
/**wap导航内页选择卡**/
.tab-block {width: 100%;height: 100%;background-color: #FFF;border: 1px solid #e5e5e5}
.tab-block .tab-buttons {width: 100%;height: 50px;background-color: #fafafa}
.tab-block .tab-buttons .tab-button {width: 33.33%;float: left;height: 50px;text-align: center;font-size: 16px;color: #999;line-height: 50px;position: relative;cursor: pointer;background-color: #f2f2f3;}
.tab-block .tab-buttons .tab-button.cur {background-color: #fff;color: #333}
.tab-block .tab-buttons .tab-button.cur:after {content: '';position: absolute;top: -1px;left: 0;width: 100%;height: 2px;background-color: #000000;}
.tab-block .tabs {width: 100%;height: 100%;}
.tab-block .tabs .tab-item {width: 100%;height: 100%;padding: 20px;display: none;}
.tab-block .tabs .tab-item .information-tab img {width: 100%;height: 100%;}
.tab-block .tabs .tab-item .information-tab .logo {width: 20%;height: 100%;}
.tab-block .tabs .tab-item.active {display: block;overflow: hidden;}
/**wap导航内页相关站点**/
.wapxg ul{margin-right: -1%;padding-left: 10px;padding-right: 10px;}
.wapxg li{float: left;width: 19%;margin-right: 1%;margin-top: 1%;padding: 12px;height: 80px;overflow: hidden;background-color: rgba(238, 238, 238, 0.58);}
.wapxg li a:hover{color: #FD8C84;border-bottom-color: #FD8C84;}
.wapxg li img{width: 100%;height: 60px;}
/**wap导航底部**/
.footer{text-align: center;margin-bottom: 1rem;}
.footer .poweredby a{border-bottom: 1px dashed #a0a0a0;}
.footer .poweredby a:hover,.footer .poweredby a:focus{border-bottom-style: solid;}
.footer-wrap{background-color: #fff;padding: 0.625rem;border: 1px solid rgba(0,0,0,.125);}

/**wap导航侧边**/
.right dl {margin-bottom: 10px;clear: both;width: 100%;padding: 10px;float: left;overflow: hidden;background: #fff;}
.right dt {font-size: 17px;font-weight: 400;line-height: 1.5;margin-bottom: 5px;padding-bottom: 8px;border-bottom: 1px solid #ddd;color: #000;}
.right dt ul {overflow: hidden;zoom: 1;padding: 1%;width: 100%;}
.right li {line-height: 1.5;font-size: 1em;padding: 7px 2% 7px 2%;border-bottom: 1px dotted #ddd;}
.right dd ul li a{color:#444;}
.right #divCatalog dd ul li, .right #divNavBar dd ul li, .right #divLinkage dd ul li, .right #divFavorites dd ul li, .right #divArchives dd ul li {float: left;border: 1px #fff solid;background: #f0f0f0;width: 50%;height: 36px;line-height: 36px;overflow: hidden;padding: 0 40px;}
.right #divSearchPanel dd form, .pagebar a:hover, .pagebar .now-page {border: 1px solid #614D48;}
.right #divSearchPanel dd form {height: 32px;border-radius: 2px;}
.right #divSearchPanel input[type="text"] {line-height: 28px;height: 28px;background: 0 0;width: 72%;float: left;padding-left: 1%;clear: left;border: 0px;}
.right #divSearchPanel input[type="submit"], #divTags dd ul li a{background-color: #614D48;}
.right #divSearchPanel input[type="submit"] {color: #FFFFFF;float: right;height: 30px;width: 25%;border: 0px;}
.right #divTags dd ul li {float: left;overflow: hidden;margin: 5px 5px 0 0;padding: 0px;}
input, textarea, button {font-size: 14px;padding: 5px;color: #666666;font-family: "Microsoft YaHei",Verdana,sans-serif;background: 0 0;}
#divTags dd ul li span{display:none;}
#divTags dd ul li a{display:block;padding:0 6px 0 6px;line-height:30px;height:30px;overflow:hidden;color:#FFFFFF;border-radius:2px;}
#divTags dd ul li a:hover{color:#FFFFFF;background-color:#04a5f7;}
#divCalendar table {width: 100%;table-layout: fixed;}
#divCalendar caption {text-align: center;height: 24px;margin: 0px;padding: 0px;font-size: 0.875em;font-weight: bold;}
#divCalendar caption a {padding: 0px;}
#divCalendar th {color: #222;text-transform: uppercase;height: 26px;background-color: #CCCCCC;}
#divCalendar td {text-align: center;background: #F0F0F0;border: 1px solid #f0f0f0;height: 30px;}
#divCalendar td.pad {background: none;}
/*WAP导航侧边顶部*/
#side_about{margin-bottom: 10px;/* padding-bottom:24px; */background:#fff;}
#side_about .about_pic{width:100%;height:142px;position:relative;}
#side_about .about_pic img{width:100%;height:142px;}
.about_pic .avatar{position:absolute;bottom:-40px;left:40%;width:80px;height:80px;}
#side_about .about_pic .avatar img{width:80px;height:80px;border-radius:50%;border:3px solid #f9f9f9;} 
.widget h2,.widget p{padding:0 24px;}
.widget h2{margin-top:48px;text-align:center;height:34px;line-height:34px;overflow:hidden;color:#333;}
.widget p.about_des{margin-top:8px;line-height:1.75em;font-size:14px;}
/**wap导航隐藏浮动**/
.dnwu {display: none;}
/*wap导航文章内容页*/
.box_article{max-width: 100%;}
.box_content {padding: 0px 5px;}
.post-info{padding: 0px 20px;}
.box_content .post-info h1{position: relative;font-size: 20px;font-weight: 400;color: #666;text-align: left;padding: 5px 0px;margin-bottom: 0px;margin-top: 10px;}
.box_content .post-info .p_info{padding-top: 10px;padding-bottom: 10px;line-height: 1.5em;color: #999;border-bottom: 1px dashed #999;font-size: 13px;}
.post-info .p_info>span:first-child{padding-left:0px; padding-right:0px; }
.post-info .p_info>span{padding: 6px 2px;}
.box_content .post-content{padding: 5px 10px;color: #666;font-size: 14px;line-height: 30px;overflow: hidden;word-wrap: break-word;}
.box_content .post-content h1,.box_content .post-content h2,.box_content .post-content h3,.box_content .post-content h4{border-left:3px solid #000000;}
.box_content .post-content h1,.box_content .post-content h2,.box_content .post-content h3,.box_content .post-content h4{background-color:rgba(102,128,153,0.05);padding:10px 20px;border-radius:3px;}

.box_content .post-content img{width:80%!important;height:auto;}
.box_content .post-content .post-tags a{color: #fff;padding: 5px 5px;border-radius: 8px;font-size: 12px;background-color: #666;}
.box_content .post-content blockquote{border-left:10px solid rgba(102,128,153,0.075);background-color:rgba(102,128,153,0.05);border-radius:0 5px 5px 0;padding:15px 20px;margin-left:0;margin-right:0;margin-bottom:0.6em;color:#666;}
/*wap导航内页评论*/
.post-comm{padding: 0 20px;}
.post-comm a{color: #333;}
.post-comm .msghead .tbname{padding: 10px 0;}
.post-comm .msg .msgname:after{   content: "";display: block;height: 1px;background-color: #e5e9ef;margin: 0px 0 15px;}
.msgname .msg .msgname:after{content: "";display: block;height: 1px;background-color: inherit;}
.post-comm .msgname-cont .avatar{display: inline-block;float: left;height: 50px;margin-right: 20px;border-radius: 50px;overflow: hidden;}
.post-comm .avatar img{width: 50px;height: 50px;}
.post-comm .msgname-cont .avatar-right{display: block;line-height: 26px;margin-bottom: 10px;margin-left:70px;}
.post-comm  .avatar-right .revertcomment{float: right;}
.comm-content{font-size: 14px;}
.post-comm .msgname .msg{margin-left: 30px;}
.msgname .msgname .avatar-right{margin-left: 60px;}
.msgname .msg .avatar{height: 40px;width: 40px;border-radius: 50px;}
.msgname .msg .avatar>img{width:40px;height: 40px;}
.msg .comm-time{font-size: 12px;color: #8e8e8e;}
.commentpost .inpName,.commentpost .submits{margin-left:0px;}
.commentpost p{width: 27%;float: left;margin:10px 9px 0;}
.commentpost .kuang{padding: 5px;width: 100%;color: #666666;font-size: 12px;margin:10px 0 0 0;}
.commentpost .text,.commentpost .postbottom{margin:10px 0 0 0;width: 100%;}
/**wap导航提交页面**/
.sl-input{border:1px solid #ddd;border-radius:3px;line-height:38px;height:38px;width:100%;padding:0 10px;}
.sl-category{border: 1px solid #ddd;line-height: 38px;height: 38px;width: 100%;padding: 0 10px;}
.input-ma{position:relative;}
.input-ma img{position:absolute;right:5px;top:4px;height:30px!important;width:auto!important;}
.sl-form{position:relative;line-height: 38px;}
.sl-textarea{border:1px solid #ddd;border-radius:3px;padding:8px;width:100%;}
.sl-form li{position:relative;padding-left:90px;}
.sl-form li span{position:absolute;left:15px;top:0;}
.sl-form li input.sl-input,.sl-form li .sl-textarea,.sl-form li div.border{}
.sl-tips{border-style:solid;border-width:1px;border-radius:2px;border-color:#dddddd;padding: 15px;margin-bottom: 15px;}
.sl-btn{vertical-align: middle;-webkit-user-select: none;-ms-user-select: none; -moz-user-select: none;}
.sl-btn{display: inline-block; height: 35px; line-height: 35px; padding: 0 26px; background-color: #009688; color: #fff; white-space: nowrap; text-align: center; font-size:1.4rem; border: none; border-radius: 2px; cursor: pointer; opacity: .9; filter: alpha(opacity=90)}
.sl-btn:hover{opacity: .8; filter: alpha(opacity=80); color: #fff}
.sl-btn:active{opacity: 1; filter: alpha(opacity=100)}
.sl-btn-big{height: 44px; line-height: 44px; padding: 0 25px; font-size: 1.6rem}
.sl-btn-small{height: 30px; line-height: 30px; padding: 0 10px; font-size:1.4rem}
.sl-btn-mini{height: 22px; line-height: 22px; padding: 0 5px; font-size: 1.4rem}
.mb10{margin-bottom:10px;}
#sentiment{height:280px;width:100%;margin-bottom:20px;position:relative;overflow:hidden}
/**wap导航聚合标签**/
.juhetags{padding: 5px;overflow: hidden;margin: 10px;}
/**wap导航1200px分辨率**/
@media (max-width:1200px){
.mb10{margin-bottom:4px;}
.header {width: 100%;text-align: center;}
.search {width: 100%;}
.left {width: 100%;}
.web-data li {width: 33.3%;}
.zuixindh ul li{float:left;width: 33.3%;}
.zuixinwz {float:left;width: 100%;}
.dhlogo ul li{float:left;width: 20%;}
.dhlogo ul li img{float: left;width: 64px;height: 60px;}
.lianmeng {width: 100%;}
.lianmeng-neiye .lianmeng-neiye-heading{font-size: 14px;padding: 8px;}
.lianmeng-neiye .lianmeng-neiye-heading .more{font-size: 13px;}
.lianmeng-neiye .lianmeng-neiye-body {padding: 5px;}
.lianmeng-neiye .lianmeng-neiye-body .content{font-size: 13px;}
.wapsl li{width: 49%;}
.wapsl h2{width: auto;text-align: center;}
.wapnews li{width: 49%;}
.wapnews h2{width: auto;text-align: center;}
.wapxg li{width: 49%;}
.dhsl ul li{float:left;width:33.3%;}
.nav li{width: 29.5%;margin:0 5px 0 6px;float:left;text-align:center;position:relative;}
.nav a{padding: 10px 0 3px 0;display:block;font-size:1em;overflow:hidden;}
.dnwu {display: block;}
.sjwu{display: none;}
}
.fs18{font-size:18px;}
.fs14{font-size:14px;}
.fs12{font-size:12px;}
.cu{ font-weight:bold;}
.border{ font-weight:bolder;}
.hong{ color:#F00}
.lan{ color:#00F}
.lv{ color:#090}
.fen{ color:#F3F}
.zi{ color:#90F}
.hei{ color:#444}
.huang{ color:#F90}
.hui{ color:#999; font-size:12px;}

/*top88*/
.top88 { text-align: center; margin-top: 0px; margin: 0px auto; padding: 0px 0px;}
.top88 a { display: inline-block}
.top88 img { width: 100%; max-width: 950px; max-height: 100px}
.footerer {
	text-align: center;
	background: #333;
	color: #FFF;
	padding: 10px 0;
}



@media screen and (max-width: 950px) { 
.words{ width:100%; padding:0; margin:auto;}
.words .words_box{ width:100%;}
.words .words_box .words_list{ width:100%;}
.words .words_box .words_list a{ display:inline-block; height:31px; width:32.13%; margin:3px 0.6%; float:left; background:#F6F6F6; overflow:hidden;}
.words .words_box .words_list a div{ height:32px; line-height:32px; text-align:center; font-size:0.872em; overflow:hidden; }
.words .words_box .words_list a span{ display:none;}
}
@media screen and (max-width: 675px) { 
.words{ width:100%; padding:0; margin:auto;}
.words .words_box{ width:100%;}
.words .words_box .words_list{ width:100%;}
.words .words_box .words_list a{ display:inline-block; height:31px; width:32.13%; margin:3px 0.6%; float:left; background:#F6F6F6; overflow:hidden;}
.words .words_box .words_list a div{ height:32px; line-height:32px; text-align:center; font-size:0.872em; overflow:hidden; }
.words .words_box .words_list a span{ display:none;}
.zuixinwz{ display:none;}
}
@media screen and (max-width: 455px) { 
.words{ width:100%; padding:0; margin:auto;}
.words .words_box{ width:100%;}
.words .words_box .words_list{ width:100%;}
.words .words_box .words_list a{ display:inline-block; height:31px; width:32.13%; margin:3px 0.6%; float:left; background:#F6F6F6; overflow:hidden;}
.words .words_box .words_list a div{ height:32px; line-height:32px; text-align:center; font-size:0.872em; overflow:hidden; }
.words .words_box .words_list a span{ display:none;}
.zuixinwz{ display:none;}
  
}