* {
    padding: 0;
    margin: 0;
  }
img{
    width: 100%;
    height: 100%;
}
ul li{
    list-style: none;
}
a{
    text-decoration: none;
}
.clearfix:after {
    content: '';
    clear: both;
    display: block;
}
/* banner */
.banner{
    width: 100%;
    height: 10.8rem;
    background: url(../image/report/banner.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.banner .logoS{
    width: 2.77rem;
    height: 1.15rem;
    margin: 0 auto;
    margin-top: 2.8rem;
}
.banner .title{
    text-align: center;
    font-size: 0.89rem;
    color: white;
    text-shadow: 0.05rem 0rem #000;
    margin-top: 0.7rem;
    font-weight: bold;
}
.banner .tit{
    text-align: center;
    font-size: 0.89rem;
    color: white;
    text-shadow: 0.05rem 0rem #000;
    margin-top: 0.6rem;
    font-weight: bold;
}
.banner .declaration{
    color: white;
    text-align: center;
    font-size: 0.36rem;
    margin-top: 0.6rem;
    letter-spacing: 0.1rem;
}
/* 遮罩层 */
.mask{
    z-index: 999;
    position: fixed;
    top: 0;
    display: flex;
    width: 100%;
    height: 0.76rem;
    background-color: rgba(0, 0, 0, 0.5);
}
.mask .iconLogo{
    width: 1.6rem;
    height: 0.63rem;
    margin-left: 2.8%;
    margin-right: 15%;
    margin-top: 0.05rem;
}
.mask .iconLogo img{
    display: block;
}
.mask ul{
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.mask ul li{
    line-height: 0.76rem;
    font-size: 0.26rem;
}
.mask ul li a{
    color: white;
}
.mask ul li .second{
    display: none;
    width: 1.07rem;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-left: -0.1rem;
}
.mask ul li .second li{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0.2rem 0.1rem 0.2rem 0.1rem;
    font-size: 0.2rem;
    text-align: center;
    line-height: 0.2rem;
}
.mask ul li:hover .second{
    display: block;
}
.mask .icon{
    width: 6.5%;
    height: 100%;
    display: flex;
    margin-left: 0.6rem;
}
.mask .icon a{
    width: 34%;
    height: 0.4rem;
    margin-top: 9%;
}
.mask .icon a img{
    display: block;
}
.icon a:hover .wechat{
    display: block;
}
.wechat{
    display: none;
    width: 2.1rem;
    height: 2.1rem;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0.1rem;
    margin-left: -0.9rem;
    margin-top: 0.25rem;
}
/* 内容 */
.content{
    width: 100%;
}
.content ul{
    width: 90%;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 1.7rem;
}
.content ul li{
    width: 100%;
    height: 2.6rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 0.01rem solid #666666;
}
.content ul li .time{
    width: 1.67rem;
    height: 1.67rem;
    align-items: center;
    background-color: #f2f2f2;
}
.time .year{
    color: #666666;
    font-size: 0.36rem;
    text-align: center;
    font-weight: bold;
    margin-top: 0.2rem;
}
.time .month{
    color: #666;
    font-size: 0.3rem;
    text-align: center;
    margin-top: 0.3rem;
}
.content ul li .new{
    width: 15rem;
    height: 1.67rem;
}
.new a{
    color: #313131;
}
.new .new-title{
    font-size: 0.36rem;
    margin-top: 0.15rem;
    color: #333;
}
.new .new-content{
    color: #666;
    margin-top: 0.3rem;
    font-size: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
/* 备案 */
.foot{
    width: 100%;
    height: 2rem;
    overflow: hidden;
    background-color: #571c73;
}
.foot #middle{
    width: 12rem;
    height: 100%;
    margin: 0 auto;
}
#middle .middle-top{
    width: 7rem;
    margin: 0 auto;
    margin-top: 0.5rem;
    text-align: center;
    font-size: 0.1rem;
    color: white;
}
#middle .middle-bottom{
    text-align: center;
    font-size: 0.1rem;
    margin: 0 auto;
    margin-top: 0.3rem;
    color: white;
}
#middle .middle-bottom a{
    color: white;
}