* {
    margin: 0;
    padding: 0;
}

html,body {
    overflow-x: hidden;
}

.wrap {
    max-width: 1300px;
    margin: 0 auto;
    transition: .6s;
    position: relative;
}

i {
    cursor: pointer;
}

#header {
    background-color: #1a336fb3;
    width: 100%;
    position: fixed;
    z-index: 9;
}

#header .logo {
    padding: 17px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .logo2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .logo3 {
    color: #fff;
    font-size: 30px;
    display: none;
}

#header .logo2 ul li {
    float: left;
    color: #fff;
    font-size: 14px;
    position: relative;
}
#header .logo2 ul li a{color:#fff;}
#header .logo2 ul li:first-child {
    margin-right: 60px;
}

#header .logo2 ul li:first-child::after {
    content: '';
    display: block;
    width: 2px;
    height: 15px;
    background-color: #7f7c72;
    position: absolute;
    top: 0;
    right: -25px;
}

#header .logo2 .sec {
    position: relative;
    margin-left: 40px;
}

#header .logo2 ul li a:hover {
    text-decoration: underline;
    color: #fff;
}

#header .logo2 .sec input.text {
    width: 150px;
    height: 28px;
    background-color: #6274a0b8;
    border-radius: 100px;
    color: #fff;
    padding: 0 15px;
}

#header .logo2 .sec .ri-search-line {
    color: #fff;
    font-size: 23px;
    position: absolute;
    right: 5px;
    top: 6px;
    cursor: pointer;
    background: url(/znzzxy/resources/images/search.png) no-repeat;
    width: 16px;
    height: 16px;
}

#header .header2>ul {
    border-top: 1px solid #61739f;
    width: 80%;
    display: flex;
    justify-content: center;

}

#header .header2>ul>li {
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    float: left;
    margin-left: 13px;
    position: relative;
}
#header .header2>ul>li a{color:#fff;}
#header .header2>ul>li i {
    font-size: 27px;
    position: absolute;
    right: -15px;
    top: 10px;

}

#header .header2>ul>li>span {
    padding: 15px 10px;
}

#header .header2>ul>li span::after {
    content: '';
    display: block;
    width: 70%;
    height: 1px;
    background-color: #ffb044;
    position: absolute;
    bottom: 0;
    opacity: 0;
}

#header .header2>ul>li span .arrow {


    transform: rotate(180deg);
}

#header .header2>ul>li.active>span::after {
    opacity: 1;
}

#header .header2>ul>li:hover span::after {
    opacity: 1;
}

#header .header2 ul li .head-list {
    position: absolute;
    background-color: #fba122;
    color: #333;
    top: 48px;
    display: none;
    left: -18px;
    width: 8vw;
}

#header .header2 ul li .head-list ul {
    padding: 10px;
}

#header .header2 ul li .head-list ul li {
    margin-bottom: 10px;
    line-height: 30px;
    font-size:16px;
    text-align:center;
}

#header .header2 ul li .head-list ul li a:hover {
    text-decoration: underline;
    border-bottom: 0;
}

#header .mask {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    display: none;
}

#header .mask .cal {
    font-size: 8vw;
    color: #fff;
    position: absolute;
    top: 8%;
    right: 5%;
}

#header .mask .search {
    position: absolute;
    top: 30%;
    left: 20%;
    width: 40%;
}

#header .mask .search .inp {
    background-color: #fff;
    padding: 10px 20px;
    font-size: 25px;
    line-height: 25px;
    height: 30px;
    width: 100%;
    padding-right: 100px;
}

#header .mask .search .submit {
    background-color: #004097;
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    position: absolute;
    right: -120px;
    top: 0;
    padding: 13px;
}

.top-hr {
    width: 100%;
    background-color: #07469c;
    position: absolute;
    top: 0;
    z-index: 10;
    height: 100vh;
    display: none;
}

.top-hr .header {
    align-items: center;
}

.cal1 {
    font-size: 35px;
    margin-top: -7px;
    color: #fff;
    cursor: pointer;
}

.top-hr .header3 {
    margin-right: 50px;
}

.header-r {
    padding-top: 130px;
    text-align: left;
    display: none
}

.top-hr-1 {
    position: absolute;
    margin-top: 30px
}

.top-hr-1 img {
    width: 100%;
    height: 100%;
    transition: all .6s;
}

.top-hr1 {
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 175px;
    left: 50px;
    line-height: 65px;
}

.top-hr2 {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 20px;
    display: flex;
    align-items: center;
    margin-top: 30px;
}



.header-r {
    padding: 110px 0 0;
    text-align: left;
    display:block;
}

.header-r .scroll-a {
    padding-bottom: 20px;
    display: block;
    height: 100%;
    overflow: hidden;
    overflow-y: auto
}

.header-r .header-link {
    display: block;
    color: #fff;
}

.scroll-a .nav {
    width: 100%;
    padding-top: 2vh;
}

.scroll-a .nav li {
    display: block;
    position: relative;
    line-height: 35px;
}

.scroll-a .nav li>a {
    padding: 10px 30px;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    display: block;
}

.scroll-a .nav li>a:before {
    display: none
}

.scroll-a .nav li>a i {
    display: block
}

.sub {
    padding: 10px 0;
    width: 100%;
    min-width: 0;
    position: static;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}

.sub a:before {
    display: none
}


.header-link {
    margin-top: 10px;
    padding: 0 20px;
    text-align: left
}

.header-link {
    margin-top: 10px;
    padding: 0 20px;
    text-align: left
}

.header-link a {
    padding: 0 10px;
    font-size: 14px;
    line-height: 2.2;
    color: #fff;
}

.header-link {
    font-size: 5px;
}

.scroll-a .nav li.on>a:after,
.nav li:hover>a:after {
    opacity: 1;
}

