.navMobile{
    position: fixed;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
}
.mobileLogo{
    width: 10rem;
    margin-top: 10px;
}
.navMobileBox{
    display: flex;
    width: 50px;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    margin-right: -1rem;
    padding-right: 1rem;
    box-sizing: content-box;
}

.navMobileList{
    position: absolute;
    right: -100%;
    width: 100%;
    top: 60px;
    height: 850px;
    font-size: 14px;
    line-height: 50px;
    background: #F1F1F1;
    overflow-y: scroll;
    transition: all 0.5s;
    text-align: left;
    padding: 0 20px;
    background: url('../../static/navBg.png') no-repeat center center;
    background-size: cover;
}
.navMobileList div{
    height: 1000px;
    width: 100%;
    display: flex;
    flex-direction: column;
    line-height: 2.3;
    padding: 20px 0;
}
.navMobileListSmall div{
    height: 1200px;
}
.navMobileList div dt a{
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff!important;
}
.navMobileList div dd{
    display: flex;
    flex-wrap: wrap;
}
.navMobileList div dd a{
   padding-left: 15px;
   color: #b0afaf;
}
.navListOpen{
    right: 0;
}
.navMobileMenu{
    display: block;
    position: relative;
    width: 24px;
    height: 22px;
    cursor: pointer;
}
.navMobileMenu i{
    background: #333;
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.navMobileMenu i:nth-child(1){
    top: 0;
}
.navMobileMenu i:nth-child(2){
    width: 18px;
    top: 50%;
}
.navMobileMenu i:nth-child(3){
    bottom: 0;
}
.navMobileOpen i:nth-child(1){
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navMobileOpen i:nth-child(2){
    opacity: 0;
}
.navMobileOpen i:nth-child(3){
    bottom: 50%;
    margin-bottom: -1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.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{
    height: 1450px;
}
.menuDetailMobile .newsList{
    padding:0 20px;
    top: 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 .paginationBox{
    left: 18%;
    bottom: 25px;
}
.menuDetailMobile .pageBox{
    width: 280px;
}
.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;
}
