@charset "utf-8";


body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #f6f6f6;
}

a {
    color: #666666;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0;
    line-height: 1.8;
}

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;
    text-align: center;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.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: 1rem;
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid #ddd;
}

.card-header .card-title {
    color: #333;
    height: 25px;
    line-height: 25px;
}

.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 span {
    color: #999;
    float: right;
}

.card-header .card-title .more:hover, .card-header .card-title .more:focus {
    color: #08f;
}

.card-body {
    padding: 0.625rem;
}

.pager li .current {
    background-color: #ddd;
}

/**wap导航全局顶部**/

.dingbu {
    margin: 0.5rem 0;
    /*! padding: 1rem; */
    /*! background-color: #fff; */
    /*! overflow: hidden; */
}

/**wap导航全局顶部logo和搜索**/

.header {
    max-width: 40%;
    text-align: center;
}

.header img {
    max-width: 75%;
    float: left;
}

.search {
    width: 50%;
}

.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; */
    float: left;
}

.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.66%;
}

.zuixindh ul li a:hover {
    overflow: hidden;
    border: 1px dashed #87CEFA
}

.zuixindh ul li a {
    display: block;
    border-radius: 4px;
    text-align: center;
    margin: 5px;
    height: 29px;
    line-height: 29px;
    overflow: hidden;
    border: 1px dashed #eee;
}

/**wap导航首页文章推荐*/

.zuixinwz {
    background: #fff;
    margin-right: 0;
    margin-left: 0;
}

.right .zuixinwz ul {
    margin: 0;
    padding-left: 0;
    overflow: hidden;
}

.zuixinwz ul li {
    margin: 5px 0 0 0;
    padding: 5px 15px;
    border-top: 1px dotted #ddd;
    border-bottom: none;
}

.zuixinwz ul li:first-child {
    margin: 0;
    padding-top: 10px;
    border-top: none;
}

.zuixinwz ul li:last-child {
    padding-bottom: 10px;
}

.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: 12.5%;
}

.dhsl ul li a:hover {
    overflow: hidden;
    border: 1px dashed #87CEFA
}

.dhsl ul li a {
    display: block;
    border-radius: 4px;
    margin: 5px;
    padding-left: 5px;
    height: 29px;
    line-height: 29px;
    overflow: hidden;
    border: 1px dashed #ccc;
}

/**wap导航列表分类**/

.listdhsl {
    background-color: #fff;
}

.listdhsl ul {
    padding-left: 0px;
    overflow: hidden;
}

.listdhsl ul li {
    float: left;
    width: 16.66%;
}

.listdhsl ul li a:hover {
    overflow: hidden;
    border: 1px dashed #87CEFA
}

.listdhsl ul li a {
    display: block;
    border-radius: 4px;
    margin: 5px;
    padding-left: 5px;
    height: 29px;
    line-height: 29px;
    overflow: hidden;
    border: 1px dashed #eee;
}

.daohang {
    background-color: #fff;
}

/**wap文章分类**/

.list {
    margin-bottom: 0;
    padding: 10px 10px 0 10px;
    height: auto;
    background: rgb(255, 255, 255);
    border-radius: 4px 4px 0 0;
    font-size: 13px;
}

.list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
    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;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.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 {
    margin-bottom: 10px;
    overflow: hidden;
}

.list-tu {
    float: left;
    margin-right: 10px;
    overflow: hidden;
    width: 24%;
    max-height: 125px;
}

.list-tu img {
    width: 100%;
}

.hr {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-top-width: 10px;
    margin: 6px 0;
}

.news {
    padding: 0 10px 10px 10px;
}

.newstext {
    padding: 10px;
    background-color: #fff;
}

/**wap导航内页**/

.dhny {
    background-color: #fff;
}

.dhny .dhnybt {
    background-color: #fff;
    border-left: none;
    padding: 10px 10px 0 10px;
    line-height: 22px;
}

.dhnynr {
    padding: 10px;
    color: #8d8d8d;
    font-size: 14px;
    overflow: hidden;
}

.dhny .dhnybt .xiao {
    font-size: 14px;
    color: #666666;
}

.prism-show-language-label {
    top: 8px
}

/**wap导航内页网站信息**/

.wapwzxi {
    width: 100%;
    margin-right: 10px;
    overflow: hidden;
}

.wapwzxi .wzlx {
    width: 260px;
    overflow: hidden;
    margin: 10px auto;
}

.wapwzxi .wzzd {
    background: #1C86EE;
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin: 10px 10px 0;
    border-radius: 5px;
    text-align: center;
    float: left;
}

.wapwzxi .wzsc {
    font-size: 16px;
    border: 1px solid #ddd;
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin: 10px 10px 0;
    border-radius: 5px;
    text-align: center;
    float: left;
}

