#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 .main .generalRegulations .title,
#yd_page .content .main .hotMajor .title,
#yd_page .content .main .school .title {
    width: 95%;
    margin: 0 auto .25rem;
    border-bottom: .02rem solid #edf3ff;
    padding-bottom: .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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#yd_page .content .main .generalRegulations .title span,
#yd_page .content .main .hotMajor .title span,
#yd_page .content .main .school .title span {
    color: #0e2752;
    margin-left: .45rem;
    font-weight: bold;
    font-size: .5rem;
    position: relative
}

#yd_page .content .main .generalRegulations .title span:after,
#yd_page .content .main .hotMajor .title span:after,
#yd_page .content .main .school .title span:after {
    content: "";
    background: #143ce0;
    position: absolute;
    left: -0.4rem;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: .13rem;
    height: .6rem
}

#yd_page .content .main .generalRegulations .title .more a,
#yd_page .content .main .hotMajor .title .more a,
#yd_page .content .main .school .title .more a {
    border-radius: 1rem;
    font-size: .4rem;
    background: #edf3ff;
    color: #143ce0;
    padding: .1rem .3rem;
    font-weight: bold
}

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

#yd_page .content .main .hotMajor ul.boxOther {
    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;
    width: 95%;
    margin: 0 auto
}

#yd_page .content .main .hotMajor ul.boxOther li {
    width: 50%;
    background: url("../images/yd_yxsy_bg1.png") no-repeat;
    background-size: 100% 100%;
    margin-bottom: .3rem
}

#yd_page .content .main .hotMajor ul.boxOther li .box {
    width: 95%;
    margin: 0 auto;
    padding-top: .2rem
}

#yd_page .content .main .hotMajor ul.boxOther li .box .liTilte {
    margin-bottom: .2rem
}

#yd_page .content .main .hotMajor ul.boxOther li .box .liTilte a {
    font-size: .4rem;
    font-weight: bold;
    color: #fff
}

#yd_page .content .main .hotMajor ul.boxOther li .box div {
    font-size: .3rem;
    color: #fff;
    margin-bottom: .1rem
}

#yd_page .content .main .hotMajor ul.boxOther li:nth-child(2),#yd_page .content .main .hotMajor ul.boxOther li:nth-child(6),#yd_page .content .main .hotMajor ul.boxOther li:nth-child(10) {
    background: url("../images/yd_yxsy_bg2.png") no-repeat;
    background-size: 100% 100%
}

#yd_page .content .main .hotMajor ul.boxOther li:nth-child(3),#yd_page .content .main .hotMajor ul.boxOther li:nth-child(7) {
    background: url("../images/yd_yxsy_bg3.png") no-repeat;
    background-size: 100% 100%
}

#yd_page .content .main .hotMajor ul.boxOther li:nth-child(4),#yd_page .content .main .hotMajor ul.boxOther li:nth-child(8) {
    background: url("../images/yd_yxsy_bg4.png") no-repeat;
    background-size: 100% 100%
}

#yd_page .content .main .hotMajor ul.boxOther li:nth-child(5),#yd_page .content .main .hotMajor ul.boxOther li:nth-child(9) {
    background: url("../images/yd_yxsy_bg5.png") no-repeat;
    background-size: 100% 100%
}

#yd_page .content .main .hotMajor ul.boxOther li:nth-child(3n) {
    margin-right: 0px
}

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

#yd_page .content .main .generalRegulations .boxOther {
    font-size: .3rem;
    margin-bottom: .4rem
}
#yd_page .content .main .generalRegulations .boxOther .major a{
    background: linear-gradient(to right, #e1f5ff, rgba(225, 245, 255, 0));
    color: #2b9cf2;
    font-weight: bold;
    font-size: .45rem;
    padding-left: 0.2rem;
}
#yd_page .content .main .generalRegulations .boxOther table {
    border: .01rem solid #edf3ff;
    border-spacing: .01rem
}

#yd_page .content .main .generalRegulations .boxOther table thead {
    background-color: #edf3ff;
    padding: 0.2rem 0px;
}

#yd_page .content .main .generalRegulations .boxOther table thead tr {
    width: 100%
}

#yd_page .content .main .generalRegulations .boxOther table thead tr td {
    font-size: .35rem;
    color: #2b5af8;
    font-weight: bold;
    text-align: center
}

