/*  *** list子页面开始 ***  */
.zy_banner {
    width: 100%;
    height: 50vh;
    overflow: hidden;
    _height: 50vh; /* IE6 hack */
    margin: 0;
    padding: 0;
}

.zy_banner img {
    width: 100%;
    height: 100%;
}


.main_zy {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    background: url(../images/m5bg.png) no-repeat center top;
    background-size: cover;
    padding-bottom: 3%;
}


.main_zydqwz {
    display: flex;
    width: 1600px;
    flex: 0 1 auto;
    font-size: 1em;
    color: #333333;
    line-height: 65px;
    overflow: hidden;
}

.main_zydqwz a {
    color: #000;
}

.main_zybox {
    display: flex;
    width: 100%;
    max-width: 1600px;
    flex: 0 1 auto;
    justify-content: space-between;
    min-height: 800px;
}

.main_zyleft {

    width: 22%;
    display: flex;
    flex: 1 1 auto;
    margin-right: 3%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    flex-flow: column wrap;
    border-top-right-radius: 5px;
    background: linear-gradient(
            to bottom,
            rgba(173, 15, 25, 1) 10%,
            rgba(192, 18, 29, 1) 35%,
            rgba(212, 11, 24, 1) 97%
    );
}

.main_zyleft h3 {
    width: 100%;
    display: flex;
    border-bottom-right-radius: 15px;
    height: 85px;
    font-size: 1.6em;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    background: url(../images/leftlogo.png) no-repeat 30px center;
}

.main_zyleft ul {
    width: 95%;
    border-top-left-radius: 20px;
    margin-left: 5.1%;
    height: 88%;
    display: flex;
    flex-flow: column wrap;
    align-content: center;
    background: #ffffff url(../images/zyzst2.png) no-repeat center bottom;
    background-size: 100%;
}

.main_zyleft ul li {
    width: 90%;
    position: relative;
    z-index: 1;
    display: flex;
    border-bottom: 1px dashed #ffd7d7;
    font-weight: bold;
    font-size: 1.2em;
    height: 70px;
    align-items: center;
    justify-content: center;
    color: #333333;
}

.main_zyleft ul li a {
    display: flex;
    color: #636363;
}

.zylmmc {
    min-width: 130px;
    display: flex;
    position: relative;
    color: #333333;
    font-size: 1.6em;
    margin-bottom: 15px;
    height: 30px;
    font-weight: bold;
    align-items: center;
    overflow: hidden;
}

.zylmmc a {
    display: flex;
    color: #333333;
    flex: 0 1 auto;
}

.zylmmc a::before {
    width: calc(100% - 130px);
    border: 1px dashed #e5e5e5;
    display: flex;
    flex: 0 1 auto;
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translate(-50% 0);
}

.main_zyright {
    width: 100%;
    display: flex;
    padding: 2% 35px;
    flex-flow: column wrap;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.main_zyright_list {
    display: flex;
    width: 100%;
    flex: 0 1 auto;
    flex-flow: column wrap;
}

.main_zyright_list ul {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    flex: 1 1 auto;
}

.main_zyright_list ul li {
    background: url(../images/gzdt_ico.png) no-repeat left center;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 1.1em;
    line-height: 65px;
    height: 65PX;
    overflow: hidden;
    color: #333333;
    border-bottom: 1px dashed #CCC;
}

.main_zyright_list ul li a {
    width: 80%;
    overflow: hidden;
    color: #333333;
    padding-left: 3%;
}

/* .on  {
  color: #ffffff !important;
  border-radius: 8px;
  background: #f1ac40;
}
li:hover 
{  color: #000;
  border-radius: 8px;
  background: #f1ac40;
 } */

.main_zyleft ul li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #ff6701, #f1ac40);
    transition: width 0.4s ease;
    z-index: -1;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}

.main_zyleft ul li:hover::before {
    width: 100%;
}


.main_zyleft ul li:hover a {
    color: #ffffff;
}

/*  *** piclist子页面开始 ***  */
.main_zyright_piclist {
    display: flex;
    flex-flow: column nowrap;
    flex: 0 1 auto;
    justify-content: center;
}

.main_zyright_piclist ul {
    display: flex;
    flex-flow: row wrap;
    flex: 0 1 auto;
    justify-content: space-between;
    align-items: flex-start;
}

.main_zyright_piclist ul li {
    width: 48%;
    display: flex;
    flex-flow: row wrap;
    flex: 0 1 auto;
    position: relative;
    margin: 30px 0 0;
    border-bottom: 5px solid #ad0f19;
}

.picitem {
    width: 100%;
}