.wapwzxi .wzsc a {
    color: #F44336;
}


.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._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 {
    margin: 0 auto;
    color: #fff;
    width: 65px;
    height: 30px;
    line-height: 30px;
    padding-left: 22px;
}

.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%;
}

.tab-block .tab-buttons {
    width: 100%;
    height: 50px;
    background-color: #fafafa
}

.tab-block .tab-buttons .tab-button {
    width: 100%;
    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: 0 0 10px 0;
}

.wapxg ul {
    margin: 10px;
    padding-left: 0;
    overflow: hidden;
}

.wapxg ul li {
    float: left;
    width: 33%;
    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: 1rem;
}

/**wap导航顶部nav**/

.nav {
    width: 100%;
    margin-bottom: 8px;
    /*! background-color: #fff; */
    display: flex;
}

.nav ul {
    padding: 5px 0 0 5px;
    width: 100%;
    overflow: hidden;
}

.nav li {
    margin: 0 5px 5px 0;
    width: 9.5%;
    height: 26px;
    line-height: 26px;
    float: left;
    list-style-type: none;
    text-align: center;
    background-color: #141111;
    border-radius: 4px;
}

.nav li:nth-child(1),
.nav li:nth-child(2),
.nav li:nth-child(3),
.nav li:nth-child(4),
.nav li:nth-child(5) {
    background-color: #0F1111;
}
.nav li:nth-child(6),
.nav li:nth-child(7),
.nav li:nth-child(8),
.nav li:nth-child(9),
.nav li:nth-child(10) {
    background-color: #0F1111;
}

.nav li:nth-child(11),
.nav li:nth-child(12),
.nav li:nth-child(13),
.nav li:nth-child(14),
.nav li:nth-child(15) {
    background-color: #0F1111;
}

.nav li:nth-child(16),
.nav li:nth-child(17),
.nav li:nth-child(18),
.nav li:nth-child(19),
.nav li:nth-child(20) {
    background-color: #0F1111;
}
.nav li:nth-child(21),
.nav li:nth-child(22),
.nav li:nth-child(23),
.nav li:nth-child(24),
.nav li:nth-child(25) {
    background-color: #0F1111;
}
.nav li:nth-child(26),
.nav li:nth-child(27),
.nav li:nth-child(28),
.nav li:nth-child(29),
.nav li:nth-child(30) {
    background-color: #0F1111;
}
.nav li:nth-child(31),
.nav li:nth-child(32),
.nav li:nth-child(33),
.nav li:nth-child(34),
.nav li:nth-child(35) {
    background-color: #0F1111;
}

.nav a {

    color: #ffffff;
}

.nav a .ico {
    width: 30px;
    height: 30px;
}

.dhanniu {
    padding: 10px 10px 5px 10px;
    background-color: #fff;
    overflow: hidden;
}
.dhanniu a {
    margin: 0 5px 5px 0;
    width: 16.2%;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    float: left;
    color:#fff;
    list-style-type: none;
    text-align: center;
    background-color: #f00;
    border-radius: 4px;
}

.dhanniu a:nth-child(5n+1) {
    background-color: #9C27B0;
}

.dhanniu a:nth-child(4n+1) {
    background-color: #FF5722;
}

.dhanniu a:nth-child(3n+1) {
    background-color: #4CAF50;
}
/**wap导航侧边**/

.right dl {
    margin: 0 0 10px 0;
    padding: 15px;
    background-color: #fff;
    overflow: hidden;
}

.right dt {
    padding-bottom: 6px;
    border-bottom: 1px solid #ededed;
}

.right dd {
    margin-left: 0px;
}

.right .function_c ul {
    margin-top: 5px;
}

.right ul {
    margin: 0;
}

.right #divComments, .right #divArchives, .right #divAuthors, .right #divFavorites, .right #divStatistics, .right #divCatalog {
    overflow: hidden;
}

.right #divArchives li, .right #divAuthors li, .right #divFavorites li, .right #divStatistics li, .right #divCatalog li {
    margin-right: 2%;
    float: left;
    height: 30px;
    line-height: 30px;
}

.right #divComments li {
    float: left;
}

.right #divCalendar table {
    width: 100%;
    text-align: center;
}

.right #divCalendar table tbody tr td a {
    color: #f00;
}

#divTags ul li, #divLinkage ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 8px;
    background-color: #e5ecf7;
    height: 24px;
    line-height: 24px;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
}

