/* banner */
.carousel-one h2 {
    position: absolute;
    left: 150px;
    bottom: 560px;
    font-size: 4em;
    color: white;
}

.carousel-one p {
    position: absolute;
    left: 150px;
    bottom: 390px;
    color: white;
}

.carousel-two h2 {
    position: absolute;
    left: 150px;
    bottom: 450px;
    font-size: 4em;
    color: white;
}

.carousel-two p {
    position: absolute;
    left: 150px;
    bottom: 390px;
    color: white;
}

/* 公益行动 */
.action{
    width: 100%;
    height: 1150px;
    background-color: #004170;
    padding-top: 50px;
}
.action h2{
    width: 250px;
    margin: 0 auto;
    font-size: 3.7em;
    font-weight: bold;
    color: white;
    background: url("../images/action.svg") no-repeat;
    background-size: contain;
}
.con_item{
    display: flex;
}
.con_item div{
    flex: 1;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 20px;
}
.con_item div:last-child{
    margin-right: 0;
}
.con_item div img{
    width: 100%;
    margin: 30px 0;
    border-radius: 20px;
}
.con_item div:nth-child(2n+1){
    margin-top: 20px;
}
.con_item div img:hover{
    cursor: pointer;
    transform: scale(1.2);
}

/* 最新动态 */
.new h2{
    margin-top: 50px;
    color: #000;
}
.new_item{
    display: flex;
}
.new_item div{
    flex: 1;
    background-color: #f2f6fb;
    margin: 20px;
    padding: 20px;
    border-radius: 15px;
}
.new_item h4{
    font-size: 18px;
    color: #7a7d80;
}
.new_item p{
    border-bottom: 2px solid #b4b5b8;
    padding-bottom: 20px;
    margin-top: 50px;
}
.new_item p span:first-child{
    font-weight: bold;
    font-size: 1.8em;
}
.new_item p span:last-child{
    font-weight: bold;
    color: rgb(115, 119, 122);
}

