.titleImg.titleImgMobile{
    margin-top: 60px;
    height: 30vh;
}
.titleImgMobile .titleTxt h1{
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
}
.titleImgMobile .titleTxt p{
    font-size: 1rem;
    width: 100%;
    text-align: center;
}
.titleImgMobile .titleBreadcrumb{
    left: 30px;
}
.titleImgMobile .titleBreadcrumb img{
   width: 15px;
   height: 15px;
   margin-top: 18px;
}
.titleImgMobile .titleBreadcrumb a{
    font-size: 0.8rem;
}
.menuDetailMobile .newsList{
    padding:0 20px;
}
.menuDetailMobile .newsInner{
    width: 100%;
    height: 200px;
    margin-left: 0px;
    margin-bottom: 30px;
}
.menuDetailMobile .newsInner .newsTxt{
    padding:10px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #f3efef;
}
.menuDetailMobile .newsInner .newsTxt .newsDate{
    font-size: 0.8rem;
}
.menuDetailMobile .newsInner .newsTxt .newsDate span{
    font-size: 1rem;
}
.menuDetailMobile .newsInner .newsTxt .newsTitle{
    font-size: 1rem;
}
.menuDetailMobile .newsInner .newsTxt .newsDetail{
    font-size: 0.8rem;
    margin-top: 10px;
}
.menuDetailMobile .newsInner .newsTxt .newsBtn{
    width: 70px;
    height: 25px;
    line-height: 25px;
    left: 22px;
    bottom: 16px;
    font-size: 0.8rem;
    background-color:#3591e3;
    color:#e0dede ;
}
.menuDetailMobile .newsInner .newsImg{
   top: 0;
   opacity: 1;

}

.menuDetailMobile .pageBox{
    display: flex;
    justify-content: center;
}
.menuDetailMobile .ui-pagination-container .ui-pagination-page-item{
    font-size: 0.7rem;
}



.friendShipLinkMobile{
    padding: 20px 15px 5px 15px!important;
}
.friendShipLinkMobile .fastLink{
    height: 270px;
}
.friendShipLinkMobile .fastLink .fastLinkLogo{
    width: 100%!important;
}
.friendShipLinkMobile .fastLink .fastLinkLogo:before{
   display: none;
}

.friendShipLinkMobile .fastLink .fastLinkLogo img{
    width: 50%;
} 
.friendShipLinkMobile .fastLink .fastLinkLogo p{
    font-size: 0.8rem!important;
}  
.friendShipLinkMobile .fastLink .fastLinkLogo p img{
    width: 20px;
}   
.friendShipLinkMobile .fastLink .fastLinkList{
    display: none;
}

.friendShipLinkMobile .registration{
    height: 65px;
    line-height: 18px;
    font-size: 0.7rem;
}
.friendShipLinkMobile .registration p{
    margin-top: 10px;
}

.showPic{
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.showPicBlock{
    display: block;
    z-index: 999;
}