.scroll-a .nav li a:hover {
    background-color: transparent;
}

.scroll-a .nav li>a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: #f5a00a;
    opacity: 0;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.scroll-a .nav li>a i {
    position: absolute;
    right: 20px;
    width: 30px;
    height: 30px;
    background: url(/znzzxy/resources/images/arrow1.png) center center no-repeat;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-100%)
}

.sub a {
    padding: 5px 40px;
    display: block;
    text-align: left;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    position: relative;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.sub a:hover {
    text-decoration: underline
}

.scroll-a .nav li.on>a:after,
.nav li:hover>a:after {
    opacity: 1
}

.scroll-a .nav li.on>a i {
    background-image: url(/znzzxy/resources/images/arrow2.png);
}

.scroll-a .nav>li>a:focus {
    background-color: transparent;
}
/* ban */
.ban {
    position: relative;
}

.ban .img {
    position: absolute;
    bottom: 30%;
    left: 20%;
}

.ban .ban1 a {
    display: block;
}

.ban .ban1 a img {
    width: 100%;
}

.ban .ban1 .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
}

.ban .ban1 .slick-dots li {
    width: 10px;
    height: 10px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
}

.ban .ban1 .slick-dots li.slick-active {
    width: 40px;
    background-color: #cc9900;
    border-radius: 50px;
}

.ban .ban1>button {
    width: 45px;
    height: 45px;
    border: 2px solid #53575e;
    border-radius: 50%;
    position: absolute;
    z-index: 8;
    transition: .6s;
}

.ban .ban1>button i {
    font-size: 30px;
    color: #53575e;
    transition: .6s;
}

.ban .ban1 .slick-prev {
    left: 35px;
    bottom: 35%;
}

.ban .ban1 .slick-next {
    right: 35px;
    bottom: 35%;
}

.ban .ban1>button:hover {
    border: 2px solid #fff;
}

.ban .ban1>button:hover i {
    color: #fff;
}

/* xy-wrap */
.xy-wrap .xy {
    width: 70%;
    margin-top: 30px;
    float: left;
}

.xy-wrap .xy .tit {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.xy-wrap .xy .tit::before {
    content: '';
    display: block;
    width: 40px;
    height: 35px;
    background-image: url(/znzzxy/resources/images/tz.png);
    margin-right: 20px;
}
.xy-wrap .slick-dots li button{
    display: none;
}
.xy-wrap .xy header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #264ba6;
}

.xy-wrap .xy .more {
    font-size: 16px;
    color: #264ba3;
    display: flex;
    align-items: center;
}

.xy-wrap .xy .more::before {
    content: '';
    display: block;
    width: 32px;
    height: 10px;
    background-image: url(/znzzxy/resources/images/icon3.png);
    margin-right: 20px;
}

.xy-wrap .xy-con .xy-con-r ul li a {
    display: block;
    height: 55px;
    line-height: 55px;
}
.xy-wrap .xy1 .xy-con .xy-con-r ul li a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
}
.xy-wrap .xy-con .xy-con-r ul li a:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    bottom: 0;
}

.xy-wrap .xy-con .xy-con-r ul li .date {
    float: right;
    color: #999;
}

.xy-wrap .xy-con .xy-con-r ul li .title {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    width: 70%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    position: relative;
    padding-left: 15px;
}

.xy-wrap .xy-con .xy-con-r ul li .title:hover {
    color: #264ba3;
}

.xy-wrap .xy-con .xy-con-r ul li .title:hover:before {
    background: #264ba3d0;
}

.xy-wrap .xy-con .xy-con-r ul li .title::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #ccc;
    border-radius: 50%;
    position: absolute;
    top: 46%;
    left: 0;
}

.xy-wrap .xy-con {
    padding-top: 20px;
}

.xy-wrap .xy-con .xy-con-r {
    float: right;
    width: 48%;
}

.xy-wrap .xy-con .xy-con-l {
    width: 48%;

    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
    float: left;
}

.xy-wrap .xy-con .xy-con-l img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.xy-wrap .xy-con .xy-con-l a .news-tp {
    position: relative;
    overflow: hidden;
}

.xy-wrap .xy-con .xy-con-l a .news-tp .thum img {
    transition: .6s;
}

.xy-wrap .xy-con .xy-con-l a .news-tp .thum img:hover {
    transform: scale(1.02);
}

