

#mobile #scollApp{   /* add scroll */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
#mobile .scroll_main{ /* add scroll */
    margin: 0 auto 0;
    height: calc(100vh - 1.33rem);
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    padding: 0;
}
#mobile .view_main {  /* add scroll */
    width: 100%;
    margin: 0 auto;
    min-height: calc(100vh - 1.173rem);
    padding: 0;
    overflow: auto;
}
.view_main{
    margin: 81px auto 0;
    width: 1280px;
    height: auto;
    min-height: 650px;
}

.view_main .view_left{
    float: left;
    width: 914px;
    height: auto;
}
#mobile .view_main .view_left{
    float: none;
    width: 100%;
    height: auto;
    padding: 0 0 1rem 0;
}
.view_main .view_right{
    float: right;
    margin-left: 47px;
    width: 300px;
    height: auto;
}
.view_left .mainNew{
    
    width: 100%;
    height: auto;

}
.mainNew .mainNew_title{
    width: 100%;
    line-height: 30px;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    color: #333;
    padding-bottom: 4px;
    border-bottom: 1px solid #ededed;
}
#mobile .mainNew .mainNew_title{
    display: none;
}
#mobile .mainNew_info .mainNew_infoLeft{
    float: none;
    margin-right: 0;
    width: 9.18rem;
    height: 6.12rem;
    border: 1px solid #ccc;
}

.mainNew .mainNew_tag{
    width: auto;
    max-width: 90%;
    padding: 22px 0 17px 5px;
    height: auto;
}
#mobile .mainNew .mainNew_tag{
    display: none;
}
.mainNew_tag .mainNew_tagSpan{
    float: left;
    margin-right: 14px;
    padding: 0 10px;
    width: auto;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    border-radius: 3px;
    background-color: #e6e6e6;
}
.mainNew_tag .bgEed{
    background-color:rgba(200,174,106,1);
}
.mainNew .mainNew_info{
    width: 100%;
    height: auto;
    padding-bottom: 21px;
    border-bottom: 1px solid #ededed;
}
#mobile .mainNew_info{
    height: auto;
    padding: .4rem .4rem .266rem .4rem;
    border-bottom: .266rem solid #F9F9F9;
}
.mainNew_info .mainNew_infoLeft{
    overflow: hidden;
    float: left;
    width: 540px; 
    height: 360px;
}
.mainNew_infoLeft img{
   
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 1px solid #e6e6e6;
}

.mainNew_info .mainNew_infoRight{
    float: right;
    width: 350px;
    height: auto;
}
#mobile .mainNew_info .mainNew_infoRight{
    float: none;
    padding-left: 0;
    width: 100%;
    height: auto;
}
.mainNew_infoRight .infoRight_blod{
    padding: 15px 0 36px 0;
    height: 156px;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #333;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
}
#mobile .mainNew_infoRight .infoRight_blod{
    border-bottom: none;
    cursor: pointer;
    height: .469rem;
    line-height: .469rem;
    font-size: .373rem;
    color: #333;
    margin-bottom: .46rem;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: .24rem 0 .4rem 0;
}
.mainNew_infoRight .infoRight_blod:hover{
   color: #a00000;
}

.mainNew_infoRight .infoRight_font{
    padding: 42px 23px 0 0;
    /* padding-top: 42px; */
    /* width: 279px; */
    height: 164px;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    overflow: hidden;
}
#mobile .mainNew_infoRight .infoRight_font{
    display: none;
}