#yd_page .content .main .generalRegulations .boxOther table thead tr td:nth-child(4),
#yd_page .content .main .generalRegulations .boxOther table thead tr td:last-child {
    display: none;
}

#yd_page .content .main .generalRegulations .boxOther table thead tr td span {
    display: inline-block
}
#yd_page .content .main .generalRegulations .boxOther table tbody tr td {
    color: #768091;
    text-align: center;
    padding: 0.25rem 0px;
    position: relative;
    border-bottom: .01rem solid #c1d0eb
}

#yd_page .content .main .generalRegulations .boxOther table tbody tr td a {
    width: 90%;
    margin: 0 auto;
    display: block;
}

#yd_page .content .main .generalRegulations .boxOther table tbody tr td a:nth-child(1) {
    font-weight: bold;
    font-size: 0.35rem;
    margin-bottom: 0.1rem;
}

#yd_page .content .main .generalRegulations .boxOther table tbody tr td a:nth-child(2) {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
    color: #778091;
}
#yd_page .content .main .generalRegulations .boxOther table tbody tr td a:nth-child(3) {
    font-size: 0.3rem;
    color: #758191;
    background: #edf3ff;
    padding: 0.1rem 0.05rem;
    width: 85%;
    margin: 0 auto;
}

#yd_page .content .main .generalRegulations .boxOther table tbody tr td:nth-child(7):after {
    content: none;
}

#yd_page .content .main .generalRegulations .boxOther table tbody tr td::after {
    content: '';
    width: 0.01rem;
    height: 0.7rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    background: #c1d0eb;
}

#yd_page .content .main .generalRegulations .boxOther table tbody tr td img {
    display: block;
    margin: 0 auto;
    width: 80%;
}

#yd_page .content .main .generalRegulations .boxOther table tbody tr td:nth-child(1) {
    width: 15%;
}

#yd_page .content .main .generalRegulations .boxOther table tbody tr td:nth-child(2) {
    width: 28%;
}

#yd_page .content .main .generalRegulations .boxOther table tbody tr td:nth-child(3) {
    width: 18%;
}
#yd_page .content .main .generalRegulations .boxOther table tbody tr td:nth-child(3) span{
    background: #ffe1e1;
    color: #fe4543;
    border-radius: 0.1rem;
    padding: 0.1rem;
    font-weight: bold;
}
#yd_page .content .main .generalRegulations .boxOther:nth-child(2n) table tbody tr td:nth-child(3) span{
    background: #dcf9ff;
    color: #24abc8;
}
#yd_page .content .main .generalRegulations .boxOther:nth-child(3n) table tbody tr td:nth-child(3) span{
   background: #ffeeda;
    color: #fa8100;
}
#yd_page .content .main .generalRegulations .boxOther:nth-child(4n) table tbody tr td:nth-child(3) span{
  background: #f4e1ff;
    color: #a457db;
}
#yd_page .content .main .generalRegulations .boxOther:nth-child(5n) table tbody tr td:nth-child(3) span{
  background: #f1ffe5;
    color: #749568;
}
#yd_page .content .main .generalRegulations .boxOther table tbody tr:nth-child(2n) td:nth-child(3) span{
    background: #dcf9ff;
    color: #24abc8;
}
#yd_page .content .main .generalRegulations .boxOther table tbody tr:nth-child(3n) td:nth-child(3) span{
    background: #ffeeda;
    color: #fa8100;
}
#yd_page .content .main .generalRegulations .boxOther table tbody tr:nth-child(4n) td:nth-child(3) span{
    background: #f4e1ff;
    color: #a457db;
}
#yd_page .content .main .generalRegulations .boxOther table tbody tr:nth-child(5n) td:nth-child(3) span{
    background: #f1ffe5;
    color: #749568;
}
#yd_page .content .main .generalRegulations .boxOther table tbody tr td:nth-child(6) {
    width: 15%;
}

#yd_page .content .main .generalRegulations .boxOther table tbody tr td:last-child,
#yd_page .content .main .generalRegulations .boxOther table tbody tr td:nth-child(4) {
    display: none;
}

#yd_page .content .main .generalRegulations .boxOther table tbody tr td:nth-child(7) {
    width: 12%;
}

