@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;
}


li {
    list-style-type: none;
}

dl, ol, ul {
    margin-top: 0;
}

/**文章段落**/

.h1, h1 {
    font-size: 2rem;
}

.h2, h2 {
    font-size: 1.75rem;
}

.h3, h3 {
    font-size: 1.5rem
}

.h4, h4 {
    font-size: 1.25rem
}

.h5, h5 {
    font-size: 1rem;
}

.h6, h6 {
    font-size: 0.75rem
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    line-height: 1.2;
    color: inherit;
    font-weight: normal;
}

.news h1, .news h2, .news h3, .news h4, .news h5, .news h6 {
    padding: 10px 20px;
    border-radius: 3px;
    border-left: 3px solid #000000;
    background-color: rgb(246, 246, 246);
}

.news img {
    max-width: 100%;
    height: auto;
}

.news .about {
    color: #888888;
    border: 1px solid #F3F3F3;
    padding: 10px;
    margin: 8px 0;
    line-height: 23px;
    background: none repeat 0 0 #F6F6F6
}

.wenzhang {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.8;
}

.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: 1330px
    }
}

.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;
}

.right {
    width: 29.8%;
    margin-bottom: 5px;
}

/**wap导航全局col**/

.col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.card {
    width: 100%;
    margin-bottom: 5px;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    border: 1px solid #ededed;
    overflow: hidden;
}

.card-header .card-title {
    color: #333;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}

.card-header .card-title span {
    font-size: 12px;
}

.card-header .card-title .shoulu {
    float: right;
    font-size: 12px;
}

.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: 1rem;
    margin-bottom: 0.5rem;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #ededed;
}

/**wap导航全局顶部logo和搜索**/

.header {
    max-width: 60%;
}

.header img {
    max-width: 100%;
}

.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 {
    width: 100%;
    overflow: hidden;
}

.zuixindh ul li {
    float: left;
    width: 16.5%;
    font-size: 14px;
    list-style-type: none;
}

.zuixindh ul li p {
    margin: 5px 5px 0 0;
    height: 30px;
    padding: 0 10px 0 10px;
    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: 0;
    overflow: hidden;
}

.zuixinwz ul li {
    padding: 3px 0;
    float: left;
    width: 98.5%;
    font-size: 14px;
    line-height: 1.5;
    border-bottom: 0;
    list-style-type: none;
}

.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 {
    width: 100%;
    overflow: hidden;
}

.dhsl ul li {
    float: left;
    width: 11.1%;
    font-size: 14px;
}

.dhsl ul li p {
    margin: 5px 5px 0 0;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    border: 1px dashed #eee;
    text-align: center;
}

.dhsl ul li p:hover {
    overflow: hidden;
    border: 1px dashed #87CEFA
}

/**wap导航列表分类**/

.listdhsl ul {
    padding-left: 0px;
    overflow: hidden;
}

.listdhsl ul li {
    float: left;
    width: 16.6%;
    font-size: 14px;
}

.listdhsl ul li p {
    margin: 2px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    border: 1px dashed #eee;
    text-align: center;
}

.listdhsl ul li p:hover {
    overflow: hidden;
    border: 1px dashed #87CEFA
}

/**wap文章分类**/

.list {
    margin-bottom: 0;
    padding: 5px 0;
    height: auto;
    background: rgb(255, 255, 255);
    border-radius: 4px 4px 0 0;
    font-size: 13px;
}

.list li {
    padding: 5px 0;
    border-bottom: 1px solid #f3f3f3;
    transition: all 0.25s ease 0s;
    width: 100%;
    overflow: hidden;
}

.list li:hover {
    background-color: rgba(79, 206, 248, 0.2);
}

