.index-body{
    background: #fff;
}
/*#greyTheme {*/
/*    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
/*    -webkit-filter: grayscale(100%);*/
/*}*/
.banner{
    text-align: center;
    height: 6.66rem;
}
.banner img{
    height: 6.66rem;
    width: 100%;
}
.banner .swiper-pagination-fraction, .banner .swiper-pagination-custom,.banner .swiper-container-horizontal > .swiper-pagination-bullets{
    left: 40%;
    bottom: 0.4rem;
}
.banner #swiper-banner  .swiper-pagination-bullet-active{
    background: #FFD700;
    border: 2px solid #FFD700;
}
.banner  .swiper-pagination-bullet{
    opacity:1;
    width: 0.14rem;
    height: 0.14rem;
    border: 2px solid #EEEEEE;
    border-radius: 50%;
    background: transparent;
}
.news-content{
    margin: 0.65rem 0 0.5rem 0;
    display: flex;
}
.news-left{
    width: 4.2rem;
    height: 3.1rem;
    margin-right: 0.4rem;
}
.news-left img{
    width: 4.2rem;
    height: 3.1rem;
    border-radius:0.1rem ;
}
.news-right{
    width:4.3rem ;
    height: 3.1rem;
    position: relative;
}
.news-right p{
    font-size: 0.4rem;
    line-height: 0.5rem;
    font-weight: 700;
    color: #0B308D;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}
.news-right .news-time{
    font-size: 0.26rem;
    font-weight: 400;
    color: #999999;
    position: absolute;
    bottom: 0;
}
.news-list{
    margin-bottom: 0.5rem;
}
.news-list ul li {
    display: flex;
    justify-content: space-between;
    padding:0.1rem 0;
    font-size: 0.32rem;
}
.news-list ul li div:first-child{
    width: 7.2rem;
    font-weight: 400;
    color: #111111;
    line-height: 0.52rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news-list ul li div:last-child{
    line-height: 0.52rem;
    color: #999;
}
.theatre-menu{
    margin-bottom:-1.5rem ;
}
.theatre-menu .menu-list{
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}
.theatre-menu .menu-list .menu-item:last-child{
    margin-bottom: 0;
}
.theatre-menu .menu-list .menu-item{
    width: 4.4rem;
    height: 2.1rem;
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
    background: #F5F5F5;
    border-radius: 0.13rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.4rem;
}
.theatre-menu .menu-list .menu-item:nth-child(2n){
    margin-right: 0;
}
.menu-list .menu-item{
    margin-bottom: 0.4rem;
}
.menu-list .menu-item span{
    display: inline-block;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    text-indent: 0.2rem;
    border-left:0.08rem solid #FFD700;
    font-size: 0.47rem;
    font-weight: 700;
    color: #0B308D;
}
.mask{
    position: absolute;
    top: 0;
    display: none;
    height:200rem;
    background: rgba(0,0,0,0.4);
    z-index: 9999;
    width: 100%;
}
.close-icon{
    font-size: 0.5rem;
    font-weight: 700;
    height: 0.6rem;
    line-height: 0.6rem;
    width: 1rem;
    text-align: center;
    color: #666666;
}
.action-sheet,.project-actionsheet {
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem;
    display: none;
    background: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 11111;
}
.menu-name{
    border-left:0.08rem solid #FFD700 ;
    height: 0.5rem;
    text-indent: 0.2rem;
    line-height: 0.5rem;
    font-size: 0.44rem;
    font-weight: 700;
    color: #0B308D;
}
.theatre-menu .menu-list .menu-active{
    background: #0B308D;
}
.menu-list .menu-active span{
    border-left:6px solid #fff;
    color: #fff;
}
.action-sheet ul li{
    margin: 0 0.4rem;
    color: #333;
    font-weight: 700;
    font-size: 0.4rem;
    height: 1.2rem;
    text-align: center;
    line-height: 1.2rem;
    border-top: 1px solid #eee;
}
.action-sheet ul li a{
    color: #333;
}
.menu-title{
    display: flex;
    align-items: center;
    height: 1.4rem;
    margin: 0 0.5rem;
    justify-content: space-between;
    line-height: 1.4rem;
    background: #fff;
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem;
}
.scroll-mask{
    overflow:hidden;
    position:fixed;
    width: 100%;
    left:0;
    top:0;
}
/*业务概览*/
.project-menu{
    margin: 0 0.4rem;
    padding: 0.4rem 0.1rem;
    max-height: 9.5rem;
    overflow-y: scroll;
}
.project-actionsheet .menu-title{
    border-bottom: 2px solid #eee;
}
.project-menu .menu-list{
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}
.project-menu .menu-list .pro-item:last-child{
    margin-bottom: 0;
}
.project-menu .menu-list .pro-item{
    width: 4.3rem;
    height: 3.2rem;
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
    background: #F5F5F5;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.5rem;
    margin-right: 0.4rem;
}
.project-menu .menu-list .pro-item:nth-child(2n){
    margin-right: 0;
}
.project-menu .menu-list .pro-item img{
    margin-top: 0.1rem;
    height: 2rem;
    width: 2rem;
}
.project-menu .menu-list .pro-item span{
    display: inline-block;
    margin-top: 0.2rem;
    text-align: center;
    text-indent: 0;
    border: none;
    font-size: 0.42rem;
    font-weight: 700;
    color: #333;
}