#yd_page .content .main .generalRegulations .boxOther table tbody tr td a {
    margin: 0 auto;
    text-align: center
}

#yd_page .content .main .generalRegulations .boxOther table tbody tr td a button {
    border: none;
    outline: none;
    background: #fe9934;
    color: #fff;
    text-align: center;
    font-size: .35rem;
    font-weight: bold;
    width: 60%;
    margin: .1rem auto;
    padding: .1rem .2rem
}

#yd_page .content .main .generalRegulations .boxOther table tbody tr td progress {
    width: 1rem;
    margin: 0 auto
}

#yd_page .content .main .generalRegulations .boxOther table tbody tr td:last-child {
    border-right: none
}

#yd_page .content .main .generalRegulations .boxOther table tbody tr:last-child td {
    border-bottom: none
}

#yd_page .content .main .generalRegulations .buttons {
    width: 70%;
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, right top, from(#ffb400), to(#ff8800));
    background: linear-gradient(to right, #ffb400, #ff8800);
    border-radius: .5rem
}

#yd_page .content .main .generalRegulations .buttons a {
    width: 100%;
    font-size: .45rem;
    text-align: center;
    color: #fff;
    padding: .2rem 0px
}

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

#yd_page .content .main .school .title a {
    color: #0e2752;
    margin-left: .45rem;
    font-weight: bold;
    font-size: .5rem;
    position: relative
}

#yd_page .content .main .school .title a:after {
    content: "";
    background: #143ce0;
    position: absolute;
    left: -0.4rem;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: .13rem;
    height: .6rem
}

#yd_page .content .main .school .title .more a:after {
    content: none
}

#yd_page .content .main .school .box {
    width: 95%;
    margin: 0 auto
}

#yd_page .content .main .school .box ul.list {
    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
}

#yd_page .content .main .school .box ul.list li {
    height: 3rem;
    width: 48%;
    -webkit-box-shadow: 0rem 0rem .1rem rgba(20, 60, 224, .4);
    box-shadow: 0rem 0rem .1rem rgba(20, 60, 224, .4);
    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;
    margin-bottom: .3rem;
    border-radius: .3rem
}

#yd_page .content .main .school .box ul.list li a {
    width: 27%
}

#yd_page .content .main .school .box ul.list li a img {
    display: block;
    width: 100%
}

#yd_page .content .main .school .box ul.list li .rights {
    width: 63%
}

#yd_page .content .main .school .box ul.list li .rights .fonts {
    margin-bottom: .2rem
}

#yd_page .content .main .school .box ul.list li .rights .fonts a {
    width: auto;
    color: #0e2752;
    font-weight: bold;
    font-size: .4rem
}

#yd_page .content .main .school .box ul.list li .rights .small {
    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: .1rem
}

#yd_page .content .main .school .box ul.list li .rights .small .gray {
    width: auto;
    font-size: .35rem;
    color: #768091
}

#yd_page .content .main .school .box ul.list li .rights .small .gray a {
    width: auto;
    font-size: .35rem;
    color: #768091
}

#yd_page .content .main .school .box ul.list li .rights .small .red {
    width: auto;
    font-size: .35rem;
    color: #f44
}

#yd_page .content .main .school .box ul.list li .rights .small .red a {
    width: auto;
    font-size: .35rem;
    color: #f44
}

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

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

#yd_page .content .right .flow {
    border-radius: .5rem;
    background: #fff;
    padding: .4rem 0 .2rem;
    margin-bottom: .5rem;
    display: none;

}

#yd_page .content .right .flow .flowTitle {
    color: #0e2752;
    font-weight: bold;
    width: 90%;
    margin: 0 auto .3rem;
    font-size: .5rem;
    position: relative;
    padding: .2rem 0 .2rem .45rem;
    border-bottom: .02rem solid #edf3ff
}

#yd_page .content .right .flow .flowTitle::after {
    content: "";
    background: #143ce0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: .13rem;
    height: .6rem
}

#yd_page .content .right .flow ul.list {
    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;
    width: 95%;
    margin: 0 auto
}

#yd_page .content .right .flow ul.list li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: .4rem
}

#yd_page .content .right .flow ul.list li .imgBox {
    width: 1.5rem;
    height: 1.5rem;
    border: 1px dashed #2b9cf2;
    border-radius: 30px;
    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;
    margin: 0 auto 4px
}

