@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;
    padding-right: 15px;
    padding-left: 15px;
}

.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;
}

.bianse{
	animation: change 10s linear 0s infinite;
}

@keyframes change {
    0% {
        color: #ff00f9;
    }
    25% {
        color: #ff0000;
    }
    50% {
        color: #0572c8;
    }
    75% {
        color: #00fc00;
    }
    100% {
        color: #ff8600;
    }
}

.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导航全局顶部**/
.dingbu {
    overflow: hidden;
    margin-top: 0.5rem;
    padding: 0.1rem;
    margin-bottom: 0.5rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

/**wap导航全局顶部logo**/
.header {
    width: 35%;
}

.header a.logo {
}

.header a.logo > img {
    width: 13.75rem;
    height: 4rem;
}

/**wap导航全局顶部搜索**/
.search {
    width: 65%;
}

.search form {
    background-color: #fff;
    margin-top: 5%;
}

.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 {
    margin: 4px;
    padding-left: 0px;
    width: 100%;
    overflow: hidden;
}

.zuixindh ul li {
    float: left;
    width: 25%;
    font-size: 14px;
}

.zuixindh ul li p {
    margin: 5px;
    height: 30px;
    padding: 0 10px 0 10px;
    line-height: 30px;
    overflow: hidden;
    border: 1px dashed #eee;
    text-align: left;
}

.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: 100%;
    font-size: 14px;
    line-height: 1.5;
    border-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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 {
    margin: 10px;
    padding-left: 0px;
    width: 100%;
    overflow: hidden;
}

.dhsl ul li {
    float: left;
    width: 20%;
    font-size: 14px;
}

.dhsl ul li p {
    margin: 5px;
    height: 30px;
    padding: 0 10px 0 10px;
    line-height: 30px;
    overflow: hidden;
    border: 1px dashed #eee;
    text-align: center
}

.dhsl ul li p:hover {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    border: 1px dashed #87CEFA
}

.dhsl1 {
    background: #fff;
    margin-right: 0;
    margin-left: 0;
}

.dhsl1 ul {
    margin: 10px;
    padding-left: 0px;
    width: 100%;
    overflow: hidden;
}

.dhsl1 ul li {
    float: left;
    width: 20%;
    font-size: 14px;
}

.dhsl1 ul li p {
    margin: 5px;
    height: 200px;
    line-height: 30px;
    overflow: hidden;
    border: 1px dashed #eee;
    text-align: center
}

/**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.75;
    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: 110px;
    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: 68px;
    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: 16.48%;
    overflow: hidden;
    border: 1px dashed #87CEFA;
    margin: 1px;
}

.dhlogo ul li img {
    float: left;
    width: 100%;
    height: 60px;
}

/**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 {
    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: #ffffff;
}

/**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(br-bg.png) repeat-x;
}

.web-data li span .weight5118 .grade._2 {
    background: url(br-bg1.png) repeat-x;
}

.web-data li span .weight5118 .grade._3 {
    background: url(br-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: 50%;
    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导航顶部nav**/
.nav {
    width: 100%;
    margin-bottom: 5px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}

.nav ul {
    width: 100%;
    margin-bottom: 1rem;
}

.nav li {
    width: 13%;
    margin: 0 5px 0 6px;
    float: left;
    text-align: center;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav p {
    width: 13%;
    margin: 0 5px 0 6px;
    float: left;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.nav a {
    padding: 20px 0 5px 0;
    display: block;
    font-size: 1em;
    overflow: hidden;
}

.nav li a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -3px;
    height: 3px;
    opacity: 0;
    background-color: #dc6103;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.nav li a:hover:after {
    left: 1%;
    right: 1%;
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.nav a#sel {
    border-bottom: 3px solid #f3782a;
    color: #f3782a;
}

.nav a#sel:hover:after {
    opacity: 0;
}

.nav a {
    text-decoration: none;
    color: #686868;
}

.nav a:hover {
    text-decoration: none;
    color: #f3782a;
}

/**wap导航侧边**/
.right dl {
    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 #2BA6E1;
}

.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: #2BA6E1;
}

.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导航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%;
    }

    .zuixinwz {
        float: left;
        width: 100%;
    }

    .dhlogo ul li {
        float: left;
        width: 49%;
    }

    .dhlogo ul li img {
        float: left;
        width: 100%;
        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 p {
        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;
    }

    .you {
        float: none;
        width: 100%;
        margin-bottom: 5px;
        background-color: #fff;
    }
}

.pc_acmsd {
    display: block;
}

.m_acmsd {
    display: none
}

@media (max-width: 768px) {
    .pc_acmsd {
        display: none !important;
    }

    .m_acmsd {
        display: block !important;
    }

    .dhsl1 {
        background: #fff;
        margin-right: 0;
        margin-left: 0;
    }

    .dhsl1 ul {
        margin: 10px;
        padding-left: 0;
        width: 100%;
        overflow: hidden;
    }

    .dhsl1 ul li {
        float: left;
        width: 33%;
        font-size: 12px;
    }

    .dhsl1 ul li p {
        margin: 5px;
        height: 150px;
        line-height: 30px;
        overflow: hidden;
        border: 1px dashed #eee;
        text-align: center
    }

}

.kuaizhao {
    height: 250px;
    line-height: 40px;
    overflow-y: scroll;
    border: solid rgb(192, 192, 192) 1px;
    padding: 0 20px;
}


@media (min-width: 1200px) {
    .top {
        height: 100px;
        border-bottom: solid rgb(192, 192, 192) 1px;
    }

    .top-img {
        width: 250px;
        height: 100px;
        float: left;
        text-align: center;
        padding: 10px 10px;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .top-img img {
        max-width: 227px;
        /*height: 100%;*/
    }

    .top-a {
        display: flex;
        padding: 30px 0;

    }

    .link-jietu {
        width: 100%;
        height: auto;
        border: solid rgb(192, 192, 192) 1px;
        border-radius: 4px;
        text-align: center;
    }

}

.link-button {
    width: 100%;
    height: auto;
}

.dhsl1 ul li p a img {
    border: solid rgb(192, 192, 192) 1px;
    border-radius: 4px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .top {
        height: 100%;
        border-bottom: solid rgb(192, 192, 192) 1px;
    }

    .top-a {
        margin-top: 10px;
        padding: 0 0;
    }

    .top-img {
        max-width: 100%;
        height: 100px;
        float: inherit;
        text-align: center;
        padding: 10px 10px;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .top-img img {
        max-width: 100%;
        /*width: 100%;*/
        /*height: 100%;*/
    }

}

@media screen and (max-width: 1200px) {
    .link-jietu {
        width: 50%;
        height: auto;
        border: solid rgb(192, 192, 192) 1px;
        border-radius: 4px;
        text-align: center;
    }

}
.table-content {
    width: 100%;
    border: solid rgb(192, 192, 192) 1px;
    border-collapse: collapse;
    margin-top: 20px;
}

.table-content td {
    border: solid rgb(192, 192, 192) 1px;
    height: 50px;
}
.div-center {
    text-align: center;
}