[v-cloak] {
    display: none;
}

.inlineStyle {
    display: inline-block;
}

.banner {
    height: 360px;
    width: 100%;
    background: #000;
}

.b_inner {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 1440px;
    height: 360px;
}

.inner {
    margin: 0 auto;
    position: absolute;
    width: 700%;
    height: 360px;
    z-index: 9;
}

.inner img {
    float: left;
    height: 360px;
}

.tip {
    position: absolute;
    right: 45%;
    bottom: 20px;
    overflow: hidden;
    z-index: 10;
}

.tip li {
    float: left;
    margin-left: 15px;
    width: 20px;
    height: 5px;
    background: #9b9ea1;
    cursor: pointer;
    border-radius: 3px;
}

.tip li.bg {
    background: #d7d8d9;
}

/*------*/
.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-image: linear-gradient(to right, #000, transparent, #000);
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.content.onlyleft {
    width: 820px;
}

.content .contentLeft {
    float: left;
    width: 820px;
}

.content .contentLeft .information-flow {
    margin-top: 20px;
    padding: 0 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
}

.content .contentLeft .information-flow.nomt {
    margin-top: 0;
}

.content .information-title {
    position: relative;
    padding: 30px 0 10px 0;
    margin-bottom: 5px;
    color: #000000;
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
    font-weight: bold;
}

.content .information-title.noborder {
    border-bottom: 0;
}

.content .information-title.nopadding {
    padding: 0;
}

.content .information-title:before,
.content .information-title:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 8px;
    height: 14px;
}

.content .information-title:before {
    left: -20px;
    margin-top: 0px;
    background: rgba(111, 223, 240, 0.59);
}

.content .information-title:after {
    left: -18px;
    margin-top: 2px;
    background: #00C7E5;
}

.content .information-title.nopadding:before {
    margin-top: -9px;
}

.content .information-title.nopadding:after {
    margin-top: -7px;
}

.content .information-title .moretext {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 3px;
    color: #293753;
    font-size: 12px;
    font-weight: bold;
    z-index: 9;
}

.content .information-title .moretext.shallow {
    color: #777F8F;
}