/* 侧边组件-精彩专栏 样式 */
.sideBar_wonderful{
    padding-bottom: 47px;
    width: 100%;
    height: auto;

}
.sideBar_wonderful .wonderful_title{
    margin-bottom: 26px;
    padding-bottom: 4px;
    border-bottom: 1px solid #ededed;
    width: 100%;
    line-height: 30px;
    font-size: 22px;
    color: #333;
    font-weight: bold;
    text-align: left;
}
.sideBar_wonderful .wonderful_ul{
    width: 100%;
    height: auto;
}
.wonderful_ul .wonderful_li{
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    position: relative;
}
.wonderful_ul .wonderful_li .containerSpan #video{
	display: inline-block;
    vertical-align: baseline;
}
.wonderful_ul .wonderful_li .containerSpan .video_img{
	position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
     height: 200px;
    z-index: 2;
    cursor:pointer;
}
.wonderful_ul .wonderful_li .containerSpan .video_img>img{
    width: 20%;
    height: 30%;
    margin-top: 23%;

}
.wonderful_ul .wonderful_li .containerSpan #videos{
	display: inline-block;
    vertical-align: baseline;
}
.wonderful_ul .wonderful_li .containerSpan .video_img2{
	position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
       height: 200px;
    z-index: 2;
    cursor:pointer;
}
.wonderful_ul .wonderful_li .containerSpan .video_img2>img{
    width: 20%;
    height: 30%;
    margin-top: 23%;

}
.wonderful_li .containerSpan{
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
       position: relative;
    /* border: 1px solid #e6e6e6; */
}
.wonderful_li .containerSpan .video_title{
    position: absolute;
    bottom: 0px;
    left: 2px;
    width: 98.5%;
    height: 40px;
    font-size: 12px;
    color: #FFFFFF;
    padding: 15px 20px 0 20px;
    line-height: 16px;
    background: rgba(0, 0, 0, .6);
    background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(-90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -moz-linear-gradient(-90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(-90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}
.containerSpan img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.wonderful_li .containerSpan_title{
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}



/* 横向新闻条带图片 样式 */
.newsArticle{
    width: 100%;
    height: auto;
}
#mobile .newsArticle{
    padding: 0 .4rem;
}
.newsArticle .newsArticle_ul{
    width: 100%;
    height: auto;
}
#mobile .newsArticle_ul .newsArticle_li{
    margin-bottom: 0;
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    height: auto;
    padding: .267rem 0;
}
.newsArticle_li{
    padding: 12px 10px 12px 5px;
    width: 100%;
    height: 145px;
    border-bottom: 1px solid #ededed;
}
#mobile .newsArticle_li .newsArticle_left{
    float: left;
    margin-right: -3rem;
    width: 3rem;
    height: 2rem;
    border: 1px solid #e6e6e6;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: cover;
    overflow: hidden;
}
.newsArticle_li .newsArticle_left{
    float: left;
    margin-right: -180px;
    width: 180px;
    height: 120px;
    border: 1px solid #e6e6e6;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: cover;
    overflow: hidden;
}
.newsArticle_li .newsArticle_left img{
    display: block;
    width: 100%;
    height: auto;
    
}
#mobile .newsArticle_li .newsArticle_right{
    float: right;
    padding-left: 3.27rem;
    width: 100%;
    height: 2rem;
}
.newsArticle_li .newsArticle_right{
    float: right;
    padding-left: 204px;
    width: 100%;
    height: 120px;
}
#mobile .newsArticle_rightTop{
    padding-top: 0;
    height: .987rem;
    line-height: .469rem;
    font-size: .373rem;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: .4rem;
}
.newsArticle_rightTop{
    padding-top: 10px;
    height: 84px;
    line-height: 22px;
    font-size: 16px;
    color: #333;
    font-weight: bold; 
    cursor: pointer;
}
.newsArticle_rightTop:hover{
    color:#a00000;
}
.newsArticle_right .newsArticle_rightBottom{
    width: 100%;
    height: 36px;
    font-size: 12px;
}
#mobile .newsArticle_rightBottom .newsArticle_btn{
    float: left;
    padding: 0 .133rem;
    width: auto;
    min-width: 1.6rem;
    margin: 0;
    height: .533rem;
    line-height: .533rem;
    text-align: center;
    background: rgba(200,174,106,1);
    border-radius: .0267rem;
    font-size: .267rem;
    color: #FFFFFF;
    letter-spacing: 0.86px;
}
.newsArticle_rightBottom .newsArticle_btn{
    float: left;
    margin: 6px 0;
    padding: 0 10px;
    width: auto;
    min-width: 74px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: rgba(200,174,106,1);
    border-radius: 2px;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.86px;
}
#mobile .newsArticle_rightBottom .newsArticle_time{
    float: right;
    line-height: .48rem;
    color: #BBBBBB;
    font-size: .267rem;
}
.newsArticle_rightBottom .newsArticle_time{
    float: right;
    line-height: 36px;
    color: #333;
}
/* 带图片新闻条 样式  end*/