body {
    font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, STHeitiSC-Light, simsun, \\5B8B\4F53, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
    font-size: 12px;
    line-height: 1.5;
    color: #657180;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fb-icon,
address,
cite,
dfn,
em,
i,
var {
    font-style: normal
}

.fb-icon {
    font-family: tticons!important;
    font-size: 12px;
    display: inline-block;
    line-height: 1;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fb-hide{
    display: none;
}
.fb-box {
    display: block;
    zoom: 1
}

.fb-box-wrap {
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
}

.border-none {
    border: none !important;
}

.fb-box:after,
.fb-box:before {
    content: "";
    display: table
}

.fb-box:after {
    visibility: hidden;
    font-size: 0;
    height: 0;
    display: block;
    content: "";
    clear: both
}

.fb-left {
    float: left
}

.fb-right {
    float: right
}



.loading {
    height: 16px;
    line-height: 16px;
    margin-top: 16px;
    margin-bottom: 4px;
    width: 100%;
    font-size: 12px;
    text-align: center
}

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: 1
    }
    45% {
        transform: scale(.1);
        opacity: .7
    }
    80% {
        transform: scale(1);
        opacity: 1
    }
}

.loading.ball-pulse>div:first-child {
    animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.loading.ball-pulse>div:nth-child(2) {
    animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.loading.ball-pulse>div:nth-child(3) {
    animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.loading.ball-pulse>div {
    background-color: #999;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 1px;
    animation-fill-mode: both;
    display: inline-block
}


.slideInLeft-transition,
.slideInRight-transition {
    display: inline-block
}

.slideInRight-enter {
    animation: slideInRight-enter .3s
}

.slideInRight-leave {
    position: absolute;
    left: 0;
    right: 0;
    animation: slideInRight-leave .3s
}

.slideInLeft-enter {
    animation: slideInLeft-enter .3s
}

.slideInLeft-leave {
    position: absolute;
    left: 0;
    right: 0;
    animation: slideInLeft-leave .3s
}

@keyframes slideInRight-enter {
    0% {
        opacity: 0;
        transform-origin: 0 0;
        transform: translateX(100%)
    }
    to {
        opacity: 1;
        transform-origin: 0 0;
        transform: translateX(0)
    }
}

@keyframes slideInRight-leave {
    0% {
        transform-origin: 0 0;
        transform: translateX(0);
        opacity: 1
    }
    to {
        transform-origin: 0 0;
        transform: translateX(100%);
        opacity: 0
    }
}

@keyframes slideInLeft-enter {
    0% {
        opacity: 0;
        transform-origin: 0 0;
        transform: translateX(-100%)
    }
    to {
        opacity: 1;
        transform-origin: 0 0;
        transform: translateX(0)
    }
}

@keyframes slideInLeft-leave {
    0% {
        transform-origin: 0 0;
        transform: translateX(0);
        opacity: 1
    }
    to {
        transform-origin: 0 0;
        transform: translateX(-100%);
        opacity: 0
    }
}


.single-mode {
    /*height: 144px;*/
    position: relative;
    padding: 18px 0;
    border-bottom: 1px solid #e8e8e8
}

.single-mode-img {
    position: relative;
    padding: 10px 0;
}

.single-mode-lbox {
    width: 210px;
    height: 140px;
    margin-right: 12px;
	border:solid 1px #d5d5d5;
}

.single-mode-lbox_0 {
    width: 0;
    height: 140px;
    margin-right: 0;
}

.single-mode-lbox:last-child {
    margin-right: 0;
}

.single-mode-rbox {
    height: 100%;
    overflow: hidden
}

.single-mode-rbox:before {
    content: "";
    width: 0;
    font-size: 0;
    height: 100%;
    visibility: hidden;
    display: inline-block;
    vertical-align: middle
}

.single-mode-rbox-inner {
    display: inline-block;
    width: 99%;
    vertical-align: middle
}



.footer-bar {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    position: absolute;
    bottom: 20px;
    width2: 435.6px;
}

.footer-bar-left {
    font-size: 0;
    line-height: 20px;
    width:100%;
}

.single-mode span{
    float: right;
    margin-top: 4px;
}

.fb-box-wrap span{
    float: right;
    margin-top: 4px;
}

.footer-bar-action,
.footer-bar-left {
    display: inline-block;
    vertical-align: middle
}

.footer-bar-action {
    font-size: 14px;
    line-height: 1
}

.footer-bar-action.source {
    color: #777;
    font-size: 14px
}

.footer-bar-action.source:hover {
    color: #406599
}

.footer-bar-action.media-avatar {
    color: #fff;
    margin-right: 4px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    background-color: #eee;
    overflow: hidden;
    margin-left: 4px;
}

.footer-bar-action.media-avatar>img {
    width: 100%;
    height: 100%
}

.footer-bar-action.media-avatar>img[lazy=loading] {
    width: 10px;
    height: 100%;
    margin: auto
}

.footer-bar-action.tag {
    font-size: 12px;
    color: #eee;
    margin-right: 10px;
    padding: 1px 2px;
    border: 1px solid #eee
}

.footer-bar-action.hot {
    font-size: 14px;
    color: #ed4040;
    margin-left: 8px
}

.footer-bar-action.recommend {
    font-size: 12px;
    color: #2a90d7;
    border: 1px solid #2a90d7;
    padding: 1px 2px;
    margin-left: 8px
}

.footer-bar-action.ad {
    font-size: 14px;
    color: #2a90d7;
    margin-left: 8px
}

.action-dislike {
    position: relative;
    color: transparent;
    cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding-right: 20px;
    padding-left: 8px;
    transition: width .3s ease;
    white-space: nowrap;
    z-index: 2
}

.action-dislike>i {
    position: absolute;
    top: 2px;
    right: 0
}

.action-dislike:hover {
    background-color: #f85959;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    width: 72px
}

.action-dislike:hover i {
    color: #fff!important
}

.slide {
    margin-bottom: 6px
}

.slide-hidden {
    display: none
}

.slide-list {
    position: relative;
    width: 666px;
    height: 300px;
    overflow: hidden;
    background-image: linear-gradient(to bottom right, rgba(0, 0, 0, .3), #000)
}

.slide-list .slide-item {
    position: absolute;
    width: 100%;
    height: 100%;
    /*    opacity: 0;
transition-property: opacity;
transition-duration: .8s;
z-index: 1*/
}

.slide-list .slide-item-active {
    opacity: 1;
    z-index: 10
}

.slide-list .slide-item img {
    width: 100%;
    height: 100%
}

.slide-list .slide-item .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 44px;
    line-height: 44px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 22px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background-image: linear-gradient(-180deg, transparent, rgba(0, 0, 0, .8));
    box-sizing: border-box
}

.slide-tab {
    width: 60px;
    height: 300px;
    color: #fff;
    font-size: 14px;
    background-color: #222;
    padding: 7px 0
}

.slide-tab-item {
    position: relative;
    cursor: pointer;
    text-align: center;
    line-height: 36px;
    margin-bottom: 14px
}

.slide-tab-item-active,
.slide-tab-item:hover {
    background: #ed4040;
    background: rgba(237, 64, 64, .8);
    z-index: 11
}

.slide-tab-item-active:before,
.slide-tab-item:hover:before {
    content: "";
    position: absolute;
    top: 12px;
    left: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid #ed4040;
    border-right: 6px solid rgba(237, 64, 64, .8);
    border-bottom: 6px solid transparent
}

.channel {
    width: 110px;
}
.fb-left .channel ul li:first-child{
    margin-bottom: 0;
}
.fb-left .channel ul li{
    margin-bottom: 7px;
}


.channel-fixed {
    position: fixed;
    top: 56px;
    z-index: 30;
}

.channel .logo {
    display: block;
    width: 90px;
    height: 37px;
    margin-bottom: 18px
}

.channel .logo img {
    width: 90px;
    height2: 38px;
}

.channel .related-header {
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    color: #333;
    margin-bottom: 16px;
    text-align: center
}

.channel-fixed {
    position: fixed;
    top: 10px;
    z-index: 30
}

.channel-item {
    display: block;
    width: 86px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #444;
    border-radius: 4px;
    /*margin-bottom: 2px;*/
    border: 1.5px solid #fff;
}

.channel-item:visited {
    color: #444
}

.channel-item:hover {
    border: 1.5px solid #ff9900;
    color: #ff9900
}
.channel-more .channel-item:hover {
    border: 1.5px solid #ff9900;
    color: #ff9900
}

@keyframes hvr-back-pulse {
    0% {
        background-color: rgba(237, 64, 64, .6)
    }
    50% {
        background-color: rgba(237, 64, 64, .76)
    }
}

.channel-item.active {
    color: #ff9900;
    border: 1.5px solid #ff9900;
}

.channel-more.channel-item.active {
    color: #ff9900;
    border: 1.5px solid #ff9900;
}

.channel-item.active i {
    display: inline-block
}

.channel-item i {
    display: none;
    color: #fff;
    font-size: 14px;
    margin-right: 6px
}

.channel-item i.channel-refresh {
    animation: rotating .8s linear 0s infinite
}

@keyframes rotating {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(180deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.channel-item span {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    height: 28px;
    /*color: #000000;*/
}
.channel-more .channel-item span {
    color: #b89d89;
}

.channel-item span:hover {
    color: #ffa800;
}

.channel-more {
    position: relative;
    border: 1.5px solid #fff;
    border-radius: 4px;
    color: #b89d89;
    width: 86px;
}

.channel-more a.channel-item {
    color: #b89d89;
    border: 1.5px solid #fff;
}
.channel-more .bui-box .bui-left a {
    height:40px;
    line-height:40px;
    display:inline-block;
    text-align:left;
    color: #7a7a7a;
    font-size: 16px;
}
.channel-more .bui-box .bui-left a:hover{
    color: #ff9900;
}
/* .channel-more:hover .channel-more-layer {
    display: block
}*/

.channel-more-layer {
    display: none;
    position: absolute;
    bottom: 0;
    left: 88px;
    width: 200px;
    z-index: 30;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .12);
    padding: 15px;
}

.bui-box {
    display: block;
    zoom: 1;
}

.bui-left {
    float: left;
    width:50%;
    width:45%;
    padding-left:10px;
    font-size:16px;
    color: #7a7a7a;
}

.container {
    width: 1170px;
    margin: 0 auto;
    margin-top: 13px;
    min-height: 1500px;
    margin-bottom: 30px;
    position: relative;
}

.container .index-channel {
    width: 110px;
    height: 600px;
    margin-right: 30px;
    background-color: #fff;
    padding-left: 10px;
    box-sizing: border-box;
}

.container .index-content {
    width: 666px;
}


.container .index-right-bar {
    width: 340px
}

.container .index-right-bar     .search-wrapper {
    margin-bottom: 16px
}


.link {
    color: #222
}

.link:visited {
    color: #999
}

.link:visited:hover {
    color: #999!important
}

.link:hover {
    color: #406599
}

.title-box {
    display: block;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 4px;
    font-weight: 700;
    max-height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.title-content {
    font-size: 14px;
    color: #222;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 57px;
    overflow: hidden;
    margin-top: 14px;
}

.title-content a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #b1b1b1;
}

.img-wrap {
    position: relative;
    cursor: pointer;
    width: 100%;
    text-align: center;
    /*border: 1px solid #e8e8e8;*/
    background: #e8e8e8;
    overflow: hidden;
    transform-style: preserve-3d
}

.img-wrap,
.img-wrap:before {
    display: inline-block;
    height: 100%
}

.img-wrap:before {
    /* content: "";
    width: 0;
    font-size: 0;
    visibility: hidden;
    vertical-align: middle*/
}

.img-wrap>img {
    display: inline-block;
    width: 210px;
    height: 140px;
    vertical-align: middle;
    transition: all .5s ease-out .1s
}

.img-wrap .lazy-load-img[lazy=loading] {
    width: 40px;
    height: 100%;
    margin: auto
}

.img-wrap:hover img {
    transform: matrix(1.04, 0, 0, 1.04, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.feed-infinite-wrapper {
    position: relative
}

.feed-infinite-wrapper h1 {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #000;
}

.feed-infinite-wrapper ul li{
    position: relative;
}

.feed-infinite-wrapper ul li>span{
    position: absolute;
    display: block;
    height: 28px;
    border-radius: 28px;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    line-height: 28px;
    padding: 0 12px;
    box-sizing: border-box;
    top: 28px;
    z-index: 10;
    background: rgba(0,0,0,.5);
    left: 12px;
}

.feed-infinite-wrapper .J_ad,
.feed-infinite-wrapper .J_qihu_ad {
    display: block!important
}

.jiaodian {
    /*height: 280px;*/
    /*border: 1px solid #e8e8e8;*/
    /*padding: 38px 15px;*/
    /*background: #f4f5f6;*/
    position: relative;
}

.remen {
    border: 1px solid #e8e8e8;
    padding: 20px 15px;
    /*background: #f4f5f6;*/
    margin-top: 20px;
}

.shengdi {
    height: auto;
    border: 1px solid #e8e8e8;
    padding: 20px 30px;
    /*background: #f4f5f6;*/
    margin-top: 20px;
}

.shengdi-province a {
    color: #4f4f4f;
}

.shengdi-city a {
    color: #4f4f4f;
}

.zixun {
    height: auto;
    border: 1px solid #e8e8e8;
    padding: 20px 30px;
    /*background: #f4f5f6;*/
    margin-top: 20px;
}

.luntan {
    height: auto;
    border: 1px solid #e8e8e8;
    padding: 20px 30px;
    /*background: #f4f5f6;*/
    margin-top: 20px;
}

.shangjia {
    height: auto;
    border: 1px solid #e8e8e8;
    padding: 20px 30px;
    /*background: #f4f5f6;*/
    margin-top: 20px;
}

.shangjia.suv{
    padding: 20px 20px 30px 30px;
}
.remenip{
    height: auto;
    border: 1px solid #e8e8e8;
    padding: 20px 30px;
    /*background: #f4f5f6;*/
    margin-top: 20px;
}
.dadui {
    height: auto;
    border: 1px solid #e8e8e8;
    padding: 20px 30px;
    /*background: #f4f5f6;*/
    margin-top: 20px;
}
.dadui.suv{
    padding: 20px 20px 30px 30px;
}
.channel-wrap {
    /*float: left;*/
    width: 288px;
    /*height: 95px;*/
    /*border: 1px solid #ddd;*/
    margin-left: 20px;
    margin-bottom: 25px;
    border-radius: 5px;
    position: relative;
}

.remen-content>div:last-child {
    margin-bottom: 0;
}

.channel-wrap img {
    position: absolute;
    /* top: -20px;
    left: 50%;
    margin-left: -20px;*/
    width: 40px;
    height: 40px;
    border-radius: 4px;
}

.channel-title {
    font-size: 14px;
    /*text-align: center;*/
    font-weight: bold;
    /*padding-top: 25px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    margin-left: 50px;
}

.subsection {
    /*padding: 10px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 50px;
}

.subsection span {
    border-right: 1px solid #ddd;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    padding-right: 5px;
}

.subsection span:last-child {
    border-right: none;
}

.shengdi-province span {
    font-size: 16px;
    padding-right: 5px;
}

.shengdi-province span:first-child {
    font-weight: bold;
}

.shengdi-active span {
    color: #f5a623;
    font-size: 14px;
}

.module-head-left {
    color: #4F4F4F;
    padding: 0;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    padding-left: 15px;
}

.shengdi .module-head-left {
    padding-left: 0;
}

.zixun .module-head-left {
    padding-left: 0;
    margin-bottom: 10px;
}

.luntan .module-head-left {
    padding-left: 0;
    margin-bottom: 5px;
}

.shangjia .module-head-left {
    padding-left: 0;
    margin-bottom: 0;
}
.remenip .module-head-left {
    padding-left: 0;
    margin-bottom: 5px;
}
.dadui .module-head-left {
    padding-left: 0;
    margin-bottom: 0;
}
.zixun-tab {
    margin-bottom: 20px;
    margin-top: 10px;
}
.remenip-content img{

}
.zixun-tab span {
    padding-right: 5px;
    padding-left: 2px;
    display: inline-block;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    border-right: 1px solid #dddddd;
    cursor: pointer;
}

.zixun-tab span.checked {
    color: #f5a727;
}

.zixun-tab span:last-child {
    border-right: none;
}



.luntan-tab {
    margin-bottom: 20px;
    margin-top: 10px;
}

.luntan-tab span {
    padding-right: 5px;
    padding-left: 2px;
    display: inline-block;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    border-right: 1px solid #dddddd;
    cursor: pointer;
}

.luntan-tab span.checked {
    color: #f5a727;
}

.luntan-tab span:last-child {
    border-right: none;
}

.zixun-comment {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: #999;
}

.widthauto {
    width: auto !important;
}

.font14 {
    font-size: 14px !important;
}

.zixun-content li {
    list-style: inside;
}

.luntan-content li {
    list-style: decimal;
    margin-left: 15px;
    margin-top: 10px;
}

.zixun-title {
    font-size: 16px;
    /*padding-left: 10px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 250px;
    vertical-align: middle;
    margin-top: -3px;
}

.zixun-title:hover {
    color: #f5a623;
}

.zixun-title-name {
    font-size: 16px;
    font-weight: bold;
}

.zixun-title-wrap {
    margin-top: 10px;
    position: relative;
}

.number {
    float: left;
    width: 95px;
}

.number span {
    font-size: 36px;
    display: inline-block;
}

.uerr-img {
    float: left;
    width: 75px;
}

.uerr-img img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    border: 1px solid #b1b1b1;
}

.brigade {
    float: left;
    width:190px;
}
.suv .brigade {
    float: left;
    width:185px;
}

.brigade-title {
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
    color: #4f4f4f;
}

.brigade-dec {
    font-size: 14px;
    padding-top: 5px;
    color: #7a7a7a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.suv .brigade-title{
    padding-top: 0px;
}
.suv .brigade-dec{
    padding-top: 0px;
}
.suv .uerr-img {
    float: left;
    width: 95px;
}
.suv .uerr-img img{
    width: 70px;
    height: 50px;
    border-radius: 0;
    padding: 5px;
    border: 1px solid #000000;
    background: #e9e4dc;
}
.suv .brigade-dec span{
    color:#ffbe3f;
}
.module-head-right {
    color: #222;
    padding: 0;
    font-size: 14px;
    padding-right: 15px;
    line-height: 31px;
}

.module-head-right span {
    border-right: 1px solid #dddddd;
    padding-right: 5px;
    padding-left: 1px;
    display: inline-block;
    height: 14px;
    line-height: 13px;
}

.g_bmro_zhuti{
    background-color: #e9e5dc;
    min-height: 215px;
    margin-bottom:13px;
}
.g_bsuv {
    width: 642px;
    margin-top: 5px;
    padding-bottom: 2px;
}
.g_bsuvtop {
    width: 640px;
    font-family: "Arial";
}
.g_bsuvtop span.g_bsuss {
    width: 26px;
}
.g_bsuvtop span {
    float: left;
    width: 25px;
    cursor: pointer;
    margin: 0px 6px;
    display: inline;
    height: 24px;
    font-weight: bold;
    background-color: #e9e4dc;
    color: #53504b;
    text-align: center;
    line-height: 24px;
}
.g_bsuvtop span:hover, .g_bsuvtop span.gbsu_cur {
    color: #ff0000;
    border-bottom: 2px solid #bbaa9b;
}
.g_bsuvcon {
    width: 640px;
    background-color: #e9e4dc;
}
.g_bsuvone table {
    width: 100%;
}
.g_bsuvone table tr td {
    border-top: 1px solid #d7cebf;
    vertical-align: middle;
}
.g_bsyisp {
    text-align: center;
    width: 64px;
    padding: 8px 0px 8px 0px;
}
.g_borderth {
    color: #9A6600;
    border-right: 1px solid #d7cebf;
    display: inline-block;
    width: 64px;
    text-align: center;
    line-height: 13px;
}
.g_fenl {
    padding: 3px 0px 4px 3px;
}
.g_bmro_zhuti .g_fenl a.aodiwid {
    width: 61px;
}

.g_bmro_zhuti .g_fenl a {
    margin: 0px 0px 0px 8px;
    display: inline;
    width: 50px;

}
.g_bmro_zhuti a {
    font-size: 12px;
    color: #000000;
    float: left;
    margin-right: 12px;
    display: inline;
}

.suv_car-wrap{
    margin-top:26px;
    margin-bottom:10px;
}
.suv_car{
    float:left;
    text-align:center;
    margin-left:35px;
    cursor:pointer;
}
.suv_car:first-child{
    margin-left:10px;
}
.shaxuan .suv_car img{
    width:82px;
    height:51px;
}
.suv_car p{
    font-size:12px;
    color:#757575;
}
.module-head-right span:last-child {
    border-right: none;
}

.module-head-checked {
    color: #f5a727;
}
.renzhengsj{
    border: 1px solid #ddd;
    padding: 15px 15px;
    height: 277px;
    margin-top:20px;
}
.renzhengsj-img-wrap{
    float: left;
    width:100px;
    text-align:center;
    margin-left: 2px;
    margin-bottom: 30px;
}

.renzhengsj .renzhengsj-img-wrap img{
    width: 80px;
    height: 62px;
    border: 1px solid #000000;
}
.renzhengsj-img-wrap p{
    font-size: 12px;
    padding-top: 5px;
}
.banner {
    position: relative;
    overflow: auto;
    text-align: center;
    margin-bottom: 17px;
}

.banner li {
    list-style: none;
}

.banner ul li {
    float: left;
    height: 296px;
    overflow: hidden;
    /*border-radius: 10px;*/
    position: relative;
}
.unslider-arrow04{display: none;}
#slide01 .arrow { position: absolute; top: 125px;width: 35px;height: 35px;}
#slide01 #al { left: 15px;}
#slide01 #ar { right: 15px;}
#slide01 {
    height: 340px;
}

#slide02 {
    /*width: 310px;*/
}

#slide01 .silde-img img {
    width: 100%;
    /*height: 300px;*/
}
#slide01 .silde-img-border{
    width: 657px !important;
    /*border: 1px solid #ccc;*/
}
#slide01 .silde-img-border img {
    width: 86px;
    height: 66px;
    display: block;
    float: left;
    margin-right: 3.5px; 
    margin-bottom: 3.5px;
    border: 2px solid #ffa800;
}
#slide01 .silde-img-border img:nth-child(7n){
    margin-right: 0px; 
}