.xy-wrap .xy-con .xy-con-l a .news-tp .title::after {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    background: linear-gradient(to left, rgb(20, 72, 156, 0), #3d2eb4);
    position: absolute;
    bottom: 0;
}

.xy-wrap .xy-con .xy-con-l a .news-tp .date {
    width: 75px;
    height: 80px;
    background-color: #fba122;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
}

.xy-wrap .xy-con .xy-con-l a .news-tp .date p {
    color: #fff;
    font-size: 30px;
    padding: 10px 0;
}

.xy-wrap .xy-con .xy-con-l a .news-tp .date span {
    color: #fff;
    font-style: normal;
    font-size: 14px;
}

.xy-wrap .xy-con .xy-con-l .news-wz {
    padding-bottom: 30px;
}

.xy-wrap .xy-con .xy-con-l .news-wz h1 {
    padding: 30px 0;

}

.xy-wrap .xy-con .xy-con-l .news-wz h1 p {
    display: flex;
    align-items: center;
}

.xy-wrap .xy-con .xy-con-l .news-wz h1 p strong {
    font-size: 20px;
    color: #2672c3;
    padding: 0 10px;
}

.xy-wrap .xy-con .xy-con-l .news-wz h1 p span {
    font-size: 16px;
    color: #333;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* ¨¨??¨¦?????¨¨?¡­??????¨¨???????? */
    overflow: hidden;
    width: 57%;
}

.xy-wrap .xy-con .xy-con-l .news-wz>p {
    font-size: 14px;
    color: #333;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding: 0 10px;
}

.xy-wrap .xy-con .xy-con-l .news-wz>p:hover {
    color: #264ba3;
}

.xy-wrap .xy-con .xy-con-l .item .slick-dots {
    position: absolute;
    bottom: 37%;
    z-index: 1;
    left: 5%;
}

.xy-wrap .xy-con .xy-con-l .item .slick-dots li {
    width: 10px;
    height: 10px;
    background-color: #fff;
}

.xy-wrap .xy-con .xy-con-l .item .slick-dots li.slick-active {
    background-color: #ffa41f;
}

.xy-wrap .tz {
    width: 25%;
    float: right;
}

.xy-wrap .tz .xy-con-r {
    width: 100%;
}

.xy-wrap .tz .xy-con {
    padding-top: 20px;
}

.xy-wrap .tz .xy-con ul li .title {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 25px;
    width: 73%;
}

.xy-wrap .tz .xy-con ul li .date {
    float: left;
    text-align: center;
    background-color: #f0f6fc;
    color: #333;
    padding: 10px;
}

.xy-wrap .tz .xy-con ul li .date span {
    font-size: 20px;
}

.xy-wrap .tz .xy-con ul li .date p {
    padding-top: 5px;
}

.xy-wrap .tz .xy-con .xy-con-r ul li {
    padding-bottom: 10px;
}

.xy-wrap .tz .xy-con .xy-con-r ul li .title::before {
    width: 0;
}

.xy-wrap .tz .xy-con .xy-con-r ul li a:after {
    width: 0;
}

.xy-wrap .thum {
    position: relative;
}

/* dt-wrap */
.dt-wrap {
    background: url(/znzzxy/resources/images/dt-bg.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 40px;
}

.dt-wrap .tab ul li {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    float: left;
    cursor: pointer;
    padding: 20px 0;
}

.dt-wrap .tab ul li.active {
    background-color: #024887;
    width: 190px;
    border-radius: 15px;
    position: relative;
}

.dt-wrap .tab ul li.active::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #024887;
    position: absolute;
    bottom: -14px;
    right: 42%;
}

.dt-wrap .tab {
    position: relative;
    padding: 45px 0 30px 0;
}

.dt-wrap .tab ul {
    display: flex;
    justify-content: space-around;
}

.dt-wrap .tab .more {
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    height: 30px;
    width: 132px;
    border-radius: 50px;
    position: absolute;
    right: 0;
    top: 18px;
    transition: .6s;
}

.dt-wrap .tab .more a::before {
    content: '';
    display: block;
    background-image: url(/znzzxy/resources/images/icon3.png);
    width: 48px;
    height: 16px;
    margin-right: 6px;
}

.dt-wrap .tab .more a {
    display: flex;
    margin: 8px 0 10px 10px;
    color: #fff;
}

.dt-wrap .tab .more:hover {
    transform: translateY(-2px);
}

.dt-wrap .tab .more a:hover {
    color: #fff;
}

.dt-wrap .tablist2 {
    display: flex;
    justify-content: space-between;
}

.dt-wrap .tablist {
    padding-bottom: 35px;
}

.dt-wrap .tablist .items {
   width: 420px;
   margin-left: 10px;
   flex:1;
}

.dt-wrap .tablist .items:first-child{
    margin-left: 0;
}

.dt-wrap .tablist .items .img {
    position: relative;
    overflow: hidden;
}

.dt-wrap .tablist .items .img .date {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
}

.dt-wrap .tablist .items .img img {
    width: 100%;
    transition: .6s;
    height: 264px;
    object-fit: cover;
}

.dt-wrap .tablist .items .img img:hover {
    transform: scale(1.05);
}

.dt-wrap .tablist .items p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    background-color: #fff;
    padding: 15px 30px 0;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1; /* ÕâÀïÊÇ³¬³ö¼¸ÐÐÊ¡ÂÔ */
    overflow: hidden;
}
.dt-wrap .tablist .items a{
    padding-bottom: 15px;
    display: block;
    background: #fff;
  }
.dt-wrap .tablist .items p:hover {
    color: #024887;
}
.dt-wrap .tablist .dt-list ul{display: flex;}
.dt-wrap .tablist .dt-list ul li .date span {
    font-size: 37px;
    color: #377abb;
    display: block;
    text-align: center;
}

.dt-wrap .tablist .dt-list {
    background-color: #fff;
    margin-top: 15px;
}

.dt-wrap .tablist .dt-list ul li .date {
    /* padding: 35px 0px 40px 15px; */
    width: 52px;
}

.dt-wrap .tablist .dt-list ul li {

width: 33.33%;

padding: 35px 0px 40px 20px;

display: flex;

align-items: center;

justify-content: space-between;

/* float: left; */
}

.dt-wrap .tablist .dt-list ul li:last-child::after {
    width: 0;
}

.dt-wrap .tablist .dt-list ul li::after {
    content: '';
    display: block;
    height: 70px;
    width: 1px;
    background-color: #1b67af;
}

.dt-wrap .tablist .dt-list ul li .date p {
    font-size: 13px;
    color: #377abb;
    padding-top: 5px;
    display: inline-block;
}

.dt-wrap .tablist .dt-list ul li>a {
    font-size: 16px;
    color: #030303;
    line-height: 30px;
    width: calc(100% - 120px);
    padding-right: 9px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* ¨¨??¨¦?????¨¨?¡­??????¨¨???????? */
    overflow: hidden;
}

.dt-wrap .tablist .dt-list ul li>a:hover {
    color: #004097;
}

.dt-wrap .tab-list .tablist {
    display: none;
}

/* zy-wrap ??¡°??????¨¦€? */
.zy-wrap {
    background: url(/znzzxy/resources/images/zy-bg.png) no-repeat;
    background-size: 100%;
    padding-bottom: 30px;
}

