.view_main{
    margin: 35px auto 0;
    width: 1280px;
    height: auto;
    min-height: 600px;
}
#pc #second_header{
    display: none;
}
#mobile .view_main{
    width: 100%;
    margin: 0 auto 0;
    min-height: 0;
}
/* 左边介绍 */
.view_main .view_left{
    float: left;
    width: 100%;
    height: auto;
}
#mobile .view_main .view_left{
    float: none;
    width: 100%;
    height: auto;
    padding: 0.4rem 0.4rem 1.173rem .4rem;
    min-height: calc(100vh - 1.33rem);
}
.view_left .orgnalReportingPhone_title{
    font-size:26px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:33px;
    letter-spacing:2px;
    padding: 0 52px 24px 52px;
}
/* #mobile .view_left .orgnalReportingPhone_title{
    display: none;
} */
#mobile .view_left .orgnalReportingPhone_img{
    width: 100%;
    height: auto;
    padding: .4rem 0;
}
.view_left .orgnalReportingPhone_img{
   width: 931px;
   height: 534px;
   margin-bottom: 26px;
}
.view_left .orgnalReportingPhone_img>img{
    display: block;
    width: 100%;
 }
.view_left .orgnalReportingPhone_text{
    font-size:20px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:33px;
    letter-spacing:1px;
    padding: 0 52px;
 }
 #mobile .view_left .orgnalReportingPhone_text{
    font-size: .48rem;
    font-weight: bold;
    color: rgba(51,51,51,1);
    line-height: .72rem;
    letter-spacing: 1px;
    padding: 0;
 }
 .view_left .orgnalReportingPhone_time{
    width: 100%;
    padding:8px 52px 34px 52px;
 }
 #mobile .view_left .orgnalReportingPhone_time{
     padding: .506rem 0;
 }
 .orgnalReportingPhone_time>span:nth-child(2){
    float: right;
    display: block;
    font-size:12px;
    color:rgba(51,51,51,1);
    line-height:24px;
 }
 #mobile .orgnalReportingPhone_time>span:nth-child(2){
    float: right;
    display: block;
    font-size: .293rem;
    color: #BBBBBB;
    line-height: .373rem;
 }
 .orgnalReportingPhone_time>span:nth-child(1){
    float: left;;
    display: block;
    width:84px;
    height:24px;
    line-height: 24px;
    text-align: center;
    background-color: rgba(200,174,106,1);
    color: #fff;
    border-radius:2px;
    font-size:12px;
 }
 #mobile .orgnalReportingPhone_time>span:nth-child(1){
     float: left;
    display: block;
    width: 1.6rem;
    height: .533rem;
    line-height: .533rem !important;
    text-align: center;
    background-color: rgba(200,174,106,1);
    color: #fff;
    border-radius: .026rem;
    font-size: .266rem !important;
 }
 .view_left .orgnalReportingPhone_box *{ 
    font-size: 16px!important;
    color: #333333;
    letter-spacing: 1px;
    line-height: 24px!important;
    margin:10px 0!important;
    padding:0!important;
 }
 .orgnalReportingPhone_box img{
    cursor: default !important;
    width:100%;
}
 #mobile .view_left .orgnalReportingPhone_box{
    font-size: .427rem;
    color: #333333;
    line-height: .693rem;
    letter-spacing: 1px;
    padding: 0;
 }
 .view_left .orgnalReportingPhone_box>p{
    padding-bottom: 25px;
 }
 #mobile .view_left .orgnalReportingPhone_box>p{
     padding-bottom: .4rem;
 }


/* 党部门 */
.view_main .view_right{
    float: left;
    margin-left: 47px;
    width: 301px;
    height: auto;
    margin-top: 11px;
}
.slide_right{
    float: left;
    width: 301px;
    padding-bottom: 100px;
}
.slide_right .slide_right_title{
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 7px;
    font-size: 22px;
    color: #333333;
    letter-spacing: 1.69px;
    margin-bottom: 40px;
   

}
.slide_right .slide_text>ul{
    text-align: center;

}
.slide_right .slide_text>ul>li{
    width: 100%;
    position:relative;
    overflow: hidden;
    margin-bottom:7px;
}
.slide_right .slide_text>ul>li>span {
    width: 100%;
    height: 200px;
  
}
.slide_right .slide_text>ul>li .title_bag{
     position: absolute;
    bottom: 0px;
    width: 300px;
    height: 43px;
    background: rgba(0, 0, 0, .6);
    background: linear-gradient(-90deg,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%);
    padding-top: 15px;
}
 .title_bag .title_imgs{
    float: left;
  width: 23px;
  height: 18px;;
  margin-left: 16px;
}
 .title_bag .title_imgs>img{
 display:block;
  width:100%;
}

 .title_bag .title_title{
    float: left;
    margin-left: 14px;
    width: 200px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}