ul,
li,
p {
    list-style: none;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
    color: #2070b5;
}

.top_nav {
    background: url(/yingYangYuPengRenXi/img/header_top_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 30px 0;
}

input:focus-visible {
    outline: none;
}

input:focus {
    outline: none;
}

.logo {
    display: inline-block;
}

.logo img {
    border-right: 1px solid #a0a0a0;
    padding-right: 30px;
}

.logo p {
    display: inline-block;
    margin-left: 20px;
    font-size: 18px;
}

.top_nav_search {
    float: right;
    width: 200px;
    position: relative;
}

.top_nav_search::after {
    background: #2070b5;
    position: absolute;
    right: 4px;
    top: 3px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    content: '\2794';
    color: #fff;
    line-height: 38px;
    text-align: center;
}

.top_nav_search input {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: transparent;
    border: 1px solid #2070b5;
    border-radius: 50px;
    padding-left: 10px;
}

.bottom_nav {
    background: #2070b5;
    height: 56px;
    width: 100%;
}

.bottom_nav ul li {
    float: left;
    width: 8.3333333%;
    line-height: 56px;
    text-align: center;
    height: 56px;
}

.bottom_nav ul li p{
     line-height: 1.5;
    padding: 10px 10px;
}

.bottom_nav ul li a {
    color: #fff;
    font-size: 14px;
}

.bottom_nav ul>.active {
    background: #4d8dc4;
}
.bottom_nav ul li{
    position: relative;
}
.bottom_nav ul li:hover {
    background: #4d8dc4;
}
.bottom_nav ul li:hover >div{
    display: block;
}
.bottom_nav ul li>div{
    display: none;
    position: absolute;
    top: 100%;
    background: #4d8dc4;
    width: 100%;
    z-index: 1000000;
}
.message {
    margin: 50px 0;
}

.message_left {
    box-shadow: 0px 2px 10px 5px #eef3f6;
}

.message_left_p {
    padding: 15px;
}

.message_left_p a {
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.message_left_p span {
    color: #999999;
    display: block;
    margin-top: 6px;
    margin-bottom: 6px;
}

.message_left_p p {
    color: #666666;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.message_left_p a:hover {
    color: #2070b5
}

.message_right_top {
    border-bottom: 1px solid #e5e4e3;
    padding-bottom: 10px;
}

.message_right_top p {
    background: url(/yingYangYuPengRenXi/img/new_icon1.png) no-repeat 0px center;
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}

.message_right_top a {
    float: right;
    margin-top: 4px;
}

.message_right ul li {
    border-bottom: 1px dashed #e5e4e3;
    padding: 15px 0;
    overflow: hidden;
}

.message_right ul li a {
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 84%;
    display: inline-block;
    float: left;
}

.message_right ul li span {
    float: right;
    color: #666666;
}

.message_right ul li i {
    background: url(/yingYangYuPengRenXi/img/new_icon2.png) no-repeat center;
    width: 8px;
    height: 8px;
    float: left;
    margin-top: 6px;
    margin-right: 12px;
}

.message_right ul li a:hover {
    color: #2070b5;
}

.index_new {
    background: url(/yingYangYuPengRenXi/img/index_new_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 40px 0 20px 0;
}

.index_new_top {
    border-bottom: 1px solid #e5e4e3;
    padding-bottom: 10px;
}

.index_new_top p {
    background: url(/yingYangYuPengRenXi/img/new_icon3.png) no-repeat 0px center;
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}

.index_new_top a {
    float: right;
    margin-top: 4px;
}

.index_new_topbox {
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.index_new_topbox_img {
    float: left;
    width: 40%;
}

.index_new_topbox_r {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    width: 60%;
    border: 1px solid #efefef;
    height: 100%;
}

.index_new_topbox_r>a {
    display: block;
    color: #3333;
    margin-bottom: 10px;
    overflow: hidden;
}

.index_new_topbox_r>a:hover p {
    color: #2070b5;
}

.index_new_topbox_r>a>p {
    width: 70%;
    float: left;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
}

.index_new_topbox_r>a>span {
    float: right;
    font-size: 14px;
    color: #999999;
}

.index_new_topbox_r>div {
    color: #666666;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.index_new_list {
    border-bottom: 1px solid #efefef;
    padding-bottom: 14px;
    margin-bottom: 20px;
}

.index_new_list_top {
    overflow: hidden;
    position: relative;
    margin-bottom: 14px;
}

.index_new_list_top>a {
    float: left;
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    padding-left: 20px;
    color: #333;
}

.index_new_list_top>a:hover {
    color: #2070b5;
}

.index_new_list_top>span {
    float: right;
    color: #999999;
    font-size: 14px;
}

.index_new_list_top>a::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #c1c1c1;
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
}

.index_new_list>div {
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
}

.index_new2 {
    margin: 40px 0;
}

.index_new2_list_top {
    margin-top: 20px;
}

.index_new2_list_top>a {
    display: block;
    position: relative;
}

.index_new2_list_top>a>div {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding-left: 20px;
    bottom: 0;
    left: 0;
    height: 34px;
    line-height: 34px;
}

.index_new_top2 {
    border-bottom: 1px solid #e5e4e3;
    padding-bottom: 10px;
}

.index_new_top2 p {
    background: url(/yingYangYuPengRenXi/img/new_icon4.png) no-repeat 0px center;
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}

.index_new_top2 a {
    float: right;
    margin-top: 4px;
}

.index_new_top3 {
    border-bottom: 1px solid #e5e4e3;
    padding-bottom: 10px;
}

.index_new_top3 p {
    background: url(/yingYangYuPengRenXi/img/new_icon5.png) no-repeat 0px center;
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}

.index_new_top3 a {
    float: right;
    margin-top: 4px;
}

.index_new_top4 {
    border-bottom: 1px solid #e5e4e3;
    padding-bottom: 10px;
}

.index_new_top4 p {
    background: url(/yingYangYuPengRenXi/img/new_icon6.png) no-repeat 0px center;
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}

.index_new_top4 a {
    float: right;
    margin-top: 4px;
}

.index_new2_list_bom ul li {
    border-bottom: 1px dashed #e5e4e3;
    padding-bottom: 10px;
    position: relative;
    margin-top: 14px;
}

.index_new2_list_bom ul li>a {
    padding-left: 20px;
    color: #656565;
}

.index_new2_list_bom ul li>a::before {
    content: "\25BA";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 4px;
    color: #f8696a;
}

.index_new2_list_bom ul li>a:hover {
    color: #2070b5;
}

.index_new2_r ul li {
    border-bottom: 1px dashed #e5e4e3;
    padding-bottom: 10px;
    overflow: hidden;
    margin-top: 20px;
}

.index_new2_r ul li>a>img {
    width: 32.6%;
    float: left;
}

.index_new2_r ul li>div {
    float: right;
    width: 64%;
}

.index_new2_r ul li>div>a {
    font-size: 16px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 4px;
    color: #333;
}

.index_new2_r ul li>div>a:hover {
    color: #2070b5;
}

.index_new2_r ul li>div>span {
    font-size: 12px;
    color: #777777;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index_bottom_swiper {
    background: #fbfbfb;
    padding: 40px 0;
}

#bottom_banner {
    margin-top: 20px;
    position: relative;
}

.bottom_swiper {
    position: relative;
}

.bottom_swiper .swiper-button-next {
    right: -30px;
}

.bottom_swiper .swiper-button-prev {
    left: -30px;
}

footer {
    background: url(/yingYangYuPengRenXi/img/footer_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 50px 0;
    overflow: hidden;
}

.footer_l {
    float: left;
    width: 60%;
}

.footer_l_link {
    float: left;
    width: 40%;
}

.footer_l_link p {
    color: #fff;
    margin-bottom: 10px;
}

.footer_l_link a {
    display: block;
    color: #fff;
    margin-bottom: 10px;
}

.footer_l_content {
    width: 48%;
    float: left;
}

.footer_l_content p {
    color: #fff;
    margin-bottom: 10px;
}

.footer_r {
    float: right;
    width: 30%;
    overflow: hidden;
}

.footer_ewm {
    width: 50%;
    float: left;
    text-align: center;
}

.footer_ewm p {
    color: #fff;
    margin-top: 10px;
}

.footer_bottom {
    background: #2070b5;
    text-align: center;
    padding: 10px 0;
}

.footer_bottom>div {
    color: #fff;
    display: inline-block;
    margin-right: 20px;
}
/* ÄÚÒ³ */
.pages{
    position: relative;
}
.pages_r{
    width: 71%;
    background: #fff;
    margin-left: 29%;
}
.pages_r_box{
    width: 74%;
    overflow: hidden;
    padding:30px;
}
.pages_navigation{
    float: right;
    margin-bottom: 20px;
}
.pages_navigation::before{
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border:1px solid #2070b5;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}
.pages_navigation>p{
    display: inline-block;
    color: #666666;
}
.pages_navigation>a{
    color: #666;
}
.pages_navigation>a:hover{
    color: #2070b5;
}
.pages_title{
    clear: both;
    border-bottom: 1px solid #e5e4e3;
}
.pages_title h2{
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    border-left: 3px solid #2070b5;
}
.pages_content{
    margin-top: 20px;
}
.pages_content p{
    text-indent: 24px;
    line-height: 30px;
    color: #555555;
}
.pages_content img{
    width: 100%;
}
.pages_l{
    width: 29%;
    position:absolute;
    left: 0;
    top: 0%;
    background: #f9fafb;
    height: 100%;
    z-index: 100000;
}
.pages_l_nav{
    width: 40%;
    background: #2070b5;
    float: right;
    margin-top: -9%;
    z-index: 100000;
    position: relative;
}
.pages_l_nav p{
    color: #fff;
    font-size: 20px;
    padding: 30px 0 30px 40px;
}
.pages_l_nav ul{
    float: right;
    width: 90%;
    background: #f9fafb;
}
.pages_l_nav ul a{
    color: #333;
    font-size: 15px;
    padding: 18px 0 18px 18px;
    border-bottom: 1px solid #efefef;
    display: block;
}
.pages_l_nav ul>.active{
    background: #fff;
}
.pages_l_nav ul>.active>a{
    color: #2070b5;
}
.pages_l_nav ul li:hover{
    background: #fff;
}
.pages_l_nav ul li:hover>a{
    color: #2070b5;
}
.pages_table{
    margin-top: 20px;
}
.pages_table_wid{
    width: 60%;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
    border-bottom-width: 0;
}
.teacher_list{
    margin-top: 20px;
}
.teacher_list_img{
    display: block;
    overflow: hidden;
}
.teacher_list_img img{
    transition: 0.5s all;
}
.teacher_list_img:hover img{
    transform: scale(1.2);
}
.teacher_list_t {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.teacher_list_t p{
    font-size: 15px;
    color: #333;
    display: inline-block;
    margin-right: 10px;
}
.teacher_list_t span{
    display: inline-block;
    color: #666666;
    font-size: 14px;
}
.teacher_list>div{
    line-height: 24px;
    font-size: 0.12px;
    color: #666;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.teacher_list_t:hover>p{
    color: #2070b5;
}
.pages_fy{
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}
.teacher_xq{
    overflow: hidden;
    margin-top: 30px;
}
.teacher_l{
    float: left;
    width: 34%;
    text-align: center;
}
.teacher_l p{
    font-size: 16px;
    margin-top: 10px;
}
.teacher_r{
    float: right;
    width: 65%;
}
.teacher_r_t{
    border-bottom: 1px solid #e5e4e3;
    padding-bottom: 14px;
    margin-bottom: 20px;
    font-size: 18px;
}
.teacher_r_content>p{
    text-indent: 24px;
    line-height: 30px;
}
.pages_new_title{
    margin-top: 40px;
    text-align: center;
}
.pages_new_sub{
    margin-top: 20px;
}
.pages_new_sub>p{
    display: inline-block;
    margin-right: 20px;
    color: #666666;
}
.pages_new_title>h3{
    font-size: 22px;
}
.pages_new_sub_ly::before{
    content: '';
    background: url(/yingYangYuPengRenXi/img/page_new_icon1.png) no-repeat;
    width: 14px;
    height: 14px;
    float: left;
    margin-right: 4px;
    margin-top: 2px;
}
.pages_new_sub_t::before{
    content: '';
    background: url(/yingYangYuPengRenXi/img/page_new_icon2.png) no-repeat;
    width: 14px;
    height: 14px;
    float: left;
    margin-right: 4px;
    margin-top: 2px;
}
.pages_new_sub_l::before{
    content: '';
    background: url(/yingYangYuPengRenXi/img/page_new_icon3.png) no-repeat;
    width: 14px;
    height: 14px;
    float: left;
    margin-right: 4px;
    margin-top: 2px;
}
.pages_img_group{
    margin-top: 30px;
}
.pages_img_box{
    margin-bottom: 20px;
}
.pages_img_box_img{
    overflow: hidden;
    display: block;
}
.pages_img_box_img>img{
    transition: 0.5s all;
}
.pages_img_box_img:hover>img{
    transform: scale(1.2);
}
.pages_img_box_t{
    display: block;
    margin-top: 10px;
    color: #333;
    text-align: center;
    font-size: 16px;
}
.pages_img_box_t:hover{
    color: #2070b5
}
.pages_new_group1{
    margin-top: 30px;
}
.pages_new_group1 ul li{
    border-bottom: 1px solid #e5e4e3;
    margin-bottom: 20px;
    padding-bottom: 14px;
}
.pages_new_group1 ul li::before{
    content: '';
    width: 4px;
    height: 4px;
    background: #2070b5;
    float: left;
    top: 4px;
    margin-right: 10px;
    margin-top: 8px;
}
.pages_new_group1 ul li>a{
    color: #333;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}
.pages_new_group1 ul li>span{
    float: right;
    color: #999999;
}
.pages_new_group1 ul li>a:hover{
    color: #2070b5;
}
.pages_new_group2{
    margin-top: 30px;
}
.pages_new_group2 ul li{
    margin-bottom: 30px;
    overflow: hidden;
}
.pages_new_group2_l{
    float: left;
    overflow: hidden;
    width: 25%;
}
.pages_new_group2_l:hover>img{
    transform: scale(1.2);
}
.pages_new_group2_l>img{
    width: 100%;
    transition: 0.5s all;
}
.pages_new_group2_r{
    float: right;
    width: 73%;
}
.pages_new_group2_r_t{
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
}
.pages_new_group2_r>span{
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}
.pages_new_group2_r>div{
    color: #a6a6a6;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 20px;
}
.pages_new_group2_r_more{
    display: inline-block;
    color: #666666;
} 
.pages_new_group2_r_more::after{
    content: '\25BA';
    width: 14px;
    height: 14px;
    display: block;
    float: right;
    color: #2070b5;
    margin-left:10px;
}
@media screen and (max-width: 1024px) {
    .logo img {
        border-right: none;
        width: 280px;
    }

    .top_nav {
        padding: 10px 0;
    }

    .anniu {
        background: transparent;
        width: 40px;
        height: 30px;
        position: absolute;
        z-index: 999;
        right: 4%;
        top: 22px;
        border: 1px solid #0061a7;
        border-radius: 4px;
    }

    .anniu div {
        height: 12px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .anniu i {
        display: block;
        background: #0061a7;
        height: 2px;
        width: 60%;
        margin: 0 auto;
        margin-top: 2px;
    }

    .bottom_nav {
        display: none;
        background: rgba(255, 255, 255, 0.9);
        display: none;
        position: fixed;
        z-index: 100000000000;
        height: 100%;
    }
    .bottom_nav ul li{
        float: none;
        width: 100%;
        color: #333;
        border-bottom: 1px solid #e5e4e3;
    }
    .bottom_nav ul li a{
        color: #333;
    }
    .bottom_nav ul>.active a{
        color: #fff;
    }
    .message{
        margin: 20px 0;
    }
    .message_right{
        margin-top: 20px;
    }
    .index_new_topbox_r>div{
        -webkit-line-clamp: 1;
    }
    .index_new2_list{
        margin-top: 20px;
    }
    .index_new2{
        margin: 20px 0;
    }
    .index_new_top4{
        margin-top: 20px;
    }
    .footer_l{
        width: 100%;
        float: none;
    }
    .footer_l_link{
        float: none;
        width: 100%;
        overflow: hidden;
    }
    .footer_l_link a{
        float: left;
        width: 50%;
    }
    .footer_l_content{
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .footer_r{
        float: none;
        width: 100%;
    }
    .pages_l{
        width: 100%;
        position: relative;
    }
    .pages_l_nav{
        width: 100%;
        float: none;
    }
    .pages_l_nav p{
        padding: 15px;
    }
    .pages_l_nav ul{
        float: none;
        overflow: hidden;
        width: 100%;
    }
    .pages_l_nav ul li{
        width: 33.333333%;
        float: left;
        text-align: center;
    }
    .pages_r{
        width: 100%;
        float: none;
        margin: 0;
    }
    .pages_r_box{
        width: 100%;
        padding: 15px;
    }
    .pages_l_nav ul a{
        padding: 18px 0;
    }
    .teacher_l{
        width: 100%;
        float: none;
    }
    .teacher_l img{
        width: 100%;
    }
    .teacher_l>p{
        display: none;
    }
    .teacher_r{
        float: none;
        width: 100%;
    }
    .teacher_r_t{
        margin-top: 20px;
    }
    .pages_new_group2_r_t{
        margin-bottom: 4px;
        font-size: 14px;
    }
    .pages_new_group2_r>span{
        margin-bottom: 4px;
    }
    .pages_new_group2_r_more{
        display: none;
    }
    .pages_new_group2 ul li {
        margin-bottom: 10px;
    }
    .pages_new_group2_l{
        width: 30%;
    }
    .pages_new_group2_r{
        width: 68%;
    }
    .pages_new_group1 ul li>a{
        width: 70%;
    }
}


.page_banner>img{width: 100%;}