
#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;
}
.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: 932px;
    height: auto;
}
#mobile .view_main .view_left{
    float: none;
    width: 100%;
    height: auto;
    min-height: calc(100vh - 1.33rem);
    padding: 1.173rem 0 0;
}
.view_left .orgnalAssociation_title{
    font-size:26px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:33px;
    letter-spacing:1px;
    padding-bottom: 9px;
    border-bottom: 1px solid #EDEDED;
    
}
#mobile .view_left .orgnalAssociation_title{
    display: none;
}
.orgnalAssociation_contant>ul{
    padding-top: 9px;
}
.orgnalAssociation_contant>ul>li{
    padding-top: 40px;
    border-bottom:1px solid #EDEDED;
}
#mobile .orgnalAssociation_contant>ul>li{
    padding: .4rem;
    border-bottom: 1px solid #EDEDED;
}
.orgnalAssociation_contant>ul>li>p>span:nth-child(1){
    display: block;
    float: left;
    font-size:14px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:21px;
    letter-spacing:1px;
}
#mobile .orgnalAssociation_contant>ul>li>p>span:nth-child(1){
    display: block;
    float: left;
    font-size: .48rem;
    font-weight: bold;
    color: #333333;
    line-height: .72rem;
    letter-spacing: 1px;
}
#mobile .orgnalAssociation_contant>ul>li>p>span:nth-child(2){
    display: block;
    float: right;
    font-size: .293rem;
    color: #666666;
    line-height: .4rem;
    position: relative;
    top: 1rem;

}
.orgnalAssociation_contant>ul>li>p>span:nth-child(2){
    display: block;
    float: right;
    font-size:12px;
    color:rgba(51,51,51,1);
    line-height:15px;
}
#mobile .orgnalAssociation_contant>ul>li>div{
    font-size: .426rem;
    color: #333333;
    line-height: .72rem;
    letter-spacing: 1px;
    margin: 1.2rem 0 0 0;
}
.orgnalAssociation_contant>ul>li>div{
    font-size:12px;
    color:rgba(51,51,51,1);
    line-height:22px;
    letter-spacing:1px;
    margin: 40px 0 31px 0;
}

/* 党部门 */
.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;
}
/* add scroll */
.loadingH5{ width: 100%; height: .8rem; position: relative; overflow: hidden; text-align: center; margin: .32rem 0 ; color: #999; font-size: .187rem;}
.loadingH5-icon{color: #707070;}
.loaderH5{
    display: none;
    position: relative;
    font-size: .133rem;
    margin: .106rem auto;
    text-indent: -9999em;
    width: .64rem;
    height: .64rem;
    border-radius: 50%;
    background: #999;
    background: -moz-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #999 10%, rgba(255, 255, 255, 0) 42%);
    -webkit-animation: scrollMoreLoaderH5An 1s infinite linear;
    -moz-animation: scrollMoreLoaderH5An 1s infinite linear;
    -o-animation: scrollMoreLoaderH5An 1s infinite linear;
    animation: scrollMoreLoaderH5An 1s infinite linear;
 }
 .loadingH5 .loaderH5{
     display: block;
 }
 .loadingH5 .loaderH5:before {
     width: 50%;
     height: 50%;
     background: #999;
     border-radius: 100% 0 0 0;
     position: absolute;
     top: 0;
     left: 0;
     content: '';
 }
 .loadingH5 .loaderH5:after {
     background: #fff;
     width: 72%;
     height: 75%;
     border-radius: 68%;
     content: '';
     margin: auto;
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
 }
@-webkit-keyframes scrollMoreLoaderH5An {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes scrollMoreLoaderH5An {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-o-keyframes scrollMoreLoaderH5An {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
 
@keyframes scrollMoreLoaderH5An {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
 }