#yd_page .w1200 {
    width: auto
}

#yd_page .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: .35rem;
    width: 95%;
    margin: 0 auto .5rem;
    line-height: .5rem
}

#yd_page .location div {
    margin: 0 .1rem;
    color: #0e2752
}

#yd_page .location a {
    color: #0e2752
}

#yd_page .mainTilte {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    background: #fff;
    padding: .4rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

#yd_page .mainTilte a {
    width: 22%;
    text-align: center;
    display: block;
    font-weight: bold;
    color: #fe9934;
    font-size: .4rem;
    padding: .1rem 0px;
    border-radius: 1rem;
    background: #ffefe0;
    margin: 0 1.5% .3rem
}

#yd_page .mainTilte a:nth-child(4n) {
    margin-left: 0;
    margin-right: 0
}

#yd_page .mainTilte a.active {
    color: #fff;
    background: #fe9934
}

#yd_page .yd_to_pc_main1 {
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    background: #fff;
    padding: .4rem 0 .7rem;
    margin-bottom: .5rem
}

#yd_page .yd_to_pc_main1 .mainBox {
    width: 95%;
    margin: 0 auto
}

#yd_page .yd_to_pc_main1 .mainBox ul.list li {
    border-bottom: .01rem dashed #ccc;
    padding-bottom: .3rem;
    margin-bottom: .3rem
}

#yd_page .yd_to_pc_main1 .mainBox ul.list li .tops {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: .2rem
}

#yd_page .yd_to_pc_main1 .mainBox ul.list li .tops .topsTitle {
    width: 100%
}

#yd_page .yd_to_pc_main1 .mainBox ul.list li .tops .topsTitle a {
    width: 100%;
    font-size: .4rem;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

#yd_page .yd_to_pc_main1 .mainBox ul.list li .tops .topsDate {
    width: 37%
}

#yd_page .yd_to_pc_main1 .mainBox ul.list li .tops .topsDate span {
    color: #999;
    font-size: .37rem;
    display: block
}

#yd_page .yd_to_pc_main1 .mainBox ul.list li .liBox span {
    color: #999;
    display: block;
    font-size: .35rem
}

#yd_page .yd_to_pc_main1 .mainBox ul.serial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#yd_page .yd_to_pc_main1 .mainBox ul.serial li {
    margin: 0 .1rem;
    font-size: .4rem;
    text-align: center;
    background: none;
    padding: .1rem .2rem;
    border-radius: .1rem
}

#yd_page .yd_to_pc_main1 .mainBox ul.serial .thisclass {
    background: #143ce0;
    color: #fff
}

#yd_page .statement {
    border-radius: .5rem;
    background: #fff;
    padding: .4rem 0 .2rem;
    margin-bottom: .5rem
}

#yd_page .statement a.fonts {
    text-align: center;
    font-size: .5rem;
    color: #0e2752;
    font-weight: bold;
    margin-bottom: .1rem
}

#yd_page .statement span.blue_box {
    display: block;
    margin: 0 auto;
    width: 90%;
    background: #edf3ff;
    color: #768091;
    padding: .3rem .2rem;
    border-radius: .2rem;
    font-size: .4rem;
    line-height: .6rem
}