.list li h2 {
    font-size: 1.15em;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list li h2 span {
    color: #e400ff;
    font-size: 1.2em;
    font-weight: 300;
    margin-top: 5px;
    margin-left: 2px;
}

.list small, .info-bt small, .info-bt small a, .list small a {
    color: #000;
}

.list small span, .info-bt small span {
    margin-right: 15px;
}

.list li p {
    height: 55px;
    margin-bottom: 3px;
    overflow: hidden;
}

.list-tu {
    float: left;
    margin-right: 10px;
    overflow: hidden;
    width: 30%;
}

.list-tu img {
    width: 100%;
    height: 100px;
}

.hr {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-top-width: 10px;
    margin: 6px 0;
}

/**wap导航内页**/

.dhny {
    margin-top: 13px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #ededed;
}

.dhny .dhnybt {
    background-color: #fff;
    border-left: none;
    padding: 15px;
    line-height: 22px;
}

.dhnynr {
    padding: 10px;
    color: #8d8d8d;
    font-size: 14px;
    overflow: hidden;
}

.dhny .dhnybt .xiao {
    font-size: 14px;
    color: #666666;
}

.dhny .dhnybt .tijiao {
    background-color: #08f;
    border-radius: 6px;
    padding: 5px;
    height: 28px;
    line-height: 12px;
}

.dhny .dhnybt .tijiao a {
    font-size: 14px;
    color: #fff;
}

.prism-show-language-label {
    top: 8px
}

/**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: #fff;
}

/**wap导航内页权重**/

.web-data {
    background-color: #FFFFFF;
    border: 1px #efefef solid;
    border-width: 1px 0;
    display: block;
    overflow: hidden;
    padding: 15px 0 10px;
    text-align: center;
}

.web-data li {
    float: left;
    width: 12.35%;
    font-size: 12px;
    padding-top: 4px;
    list-style-type: none;
    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 {
    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;
    margin: 0;
    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%;
    display: none;
}

.tab-block .tabs .tab-item .tab-xinxi {
    margin: 10px;
}

.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 {
    background: #fff;
    margin-right: 0;
    margin-left: 0;
}

.wapxg ul {
    margin: 10px;
    padding-left: 0;
    overflow: hidden;
}

.wapxg ul li {
    float: left;
    width: 16%;
    font-size: 14px;
    text-align: center;
    list-style-type: none;
}

.wapxg ul li p {
    margin: 5px;
    height: 30px;
    padding: 0 10px 0 10px;
    line-height: 30px;
    overflow: hidden;
    border: 1px dashed #eee;
}

.wapxg ul li p:hover {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    border: 1px dashed #87CEFA
}

.wapxg ul li p a {
    color: #6c757d;
    text-decoration: none;
    background-color: transparent;
}

/**wap导航底部**/

.footer {
    margin: 5px 0;
    text-align: center;
}

.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-radius: 6px;
    border: 1px solid #ededed;
}

/**wap导航顶部nav**/

.nav {
    width: 100%;
    margin-bottom: 5px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    border-radius: 6px;
    border: 1px solid #ededed;
}

.nav ul {
    width: 100%;
}

.nav li {
    width: 10%;
    float: left;
    list-style-type: none;
    text-align: center;
    position: relative;
}

.nav a {
    padding: 10px 0;
    display: block;
    font-size: 1em;
    overflow: hidden;
    color: #686868;
}

.nav ul li ul {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    z-index: 1000;
}

.nav ul li:hover, .nav ul li a:hover, .nav ul li a:active {
    color: red;
    background-color: #f1f1f1;
}

.nav ul li:hover ul, .nav ul li a:hover ul, .nav ul li a:active ul {
    display: block;
}

.nav ul li ul li {
    width: 100%;
}

/**wap导航侧边**/

.right dl {
    margin-bottom: 10px;
    clear: both;
    width: 100%;
    padding: 10px;
    float: left;
    overflow: hidden;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ededed;
}

.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: 0;
}

.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: 0;
}

.right #divTags dd ul li {
    float: left;
    overflow: hidden;
    margin: 5px 5px 0 0;
    padding: 0;
}

input, textarea, button {
    padding: 5px;
    color: #666666;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e5e9ef;
    resize: vertical;
}

#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: 0;
    padding: 0;
    font-size: 0.875em;
    font-weight: bold;
}

#divCalendar caption a {
    padding: 0;
}

#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: 10px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ededed;
}

#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导航内页评论*/

.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: 0 0 15px;
}

.msgname .msg .msgname:after {
    content: "";
    display: block;
    height: 1px;
    background-color: inherit;
}

.msg li {
    list-style-type: none;
}

.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: 0;
}

.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%;
}

.mb10 {
    margin-bottom: 10px;
}

#sentiment {
    height: 280px;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden
}

/**wap导航聚合标签**/

.juhetags {
    padding: 5px;
    overflow: hidden;
    margin: 10px;
}

/**子分类**/

.zifenlei {
    margin: 5px 0;
}

