a:hover{
    color: rgb(51, 51, 51) !important;
}
.nav, .nav img {
    width: 100%;
}
.contextTop {
    margin: 25px 0;
    display: flex;
    justify-content: space-around;
}
.contextTop>div {
    margin: 0 20px;
    background: #E5EEF7;
    flex: 1;
    line-height: 28px;
    min-height: 188px;
    padding: 15px 10px;
    border-top: 1px solid #36B2C8;
    text-align: justify;
}
.policiesnews{
    display: flex;
    width: 96%;
    justify-content: right;
    color: #333333;
    font-size: 16px;
    font-style: italic;
    text-decoration: underline;
    align-items: flex-end;
}
.citys{
    width: 100%;
    margin: 25px 0;

}

.citys .title{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.citys .title p{
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 50px;
    color: white;
    background: #36B2C8;
}
.citys .title div{
    width: 0px;
    height: 0px;
    border: 20px solid transparent;
    border-top-color: #36B2C8;
}
.citys .city{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.citys .city a{
    text-align: center;
    background: #F8FAFB;
    margin: 0px 8px 10px 8px;
    width: 9%;
    padding: 8px 10px;
    border: 1px solid #E9F1F8;
    border-radius: 10px;
}
.citys .city a:active,.citys .city a:hover{
    background: #67bce8;
    text-decoration:none;
}
.citys .city .cityLast {
    width: 20.2%;
}
.welfare{
    width: 100%;
}
.welfare .title{
    margin: 25px 0;
    display: flex;
    align-items: center;
}
.welfare .title p{
    font-size: 24px;
    color: #1A639B;
}
.welfare .title hr{
    margin: 0 20px;
    flex: 1;
    background: #36B2C8;
}
.welfare .context {
    display: flex;
    justify-content: space-between;
}
.welfare .context dl{
    width: 31%;
}
.welfare .context dt,
.welfare .context dt img{
    width: 100%;
}
.welfare .context dd{
    font-size: 18px;
    padding: 8px 15px;
    text-align: center;
}
.dls{
    display: flex;
    justify-content: space-between;
}
.dls dl{
    width: 31%;
    display: flex;
    align-items: center;
    background: #F8FAFB;
    justify-content: space-around;
    padding: 30px 0;
}
.dls dl dd {
    width: 108px;
}
@media screen and (max-width: 768px) {
    .container{
        padding: 0px;
    }
    .container>div,
    .welfare .context,
    .dls{
        flex-direction: column;
    }
    .contextTop>div{
        margin-bottom: 15px;
    }
    .citys .city a{
        width: 30%;
        margin: 8px 0px;
    }
    .citys .city .cityLast{
        width: 65%;
    }
    .welfare .title p{
        font-size: 15px;
    }
    .welfare .context dl,
    .dls dl{
        width: 100%;
        margin-bottom: 30px;
    }
}