.relatedIssues{
    padding: 30px;
    background: #fff;
}



.index1Banner {
    text-align: center;
    /*height: 450px;*/
    background: url('./img/1.png') no-repeat;
    /*background-size: 100% 100%;*/
    padding: 40px;
}

.index1Banner p {
    color: #fff;
    font-size: 30px;
}
.relatedIssues>p{
    padding: 16px 20px;
    font-size: 14px;
    margin-bottom: 20px;
    background: rgba(74, 188, 189, 0.10);
    border-radius: 10px;
}
.relatedIssues>div{
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #DBF2F2;
    margin-bottom: 20px;
}
.relatedIssues>div p{
    font-size: 14px;
}
.relatedIssues>div p:nth-of-type(1){
    margin-bottom: 10px;
}
.relatedIssues>div p:nth-of-type(2){
    line-height: 2;
    color: #757575;
}
@media (max-width:800px) {
    .index1Banner {
        background: url('./img/2.png') no-repeat;
       /* background-size: 100% 100%;*/
        padding: 30px;

    }

    .member>.left {
        display: none;
    }

    .member>.right {
        margin-left: 0!important;
    }

   
    .member{
        width: 100%!important;
    }
    .relatedIssues{
        padding: 10px;
    }
  
}