.zy-wrap header {
    text-align: center;
    padding: 30px 0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zy-wrap header h1 {
    font-size: 36px;
    color: #000;
    display: inline-block;
    padding: 5px 0 0 35px;
}

.zy-wrap .zy-con {
    background-color: #e8f3ff;
}

.zy-wrap .zy-con .zy-tab {
    background-color: #1057a5;
    width: 20%;
    /* overflow: auto; */
}

/* .zy-wrap .zy-con .zy-tab1{ */
/* background-color: #1057a5;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
} */
.zy-wrap .zy-con .zy-tab ul {
    text-align: right;
    padding: 10px 0;
    /* width: 1250px; */
}

.zy-wrap .zy-con .zy-tab ul li {
    color: #fff;
    font-size: 18px;
    padding: 20px 0;
    cursor: pointer;
    padding-right: 30px;
}

 .zy-wrap .zy-con .zy-tab1 ul li {
    padding: 20px 10px;
    cursor: pointer;
    float: left;
} 
.dt-wrap .tab ul li,
.zy-wrap .zy-con .zy-tab ul li {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.zy-wrap .zy-con .zy-tab ul li a{
    color:#fff;
    transition:none;
}
.zy-wrap .zy-con .zy-tab ul li:hover {
   background-color: #e8f3ff;
    
    position: relative;
}
.zy-wrap .zy-con .zy-tab ul li:hover a{
    color: #1057a5;
    font-weight: bold;
    transition:none;
}
.zy-wrap .zy-con .zy-tab ul li:hover::before {
   content: '';
    display: block;
    background: url(/znzzxy/resources/images/icon1.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
}

.zy-wrap .zy-con {
    display: flex;
    justify-content: space-between;

}

.zy-wrap .zy-con .zy-list {
    width: 80%;
}

.zy-wrap1 .slick-next{
    background: url(/znzzxy/resources/images/nextbg.png) left center no-repeat;
    left: 45px;
    font-size: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translate(-50%, -50%);
}
.zy-wrap1 .slick-prev{
    background: url(/znzzxy/resources/images/nextbg.png) right center no-repeat;
    right: 0;
    font-size: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translate(-50%, -50%);
}

.zy-wrap .zy-con .zy-list .zy-items {
    display: flex;
    justify-content: space-evenly;

    padding:25px 0px 0px 10px
}
.zy-wrap1 .zy-con .zy-list .zy-items{
     padding:25px 5px 0px 20px
 }

.zy-wrap .zy-con .zy-list .zyzz{padding-top:0}
.zy-wrap .zy-con .zy-list .zy-items .zy-item {
    width: 290px;
    overflow: hidden;

    padding-left: 25px;
    margin-bottom: 20px;
}
.zy-wrap .zy-con .zy-list .zy-items .zy-item:first-child{
    padding-left: 0;
}

.zy-wrap .zy-con .zy-list .zy-items .zy-item a {
    overflow: hidden;

     display:block;
}
.zy-wrap1 .zy-con .zy-list .zy-items .zy-item a {
    overflow: hidden;
     height:260px;
     display:block;
}

.zy-wrap .zy-con .zy-list .zy-items .zy-item a img {
    transition: .6s;
    width: 100%;
    height:80%;
    object-fit:cover;
}

.teacher-wrap  .zy-con .zy-list .zy-items .zy-item a img{
     transform: scale(1.2); 
}
.teacher-wrap .zy-con .zy-list .zy-items .zy-item a img:hover {
    transform: scale(1.3);
}

.zy-wrap .zy-con .zy-list .zy-items .zy-item a p {
    background-color: #fff;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    padding: 10px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* ÕâÀïÊÇ³¬³ö¼¸ÐÐÊ¡ÂÔ */
    overflow: hidden;
}

.zy-wrap .zy-con .zy-list .zy-items .zy-item a p:hover {
    color: #024887;
}

/* teacher-wrap */
.teacher-wrap {
    background: url(/znzzxy/resources/images/teacher-bg.png) no-repeat;
    background-size: 100% auto;
    padding-bottom: 50px;
}

.teacher-wrap .zy-con {
    background-color: transparent;
}

.teacher-wrap .zy-con .zy-list .zy-items {
    display: block;
    width: calc(100% + 25px);
}

.teacher-wrap .zy-con .zy-list .zy-items .zy-item {
    position: relative;
}

.teacher-wrap .zy-con .zy-list .zy-items .zy-item a {
    /* width: 270px; */
    display: block;
}

.teacher-wrap .zy-con .zy-list .zy-items .zy-item a img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
}

.teacher-wrap .zy-con .zy-list .zy-items .zy-item .box {
    background-color: #02488780;
    color: #fff;
    padding: 30px 30px 15px 15px;
    width: 100%;
    /* height: 100px; */
    border: 4px solid transparent;
    position: absolute;
    bottom: 0;
    clip-path: polygon(0% 0%, 88% 45%, 100% 100%, 0% 100%);
}

.teacher-wrap .zy-con .zy-list {
    width: 100%;
}

.teacher-wrap .zy-con .zy-list .zy-items .zy-item .box p {
    padding: 0;
    font-size: 16px;
    background-color: transparent;
    color: #fff;
    position: relative;
    padding-top: 10px;
    display: inline;
}

.teacher-wrap .zy-con .zy-list .zy-items .zy-item .box p:hover {
    color: #fff;
}

.teacher-wrap .zy-con .zy-list .zy-items .zy-item .box p::after {
    content: '';
    display: block;
    width: 40px;
    height: 12px;
    position: absolute;
    right: -135px;
    top: 10px;
    transition: .6s;
}

.teacher-wrap .zy-con .zy-list .zy-items .zy-item .box a p:hover::after {
    transform: translateY(-3px);
    /* color: red; */
}

.teacher-wrap .zy-con .zy-list .zy-items .zy-item .box strong {
    /* padding: 0; */
    font-size: 18px;
}

.teacher-wrap .zy-con .zy-list .zy-items .zy-item {
    padding-left: 35px;
}

.teacher-wrap .zy-con .zy-list .zy-items .zy-item:first-child {
    padding: 0;
}

/* scroll-wrap */
.scroll-wrap {
    padding-bottom: 45px;
}

.scroll-wrap .scroll button {
    width: 40px;
    height: 40px;
    background-color: #0155a5;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 40%;
}

.scroll-wrap .scroll button i {
    color: #fff;
    font-size: 25px;
}

.scroll-wrap .scroll .slick-prev {
    left: -0.5%;
}

.scroll-wrap .scroll .slick-next {
    right: -0.5%;
}

.scroll-wrap .scroll .slick-dots li {
    display: none;
}

.scroll-wrap .scroll .slick-dots li.slick-active {
    display: block;
}

.scroll-wrap .scroll .slick-slide {
    padding: 0 10px;
}

/* footer */
.footer {
    background-color: #1b3b92;
    color: #fff;
    font-size: 16px;
}

.footer .foot {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 20px;
}

.footer .foot p {
    display: inline-block;
    position: relative;
    padding-bottom: 30px;
}

.footer .foot .foot2 {
    display: flex;
    flex-direction: column;
}

.footer .foot .foot3 {
    display: flex;
    flex-direction: column;
}

.footer .foot p::before {
    content: '';
    display: block;
    width: 20px;
    height: 15px;
    position: absolute;
    top: 0;
    left: -25px;
}

.footer .foot .foot2 p::before {
    background: url(/znzzxy/resources/images/tel.png) no-repeat;
}

.footer .foot p.email::before {
    background: url(/znzzxy/resources/images/email.png) no-repeat;
}

.footer .foot p.local::before {
    background: url(/znzzxy/resources/images/local.png) no-repeat;
}

.footer2 {
    background-color: #1d4094;
    color: #8097da;
    text-align: center;
    font-size: 16px;
}

.footer2 p {
    padding: 15px 0;
}

.favorite_current {
    color: #004097;
    font-weight: 700;
}

@media all and (max-width:1900px) {
    #header .header2>ul>li>span {
        padding: 15px 10px;
    }
}

@media all and (max-width:1600px) {
    #header .header2>ul>li>span {
        padding: 15px 10px;
    }

    #header .header2>ul>li i {
        font-size: 20px;
    }

    #header .header2>ul>li>span {
        padding: 15px 5px 15px 5px;
        font-size: 16px;
    }

    #header .header2 ul li .head-list ul li {
        font-size: 14px;
        line-height:25px;
    }

    #header .header2>ul {
        width: 90%;
        justify-content: space-around;
    }

    #header .header2>ul>li {
        margin-left: 0;
    }

    #header .header2 ul li .head-list {
        width: 10vw;
        top:45px;
    }
   #header .header2 ul li .head-list ul{
        padding:10px 10px 0;
  }
}