/**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 {
    padding: 5px;
}

.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%;
    overflow: hidden;
}

.newslist .silan {
    margin-right: 5px;
    width: 47.55%;
    float: left;
    padding: 8px;
}

.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;
}

.alexa img {
    width: 96%;
}

.xzad {
    margin-bottom: 8px;
    padding: 4px;
    background-color: #fff;
    overflow: hidden;
}

.xzad li {
    width: 16.6%;
    height: 40px;
    float: left;
}

.xzad li img {
    max-width: 100%;
    height: 40px;
}

.xindaohang {
    display: flex;
}

.daohangimg {
    padding: 6px;
    max-width: 49%;
    
}

.daohangimg img {
    width: 100%;
}

.daohangyou {
    margin: 6px 6px 0 0;
    max-width: 49%;
    width: 49%;
    height: 400px;
    overflow: hidden;
}

.daohangyou img {
    max-width: 100%;
    height: 400px;
    overflow: hidden;
}

.dh_zuo {
    padding: 10px;
    width: 12%;
    float: left;
    text-align: center;
    background-color: #fff;
}

.dh_zuo li {
    padding: 5px;
    line-height: 1.8;
}

.dh_you {
    float: left;
    width: 100%;
}

.tags {
    margin-top: 10px;
    padding: 10px;
    background-color: #fff;
}

.listdhsl ul li.dh_list {
    float: left;
    width: 16.66%;
}

.listdhsl ul li.dh_list a {
    padding: 0;
    line-height: 1.2;
    height: 140px;
    border: none;
}

.listdhsl ul li.dh_list img {
    width: 100%;
    height: 120px;
    border-radius: 10px;
}

/**wap导航1000px分辨率**/

@media (max-width:1000px) {
    .mb10 {
        margin-bottom: 4px;
    }
    .dh_you {
        margin: 0;
        width: 100%;
    }
    .left, .right, .newsxg2 ul li, .alexa li, .list li h2 {
        width: 100%;
        max-width: 100%;
    }
    .dingbu {
        display: flex;
    }
    .header {
    max-width: 50%;
}
    .header img {
        max-width: 100%;
        height: 38px;
    }
    .web-data li {
        width: 33.3%;
        border-right: 0;
    }
    .zuixindh ul li, .dhsl ul li {
        float: left;
        width: 25%;
    }
    .zuixinwz {
        float: left;
        width: 100%;
    }
    .dhlogo ul li {
        float: left;
        width: 49%;
    }
    .dhlogo ul li img {
        float: left;
        width: 100%;
        height: 60px;
    }
.listdhsl ul li.dh_list a {
    line-height: 1.0;
    height: 110px;
}
.listdhsl ul li.dh_list img {
    height: 80px;
}
    .wapxg ul li, .listdhsl ul li,.listdhsl ul li.dh_list {
        width: 33.3%;
    }
    .wapxg h2 {
        width: auto;
        text-align: center;
    }
    .nav li {
        width: 18.4%;
    }
    .nav li ul li {
        margin: 0;
    }
    .nav a {
        padding: 0 4px;
        font-size: 12px;
    }
    .list-tu {
        width: 100%;
        margin-bottom: 10px;
    }
    .newslist .silan {
        margin-top: 5px;
        margin-right: 0;
        width: 95.6%;
    }
    .xzad li {
        width: 33.3%;
    }
.daohangyou {
    margin: 6px;
    max-width: 100%;
    max-height: 100%;
    width: 97%;
    height: 100%;
}
.daohangyou img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.xindaohang {
    display: block;
}
.daohangimg {
    max-width: 100%;
}
.search {
    width: 100%;
}
    .dnwu {
        display: block;
    }
    .sjwu {
        display: none;
    }
    .dhanniu a {
        width: 31.74%;
    }
}








.toplinks a {
    cursor: pointer;
    color: inherit;
    display: inline-block;
    border: 2px solid #f4ff00;
    background: #ff0101;
    color: #fff !important;
    padding: 3px 5px;
    margin: 3px;
}
.bottomlinks a{
    background: #000;
}




.navnav  h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
  margin: 5px auto 5px;
}

.navnav a {
  cursor: pointer;
  color: inherit;
  display: inline-block;
  color: #fff !important;
  font-size: 14px;
  padding: 5px 7px;
  margin: 5px;
}

.nav1 a {
  border: 2px solid #39f9db;
  background: #7118ff;
}

.nav2 a {
  border: 2px solid #e6ff16;
  background: #ff0101;
}

.photo-two {
    display: inline-block;
    margin: 10px;
    text-align: center;
    width: 58px;
}

.photo-two a {
    line-height: 12px;
}

.photo-two img {
    border-radius: 12%;
    height: 60px;
    width: 60px;
    margin-bottom: 5px;
}

.photo-name {
    font-size: large;
    font-weight: bold;
    color: rgb(255, 255, 255);
    font-size: small;
}