#slide01 .silde-img div {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    z-index: 20;
    width: 100%;
    background: rgba(6,6,6,.3);
    padding-left: 29px;
    padding-bottom: 9px;
    padding-top: 13px;
}

#slide01 .silde-img h1 {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    line-height: 31px;
}

#slide01 .silde-img h2 {
    color:#ffffff;
    font-size:14px;
    margin-top:11px;
    display:inline-block;
    margin-right:7px;
    margin-left:4px;
}

#slide02 .silde-img img {
    width: 143px;
    /*height: 80px;*/
    border-radius: 5px;
}

.silde-img-wrap {
    float: left;
    padding: 0 6px 7px 6px;
    position: relative;
}

.silde-img-wrap p {
    width: 143px;
    font-size: 20px;
    padding-bottom: 15px;
    position: absolute;
    top: 27px;
    text-align: center;
    color: #fff;
}

.silde-img-wrap p:nth-child(3) {
    top: 64px;
    font-size: 10px;
}

#slide01 .dots {
    position: absolute;
    right: 28px;
    bottom: 3px;
    z-index: 30;
}

#slide02 .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

#slide01 .dots li,
#slide02 .dots li {
    background: #e4e4e4;
    display: inline-block;

    width: 6px;

    height: 6px;

    margin: 0 4px;

    text-indent: -999em;

    /*border: 2px solid #fff; */
    border-radius: 2px;

    cursor: pointer;

    opacity: .4;

    -webkit-transition: background .5s, opacity .5s;

    -moz-transition: background .5s, opacity .5s;

    transition: background .5s, opacity .5s;
}

