

/* CSS Document */
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?pf70sj');
  src:  url('fonts/icomoon.eot?pf70sj#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?pf70sj') format('truetype'),
    url('fonts/icomoon.woff?pf70sj') format('woff'),
    url('fonts/icomoon.svg?pf70sj#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-reply:before {
  content: "\e900";
}
.icon-thumbs_up:before {
  content: "\e901";
}



/* Ipone5 适配 */
@media only screen and (max-width: 320px)  {
  

}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .con_l_m_title{
        font-size: 1rem !important;
    }
    .con_l_t_t span h2,.con_left h2:first-child{
        font-size: 1rem !important;
    }
    .con{
        width: 90% !important;
        margin:15% auto 4% auto !important;
        display: block !important;
    }

    .con_left,.con_right{
        width: 100% !important;
        flex: none !important;
    }
    .con_l_content{
        display: block !important;
    }
    .con_l_c_cLeft{
        flex:none !important;
        display: none;
    }
    .con_l_c_cRight{
        flex:none !important;
    }
    .con_l_c_content .con_l_c_c_left,.con_l_c_c_right .con_l_c_c_r_bottom,.con_l_content{
        display: none;
    }
    .con_l_content .con_l_c_content{
        border-bottom: 0 !important
    }
    .con_l_c_content .con_l_c_c_right{
        margin-left:0 !important;
    }
    .con_l_m_newslist li{
        height: auto !important;
    }
    .con_l_m_newslist li .con_l_m_img{
        width: 120px !important;
        flex: 0 0 120px !important;
        padding-bottom:25% !important;
    }
    .con_l_m_newslist li .con_l_m_content{
        margin-left: 2% !important;
    }
    .con_l_m_newslist li .con_l_m_content h3{
        font-size: 1rem !important;
    }
    .con_l_m_newslist li .con_l_m_content p{
        display: none;
    }
    
    .con_l_c_rating .con_l_c_r_top{
        display: none;
    }
    .con_l_c_r_b_ideaImg{
        flex:0 0 40px !important;
        width: 40px !important;
        height: 40px !important;
    }
    .con_l_c_r_b_ideaImg img{
        width: 40px !important;
        height: 40px !important;
    }
    .con_l_c_r_b_ideaText{
        margin-top: 0 !important;
    }
    .con_l_c_r_b_ideaText p,.con_l_c_r_b_i_bottom p{
        overflow: hidden;       
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .re_textarea{
        display: none !important;
    }
    .con_l_mid,.con_l_bot,.con_l_company,.con_l_top{
        margin-bottom: 20px;
        padding: 10px;
        width: 100%;
        background: rgba(0,0,0,0.02);
        box-sizing: border-box;
        border-radius: 8px;
    }
    .right_bottom{
        right: 2% !important;
        bottom: 10px !important;
    }
    .con_right{
        margin-left:0 !important;
        display: none;
    }
    .con_r_zixun ul li{
        width: 100% !important;
    }
   
    .con_l_m_t_more{
        padding-top: 0 !important;
    }
    /*.rating_filter,.foot_rating{
        display: block !important;
    }*/
    .rating_filter{
        display: block !important;
    }
   
   /* .search-filter,.foot_rating{
        left: 0 !important;
    }*/
    .search-filter{
        left: 0 !important;
    }
    .foot_rating {
        position: fixed;
        bottom: 0;
        left: -100% !important;
        z-index: 1002;
        width: 100%;
        height: 50px;
        border-top: 1px solid #ddd;
        background: #fff;
    }
    .rating{
        margin:10px auto;
        width: 90%;
        height: 30px;
        display: flex;
    }
    .rating input{
        flex: 1;
        background: #eee;
        border-radius: 2px;
        border:none;
    }
    .rating .ra_right{
        margin-left: 10px;
        flex: 0 0 120px;
        width: 120px;
        height: 30px;
    }
    .rating .ra_right .ra_list{
        position: relative;
        left: 0;
        top: 0;
        float:left;
        width: 40px;
        height: 30px;
        text-align:center;
    }
    .ra_list .ra_count{
        position: absolute;
        top: 0px;
        right: 2px;
        background: #d42333;
        text-align:center;
        color: white;
        border-radius: 10px;
        font-size: 0.6rem;

    }
    .ra_list img{
        margin-top: 5px;
        width: 20px;
        height: 20px;
    }



    .rating_filter {
        position: fixed;
        bottom: -100px;
        z-index: 1001;
        width: 100%;
        height: 100px;
        background: rgba(255,255,255,1);
        padding: 0;
        margin: 0;
        overflow: auto;
        transition: all .5s ease-out;
    }
    .rating_filter textarea{
        box-sizing: border-box;
        background: #fff;
        border: 0;
        width: 100%;
        height: 100%;
        font-size: 1rem;
        padding:10px;
    }
    .rating_filter input{
        position: fixed;
        left: -100% !important;
        bottom: 1%;
        right: auto !important;
        background: #d42333;
        width: 60px;
        height: 30px;
        border-radius: 5px;
        color: white;
        border: none;
    }
    #nativeShare { /*2.15 修改内容 */
        font-size: 13px;
        display: block !important;
    }
    .share_top_style{ /*2.15 修改内容 */
        text-align: right
    }
    .share_top_style a{/*2.15 修改内容 */
        width: 30%;
        padding:25px 0;
        height: 60px;
        text-align: center;
        margin-left:5px;
    }
    .share_top_style a img{/*2.15 修改内容 */
        width: 40px;
        height: 40px;
    }
    .share_top_style a span{/*2.15 修改内容 */
        display: block;
        margin-top: 3%;
    }
    .share_top_style span{
        display: none !important;
    }
    .share_more_filter{
        position: fixed;
        left: 0;
        bottom: -180px;
        margin:0 5%;
        width: 90%;
        height: 160px;
        background: white;
        z-index: 1000;
        border-radius: 5px;
        transition: all .5s ease-out;
    }
    .share_more{ /*2.13 修改内容 */ 
        width: 100%;
        display: block !important 
    }
    .share_more a {
        float: left;
        display: inline-block;
        width: 25%;
        padding:15px 0;
        height: 50px;
        text-align: center;
    }
    .share_more a img{
        width: 40px;
        height: 40px;
    }
    .share_more a span{
        display: block;
        margin-top: 3%;
    }
    .hideMore{
        
    }
    .share_more_filter{
        display: flex !important;
    }
    #nativeShare .label {/*2.15 修改内容 */
        margin: 0 0 5% 0;
        font-size: 16px;
        font-weight:bold;
        color:#666;
        text-align:right;
    }

    #nativeShare .list {/*2.15 修改内容 */
        text-align: right;
    }

    #nativeShare .list span {/*2.15 修改内容 */
        display: inline-block;
        margin: 5px 0 5px 5px;
    }

    #nativeShare .list span i {/*2.15 修改内容 */
        width: 40px;
        height: 40px;
        display: block;
        margin: 0 auto;
        margin-bottom: 5px;
    }

    #nativeShare .weibo i {
        background-image: url('./fen_weibo.png');
        background-size: cover;
    }

    #nativeShare .weixin i {
        background-image: url('./fen_weixin_friend.png');
        background-size: cover;
    }

    #nativeShare .weixin_timeline i {
        background-image: url('./fen_weixin.png');
        background-size: cover;
    }

    #nativeShare .qq i {
        background-image: url('./fen_qq.png');
        background-size: cover;
    }

    #nativeShare .qzone i {
        background-image: url('./fen_qqzone.png');
        background-size: cover;
    }

    #nativeShare .more i {
        background-image: url('./fen_more.png');
        background-size: cover;
    }
    #nativeShare{
        display: block !important;
    }
    .sr-bdimgshare{
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .con{
        margin:6% auto 4% auto !important;
    }
    .con_l_m_newslist li .con_l_m_img{
        padding-bottom: 12% !important;
    }
}

