.yjxyy-content {
    padding: 1.25rem 1.0625rem;
}

.yjxyy-con {
    width: 100%;
}

.banner-wrap {
    background: url('../imgs/pexels-photo-5215013.jpg') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 20rem;
}

.link-wrap {
    width: 100%;
    background: linear-gradient(rgba(6, 126, 249, 0.25), rgba(255, 255, 255, 0.49));
    padding-top: 0.0625rem;
    padding-bottom: 0.9375rem;
}

.link-wrap .link-item {
    width: 100%;
    padding: 2.5rem 1.875rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
    color: #73757E;
    line-height: 2.125rem;
    border-radius: 0.625rem;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    -ms-border-radius: 0.625rem;
    -o-border-radius: 0.625rem;
    background: #fff;
    margin-top: 0.9375rem;
}

.link-wrap .link-item .title {
    font-size: 1.125rem;
    font-weight: bold;
    margin: 1.3125rem 0 1.1875rem 0;
    color: #333333;
    font-weight: bold;
}

.link-wrap .link-item .title-en {
    font-size: 0.9375rem;
    color: #666666;
    margin-top: 0.9375rem;
}

.icon-img {
    width: 5.375rem;
    height: 5.375rem;
}

.icon-img img {
    width: 100%;
    height: 100%;
}

.advertise-area {
    width: 100%;
    height: 16.4375rem;
    background: url(../imgs/zdzlly_bj.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.ad-con {
    width: 100%;
    color: #FFFEFE;
    padding-top: 1.875rem;
}

.ad-con .title {
    font-size: 1.25rem;
    text-align: center;
}

.area-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: self-start;
    margin: 1.5625rem auto 0 auto;
}

.area-list li {
    width: 6.1875rem;
    height: 2.6875rem;
    line-height: 2.6875rem;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    margin-right: 1.75rem;
    margin: 0 0rem 0.75rem 0;
    position: relative;
    font-size: 1rem;
    cursor: pointer;
}

.area-list li::after {
    content: '';
    width: 0;
    height: 0;
    margin: 0 auto;
    border-top: 0.4375rem solid transparent;
    border-right: 0.4375rem solid transparent;
    border-bottom: 0.4375rem solid transparent;
    border-left: 0.4375rem solid #FF9D43;
    position: absolute;
    right: -0.4375rem;
    bottom: -0.4375rem;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}