#slide01 .dots li.active,
#slide02 .dots li.active {

    background: #fff;

    opacity: 1;
}

#slide02 .arrow {
    position: absolute;
    top: 140px;
}

#slide02 #al {
    left: 5px;
    width: 12px;
}

#slide02 #ar {
    right: 5px;
    width: 12px;
}
#slide01 .silde-img div.banner_bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    height: 295px;
    background: url(http://img5.fblife.com/attachments/20180330/15223962885344.png) no-repeat;
}
.jiaodian-content {
    width: 100%;
}

.jiaodian-content a div img{
    width: 46px;
    height: 46px;
    border-radius: 4px;
    display: block;
    float: left;
    margin-right: 16px;
    background-color: #333;
    margin-top: 1px;
}

.jiaodian-content div div{
    width: 212px;
    float: left;
}

.jiaodian-content a:nth-child(1) div li {
    color: #C80229;
}

.jiaodian-content a:nth-child(2) div li {
    color: #339cd0;
}

.jiaodian-content a:nth-child(3) div li {
    color: #FF6D00;
}

.jiaodian-content a:nth-child(4) div li {
    color: #046636;
}

.jiaodian-content a:nth-child(1) div p {
    color: #C80229;
}

.jiaodian-content a:nth-child(2) div p {
    color: #339cd0;
}

