﻿
body {
    background: #fff
}

.p-pd0 {
    padding-bottom: 0 !important;
}
.p-pr0 {
    padding-right: 0 !important;
}
.p-pl0 {
    padding-left: 0 !important;
}
.p-pt0 {
    padding-top: 0 !important;
}
.container {
    max-width:1200px
}

/*.collapse {
    float: right;
    min-width: 750px;
}*/
.collapse {
    float: right;
    min-width: 668px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 6px !important;
    padding-left: 6px;
}
/* 字体库 */
@font-face {
    font-family: 'iconfont'; /* project id 2031433 */
    src: url('//at.alicdn.com/t/font_2031433_ngf1dmji1wo.eot');
    src: url('//at.alicdn.com/t/font_2031433_ngf1dmji1wo.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_2031433_ngf1dmji1wo.woff2') format('woff2'), url('//at.alicdn.com/t/font_2031433_ngf1dmji1wo.woff') format('woff'), url('//at.alicdn.com/t/font_2031433_ngf1dmji1wo.ttf') format('truetype'), url('//at.alicdn.com/t/font_2031433_ngf1dmji1wo.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
#nav_menu .nav li {
padding:0 5px;
}
.footer {
    background: #fff;
}
.gbtn {
    position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 10000;
    -position: absolute;
    width: 35px;
}
    .gbtn .gbtn_btn {
        display: block;
        position: relative;
        margin: 0 0 5px;
        padding: 8px 8px 8px 10px;
        text-decoration: none;
        border: 1px solid #E9E9E9;
        border-right: 0;
        border-radius: 5px 0 0 5px;
        margin-top: 5px;
        background: #FFF;
        color: gray;
        left: 0;
        width: 110px;
        white-space: nowrap;
        -webkit-transition: left .3s ease-in-out;
        transition: left .3s ease-in-out;
    }
    .gbtn .gbtn_btn {
        font-size: 12px;
        line-height: 22px;
        overflow: hidden;
    }
        .gbtn .gbtn_btn .iconfont {
            cursor: pointer;
            font-size: 18px;
            line-height: 18px;
            width: 18px;
            height: 18px;
            display: inline-block;
            vertical-align: text-top;
            margin-right: 8px;
        }
/* 详情页 */
.news-main {
    max-width: 840px;
    padding: 56px 0 80px
}

.news-title {
    font-size: 26px;
    color: #000
}

.news-info-container {
    margin-top: 20px;
    font-size: 14px;
    color: #999
}

.news-time {
    margin-right: 25px
}

.news-content {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    min-height: 280px;
    padding: 50px 0 60px
}
.news-content img{
   width:100%
}

.news-page {
    position: relative;
    max-width: 800px;
}

.news-previous, .news-next {
    font-size: 14px;
    line-height: 22px;
    color: #999
}

    .news-previous a, .news-next a {
        text-decoration: none;
        color: #999
    }
        .news-previous a:hover , .news-next a:hover {
            color: #000
        }
    .news-recommend {
        width: 275px;
        position: absolute;
        top: 0;
        right: 0;
        color: #333
    }

.news-recommend-title {
    font-size: 16px;
    line-height: 16px;
    padding: 56px 0 30px
}

.news-item:before {
    content: " ";
    color: #333;
    position: absolute;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 7px;
    left: 2px;
    background: #333
}

.news-item {
    font-size: 14px;
    padding: 0 0 30px 10px;
    width: 265px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative
}

    .news-item a {
        color: #333
    }
    /* 文章详情页 end */
    /* 列表筛选 */
.select-wrapper span > .iconfont {
    font-size: 14px;
    color: #b6b6b6;
    padding-left: 6px;
}

.select-wrapper span:hover > .iconfont {
    font-size: 14px;
    color: #b6b6b6;
    padding-left: 6px;
}

.tip_cs {
    display: block;
}

.tip_src {
    display: none;
}

.ivu-tabs-nav-next, .ivu-tabs-nav-prev {
    width: 32px;
    text-align: center;
    position: absolute;
    line-height: 48px;
    cursor: pointer;
    height: 62px;
}
.ivu-tabs-nav-next i, .ivu-tabs-nav-prev i {
    font-size: 30px;
    line-height:48px;
}

/* 列表筛选 */

/* 标签页 */

.tab_pansone li a {
     color: #282828; 
    /* text-decoration: none; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 400px;
    white-space: nowrap;
}

.nav-tabs li a {
    height: 42px;
}
.zb_onebox li a {
    color: #555;
    font-size: 16px;
}
/* 标签页 end */

/* 搜索 */
.search_tbox {
    margin-top: 34px;
    text-align: center
}

.search-input {
    width: 60%;
    margin: 0 auto;
    max-width: 860px;
    /*display: table;*/
    height: 40px;
}

.keyword {
    width: 60%;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    overflow: hidden
}

    .keyword a {
        color: #282828;
        text-decoration: none
    }

        .keyword a:hover {
            color: #d94536;
        }

.index_search {
    margin-top: 12px;
    position: relative;
}

.search-box {
    border: 2px solid rgb(1, 128, 207);
    padding: 8px 10px;
    font-size: 14px;
    color: #6d6d6e;
    height: 40px;
    line-height: 18px;
    width: 80%;
    border-radius: 3px 0px 0px 3px;
    margin-left: 0;
    float: left;
}

.search-button {
    margin-left: -5px;
    width: 20%;
    height: 40px;
    border: 0px none;
    background-color: rgb(1, 128, 207);
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
    display: block;
    float: right;
    text-align: center;
    line-height: 40px;
}

    .search-button:hover {
        margin-left: 0px;
        text-decoration: none
    }

    .search-button:hover, .search-button:focus, .search-button:active, .search-button:after {
        color: #FFF;
        cursor: pointer;
    }
/* 搜索 end*/


.i-tj {
    position: absolute;
    width: 35px;
    height: 20px;
    top: 0;
    left: 6px;z-index:1;
}
.i-tj img {
   
    width:36px;
    height: 36px;
   
}

@media (max-width: 1200px) {
    .news-recommend, .cont-tsbox, .rig-content {
        display: none !important;
    }
}

@media (max-width: 1100px) {
   
}

@media (min-width: 1100px) {
}

@media (min-width: 800px) and (max-width:900px) {
    .po_right {
        position: initial;
        right: 8px;
        top: 60px;
    }
}

@media(max-width:790px) {
    .news-content img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100% !important;
        height: auto !important;
    }
    .po_right {
        position: initial !important;
        left: 10px !important;
    }
        .po_right span, .po_right p {
            padding-left:25px;
            display:block
        }
}

@media(min-width:790px) {
    
}
@media (max-width: 768px) {
    .wjs_nav .navbar-collapse {
        min-width: 100% !important;
        position: absolute;
        background: #fff;
    }

    .search-input {
        width: 80%;
        margin: 0 auto;
    }

    .jzinfor-block, .keyword, .threasa {
        display: none;
    }

    .xiehuilogo {
        width: 100%;
        height: 100%;
        margin: 0px 45px 12px 0px;
    }

    .search-box {
        width: 80%;
        float: left;
    }

    .search-button {
        width: 20%;
    }

    .banner {
        padding: 0;
    }

    .ivu-table-header thead tr th {
        width: 25% !important;
    }

    .ivu-table-cell span, .ivu-table-cell span {
        overflow: hidden !important;
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
        word-break: normal
    }

    .headline .headline_red a {
        padding-right: 10px;
        width: 100% !important;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .head-icons a.menus-mobiles {
        width: 28px;
        height: 31px;
        margin-right: 10px;
    }

    .mobile-header img {
        width: auto !important;
        height: 30px !important;
        margin: 0;
    }

    .qqonline1 {
        display: none
    }

    .tab_old {
        padding-left: 0px;
        float: none;
    }
}
@media(max-width:690px) {
    .tip_cs {
       
        display: none!important;
    }

    .tip_src {
        padding: 0 10px !important;
        display: block !important;
    }
    .search-wrapper .content-wrapper .select-wrapper span, .select-wrapper span {
        margin-right: 30px !important;
    }

    .list-item .list-content .logo {
        display: none !important;
    }
    .search-wrapper .head-wrapper .item {
        display: block;
        height: 34px;
        line-height: 34px;
        padding: .2em .6em .3em;
    }
   
        .list-item .list-content {
            min-height: 130px;
            padding-left: 0px !important;
            padding-right: 120px;
            border-bottom: 1px solid #f0f0f0;
            position: relative;
        }
    .tab_pansone li a {
        color: #282828;
        /* text-decoration: none; */
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-width: 360px;
        white-space: nowrap;
    }
  
}
/*Android常用宽度*/

@media(max-width:540px) {
    .tab_pansone li a {
        color: #282828;
        /* text-decoration: none; */
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-width: 300px;
        white-space: nowrap;
    }
}
/*Android常用宽度*/

@media(max-width:480px) {
    .tab_pansone li a {
        color: #282828;
        /* text-decoration: none; */
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-width: 240px;
        white-space: nowrap;
    }
    .list-item .list-content .right-area {
        position: absolute;
        right: 0;
        top: auto !important;
        bottom: 10px !important;
        text-align: right;
    }
  
}

@media(max-width:440px) {
    .tab_pansone li a {
        color: #282828;
        /* text-decoration: none; */
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-width: 200px;
        white-space: nowrap;
    }
}
/*Android常用宽度*/
@media (max-width: 400px) {
    .tab_pansone li a {
        color: #282828;
        /* text-decoration: none; */
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-width: 180px;
        white-space: nowrap;
    }
}

/*i6Plus,i7Plus宽度*/

@media(max-width:375px) {
    .tab_pansone li a {
        color: #282828;
        /* text-decoration: none; */
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-width: 140px;
        white-space: nowrap;
    }
    
    .search-wrapper .content-wrapper .select-wrapper .sort-label {
        font-size: 14px;
        color: #999;
        display: inline-block;
        margin-right: 0px;
    }
    .list-item .list-content {
        min-height: 130px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        border-bottom: 1px solid #f0f0f0;
        position: relative;
    }
}

/*i6,i7宽度*/

@media(max-width:360px) {
   
}
/*Android常用宽度*/
@media(max-width:320px) {
  
}
/*i5宽度*/

/*# sourceMappingURL=zd-1.0.css.map */
