@charset "utf-8";

.fa-earth-americas:before {
    color:#aaaaaa;
}

.head-title {
    margin: 20px auto 30px!important;
}

.br_sp{
    display:block;
}

.sdgs{ margin:20px 0 0;}

.green_back{
    background:url(/sdgs/images/green_bg.png);
    background-repeat: no-repeat;
    width:800px;
    height:358px;
    margin:40px auto 0px;
    position:relative;
}

.green_back span{
    position:absolute;
    top: 50%;
    width:800px;
}

.green_back h1{
    font-weight:bold;
    font-size:24px;
    text-align:center;
    margin-bottom:30px;
    text-decoration:underline solid 10px #ffff6c;
}

.green_back p{
    line-height:34px;
    text-align:center;
}

.blue_back{
    background-color:#EAF6FB;
    border-radius:20px;
    width:800px;
    margin:40px auto 0px;
    padding:50px;
}
.blue_back h1{
    font-weight:bold;
    font-size:24px;
    text-align:center;
    margin-bottom:30px;
    text-decoration:underline solid 10px #ffff6c;
}

.blue_back p{
    line-height:34px;
    text-align:center;
}

.icon_back{
    background-color:#fff;
    margin:20px auto 0px;
    padding:40px;
    clear: both;
}

.icon_back img{
    margin-right:25px;
}
.icon_back img:nth-child(4){margin-right:0px;}
.icon_back img:nth-child(5){margin-top:25px;}
.icon_back img:nth-child(6){margin-top:25px;}
.icon_back img:last-child{margin-right:0px;}

.tc{text-align:center;}

.white_back{
    background-color:#fff;
    overflow:auto;
    margin: 20px 0 40px;
}
.white_back img{float:left;}
.white_back p{
    float:left;
    text-align:left;
    margin:20px 0 0px 30px;
    line-height:30px;
}

.white_back p span{
    color:#06348B;
    font-size:16px;
    font-weight:bold;
}