@media all and (max-width:1400px) {
    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    #header .logo2 ul li:first-child {
        margin: 0 45px;
    }

    #header .logo2 .sec {
        margin-left: 30px;
    }

    .xy-wrap .xy {
        width: 60%
    }

    .xy-wrap .tz {
        width: 35%;
    }

    .xy-wrap .xy .tit {
        font-size: 28px;
    }

    .xy-wrap .xy-con .xy-con-r ul li .title {
        width: 62%;
        font-size: 14px;
    }

    .xy-wrap .xy-con .xy-con-r ul li .title::before {
        width: 5px;
        height: 5px;
    }

    .xy-wrap .xy-con .xy-con-l .item .slick-dots {
        bottom: 43%;
    }

    .xy-wrap .xy-con .xy-con-l .news-wz h1 p strong {
        padding: 0;
    }

    .dt-wrap .tablist .dt-list ul li>a {
        padding-right: 0;
        width: 50%;
    }

    .dt-wrap .tablist .dt-list ul li {
        width: 100%;
        justify-content: flex-start;
    }

    .dt-wrap .tablist .dt-list ul li>a {
        padding-left: 20px;
    }

    .dt-wrap .tablist .dt-list ul li::after {
        height: 0;
    }

    .zy-wrap .zy-con .zy-tab {
        width: 93%;
        position: absolute;
    }

    .zy-wrap .zy-con .zy-tab ul li {
        float: left;
        margin-left: 5px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .zy-wrap .zy-con .zy-tab ul li:hover::before {
       background:none;
    }

    .zy-wrap .zy-con .zy-tab ul li.zy-active::before {
       /* width: 0;
        height: 0;*/
    }

    .zy-wrap .zy-con .zy-list {
        width: 100%;
    }

    .zy-wrap .zy-con .zy-list {
        width: 100%;
        margin-top: 65px;
        margin-bottom:0px;
    }

    .teacher-wrap .zy-con .zy-list .zy-items {
        display: flex !important;
        padding-top: 0;
    }

    .zy-wrap .zy-con .zy-list .zy-items .zy-item {
        width: 30%;
    }

    .teacher-wrap .zy-con .zy-list {
        margin-top: 0;
    }

    .teacher-wrap .zy-con .zy-list .zy-items .zy-item .box p {
        display: flex;
    }

    .teacher-wrap .zy-con .zy-list .zy-items .zy-item .box p::after {
        right: 25%;
    }
    .zy-wrap1 .zy-con .zy-list .zy-items .zy-item a {
       height: 180px;
   }
    .zy-wrap .zy-con .zy-list .zy-items .zy-item a p{
           padding:5px 20px;
   }
   .zy-wrap1 .slick-prev ,.zy-wrap1 .slick-next {
       width: 30px;
       height: 30px;
    }
   .zy-wrap1 .slick-prev {
       right:15px
   }
}
@media all and (max-width:1100px) {
     .zy-wrap .zy-con .zy-tab{
         overflow:auto;
     }
     .zy-wrap .zy-con .zy-tab ul{
         width: 1100px;
     }
}

