*{ padding: 0;margin: 0;font-family: "微软雅黑";}
#top{ width: 100%; z-index: 1;}
.topDiv{ position: relative; }
.topDiv .p1{ top: 56%; left: 6%; z-index: 10; font-size: 1.4rem; color: #fff; position: absolute; }
.topDiv .p2{ top: 85%; left: 6%; z-index: 10; font-size: 1.3rem; color: #fff; position: absolute; }
.topDiv .p2 span{ color:#fcbd07; }
#bottom{ width: 100%; position: relative; }
#bottom .bottomBg{ width: 100%; height: 100%; position: absolute; }
#bottom .wall{ width: 87%; height: 71.7%; left: 6.5%; top: 2.7%; overflow: auto; position: relative; }
#bottom .wall p{ color:#e83436; font-size: 1.6rem; z-index: 10; position: relative;}
#bottom .wall .line{  width: 100%; margin-top: 3%; position: relative; }
#bottom .wall div{
    margin-top: 5%;
    position: relative;
}
#bottom .wall .headImg{
    width: 12%;
    position: absolute;
    left: 0;
    top: 0;
}
#bottom .wall .content .name{
    left:15%;
    font-size: 1rem;
    color:#222222;
    position: relative;
}
#bottom .wall .content .time{
    left:15%;
    font-size: 0.8rem;
    color:#818181;
    position: relative;
}
#bottom .wall .content p{
    margin-top: 3%;
    font-size: 1.1rem;
    color:#222222;
}
#bottom .wall .content p span{
    color:#3a6ca5;
}
#bottom .wall .content .contentImg{
    margin-top: 5%;
    width: 50%;
}
#bottom .wall .content div{
    display: inline-block;
    width: 49.5%;
    height: 7%;
    padding-top: 3%;
    text-align: center;
    font-size: 1.2rem;
    color: #9d9d9d;
    border:1px solid #ececec;
    position: relative;
}
#bottom .wall .content .rightBtn{
    float: right;
}
#bottom .wall .content div img{
    height: 50%;
}
a{ width: 30%; height: 7.5%; bottom: 7%; text-align: center; font-size: 1.7rem; line-height: 3.5rem; color:#ffffff; background: #e83436; border-radius: 10px; text-decoration: none; box-shadow:4px 6px 5px #2b224a; position: absolute;}
#leftBtn{ left: 7%;}
#rightBtn{ right: 7%;}
