*{
    transition: all 0.3s ease-in;
}

.m-home_right {
  background: #fff;
}

.m-detail_main {
  margin-top: 1px;
  margin-bottom: 80px;
  position: relative;
}

.down_box .down_img_box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.down_box .down_img_box .down_img {
    text-align: center;
    width: 150px;
}

.down_box .my_down_text1 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}

.down_box .my_down_text1 .my_down_text2 {
    font-size: 14px;
    margin: 15px 0px;
    line-height: 25px;
    font-weight: 500;
    color: #9f9f9f;
}

/*左侧栏分享*/
.m-detail_left{width: 100px;font-size: 14px;color: #666;position: absolute;left: 0;top: 25px;transition: none;}
.m-detail_left.fixed{position: fixed;z-index: 666;left: 50%;margin-left: -560px;top: 0;}
.m-detail_left ul li{border-bottom: 1px solid #dcdcdc;padding: 15px 0 15px 6px ;line-height: 34px;height: 34px;cursor: pointer;position: relative;}
.m-detail_left ul li:hover{color: #333;}
.m-detail_left ul li i{display: block;float: left;width: 34px;height: 34px;background-image: url(../images/share.png);margin-right: 11px;}
.m-detail_left i.s2{background-position: center -34px;}
.m-detail_left i.s3{background-position: center -68px;}
.m-detail_left i.s4{background-position: center -102px;}
.m-detail_left .fs1{color: #ed4040;}
.m-detail_left .fs1:hover{color: #f06666;}

#wx_img{position: absolute;z-index: 5;left: 0;bottom: -100px;width: 100px;height: 100px;display: none;}

/*详情*/
.cm-wrapper{width:1170px}
.m-detail_content{width: 700px;margin-left: 135px;}
.m-detail_content h1{ font-size: 30px;
    color: #191919;
    margin-top: 10px;
    line-height: 48px;
    font-weight: 600;}
.m-detail_nav{color: #a8a8a8;margin: 8px 0;font-size: 14px;}
.m-detail_nav label{color: #aaa;border: 1px solid #999;padding: 0 2px;}
.m-detail_nav a{color: rgba(159,159,159,1);}
.m-detail_nav .time{margin-left: 15px;}
.m-detail_content .main{font-size: 16px;color: #414749;line-height: 26px;}
.m-detail_content .main p{margin-top: 15px;}
.m-detail_content .main img{max-width: 100%;display: block;margin: 10px auto;}

.m-detail_content .like{
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    width: 120px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 42px;
    font-size: 16px;
    color: #fff;
    background: #ed4040;
    box-shadow: 1px 1px 5px rgba(255,106,96,1)
}
.m-detail_content .like .like-logo{vertical-align: middle;display: inline-block;width: 18px;height: 17px;background: url('../images/detail/prize.png') no-repeat center center;}
.m-detail_content .like-active{color: #619BAE;background: #fff;}
.m-detail_content .like-active .icon-like{color: #619BAE;}
.m-detail_content .like-active .like-logo{
    animation: praise 1s ease-in-out;
}
@keyframes praise {
    from {
        transform: scale(1);
    }
    50%{
        transform: scale(1.2);
    }
    to{
        transform: scale(1);
    }
}
.m-detail_content .like .praise-animate{
    opacity: 0;
    font-size: 14px;
    color: #ed4040;
    position: absolute;
    left: 45%;
    top: -10px;
}
.m-detail_content .like-active .praise-animate{
    animation: plus1 1s ease-in-out;
}
@keyframes plus1 {
    from {
        opacity: 0;
        transform: translateY(0);
    }
    50%{
        opacity: 1;
        transform: translateY(-20px);
    }
    to{
        opacity: 0;
    }
}

/*微头条样式*/
.m-detail_toutiao{height: 45px;line-height: 45px;}
.m-detail_toutiao img{float: left;width: 45px;height: 45px;border-radius: 50%;}
.m-detail_toutiao h4{float: left;font-size: 16px;color: #000000;font-weight: 600;margin: 0 12.5px 0 10px;}
.m-detail_toutiao .toutiao-logo{float: left;margin-top: 12px;width: 51px;height: 20px;line-height: 20px;background: url('../images/toutiao/main-data-bg.png') no-repeat;background-size: 100% 100%;color: #fff;text-align: center;font-size: 12px;}
.m-detail_footer .time{font-size: 14px;color: #B6B6B6;}


.m-detail_footer{margin: 30px 0;line-height: 24px;}
.m-detail_footer .fl a{font-size: 14px;color: #406599;}
.m-detail_footer .fl i{float: left;display: block;width: 20px;height: 16px;background: url(../images/icons.png) -72px 0;margin: 5px 12px 0 6px;}
.m-detail_footer .fl span{margin: 0;color: #e4e2e2;}
.m-detail_footer .fr{font-size: 14px;color:rgba(159,159,159,1);cursor: pointer;}
.m-detail_footer .fr span{float: right;cursor: pointer;}
.m-detail_footer .fr i{background: url(../images/detail/sc.png) no-repeat center;display: block;float: left;width: 18px;height: 18px;background-size: 100%}
.m-detail_footer .star i{background-position: -92px 0;width: 21px;height: 19px;margin: 2px 6px 0 0}
.m-detail_footer .star.active i{background-position: 1px -73px;}
.m-detail_footer .ts i{width: 14px;height: 14px;background-position: -115px 0;margin: 6px 8px 0 20px;}
.m-detail_footer .view{float: right;margin-right: 10px;display: none;}
.m-detail_footer .view span{font-size: 13px;}
.m-detail_footer .like span{font-size: 13px;}

.m-detail_footer .view .icon-icon-Group{float: left;font-size: 23px;margin-right: 5px;color: #cacaca;}

/*相关阅读*/
.m-reading_content li{padding: 13px 0 15px 0;position: relative;}
.m-reading_content ul li .item_left{position: absolute;left: 0;top: 20px;display: block;width: 140px;height: 90px;overflow: hidden;}
.m-reading_content .item_left img{width: 100%;height: 100%;}
.m-reading_content .item_right{margin-left: 155px;min-height: 75px;padding-top: 25px;}
.m-reading_content .words_right p{color: #666;line-height: 20px;max-height: 40px;overflow: hidden;word-break: break-all;}
.m-reading_content .title{margin-bottom: 8px;}
.m-reading_content .title a{font-size: 20px;font-weight: bold;color: #333;}
.m-reading_content .title a:visited{color: #999;}
.m-reading_content .title a:hover{color: #ed4040;}
.m-reading_content .down{margin-top: 9px;color: #666;}
.m-reading_content .down a{color: #ed4040;}
.m-reading_content .down a:hover{color: #f60000;}
.m-reading_content .down .time{color: #999;margin-left: 30px;}
.m-reading_content .no-list-data {
    display: none;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    color: #666;
}

/*右侧栏关注号*/
.m-order_right{position: relative;border: 1px solid #eeeeee;background: rgba(250,250,250,1);height: 180px;text-align: center;}
.m-order_right img{margin-top: -30px;width: 78px;height: 78px;border-radius: 50%;}
.m-order_right .VIP-logo{position: absolute;left: 165px;top: 95px;width: 27px;height: 27px;background: url(../images/VIP.png) no-repeat center center;background-size: 100% 100%;}
.m-order_right .VIP-logo-blue{position: absolute;left: 165px;top: 95px;width: 27px;height: 27px;background: url(../images/vip-blue.png) no-repeat center center;background-size: 100% 100%;}
.m-order_right h2{font-size: 14px;color: #ed4040;margin: 6px 0;font-weight:normal;}
.m-order_right p{font-size: 12px;line-height: 18px;}
.u-order{width: 80px;margin: 10px auto;height: 30px;text-align: center;background: #ed4040;color: #fff;line-height: 30px;font-size: 14px;cursor: pointer;}
.u-order:hover{background: #f06666;}
.m-order_list{border: 1px solid #eeeeee;border-top: 0;padding: .2rem 0;background: rgba(250,250,250,1);}
.m-order_list ul li{padding: 8px 15px;}
.m-order_list ul li a{color: #666;font-size: 14px;line-height: 20px;position: relative}
/* .m-order_list ul li a.active{color: #ed4040;} */
/* .m-order_list ul li a.active:before{position: absolute;display: block;width: 9px;height: 10px;left: -15px;top: 4px;background: url(../images/icons.png) -96px -49px;content: ""} */


/* 20190306 heweifeng */

/* 左侧栏分享 */

.m-detail_left ul li i{display: block;float: left;width: 42px;height: 32px;background-image: url(../images/share.png);margin-right: 11px;}
.m-detail_left i.s0{background:url(../images/detail/pub.png?v=1) no-repeat center ;background-size: 100% 100%}
.m-detail_left i.s1{background:url(../images/detail/com.png?v=1) no-repeat center ;background-size: 100% 100%}
.m-detail_left i.s2{background:url(../images/detail/wb.png?v=1) no-repeat center ;background-size: 100% 100%}
.m-detail_left i.s3{background:url(../images/detail/qz.png?v=1) no-repeat center ;background-size: 100% 100%}
.m-detail_left i.s4{background:url(../images/detail/wx.png?v=1) no-repeat center ;background-size: 100% 100%}
.m-detail_left i.s0:hover{background:url(../images/detail/pub-h.png?v=1) no-repeat center ;background-size: 100% 100%;}
.m-detail_left i.s1:hover{background:url(../images/detail/com-h.png?v=1) no-repeat center ;background-size: 100% 100%;}
.m-detail_left i.s2:hover{background:url(../images/detail/wb-h.png?v=1) no-repeat center ;background-size: 100% 100%;}
.m-detail_left i.s3:hover{background:url(../images/detail/qz-h.png?v=1) no-repeat center ;background-size: 100% 100%;}
.m-detail_left i.s4:hover{background:url(../images/detail/wx-h.png?v=1) no-repeat center ;background-size: 100% 100%;}
.m-detail_left ul li{
    border-bottom: none;
    padding: 10px 0 10px 6px;
    line-height: 32px;
    height: 32px;
    cursor: pointer;
    position: relative;
}
.m-detail_left ul li span{
    color: #9e9e9e;
    font-size: 14px;
}
.m-detail_left{
    width:auto;
    left: 20px;
    top: 10px;
}
#wx_img{
    left: -19px;
}


/* 文章主体 */
.m-detail_content .cont-title{
    font-size:30px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(25,25,25,1);
    line-height:46px;
}
.m-detail_nav{
    line-height: 35px;
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(159,159,159,1);
    margin:20px 0 30px;
}
.m-detail-avatar{
    display: inline-block;
    width: 38px;
    height: 35px;
    position: relative;
}
.m-detail-avatar img{
    width: 33px;
    height: 33px;
    border-radius: 50%;
}
.m-detail-avatar .VIP-logo{
    position: absolute;
    left: 20px;
    bottom: -3px;
    width: 16px;
    height: 16px;
    background: url(../images/VIP.png) no-repeat center center;
    background-size: 100% 100%;
}

.m-detail-avatar .VIP-logo-blue {
  position: absolute;
  left: 20px;
  bottom: -3px;
  width: 16px;
  height: 16px;
  background: url(../images/vip-blue.png) no-repeat center center;
  background-size: 100% 100%;
}

.main {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgba(82, 82, 82, 1);
  line-height: 30px;
}

/* 右侧栏 */
.m-home_right{
    position: absolute;
    transform: translateX(-50%);
    margin-left: 435px;
    left: 50%;
    top: 0;
    margin-top:20px;
    background:1px solid rgba(250,250,250,1);
}
.right-fixed{
    position: fixed;
    margin-top: 0;
    margin-left: 435px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
}
.m-order_right{
    height: 253px;
    padding-top: 40px;
    box-sizing: border-box;
    border: none;
}
.m-order_right img {
    display: block;
    margin-left: 111px;
    margin-top: 0;
}
.m-order_right h2{
    font-size:16px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(25,25,25,1);
    margin:20px 0 12px;
    line-height: 21px;
}
.m-order_right h2 .authenticated{
    display: inline-block;
    width: 42px;
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    color: #808080;
    border: 1px solid #ccc;
    margin-right: 6px;
}
.m-order_right p{
    height: 14px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #414749;
    text-overflow: ellipsis;
    word-break: keep-all;
    overflow: hidden;
    line-height: 14px;
    padding:0 21px;
}
.m-order_right_fixed{
    display: none;
    position: relative;
    padding: 25px 0 10px 110px;
    box-sizing: border-box;
    border: none;
}
.m-order_right_fixed .avatar-cont{
    position: absolute;
    top: 25px;
    left: 20px;
    width: 78px;
    height: 78px;
}
.m-order_right_fixed .avatar-cont img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.m-order_right_fixed .VIP-logo{
    position: absolute;
    left: 25px;
    top: 55px;
    width: 27px;
    height: 27px;
    background: url(../images/VIP.png) no-repeat center center;
    background-size: 100% 100%;
}
.m-order_right_fixed h2{
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(25,25,25,1);
    margin: 6px 0;
    line-height: 21px;
}
.unact-area .u-order_link{
    margin: 10px auto;
}
.m-order_right_fixed .u-order_link{
    margin: 0;
}
.u-order_link{
    height:43px;
    width:101px;
    background:url(../images/detail/gz.png) no-repeat center ;background-size: 100% 100%
}
.u-order_link:hover{
    background:url(../images/detail/gz.png) no-repeat center ;background-size: 100% 100%
}
.m-order_list ul li{
    padding: 8px 21px;
}
.m-order_list ul{
    padding:12px 0;
}
.m-order_list ul li a{
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:#414749;
    line-height:22px;
}
.m-order_list ul li a:hover{
    color:rgba(237,64,64,1);
    position: relative;
    top:-1px;
}
.m-order_list{
    border:none;
}
.m-home_right .tlt {
    height:36px;
    line-height: 36px;
    padding-left: 0px;
    font-weight: bold;
    font-size:16px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(25,25,25,1);
    border:none;
}
.hot-artcle{
    padding:12px 20px;
    background:rgba(250,250,250,1);
}
.hot-artcle li{
    padding:8px 0;
    position: relative;
}
.hot-artcle li .hot-artcle-no{
    font-size:14px;
    font-family:ArialMT;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:22px;
    display: inline-block;
    width:18px;
    height:18px;
    background:#bcc5cc;
    line-height: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 9px;
}
.hot-artcle li .hot-artcle-cont{
    width:229px;
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:#414749;
    line-height:22px;
    display: inline-block;
    padding-left: 30px;
}
.hot-artcle li:nth-child(1) .hot-artcle-no{
    background:linear-gradient(0deg,rgba(255,106,96,1),rgba(255,72,63,1));
}
.hot-artcle li:nth-child(2) .hot-artcle-no{
    background:linear-gradient(0deg,rgba(255,168,95,1),rgba(255,140,63,1));
}
.hot-artcle li:nth-child(3) .hot-artcle-no{
    background:linear-gradient(0deg,rgba(255,200,62,1),rgba(255,179,34,1));
}
.hot-artcle li a:hover{
    color: rgba(237,64,64,1);
    position: relative;
    top: -1px;
}

.unact-area{
    position: relative;
}
.right-ad{
    position: relative;
    width: 300px;
    height: 250px;
    font-size: 30px;
    background: #bbb;
    margin: 0 auto;
    margin-top:24px;
}
.right-links{
    position: absolute;
    left: 12px;
    bottom: 3px;
    right: 12px;
}
.right-links a{
    display: block;
    font-size: 12px;
    color: #333;
    line-height: 1.1;
}
.right-links a:hover{
    color: #c00;
}

.research{
    width:300px;
}
.research ul{
    padding: 12px 20px;
    background: #fafafa;
}
.research ul li{
    position: relative;
    min-height: 55px;
    margin-bottom: 10px;
    padding-left: 95px;
}
.research ul li:last-child{
    margin-bottom: 0;
}
.research ul li a h4{
    font-size: 16px;
    margin-bottom: 3px;
    color: #414749;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.research ul li a p{
    color: #9f9f9f;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.research ul li img{
    width: 85px;
    height: 55px;
    position: absolute;
    top: 0;
    left: 0;
}

.hot-search{
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
    width:300px;
}
.hot-search a{
    display: inline-block;
    height:24px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(235, 235, 235, 1);
    border-radius:16px; 
    line-height: 24px;
    padding: 0 18px;
    margin: 5px 10px 5px 0;
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:#6d6d6d;
}
.hot-search a:hover{
    background:rgba(188,197,204,1);
    color:#fff;
}
.u-gray_content{
    width:699px;
    line-height: 22px;
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(159,159,159,1);
    background: none;
    text-align: left;
    margin-top:50px;
    height: auto;
}

/* 底部 */
.m-detail_footer .fl i{
    width: 18px;height: 18px;
    background: url(../images/detail/tip.png) no-repeat center ;background-size: 100% 100%;
    margin: 3px 10px 0 0;
}

.m-detail_footer .fl a {
  height: 14px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgba(66, 133, 244, 1);
  padding: 0 5px;
}

/* 相关阅读 */
.relation-news ul{
    padding-top: 20px;
}
.relation-news ul li{
    padding: 0;
    margin-bottom: 32px;
}
.relation-news ul li.relation-single{
    position: relative;
    padding-left: 205px;
    min-height: 105px;
}
.relation-single .relation-single-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 188px;
    height: 105px;
}
.relation-news ul li h3{
    font-size: 18px;
    color: #414749;
    margin-bottom: 20px;
    line-height: 1.6;
    overflow: hidden;      
    text-overflow: ellipsis;      
    display: -webkit-box; /* 将对象作为弹性伸缩盒子模型显示 */      
    -webkit-line-clamp: 2; /* 控制最多显示几行 */      
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */    
}
.relation-account{
    display: inline-block;
    font-size: 14px;
    color: #414749;
    line-height: 28px;
}
.relation-account img{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 5px;
}
.relation-account .VIP-logo{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(../images/VIP.png) no-repeat center center;
    background-size: 100%;
    margin-left: 10px;
}
.relation-time{
    font-size: 14px;
    color: #93a1a5;
    line-height: 28px;
    margin: 0 10px;
}
.relation-like{
    font-size: 14px;
    color: #b2b2b2;
    cursor: pointer;
    line-height: 28px;
}
.relation-like .icon-like{
    margin-right: 5px;
    font-size: 20px;
}
.relation-like .relation-praise-num{
    vertical-align: top;
}
.relation-comment{
    font-size: 14px;
    color: #619bae;
    line-height: 28px;
}
.relation-imgs{
    margin-bottom: 20px;
}
.relation-imgs img{
    width: 188px;
    height: 105px;
    margin-right: 30px;
}
.relation-imgs img:last-child{
    margin-right: 0;
}
.relation-bottom .like-active{color: #619BAE;background: #fff;}
.relation-bottom .like-active .icon-like{color: #619BAE;}




.m-detail_footer .star i {
    background-position: 0 0;
    width: 18px; 
    height: 18px;
    margin: 2px 6px 0 0;
}
.m-detail_footer .star:hover i {
    background: url(../images/detail/sc-h.png) no-repeat center;
    background-size: 100%;
    background-position: 0 0;
    width: 18px; 
    height: 18px;
    margin: 2px 6px 0 0;
}
.m-detail_footer .star:hover {
   color:rgba(255,182,38,0.7);
}
.m-detail_footer .star.active i {
    background: url(../images/detail/sc-a.png) no-repeat center;
    background-size: 100%;
    background-position: 0 0;
    width: 18px; 
    height: 18px;
    margin: 2px 6px 0 0;
}
.m-detail_footer .active{
    color:#Fdb338 !important;
}
.m-detail_footer .ts i {
    background: url(../images/detail/ts-1.png) no-repeat center;
    display: inline-block;
    width: 20px;
    height: 17px;
    background-size: 100%;
    margin: 2px 8px 0 20px;
}
.m-detail_footer .ts:hover i {
    background: url(../images/detail/ts-2.png) no-repeat center;
    display: inline-block;
    width: 20px;
    height: 17px;
    background-size: 100%;
    margin: 2px 8px 0 20px;
}
.m-detail_footer .ts:hover {
    color:rgba(237,64,64,1);
}
.m-detail_footer .footer-comment{
    margin-right: 20px;
    padding-left: 30px;
    background: url(../images/detail/comment.png) no-repeat left center;
    background-position-x: 5px;
}
.m-detail_footer .footer-comment span{
    padding-left: 3px;
}
.m-detail_footer .footer-like{
    margin-right: 20px;
    font-size: 14px;
    color: #b2b2b2;
    cursor: pointer;
    line-height: 24px;
}
.m-detail_footer .footer-like span{
    float: left;
}
.footer-like .icon-like{
    margin-right: 5px;
    font-size: 20px;
}

/* 评论 */
.m-comment .title{
    font-size:16px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(25,25,25,1);
    height: 16px;
    line-height: 16px;
    background: #fff;
}
.m-comment .title .comment-number{
    display: inline-block;
}
.m-comment .title .comment-number span{
    color: #ed4040;
    padding-right: 5px;
    margin-left: 0;
}
.m-comment .top .textarea.active{
    width:700px;
    height: 140px;
}
.m-comment .top .textarea{
    position: relative;
    margin-left: 0px;
    border:1px solid #3e404c;
    width: 700px;
    height: 40px;
    overflow: hidden;
}
.m-comment .top .textarea.active textarea {
    font-size: 16px;
    color: #666;
    outline: 0;
    resize: none;
    line-height: 20px;
    padding: 10px 10px;
    margin-top: 2px;
    border: 0;
    width: 700px;
    height: 200px;
    box-sizing: border-box;
}
.com_login_tip{
    display: none;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(158,158,158,1);
    line-height: 14px;
    position: relative;
    bottom: 41px;
    left: 1px;
    height: 40px;
    line-height: 40px;
    /* display: block; */
    background: rgba(250,250,250,1);
    padding-left: 15px;
    box-sizing: border-box;
}

.m-comment .top {
    position: relative;
    margin: 12px 0 50px;
    padding-bottom: 0px;
}
.m-comment .top span {
    display: block;
    position: absolute;
    width: 80px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    right: -2px;
    top: auto;
    bottom: 1px;
    cursor: pointer;
    height: 41px;
    line-height: 41px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #fff;
    background: #3e404c !important;
    border-radius: 2px;
}
.m-comment .top span.active:hover {
    background:rgba(62,64,76,1);
    opacity:0.7;
}
.m-comment .area a{
    height:14px;
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(109,109,109,1);
}
.m-comment .area span{
    height:14px;
    font-size:14px;
    font-family:ArialMT;
    font-weight:400;
    color:rgba(158,158,158,1);
}
.m-comment .list li p {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgba(109, 109, 109, 1);
  line-height: 20px;
  margin-top: 3px;
  word-break: break-all;
  max-width: 550px;
}
.m-comment .replay div.fl .replay_btn {
    cursor: pointer;
    font-size:16px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:#619bae;
}
.m-comment .cm-more_clk{
    width: 100%;
    background: #f4f5f6;
    font-size: 14px;
    color: #3e404c;
    margin-top: 20px;
}

.m-second .replay div.fl span {
    color: #406599;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 24px;
    font-size:16px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(66,133,244,1);
}


.u-icon_tool{
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(159,159,159,1);
}
.u-icon_tool span i {
    display: block;
    float: right;
    background: url(../images/detail/dz.png) no-repeat center;
    background-size: 100% 100%;
    width: 15px;
    height: 16px;
    cursor: pointer;
    margin: 3px 0 0 3px;
}
.u-icon_tool a{
    display: block;
    float: right;
    background: url(../images/detail/ts-1.png) no-repeat left;
    background-size:18px 16px;
    width: 29px;
    height: 16px;
    cursor: pointer;
    margin: 3px 0 0 3px;
    padding-left:26px;
    line-height: 16px;
    font-size: 14px;
    margin-left: 20px;
}
.u-icon_tool a:hover{
    background: url(../images/detail/ts-2.png) no-repeat left;
    background-size:18px 16px;
}
.u-icon_tool span i{
    float: left;
    margin-right: 8px;
}
.u-icon_tool span:hover{
    color:rgba(66,133,244,1);
}
.u-icon_tool span:hover i {
    display: block;
    float: left;
    background: url(../images/detail/dz-h.png) no-repeat center;
    background-size: 100% 100%;
    width: 15px;
    height: 16px;
    cursor: pointer;
    margin: 3px 0 0 3px;
    margin-right: 8px;
}
.u-icon_tool .active i {
    display: block;
    float: left;
    background: url(../images/detail/dz-a.png) no-repeat center !important;;
    background-size: 100% 100% !important;;
    width: 15px;
    height: 16px;
    cursor: pointer;
    margin: 3px 0 0 3px;
    margin-right: 8px;
    background-position: 0 0 !important;
}
.u-icon_tool .active em {
    color:#4285F4 !important;
}
.m-comment .list li{
    border-bottom: 1px dashed rgba(230,230,230,1);
}
.m-comment .replay {
    margin-top: 20px;
}
.m-comment{
    display: none;
    border:none;
    margin-bottom: 0;
}
.m-comment .list ul{
    border-top:none;
}
.m-comment_input textarea {
    width: 630px;
}
.m-comment .list {
    margin-top: 5px;
}
.m_detail_content{
   width: 100%;
    border-bottom: 1px solid rgba(235,235,235,1);
    padding-top: 65px;
}
.un-order{
    background:url(../images/detail/ungz.png) no-repeat center ;background-size: 100% 100%
}
.un-order:hover{
    background:url(../images/detail/ungz.png) no-repeat center ;background-size: 100% 100%
}
.m_detail_content:first-child {
    padding-top: 20px;
}


.hotArts-fixed{
    position: fixed;
    top:0;
    width: 300px;
    z-index: 999;   
    background: #fff;
}

.left-bar-fixed{
    position: fixed;
    top: 20px;
    left: 49%;
    margin-left: -553px;
}
.bottom-right-bar{
    position: fixed;
    bottom: 50px;
    border: 1px solid #ddd;
    left: 50%;
    transform: translateX(615px);
    width: 50px;
    transition: none;
}
.bottom-right-bar li{
    cursor: pointer;
    line-height: 16px;
    padding: 11px 11px;;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #fff;
    transition:none;
}
.bottom-right-bar li span{
    opacity: 0;
    transition:none;
}

.attent-author{
    height: 55px;
    width: 50px;
    background:#bdc5cd url(../images/detail/attention.png) no-repeat center ;
    background-position: 15px 18px;
    transition:none;
}
.attent-author:hover,.go-top:hover{
    background: #4285f5;
    transition:none;
}
.attent-author:hover span,.go-top:hover span{
    opacity: 1;
    color:#fff;
    transition:none;
}
.go-top{
    height: 55px;
    width: 50px;
    background:#bdc5cd url(../images/detail/top.png) no-repeat center ;
    background-position: 15px 18px;
    transition:none;
}
.m-home_right .item{
    background:#fff;
}
.no-more_com{
    text-align: center;
    width: 100%;
    background: #f4f5f6;
    font-size: 14px;
    color: #3e404c;
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
}
.look_replay{
    right: 42px !important;
}
.m-search_right input{
    float: left;
    padding: 10px 8px 9px 16px;
    outline: none;
    font-size: 14px;
    font-family: Microsoft Yahei;
    width: 300px;
    height: 40px;
    background: rgba(252,252,252,1);
    border: 1px solid rgba(192, 192, 192, 1);
    border-radius: 20px;
    box-sizing: border-box;
    color: #9F9F9F;
}
.m-search_right span{
    background: url(../images/detail/search.png) no-repeat center center;
    background-size: 20px 20px;
}
.m-search_right span:hover {
    background: url(../images/detail/search.png) no-repeat center center;
    cursor: pointer;
    background-size: 20px 20px;
}
.m-home_href a,.m-login_top span{
    font-size:16px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(116,116,116,1);
    line-height: 74px;
}
.loading{
    padding-top:20px;
    height:80px;
    text-align: center;
    display: block;

}
.mt24{
    margin-top:24px;
}

.load_more {
    text-align: center;
    font-size: 14px;
}

.related_recommend li {
    display: flex;
    position: relative;
    height: 140px;
}

.related_recommend li .recommend_img {
    margin-right: 26px;
}

.related_recommend li .recommend_text {
    font-size: 15px;
}

.related_recommend li .recommend_text p {
    width: 514px;
    margin-bottom: 18px;
    overflow: hidden;
    padding: 3px 0;
    text-overflow: ellipsis;
    /*弹性伸缩盒子模型显示*/
    display: -webkit-box;
    /*限制在一个块元素显示的文本的行数*/
    -webkit-line-clamp: 4;
    /*设置或检索伸缩盒对象的子元素的排列方式*/
    -webkit-box-orient: vertical;
}

.related_recommend li .recommend_text .service_tag_cg {
    border: 1px solid #B2281E;
    color: #B2281E;
    font-size: 14px;
    border-radius: 2px;
    padding: 0px 5px;
}

.related_recommend li .recommend_text .service_tag_gx {
    border: 1px solid #B2281E;
    color: #B2281E;
    font-size: 14px;
    border-radius: 2px;
    padding: 0px 5px;
}

.related_recommend li .recommend_text .related_personal_info {
    /* position: absolute;
    bottom: 0; */
}

.related_recommend li .recommend_text .related_personal_info .related_avatar {
    border-radius: 50%;
    margin-right: 8px;
}

.related_recommend li .recommend_text .related_personal_info .related_date {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.keyword_target{
  color: #414749;

  border-bottom:1px dashed #414749;
  cursor: pointer !important;
}
.keyword_target:hover{
  color:#4285f4;

}