@media all and (max-width:1200px) {
    #header .header2 ul li .head-list {
        left: -20px;
        width: 12vw;
        top: 43px;
    }

    .xy-wrap .xy-con .xy-con-l .item .slick-dots {
        bottom: 45%;
    }

    .xy-wrap .xy-con .xy-con-l .item .slick-dots li button {
        width: 0;
        height: 0;
    }

    .xy-wrap .xy-con .xy-con-l a .news-tp .date {
        height: 60px;
    }

    .xy-wrap .xy-con .xy-con-l a .news-tp .date p {
        color: #fff;
        font-size: 25px;
        padding: 7px 0;
    }

    .xy-wrap .xy-con .xy-con-l .news-wz h1 p strong {
        font-size: 18px;
    }

    .ban .img {
        transform: scale(.8);
        bottom: 5vh;
        left: 10vw;
    }

    .dt-wrap .tab ul li.active {
        width: 16vw;
    }

    .dt-wrap .tab ul li {
        font-size: 25px;
    }

    .dt-wrap .tab {
        position: relative;
        padding: 45px 0 30px 0;
    }

    .footer {
        font-size: 14px;
    }
    .teacher-wrap .zy-con .zy-list .zy-items{
         width: calc(100% + 0px);
    }
   .zy-wrap1 .zy-con .zy-list{
      margin-bottom:0;
  }

  #header .header2>ul>li>span{
      font-size:14px;
   }
   #header .header2 ul li .head-list ul{
      padding:0;
   }

}

@media all and (max-width:1240px) {
    .zy-wrap .zy-con .zy-list .zy-items {
        padding-top: 30px;
        padding-left: 5px;
    }
    .zy-wrap1 .zy-con .zy-list .zy-items {
        padding: 30px 5px 0 25px;
     }

    .teacher-wrap .zy-con .zy-list .zy-items {
        padding-top: 0;
    }

    .dt-wrap .tab ul li {
        font-size: 20px;
    }

    .zy-wrap .zy-con .zy-tab ul li {
        /* width: 150px; */
        padding: 10px 5px;
        padding-right: 5px;
        font-size: 16px;
    }

    .zy-wrap .zy-con .zy-list .zy-items .zy-item {
        width: 30%;
    }

    .zy-wrap .zy-con .zy-list .zy-items .zy-item {
        padding: 0 10px;
    }

    .teacher-wrap .zy-con .zy-list .zy-items .zy-item {
        padding: 0;
        padding-left: 30px !important;
    }
.teacher-wrap .zy-con .zy-list .zy-items .zy-item a img{
       height: 260px;
    }
    /* .teacher-wrap .zy-con .zy-list .zy-items .zy-item .box p::after{
        right: -125%;
    } */

   .teacher-wrap .slick-list {
        margin-left:-20px;
   }
}

@media all and (max-width:999px) {
    #header .header1 .logo2 {
        display: none;
    }

    #header .logo3 {
        display: block;
    }

    #header .header2 {
        display: none;
    }

    .ban .ban1>button {
        display: none;
    }

    .xy-wrap .xy {
        width: 100%;
    }

    .xy-wrap .xy-con .xy-con-r ul li .title {
        font-size: 14px;
    }

    .xy-wrap .tz .xy-con .xy-con-r ul li {
        padding-bottom: 20px;
    }

    .tz .xy-con .xy-con-r ul li .title {
        width: 80%;
    }

    .tz {
        padding-top: 30px;
    }

    .ban .ban1>button {
        display: none !important;
    }

    .ban .img {
        transform: scale(.6);
        bottom: 3vh;
        left: 0vw;
    }

    .ban .ban1 .slick-dots {
        left: 45vw;
    }

    .dt-wrap .tab .more a::before {

        transform: scale(.8)
    }

    .dt-wrap .tab .more {
        width: 17vw;
    }

    .dt-wrap .tab ul {
        display:flex;
    }

    .dt-wrap .tab ul li {
        margin-left: 6vw;
    }

    .dt-wrap .tablist .items p {
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        /* ¨¨??¨¦?????¨¨?¡­??????¨¨???????? */
        overflow: hidden;
        padding: 10px 20px 0;
        padding-bottom: 0;
        line-height: 25px;
    }
    .dt-wrap .tablist .items a{
          padding-bottom: 10px;
    }
    .dt-wrap .tab .more a {
        margin: 8px 0 8px 5px;
    }

    .dt-wrap .tab .more {
        font-size: 12px;
    }

    .footer .foot {
        display: block;
        flex-direction: column;
    }

    .footer .foot .foot3,
    .footer .foot .foot2 {
        display: flex;
        flex-direction: row;
    }

    .foot3 .local {
        /* padding-left: 20px; */
    }

    .foot3,
    .foot2 {
        margin-left: 25px;
    }

    .footer .foot p {
        margin: 20px 0 10px 20px;
        padding-bottom: 0;
    }

    .footer .foot p.email1,
    .footer .foot p.local {
        margin-left: 55px;
    }

    .footer .foot p.local {}

    .teacher-wrap .zy-con .zy-list .zy-items .zy-item .box p {
        font-size: 14px;
    }

    .teacher-wrap .zy-con .zy-list .zy-items .zy-item .box p::after {
        transform: scale(.7);
    }
    
    .teacher-wrap .zy-con .zy-list .zy-items .zy-item .box strong {
        font-size: 17px;
    }

    .teacher-wrap .zy-con .zy-list .zy-items .zy-item .box {
        padding: 25px 0px 0px 10px;
    }

    .teacher-wrap {
        background-size: 100% 50%;
    }
    .scroll-wrap .scroll .slick-next{
        right: -1.5%;
    }
    .scroll-wrap .scroll .slick-prev {
        left: -1.5%;
    }
    .zy-wrap .zy-con .zy-tab {
        /* background-color: #1057a5;
        width: 20%; */
        overflow: auto;
    }
    
    /* .zy-wrap .zy-con .zy-tab1{ */
    /* background-color: #1057a5;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
        position: absolute;
    } */
    .zy-wrap .zy-con .zy-tab ul {
        /* text-align: right;
        padding: 10px 0px 10px 0; */
        width: 1100px;
        padding: 10px ;
    }
    .zy-wrap .zy-con .zy-tab ul li{
        margin: 0 6px;
        font-size: 16px;
    }
    .zy-wrap1 .zy-con .zy-tab ul li{
        /*  font-size: 16px !important; */
    }
    .xy-wrap .xy-con .xy-con-l .item .slick-dots {
        bottom: 40%;
    }