.picitem img {
    width: 100%;
}

.pictitle {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
    color: #fff;
    font-weight: bold;
    justify-content: center;
    font-size: 1.125em;
    text-align: center;
}

/*  *****内容页***** */
.main_zyright_contect {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    flex: 0 1 auto;
    align-content: center;
    justify-content: center;
}

.main_zyright_contect h3 {
    width: 100%;
    display: flex;
    flex: 0 1 auto;
    text-align: center;
    justify-content: center;
    font-size: 1.6em;
}

.fbxx {
    width: 95%;
    display: flex;
    flex: 0 1 auto;
    line-height: 40px;
    font-size: 1em;
    justify-content: center;
    background: #f6f6f6;
    margin: 30px auto;
}

.fbtime {
    display: flex;
    flex-flow: 0 1 auto;
    margin-right: 50px;
}

.content_text {
    width: 100%;
    line-height: 43px;
}

.content_text p {
    line-height: 43px !important;
    font-size: 16px !important;
    color: #333333;
    width: 100%;
    display: flex;
    flex: 0 1 auto;
    text-indent: 2em;
}

.content_text p img {
    text-indent: 0em;
    max-width: 100%;
}

.content_text2 {
    width: 100%;
    line-height: 43px;
}

.content_text2 p {
    line-height: 43px !important;
    font-size: 16px !important;
    color: #333333;
    width: 100%;

}

.content_text2 p img {
    text-indent: 0em;
    max-width: 100%;
}

#vsb_content_4 span {
    line-height: 43px !important;
    font-size: 16px !important;
}


/*  *****师资队伍***** */
.main_zyright_szdwlist {
    display: flex;
    flex-flow: column wrap;
    flex: 0 1 auto;
    justify-content: center;
}

.main_zyright_szdwlist ul {
    display: flex;
    flex-flow: row wrap;
    flex: 0 1 auto;
    justify-content: space-between;
}

.main_zyright_szdwlist ul li {
    width: 48%;
    display: flex;
    margin: 30px 0px;
    padding: 20px;
    background: #f1f1f1;
}

.main_zyright_szdwlist ul li a {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    color: #333333;
}

.teacherimg {
    width: 120px;
    height: 150px;
    display: flex;
    flex: 0 1 auto;
}

.teacherimg img {
    width: 100%;
    border-radius: 6px;
}

.teacherjj {
    width: 65%;
    min-width: 202px;
    display: flex;
    flex-flow: column wrap;
    align-content: flex-start;
}

.teacherjj_item h3 {
    width: 100%;
    display: flex;
    flex-flow: row nowrap; /*font-weight:400;*/
    font-size: 1em;
    line-height: 37px;
}

.teacherjj_item {
    width: 100%;
    display: flex;
    height: 37px;
    line-height: 37px;
    overflow: hidden;
    align-content: center;
    flex-flow: row nowrap;
}


/* 响应式设计 */
@media (max-width: 1380px) {
    .main_zy {
        max-width: 100%;
        padding: 0px 5%;
    }

    .main_zyleft h3 {
        background: url(../images/leftlogo.png) no-repeat 20px center;
        padding-left: 55px;
    }
}

/* 响应式调整 */
@media (max-width: 1200px) {
    .main_zyright_szdwlist ul {
        flex-flow: column nowrap;
    }

    .main_zyright_szdwlist ul li {
        width: 100%;
    }

    .main_zy {
        padding-bottom: 10%;
    }

}


/* 移动端：垂直堆叠 */
@media (max-width: 992px) {
    .zy_banner {
        width: 100%;
        height: 35vh;
        overflow: hidden;
        _height: 50vh; /* IE6 hack */
    }

    /*子页*/
    .main_zybox {
        flex-flow: column;
        flex: 1 1 100%;
    }

    .main_zyleft {
        display: none;
    }

    .main_zyright {
        width: 100%;
    }

    .main_zyright_piclist ul li {
        width: 47%;
    }

    .main_zyright_szdwlist ul li {
        width: 100%;
        flex: 1 1 auto;
    }
}

@media (max-width: 576px) {
    .main_zyright_piclist ul li {
        width: 100%;
    }

}

@media (max-width: 480px) {
    .main_zyright_piclist ul li {
        width: 100%;
    }

    .main_zydqwz {
        font-size: 12px;
    }
}

.clr {
    clear: both;
}

.pagination .active {
    color: #0075c2;
    font-weight: bold;

}

.pagination a {
    color: #8D8D8D;
}

.pagination li {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 35px;
    text-align: center;
    padding: 5px;
    float: left;
}