#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 .yd_main1 {
    border-radius: .5rem;
    background: #fff;
    padding: .5rem 0 .7rem;
    margin-bottom: .5rem
}

#yd_page .yd_main1 .orange_list {
    width: 95%;
    margin: 0 auto .3rem;
    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;
    line-height: .7rem
}

#yd_page .yd_main1 .orange_list span {
    display: inline-block;
    font-weight: bold;
    color: #fe9934;
    background: #ffefe0;
    font-size: .42rem;
    border-radius: 1rem;
    padding: .05rem .25rem;
    margin-right: .15rem
}

#yd_page .yd_main1 .orange_list span.active {
    background: #fe9934;
    color: #fff
}

#yd_page .yd_main1 .black_list {
    overflow-x: auto;
    white-space: nowrap;
    width: 95%;
    margin: 0 auto .5rem;
    line-height: .5rem
}

#yd_page .yd_main1 .black_list a {
    width: auto;
    display: inline-block;
    font-size: .45rem
}

#yd_page .yd_main1 .black_list a.active {
    font-weight: bold
}

#yd_page .yd_main1 .black_list::-webkit-scrollbar {
    display: none
}

#yd_page .yd_main1 .yd_mian1_list {
    margin-bottom: .5rem
}

#yd_page .yd_main1 .yd_mian1_list .item {
    width: 95%;
    margin: 0 auto .3rem;
    background-color: #f6f6f6;
    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;
    padding: .2rem 0px;
    border-radius: 1rem
}

#yd_page .yd_main1 .yd_mian1_list .item .nickname,
#yd_page .yd_main1 .yd_mian1_list .item .contents,
#yd_page .yd_main1 .yd_mian1_list .item .dates {
    color: #768091;
    font-size: .37rem
}

#yd_page .yd_main1 .yd_mian1_list .item .red {
    color: #fe0104
}

#yd_page .yd_main1 .yd_mian1_list .item .yellow {
    color: #ff9636
}

#yd_page .yd_main1 .yd_mian1_list .item .blue {
    color: #49c7f9
}

#yd_page .yd_main1 .yd_mian1_list .item .nickname {
    width: 6%;
    text-align: center;
    margin-left: 3%;
    margin-right: 2%
}

#yd_page .yd_main1 .yd_mian1_list .item .dates {
    width: 25%;
    text-align: center
}

#yd_page .yd_main1 .yd_mian1_list .item .contents {
    width: 60%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 2%;
    margin-left: 3%
}

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

#yd_page .yd_main3 .yd_main3_box {
    width: 95%;
    margin: 0 auto
}

#yd_page .yd_main3 .yd_main3_box span.blue_backround_title {
    background: -webkit-gradient(linear, left top, right top, from(#edf3ff), to(rgba(20, 60, 224, 0)));
    background: linear-gradient(to right, #edf3ff, rgba(20, 60, 224, 0));
    padding: .15rem 0px .15rem .6rem;
    font-size: .5rem;
    font-weight: bold;
    position: relative;
    display: block;
    margin-bottom: .3rem
}

#yd_page .yd_main3 .yd_main3_box span.blue_backround_title span {
    color: #143ce0
}

#yd_page .yd_main3 .yd_main3_box span.blue_backround_title::after {
    content: "";
    position: absolute;
    width: .2rem;
    height: .2rem;
    background: #000;
    top: 0;
    bottom: 0;
    left: .2rem;
    margin: auto 0px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

#yd_page .yd_main3 .yd_main3_box .list {
    width: 95%;
    margin: 0 auto;
    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
}

#yd_page .yd_main3 .yd_main3_box .list .item {
    width: 47%;
    height: 2rem;
    -webkit-box-shadow: 0rem 0rem .1rem rgba(20, 60, 224, .5);
    box-shadow: 0rem 0rem .1rem rgba(20, 60, 224, .5);
    border-radius: .2rem;
    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;
    padding: .2rem 0px;
    margin-bottom: .3rem
}

#yd_page .yd_main3 .yd_main3_box .list .item .font_list {
    width: 60%
}

#yd_page .yd_main3 .yd_main3_box .list .item .font_list .font_list_big {
    color: #0e2752;
    font-size: .4rem;
    font-weight: bold
}

#yd_page .yd_main3 .yd_main3_box .list .item .font_list .font_list_big span {
    margin-bottom: .1rem
}

#yd_page .yd_main3 .yd_main3_box .list .item .font_list .gray_fonts {
    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
}

#yd_page .yd_main3 .yd_main3_box .list .item .font_list .gray_fonts img {
    display: block;
    width: .4rem
}

#yd_page .yd_main3 .yd_main3_box .list .item .font_list .gray_fonts span {
    color: #b5c2d8;
    font-size: .3rem
}

#yd_page .yd_main3 .yd_main3_box .list .item img.right_img {
    display: block;
    width: 30%
}

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

#yd_page .mainBox {
    background: #fff;
    border-radius: 0.5rem;
    margin-bottom: 0.4rem;
    padding: 0.4rem 0 0.5rem;
  }
  #yd_page .mainBox .titleList {
    position: relative;
    width: 92%;
    margin: 0 auto 0.2rem;
  }
  #yd_page .mainBox .titleList span.bolds {
    display: block;
    font-weight: bold;
    font-size: 0.5rem;
    margin-bottom: 0.4rem;
  }
  #yd_page .mainBox .titleList .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #yd_page .mainBox .titleList .list a {
    width: 30%;
    font-size: 0.4rem;
    border: 0.01rem solid #143ce0;
    margin-right: 4%;
    text-align: center;
    margin-bottom: 0.2rem;
    padding: 0.15rem 0px 0.2rem;
    border-radius: 0.2rem;
  }
  #yd_page .mainBox .titleList .list a:nth-child(3n) {
    margin-right: 0px;
  }
  #yd_page .mainBox .titleList .more {
    position: absolute;
    top: 0;
    right: 0.2rem;
    font-size: 0.45rem;
    font-weight: bold;
    color: #143ce0;
  }
  #yd_page .mainBox .whiteBox {
    width: 90%;
    margin: 0 auto;
  }
  #yd_page .mainBox .whiteBox .whiteList .whiteItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    font-size: 0.4rem;
    padding: 0.15rem 0px;
  }
  #yd_page .mainBox .whiteBox .whiteList .whiteItem a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    width: 72%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.4rem;
    font-weight: normal;
  }
  #yd_page .mainBox .whiteBox .whiteList .whiteItem .date {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 27%;
  }