.zy-wrap1 .zy-con .zy-list .zy-items .zy-item a img{
          height:70%;
   }
.zy-wrap1 .zy-con .zy-list .zy-items .zy-item a p{
        height:auto;
  }
#contents #cont .contents_view_wrap .ewm{
     display: none;
 }
   .zy-wrap1 .zy-con .zy-list .zyzz{
             padding-top: 10px;
   }
.zy-wrap .zy-con .zy-list .zy-items .zy-item{
     margin-bottom:0;
  }

}
@media (min-width:700px)and (max-width:999px) {
    .teacher-wrap .zy-con .zy-list .zy-items .zy-item .box p:hover::after{
        transform: scale(0.7) !important;
    }
}
@media all and (max-width:775px) {
    .xy-wrap .xy-con .xy-con-l {
        width: 100%;
    }

    .xy-wrap .xy-con .xy-con-r {
        width: 100%;
    }

    .xy-wrap .xy-con .xy-con-l a .news-tp .date {
        height: 80px;
    }

    .xy-wrap .xy-con .xy-con-l a .news-tp .date p {
        padding: 15px 0;
    }

    .xy-wrap .xy-con .xy-con-l .item .slick-dots {
        bottom: 15vh;
        left: 3%;
    }

    .xy-wrap .xy-con .xy-con-l {
        margin-bottom: 10px;
    }

    .xy-wrap .xy .tit {
        font-size: 25px;
    }

    .xy-wrap .xy .tit::before {
        transform: scale(.8);
        margin-right: 6px;
    }

    #header .logo .logo1 {
        width: 50vw;
    }

    .ban .img {
        transform: scale(.5);
        bottom: 1vh;
        left: -10vw;
    }

    .ban .ban1 .slick-dots li button {
        width: 0;
        height: 0;
    }

    .ban .ban1 .slick-dots {
        left: 38vw;
        bottom: 20px;
    }

    .dt-wrap .tab ul li.active {
        width: 20vw;
    }

    .dt-wrap .tablist .items .img .date {
        padding: 5px 10px;
    }

    .dt-wrap .tablist .items .img .date {
        font-size: 13px;
    }

    .dt-wrap .tab .more a {
        margin: 8px 0 8px 0px;
    }

    .teacher-wrap .zy-con .zy-list .zy-items .zy-item .box p::after {
        top: 40%;
        right: 14%;
    }
    .xy-wrap .xy-con .xy-con-l .item .slick-dots {
        bottom:28%;
    }
.zy-wrap1 .zy-con .zy-list .zy-items .zy-item{
     margin-bottom:0;
  }
  
}

@media all and (max-width:700px) {
    .zy-wrap .zy-con .zy-list .zy-items .zy-item {
        width: 100%;
    }
    .zy-wrap1 .zy-con .zy-list .zy-items {
        padding: 30px 10px 10px 30px;
    }


    .zy-wrap .zy-con .zy-list .zy-items .zy-item {
        padding: 0;
        margin-bottom: 15px;
    }
    .zy-wrap1 .zy-con .zy-list .zy-items .zy-item {
        margin-bottom: 0px;
    }
    .zy-wrap1 .zy-con .zy-list .zyzz{
        padding: 10px 20px 0 !important;
    }
  
    .teacher-wrap  .zy-con .zy-list {
        margin-bottom: 0;
        display: flex;
        justify-content: center;
    }

    .teacher-wrap .zy-con .zy-list .zy-items {
        flex-direction: column;
        padding-top: 0;
    }

    .teacher-wrap .zy-con .zy-list .zy-items .zy-item {
        margin-bottom:0;
    }


    .teacher-wrap .zy-con .zy-list .zy-items .zy-item .box {
        clip-path: polygon(0% 1%, 99% 50%, 115% 116%, 0% 102%);
    }

    .teacher-wrap .zy-con .zy-list .zy-items .zy-item .box p {
        font-size: 16px;
    }

    .teacher-wrap .zy-con .zy-list .zy-items .zy-item .box strong {
        font-size: 16px;
    }

    .teacher-wrap .zy-con .zy-list .zy-items .zy-item .box {
        padding-bottom: 10px;
    }

    .teacher-wrap .zy-con .zy-list .zy-items .zy-item .box p::after {
        transform: scale(1);
    }

    .teacher-wrap {
        background-size: 100% 100%;
        padding-bottom: 30px;
    }

    .zy-wrap header h1 {
        font-size: 25px;
        padding: 10px 0 0 10px;
    }

    .zy-wrap header>img {
        transform: scale(.8);
    }

    .scroll-wrap {
        padding-top: 20px;
    }

    .scroll-wrap .slick-dots {
        text-align: center;
        position: absolute;
        left: 46%;
        bottom: -40%;
        z-index: 9;
    }

    .scroll-wrap .scroll button {
        top:110%;
    }

    .scroll-wrap .scroll .slick-prev {
        left: 35%;
    }

    .scroll-wrap .scroll .slick-next {
        right: 35%;
    }
    .scroll-wrap{
        padding-bottom: 65px;
    }
    .scroll-wrap .scroll .slick-slide img{
        width: 100%;
    }
   .dt-wrap .tablist .dt-list ul{display:block;}
    #container-wrap{min-height:600px !important;}

   .teacher-wrap .zy-con .zy-list .zy-items {
       display: block;
       width: calc(100% + -10px);
       padding-left:0;
    }
  .teacher-wrap .zy-con .zy-list .zy-items .zy-item a img{
       height: 219px;
    }
    .zy-wrap1 .zy-con .zy-list .zy-items {

        padding: 30px 20px 0;
        padding-right: 5px;
    }
   .zy-wrap1 .zy-con .zy-list .zy-items .zy-item{
       padding-left:15px;
   }
   .zy-wrap1 .zy-con .zy-list .zy-items .zy-item:first-child{
       padding-left:0;
   }
    .teacher-wrap .zy-con .zy-list .zy-items .zy-item {
        padding: 0;
        padding-left: 25px !important;
    }
    .dt-wrap .tablist2 {
        flex-direction: column;
    }
       .dt-wrap .tablist .items {
        margin-left: 0;
        margin-bottom: 15px;
        width:100%
    }

.zy-wrap header {
    display: flex;
    align-items: center;
    justify-content: center;
}
}

