.subMain{
	width: 1400px;
	margin:0 auto;
	margin-top: 60px;
}
.subMain .aside{
	width: 340px;
	float: left;
}
.subMain .aside .mco_blk {
    width: 100%;
    height: 89px;
    line-height: 89px;
    text-align: center;
    padding: 0;
    font-size: 24px;
    /* line-height: 31px; */
    font-weight: bold;
    box-sizing: border-box;
}
.mco_blk {
    padding: 10px;
    background: #990000;
    color: #fff;
}
.subMain .aside .subNav {
    min-height: 300px;
}
.subMain .aside .subNav {
    background: #ffffff;
    /* padding: 10px; */
    padding-right: 0;
    padding-top: 25px;
    padding-bottom: 30px;
    min-height: 350px;
    box-shadow: 1px 2px 12px #f2f2f2;
}
.subMain .aside .subNav ul li:hover, .subMain .aside .subNav ul li.on {
    background:#f6eed7;
    /* width: 100%; */
    /* height: 55px; */
    /* display: block; */
}
.subMain .aside .subNav > ul > li > .a1 {
    width: 8px;
    height: 8px;
    float: left;
    background: #9b0000;
    margin: 23px 15px 0 24px;
}

.subMain .aside .subNav > ul > li > a {
    font-size: 20px;
    color: #333;
    width: 100%;
    display: block;
    line-height: 24px;
    padding: 15px 25px 16px 20px;
    box-sizing: border-box;
    transition: none;
}
.subMain .aside .subNav > ul > li.on > a {
    background: #fff;
    color: #9a0000;
}
.subMain .aside .subNav > ul > li.on > a {
    background: #f6eed7;
    color: #990000;
    font-weight: bold;
}
.subMain .aside .subNav > ul > li .subBox {
    background: #fff;
    display: none;
    padding-bottom: 10px;
}
.subMain .aside .subNav > ul > li.on .subBox {
    display: block;
}
.subMain .aside .subNav > ul > li .subBox > ul li .a2 {
    width: 4px;
    height: 4px;
    float: left;
    background: #5f4a44;
    margin: 17px 8px 0 55px;
}
.subMain .aside .subNav > ul > li .subBox > ul li a {
    color: #444;
    font-size: 16px;
    padding-left: 65px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}
.facont {
    min-height: 550px;
    /* margin-top: 45px; */
    margin-bottom: 80px;
}
.com_head01, .com_head02 {
    color: #333;
    position: relative;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: solid 1px #9b0000;
    padding-bottom: 5px;
}
.com_head01::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 5px;
    display: block;
    margin-top: 3px;
    background: #9b0000;
}
@media (min-width: 1200px) {
    .facont {
        width: calc(100% - 340px - 65px);
        float: right;
    }
}
.nyneirongbox {
    width: 100%;
    margin: 0px auto;
    margin-top: 50px;
}
.nyteacherlist {
    width: 100%;
    margin: 0px auto;
}
.nyteacherlist ul li {
    width: 198px;
    height: auto;
    margin: 0px 2.5%;
    /* border: 1px solid #e0ddd4; */
    display: block;
    float: left;
    margin-bottom: 40px;
}
.nyteacherlist .img {
    width: 198px;
    height: 263px;
    overflow: hidden;
    border-radius: 8px;
}
.nyteacherlist .img img {
    width: 100%;
    transition: all 500ms ease-out 0s;
}
.nyteacherlist .title a {
    display: block;
    font-size: 18px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #7f252a;
}
.title-center {
    text-align: center;
}
.title-center span a {
    display: inline-block;
    width: auto;
    padding: 0 14px;
    font-size: 20px;
    color: #a51c30;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin: 0 20px;
    margin-bottom: 25px;
}
.title-center .check a {
    background-color: #a51c30;
    color: #fff;
}
.title-center span a:hover {
    background-color: #a51c30;
    color: #fff;
}
.detail_bt {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    color: #333;
}
.detail_shuxing {
    width: 80%;
    margin: 0px auto;
    margin-top: 20px;
    line-height: 45px;
    font-size: 15px;
    color: #666;
    border-bottom: 1px #f8f8f8 solid;
    text-align: center;
}
.detail_shuxing .sx {
    margin: 0px 15px;
    margin-right: 15px;
}
.subMain_box {
    min-height: 550px;
    /* margin-top: 45px; */
    margin-bottom: 80px;
}
@media (min-width: 1200px) {
    .subMain_box {
        width: calc(100% - 385px - 65px);
        float: right;
    }
}
.ul_list05 > li {
    
    line-height: 32px;
    border-bottom: solid 1px #eee;
    padding: 20px 0;
}
.subMain .list_time .calcImg .pic {
    width: 150px;
    font-family: sf_pro_displaybold;
    font-size: 22px;
    line-height: 70px;
    color: #999;
    float: left;
}
.subMain .list_time .calcImg .words {
    width: calc(100% - 150px);
    padding-left: 10px;
    float: left;
}
.subMain .list_time .txt1 {
    margin-top: 3px;
    font-size: 20px;
}
.overflowEll, .overflowEllUl li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.subMain .list_time .txt3 {
    margin-top: 10px;
    color: #777;
    font-family: sf_pro_displayregular;
}
.txt3 {
    font-size: 14px;
    line-height: 21px;
}
.fanye {
    height: 80px;
    padding-top: 30px;
}
.page-navigation {
    text-align: center;
}
.page-navigation a:link {
    text-decoration: none;
}

.page-navigation a{
    border:1px solid #ccc;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-right: 10px;
    color: #666;
    cursor: pointer;
    transition: background-color, fast;
    -webkit-transition: background-color, fast;
    transition: background-color, 0.2s;
    -o-transition: background-color, 0.2s;
    -ms-transition: background-color, 0.2s;
    -moz-transition: background-color, 0.2s;
    -webkit-transition: background-color, 0.2s;

    -o-border-radius: 4px, 0, 0, 0;
    -ms-border-radius: 4px, 0, 0, 0;
    -moz-border-radius: 4px, 0, 0, 0;
    -webkit-border-radius: 4px, 0, 0, 0;
}
.page-navigation select {
width:90px;
    margin-bottom:3px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-right: 15px;
    color: #666;
    cursor: pointer;
    transition: background-color, fast;
    -webkit-transition: background-color, fast;
    transition: background-color, 0.2s;
    -o-transition: background-color, 0.2s;
    -ms-transition: background-color, 0.2s;
    -moz-transition: background-color, 0.2s;
    -webkit-transition: background-color, 0.2s;

    -o-border-radius: 4px, 0, 0, 0;
    -ms-border-radius: 4px, 0, 0, 0;
    -moz-border-radius: 4px, 0, 0, 0;
    -webkit-border-radius: 4px, 0, 0, 0;
}
.page-info {
    text-align: center;
    margin-top: 10px;
}
.page-info span {
    margin-right: 10px;
    color: #666;
}