﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, abbr, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, input, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, command, details, figcaption, figure, footer, header, hgroup, mark, nav {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-family: "Microsoft Yahei";
}

body {
    position: relative;
}

i, em {
    font-style: normal;
}

a {
    color: #666;
    font-size: 14px;
    font-family: "Microsoft Yahei" !important;
    text-decoration: none;
}

a:hover, .nav li a:hover, .topic_list_ul .title:hover, .aside_wrap .list p:hover, .label a:hover {
    color: #ff331c;
}


/* 导航 */
.nav_left {
    padding-top:4px;
}
.nav_left .logo {
    width: 159px;
    height:50px;
}

.nav_left .slogon {
    width: 50px;
    height: 50px;
}

nav {
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 10%);
}

.nav {
    display: flex;
    justify-content: space-between;
}

.nav_list {
    display: flex;
    height: 60px;
    line-height: 60px;
}

.nav_list li {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 22px;
}

.nav li a {
    font-size: 16px;
    color: #222222;
    margin-right: 22px;
}

.nav li:last-child a {
    margin-right: 0;
}

.nav li:after {
    content: "";
    position: absolute;
    top: 23px;
    right: 0px;
    background: #eeeeee;
    width: 2px;
    height: 15px;
}

.nav li:last-child:after {
    background: none;
}

.nav li>img {
    margin-right: 13px;
}

/* 左侧栏 */

.box_left {
    width: 900px;
    height: auto;
}
.head {
    padding-bottom:20px;
    display: block;
    border-bottom: 3px solid #f0f0f0;
}
.detail_share {
    width: 100px;
    margin-right: 54px;
}

.detail_share_code {
    background: #F7F8F8;
    color: #8C9196;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    line-height: 32px;
    padding-top: 10px;
}

.detail_share_code img {
    width: 80px;
    height: 80px;
}

.detail_share .label {
    position: relative;
    color: #000;
    font-size: 16px;
    margin: 15px 0;
    text-align: center;
}

.detail_share .label:after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 30px;
    height: 10px;
    background: #FFEDED;
    z-index: -1;
}

