#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 .content {
    margin-top: .5rem
}

#yd_page .content .main .mainBox {
    border-radius: .5rem;
    background: #fff;
    padding: .4rem 0 .7rem;
    margin-bottom: .5rem
}

#yd_page .content .main .mainBox .title {
    width: 95%;
    margin: 0 auto .25rem;
    text-align: center;
    font-size: .5rem;
    padding-bottom: .2rem;
    font-weight: bold
}

#yd_page .content .main .mainBox .mainContent {
    width: 95%;
    margin: 0 auto
}

#yd_page .content .main .mainBox .mainContent p {
    color: #768091;
    font-size: .4rem;
    text-indent: .8rem;
    margin-bottom: .3rem
}

#yd_page .content .main .yd_to_pc_main1 .zhaosheng {
    border-radius: .5rem;
    background: #fff;
    padding: .4rem 0 .5rem;
    margin-bottom: .5rem
}

#yd_page .content .main .yd_to_pc_main1 .zhaosheng ul.leftTitle {
    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;
    margin-bottom: .5rem
}

#yd_page .content .main .yd_to_pc_main1 .zhaosheng ul.leftTitle li {
    width: 28%;
    margin: 0 .2rem;
    background-color: #fff5e9;
    text-align: center;
    padding: .2rem 0px
}

#yd_page .content .main .yd_to_pc_main1 .zhaosheng ul.leftTitle li a {
    color: #f80;
    font-size: .5rem
}

#yd_page .content .main .yd_to_pc_main1 .zhaosheng ul.leftTitle li.active {
    background: -webkit-gradient(linear, right top, left top, from(#ffb400), to(#ff8800));
    background: linear-gradient(to left, #ffb400, #ff8800);
    border-radius: 3px
}

#yd_page .content .main .yd_to_pc_main1 .zhaosheng ul.leftTitle li.active a {
    color: #fff;
    font-weight: bold
}

#yd_page .content .main .yd_to_pc_main1 .zhaosheng ul.leftBox {
    display: none
}

#yd_page .content .main .yd_to_pc_main1 .zhaosheng ul.leftBox li {
    padding: .5rem 0px;
    width: 95%;
    margin: 0 auto .4rem;
    border-radius: .1rem;
    -webkit-box-shadow: 0px 0px .1rem rgba(32, 64, 205, .3);
    box-shadow: 0px 0px .1rem rgba(32, 64, 205, .3)
}
#yd_page .content .main .yd_to_pc_main1 .zhaosheng ul.leftBox li .date{
     display: inline-block;
     float: right;
}

#yd_page .content .main .yd_to_pc_main1 .zhaosheng ul.leftBox li .blackTitle {
    width: 95%;
    margin: 0 auto .2rem
}

#yd_page .content .main .yd_to_pc_main1 .zhaosheng ul.leftBox li .blackTitle a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: .4rem;
    font-weight: bold
}

#yd_page .content .main .yd_to_pc_main1 .zhaosheng ul.leftBox li .blackContent {
    width: 95%;
    margin: 0 auto;
    color: #768091;
    font-size: .35rem;
   display: inline-block;

}

#yd_page .content .main .yd_to_pc_main1 .zhaosheng ul.leftBox:nth-child(3) {
    display: block
}

#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
}