@media all and (max-width:600px) {




    .dt-wrap .tablist .items p {
        font-size: 16px;
    }

    .dt-wrap .tablist .items .img .date {
        font-size: 16px;
    }

    .dt-wrap .tablist .items .img .date {
        padding: 10px;
    }

    .dt-wrap .tablist .dt-list ul li {
        padding: 20px 20px;
    }

    .dt-wrap .tab {
        padding: 50px 0 30px 0;
    }

    .dt-wrap .tab .more {
        width: 30vw;
        position: absolute;
        top: 10px;
        right: 0;
    }

    .dt-wrap .tab .more a {
        justify-content: center;
    }

    .dt-wrap .tab ul li.active::after {
        right: 40%;
    }

    .footer .foot .foot3,
    .footer .foot .foot2 {

        flex-direction: column;
    }

    .footer .foot p.email1,
    .footer .foot p.local {
        margin-left: 20px;
    }

    .footer .foot p {
        margin: 15px 0 0px 20px;
        padding-bottom: 0;
    }

    .foot1 {
        width: 60vw;
    }

    .footer .foot {
        padding-top: 20px;
    }
    .xy-wrap .xy-con .xy-con-l .item .slick-dots {
        bottom: 33%;
    }
}

@media all and (max-width:520px) {
    .tz .xy-con .xy-con-r ul li .title {
        width: 75%;
    }

    #header .logo .logo1 {
        width: 60vw;
    }

    #header .logo {
        padding: 12px 0;
    }

    .footer2 {
        font-size: 14px;
    }

    .zy-wrap .zy-con .zy-list .zy-items {
        padding-top: 30px;
    }

    .teacher-wrap .zy-con .zy-list .zy-items {
        padding-top: 0;
    }
    .scroll-wrap .slick-dots{
        bottom: -20%;
    }
    .scroll-wrap .scroll .slick-prev{
        left: 32%;
    }
    .scroll-wrap .scroll .slick-next{
        right: 32%;
    }
    .top-hr-1{
        width: 65vw;
    }
    .xy-wrap .xy-con .xy-con-l .item .slick-dots {
        bottom: 35%;
    }
    .zy-wrap1 .slick-prev , .zy-wrap1 .slick-next {
        width: 35px;
        height: 30px;
   }
}

@media all and (max-width:475px) {

    #header .mask .search .submit,
    #header .mask .search .inp {
        font-size: 20px;
    }

    #header .mask .search {
        left: 15%;
    }

    .tz .xy-con .xy-con-r ul li .title {
        width: 70%;
    }

    .ban .ban1 .slick-dots {
        bottom: 10px;
    }

    .ban .img {
        bottom: 0;
    }

    .ban .ban1 .slick-dots li {
        width: 8px;
        height: 8px;
    }

    .ban .ban1 .slick-dots li.slick-active {
        width: 30px;
    }

    .dt-wrap .tablist .items p {
        padding: 10px 10px 0;
        line-height: 25px;
    }

    .dt-wrap .tab ul li {
        font-size: 16px;
    }

    .dt-wrap .tab ul li.active::after {
        right: 33%;
    }

    .footer2 {
        font-size: 12px;
    }

    .footer2 p {
        padding: 10px 0;
    }

    .zy-wrap .zy-con .zy-list .zy-items {
        padding-top: 30px;
    }

    .teacher-wrap .zy-con .zy-list .zy-items {
        padding-top: 0;
    }
    .xy-wrap .xy-con .xy-con-l .item .slick-dots {
        bottom: 37%;
    }
}

@media all and (max-width:375px) {
    .tz .xy-con .xy-con-r ul li .title {
        width: 65%;
    }

    .zy-wrap .zy-con .zy-list .zy-items {
        padding-top: 30px;
    }

    .teacher-wrap .zy-con .zy-list .zy-items {
        padding-top: 0;
    }
    .footer .foot p.local {
        line-height: 20px;
    }
    .xy-wrap .xy-con .xy-con-l .item .slick-dots {
        bottom: 38%;
    }
    .zy-wrap .zy-con .zy-tab ul li{
        font-size: 14px;
    }
   .zy-wrap1 .zy-con .zy-tab ul li{
       /* font-size: 14px !important; */
    }
.teacher-wrap .zy-con .zy-list .zy-items .zy-item a img {
        height: 180px;
    }
}

.zyzz{
   padding-top:0;
}