.ynjn_bg{
    width: 100%;
    background: url(../img/ynjn_bg.png) center top no-repeat;
    background-size: 1920px auto;
}

.ynjn_blank{
    width: 100%;
    height: 458px;
}

.ynjn_wrap{
    width: 1200px;
    margin: 0 auto;
}
.ynjn_nav{
    width: 1200px;
    background: #fff;
    border-radius: 10px;
    height: 75px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.ynjn_nav a{
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #608bf6;
    font-weight: bold;
}

.ynjn_nav img{
    margin-right: 15px;
}

.ynjn_main{
    margin-top: 30px;
    background: #fff;
    padding: 5% 6% 0 6%;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%)
}

.ztgg_con{
    overflow: hidden;
}

.ztgg_con h3{
    text-align: center;
    line-height: 60px;
    font-size: 32px;
    color: #608bf6;
}

.ztgg_p{
    font-size: 20px;
    color: #608bf6;
    line-height: 2;
    margin-top: 20px;
}

.ztgg_p p{
    text-indent: 2em;
}

.ztgg_p p:first-child{
    text-indent: 0;
}

.ztgg_p p:last-child{
    text-indent: 0;
    text-align: right;
}

.detail-show, .detail-none{
    text-align: center;
    margin: auto;
    color: #95ccfd;
    position: inherit;
    width: 100%;
    padding: 10px 0;
    cursor: pointer;
}

.detail-show img, .detail-none img{
    width: 30px;
}

#wyly,#gywm{
    width: 1200px;
    margin-top: 40px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    padding-top: 1px;
}

#wyly h3,#gywm h3{
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 26px;
    color: #608bf6;
    margin-top: 20px;
}

.gywm_con{
    font-size: 20px;
    color: #333;
    line-height: 2;
    margin-top: 20px;
    padding: 0 20px;
}

.gywm_con p{
    text-indent: 2em;
}

#gywm{
    padding-bottom: 20px;
}