.share_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.share_box a {
    width: 60px;
    height: 60px;
    background: #F7F8F8;
    margin-bottom: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share_wb {
    background: url(../images/weibo.png) 0 -50px no-repeat;
}

.detail_article_content {
    width: 700px;
    border-bottom: 1px solid #eee;
}

.detail_title {
    min-height: 48px;
    line-height: 48px;
    color: #000;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}

.crumb {
    color: #9d9d9d;
    font-size: 13px;
}

.detail_article {
    font-size: 18px;
    color: #000;
    line-height: 36px;
}

.detail_article p {
    margin: 25px 0;
}

.detail_article img {
    max-width: 700px;
}

.from {
    display: flex;
    flex-direction: column;
    color: #64696E;
    font-size: 14px;
}

.list_height {
    height:83px;
}

/* 右侧栏 */

.box_right {
    width: 300px;
    height: auto;
}

.aside_wrap {
    background: #F7F8F8;
    padding: 24px 0;
	width:300px;
}

.nav_title {
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #000;
    padding: 0 0 27px 30px;
}

.nav_title:before {
    content: "";
    background: #FF331C;
    width: 4px;
    height: 20px;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 3px;
}

.aside_wrap .list {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.aside_wrap .list:last-child {
    border: none;
    margin-bottom: 0;
}

.aside_wrap .list a {
    font-size: 16px;
    color: #000;
}
.aside_wrap .list #list_a{
    width:240px;
    height:82px;
    overflow:hidden;
    
}


.aside_wrap .list img {
    max-width: 240px;
    height: auto;
	transition: all .5s;
    overflow: hidden;
}
.aside_wrap .list img:hover {
    transform:scale(1.05);
}

.aside_wrap .list p {
    width: 240px;
    text-align: center;
    /* overflow: hidden; */
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    /* display: block; */
}

/* 点赞 */

.fav {
    background: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid rgba(238, 238, 238, 6%);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 6%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.like{background:url(/images/peach.svg) center no-repeat;}
.qifu{background:url(/images/icon_hand_normal.svg) center no-repeat;}
.like span:hover{color:#FF331C}
.qifu span:hover{color:#C0A57B}
.like:hover{background:url(/images/peach_focus.svg) center no-repeat}
.qifu:hover{background:url(/images/icon_hand_focus.svg) center no-repeat}


.fav span {
    font-size: 12px;
    color: #ccc;
	margin-top: 0px;
    height: 40px;
    line-height: 80px;
}

.fav .like {
    background: url(../images/peach.svg) no-repeat;
    width: 22px;
    height: 21px;
    margin: 0 auto;
}

/* 评论 */

.comment_list ul, .comment_content {
    display: flex;
    flex-direction: column;
}

.comment_list li {
    display: flex;
    margin-bottom: 20px;
}

.head_pic {
    width: 40px;
    height: 40px;
	/* margin-top:-10px; */
}

.head_pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.comment_content {
    width: 650px;
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #eee;
    padding: 10px 0 30px 0;
}

.comment_content .top, .comment_content .top .left {
    display: flex;
    align-content: center;
    align-items: center;
	/* line-height: 35px; */
}

.comment_content .top {
    justify-content: space-between;
}

.comment_content .top .left span {
    color: #777777;
    font-size: 12px;
    margin-left: 10px;
}

.comment_content .like {
    background: url(../images/peach.svg) no-repeat;
    background-size: 100%;
    width: 18px;
    height: 17px;
    display: flex;
    align-items: center;
}

.comment_content .top .like a {
    font-size: 12px;
    color: #ccc;
    padding-left: 25px;
}

.m_b_t156{margin-bottom:156px;}
/* 广告位 */

.adv, .adv img {
    position: relative;
    width: 695px;
    height: auto;
}

.adv span {
    /* position: absolute; */
    top: 10px;
    right: 10px;
    z-index: 1;
    /* background: rgba(0, 0, 0, 36%); */
    width: 40px;
    height: 21px;
    line-height: 21px;
    /* color: #fff; */
    text-align: center;
}

/* 新闻推荐 */

.news_recommend {
    position: relative;
    padding-bottom: 70px;
}

.recommend_bg {
    width: 100%;
    height: 190px;
    background: #F7F8F8;
    position: absolute;
    left: 0;
    bottom: 60px;
}

/*.swiper-container-news {
    width: 695px;
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    width: 214px !important;
    margin-right: 20px;
	text-align: center;
}

.swiper-slide a:first-child, .swiper-slide img {
    width: 217px;
    height: 158px;
	transition: all .5s;
    overflow: hidden;
}
.swiper-slide img:hover {
    transform:scale(1.05);
}

.swiper-slide .title {
    background: #fff;
    font-size: 16px;
    color: #000;
    padding: 6px 15px 10px 15px;
	height: 65px;
	text-align: left;
}

.swiper-button-next, .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 40px;
    height: 40px;
    right: -46px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 7%);
}

.swiper-button-prev {
    right: auto;
    left: -46px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
} */

/* 右侧悬浮 */

.site_specific {
    position: fixed;
    right: 10px;
    top: 50%;
    /* border: 1px solid #ccc; */
    background: #fff;
}

.site_specific>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.site_specific a {
    display: flex;
    width: 40px;
    height: 40px;
}

.site_specific .site_wx {
    /* border-bottom: 1px solid #ccc; */
}


.site_specific .site_wx_a {
    /* background: url(../images/wechat_site.png) 0 0 no-repeat; */
    /* width: 16px; */
    /* height: 16px; */
	background: url(../images/button.png) -40px 0px no-repeat;
    width: 40px;
    height: 40px;
}
.site_specific .site_wx_a:hover{background: url(../images/button.png) 0px 0px no-repeat;}

.site_specific .site_top_a,.site_specific .site_top_a1 {
    /* background: url(../images/back_top.png) 0 0 no-repeat; */
    /* width: 14px; */
    /* height: 17px; */
    background: url(../images/button.png) -40px -40px no-repeat;
    width: 40px;
    height: 40px;
}
.site_specific .site_top_a,.site_specific .site_top_a1:hover{background: url(../images/button.png) 0px -39px no-repeat;}




/* 底部 */

footer {
    position: relative;
    background: #2D3237;
    width: 100%;
    height: 60px;
    color: #848484;
}

/* footer:before {
    content: "";
    position: absolute;
    top: -190px;
    left: 0;
    background: #F7F8F8;
    width: 100%;
    height: 190px;
} */

.footer {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_left, .footer_right {
    display: flex;
    align-items: center;
}

.footer_left span {
    margin-left: 50px;
}

.footer_right a {
    margin-left: 45px;
}

.footer_left span:first-child, .footer_right a:first-child {
    margin-left: 0;
}



/**/

.topic .detail_article_content {
    width: 750px;
    margin-left: 96px;
    border: none;
}

.topic .banner {
    width: 750px;
    height: auto;
}

.topic .banner img {
    width: 100%;
    height: 100%;
}

.topic .detail_title {
    margin-bottom: 20px;
}

.topic .intro {
    font-size: 20px;
    color: #777777;
    line-height: 36px;
    text-align: justify;
}

.intro em {
    background-color: #FF331C;
    border-radius: 4px;
    padding: 2px 8px;
    color: #FFF;
    font-size: 16px;
    margin-right: 10px;
    width: 49px;
    height: 27px;
    line-height: 27px;
}

.description {
    position: relative;
    margin-bottom: 20px;
    width:100%;
}

.description:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -60px;
    background: url(../images/bg_shadow.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 30px;
}

.description a ,.description span{
    background: #F3F4F4!important;
    border-radius: 6px;
    padding: 6px 10px;
    color: #222222;
    font-size: 20px;
    line-height: 40px;
    margin-left: 20px;
    cursor: pointer;
    float: left;
    margin: 5px;
}
.description span:hover{background:#cccccc!important;}

.description a:first-child {
    margin-left: 0;
}

.topic_list_ul {
    border-bottom: 1px solid #eee;clear:both;
}

.topic_list_ul .pic, .topic_list_ul .pic img {
    width: 142px;
    height: 103px;
}

.topic_list_ul .pic {
    margin-right: 30px;
}

.topic_list_ul li {
    position: relative;
    display: flex;
    margin-bottom: 24px;
}
.topic_list_ul:hover{background:#f3f3f3;}

.topic_list_ul .title {
    font-size: 20px;
    color: #000;
    background: none!important;
}

.topic_list_ul .right span {
    position: absolute;
    bottom: 0;
    font-size: 16px;
    color: #777777;
    background: #ECECEC;
    border-radius: 6px;
    padding: 0 6px;
    left: 0;
    margin-left: 85px;
}

.width580{width:580px;}

.topic .more {
    text-align: center;
    border-bottom: 1px solid #eee;
}

.topic .more a {
    color: #444444;
    font-size: 16px;
}
.t-more img{margin-left:10px;}

.more1{margin-right:10px;}
.more1:hover{color:#ff331c!important;}

.topic_list .top_title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.topic_list .top_title:after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: 0;
    width: 44px;
    height: 14px;
    background: #FFEDED;
    z-index: -1;
}

.detail_article_content p[name="appImgDesc"], .content p[name="appSystemTxt"] {
    text-indent: 0;
    background: #f8f8f8;
    margin: -2.26rem 0 0.5rem 0 !important;
    font-size: 1.00rem !important;
    color: #777777 !important;
    background: url(/images/img_rednet_logo.png) top left #f8f8f8 no-repeat;
    /* background-size: 0.68rem 0.64rem; */
    min-height: 1.52rem !important;
    line-height: 1.42rem !important;
    padding: 1.13rem;
}

.fixed{position:fixed;bottom:385px;}

/*图片列表*/
.img_list_lb {
    margin-top:20px;
}
.img_list_lb ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}
.img_list_lb ul li {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 33.33333%;
    margin-bottom: 20px;
}
.img_list_lb ul li a {
    display: block;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    color:#595959;
    background: #f5f5f5;
    height: 260px;
}
.img_list_lb ul li a div:nth-of-type(2) {padding-top:10px;padding-left: 8px;padding-right: 8px;}
.img_list_lb ul li img {
    width: 100%;
    height: 130px;
}
.img-sp-pic {
    position: relative;
}
.szf_bg {
    width: 100%;
    height: 98%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/channel-home/nen/images/v_bg.png) no-repeat center center;
}
.szf_bg {
    background-size: cover;
}
/*图片列表结束*/

@media screen and (min-width:0px) and (max-width: 915px) {
	.box_left,.box_right,.footer,.topic .detail_article_content,.topic .banner,.aside_wrap {
	    width: 100%;
		box-sizing:border-box;
	}
        .nav {
            width: 96%;
        }
	.topic .detail_article_content {
	    margin:0;
		padding:0 6px;
	}
	.f_left,.f_right {
		float:none;
	}
	/* .box_right {
		display:none;
	} */
	.fixed{position:static;}
	.topic .intro,.topic_list_ul .title {
		font-size:16px;
	}
        .footer_left span {
            padding: 0 8px;
        }
        .list_height {
            height:103px;
        }
        .img_list_lb ul li img {
            width: 100%;
            height: 100px;
        }
        .nav li a {
            font-size: 12px;
        }
	
}