#yd_page .content .right .flow ul.list li .imgBox img {
    display: block;
    width: 50%
}

#yd_page .content .right .flow ul.list li .fonts a {
    text-align: center;
    font-size: .4rem
}

#yd_page .content .right .flow ul.list li:nth-child(3n) {
    margin-right: 0px
}

#yd_page .content .right .hotSchool .title,
#yd_page .content .right .hotCollege .title {
    width: 95%;
    margin: 0 auto .25rem;
    border-bottom: .02rem solid #edf3ff;
    padding-bottom: .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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#yd_page .content .right .hotSchool .title span,
#yd_page .content .right .hotCollege .title span {
    color: #0e2752;
    margin-left: .45rem;
    font-weight: bold;
    font-size: .5rem;
    position: relative
}

#yd_page .content .right .hotSchool .title span:after,
#yd_page .content .right .hotCollege .title span:after {
    content: "";
    background: #143ce0;
    position: absolute;
    left: -0.4rem;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: .13rem;
    height: .6rem
}

#yd_page .content .right .hotSchool .title .more a,
#yd_page .content .right .hotCollege .title .more a {
    border-radius: 1rem;
    font-size: .4rem;
    background: #edf3ff;
    color: #143ce0;
    padding: .1rem .3rem;
    font-weight: bold
}

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

#yd_page .content .right .hotSchool .box ul.list {
    width: 95%;
    margin: 0 auto
}

#yd_page .content .right .hotSchool .box ul.list li {
    -webkit-box-shadow: 0px 0px .1rem rgba(32, 64, 205, .3);
    box-shadow: 0px 0px .1rem rgba(32, 64, 205, .3);
    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;
    margin-bottom: .3rem;
    border-radius: .1rem
}

#yd_page .content .right .hotSchool .box ul.list li .num {
    font-size: .4rem;
    margin-left: .2rem;
    width: .5rem;
    height: .5rem;
    text-align: center;
    margin-right: .1rem
}

#yd_page .content .right .hotSchool .box ul.list li .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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

#yd_page .content .right .hotSchool .box ul.list li .fonts a {
    color: #0e2752;
    font-size: .4rem;
    margin-right: .1rem
}

#yd_page .content .right .hotSchool .box ul.list li .fonts img {
    display: block;
    width: .4rem;
    margin: 0 .02rem
}

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

#yd_page .content .right .hotCollege .box {
    width: 95%;
    margin: 0 auto
}

#yd_page .content .right .hotCollege .box ul.list {
    width: 95%;
    margin: 0 auto .3rem
}

#yd_page .content .right .hotCollege .box ul.list li {
    width: 100%;
    margin: 0 auto .3rem
}

#yd_page .content .right .hotCollege .box ul.list li a {
    width: 100%;
    background: #143ce0;
    color: #fff;
    text-align: center;
    font-size: .4rem;
    padding: .2rem 0px;
    border-radius: .1rem
}

#yd_page .content .right .hotCollege .box .buttons {
    width: 70%;
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, right top, from(#ffb400), to(#ff8800));
    background: linear-gradient(to right, #ffb400, #ff8800);
    border-radius: .5rem
}

#yd_page .content .right .hotCollege .box .buttons a {
    width: 100%;
    font-size: .45rem;
    text-align: center;
    color: #fff;
    padding: .2rem 0px
}

#yd_page .content .right .obj {
    border-radius: .5rem;
    background: #fff;
    padding: .4rem 0 .2rem;
    margin-bottom: .5rem;
    display: none;

}

#yd_page .content .right .obj .titles {
    display: block;
    color: #0e2752;
    font-weight: bold;
    width: 90%;
    margin: 0 auto .3rem;
    font-size: .5rem;
    position: relative;
    padding: .2rem 0 .2rem .45rem;
    border-bottom: .02rem solid #edf3ff
}

#yd_page .content .right .obj .titles::after {
    content: "";
    background: #143ce0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: .13rem;
    height: .6rem
}

#yd_page .content .right .obj .list {
    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;
    width: 90%;
    margin: 0 auto
}

#yd_page .content .right .obj .list a {
    width: 45%;
    background: url(../images/6_objBg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
    font-size: .4rem;
    margin-bottom: .3rem;
    padding: .35rem 0px
}

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