*{
    padding: 0;
    margin: 0;
}
a: hover{
    color: white;
    text-decoration: underline;
}
h4 {
    text-shadow: 0.08em 0.08em 0.05em gray;
}
ul li{
    list-style: none;
}
ol li{
    list-style: none;
}
a{
    text-decoration: none; 
    color: black;
}
.pw{width: 1024px;
    margin: 0 auto;
}
.fl{float: left;
}
.fr{float: right;
}
.cn{margin: 0 auto;
}
.clearF:after{content: " ";
    display: block;
    clear: both;
}
body {
    background: rgba(0,0,0,0.8)  center center / 100% 100% no-repeat fixed;
}
header{
    height: 70px;
    background: black;
    width: 100%;
}
header .bottom ul{
    display: flex;
    margin-top: 20px;
}
header .bottom ul li{
    background: linear-gradient( white, #c0d09d);
    margin-right: 1px;
}
header .bottom ul li {}
header .bottom ul li a{
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    width: 204px;
}
.sec2{}
.sec2>div{
    float: left;
    width: 350px;
    background: white;
    padding: 0 15px;
}
.sec2>div h3{
    text-align: center;
    font-size: 40px;
    font-weight: bolder;
    margin: 10px 0;
    border-bottom: 1px solid gray;
    text-shadow: 0.05em 0.05em 0.05em gray;
}
.sec2>div>div{}
.sec2>div>div .fl{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #c0d09d;
    color: white;
    font-size: 30px;
    font-weight: bolder;
}
.sec2>div>div .fr{
    width: 280px;
    position: relative;
    margin-bottom: 10px;
}
.sec2>div>div .fr h4{
    color: #c0d09d;
    font-weight: bolder;
    font-size: 20px;
    border-bottom: 1px dotted black;
}
.sec2>div>div .fr p{
    width: 180px;
}
.sec2>div:nth-of-type(2) p {
    margin-bottom: 27px;
}
footer .top{
    height: 200px;
    background: black;
}
footer .top .pw{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 70px;
}
footer .top .pw div{
    width: 220px;
    color: gainsboro;
    text-align: center;
}
footer .top .pw div h5{
    border-bottom: 1px dotted gainsboro;
    color: #c0d09d;
    font-size: 15px;
    margin-bottom: 7px;
}
footer .top .pw div p{
    font-size: 13px;
}
footer .top .pw div p img{
    width: 24px;
}
footer .bottom .pw{
    padding: 10px 0;
    position: relative;
}
.fixed svg{
    vertical-align: middle;
}
.volunteer {
    background: white;
    padding: 15px;
    box-sizing: border-box;
}
.volunteer h3{
    font-size: 35px;
    font-weight: bolder;
    margin-bottom: 20px;
}
.volunteer h4{
    color: #c0d09d;
    font-weight: bolder;
    font-size: 20px;
}
.volunteer h5{
    color: #c0d09d;
    font-weight: bolder;
    font-size: 20px;
    text-shadow: 0.08em 0.08em 0.05em gray;
}
.volunteer li{
    font-size: 14px;
}
.volunteer p{
    font-size: 15px;
    margin-bottom: 20px;
}
.volunteer p span{
    text-decoration: underline;
}
.volunteer div .fl{
    width: 450px;

}
.volunteer div .fl img{
    width: 100%;
}
.volunteer div .fr{
    width: 500px;
}
/* upcoming */
.upcoming {
    background: white;
    box-sizing: border-box;
    padding: 20px;
}
.upcoming h3{
    font-size: 35px;
    font-weight: bolder;
    margin-bottom: 10px;
}

.upcoming h5 {
    color: #c0d09d;
    font-size: 22px;
    font-weight: bolder;
    text-shadow: 0.05em 0.05em 0.05em gray;
}
.upcoming p{
    font-size: 14px;
    margin-bottom: 20px;
}
.upcoming .fl .img{
    width: 270px;
    height: 382px;
    background: url("../images/3.webp") center/100% 100% no-repeat;
}
.upcoming .fl .img div{
    display: none;
    width: 270px;
    height: 382px;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
    cursor: pointer;
}
/* keep */
.keep {
    background: white;
    box-sizing: border-box;
    padding: 20px;
}
.keep h3{
    font-size: 35px;
    font-weight: bolder;
    margin-bottom: 10px;
    margin-top: 20px;
}
.keep ul li::before{
    content: "1";
    display: inline-block;
    color: transparent;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: url("../images/loco1.jpeg") center/100% 100% no-repeat;
}
.keep ul .loco2::before {
    background: url("../images/loco2.png") center/100% 100% no-repeat;
}
.keep ul li a{
    text-decoration: underline;
    font-size: 14px;
}
.keep .into{
    margin-top: 20px;
    margin-bottom: 80px;
    width: 650px;
    height: 150px;
    
    text-align: center;
    background: url("../images/bg-1.jpg") center/100% 100% no-repeat;
}
.keep .into h4{
    font-size: 40px;
    font-weight: bolder;
}
.keep .into p a{
    text-decoration: underline;
    font-size: 12px;
}

/* more  */
.more .lunbo{
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}
.more .lunbo img{
    width: 100%;
    height: 100%;
}
.more p{
    margin-bottom: 15px!important;
}
.span {
    text-shadow: 0.05em 0.05em 0.05em gray;
}