.non {
    display: none;
}

/*<!---mobile_head   ----->*/

.share_more_filter{ /* 2.10 修改内容 */
    display: none;
}

#nativeShare{
    display: none
}






.con{
    margin:0 auto;
    width: 1200px;
    display: flex;
}
.con_left{
    flex: 0 0 790px;
    width: 790px;
}
.con_l_content{
    display: flex;
    margin-top: 30px;
    width: 100%;
}
.con_left h2:first-child{
    margin-top: 20px;
    font-size: 25px;
}
.con_left .con_l_c_time{
    margin-top: 10px;
    font-size: 14px;
    color: #999;
}
.con_l_content .con_l_c_time span{
    padding-right: 5px;
}
.con_l_content .con_l_c_content{
    padding-bottom: 10px;
    border-bottom: 3px solid #000;
    width: 100%;
}
.con_l_c_cLeft{/*2.10  修改内容 */
    flex:0 0 120px;
    width: 120px;
}
.con_l_c_cRight{/*2.10  修改内容 */
    flex:1;
}
.con_l_c_c_left{ /*2.10  修改内容 */
    width: 120px;
    position: relative;
    top: 0;
    transition: all .5s;   
}
.bdshare-button-style0-32{
}
.bdshare-button-style0-32 a{
    margin: 6px 20px !important;
}
.con_l_c_content .con_l_c_c_right{
    margin-left: 20px;
}
.con_l_c_content .con_l_c_c_right .con_l_c_c_r_top{
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.con_l_c_content .con_l_c_c_right p{
    font-size: 16px !important;
    margin-bottom:10px !important;
    line-height: 25px !important;
    color: #666 !important;
}
.con_l_c_content .con_l_c_c_right p img{
    width: 100% !important;
    max-width: 100% !important;
}


.con_l_c_c_right .con_l_c_c_r_bottom{
    margin-top: 10px;
}
.con_l_c_c_right .con_l_c_c_r_bottom p:first-child{
    color: #777;
    text-align: right;
}

.con_l_c_c_right .con_l_c_c_r_bottom p:last-child{ /* 2.10 修改内容 */
    padding-left: 10px;
    height: 25px;
    line-height: 25px;
    border:1px solid #ccc;
    font-size: 12px !important;
    color: #999;
}
.con_l_content .con_l_c_rating{
    margin-top: 20px;
    width: 100%;
}
.con_l_c_rating .con_l_c_r_top p{
    font-size: 25px;

}
.con_l_c_rating .con_l_c_r_top p span{
    padding-left: 5px;
    font-size: 16px;
    color: #999;
}
.con_l_c_rating .con_l_c_r_top p span:last-child{ /* 2.10 修改内容 */
    color: #0081cd;
    text-align:right;
    font-size: 16px;
    margin-left: 80px;
}
.con_l_c_r_top div{
    display: flex;
    width: 100%;
    height: 100px;
}
.con_l_c_r_top div textarea{/* 2.10 修改内容 */
    padding:10px 20px;
    flex: 1;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    resize: none;
    color: #4b4b4b;
    line-height: 24px;
    font-size: 14px;
}
.con_l_c_r_top div input{
    flex: 0 0 150px;
    width: 150px;
    height: 100px;
    background: #0081cd;
    text-align: center;
    line-height: 100px;
    color: white;
    font-size: 20px;
}
.con_l_c_r_bottom{
    margin-top: 20px;
    width: 100%;
}
.con_l_c_r_bottom h2{
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
}
.con_l_c_r_b_idea{
    display: flex;
    margin-top: 20px;
    width: 100%;
}
.con_l_c_r_b_ideaImg{
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.con_l_c_r_b_ideaImg img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.con_l_c_r_b_ideaText{ /* 2.10 修改内容 */
    margin-left: 20px;
    margin-top: 20px;
}
.top_reply{
    margin-top: 10px; /* 2.10 修改内容 */
}
.top_reply span:hover{
    color: #0081cd;
    cursor: pointer;
}
.con_l_c_r_b_ideaText p{
    font-size: 14px;
    line-height: 20px;
    color: #333;
}
.con_l_c_r_b_i_top p:first-child{
    margin-bottom:10px;
    color: #0081cd
}
.con_l_c_r_b_i_bottom{
    padding:15px;
    background: rgba(0,0,0,0.02);
    margin-top: 10px;
}
.more_reply{/* 2.10 修改内容 */
    padding:0px 15px 15px 15px;
    background: rgba(0,0,0,0.02);
    cursor: pointer;
}
.con_l_c_r_b_i_bottom p,.con_l_c_r_b_i_bottom span{
    display: inline-block;
    margin-bottom:5px;
    line-height: 25px;
}
.con_l_c_r_b_i_bottom span{
    color: #666;
}
.con_l_c_r_b_i_bottom span{
    display: inline-block;
    vertical-align: middle;
}
.con_l_c_r_b_i_bottom span img{
    padding-right: 5px;
    width: 12px;
    height: 12px;
    display: inline-block;
}
.top_reply{
    padding-left: 15px;
}
.top_reply span{ /* 2.10 修改内容 */
    padding-left:5px;
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.top_reply  img{ /* 2.10 修改内容 */
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
}
.re_textarea{ /* 2.10 修改内容 */
    margin-top: 10px;
    display: flex;
    width: 100%;
    height: 80px;
    border:3px solid #f0f0f0; 
}
.re_textarea textarea{/* 2.10 修改内容 */
    padding:10px 20px;
    flex:1;
    resize: none;
    color: #4b4b4b;
    line-height: 24px;
    font-size: 14px;
    border:none;
}
.re_textarea input{/* 2.10 修改内容 */
    flex:0 0 80px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: #379be9;
    color: #fff;
}
.con_l_c_r_moreRating{
    margin-top: 20px;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.con_l_mid{
    margin-top: 40px;
    width: 100%;
}
.con_l_m_title{
    font-size: 20px;
    font-weight: bold;
}
.con_l_m_t_more{
    float:right;
    font-size: 16px;
    padding-top: 3px;
}
.con_l_m_title span a,.con_l_m_t_more a{
    color:rgb(0,124,200);
}
.con_l_mTag{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
}
.con_l_mTag a {
    display: none;
    margin: 0 10px 10px 0;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.con_l_mTag a:nth-child(1),.con_l_mTag a:nth-child(2),.con_l_mTag a:nth-child(3),.con_l_mTag a:nth-child(4),.con_l_mTag a:nth-child(5),.con_l_mTag a:nth-child(6),.con_l_mTag a:nth-child(7) {
    display: block;
} 
.con_l_mTag a.item{
    padding: 3px 5px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #0081cd;
    font-size: 14px;
}
.con_l_m_newslist{
    width: 100%; 
    margin-bottom: 10px;
    
}
.con_l_m_newslist li{
    padding:20px 0;
    width: 100%;
    height: 150px;
    display: flex;
    border-bottom: 1px solid #ccc;
}
.con_l_m_newslist li .con_l_m_img{
    position: relative;
    height: 0;
    overflow: hidden;
    margin:0;
    padding-bottom: 19%;
    flex: 0 0 200px;
    width: 200px;
}
.con_l_m_newslist li .con_l_m_img img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit:cover;
    overflow: hidden;
    transition: all .5s ease-out;

}
.con_l_m_newslist li .con_l_m_img img:hover{
    transform: scale(1.1);
}
.con_l_m_newslist li .con_l_m_content{
    width: 100%;
    position: relative;
    padding: 5px 0;
    margin-left:20px;
    flex: 1;
    overflow: hidden;
}
.con_l_m_page{
    width: 100%;
    height: 30px;
    border:1px solid #d42223;
    text-align: center;
}
.con_l_m_content h3{
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.con_l_m_content h3 a{
    color: #111;
}
.con_l_m_content p{
    margin-top: 10px;   
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
    text-overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.con_l_m_content p a{
    color: #777;
}
.con_l_m_content div{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color: #999;
}
.con_l_m_content div span{
    padding-left: 10px;
}
.con_l_m_content div span:first-child{
    padding-left: 0;
}


.con_l_company,.con_l_mid{
    position: relative;
    left: 0;
    top: 0;
}
.right_bottom{
    position: absolute;
    right: 0%;
    bottom: 0px;
}


.con_right{
    margin-top: 30px;
    margin-left:50px;
    flex:1;
}
.con_right_sina .con_r_sina_icon{
    margin:20px auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.con_right_sina .con_r_sina_icon img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.con_right_sina .con_r_sina_dongtai p{
    margin-top:15px;
    text-align: center;
}
.con_right_sina .con_r_sina_dongtai p:nth-child(4){
    padding-bottom: 10px;
    border-bottom:1px solid #ccc;
}
.con_right_sina .con_r_sina_dongtai p button{
    width: 80px;
    height: 30px;
    background: #d42223;
    color: white;
    font-size: 16px;
}
.con_right_sina .con_r_sina_dongtai ul{
    padding:0 10px;
    margin-top: 20px;
    width: 100%;
    height: 300px;
    overflow-y: scroll;
    color: #666;
}
.con_right_sina .con_r_sina_dongtai ul li{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.con_right_sina .con_r_sina_dongtai ul li img{
    width: 120px;
    height: 60px;
}
.con_right_sina .con_r_sina_dongtai ul .con_r_sina_d_time{
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.con_right_sina .con_r_sina_dongtai ul .con_r_sina_d_time span{
    float: right;
    color: #0081cd;
}
.con_r_common{
    margin-bottom:20px;
    padding: 10px;
    width: 100%;
    background: rgba(0,0,0,0.02);
    box-sizing: border-box;
}
.border_left{
    padding-left: 10px;
    border-left: 5px solid #d42223;
}

.con_r_follow{
    width: 100%;
}
.con_r_follow img{
    width: 100%;
}
.con_r_zixun{
    width:100%;
}
.con_r_zixun ul{
    margin-top: 10px;
    width: 100%;
}
.con_r_zixun ul li{
    padding: 10px 0;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 340px;
}






.share_more{ /*2.13 修改内容 */
    display: none
}