.zifenlei .fenleizuo {
    overflow: hidden;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.zifenlei li {
    float: left;
    padding: 5px;
    list-style-type: none;
}

.zifenlei span {
    float: right;
    padding: 5px;
}

.zifenlei p {
    padding: 5px;
}

/**导航内页双栏**/

.newslist {
    width: 100%;
    padding: 5px 0;
    overflow: hidden;
}

.newslist .silan {
    width: 49.65%;
    float: left;
    padding: 8px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.newslist .silan:nth-child(2n) {
    margin-right: 0
}

.newslist .more {
    float: right;
}

.newslist .silan ul {
    padding-left: 0;
    margin-bottom: 0;
}

.newslist .silan ul li {
    padding: 3px 0;
    list-style-type: none;
}

.newslist .silan ul li:nth-child(12n) {
    padding: 0;
}

.newslist .silan ul li p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.newslist .silan ul li span {
    float: right;
    margin-left: 10px;
}

.bodyxia {
    border-bottom: 1px solid #ededed;
}

/**相关文章**/

.newsxg ul {
    padding-left: 0;
}

.newsxg ul li {
    height: 24px;
    line-height: 24px;
    list-style-type: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.newsxg ul li .title {
    height: 24px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.newsxg ul li .time {
    float: right;
    margin-left: 5px;
    margin-right: 10px;
}

.newsxg2 ul {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}

.newsxg2 ul li {
    float: left;
    width: 50%;
}

/**alexa排名**/

.alexa {
    width: 100%;
}

.alexa li {
    float: left;
    width: 50%;
}

.alexa p {
    color: #848484;
    padding: 10px;
    text-align: center;
}

/**wap导航1200px分辨率**/

@media (max-width: 1200px) {
    .mb10 {
        margin-bottom: 4px;
    }

    .search, .left, .right, .newslist .silan, .header, .newsxg2 ul li, .alexa li {
        width: 100%;
    }

    .web-data li {
        width: 33.3%;
        border-right: 0;
    }

    .zuixindh ul li, .dhsl ul li {
        float: left;
        width: 32%;
    }

    .zuixinwz {
        float: left;
        width: 100%;
    }

    .dhlogo ul li {
        float: left;
        width: 49%;
    }

    .dhlogo ul li img {
        float: left;
        width: 100%;
        height: 60px;
    }

    .wapxg ul li, .listdhsl ul li {
        width: 33.3%;
    }

    .wapxg h2 {
        width: auto;
        text-align: center;
    }

    .nav li {
        width: 29.5%;
        margin: 0 5px;
    }

    .nav li ul li {
        margin: 0;
    }

    .nav a {
        padding: 10px 0;
        display: block;
        font-size: 1em;
        overflow: hidden;
    }

    .dnwu {
        display: block;
    }

    .sjwu {
        display: none;
    }
}

.qingdh-box {
    position: relative;
    line-height: 38px;
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
    padding-top: 10px;
}

.qingdh-box li {
    position: relative;
    padding: 0px 30px 0px 30px;
    margin-bottom: 10px;
    list-style-type: none;
}

.qingdh-box li span {
    /*position: absolute;*/
    left: 0;
    top: 0;
}

.qingdh-box li input {
    border-radius: 3px;
    line-height: 38px;
    height: 38px;
    padding: 5px;
    color: #666666;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e5e9ef;
    resize: vertical;
}

.qingdh-box li img {
    position: absolute;
    right: 4px;
    top: 5px;
    width: auto !important
}

.qingdh-box li select {
    border: 1px solid #ddd;
    line-height: 38px;
    height: 38px;
    padding: 0 10px
}

.qingdh-box li textarea {
    border-radius: 3px;
    max-width: 100%;
    padding: 5px;
    color: #666666;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e5e9ef;
    resize: vertical;
}

.qingdh-box li button {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 26px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    border: none;
    border-radius: 2px;
    cursor: pointer
}

.qingdh-box li a {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 26px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    border: none;
    border-radius: 2px;
    cursor: pointer
}

.qingdh-box li a:hover {
    opacity: .8
}

.qingdh-box li button:hover {
    opacity: .8
}

.con-left {
    width: 100%
}

.winxints {
    text-align: center;
    line-height: 20px;
    padding-bottom: 10px;
}

.winxints .clickButton {
    padding: 5px;
    color: #fff;
    border-radius: 2px;
    background-color: #009688;
}

.shoulu {
    padding: 10px;
}

.shoulu_span {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    outline: 0px;
    -webkit-tap-highlight-color: ;
    color: #000000;
    font-size: 16px;
}

.shoulu_span strong {
    box-sizing: border-box;
}

.shoulu_h3 {
    box-sizing: border-box;
    margin: 0px;
    padding: 10px 20px;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: & quot;
    Helvetica Neue & quot;, Helvetica, Arial, sans-serif;
    line-height: 1.2;
    color: rgb(51, 51, 51);
    font-weight: normal;
    font-size: 1em;
    text-align: center;
    white-space: normal;
    background-color: rgba(102, 128, 153, 0.05);
    border-radius: 3px;
}

.shoulu_pp p {
    box-sizing: border-box;
    margin: 0.6em auto;
    padding: 0px;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: rgb(51, 51, 51);
    white-space: normal;
    font-family: & quot;
    Helvetica Neue & quot;, Helvetica, Arial, sans-serif;
    font-size: 14.7px;
    background-color: rgb(255, 255, 255);
    text-indent: 2em;
}

.shoulu_pp span {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    outline: 0px;
    -webkit-tap-highlight-color: ;
    font-size: 14px;
    color: #E36C09;
}