.jiaodian-content a:nth-child(3) div p {
    color: #FF6D00;
}

.jiaodian-content a:nth-child(4) div p {
    color: #046636;
}

.jiaodian-content a>div {
    width: 100%;
    margin-bottom: 5px;
    padding: 11px 16px;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

.jiaodian-content a>div ul {
    overflow: hidden;
}

.jiaodian-content a>div li {
    float: left;
    width: 50%;
    height: 25px;
}

.jiaodian-content a>div li:nth-child(1) {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 25px;
}

.jiaodian-content a>div li:nth-child(2) {
    font-size: 10px;
    text-align: left;
    line-height: 25px;
    opacity: .5;
}

.jiaodian-content a>div p {
    text-align: left;
    font-size: 12px;
    margin-top: 3px;
    width: 212px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.jiaodian-content a:last-child>div {
    margin-bottom: 0;
}

.b_header {
    width: 100%;
    height: 40px;
    background-color: #313131;
}

.b_headerbot {
    height: 40px;
    background-color: #313131;
}

.m1100 {
    margin: 0 auto;
    width: 1170px;
    min-width: 1170px;
}

.b_helt {
    position: relative;
    z-index: 910;
}

.lt {
    float: left;
    display: inline;
}

.b_hedenglu {
    height: 40px;
    border-right: 1px #242424 solid;
}

.rt {
    float: right;
    display: inline;
}

.b_hedlqian {
    height: 40px;
    position: relative;
    z-index: 907;
    cursor: default;
    width: 72px;
    border-left: 1px #242424 solid;
}

.b_heydl {
    display: block;
    width: 72px;
    height: 40px;
}

.b_wweitbtwo {
    width: 66px;
    left: 7px;
    overflow: hidden;
    height: 0px!important;
}

.b_wweitb,
.b_wweitbtwo {
    position: absolute;
    width: 100%;
    overflow: hidden;
    overflow: hidden;
    height: 0px!important;
    bottom: -3px;
    left: 0;
    background-color: #f3f3f3;
    z-index: 916;
    display: none;
}

.b_heydl i {
    width: 15px;
    height: 15px;
    float: left;
    background-position: -100px -1px;
    margin: 12px 5px 0px 11px;
    display: inline;
}

.b_helmico,
.b_helmico em,
.b_helmic_app,
.b_helmic_app em,
.b_heydl i,
.b_arcwz em,
.b_arcsaa em,
.f_mtlefbtn,
.f_mtrigbtn,
.jiagezhao,
.pinpaizhao,
.div_put,
.b_chxlal em,
.b_kankan li cite,
.f_jcbtnl,
.f_jcbtnr,
.b_tjmore,
.b_tjpage,
.b_tjpage a,
.b_bbszdaoh ul li a:hover,
.b_bbszdaoh ul li a.bbs_navhover,
.b_bbszdaoh ul li.bbs_navhover a,
.f_jcscroll_ul li a b,
.b_hewai a i,
.f_xiaoxi em,
.fb-horn,
.b_nav_teshu cite,
.b_twoxingshi a em,
.b_zxtime,
.b_zxliulan,
.b_banlogo a,
.navTop i,
.navBottom i,
.g_jiaodian span,
.sel_btn,
.prev_btn,
.next_btn {
    background-image: url(../images/b_ico.png?05201);
    _background-image: url(../images/b_ico.gif?05201);
    background-repeat: no-repeat;
}

.b_heydl em {
    float: left;
    font-size: 14px;
    color: #adadad;
    height: 40px;
    line-height: 40px;
    display: inline;
}

em,
i,
b,
strong {
    font-style: normal;
}

.b_heyonghu {
    width: 218px;
    background-color: #f3f3f3;
    position: absolute;
    padding: 10px 0px;
    right: 0px;
    top: 40px;
}

.b_hename {
    width: 173px;
    padding: 0px 7px;
    height: 28px;
    border: 1px solid #d3d3d3;
    margin: 10px 0 0 15px;
    background: #fff;
}

.b_hename {
    width: 173px;
    padding: 0px 7px;
    height: 28px;
    border: 1px solid #d3d3d3;
    margin: 10px 0 0 15px;
    background: #fff;
}

.b_henamsub {
    padding: 10px 0px;
}

.b_hename_weixin {
    height: 25px;
    line-height: 25px;
    padding: 0px 15px;
}

.b_hename input {
    width: 100%;
    height: 26px;
    line-height: 28px;
    color: #a4a4a4;
    border: none;
}

.b_henamsub a {
    background: #ffffff;
    color: #272727;
    float: left;
    border: 1px #d3d3d3 solid;
    text-align: center;
    line-height: 30px;
    width: 90px;
    height: 30px;
    display: inline;
    margin-left: 15px;
}

.b_henamsub a.b_hezhuce {
    margin-left: 5px;
}

.b_hename_weixin a.right {
    float: right;
}

.b_hename_weixin a {
    color: #8f8f8f;
    font-size: 12px;
    line-height: 25px;
}

.dl_tiwen select {
    width: 190px;
    padding: 0px 7px;
    height: 33px;
    border: 1px solid #dddddd;
    margin: 20px 0 0 15px;
    background-color: #fff;
}

.b_hehou {
    color: #eeeeeb;
    line-height: 40px;
    margin-left: 156px;
    padding-right: 10px;
}

#user_name {
    color: #fccf00;
}

.loginout {
    background: #707070;
    color: #d2d2d2;
    width: 70px;
    text-align: center;
    padding: 0px!important;
    height: 25px;
    line-height: 25px;
    margin-top: 7px;
}

.b_heaindex {
    font-size: 14px;
    color: #adadad;
    line-height: 40px;
}

.second-level {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #e6e8e8;
    width: 666px;
}
.second-level1 {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #e6e8e8;
    width: 666px;
}
.second-level-left {
    position: absolute;
    top: 0;
    left: 0;
    background2: #ffffff;
    z-index: 2;
    width: 20px;
    height: 44px;
}

.second-level-right {
    position: absolute;
    top: 0;
    right: -10px;
    background: #ffffff;
    z-index: 2;
    width: 25px;
    height: 44px;
}

.second-level span {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin-right: 22px;
    display: inline-block;
    height: 36px;
}

.second-level span.checked {
    border-bottom: 2px solid #ff9900;
    color: #000;
}

.second-level .checked1 {
    color: #000;
}
.second-level1 a {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin-right: 22px;
    display: inline-block;
    height: 36px;
}

.second-level1 a.checked {
    border-bottom: 2px solid #ff9900;
    color: #000;
}

.second-level1 .checked1 {
    color: #000;
}
.moreDiv .checked1 {
    color: #000;
}
/*  .second-level .checked1:before {
      color: #000;
      content: " ";
      display: inline-block;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      margin-right: 6px;
      background-color: #3d464d;
      vertical-align: middle;
      opacity: 1;
      margin-top: -5px;
  }*/

.second-level span:hover {
    color: #000;
}
.second-level1 a:hover {
    color: #000;
}
.moreDiv a:hover {
    color: #000;
}
.nomore {
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-top: 50px;
}

.second-level-box-wrap {
    height: 45px;
    width: 666px;
    /* overflow: hidden; */
    position: relative;
    background-color: #fff;
}

.second-level-box {
    width: 100%;
    /* overflow-x: auto; */
    /* overflow-y: hidden; */
    position:relative;
}
.second-level-box1 {
    width: 95%;
    overflow: hidden;
    position:relative;
}

.b_banser {
    width: 318px;
    margin-bottom:23px;
}

.ca_bigseacr {
    margin-bottom: 12px;
    width: 358px;
    height: 33px;
    position: relative;
}

.ca_bigseacr .ca_put {
    width: 278px;
    height: 40px;
    background-color: #f5f5f5;
    border: 1px solid #E4E4E4;
    border-right: none;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.ca_put {
    width: 169px;
    height: 28px;
    border: 1px solid #626262;
    border-right: none;
    overflow: hidden;
    zoom: 1;
}

.lt {
    float: left;
    display: inline;
}

.ca_bigseacr .ca_put input {
    width: 285px;
    border: none;
    background-color: #fff;
}

.ca_put input {
    padding: 1px 8px;
    height: 40px;
    width: 180px;
    font-size: 14px;
    overflow: hidden;
    zoom: 1;
    line-height: 20px;
    font-family: "Microsoft YaHei" Arail;
    color: #c5c5c5;
}
input::-webkit-input-placeholder{
    color:#c5c5c5;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#c5c5c5;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#c5c5c5;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#c5c5c5;
}
.ca_bigseacr .div_put1 {
    width: 60px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #E4E4E4;
    border-left: none;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: #fff url(../images/search.png?05201) no-repeat;
    background-position: 20px 9px;
    background-size: 20px 21px;
}

/* .ca_bigseacr .div_put1 input { */
/* width: 100%; */
/* height: 100%; */
/* cursor: pointer; */
/* color: #c5c5c5; */
/* } */

.div_put1 input {
    width: 100%;
    height: 40px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
}

.b_helmico,
.b_helmico em,
.b_helmic_app,
.b_helmic_app em,
.b_heydl i,
.b_arcwz em,
.b_arcsaa em,
.f_mtlefbtn,
.f_mtrigbtn,
.jiagezhao,
.pinpaizhao,
.div_put,
.b_chxlal em,
.b_kankan li cite,
.f_jcbtnl,
.f_jcbtnr,
.b_tjmore,
.b_tjpage,
.b_tjpage a,
.b_bbszdaoh ul li a:hover,
.b_bbszdaoh ul li a.bbs_navhover,
.b_bbszdaoh ul li.bbs_navhover a,
.f_jcscroll_ul li a b,
.b_hewai a i,
.f_xiaoxi em,
.fb-horn,
.b_nav_teshu cite,
.b_twoxingshi a em,
.b_zxtime,
.b_zxliulan,
.b_banlogo a,
.navTop i,
.navBottom i,
.g_jiaodian span,
.sel_btn,
.prev_btn,
.next_btn {
    background-image: url(../images/b_ico.png?05201);
    background-repeat: no-repeat;
}
/* ??????? **/

.b_helmico,
.b_helmico em,
.b_helmic_app,
.b_helmic_app em,
.b_heydl i,
.b_arcwz em,
.b_arcsaa em,
.f_mtlefbtn,
.f_mtrigbtn,
.jiagezhao,
.pinpaizhao,
.div_put,
.b_chxlal em,
.b_kankan li cite,
.f_jcbtnl,
.f_jcbtnr,
.b_tjmore,
.b_tjpage,
.b_tjpage a,
.b_bbszdaoh ul li a:hover,
.b_bbszdaoh ul li a.bbs_navhover,
.b_bbszdaoh ul li.bbs_navhover a,
.f_jcscroll_ul li a b,
.b_hewai a i,
.f_xiaoxi em,
.fb-horn,
.b_nav_teshu cite,
.b_twoxingshi a em,
.b_zxtime,
.b_zxliulan,
.b_banlogo a,
.navTop i,
.navBottom i,
.g_jiaodian span,
.sel_btn,
.prev_btn,
.next_btn {
    background-image: url(../images/b_ico.png?05201);
    _background-image: url(../images/b_ico.gif?05201);
    background-repeat: no-repeat;
}
/*???*/

.b_header {
    width: 100%;
    height: 40px;
    background-color: #313131;
}

.b_headerbot {
    height: 40px;
    background-color: #313131;
}

.b_heaindex:hover {
    color: #fff;
}

.b_banner {
    width: 100%;
    height: 86px;
    background: #fff;
}

.b_banner .m1100 {
    position: relative;
}

.b_banser {
    width: 318px;
}

.b_helanmu {
    float: left;
    width: 50px;
    height: 40px;
    margin-top: 0px;
    cursor: pointer;
    border-left: 1px #242424 solid;
    position: relative;
    z-index: 910;
}

.borL {
    border-left: 1px #242424 solid;
}

.borR {
    border-right: 1px #242424 solid;
}

.ml8 {
    margin-left: 4px;
}

.ml10 {
    margin-left: 4px;
}

.b_helmico {
    background-position: 0 0;
    width: 18px;
    height: 17px;
    display: block;
    margin: 12px 0 0 9px;
    position: relative;
}

.b_helmico em {
    width: 7px;
    height: 4px;
    overflow: hidden;
    background-position: -43px 0;
    display: block;
    position: absolute;
    top: 7px;
    right: -14px;
}

.b_wweitb,
.b_wweitbtwo {
    position: absolute;
    width: 100%;
    overflow: hidden;
    overflow: hidden;
    height: 0px!important;
    bottom: -3px;
    left: 0;
    background-color: #f3f3f3;
    z-index: 916;
    display: none;
}

.b_helmact {
    background-color: #f3f3f3;
}

.b_helmact .b_helmico {
    background-position: -21px 0;
    display: inline-block;
}

.b_helmact .b_helmico em {
    background-position: -43px -12px;
}

.b_helmact .b_wweitb {
    display: block;
}

.b_hexialmenu {
    font-size: 12px;
    background-color: #f3f3f3;
    width: 320px;
    position: absolute;
    top: 40px;
    left: -1px;
    z-index: 910;
    padding: 5px 15px;
}

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

.b_hexialmenu ul li {
    float: left;
    border-bottom: 1px dashed #dcdcdc;
    padding: 5px 0px;
    line-height: 20px;
}

.b_hexialmenu ul li span {
    float: left;
    color: #ff651f;
    width: 55px;
    font-weight: bold;
}

.b_hexllist {
    width: 345px;
}

.b_hexllist a {
    margin-right: 14px;
}

.b_helmic_app {
    background-position: -61px 0;
    width: 12px;
    height: 20px;
    display: block;
    margin: 10px 0 0 13px;
    position: relative;
}

.b_helmic_app em {
    width: 7px;
    height: 4px;
    overflow: hidden;
    background-position: -43px 0;
    display: block;
    position: absolute;
    top: 9px;
    right: -14px;
}

.b_helmact .b_helmic_app {
    background-position: -80px 0;
    display: inline-block;
}

.b_helmact .b_helmic_app em {
    background-position: -43px -12px;
}

.b_helmact .b_wweitb {
    display: block;
}

.b_heappaa {
    width: 62px;
    text-align: center;
    margin: 12px 15px 0;
}

.b_heappaa img {
    width: 52px;
}

.b_heappaa span {
    float: left;
    width: 100%;
    color: #838383;
    text-align: center;
    margin-top: 3px;
    display: inline;
}

.b_heappmenu {
    padding: 0;
    padding-left: 4px;
    width: 416px;
    padding-bottom: 10px;
}

.b_hert {
    height: 40px;
}

.b_hewai {
    width: 50px;
    height: 40px;
    float: left;
    z-index: 100;
    display: inline;
}

.b_hewai a {
    display: block;
    width: 100%;
    height: 100%;
}

.b_hewai a:hover {
    background: #f3f3f3;
}

.b_hewai a i {
    float: left;
    width: 31px;
    height: 19px;
    display: inline;
}

.f_xiaoxi {
    height: 13px;
    background-color: #ef313d;
    color: #fff;
    font-size: 12px;
    padding: 0px 4px;
    font-style: normal;
    position: absolute;
    right: -6px;
    top: -7px;
    line-height: 13px;
    display: none;
}

.f_xiaoxi em {
    display: block;
    width: 4px;
    height: 4px;
    overflow: hidden;
    position: absolute;
    bottom: -4px;
    right: 9px;
    background-position: -247px -160px;
}

.b_hewai a.fb-auto i {
    background-position: -64px -290px;
    margin: 12px 0 0 14px;
}

.b_hewai a.fb-show i {
    background-position: -64px -251px;
    margin: 5px 0 0 12px;
    width: 29px;
    height: 28px;
}

.b_hewai a.fb-xq i {
    margin: 5px 0 0 8px;
    width: 37px;
    height: 28px;
    background-position: 0 0;
    background-image: url(../images/ico_xq.png?111);
    background-repeat: no-repeat;
}

.b_hewai a.hero i {
    background-position: -64px -218px;
    margin: 8px 0 0 11px;
    width: 29px;
    height: 24px;
}

.b_hewai a.fbfb i {
    background-position: -64px -183px;
    margin: 8px 0 0 12px;
    width: 29px;
    height: 23px;
    position: relative;
}

.b_hewai a.fb-store i {
    background-position: -64px -148px;
    margin: 12px 0 0 14px;
    width: 34px;
    height: 23px;
    position: relative;
}

.b_hewai a.fb-more i {
    background-position: -297px -151px;
    margin: 12px 0 0 8px;
    width: 20px;
    height: 19px;
}

.fb-horn {
    float: left;
    width: 10px;
    height: 6px;
    overflow: hidden;
    background-position: -43px 0px;
    margin: 22px 0 0 7px;
    display: inline;
}

.big_wid {
    width: 70px;
}

.b_hert {}

.b_hewai a.fb-xq i {
    margin: 5px 0 0 18px;
}

.b_hewai a.hero i {
    margin: 8px 0 0 21px;
}

a.fb-more .fb-horn {
    margin-top: 19px;
}

.b_hedenglu {
    height: 40px;
    border-right: 1px #242424 solid;
}

.b_hedlqian {
    height: 40px;
    position: relative;
    z-index: 907;
    cursor: default;
    width: 72px;
    border-left: 1px #242424 solid;
}

.b_heydl {
    display: block;
    width: 72px;
    height: 40px;
}

.b_heydl em {
    float: left;
    font-size: 14px;
    color: #adadad;
    height: 40px;
    line-height: 40px;
    display: inline;
}

.b_heydl i {
    width: 15px;
    height: 15px;
    float: left;
    background-position: -100px -1px;
    margin: 12px 5px 0px 11px;
    display: inline;
}

.b_heydl:hover,
.b_heactden .b_heydl {
    background-color: #f3f3f3;
}

.b_heydl:hover em,
.b_heactden .b_heydl em {
    color: #838383;
}

.b_heydl:hover i,
.b_heactden .b_heydl i {
    background-position: -100px -1px;
}

.b_wweitbtwo {
    width: 66px;
    left: 7px;
    overflow: hidden;
    height: 0px!important;
}

.b_heydl:hover .b_wweitbtwo,
.b_heactden .b_wweitbtwo {
    display: block;
}

.b_heyonghu {
    width: 218px;
    background-color: #f3f3f3;
    position: absolute;
    padding: 10px 0px;
    right: 0px;
    top: 40px;
    display: none;
}

.b_hename {
    width: 173px;
    padding: 0px 7px;
    height: 28px;
    border: 1px solid #d3d3d3;
    margin: 10px 0 0 15px;
    background: #fff;
}
/*.b_hename input {width:100%;height:100%;line-height:28px;color:#a4a4a4;}*/

.b_henamsub {
    padding: 10px 0px;
}

.b_henamsub a {
    background: #ffffff;
    color: #272727;
    float: left;
    border: 1px #d3d3d3 solid;
    text-align: center;
    line-height: 30px;
    width: 90px;
    height: 30px;
    display: inline;
    margin-left: 15px;
}

.b_henamsub a:hover {
    background: #343434;
    color: #d5d000;
    border: 1px #343434 solid;
}

.b_henamsub a.b_hezhuce {
    margin-left: 5px;
}

.b_hehou {
    color: #eeeeeb;
    line-height: 40px;
    _margin-left: 156px;
    padding-right: 10px;
}

.b_hehou a {
    color: #eeeeeb;
    padding: 0px 20px;
    font-size: 12px;
    display: inline-block;
    _posiiton: relative;
}

#user_name {
    color: #fccf00;
}

.loginout {
    background: #707070;
    color: #d2d2d2;
    width: 70px;
    text-align: center;
    padding: 0px!important;
    padding: none;
    height: 25px;
    line-height: 25px;
    margin-top: 7px;
}

.loginout:hover {
    background: #707070!important;
    color: #d2d2d2;
}

.b_hehou a:hover {
    position: relative;
    border: none;
}

.b_helt {
    position: relative;
    z-index: 910;
}

.nav_merjibor {
    width: 100%;
    position: absolute;
    top: 47px;
    left: 0px;
    z-index: 910;
}

.dl_tiwen select {
    width: 190px;
    padding: 0px 7px;
    height: 33px;
    border: 1px solid #dddddd;
    margin: 20px 0 0 15px;
    background-color: #fff;
}

.b_hesc {
    width: 60px;
    background-color: #f3f3f3;
    border-top: none;
    position: absolute;
    right: 0px;
    top: 40px;
    padding: 10px;
    overflow: hidden;
    display: none;
}

.b_hesc a {
    float: left;
    font-size: 12px;
    text-align: center;
    height: 20px;
    padding: 5px 0px;
    line-height: 20px;
    border-bottom: 1px dashed #dcdcdc;
}

.b_hewai a.fb-more {
    margin: 0px;
    width: 50px;
    height: 40px;
}

.schover a.fb-more {
    background-color: #f3f3f3;
}

.schover a.fb-more i {
    background-position: -326px -151px;
}

.schover a .fb-horn {
    background-position: -43px -12px;
}

.nobor {
    border: none!important;
}

.wid50 {
    width: 50px;
}


.b_hename_weixin {
    height: 25px;
    line-height: 25px;
    padding: 0px 15px;
}

.b_hename_weixin a {
    color: #8f8f8f;
    font-size: 12px;
    line-height: 25px;
}

.b_hename_weixin a:hover {
    color: #0766b6;
}

.b_hename_weixin a.left {
    float: left;
}

.b_hename_weixin a.right {
    float: right;
}

.i-weixin {
    width: 25px;
    height: 25px;
    display: inline;
    margin-right: 5px;
    background-image: url(../images/i-weixin.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
}



.login {
    /*height: 147px;*/
    padding: 20px 28px 15px
}

.login .login-msg {
    font-size: 12px;
    line-height: 17px;
    color: #777
}

.login .login-button {
    width: 260px;
    height: 40px;
    margin: 23px 0 23px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background: #ffa800;
    border: none;
    border-radius: 4px;
    cursor: pointer
}

.login .login-button:hover {
    opacity: .9
}

.login .third-login {
    overflow: hidden;
    display: inline-block;
}

.login .third-login li {
    float: left;
    height: 18px;
    line-height: 18px;
    color: #000;
}

.login .third-login li:nth-child(2) {
    margin: 0 10px 0 10px;
}

.outer {
    margin: 0 0 40px 0;
    /*padding: 20px;*/
    background: #ffffff;
    border: 1px solid #e8e8e8;
}

.outer .headbtnpar{
    height: 54px;
    background: #ffffff;
    border-bottom: 2px solid #ddd;
    margin: 0px 40px;}
.outer .headbtnpar span{
    display: inline-block;
    height: 100%;
    font-size: 16px;
    line-height: 54px;
    color: #B8B8B8;
    margin-right: 1.3rem;
	cursor:pointer;
}
.outer .headbtnpar span:first-child{
    text-align: left;
}
.outer .headbtnpar span:last-child{
    margin-right: 0;
}
.hbtnaction{border-bottom:solid 2px #FFA800; color: #FFA800 !important;}

.outer .inner {
    text-align: center;
    background: #fff;
    /*border: 1px solid #e8e8e8;*/
    letter-spacing: 0
}

.outer .inner input {
    width: 260px;
    height: 33px;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 0 10px;
    color: #a4a4a4;
    box-sizing: border-box;
}

.logged{
    padding: 33px 14px;
}
.login-pwd {
    margin-top: 17px;
}

.logged .top {
    font-size: 0
}

.logged .top .logout {
    font-size: 12px;
    line-height: 17px;
    text-align: right;
    margin-top: -14px;
    margin-right: 28px;
}

.logged .top .logout span {
    color: #999
}

.logged .top .logout span:hover {
    color: #406599
}

.logged .top .head {
    width: 60px;
    height: 60px;
    margin-top: -5px;
    border-radius: 50%;
    border: 1px solid #fff
}

.logged .top .name {
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.logged .top .name span {
    color: #000;
    font-size: 16px;
}

.logged .top .name span:hover {
    color: #406599
}

.logged .top .history-collect {
    margin: 8px 0 10px;
    line-height: 20px;
    height: 20px
}

.logged .top .history-collect span {
    font-size: 14px;
    color: #777
}

.logged .top .history-collect img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    transform: translateY(3px)
}
#prompt_txt{
    padding-left: 28px;
    padding-top: 10px;
    color: #ffa800;
    text-align: left;
}
.logged .top .history-collect .icon {
    margin-right: 4px;
    font-size: 16px;
    color: #cacaca
}

.logged .bottom {
    padding-top: 10px;
    font-size: 0;
    position: relative
}

.logged .bottom li {
    display: inline-block;
    width: 33.3333%
}

.logged .bottom .line {
    position: absolute;
    top: 0;
    width: 1px;
    height: 64px;
    transform: scale(.5);
    background: #e8e8e8
}

.logged .bottom a:hover p {
    color: #406599
}

.logged .bottom p {
    display: inline-block;
    font-size: 14px;
    line-height: 20px
}

.logged .bottom .num {
    width: auto;
    margin-bottom: 2px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #222
}

.logged .bottom .word {
    color: #777!important
}

/* #userlogin1{
     display: none;
 }*/

.suv-jiazu{
    width: 340px;

    margin-top: 20px;
}
.suv-jiazu img{
    width: 340px;
    height: 558px;
}

.rz-sj{
    width: 340px;
    height: 316px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.rz-sj img{
    width: 340px;
    height: 316px;
}

.shaxuan{
    margin-top:10px;
    width: 666px;

}
.shaxuan img{
    width: 666px;
    height: 194px;
}

.navigation{
    width:100%;
    height:54px;
    font-size:14px;
    line-height:35px;
}
.nvapar1{float:left;margin-right:5px;margin-top:10px;}
.nvapar2{margin-top:10px;}

.huise{color:#b1b1b1;}
.heise{color:#000000;}
.navnone{display:none;}


.topbtnpar{width:100%;height:38px;margin-bottom:4%;}
.topbtnpar img{width:100px;height:38px;}

.backtop{width:80px;height:85px;position: fixed;right: 3%;bottom: 6%;display:none;}
.backtop img{width:80px;height:85px;}


.headimgpar{width:100%;height:295px;border:solid 1px rgb(195, 193, 193);overflow:hidden;position:relative;background:url(http://img5.fblife.com/attachments/20180330/15223962551832.png)no-repeat;margin-bottom: 15px;background-size: cover;}
.imgortxtpar{width:214px;height:100%;position:absolute;left:50%;top:0px;margin-left:-107px;}
.imgpar{width:100px;height:100px;margin:52px auto 35px auto;border-radius:100%;overflow: hidden;border:solid 3px #fff;position: relative;top: 20px;}
.txt1par{width:102px;height:25px;margin:-8px auto;}
.txt1par span{display:inline-block;width: 100%;text-align: center;}
.txt2par{width:100%;height:20px;margin:30px auto;}
.txt2par span{display:inline-block;width:100%;text-align: center;font-size:14px;color:#848484;}


.headNavPar{width:100%;height:50px;padding-left:10px;margin-bottom:15px;border-bottom: solid 2px #e8e8e8;}
.rightTxtPar{display: inline-block;width:50%;height: 94%;float:right;text-align:right;}
.rightTxtPar .txtPar{display: inline-block;margin-top: 2.5%;margin-right: 40px;}


.moreBtn{height:44px;line-height:39px;border-bottom:1px solid #e6e8e8;}
.moreBtnTxt{cursor: pointer;font-size: 18px;font-weight: bold;height: 36px;position: relative;right: 12px;top: 2px;color:#ffa800;}
.moreDiv{width: 70px;background: rgb(255, 255, 255);border-right: 1px solid rgb(232, 232, 232);border-bottom: 1px solid rgb(232, 232, 232);border-left: 1px solid rgb(232, 232, 232);border-top: none;position: absolute;right: 0px;top: 44px;z-index: 999;text-align: center;padding-top: 10px;display:none;}
.moreList{width: 70%;font-size: 16px;margin: 5px;border-bottom: dashed 1px #e8e8e8;cursor: pointer;display: inline-block;font-weight: bold;}

.ml16{margin-left:16px;}



.hot-box{
    width: 100%;
    border2: 1px solid #e8e8e8;
}
.c_xq h1{
    color: #60B2DA;
}
.c_xq b{
    color: #60B2DA;
}
.c_xq a{
    color: #60B2DA;
}
.f_ly h1{
    color: #35825B;
}
.f_ly b{
    color: #35825B;
}
.f_ly a{
    color: #35825B;
}
.s_xq{
    border-bottom: none !important;
}
.s_xq h1{
    color: #C80229;
}
.s_xq b{
    color: #C80229;
}
.s_xq a{
    color: #C80229;
}
.hot-box>div{
    padding: 25px 37px;
    border: 1px solid #e8e8e8;
	margin-bottom:40px;
}
.hot-box h1{
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 6px;
}
.hot-box p{
    font-size: 13px;
    line-height: 22px;
}
.hot-box p a{
    margin-right: 14px;
	font-size:15px;
}
.hot-box p a:last-child{
    margin-right: 0;
}
.hot-box p b{
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
    margin-right: 5px;
}

.right-card{
    width: 100%;
    border: 1px solid #e8e8e8;
    margin-top: 20px;
    padding: 30px 0 35px 0;
    box-sizing: border-box;
}
.right-card-fixed{
    position: fixed;
    top: 0;
    width: 340px !important;
}

.right-card>h1{
    font-size: 24px;
    color: #4F4F4F;
    padding-left: 20px;
}
.right-card>h1 a{
    font-size: 14px;
    color: #969696;
    float: right;
    margin-right: 20px;
    margin-top: 8px;
}
.right-card>h1 img{
    height: 15px;
    display: block;
    /*float: right;*/
    /*margin-right: 20px;*/
    /*margin-top: 14px;*/
}
.right-card>ul{
    background: #FAFAFA;
    overflow: hidden;
    padding-left: 20px;
    margin-top: 11px;
}
.right-card>ul li{
    height: 32px;
    line-height: 32px;
    float: left;
    color:  #888;
    font-size: 14px;
    cursor:pointer;
}
.right-card>ul .on{
    color: #000;
    font-weight: bold;
}
.right-card>ul li:after{
    display: inline-block;
    content:"";
    width: 1px;
    height: 12px;
    line-height: 32px;
    background-color: #888;
    margin: 0 14px;
}
.right-card>ul li:last-child:after{
    background-color: #FAFAFA;
}
.right-card-box{
    padding: 23px 20px 0 20px;
}
.right-card-box-c>div h1{
    font-size: 14px;
    color: #000000;
    line-height: 10px;
    border-left: 3px solid #000;
    padding-left: 10px;
    box-sizing: border-box;
}
.right-card-box-c>div ul{
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}
.right-card-box-c>div ul li{
    width: 92.6666px;
    float: left;
    margin-right: 10px;
}
.right-card-box-c>div ul li:last-child{
    margin-right: 0;
}
.right-card-box-c>div ul li img{
    width: 100%;
}
.right-card-box-c>div ul li span{
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #9A9A9A;
}
.right-card-box-b{
    margin-top: 30px;
}
.right-card-box-b>div{
    margin-top: 16px;
    overflow: hidden;
}
.right-card-box-b div div{
    /*width: 32.5%;*/
    /*overflow: hidden;*/
    /*display: inline-block;*/
    float: left;
    margin-bottom: 13px;
}
.right-card-box-b div div:nth-child(1) b,.right-card-box-b div div:nth-child(2) b,.right-card-box-b div div:nth-child(3) b{
    background: #FF5728;
}
.right-card-box-b div div span{
    width: 76px;
    height: 12px;
    line-height: 12px;
    color: #000;
    float: left;
    display: inline-block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-align: left;
}
.right-card-box-b div div b{
    display: inline-block;
    float: left;
    width: 13px;
    height: 13px;
    text-align: center;
    line-height: 13px;
    font-size: 10px;
    background: #D6D6D6;
    color: #fff;
    margin-right: 8px;
}
.s_right-card-box-c li{
    width: 52px !important;
    margin-right: 30px !important;
    min-height: 94px;
}
.s_right-card-box-c li:nth-child(4n){
    margin-right: 0 !important;
}
.right-card-box-c_w_icon{
    width: 73px;
    height: 76px;
    display: block;
    margin: 30px auto 0 auto;
}
.right-card-box-c_w_txt{
    font-size: 14px;
    color: #000000;
    margin-top: 13px;
    display: block;
    text-align: center;
    margin-bottom: 37px;
}


.topbtnpar1 div{
    height: 40px;
    display: inline-block;
    float: right;
    padding-top: 11.5px;
    box-sizing: border-box;
}

.author_info{overflow: hidden;margin-bottom: 30px;margin-top: 34px;}
.author_info div{height: 34px;display: inline-block;float: left;}
.author_info div:nth-child(1){margin-right: 20px;}
.author_info div:nth-child(1) span{height: 34px;border-radius: 5px;display: block;float: left; font-size: 34px; line-height: 34px;color: #7f7f7f;}
.author_info div:nth-child(1) img{width: 33px;height: 32px;border-radius: 5px;display: block;float: left;margin-right: 13px;border: 1px solid #e8e8e8;}
.author_info div:nth-child(2){padding-top: 15px;box-sizing: border-box;}
.author_info div:nth-child(2) p{display: inline-block;}
.author_info div:nth-child(2) p b{font-size: 16px;color: #ff7b48;margin-right: 7px;}
.author_info div:nth-child(2) p span{font-size: 16px;margin-right: 15px;}


.moudledownpar{width:100%;height: 150px;}
.moudledownpar .erweima{width: 40%;display: inline-block;margin: 20px;}
.erweima img{width: 100%;height: 140px;}
.moudledownpar .weiboweixin{width: 40%;display: inline-block;position: relative;top: -40px;}
.weiboweixin img{width: 40px;height: 40px;vertical-align: middle;margin-right: 10px;}


.friendpar{width: 85%;height: 110px;padding-left: 30px;margin-top: 20px;margin-bottom: -55px;}
.friendpar a{display:inline-block;width:93px;height:20px;}

.beianpar {width: 85%;margin-left: 7%;margin-bottom: -10px;margin-top: 10px;}
.beianpar img{display:inline-block;width:100%;}
.beianpar span{display:inline-block;width:100%;line-height:24px;}



.headlinkpar{line-height:38px;margin-left:2.6%;}
.headlinkpar1{line-height:38px;position: absolute;right: 0%;top: 0px;}

.headlinkpar a{margin-right: 55px;line-height: 20px;color: #fff;}





.advert_g_icon{position: absolute; top: 10px; right: 10px; width: 15px;height: 15px;cursor:pointer;}

.head_advert{ width: 100%; }
.left_advert{
    position: relative;
    top: 40px;
    /*margin-left: 10px;*/
    /*margin-right: 10px;*/
}
.right_advert{
    position: relative;
    top:40px;
}
/*.left_advert_page_1{width: 100%;height: 600px;}*/
/*.left_advert_page_2{margin-top: 40px; position: absolute;}*/
/*.left_advert_page_3{margin-top: 40px; position: absolute;}*/
/*.left_advert{width: 200px; position: absolute; top: 117px; left: 0; z-index: 100;}*/
    /*.left_advert_page_1{width: 100%;height: 600px;}*/
    /*.left_advert_page_2{width: 100%;height: 400px;margin-top: 40px; position: absolute;}*/
    /*.left_advert_page_3{width: 100%;height: 150px;margin-top: 40px; position: absolute;}*/

/*.right_advert{width: 200px; position: absolute; top: 117px; right: 0; z-index: 100;}*/
    /*.right_advert_page_1{width: 100%;height: 300px;position: relative;top: 16px;}*/
    /*.right_advert_page_2{width: 100%;height: 300px;margin-top: 265px; position: absolute;}*/

.right_advert_page_2{position: relative; top: 660px;}
.right_advert_page_3{position: relative; top: 340px;}

.right_content_advert{width: 100%;height: 120px;margin-bottom: 20px;}

.right_content_advert1{width: 100%;height: 340px;margin-bottom: 20px;}

.right_content_advert2{width: 100%;height: 400px;margin-bottom: 20px;}

.right-card>ul li:after {background-color: #FAFAFA;}
.tabqiehuan{float: right !important;padding-right: 25px;}
.tabqiehuan>div{height: 32px;}
.tabqiehuan>div span{color: #333;display: inline-block;line-height: 32px;}
.tabqiehuan>div span:nth-child(1):after {display: inline-block;content: "";width: 1px;height: 8px;line-height: 32px;background-color: #888;margin: 0 14px;}
.navtabon{color: #c80229 !important;}


.picflipx {
    -moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
    /*IE*/
    filter:FlipH;
}

#topThreadPar{width:100%;display: none;border-radius: 10px;background: #f2f2f2;margin-top: 20px;overflow:hidden;height:100px;}
#topThreadPar .topdiv{margin: 20px 0 0px 20px;font-size: 18px;font-weight: bold;color: #000;}
.topdivleftbtn{font-size: 18px;font-weight: bold;}
.topdivrightbtn{float:right;margin-right:10px;color:#a9a9a9;}
#autoScrollPar{width:100%;height: 52px;overflow: hidden;}
.autoScrollListPar{width:100%;height: 52px;border-bottom:solid 2px #fff;color:#000;}
.autoScrollListPar .title{font-size: 16px;float: left;margin: 10px 0px 0px 20px;width: 350px;height: 20px;overflow: hidden;}
.autoScrollListPar .time{font-size: 16px;float: right;margin: 10px 20px 0px 20px;}
.autoScrollListPar .atort{font-size: 16px;float: left;margin: 8px 20px 0px 30px;}
.autoScrollListPar span img{width:18px;position: relative;top: 3px;left: -5px;border: solid 1px #d6d6d6;border-radius: 10px;}
.advertising{padding: 9px 0 0 0;border-bottom: 1px solid #e8e8e8;}