.content .information-title .tab-list li {
    display: inline-block;
    margin-right: 28px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.content .information-title .tab-list li.active,
.content .information-title .tab-list li.active a {
    color: #00C7E5;
}

.content .contentLeft .information-cont {
    margin-top: 5px;
}

.content .information-cont {
    padding-bottom: 30px;
}

.content .contentLeft .change_tab {
    padding: 30px 0 10px 0;
    border-bottom: 1px solid #ddd;
}

.content .contentLeft .change_tab li {
    cursor: pointer;
    float: left;
}

.content .contentLeft .change_tab li span {
    border-left: 1px solid #ddd;
    padding: 0 20px;
}

.content .contentLeft .change_tab.result_tab li span {
    padding: 0;
}

.content .contentLeft .change_tab.result_tab li span a {
    padding: 0 20px;
}

.content .contentLeft .change_tab li.select a {
    color: #3cb0fa;
}

.content .contentLeft .no-cont-box {
    padding: 100px 0;
    font-size: 14px;
    color: #999999;
    text-align: center;
}

.content .contentLeft .no-cont-box.minmt {
    margin: 10px 0;
}

.content .contentLeft .no-cont-box img {
    width: 180px;
    margin-bottom: 16px;
}

/*文章样式*/
.article {
    position: relative;
    padding: 15px 0;
}

.article .img {
    position: absolute;
    left: 0;
    top: 15px;
    width: 195px;
    height: 135px;
    overflow: hidden;
    z-index: 9;
    background-color: #000000;
}

.article .img a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.article .img img {
    width: auto;
    height: 135px;
}

.article .img .duration {
    position: absolute;
    z-index: 999;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
    padding: 3px 8px;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
    color: #fff;
    font-size: 12px;
}

.article .words {
    position: relative;
    padding-left: 215px;
    height: 135px;
    word-wrap: break-word;
}

.article .words .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.article .words .title.hasmt {
    margin-top: 5px;
}

.article .words .bottompart {
    position: absolute;
    left: 215px;
    bottom: 2px;
    z-index: 9;
}

.article .tuiguang-box .title {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.article .tuiguang-box .tips {
    margin-left: 5px;
    vertical-align: top;
}

.article.minarticle {
    padding: 10px 0;
}

.article.minarticle .img {
    width: 100px;
    height: 75px;
    top: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.article.minarticle .img img {
    width: 100%;
    height: 100%;
}

.article.minarticle .words {
    padding-left: 110px;
    height: 75px;
}

.article.minarticle .words .bottompart {
    left: 110px;
}

.tips {
    display: inline-block;
    width: 48px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.tips.remen {
    background-image: url("/static/styles/sub4/css/img/remen.png");
}

.tips.tuijian {
    background-image: url("/static/styles/sub4/css/img/tuijian.png");
}

.tips.zhiding {
    background-image: url("/static/styles/sub4/css/img/zhiding.png");
}

.tips.tuiguang {
    background-image: url("/static/styles/sub4/css/img/tuiguang.png");
}

.part1 h3 {
    font-size: 18px;
}

.part1 .tips-box {
    margin-bottom: 10px;
}

.part1 .tips-box.minlen {
    margin-bottom: 3px;
}

.part1 .title {
    font-size: 20px;
    color: #000000;
    line-height: 28px;
    font-weight: 500;
}

.part1 .title.haslen {
    padding-top: 3px;
}

.article.minarticle .part1 .title {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.part2 .type {
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-right: 12px;
    line-height: 20px;
    border: 1px solid #CED1DD;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #777F8F;
    text-align: center;
}

.part2 .nickname {
    display: inline-block;
    margin-right: 12px;
    color: #00C7E5;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.part2 .source {
    display: inline-block;
    margin-right: 12px;
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.part2 .time {
    display: inline-block;
    margin-right: 12px;
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.part2 .introtext {
    color: #6C6C6C;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

.article.minarticle .part2 .source {
    font-size: 12px;
}

.p_mid {
    /*margin: 0 25px;*/
    margin-right: 15px;
}

/*加载更多*/
.more-box {
    padding: 10px 0;
    margin-top: 15px;
    text-align: center;
    color: #00C7E5;
    font-size: 14px;
    font-weight: bold;
    background: #ffffff;
    cursor: pointer;
}

/*right content*/
.contentRight {
    float: right;
    width: 360px;
    margin-top: 20px;
}

.contentRight.nomt {
    margin-top: 0;
}

.contentRight .hot-information {
    margin-bottom: 20px;
    padding: 0 20px;
    background-color: #ffffff;
}

.contentRight .ttk-to {
    display: block;
    margin-bottom: 20px;
}

.fir {
    margin-top: 20px;
}

.sign {
    float: left;
    background: #3cb0fa;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    margin-left: -4px;
}

.s_content {
    margin-left: 30px;
}

.contentRight .last {
    margin-bottom: 80px;
    border: none;
}

.contentRight .touT {
    border-bottom: 1px solid #ddd;
    height: 35px;
    line-height: 35px;
}

.touT_state {
    position: relative;
    height: 50px;
    padding: 15px 0;
}

.touT_state .avatar {
    position: absolute;
    top: 15px;
    left: 0;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    z-index: 9;
}

.touT_state .avatar img {
    width: 100%;
    height: 100%;
}

.touT_state .right {
    position: relative;
    padding-left: 57px;
    height: 50px;
}

.touT_state .right .name {
    position: relative;
    display: block;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

.touT_state .right .name .follow_btn {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    width: 60px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    background-color: #00c7e5;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    cursor: pointer;
    z-index: 9;
}

.touT_state .right .name .follow_btn.isfollowed {
    background-color: #f4f6fb;
    color: #6c6c6c;
}

.touT_state .right .name .follow_btn .loading-icon {
    width: 16px;
    margin-top: 4px;
}

.touT_state .right .intro {
    position: absolute;
    left: 57px;
    bottom: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    z-index: 9;
}

.touT_state .right .intro .tips {
    margin: -5px 0 0 5px;
    width: 38px;
    height: 17px;
    vertical-align: middle;
}

.touT_state.big-touT_state {
    height: 80px;
}

.touT_state.big-touT_state .avatar {
    width: 80px;
    height: 80px;
}

.touT_state.big-touT_state .right {
    padding: 10px 0 10px 88px;
    height: 60px;
}

.touT_state.big-touT_state .right .name {
    font-size: 20px;
    line-height: 28px;
}

.touT_state.big-touT_state .right .intro {
    left: 88px;
    font-size: 14px;
    line-height: 20px;
}

.touT_state.big-touT_state .right .name .follow_btn {
    width: 68px;
    height: 28px;
    margin-top: -14px;
    line-height: 28px;
}

.author-info-box {
    margin-top: 20px;
    padding-bottom: 20px;
}

.author-info-box .avatar {
    width: 60px;
    height: 60px;
    margin-right: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #CED1DD;
    vertical-align: top;
}

.author-info-box .nickname {
    position: relative;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    line-height: 28px;
}

.author-info-box .nickname .verifybtn {
    display: inline-block;
    margin-left: 5px;
    padding: 2px 6px;
    background: #F8F8F8;
    border-radius: 30px;
    border: 1px solid #CED1DD;
    font-size: 14px;
    font-weight: 400;
    color: #777F8F;
    line-height: 20px;
    vertical-align: middle;
}

.author-info-box .nickname .verifybtn img {
    width: 16px;
    margin: -2px 5px 0 0;
    vertical-align: middle;
}

.author-info-box .countnum {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #777F8F;
    line-height: 20px;
}

.author-info-box .countnum .hasml {
    display: inline-block;
    margin-left: 33px;
}

.author-info-box .countnum .bright {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.author-info-box .follow_btn {
    margin-top: 32px;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    background-color: #00c7e5;
    cursor: pointer;
}

.author-info-box .follow_btn .loading-icon {
    width: 20px;
    margin-top: 6px;
}

.author-info-box .follow_btn.isfollowed {
    background-color: #f4f6fb;
    color: #6c6c6c;
}

.author-info-box .describe {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #777F8F;
    line-height: 20px;
}

.author-info-box .top-box {
    position: relative;
}

.author-info-box .top-box .follow_btn {
    position: absolute;
    bottom: 3px;
    right: 0;
    width: 109px;
    height: 32px;
    line-height: 32px;
    z-index: 9;
}

.author-info-box .top-box .follow_btn .loading-icon {
    width: 20px;
    margin-top: 5px;
}

.author-info-box .verify {
    margin-top: 20px;
    padding: 10px;
    background: #F8F8F8;
    font-size: 14px;
    font-weight: 400;
    color: #777F8F;
    line-height: 20px;
}

.author-info-box .verify .intro {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.author-info-box .verify .hasmt {
    margin-top: 10px;
}

.author-info-box.bigbox .avatar {
    width: 88px;
    height: 88px;
}

.author-info-box.bigbox .countnum {
    margin-top: 30px;
}

/*专题*/
.special-info-box {
    padding: 20px 0;
}

.special-info-box .title {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    line-height: 38px;
}

.special-info-box .title .tips {
    display: inline-block;
    width: 60px;
    height: 24px;
    margin: -5px 10px 0 0;
    line-height: 24px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #00C7E5;
    font-size: 16px;
    font-weight: 500;
    color: #00C7E5;
    vertical-align: middle;
}

.special-info-box .update-num {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #777F8F;
    line-height: 20px;
}

.special-info-box .info-cont {
    position: relative;
    margin-top: 15px;
}

.special-info-box .special-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 352px;
    height: 198px;
    border-radius: 6px;
    z-index: 9;
}

.special-info-box .cont {
    padding: 5px 0 0 394px;
    min-height: 198px;
}

.special-info-box .cont .text {
    margin-top: 5px;
    color: #777F8F;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    word-break: break-all;
}

.colorFont {
    color: #f16b7a;
}

.word2 {
    float: right;
    width: 250px;
}

.word2 > h3 {
    margin-bottom: 30px;
    font-size: 18px;
}

.word2 .part {
    color: #8c8c8c;
}


.qr-code-box .item {
    float: left;
    width: 169px;
    padding-bottom: 25px;
    text-align: center;
    color: #777F8F;
    font-size: 12px;
    background-color: #fff;
}

.qr-code-box .item:last-child {
    float: right;
}

.qr-code-box .item img {
    width: 110px;
    height: 110px;
    margin: 30px 0 8px;
}

/*广告样式*/
.banner-ad-box {
    position: relative;
    display: block;
    height: 114px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-ad-box.haslen {
    margin: 15px 0;
}

.banner-ad-box.hasmt {
    margin: 20px 0 0;
}

.banner-ad-box .tips-text,
.home-bottom-ad .right_bottom_ad,
.home-top-ad .right_bottom_ad2,
.home-right-ad .right_bottom_ad {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 3px 15px;
    display: inline-block;
    border-radius: 6px 0px 0px 0px;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 12px;
    z-index: 9;
}

.home-top-ad {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 10000;
    display: none;
    background-color: #ffffff;
    text-align: center;
}

.home-top-ad .imgbody {
    position: relative;
    width: 1200px;
    height: 60px;
    display: inline-block;
}

.home-top-ad .imgbody img {
    width: 100%;
    height: 100%;
}

.home-top-ad .right_bottom_ad3 {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 3px 15px;
    display: inline-block;
    border-radius: 0px 6px 0px 0px;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 12px;
    z-index: 9;
}

.home-bottom-ad {
    width: 95%;
    margin: 20px auto;
    position: relative
}

.home-right-ad {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.left_right_ad_top {
    width: 100px;
    height: 273px;
    overflow: hidden;
    position: fixed;
    top: 190px;
    z-index: 1000;
    display: none
}

.left_right_ad_top.nohometop {
    top: 130px;
    z-index: 1000;
    display: none
}

.left_right_ad_top a {
    display: block
}

.left_right_ad_top img {
    width: 100px;
    height: 250px;
}





