body {
    color: #333;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    background: #fff;
}

.img-hide {
    overflow: hidden;
    display: block;
}

.img-hide img {
    transition: 0.5s all;
    transform: scale(1,1);
    object-fit: cover;
}

.img-hide:hover img {
    transform: scale(1.05,1.05);
}

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

li {
    list-style: none;
}

a {
    color: #333;
}

ul {
    padding: 0;
    margin: 0;
}

a:hover {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
    outline: none !important;
}

button:focus,button:hover,input:focus {
    outline: none!important;
}

img {
    max-width: 100%;
}

.lind {
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: -1px;
}

.lind::before, .lind::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfloat {
    zoom:1;
    margin: 0 15px;
    }

.lind {
    transition: color 0.25s;
}

.lind-bottom {
    position: relative;
    z-index: 100;
}

.lind::before, .lind::after {
    border: 1px solid transparent;
    width: 0;
    height: 0;
}

.lind::before {
    top: 0;
    left: 0;
}

.lind::after {
    bottom: 0;
    right: 0;
}

.lind:hover {
    color: #60daaa;
}

.header-top {
    position: relative;
    z-index: 99999;
}

.header-top:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0px;
    background: url(../images/top.png) center top no-repeat;
    background-size: cover;
    z-index: -1;
    height: 130px;
}

.header {
    height: 130px;
    position: relative;
    padding: 0 4% 10px;
    margin-bottom: 15px;
    width: 100%;
    position: fixed;
    z-index: 1000;
    background: url(../images/top.png) center top no-repeat;
    background-size: 100%;
}

.logo {
    line-height: 130px;
    width: 35%;
}

.container {
    width: 1800px;
}

.header-top .container {
    width: 100%;
    padding: 0 0% 10px;
}

.header-link a {
    display: inline-block;
    margin-left: 40px;
    color: #fff;
    padding-left: 22px;
}

.header-link a.header01 {
    background: url(../images/icon01.png) left center no-repeat;
}

.header-link a.header02 {
    background: url(../images/icon02.png) left center no-repeat;
}

.header-link a.header03 {
    background: url(../images/icon03.png) left center no-repeat;
}

.header-link {
    padding-top: 38px;
    margin-bottom: 25px;
}

.nav-list li {
    float: left;
    width: 16%;
    text-align: center;
    padding-bottom: 5px;
    position: relative;
}

.nav-list li a {
    font-size: 18px;
    color: #fff;
}

.nav-down {
    width: 140px;
    display: none;
    /* height: 300px; */
    /* padding-top: 9px; */
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -70px;
    z-index: 1000;
    background: #2d4b8f;
    background-size: 100% 100%;
    border-top: solid 4px #6f0ba1;
}

.nav-down li {
    float: none!important;
    width: 100%!important;
    line-height: 43px;
    padding: 0;
}

.nav-down li a {
    font-size: 16px;
    color: #fff!important;
}

.nav-down li a:hover {
}

.nav-list li:hover .nav-down {
    display: block;
}

.nav-list {
    position: absolute;
    left: 5%;
    margin-left: 650px;
    bottom: 20px;
    right: 5%;
    margin-right: 30px;
}

.search-box {
    /* padding: 0px 73px; */
    /* position: absolute; */
    /* z-index: 10; */
}

.search-left {
    position: absolute;
    right: 15px;
    width: 0px;
    top: 75px;
    overflow: hidden;
    transition: 0.2s all;
}

.search-box .search-left {
    width: 185px;
    display: none;
}

.form-control {
    float: left;
    width: 134px;
    border: 0;
    outline: none;
}

.search-left .btn-search {
    float: right;
    margin: 2px 8px 0 0;
}

.search-left {
    background: #fff;
    height: 34px;
    border-radius: 34px;
    box-shadow: none;
    border: none;
    padding-left: 15px;
}

.btn-search {
    background: none;
    border: none;
    padding: 0;
}

.slick {
    overflow: hidden;
    padding-top: 130px;
}

.slick img {
    width: 100%;
}

.slick a {
    display: block;
    position: relative;
}

.slick a span {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100px;
    background: url(../images/txt-span.png) center no-repeat;
    background-size: cover;
    font-size: 30px;
    color: #fff;
    padding: 30px 250px 0 78px;
}

.slick .slick-dots {
    bottom: 44px;
    right: 80px;
    left: auto;
    width: auto;
}

.slick .slick-dots li,.slick .slick-dots li button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.slick .slick-dots li button {
    border: solid 3px #5a08e4;
}

.slick .slick-dots li.slick-active button {
    border-color: #286090;
}

.slick {
    margin: 0;
}

.left-width {
    width: 33%;
    position: relative;
    height: 853px;
}

.title {
    font-size: 36px;
    line-height: 36px;
    margin: 60px 0 40px 0;
    color: #003366;
    padding-left: 0;
    /* background: url(../images/title01.png) left center no-repeat; */
}

.title a {
    float: right;
    font-size: 17px;
    color: #003366;
    padding-left: 30px;
    margin-top: 5px;
    background: url(../images/more.png) left center no-repeat;
}

.news-box {
    padding-left: 140px;
    position: relative;
}

.news-date {
    color: #666;
    position: absolute;
    left: 35px;
    top: 50px;
    font-family: "Mongolian Baiti";
    text-align: right;
    line-height: 30px;
}

.news-date span {
    font-size: 36px;
    color: #003366;
}

.news-tt a {
    font-size: 18px;
    color: #003366;
}

.news-tt {
    margin: 15px 0 5px 0;
}

.news-p {
    color: #666;
    text-align: justify;
    line-height: 30px;
    height: 60px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-list li {
    position: relative;
    padding-right: 60px;
    line-height: 40px;
}

.news-list li a {
    font-size: 16px;
    color: #333;
    padding-left: 20px;
    background: url(../images/li.png) left center no-repeat;
}

.news-list li span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    color: #666;
}

.news-list {
    border-top: solid 1px #d6d7db;
    margin-top: 22px;
    padding-top: 20px;
}

.right-width {
    width: 64%;
    position: relative;
}

.right-width .title {
    /* background: url(../images/title02.png) left center no-repeat; */
}

.notice-list-tt a {
    font-size: 16px;
    color: #000;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.notice-list-tt {
    line-height: 33px;
    height: 111px;
    overflow: hidden;
}

.notice-list {
    background: #fff;
    margin: 80px 20px 0 0;
    padding: 35px;
}

.notice-list li {
    border-bottom: dashed 1px #003366;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 23px;
    padding-left: 112px;
    padding-right: 0px;
}

.notice-list li .news-date {
    left: 0;
    top: 0px;
    line-height: 30px;
}

.notice-list li .news-date:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    width: ;
    border-bottom: solid 1px #003366;
    width: 40px;
}

.right-width:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 155px;
    left: 150px;
    bottom: 0;
    background: #e3ebf5;
    z-index: -1;
}

.left-width:before {
    display: block;
    content: "";
    position: absolute;
    right: -205px;
    top: 155px;
    left: 0px;
    bottom: 0;
    background: #f7f5f3;
    z-index: -1;
}

.notice-list li:last-child {
    border: none;
    margin: 0;
}

.yj-back {
    background: url(../images/yj-back.png) center no-repeat;
    background-size: cover;
    margin-top: 60px;
    position: relative;
    padding-bottom: 135px;
}

.yj-back-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 450px;
    width: 50%;
    background: url(../images/yj-left.png) center no-repeat;
    background-size: cover;
}

.yj-back .container {
    position: relative;
    z-index: 1000;
}

.yj-width {
    width: 50%;
    height: 450px;
    padding-right: 95px;
    position: relative;
}

.yj-width .title {
    margin: 55px 0 90px 0;
    /* background: url(../images/title03.png) left center no-repeat; */
}

.yj-width .title a {
    color: #333;
}

.yj-tabs li {
    float: left;
    margin-right: -20px;
    /* margin-top: 127px; */
    width: 33.333333%;
}

.yj-tabs li a {
    display: block;
    height: 175px;
    text-align: center;
    font-size: 24px;
    padding-top: 40px;
}

.yj-tabs li.yj-tabs01 a {
    background: #E40028;
    color: #fff;
}

.yj-tabs li.yj-tabs01 a span {
    background: url(../images/tabs03.png) center top no-repeat;
    padding-top: 60px;
    display: block;
}

.yj-tabs li.yj-tabs02 a {
    background: #fff;
    color: #003366;
}

.yj-tabs li.yj-tabs02 a span {
    background: url(../images/tabs01.png) center top no-repeat;
    padding-top: 60px;
    display: block;
}

.yj-tabs li.yj-tabs03 a {
    background: #3947ad;
    color: #fff;
}

.yj-tabs li.yj-tabs03 a span {
    background: url(../images/tabs02.png) center top no-repeat;
    padding-top: 60px;
    display: block;
}

.yj-tabs li.yj-tabs02 {
    /* margin-top: 60px; */
}

.yj-tabs li.yj-tabs03 {
    margin-top: 0px;
}

.yj-tabs {
    margin-right: -165px;
}

.yj-right {
    width: 41.5%;
    padding-top: 135px;
    position: relative;
}

.yj-right-tt {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.yj-right-tt-lb a {
    font-size: 18px;
    color: #fff;
}

.yj-right-p {
    font-size: 16px;
    color: #adc0d0;
    line-height: 30px;
    margin-top: 25px;
    height: 120px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.yj-more {
    display: inline-block;
    color: #fff;
    padding-left: 40px;
    background: url(../images/yj-more.png) left center no-repeat;
    margin-top: 55px;
    float: right;
}

.yj-slick .slick-dots {
    bottom: -65px;
    left: auto;
    right: 0;
    width: auto;
}

.yj-slick .slick-dots li,.yj-slick .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
}

.yj-slick .slick-dots li button {
    /* border:solid 2px #d3c1e7; */
}

.yj-slick .slick-dots li button:before {
    display: none;
}

.yj-slick .slick-dots li.slick-active button {
    /* background: #ffcc33; */
    /* border-color: #ffcc33; */
}

.yj-slick {
    margin-bottom: 0;
}

.sz-title span {
    font-size: 36px;
    color: #fff;
    padding-left: 53px;
    background: url(../images/tt-sz.png) left center no-repeat;
}

.sz-title {
    position: relative;
    margin-top: 90px;
    margin-bottom: 70px;
}

.sz-slick-box {
    position: relative;
    padding-left: 120px;
    height: 100px;
    padding-top: 5px;
}

.sz-slick-box img {
    position: absolute;
    left: 0;
    top: 0;
}

.number-sz {
    font-size: 16px;
    color: #ffffff;
}

.number-sz span {
    font-size: 36px;
}

.sz-p {
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
}

.sz-list li {
    float: left;
    width: 25%;
}

.sz-slick {
    margin: 0;
}

.sz-slick .slick-dots {
    bottom: -65px;
}

.sz-slick .slick-dots li {
    margin: 0 3px;
}

.sz-slick .slick-dots li,.sz-slick .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
}

.sz-slick .slick-dots li button {
    /* border:solid 2px #d3c1e7; */
}

.sz-slick .slick-dots li button:before {
    display: none;
}

.sz-slick .slick-dots li.slick-active button {
    /* background: #cc9966; */
    /* border-color: #cc9966; */
}

.title-zp {
    /* background: url(../images/title04.png) left center no-repeat; */
    line-height: 39px;
}

.zs-list-p {
    font-size: 16px;
    color: #000;
    height: 52px;
    overflow: hidden;
}

.zs-list-p a {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.zs-list li {
    float: left;
    width: 25%;
    padding: 0 25px;
    margin-bottom: 30px;
}

.zs-list {
    margin: 0 -25px;
}

.zs-list-tt {
    font-size: 16px;
    color: #660099;
    margin-bottom: 10px;
}

.zs-list-box {
    border-bottom: dashed 1px #ddd;
    height: 100px;
    overflow: hidden;
}

.zs-list-lm {
    line-height: 30px;
    font-size: 18px;
    color: #434e93;
    margin-bottom: 10px;
}

.friends-box {
    background: #f4f6f8;
    padding: 15px 0;
    margin-top: 25px;
}

.friends-tt {
    font-size: 24px;
    color: #003366;
}

.friends-list {
    margin-left: 110px;
}

.friends-list li {
    float: left;
    margin-left: 40px;
    line-height: 34px;
}

.friends-list li a {
    font-size: 16px;
    color: #434e93;
}

.footer {
    height: 250px;
    background: url("../images/tbg.jpg") center no-repeat;
    background-size: cover;
    /* padding-top: 70px; */
    overflow: hidden;
}

.footer-p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.footer-a a {
    display: inline-block;
    margin: 0 15px;
}

.footer-left {
    /* padding:25px 85px; */
}

.footer-txt {
    /* font-size: 15px; */
    color: #fff;
    /* margin-top: 36px; */
    /* margin-left: 14%; */
    /* text-align: left; */
    /* padding-left: 259px; */
    /* padding: 0; */
    /* width: auto; */
}

.ewm {
    font-size: 12px;
    color: #fff;
    padding: 63px 0px;
    padding-right: 60px;
    width: 17%;
}

.ewm img {
    margin-bottom: 5px;
}

.menu-button {
    position: absolute;
    display: none;
    top: 18px;
    right: 15px;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.bar {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.nav-click {
    display: none;
}

.tab-content > .tab-pane {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
}

.tab-content > .tab-pane.active {
    z-index: 100;
    position: relative;
    opacity: 1;
}

.news-list li a:hover,.notice-list-tt a:hover,.friends-list li a:hover {
    color: #003366;
}

.news-tt a:hover {
    font-weight: bold;
}

.yj-more:hover {
    color: #fff;
}

.sz-title:before {
    display: block;
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 110px;
    border-top: solid 1px #700ac6;
    margin-right: 170px;
}

.sz-title:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 110px;
    border-top: solid 1px #700ac6;
    margin-left: 170px;
}

.teacher-banner {
    height: 540px;
    /* padding-top: 743px !important; */
}

.banner-tt {
    font-size: 34px;
    color: #fff;
    height: 48px;
    line-height: 48px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.nav-b {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    display: none;
}

.nav-b a {
    color: #fff;
}

.banner-ul li a {
    font-size: 18px;
    color: #fff;
    position: relative;
}

.banner-ul li.active a,.banner-ul li a:hover {
    color: #660099;
}

.banner-ul li.active a:before {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    top: 50%;
    left: -20px;
    margin-top: -1px;
    background: #660099;
}

.tabs-ul li a {
    font-size: 16px;
    color: #666;
}

.tabs-ul {
    /* margin:40px 0; */
}

.tabs-ul li.active a,.tabs-ul li a:hover {
    color: #660099;
}

.tabs-ul li.active a:before {
    background: #660099;
}

.tabs-box {
    padding: 32px 0 32px 330px;
    margin-top: 32px;
    margin-bottom: 20px;
    position: relative;
    background: #f5f5f5;
    border-left: solid 5px #660099;
}

.tabs-box-left {
    position: absolute;
    left: 25px ;
    top: 50%;
    font-size: 24px;
    color: #660099;
    height: 24px;
    line-height: 24px;
    margin-top: -12px;
}

.tabs-box-tabs li {
    float: left;
}

.tabs-box-tabs li {
    float: left;
}

.tabs-box-tabs li a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #999;
}

.tabs-box-tabs li.active a {
    background: #660099;
    color: #ffcc00;
}

.tabs-box-tabs li a:hover {
    color: #ffcc00;
}

.teach-list li {
    float: left;
    width: 50%;
    padding: 0 22px;
    margin-bottom: 30px;
}

.teach-list {
    padding-bottom: 30px;
}

.teach-list {
    margin: 0 -22px;
}

.teach-list-box {
    background: #f5f5f5;
    position: relative;
    height: 220px;
    border: solid 1px #fff;
}

.teach-img {
    position: absolute;
    left: 20px;
    top: 20px;
}

.teach-img img {
    width: 140px;
    height: 180px;
}

.teacher-name {
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
    margin-top: 12px;
}

.teacher-name a {
    font-size: 30px;
    color: #000;
    padding-right: 20px;
}

.teach-list-box .lind-bottom {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 20px 20px 20px 195px;
}

.teach-list li:hover .lind::before,.xs-list-box:hover .lind::after {
    width: 100%;
    height: 100%;
}

.teach-list li:hover .lind::before {
    border-top-color: #660099;
    border-right-color: #660099;
    transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}

.teach-list li:hover .lind::after {
    border-bottom-color: #660099;
    border-left-color: #660099;
    transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
}

.tz-list li {
    border-bottom: solid 1px #ccc;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
    padding-left: 166px;
    background: #f7f6f6;
    margin-bottom: 15px;
}

.tz-list-tt a {
    font-size: 24px;
    color: #333;
}

.tz-list-p {
    color: #666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    margin-top: 30px;
}

.tz-list-date {
    position: absolute;
    top: 40px;
    width: 6%;
    left: 0;
    color: #666;
    border-right: 1px solid #dadada;
}

.tz-list-date span {
    font-size: 48px;
    margin-top: 18px;
    color: #003366;
    display: inline-block;
    border-bottom: solid 2px #003366;
}

.tz-list {
    /* margin-top: 75px; */
}

.page-box {
    padding: 30px 0 100px 0;
}

.img-ul li {
    position: relative;
    padding-left: 280px;
    border-bottom: solid 1px #d0d0d0;
    padding-bottom: 40px;
    padding-top: 40px;
}

.img-ul-img {
    position: absolute;
    left: 0;
    top: 40px;
}

.img-ul-img img {
    width: 244px;
    height: 170px;
}

.img-ul-tt a {
    font-size: 22px;
    color: #000;
}

.img-ul-p {
    color: #666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    text-indent: 2em;
    margin-top: 20px;
    margin-bottom: 40px;
}

.img-date {
    color: #999;
    padding-left: 26px;
    background: url(../images/img-date.png) left center no-repeat;
}

.img-ul {
    margin-top: 50px;
}

.article-box {
    background: #fff;
    background: rgba(255,255,255,0.8);
    margin-top: -10px;
    position: relative;
    z-index: 10;
    /* padding: 3% 0% 0 0%; */
}

.article-date {
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}

.article-date span.span1 {
    padding: 0 35px;
}

.article-txt {
    padding-top: 22px;
}

.article-txt p img {
    max-width: 80% !important;
    display: block;
    margin: 10px auto !important;
    height: auto !important;
}

.article-txt img {
    max-width: 80% !important;
    display: block;
    margin: 10px auto !important;
    height: auto !important;
}

.share-box {
    border-top: solid 1px #dedede;
    padding-top: 30px;
    padding-bottom: 100px;
}

.share-txt {
    color: #666;
    padding: 7px 0px 0 0;
}

/*
.article-box ul{margin-bottom:20px;}
.article-box ul li{border-bottom: solid 1px #d0d0d0;overflow: hidden;padding:20px 0;}
.article-box ul li a{  COLOR: #333333;
    FONT-SIZE: 16px;
    line-height: 1.2em;
    display: block;
    float: left;}
.article-box ul li  span{COLOR: #333333;
    FONT-SIZE: 14px;
    float: right;}
*/
.z_jl_l {
    width: 45%;
    float: left;
    margin-bottom: 40px;
}

.z_jl_r {
    width: 45%;
    float: right;
    margin-bottom: 40px;
}

.slifj {
    float: left;
    padding: 0px 20px;
    width: 50%;
    height: 230px;
}

.teacher-banner {
    background-size: cover !important;
}

.pull-left.logo img {
    width: 500px;
}

@media( max-width: 1665px) {
    .logo img {
        width: 500px;
    }

    .nav-list li a {
        font-size: 16px
    }
}

@media( max-width: 1599px) {
    .nav-list {
        margin-left: 500px;
    }
}

@media( max-width: 1379px) {
    .container {
        width: 1230px;
    }
.article-box {
    margin-top: 70px;
}
    .footer-txt {
        /* margin-left: 118px; */
    }

    .logo img {
        width: 300px;
    }

    .nav-list {
        margin-left: 320px;
    }

    .nav-list li a {
        font-size: 16px;
    }

    .tabs-box {
        padding-left: 230px;
    }
}

@media( max-width: 1279px) {
    .tz-list-date {
        width:13%;
    }

    .container {
        width: 970px;
    }

    .sz-slick-box img {
        width: 60px;
        height: 60px;
        top: 15px;
    }

    .sz-slick-box {
        padding-left: 70px;
    }

    .nav-list {
        left: 15px;
        right: 15px;
    }

    .nav-list li a {
        font-size: 14px;
    }

    .footer-txt {
        /* margin-left: 0; */
    }

    .tabs-box {
        padding-left: 180px;
    }

    .teacher-p p {
        margin-bottom: 5px;
    }

    .teacher-name {
        margin-bottom: 15px;
        margin-top: 0;
    }

    .teacher-p .col-xs-6 {
        width: 100%;
    }

    .teach-top .teacher-p p {
        margin-bottom: 10px;
    }
}

@media( max-width: 1024px) {
    .left-width {
        height: 680px;
    }

    .notice-list li {
        padding-bottom: 30px;
    }

    .article-box {
        padding: 110px 1% 0 1%;
    }
}

@media( max-width: 991px) {
    .logo img {
        width: 430px;
    }

    .container {
        width: 750px;
    }

    .header-link {
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .nav-list {
        left: 0;
        top: 100%;
        display: none;
        right: 0;
        bottom: auto;
        height: auto;
        background: #333;
        margin: 0;
        z-index: 1000;
    }

    .nav-list li {
        width: 100%;
        float: none;
    }

    .nav-list li a {
        font-size: 16px;
        padding: 10px 15px;
        display: block;
    }

    .search-box {
        margin-right: 50px;
    }

    .menu-button {
        display: block;
        top: 65px;
    }

    .notice-list li {
        padding-right: 0;
    }

    .footer-txt {
        margin-left: 30px;
    }

    .footer-left {
        padding: 25px 0;
    }

    .left-width:before {
        right: -180px;
    }

    .nav-list li {
        text-align: left;
        padding: 0;
    }

    .nav-down {
        background: #fff;
        padding: 0;
    }

    .nav-list li .nav-down {
        height: auto;
        left: 0;
        top: 0;
        position: static;
        margin: 0;
        text-align: left;
        width: 100%;
    }

    .nav-list li .nav-down li a {
        color: #fff;
        font-size: 14px;
        padding: 0px 15px;
        padding-left: 25px;
        text-align: left;
    }

    .nav-list li:hover .nav-down {
        display: none;
    }

    .nav-click {
        display: block;
        transition: 0.3s all;
        z-index: 10000;
        position: absolute;
        color: #fff;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }

    .nav-click.active {
        transform: rotate(180deg);
    }

    .teach-list li {
        width: 100%;
    }

    .logo {
        width: 70%;
    }
   .search-left {
    position: absolute;
    right: 48px;
    width: 0px;
    top: 56px;
    overflow: hidden;
    transition: 0.2s all;
   }
}

@media( max-width: 870px) {
    .logo img {
        width: 350px;
    }
}

@media( max-width: 820px) {
    .left-width {
        height:600px
    }

    .notice-list {
        padding: 15px;
        margin: 64px 20px 0 0;
    }

    .notice-list li {
        padding-bottom: 23px;
    }
}

@media( max-width: 767px) {
    .container.mtop {
        padding-top: 85px;
    }
.friends-box {
    padding: 15px 15px !important;
}
.img-hide {
    overflow: hidden;
    display: block;
    text-align: center;
}

    .slick {
        padding-top: 90px;
    }

    .slifj {
        float: left;
        padding: 0px 20px;
        width: 50%;
        height: auto;
    }

    .tz-list-date {
        width: 17%;
    }

    .article-txt p video {
        max-width: 100% !important;
        display: block;
        margin: 10px auto !important;
        height: auto !important;
    }

    .article-txt video {
        max-width: 100% !important;
        display: block;
        margin: 10px auto !important;
        height: auto !important;
    }

    .article-txt p span {
        /* font-size:14px!important; */
        line-height: 28px!important;
        word-wrap: break-word;
    }

    .article-txt video {
        max-width: 100% !important;
        height: auto !important
    }

        .two table {
        margin: 0 auto;
        max-width: 100% !important;
        overflow: scroll;
        display: block;
    }
    .two table tr td{min-width: 70px;padding: 0px !important;}
    .search-box .search-left {
        width: 200px;
        display: none;
    }

    .form-control {
        float: left;
        width: 145px;
        border: 0;
        outline: none;
    }

    .container {
        width: 100%;
    }

    .logo {
        line-height: 50px;
        margin-top: 30px;
    }

    .header-link {
        position: absolute;
        right: 15px;
        top: 10px;
        padding-top: 0;
    }

    .header-link a {
        margin-left: 15px;
    }

    .search-box {
        position: absolute;
        top: 45px;
        right: 15px;
    }

    .menu-button {
        top: 50px;
    }

    .header {
        height: 85px;
    }

    .left-width {
        width: 100%;
        height: auto;
    }

    .news-box {
        padding: 0 15px;
    }

    .news-box .news-date {
        display: none;
    }

    .left-width:before {
        left: 0;
        right: 0;
    }

    .title {
        font-size: 24px;
        margin: 30px 0;
        line-height: 24px;
        background-size: auto 100%!important;
        padding-left: 16px;
    }

    .title a {
        margin-top: 0;
    }

    .news-list {
        margin-top: 10px;
        padding: 10px 0;
    }

    .right-width {
        width: 100%;
        padding-right: 0;
    }

    .right-width:before {
        display: none;
    }

    .notice-list {
        margin-top: 0;
        padding: 0;
    }

    .yj-back {
        margin-top: 30px;
        padding-bottom: 60px;
    }

    .yj-width {
        width: 100%;
        padding: 0;
        height: auto;
    }

    .yj-back-left {
        width: 100%;
        height: 240px;
    }

    .yj-tabs {
        margin-right: -0px;
    }

    .yj-tabs li {
        margin: 0!important;
    }

    .yj-tabs li a {
        font-size: 16px;
        height: auto;
        padding: 20px 0;
    }

    .yj-width .title {
        margin: 30px 0;
    }

    .yj-right {
        width: 100%;
    }

    .yj-slick .slick-dots {
        bottom: -30px;
    }

    .sz-list li {
        width: 50%;
    }

    .sz-p {
        font-size: 12px;
    }

    .number-sz {
        font-size: 14px;
        padding-top: 15px;
    }

    .number-sz span {
        font-size: 18px;
    }

    .sz-slick .slick-dots {
        bottom: -20px;
    }

    .sz-title span {
        font-size: 24px;
        line-height: 24px;
        background-size: auto 100%!important;
        padding-left: 40px;
    }

    .sz-title {
        margin-top: 60px;
        margin-bottom: 20px;
    }

    .yj-right-p {
        font-size: 14px;
        line-height: 25px;
        height: 100px;
        margin-top: 15px;
    }

    .yj-more {
        margin-top: 25px;
    }

    .zs-list li {
        width: 100%;
        margin-bottom: 20px;
    }

    .friends-tt {
        width: 100%;
        float: none!important;
        font-size: 18px;
    }

    .friends-list {
        margin-left: 0;
    }

    .friends-list li a {
        font-size: 14px;
    }

    .friends-list li {
        margin: 0 10px 0 0;
        line-height: 30px;
    }

    .footer-left {
        width: 100%;
        float: none!important;
    }

    .footer {
        padding: 0;
        height: auto;
    }

    .footer-txt {
        width: 100%;
        margin: 0;
        font-size: 12px;
        padding: 36px 5px 10px;
        text-align: center;
    }

    .ewm {
        width: 100%;
        padding-bottom: 20px;
        padding-right: 0;
        margin: 0;
    }

    .zs-list-p {
        font-size: 14px;
        line-height: 25px;
        height: 50px;
    }

    .zs-list-box {
        height: 100px;
    }

    .slick a span {
        font-size: 16px;
        padding-left: 15px;
        height: 45px;
        line-height: 45px;
        padding-right: 100px;
        padding-top: 0;
    }

    .slick .slick-dots {
        right: 10px;
        bottom: 15px;
    }

    .search-box:hover .search-left {
        width: 200px;
    }

    .notice-list-tt a {
        font-size: 14px;
    }

    .notice-list li {
        padding-bottom: 30px;
        margin-bottom: 10px;
        padding-left: 80px;
    }

    .sz-title:before {
        margin-right: 80px;
        width: 80px;
    }

    .sz-title:after {
        margin-left: 80px;
        width: 80px;
    }

    .banner-tt {
        font-size: 24px;
        height: 24px;
        line-height: 24px;
    }

    .nav-b {
        margin: 10px 0 30px 0;
    }

    .teacher-banner {
        height: auto;
        padding-bottom: 20px;
        padding-top: 100px !important;
        display: block;
    }

    .tabs-ul {
        margin: 20px 0;
    }

    .banner-ul li {
        margin-bottom: 10px;
    }

    .tabs-box-left {
        position: static;
        margin: 0 0 10px 0;
        font-size: 18px;
    }

    .tabs-box {
        padding: 20px;
        margin-bottom: 30px;
    }

    .teach-list-box {
        height: auto;
        padding: 0;
    }

    .teach-img {
        left: 10px;
        top: 10px;
    }

    .teach-img img {
        width: 70px;
        height: 90px;
    }

    .teach-list-box .lind-bottom {
        position: relative;
        padding: 10px 10px 10px 100px;
    }

    .teacher-name {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .teacher-name a {
        font-size: 18px;
        padding-right: 10px;
    }

    .teacher-p p {
        font-size: 12px;
    }

    .teach-list li {
        margin-bottom: 20px;
    }

    .tabs-box-tabs li a {
        font-size: 16px;
    }

    .tz-list li {
        padding-left: 90px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .tz-list-p {
        margin-top: 15px;
        line-height: 25px;
        height: 50px;
    }

    .tz-list-date span {
        margin-top: 0px;
    }

    .tz-list-tt a {
        font-size: 18px;
    }

    .tz-list {
        margin-top: 30px;
    }

    .page-box {
        padding-bottom: 30px;
        padding-top: 10px;
    }

    .banner-ul li a {
        font-size: 16px;
    }

    .teach-top-img {
        position: static;
        text-align: center;
        margin-bottom: 15px;
    }

    .teach-top {
        padding: 20px;
    }

    .tz-list li {
        padding-top: 20px;
    }

    .tz-list-date {
        top: 20px;
    }

    .tz-list li:hover,.img-ul li:hover {
        box-shadow: none;
        transform: scale(1);
        z-index: 100;
        background: none;
        padding-right: 0;
    }

    .tz-list-date {
        transition: 0.5s all;
    }

    .tz-list li:hover .tz-list-date {
        left: 0;
    }

    .img-ul-img {
        top: 20px;
    }

    .img-ul-img img {
        width: 122px;
        height: 75px;
    }

    .img-ul li {
        padding-left: 140px;
        height: auto;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .img-ul-tt a {
        font-size: 18px;
    }

    .img-ul-p {
        line-height: 22px;
        height: 44px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .img-date {
        display: none;
    }

    .img-ul {
        margin-top: 30px;
    }

    .article-box {
        padding: 40px 15px;
        margin-top: 255px ;
    }

    .article-date {
        font-size: 12px;
        line-height: 25px;
    }

    .article-date span {
    }

    .article-txt {
        border-width: 1px;
        padding-top: 30px;
        margin-top: 20px;
    }

    .share-box {
        padding-bottom: 0px;
    }

    .article-box ul li {
        padding: 10px 0;
    }

    .article-box ul li a {
        width: 100%;
        margin-bottom: 6px;
    }

    .article-box ul li span {
        width: 100%;
    }
}

@media( max-width: 600px) {
    .z_jl_l {
        width:100%;
        float: none;
        margin-bottom: 40px;
    }

    .z_jl_r {
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }

    .article-date span.span1 {
        padding: 0 15px;
    }

    .logo img {
        width: 300px;
    }
}

@media( max-width: 460px) {
    .btn-search input {
        width: 14px !important;
    }

    .bar {
        width: 15px !important;
        height: 1px !important;
    }

    .logo {
        width: 80% !important;
    }
}

.search-box {
    right: 0px !important;
}

.logo img {
    width: 260px;
}

.banner-ul li.active a:before {
    left: -15px;
}
}

.mt1 {
    min-height: 658px;
    /* padding-top: 134px; */
}

.img_img {
    float: left;
    width: 23%;
    /* margin-right: 0%; */
}

.tit_t {
    float: left;
    width: 66%;
}

.tit_t p {
    line-height: 18px;
    font-size: 16px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tit_t .p01 {
    font-size: 18px;
    font-weight: bold;
}

@media( max-width: 1280px) {
    .tit_t .p01 {
        margin-top:10px;
    }

    .tit_t p {
        line-height: 20px;
        font-size: 16px;
    }
}

@media(max-width: 990px) {
    .img_img {
        float: none !important;
        width: 100% !important;
    }

    .tit_t {
        float: none !important;
        width: 100% !important;
    }

    .tit_t .p01 {
        margin-top: 10px;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 17px !important;
        margin-bottom: 20px !important;
    }

    .tit_t p {
        line-height: 30px;
        font-size: 14px !important;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .slifj {
        height: auto;
    }
}

@media( max-width: 376px) {
    .tit_t .p01 {
        margin-top:10px;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .tit_t p {
        line-height: 30px;
        font-size: 14px !important;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .tz-list-date {
        width: 30%;
    }

    .img_img {
        text-align: center;
    }

    .img_img img {
        width: 55%;
        height: auto !important;
    }

    .slifj {
        float: none !important;
        width: 100% !important;
    }

    .p {
        margin: 0;
        height: auto;
        width: 100%;
    }

    .teach-top {
        word-break: break-all;
    }

    .teach-top-img {
        left: 10px !important;
    }

    .teach-top-img img {
        width: 100% !important;
        height: auto;
    }
}

@media( max-width: 360px) {
    .tz-list-date {
        width: 30%;
    }

    .search-box {
        right: 2px;
    }

    p {
        /* margin: 10px 0 10px 135px; */
        /* height: 105px; */
        /* width: 41%; */
    }

    .logo img {
        width: 220px;
    }
}

.footer-tt {
    font-size: 22px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 30px;
}

.tab-content > .tab-pane.active {
    z-index: 100;
    position: relative;
    opacity: 1;
}

.news-list li a:hover,.notice-list-tt a:hover,.friends-list li a:hover {
    color: #003366;
}

.news-tt a:hover {
    font-weight: bold;
}

.yj-more:hover {
    color: #fff;
}

.sz-title:before {
    display: block;
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 110px;
    border-top: solid 1px #700ac6;
    margin-right: 170px;
}

.sz-title:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 110px;
    border-top: solid 1px #700ac6;
    margin-left: 170px;
}

.teacher-banner {
    height: auto;
    padding-top: 130px;
}

.teacher-banner img {
    width: 100%;
}

.banner-tt {
    font-size: 34px;
    color: #003366;
    height: 48px;
    line-height: 48px;
    margin-top: 27px;
    margin-right: 30px;
    margin-bottom: 27px;
}

.nav-b {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    display: none;
}

.nav-b a {
    color: #fff;
}

.teacher-banner ul {
    float: left !important;
}

.banner-ul li a {
    font-size: 18px;
    color: #003366;
    position: relative;
}

.banner-ul li.active a,.banner-ul li a:hover {
    color: #660099;
}

.banner-ul li.active a:before {
    display: none;
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    top: 50%;
    left: -20px;
    margin-top: -1px;
    background: #660099;
}

.tabs-ul li a {
    font-size: 16px;
    color: #003366;
}

.tabs-ul {
    /* margin: 40px 11px; */
}

.tabs-ul li.active a,.tabs-ul li a:hover {
    color: #660099;
}

.tabs-ul li.active a:before {
    background: #660099;
}

.tabs-box {
    padding: 32px 0 32px 330px;
    margin-bottom: 20px;
    position: relative;
    background: #f5f5f5;
    border-left: solid 5px #660099;
}

.tabs-box-left {
    position: absolute;
    left: 25px ;
    top: 50%;
    font-size: 24px;
    color: #660099;
    height: 24px;
    line-height: 24px;
    margin-top: -12px;
}

.tabs-box-tabs li {
    float: left;
}

.tabs-box-tabs li {
    float: left;
}

.tabs-box-tabs li a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #999;
}

.tabs-box-tabs li.active a {
    background: #660099;
    color: #ffcc00;
}

.tabs-box-tabs li a:hover {
    color: #ffcc00;
}

.teach-list li {
    float: left;
    width: 50%;
    padding: 0 22px;
    margin-bottom: 30px;
}

.teach-list {
    padding-bottom: 30px;
}

.teach-list {
    margin: 0 -22px;
}

.teach-list-box {
    background: #f5f5f5;
    position: relative;
    height: 220px;
    border: solid 1px #fff;
}

.teach-img {
    position: absolute;
    left: 20px;
    top: 20px;
}

.teach-img img {
    width: 140px;
    height: 180px;
}

.teacher-name {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    margin-top: 12px;
}

.teacher-name a {
    font-size: 30px;
    color: #000;
    padding-right: 20px;
}

.teach-list-box .lind-bottom {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 20px 20px 20px 195px;
}

.teach-list li:hover .lind::before,.xs-list-box:hover .lind::after {
    width: 100%;
    height: 100%;
}

.teach-list li:hover .lind::before {
    border-top-color: #660099;
    border-right-color: #660099;
    transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}

.teach-list li:hover .lind::after {
    border-bottom-color: #660099;
    border-left-color: #660099;
    transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
}

.tz-list li {
    border-bottom: solid 1px #ccc;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
    padding-left: 8%;
    background: #f7f6f6;
    margin-bottom: 15px;
}

.tz-list-tt a {
    font-size: 24px;
    color: #333;
}

.tz-list-p {
    color: #666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    margin-top: 30px;
    font-size: 17px;
}

.tz-list-date {
    position: absolute;
    top: 40px;
    width: 6%;
    left: 0;
    color: #666;
    border-right: 1px solid #dadada;
}

.tz-list-date span {
    font-size: 48px;
    margin-top: 18px;
    color: #003366;
    display: inline-block;
    border-bottom: solid 2px #003366;
}

.tz-list {
    /* margin-top: 58px; */
}

.page-box {
    padding: 30px 0 100px 0;
}

.img-ul li {
    position: relative;
    padding-left: 280px;
    border-bottom: solid 1px #d0d0d0;
    padding-bottom: 40px;
    padding-top: 40px;
}

.img-ul-img {
    position: absolute;
    left: 0;
    top: 40px;
}

.img-ul-img img {
    width: 244px;
    height: 170px;
}

.img-ul-tt a {
    font-size: 22px;
    color: #000;
}

.img-ul-p {
    color: #666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    text-indent: 2em;
    margin-top: 20px;
    margin-bottom: 40px;
}

.img-date {
    color: #999;
    padding-left: 26px;
    background: url(../images/img-date.png) left center no-repeat;
}

.img-ul {
    margin-top: 50px;
}

.sjdpzw {
    margin-top: 70px !important;
}

.article-box {
    background: #fff;
    background: rgba(255,255,255,0.8);
    margin-top: 41px;
    position: relative;
    z-index: 10;
    /* margin: 4% 0% 0 0%; */
}

.article-date {
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}

.article-date span.span1 {
    padding: 0 35px;
}

.article-txt {
    background: url(../images/xiantiao.png) center top no-repeat;
    margin-bottom: 20px;
}

.article-txt p img {
    max-width: 80% !important;
    display: block;
    margin: 10px auto !important;
    height: auto !important;
}

.article-txt img {
    max-width: 80% !important;
    display: block;
    margin: 10px auto !important;
    height: auto !important;
}

.share-box {
    border-top: solid 1px #dedede;
    padding-top: 30px;
    padding-bottom: 100px;
}

.share-txt {
    color: #666;
    padding: 7px 0px 0 0;
}

/*
.article-box ul{margin-bottom:20px;}
.article-box ul li{border-bottom: solid 1px #d0d0d0;overflow: hidden;padding:20px 0;}
.article-box ul li a{  COLOR: #333333;
    FONT-SIZE: 16px;
    line-height: 1.2em;
    display: block;
    float: left;}
.article-box ul li  span{COLOR: #333333;
    FONT-SIZE: 14px;
    float: right;}
*/
.z_jl_l {
    width: 45%;
    float: left;
    margin-bottom: 40px;
}

.z_jl_r {
    width: 45%;
    float: right;
    margin-bottom: 40px;
}

.slifj {
    float: left;
    padding: 0px 20px;
    width: 50%;
}

.pull-left.logo img {
    width: 500px;
}

@media( max-width: 1665px) {
    .container {
        width: 1530px;
    }

    .logo img {
        width: 500px;
    }

    .nav-list li a {
        font-size: 16px
    }
}

@media( max-width: 1599px) {
    .container {
        width: 1430px;
    }

    .nav-list {
        margin-left: 500px;
    }
}

@media(max-width: 1379px) {
    .container {
        width: 1230px;
    }

    .footer-txt {
        /* margin-left: 8%; */
    }

    .logo img {
        width: 300px;
    }

    .nav-list {
        margin-left: 320px;
    }

    .nav-list li a {
        font-size: 16px;
    }

    .tabs-box {
        padding-left: 230px;
    }
}

@media( max-width: 1279px) {
    .tz-list-date {
        width:13%;
    }

    .container {
        width: 970px;
    }

    .sz-slick-box img {
        width: 60px;
        height: 60px;
        top: 15px;
    }

    .sz-slick-box {
        padding-left: 70px;
    }

    .nav-list {
        left: 15px;
        right: 15px;
        margin-left: 32%;
    }

    .nav-list li a {
        font-size: 14px;
    }

    .footer-txt {
    }

    .tabs-box {
        padding-left: 180px;
    }

    .teacher-p p {
        margin-bottom: 5px;
    }

    .teacher-name {
        margin-bottom: 15px;
        margin-top: 0;
    }

    .teacher-p .col-xs-6 {
        width: 100%;
    }

    .teach-top .teacher-p p {
        margin-bottom: 10px;
        word-break: break-all;
    }

    .tz-list li {
        padding-left: 15%;
    }
}

@media( max-width: 990px) {
    .left-width {
        height: 680px;
    }

    .notice-list li {
        padding-bottom: 30px;
    }

    .article-box {
        padding: 110px 1% 0 1%;
    }

    .footer-tt {
        font-size: 22px;
        color: #fff;
        line-height: 22px;
        margin-bottom: 30px;
    }

    .footlogo {
        padding: 0 !important;
        padding-top: 20px !important;
    }

    .ewm {
        padding: 0;
    }

    .ewm img {
        margin-bottom: 5px;
    }
}

@media( max-width: 991px) {
    .logo img {
        width: 430px;
    }

    .container {
        width: 750px;
    }

    .header-link {
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .nav-list {
        left: 0;
        top: 100%;
        display: none;
        right: 0;
        bottom: auto;
        height: auto;
        background: #333;
        margin: 0;
        z-index: 1000;
    }

    .nav-list li {
        width: 100%;
        float: none;
    }

    .nav-list li a {
        font-size: 16px;
        padding: 10px 15px;
        display: block;
    }

    .search-box {
        margin-right: 50px;
    }

    .menu-button {
        display: block;
        top: 65px;
    }

    .notice-list li {
        padding-right: 0;
    }

    .footer-txt {
        margin-left: 30px;
        padding-left: 0;
        padding: 0;
    }

    .news-box {
        padding-left: 0;
        position: relative;
    }

    .footer-left {
        padding: 25px 0;
    }

    .left-width:before {
        right: -180px;
    }

    .nav-list li {
        text-align: left;
        padding: 0;
    }

    .nav-down {
        background: #003366;
        padding: 0;
    }

    .nav-list li .nav-down {
        height: auto;
        left: 0;
        top: 0;
        position: static;
        margin: 0;
        text-align: left;
        width: 100%;
    }

    .nav-list li .nav-down li a {
        color: #fff;
        font-size: 14px;
        padding: 0px 15px;
        padding-left: 25px;
        text-align: left;
    }

    .nav-list li:hover .nav-down {
        display: none;
    }

    .nav-click {
        display: block;
        transition: 0.3s all;
        z-index: 10000;
        position: absolute;
        color: #fff;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }

    .nav-click.active {
        transform: rotate(180deg);
    }

    .teach-list li {
        width: 100%;
    }

    .logo {
        width: 70%;
    }
}

@media( max-width: 870px) {
    .logo img {
        width: 350px;
    }
}

@media( max-width: 820px) {
    .left-width {
        height:600px
    }

    .notice-list {
        padding: 15px;
        margin: 64px 20px 0 0;
    }

    .notice-list li {
        padding-bottom: 23px;
    }
}

@media( max-width: 767px) {
    .tz-list-date {
        width: 17%;
    }

    .yj-right-tt,.txt-elise {
        margin-left: 20px;
    }

    .search-box .search-left {
        width: 200px;
        display: none;
    }

    .form-control {
        float: left;
        width: 145px;
        border: 0;
        outline: none;
    }

    .container {
        width: 100%;
    }

    .logo {
        line-height: 50px;
        margin-top: 10px;
    }

    .header-link {
        position: absolute;
        right: 15px;
        top: 10px;
        padding-top: 0;
    }

    .header-link a {
        margin-left: 15px;
    }

    .search-box {
        position: absolute;
        top: 45px;
        right: 15px;
        padding: 0;
    }

    .menu-button {
        top: 50px;
    }

    .header {
        height: 85px;
        margin-bottom: 20px;
    }

    .left-width {
        width: 100%;
        height: auto;
    }

    .news-box {
        padding: 0 15px;
    }

    .news-box .news-date {
        display: none;
    }

    .left-width:before {
        left: 0;
        right: 0;
    }

    .title {
        font-size: 24px;
        margin: 30px 0;
        line-height: 24px;
        background-size: auto 100%!important;
        padding-left: 16px;
    }

    .title a {
        margin-top: 0;
    }

    .news-list {
        margin-top: 10px;
        padding: 10px 0;
    }

    .right-width {
        width: 100%;
        padding-right: 0;
    }

    .right-width:before {
        display: none;
    }

    .notice-list {
        margin-top: 0;
        padding: 0;
    }

    .yj-back {
        margin-top: 30px;
        padding-bottom: 60px;
    }

    .yj-width {
        width: 100%;
        padding: 0;
        height: auto;
    }

    .yj-back-left {
        width: 100%;
        height: 240px;
    }

    .yj-tabs {
        margin-right: -0px;
    }

    .yj-tabs li {
        margin: 0!important;
    }

    .yj-tabs li a {
        font-size: 16px;
        height: auto;
        padding: 20px 0;
    }

    .yj-width .title {
        margin: 30px 0;
    }

    .yj-right {
        width: 100%;
    }

    .yj-slick .slick-dots {
        bottom: -30px;
    }

    .sz-list li {
        width: 50%;
    }

    .sz-p {
        font-size: 12px;
    }

    .number-sz {
        font-size: 14px;
        padding-top: 15px;
    }

    .number-sz span {
        font-size: 18px;
    }

    .sz-slick .slick-dots {
        bottom: -20px;
    }

    .sz-title span {
        font-size: 24px;
        line-height: 24px;
        background-size: auto 100%!important;
        padding-left: 40px;
    }

    .sz-title {
        margin-top: 60px;
        margin-bottom: 20px;
    }

    .yj-right-p {
        font-size: 14px;
        line-height: 25px;
        height: 100px;
        margin-top: 15px;
    }

    .yj-more {
        margin-top: 25px;
    }

    .zs-list li {
        width: 100% !important;
        margin-bottom: 20px !important;
    }

    .friends-tt {
        width: 100%;
        float: none!important;
        font-size: 18px;
    }

    .friends-list {
        margin-left: 0;
    }

    .friends-list li a {
        font-size: 14px;
    }

    .friends-list li {
        margin: 0 10px 0 0;
        line-height: 30px;
    }

    .footer-left {
        width: 100%;
        float: none!important;
    }

    .footer {
        padding: 0;
        height: auto;
    }

    .footer-txt {
        width: 100%;
        margin: 0;
        font-size: 12px;
        padding: 36px 5px 10px;
        text-align: center;
    }

    .footlogo {
        font-size: 12px;
        color: #fff;
        padding: 85px 0px;
        padding-right: 60px;
        margin: 0 auto;
        text-align: center;
        float: none !important;
        width: 100% !important;
    }

    .ewm {
        width: 100%;
        padding-bottom: 20px;
        padding-right: 0;
        margin: 0;
    }

    .zs-list-p {
        font-size: 14px;
        line-height: 25px;
        height: 50px;
    }

    .zs-list-box {
        height: 100px;
    }

    .slick a span {
        font-size: 16px;
        padding-left: 15px;
        height: 45px;
        line-height: 45px;
        padding-right: 100px;
        padding-top: 0;
    }

    .slick .slick-dots {
        right: 10px;
        bottom: 15px;
    }

    .search-box:hover .search-left {
        width: 200px;
    }

    .notice-list-tt a {
        font-size: 14px;
    }

    .notice-list li {
        padding-bottom: 30px;
        margin-bottom: 10px;
        padding-left: 80px;
    }

    .sz-title:before {
        margin-right: 80px;
        width: 80px;
    }

    .sz-title:after {
        margin-left: 80px;
        width: 80px;
    }

    .banner-tt {
        font-size: 24px;
        height: 24px;
        line-height: 24px;
    }

    .nav-b {
        margin: 10px 0 30px 0;
    }

    .teacher-banner {
        /* height: 300px; */
        padding-bottom: 20px;
        /* padding-top: 50px; */
        /* padding-top: 200px !important; */
    }

    .tabs-ul {
        margin: 0px 0;
    }

    ul.lanm3 {
        padding-left: 14px !important;
        padding-top: 0px !important;
    }

    .tabs-box-left {
        position: static;
        margin: 0 0 10px 0;
        font-size: 18px;
    }

    .tabs-box {
        padding: 20px;
        margin-bottom: 30px;
    }

    .teach-list-box {
        height: auto;
        padding: 0;
    }

    .teach-img {
        left: 10px;
        top: 10px;
    }

    .teach-img img {
        width: 70px;
        height: 90px;
    }

    .teach-list-box .lind-bottom {
        position: relative;
        padding: 10px 10px 10px 100px;
    }

    .teacher-name {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .teacher-name a {
        font-size: 18px;
        padding-right: 10px;
    }

    .teacher-p p {
        font-size: 12px;
    }

    .teach-list li {
        margin-bottom: 20px;
    }

    .tabs-box-tabs li a {
        font-size: 16px;
    }

    .tz-list li {
        padding-left: 19%;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .tz-list-p {
        margin-top: 15px;
        line-height: 25px;
        height: 50px;
    }

    .tz-list-date span {
        margin-top: 0px;
    }

    .tz-list-tt a {
        font-size: 18px;
    }

    .tz-list {
        margin-top: 54px;
    }

    .page-box {
        padding-bottom: 30px;
        padding-top: 10px;
    }

    .banner-ul li a {
        font-size: 16px;
    }

    .teach-top-img {
        position: static;
        text-align: center;
        margin-bottom: 15px;
    }

    .teach-top {
        padding: 20px;
        padding: 10px 10px 20px 10px !important;
    }

    .tz-list li {
        padding-top: 20px;
    }

    .tz-list-date {
        top: 20px;
    }

    .tz-list li:hover,.img-ul li:hover {
        box-shadow: none;
        transform: scale(1);
        z-index: 100;
        background: none;
        padding-right: 0;
    }

    .tz-list-date {
        transition: 0.5s all;
    }

    .tz-list li:hover .tz-list-date {
        left: 0;
    }

    .img-ul-img {
        top: 20px;
    }

    .img-ul-img img {
        width: 122px;
        height: 75px;
    }

    .img-ul li {
        padding-left: 140px;
        height: auto;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .img-ul-tt a {
        font-size: 18px;
    }

    .img-ul-p {
        line-height: 22px;
        height: 44px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .img-date {
        display: none;
    }

    .img-ul {
        margin-top: 30px;
    }

    .article-box {
        padding: 31px 15px;
    }

    .sjdpzw {
        margin-top: 120px !important;
    }

    .article-date {
        font-size: 12px;
        line-height: 25px;
    }

    .article-date span {
    }

    .article-txt {
        border-width: 1px;
        padding-top: 30px;
        margin-top: 3px;
    }

    .share-box {
        padding-bottom: 0px;
    }

    .article-box ul li {
        padding: 10px 0;
    }

    .article-box ul li a {
        width: 100%;
        margin-bottom: 6px;
    }

    .article-box ul li span {
        width: 100%;
    }
}

@media( max-width: 600px) {
    .z_jl_l {
        width:100%;
        float: none;
        margin-bottom: 40px;
    }

    .z_jl_r {
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }

    .article-date span.span1 {
        padding: 0 15px;
    }

    .logo img {
        width: 300px;
    }
}

@media( max-width: 460px) {
    .tz-list-date {
        width: 22%;
    }

    .tz-list li {
        padding-left: 25%;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .search-box {
        /* right: -61px; */
    }

    .logo img {
        width: 260px;
    }

    .banner-ul li.active a:before {
        left: -15px;
    }
}

.mt1 {
    min-height: 658px;
}

@media( max-width: 360px) {
    .sz-list li:nth-child(1) {
        margin-left: 3%;
        width: 46%;
    }

    .sz-list li:nth-child(3) {
        margin-left: 3%;
        width: 46%;
    }

    .sz-list li {
        width: 48% !important;
    }

    .slifj {
        width: 100%;
    }

    .tz-list-date {
        width: 30%;
    }

    .search-box {
        right: 2px;
    }

    p {
        /* margin: 10px 0 10px 135px; */
        /* height: 105px; */
        width: 100%;
    }

    .logo img {
        width: 220px;
    }
}

.footer-tt {
    font-size: 22px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 30px;
}

ul.lanm {
    /* padding-left: 20px; */
}

ul.lanm3 {
    padding-left: 14px;
    padding-top: 27px;
}

.news-date:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    width: ;
    border-bottom: solid 1px #003366;
    width: 40px;
}

#vsb_content_4 A {
    color: #1e50a2 !important;
    text-decoration: underline !important;
}

/*20231026*/
@media( max-width: 1400px) {
    .img_img {
        width: 30%;
        margin-right: 5%;
    }

    .tit_t {
        width: 60%;
    }
}

@media( max-width: 400px) {
    .sjdpzw {
        margin-top: 150px !important;
    }
}

.notice-list-tt img {
    width: 151px;
    height: 111px;
    float: left;
    padding: 0 20px;
}

@media( max-width: 360px) {
    .tz-list li {
        padding-left: 33%;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

kit-line-clamp: 2; overflow: hidden; height: 60px; margin-top: 30px; }

.tz-list-date {
    position: absolute;
    top: 40px;
    width: 6%;
    left: 0;
    color: #666;
    border-right: 1px solid #dadada;
}

.tz-list-date span {
    font-size: 48px;
    margin-top: 18px;
    color: #003366;
    display: inline-block;
    border-bottom: solid 2px #003366;
}

.tz-list {
    /* margin-top: 58px; */
}

.page-box {
    padding: 30px 0 100px 0;
}

.img-ul li {
    position: relative;
    padding-left: 280px;
    border-bottom: solid 1px #d0d0d0;
    padding-bottom: 40px;
    padding-top: 40px;
}

.img-ul-img {
    position: absolute;
    left: 0;
    top: 40px;
}

.img-ul-img img {
    width: 244px;
    height: 170px;
}

.img-ul-tt a {
    font-size: 22px;
    color: #000;
}

.img-ul-p {
    color: #666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    text-indent: 2em;
    margin-top: 20px;
    margin-bottom: 40px;
}

.img-date {
    color: #999;
    padding-left: 26px;
    background: url(../images/img-date.png) left center no-repeat;
}

.img-ul {
    margin-top: 50px;
}

.article-box {
    background: #fff;
    background: rgba(255,255,255,0.8);
    margin-top: 41px;
    position: relative;
    z-index: 10;
    /* margin: 4% 0% 0 0%; */
}

.article-date {
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}

.article-date span.span1 {
    padding: 0 35px;
}

.article-txt {
    background: url(../images/xiantiao.png) center top no-repeat;
    margin-bottom: 20px;
}

.article-txt p img {
    max-width: 80% !important;
    display: block;
    margin: 10px auto !important;
    height: auto !important;
}

.article-txt img {
    max-width: 80% !important;
    display: block;
    margin: 10px auto !important;
    height: auto !important;
}

.share-box {
    border-top: solid 1px #dedede;
    padding-top: 30px;
    padding-bottom: 100px;
}

.share-txt {
    color: #666;
    padding: 7px 0px 0 0;
}

/*
.article-box ul{margin-bottom:20px;}
.article-box ul li{border-bottom: solid 1px #d0d0d0;overflow: hidden;padding:20px 0;}
.article-box ul li a{  COLOR: #333333;
    FONT-SIZE: 16px;
    line-height: 1.2em;
    display: block;
    float: left;}
.article-box ul li  span{COLOR: #333333;
    FONT-SIZE: 14px;
    float: right;}
*/
.z_jl_l {
    width: 45%;
    float: left;
    margin-bottom: 40px;
}

.z_jl_r {
    width: 45%;
    float: right;
    margin-bottom: 40px;
}

.slifj {
    float: left;
    padding: 0px 20px;
    width: 50%;
}

.pull-left.logo img {
    width: 500px;
}

.footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

@media( max-width: 1665px) {
    .container {
        width: 1530px;
    }

    .logo img {
        width: 500px;
    }

    .nav-list li a {
        font-size: 16px
    }
}

@media( max-width: 1599px) {
    .container {
        width: 1430px;
    }

    .nav-list {
        margin-left: 500px;
    }
}

@media(max-width: 1379px) {
    .container {
        width: 1230px;
    }

    .footer-txt {
        /* margin-left: 8%; */
    }

    .logo img {
        width: 300px;
    }

    .nav-list {
        margin-left: 320px;
    }

    .nav-list li a {
        font-size: 16px;
    }

    .tabs-box {
        padding-left: 230px;
    }
}

@media( max-width: 1279px) {
    .tz-list-date {
        width:13%;
    }

    .container {
        width: 970px;
    }

    .sz-slick-box img {
        width: 60px;
        height: 60px;
        top: 15px;
    }

    .sz-slick-box {
        padding-left: 70px;
    }

    .nav-list {
        left: 15px;
        right: 15px;
    }

    .nav-list li a {
        font-size: 14px;
    }

    .footer-txt {
    }

    .tabs-box {
        padding-left: 180px;
    }

    .teacher-p p {
        margin-bottom: 5px;
    }

    .teacher-name {
        margin-bottom: 15px;
        margin-top: 0;
    }

    .teacher-p .col-xs-6 {
        width: 100%;
    }

    .teach-top .teacher-p p {
        margin-bottom: 10px;
        word-break: break-all;
    }

    .tz-list li {
        padding-left: 15%;
    }
}

@media( max-width: 990px) {
    .left-width {
        height: 680px;
    }

    .notice-list li {
        padding-bottom: 30px;
    }

    .article-box {
        padding: 110px 1% 0 1%;
    }

    .footer-tt {
        font-size: 22px;
        color: #fff;
        line-height: 22px;
        margin-bottom: 30px;
    }

    .footlogo {
        padding: 0 !important;
        padding-top: 20px !important;
    }

    .ewm {
        padding: 0;
    }

    .ewm img {
        margin-bottom: 5px;
    }
}

@media( max-width: 991px) {
    .logo img {
        width: 430px;
    }

    .container {
        width: 750px;
    }

    .header-link {
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .nav-list {
        left: 0;
        top: 100%;
        display: none;
        right: 0;
        bottom: auto;
        height: auto;
        background: #333;
        margin: 0;
        z-index: 1000;
    }

    .nav-list li {
        width: 100%;
        float: none;
    }

    .nav-list li a {
        font-size: 16px;
        padding: 10px 15px;
        display: block;
    }

    .search-box {
        margin-right: 50px;
    }

    .menu-button {
        display: block;
        top: 65px;
    }

    .notice-list li {
        padding-right: 0;
    }

    .footer-txt {
        margin-left: 30px;
        padding-left: 0;
        padding: 0;
    }

    .news-box {
        padding-left: 0;
        position: relative;
    }

    .footer-left {
        padding: 25px 0;
    }

    .left-width:before {
        right: -180px;
    }

    .nav-list li {
        text-align: left;
        padding: 0;
    }

    .nav-down {
        background: #003366;
        padding: 0;
    }

    .nav-list li .nav-down {
        height: auto;
        left: 0;
        top: 0;
        position: static;
        margin: 0;
        text-align: left;
        width: 100%;
    }

    .nav-list li .nav-down li a {
        color: #fff;
        font-size: 14px;
        padding: 0px 15px;
        padding-left: 25px;
        text-align: left;
    }

    .nav-list li:hover .nav-down {
        display: none;
    }

    .nav-click {
        display: block;
        transition: 0.3s all;
        z-index: 10000;
        position: absolute;
        color: #fff;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }

    .nav-click.active {
        transform: rotate(180deg);
    }

    .teach-list li {
        width: 100%;
    }

    .logo {
        width: 70%;
    }
    .notice-list-tt img {
    width: 115px;
    height: auto;
    float: none;
    padding: 0 20px;    
}

@media( max-width: 870px) {
    .logo img {
        width: 350px;
    }
}

@media( max-width: 820px) {
    .left-width {
        height:600px
    }

    .notice-list {
        padding: 15px;
        margin: 64px 20px 0 0;
    }

    .notice-list li {
        padding-bottom: 23px;
    }
}

@media( max-width: 767px) {
    .tz-list-date {
        width: 17%;
    }

    .notice-list-tt {
        line-height: 33px;
        height: 111px;
        overflow: hidden;
        padding-left: 15px;
    }

    .notice-list-tt a {
        font-size: 16px;
        color: #000;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .notice-list-tt a p {
        overflow: hidden;
        font-size: 14px;
        color: #000;
        line-height: 21px;
    }

    .notice-list-tt img {
        width: 115px;
        height: auto;
        float: none;
        padding: 0 20px;
    }

    .search-box .search-left {
        width: 200px;
        display: none;
    }

    .form-control {
        float: left;
        width: 145px;
        border: 0;
        outline: none;
    }

    .container {
        width: 100%;
    }

    .logo {
        line-height: 50px;
        margin-top: 10px;
    }

    .header-link {
        position: absolute;
        right: 15px;
        top: 10px;
        padding-top: 0;
    }

    .header-link a {
        margin-left: 15px;
    }

    .search-box {
        position: absolute;
        top: 45px;
        right: 15px;
        padding: 0;
    }

    .menu-button {
        top: 50px;
    }

    .header {
        height: 85px;
        margin-bottom: 20px;
    }

    .left-width {
        width: 100%;
        height: auto;
    }

    .news-box {
        padding: 0 15px;
    }

    .news-box .news-date {
        display: none;
    }

    .left-width:before {
        left: 0;
        right: 0;
    }

    .title {
        font-size: 24px;
        margin: 30px 0;
        line-height: 24px;
        background-size: auto 100%!important;
        padding-left: 16px;
    }

    .title a {
        margin-top: 0;
    }

    .news-list {
        margin-top: 10px;
        padding: 10px 0;
    }

    .right-width {
        width: 100%;
        padding-right: 0;
    }

    .right-width:before {
        display: none;
    }

    .notice-list {
        margin-top: 0;
        padding: 0;
    }

    .yj-back {
        margin-top: 30px;
        padding-bottom: 60px;
    }

    .yj-width {
        width: 100%;
        padding: 0;
        height: auto;
    }

    .yj-back-left {
        width: 100%;
        height: 240px;
    }

    .yj-tabs {
        margin-right: -0px;
    }

    .yj-tabs li {
        margin: 0!important;
    }

    .yj-tabs li a {
        font-size: 16px;
        height: auto;
        padding: 20px 0;
    }

    .yj-width .title {
        margin: 30px 0;
    }

    .yj-right {
        width: 100%;
    }

    .yj-slick .slick-dots {
        bottom: -30px;
    }

    .sz-list li {
        width: 50%;
    }

    .sz-p {
        font-size: 12px;
    }

    .number-sz {
        font-size: 14px;
        padding-top: 15px;
    }

    .number-sz span {
        font-size: 18px;
    }

    .sz-slick .slick-dots {
        bottom: -20px;
    }

    .sz-title span {
        font-size: 24px;
        line-height: 24px;
        background-size: auto 100%!important;
        padding-left: 40px;
    }

    .sz-title {
        margin-top: 60px;
        margin-bottom: 20px;
    }

    .yj-right-p {
        font-size: 14px;
        line-height: 25px;
        height: 100px;
        margin-top: 15px;
    }

    .yj-more {
        margin-top: 25px;
    }

    .zs-list li {
        width: 100% !important;
        margin-bottom: 20px !important;
    }

    .friends-tt {
        width: 100%;
        float: none!important;
        font-size: 18px;
    }

    .friends-list {
        margin-left: 0;
    }

    .friends-list li a {
        font-size: 14px;
    }

    .friends-list li {
        margin: 0 10px 0 0;
        line-height: 30px;
    }

    .footer-left {
        width: 100%;
        float: none!important;
    }

    .footer {
        padding: 0;
        height: auto;
    }

    .footer-txt {
        width: 100%;
        margin: 0;
        font-size: 12px;
        padding: 36px 5px 10px;
        text-align: center;
    }

    .footlogo {
        font-size: 12px;
        color: #fff;
        padding: 85px 0px;
        padding-right: 60px;
        margin: 0 auto;
        text-align: center;
        float: none !important;
        width: 100% !important;
    }

    .ewm {
        width: 100%;
        padding-bottom: 20px;
        padding-right: 0;
        margin: 0;
    }

    .zs-list-p {
        font-size: 14px;
        line-height: 25px;
        height: 50px;
    }

    .zs-list-box {
        height: 100px;
    }

    .slick a span {
        font-size: 16px;
        padding-left: 15px;
        height: 45px;
        line-height: 45px;
        padding-right: 100px;
        padding-top: 0;
    }

    .slick .slick-dots {
        right: 10px;
        bottom: 15px;
    }

    .search-box:hover .search-left {
        width: 200px;
    }

    .notice-list-tt a {
        font-size: 14px;
    }

    .notice-list li {
        padding-bottom: 30px;
        margin-bottom: 10px;
        padding-left: 80px;
    }

    .news-date span {
        font-size: 24px;
        margin-left: 15px;
    }

    .sz-title:before {
        margin-right: 80px;
        width: 80px;
    }

    .sz-title:after {
        margin-left: 80px;
        width: 80px;
    }

    .banner-tt {
        font-size: 24px;
        height: 24px;
        line-height: 24px;
    }

    .nav-b {
        margin: 10px 0 30px 0;
    }

    .teacher-banner {
        /* height: 300px; */
        padding-bottom: 20px;
        /* padding-top: 50px; */
        /* padding-top: 200px !important; */
    }

    .tabs-ul {
        margin: 0px 0;
    }

    ul.lanm3 {
        padding-left: 14px !important;
        padding-top: 0px !important;
    }

    .tabs-box-left {
        position: static;
        margin: 0 0 10px 0;
        font-size: 18px;
    }

    .tabs-box {
        padding: 20px;
        margin-bottom: 30px;
    }

    .teach-list-box {
        height: auto;
        padding: 0;
    }

    .teach-img {
        left: 10px;
        top: 10px;
    }

    .teach-img img {
        width: 70px;
        height: 90px;
    }

    .teach-list-box .lind-bottom {
        position: relative;
        padding: 10px 10px 10px 100px;
    }

    .teacher-name {
        font-size: 16px;
        margin-bottom: 5px;
        text-align: center;
    }

    .teacher-name a {
        font-size: 30px;
        padding-right: 10px;
    }

    .teacher-p p {
        font-size: 18px;
    }

    .teach-list li {
        margin-bottom: 20px;
    }

    .tabs-box-tabs li a {
        font-size: 16px;
    }

    .tz-list li {
        padding-left: 19%;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .tz-list-p {
        margin-top: 15px;
        line-height: 25px;
        height: 50px;
    }

    .tz-list-date span {
        margin-top: 0px;
    }

    .tz-list-tt a {
        font-size: 18px;
    }

    .tz-list {
        margin-top: 54px;
    }

    .page-box {
        padding-bottom: 30px;
        padding-top: 10px;
    }

    .banner-ul li a {
        font-size: 16px;
    }

    .teach-top-img {
        position: static !important;
        text-align: center;
        margin-bottom: 15px;
    }

    .teach-top {
        padding: 20px;
    }

    .tz-list li {
        padding-top: 20px;
    }

    .tz-list-date {
        top: 20px;
    }

    .tz-list li:hover,.img-ul li:hover {
        box-shadow: none;
        transform: scale(1);
        z-index: 100;
        background: none;
        padding-right: 0;
    }

    .tz-list-date {
        transition: 0.5s all;
    }

    .tz-list li:hover .tz-list-date {
        left: 0;
    }

    .img-ul-img {
        top: 20px;
    }

    .img-ul-img img {
        width: 122px;
        height: 75px;
    }

    .img-ul li {
        padding-left: 140px;
        height: auto;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .img-ul-tt a {
        font-size: 18px;
    }

    .img-ul-p {
        line-height: 22px;
        height: 44px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .img-date {
        display: none;
    }

    .img-ul {
        margin-top: 30px;
    }

    .article-box {
        padding: 31px 15px;
    }

    .article-date {
        font-size: 12px;
        line-height: 25px;
    }

    .article-date span {
    }

    .article-txt {
        border-width: 1px;
        padding-top: 30px;
        margin-top: 3px;
    }

    .share-box {
        padding-bottom: 0px;
    }

    .article-box ul li {
        padding: 10px 0;
    }

    .article-box ul li a {
        width: 100%;
        margin-bottom: 6px;
    }

    .article-box ul li span {
        width: 100%;
    }
}

@media( max-width: 600px) {
    .z_jl_l {
        width:100%;
        float: none;
        margin-bottom: 40px;
    }

    .z_jl_r {
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }

    .article-date span.span1 {
        padding: 0 15px;
    }

    .logo img {
        width: 300px;
    }
}

@media( max-width: 460px) {
    .tz-list-date {
        width: 22%;
    }

    .tz-list li {
        padding-left: 25%;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .search-box {
        /* right: -61px; */
    }

    .logo img {
        width: 260px;
    }

    .banner-ul li.active a:before {
        left: -15px;
    }
}

.mt1 {
    min-height: 658px;
}

@media( max-width: 360px) {
    .slifj {
        width: 100%;
    }

    .tz-list-date {
        width: 30%;
    }

    .search-box {
        right: 2px;
    }

    p {
        /* margin: 10px 0 10px 135px; */
        /* height: 105px; */
        /* width: 41%; */
    }

    .logo img {
        width: 220px;
    }
}

.footer-tt {
    font-size: 22px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 30px;
}

ul.lanm {
    /* padding-left: 20px; */
}

ul.lanm3 {
    padding-left: 14px;
    padding-top: 27px;
}

.news-date:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    width: ;
    border-bottom: solid 1px #003366;
    width: 40px;
}

#vsb_content_4 A {
    color: #1e50a2 !important;
    text-decoration: underline !important;
}

/*20231026*/
@media( max-width: 1400px) {
    .img_img {
        width: 30%;
        margin-right: 5%;
    }

    .tit_t {
        width: 60%;
    }
}

@media( max-width: 360px) {
    .tz-list li {
        padding-left: 33%;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

box-orient: vertical; overflow: hidden; }

.tz-list-date {
    width: 30%;
}

.img_img {
    text-align: center;
}

.slifj {
    float: none !important;
    width: 100% !important;
}

.p {
    margin: 0;
    height: auto;
    width: 100%;
}

.teach-top {
    /* padding: 35px 8px 20px 230px !important; */
    word-break: break-all;
}

.teach-top-img {
    left: 10px !important;
}

.teach-top-img img {
    width: 100% !important;
    height: auto;
}
}

@media( max-width: 360px) {
    .tz-list-date {
        width: 30%;
    }

    .search-box {
        right: 2px;
    }

    p {
        /* margin: 10px 0 10px 135px; */
        /* height: 105px; */
        /* width: 41%; */
    }

    .logo img {
        width: 220px;
    }
}

.footer-tt {
    font-size: 22px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 30px;
}

.footlogo {
    font-size: 12px;
    color: #fff;
    padding: 0;
    /* padding-right: 60px; */
    /* margin: 0 auto; */
    /* text-align: center; */
    /* float: left; */
    width: auto;
}

.tab-content > .tab-pane.active {
    z-index: 100;
    position: relative;
    opacity: 1;
}

.news-list li a:hover,.notice-list-tt a:hover,.friends-list li a:hover {
    color: #003366;
}

.news-tt a:hover {
    font-weight: bold;
}

.yj-more:hover {
    color: #fff;
}

.sz-title:before {
    display: block;
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 110px;
    border-top: solid 1px #700ac6;
    margin-right: 170px;
}

.sz-title:after {
    display: block;
}

@media( max-width: 1000px) {
    .footer {
        height: 380px;
    }

    .footlogo {
        text-align: center;
        float: none !important;
        width: 100% !important;
    }

    .footer-txt {
        width: 100%;
        margin: 0;
        font-size: 12px;
        padding: 36px 5px 10px;
        text-align: center;
    }

    .ewm {
        width: 100%;
        padding-bottom: 20px;
        padding-right: 0;
        margin: 0;
    }
}

16px; color: #333; padding-left: 20px; background: url(../images/li.png) left center no-repeat; }

.news-list li span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    color: #666;
}

.news-list {
    border-top: solid 1px #d6d7db;
    margin-top: 22px;
    padding-top: 20px;
}

.right-width {
    width: 64%;
    position: relative;
}

.right-width .title {
    /* background: url(../images/title02.png) left center no-repeat; */
}

.notice-list-tt a {
    font-size: 16px;
    color: #000;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.notice-list-tt {
    line-height: 33px;
    height: 120px;
    overflow: hidden;
}

.notice-list {
    background: #fff;
    margin: 80px 20px 0 0;
    padding: 35px;
}

.notice-list li {
    border-bottom: dashed 1px #003366;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 23px;
    padding-left: 112px;
    padding-right: 0px;
}

.notice-list li .news-date {
    left: 0;
    top: 0px;
    line-height: 30px;
}

.notice-list li .news-date:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    width: ;
    border-bottom: solid 1px #003366;
    width: 40px;
}

.right-width:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 155px;
    left: 150px;
    bottom: 0;
    background: #e3ebf5;
    z-index: -1;
}

.left-width:before {
    display: block;
    content: "";
    position: absolute;
    right: -205px;
    top: 155px;
    left: 0px;
    bottom: 0;
    background: #f7f5f3;
    z-index: -1;
}

.notice-list li:last-child {
    border: none;
    margin: 0;
}

.yj-back {
    background: url(../images/yj-back.png) center no-repeat;
    background-size: cover;
    margin-top: 60px;
    position: relative;
    padding-bottom: 135px;
}

.yj-back-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 450px;
    width: 50%;
    background: url(../images/yj-left.png) center no-repeat;
    background-size: cover;
}

.yj-back .container {
    position: relative;
    z-index: 1000;
}

.yj-width {
    width: 50%;
    height: 450px;
    padding-right: 95px;
    position: relative;
}

.yj-width .title {
    margin: 55px 0 90px 0;
    /* background: url(../images/title03.png) left center no-repeat; */
}

.yj-width .title a {
    color: #333;
}

.yj-tabs li {
    float: left;
    margin-right: -20px;
    /* margin-top: 127px; */
    width: 33.333333%;
}

.yj-tabs li a {
    display: block;
    height: 175px;
    text-align: center;
    font-size: 24px;
    padding-top: 40px;
}

.yj-tabs li.yj-tabs01 a {
    background: #E40028;
    color: #fff;
}

.yj-tabs li.yj-tabs01 a span {
    background: url(../images/tabs03.png) center top no-repeat;
    padding-top: 60px;
    display: block;
}

.yj-tabs li.yj-tabs02 a {
    background: #fff;
    color: #003366;
}

.yj-tabs li.yj-tabs02 a span {
    background: url(../images/tabs01.png) center top no-repeat;
    padding-top: 60px;
    display: block;
}

.yj-tabs li.yj-tabs03 a {
    background: #3947ad;
    color: #fff;
}

.yj-tabs li.yj-tabs03 a span {
    background: url(../images/tabs02.png) center top no-repeat;
    padding-top: 60px;
    display: block;
}

.yj-tabs li.yj-tabs02 {
    /* margin-top: 60px; */
}

.yj-tabs li.yj-tabs03 {
    margin-top: 0px;
}

.yj-tabs {
    margin-right: -165px;
}

.yj-right {
    width: 41.5%;
    padding-top: 135px;
    position: relative;
}

.yj-right-tt {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.yj-right-tt-lb a {
    font-size: 18px;
    color: #fff;
}

.yj-right-p {
    font-size: 16px;
    color: #adc0d0;
    line-height: 30px;
    margin-top: 25px;
    height: 120px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.yj-more {
    display: inline-block;
    color: #fff;
    padding-left: 40px;
    background: url(../images/yj-more.png) left center no-repeat;
    margin-top: 55px;
    float: right;
}

.yj-slick .slick-dots {
    bottom: -65px;
    left: auto;
    right: 0;
    width: auto;
}

.yj-slick .slick-dots li,.yj-slick .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
}

.yj-slick .slick-dots li button {
    /* border:solid 2px #d3c1e7; */
}

.yj-slick .slick-dots li button:before {
    display: none;
}

.yj-slick .slick-dots li.slick-active button {
    /* background: #ffcc33; */
    /* border-color: #ffcc33; */
}

.yj-slick {
    margin-bottom: 0;
}

.sz-title span {
    font-size: 36px;
    color: #fff;
    padding-left: 53px;
    background: url(../images/tt-sz.png) left center no-repeat;
}

.sz-title {
    position: relative;
    margin-top: 90px;
    margin-bottom: 70px;
}

.sz-slick-box {
    position: relative;
    padding-left: 120px;
    height: 100px;
    padding-top: 5px;
}

.sz-slick-box img {
    position: absolute;
    left: 0;
    top: 0;
}

.number-sz {
    font-size: 16px;
    color: #ffffff;
}

.number-sz span {
    font-size: 36px;
}

.sz-p {
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
}

.sz-list li {
    float: left;
    width: 25%;
}

.sz-slick {
    margin: 0;
}

.sz-slick .slick-dots {
    bottom: -65px;
}

.sz-slick .slick-dots li {
    margin: 0 3px;
}

.sz-slick .slick-dots li,.sz-slick .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
}

.sz-slick .slick-dots li button {
    /* border:solid 2px #d3c1e7; */
}

.sz-slick .slick-dots li button:before {
    display: none;
}

.sz-slick .slick-dots li.slick-active button {
    /* background: #cc9966; */
    /* border-color: #cc9966; */
}

.title-zp {
    /* background: url(../images/title04.png) left center no-repeat; */
    line-height: 39px;
}

.zs-list-p {
    font-size: 16px;
    color: #000;
    height: 52px;
    overflow: hidden;
}

.zs-list-p a {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.zs-list li {
    float: left;
    width: 25%;
    padding: 0 25px;
    margin-bottom: 30px;
}

.zs-list {
    margin: 0 -25px;
}

.zs-list-tt {
    font-size: 16px;
    color: #660099;
    margin-bottom: 10px;
}

.zs-list-box {
    border-bottom: dashed 1px #ddd;
    height: 100px;
    overflow: hidden;
}

.zs-list-lm {
    line-height: 30px;
    font-size: 18px;
    color: #434e93;
    margin-bottom: 10px;
}

.friends-box {
    background: #f4f6f8;
    padding: 15px 0;
    margin-top: 25px;
}

.friends-tt {
    font-size: 24px;
    color: #003366;
}

.friends-list {
    margin-left: 110px;
}

.friends-list li {
    float: left;
    margin-left: 40px;
    line-height: 34px;
}

.friends-list li a {
    font-size: 16px;
    color: #434e93;
}

.footer {
    height: 250px;
    background: url("../images/tbg.jpg") center no-repeat;
    background-size: cover;
    /* padding-top: 70px; */
}

.footer-p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.footer-a a {
    display: inline-block;
    margin: 0 15px;
}

.footer-left {
    /* padding:25px 85px; */
}

.footer-txt {
    font-size: 16px !important;
    color: #fff;
    /* margin-top: 36px; */
    /* margin-left: 14%; */
    /* text-align: left; */
    /* padding-left: 259px; */
    /* padding: 0; */
    /* width: auto; */
}

.ewm {
    font-size: 12px;
    color: #fff;
    padding: 63px 0px;
    padding-right: 60px;
    width: 17%;
}

.ewm img {
    margin-bottom: 5px;
}

.menu-button {
    position: absolute;
    display: none;
    top: 18px;
    right: 15px;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.bar {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}



.nav-click {
    display: none;
}

.tab-content > .tab-pane {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
}

.tab-content > .tab-pane.active {
    z-index: 100;
    position: relative;
    opacity: 1;
}

.news-list li a:hover,.notice-list-tt a:hover,.friends-list li a:hover {
    color: #003366;
}

.news-tt a:hover {
    font-weight: bold;
}

.yj-more:hover {
    color: #fff;
}

.sz-title:before {
    display: block;
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 110px;
    border-top: solid 1px #700ac6;
    margin-right: 170px;
}

.sz-title:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 110px;
    border-top: solid 1px #700ac6;
    margin-left: 170px;
}

.teacher-banner {
    height: 540px;
    /* padding-top: 743px !important; */
}

.banner-tt {
    font-size: 34px;
    color: #fff;
    height: 48px;
    line-height: 48px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.nav-b {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    display: none;
}

.nav-b a {
    color: #fff;
}

.banner-ul li a {
    font-size: 18px;
    color: #fff;
    position: relative;
}

.banner-ul li.active a,.banner-ul li a:hover {
    color: #660099;
}

.banner-ul li.active a:before {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    top: 50%;
    left: -20px;
    margin-top: -1px;
    background: #660099;
}

.tabs-ul li a {
    font-size: 16px;
    color: #666;
}

.tabs-ul {
    /* margin:40px 0; */
}

.tabs-ul li.active a,.tabs-ul li a:hover {
    color: #660099;
}

.tabs-ul li.active a:before {
    background: #660099;
}

.tabs-box {
    padding: 32px 0 32px 330px;
    margin-top: 32px;
    margin-bottom: 20px;
    position: relative;
    background: #f5f5f5;
    border-left: solid 5px #660099;
}

.tabs-box-left {
    position: absolute;
    left: 25px ;
    top: 50%;
    font-size: 24px;
    color: #660099;
    height: 24px;
    line-height: 24px;
    margin-top: -12px;
}

.tabs-box-tabs li {
    float: left;
}

.tabs-box-tabs li {
    float: left;
}

.tabs-box-tabs li a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #999;
}

.tabs-box-tabs li.active a {
    background: #660099;
    color: #ffcc00;
}

.tabs-box-tabs li a:hover {
    color: #ffcc00;
}

.teach-list li {
    float: left;
    width: 50%;
    padding: 0 22px;
    margin-bottom: 30px;
}

.teach-list {
    padding-bottom: 30px;
}

.teach-list {
    margin: 0 -22px;
}

.teach-list-box {
    background: #f5f5f5;
    position: relative;
    height: 220px;
    border: solid 1px #fff;
}

.teach-img {
    position: absolute;
    left: 20px;
    top: 20px;
}

.teach-img img {
    width: 140px;
    height: 180px;
}

.teacher-name {
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
    margin-top: 12px;
}

.teacher-name a {
    font-size: 30px;
    color: #000;
    padding-right: 20px;
}

.teach-list-box .lind-bottom {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 20px 20px 20px 195px;
}

.teach-list li:hover .lind::before,.xs-list-box:hover .lind::after {
    width: 100%;
    height: 100%;
}

.teach-list li:hover .lind::before {
    border-top-color: #660099;
    border-right-color: #660099;
    transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}

.teach-list li:hover .lind::after {
    border-bottom-color: #660099;
    border-left-color: #660099;
    transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
}

.tz-list li {
    border-bottom: solid 1px #ccc;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
    padding-left: 166px;
    background: #f7f6f6;
    margin-bottom: 15px;
}

.tz-list-tt a {
    font-size: 24px;
    color: #333;
}

.tz-list-p {
    color: #666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    margin-top: 30px;
}

.tz-list-date {
    position: absolute;
    top: 40px;
    width: 6%;
    left: 0;
    color: #666;
    border-right: 1px solid #dadada;
}

.tz-list-date span {
    font-size: 48px;
    margin-top: 18px;
    color: #003366;
    display: inline-block;
    border-bottom: solid 2px #003366;
}

.tz-list {
    /* margin-top: 75px; */
}

.page-box {
    padding: 30px 0 100px 0;
}

.img-ul li {
    position: relative;
    padding-left: 280px;
    border-bottom: solid 1px #d0d0d0;
    padding-bottom: 40px;
    padding-top: 40px;
}

.img-ul-img {
    position: absolute;
    left: 0;
    top: 40px;
}

.img-ul-img img {
    width: 244px;
    height: 170px;
}

.img-ul-tt a {
    font-size: 22px;
    color: #000;
}

.img-ul-p {
    color: #666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    text-indent: 2em;
    margin-top: 20px;
    margin-bottom: 40px;
}

.img-date {
    color: #999;
    padding-left: 26px;
    background: url(../images/img-date.png) left center no-repeat;
}

.img-ul {
    margin-top: 50px;
}

.article-box {
    background: #fff;
    background: rgba(255,255,255,0.8);
    margin-top: -10px;
    position: relative;
    z-index: 10;
    /* padding: 3% 0% 0 0%; */
}

.article-date {
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}

.article-date span.span1 {
    padding: 0 35px;
}

.article-txt {
    padding-top: 22px;
}

.article-txt p img {
    max-width: 80% !important;
    display: block;
    margin: 10px auto !important;
    height: auto !important;
}

.article-txt img {
    max-width: 80% !important;
    display: block;
    margin: 10px auto !important;
    height: auto !important;
}

.share-box {
    border-top: solid 1px #dedede;
    padding-top: 30px;
    padding-bottom: 100px;
}

.share-txt {
    color: #666;
    padding: 7px 0px 0 0;
}

/*
.article-box ul{margin-bottom:20px;}
.article-box ul li{border-bottom: solid 1px #d0d0d0;overflow: hidden;padding:20px 0;}
.article-box ul li a{  COLOR: #333333;
    FONT-SIZE: 16px;
    line-height: 1.2em;
    display: block;
    float: left;}
.article-box ul li  span{COLOR: #333333;
    FONT-SIZE: 14px;
    float: right;}
*/
.z_jl_l {
    width: 45%;
    float: left;
    margin-bottom: 40px;
}

.z_jl_r {
    width: 45%;
    float: right;
    margin-bottom: 40px;
}

.slifj {
    float: left;
    padding: 0px 20px;
    width: 50%;
    height: 284px;
}

.teacher-banner {
    background-size: cover !important;
}

.pull-left.logo img {
    width: 500px;
}

@media( max-width: 1665px) {
    .logo img {
        width: 500px;
    }

    .nav-list li a {
        font-size: 16px
    }
}

@media( max-width: 1599px) {
    .nav-list {
        margin-left: 500px;
    }
}

@media( max-width: 1379px) {
    .container {
        width: 1230px;
    }

    .footer-txt {
        /* margin-left: 118px; */
    }

    .logo img {
        width: 300px;
    }

    .nav-list {
        margin-left: 320px;
    }

    .nav-list li a {
        font-size: 16px;
    }

    .tabs-box {
        padding-left: 230px;
    }
}

@media( max-width: 1279px) {
    .tz-list-date {
        width:13%;
    }

    .container {
        width: 970px;
    }

    .sz-slick-box img {
        width: 60px;
        height: 60px;
        top: 15px;
    }

    .sz-slick-box {
        padding-left: 70px;
    }

    .nav-list {
        left: 15px;
        right: 15px;
    }

    .nav-list li a {
        font-size: 14px;
    }

    .footer-txt {
        /* margin-left: 0; */
    }

    .tabs-box {
        padding-left: 180px;
    }

    .teacher-p p {
        margin-bottom: 5px;
    }

    .teacher-name {
        margin-bottom: 15px;
        margin-top: 0;
    }

    .teacher-p .col-xs-6 {
        width: 100%;
    }

    .teach-top .teacher-p p {
        margin-bottom: 10px;
    }
}

@media( max-width: 1024px) {
    .left-width {
        height: 680px;
    }

    .notice-list li {
        padding-bottom: 30px;
    }

    .article-box {
        padding: 110px 1% 0 1%;
    }
}

@media( max-width: 991px) {
    .logo img {
        width: 430px;
    }

    .container {
        width: 750px;
    }

    .header-link {
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .nav-list {
        left: 0;
        top: 100%;
        display: none;
        right: 0;
        bottom: auto;
        height: auto;
        background: #333;
        margin: 0;
        z-index: 1000;
    }

    .nav-list li {
        width: 100%;
        float: none;
    }

    .nav-list li a {
        font-size: 16px;
        padding: 10px 15px;
        display: block;
    }

    .search-box {
        margin-right: 50px;
    }

    .menu-button {
        display: block;
        top: 65px;
    }

    .notice-list li {
        padding-right: 0;
    }

    .footer-txt {
        margin-left: 30px;
    }

    .footer-left {
        padding: 25px 0;
    }

    .left-width:before {
        right: -180px;
    }

    .nav-list li {
        text-align: left;
        padding: 0;
    }

    .nav-down {
        background: #fff;
        padding: 0;
    }

    .nav-list li .nav-down {
        height: auto;
        left: 0;
        top: 0;
        position: static;
        margin: 0;
        text-align: left;
        width: 100%;
    }

    .nav-list li .nav-down li a {
        color: #fff;
        font-size: 14px;
        padding: 0px 15px;
        padding-left: 25px;
        text-align: left;
    }

    .nav-list li:hover .nav-down {
        display: none;
    }

    .nav-click {
        display: block;
        transition: 0.3s all;
        z-index: 10000;
        position: absolute;
        color: #fff;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }

    .nav-click.active {
        transform: rotate(180deg);
    }

    .teach-list li {
        width: 100%;
    }

    .logo {
        width: 70%;
    }
}

@media( max-width: 870px) {
    .logo img {
        width: 350px;
    }
}

@media( max-width: 820px) {
    .left-width {
        height:600px
    }

    .notice-list {
        padding: 15px;
        margin: 64px 20px 0 0;
    }

    .notice-list li {
        padding-bottom: 23px;
    }
}

@media( max-width: 767px) {
    .container.mtop {
        padding-top: 85px;
    }

    .slifj {
        float: left;
        padding: 0px 20px;
        width: 50%;
        height: auto;
    }

    .tz-list-date {
        width: 17%;
    }

    .article-txt table {
        margin: 0 auto;
        max-width: 100% !important;
        overflow: scroll;
        display: block;
    }

    .article-txt table tr td {
        min-width: 175px;
        width: 100% !important;
    }

    .article-txt p span {
        /* font-size:14px!important; */
        line-height: 28px!important;
        word-wrap: break-word;
    }

    .article-txt video {
        max-width: 100% !important;
        height: auto !important
    }

    .search-box .search-left {
        width: 200px;
        display: none;
    }

    .form-control {
        float: left;
        width: 145px;
        border: 0;
        outline: none;
    }

    .container {
        width: 100%;
    }

    .logo {
        line-height: 50px;
        margin-top: 30px;
    }

    .header-link {
        position: absolute;
        right: 15px;
        top: 10px;
        padding-top: 0;
    }

    .header-link a {
        margin-left: 15px;
    }

    .search-box {
        position: absolute;
        top: 45px;
        right: 15px;
    }

    .menu-button {
        top: 50px;
    }

    .header {
        height: 85px;
    }

    .left-width {
        width: 100%;
        height: auto;
    }

    .news-box {
        padding: 0 15px;
    }

    .news-box .news-date {
        display: none;
    }

    .left-width:before {
        left: 0;
        right: 0;
    }

    .title {
        font-size: 24px;
        margin: 30px 0;
        line-height: 24px;
        background-size: auto 100%!important;
        padding-left: 16px;
    }

    .title a {
        margin-top: 0;
    }

    .news-list {
        margin-top: 10px;
        padding: 10px 0;
    }

    .right-width {
        width: 100%;
        padding-right: 0;
    }

    .right-width:before {
        display: none;
    }

    .notice-list {
        margin-top: 0;
        padding: 0;
    }

    .yj-back {
        margin-top: 30px;
        padding-bottom: 60px;
    }

    .yj-width {
        width: 100%;
        padding: 0;
        height: auto;
    }

    .yj-back-left {
        width: 100%;
        height: 240px;
    }

    .yj-tabs {
        margin-right: -0px;
    }

    .yj-tabs li {
        margin: 0!important;
    }

    .yj-tabs li a {
        font-size: 16px;
        height: auto;
        padding: 20px 0;
    }

    .yj-width .title {
        margin: 30px 0;
    }

    .yj-right {
        width: 100%;
    }

    .yj-slick .slick-dots {
        bottom: -30px;
    }

    .sz-list li {
        width: 50%;
    }

    .sz-p {
        font-size: 12px;
    }

    .number-sz {
        font-size: 14px;
        padding-top: 15px;
    }

    .number-sz span {
        font-size: 18px;
    }

    .sz-slick .slick-dots {
        bottom: -20px;
    }

    .sz-title span {
        font-size: 24px;
        line-height: 24px;
        background-size: auto 100%!important;
        padding-left: 40px;
    }

    .sz-title {
        margin-top: 60px;
        margin-bottom: 20px;
    }

    .yj-right-p {
        font-size: 14px;
        line-height: 25px;
        height: 100px;
        margin-top: 15px;
    }

    .yj-more {
        margin-top: 25px;
    }

    .zs-list li {
        width: 100%;
        margin-bottom: 20px;
    }

    .friends-tt {
        width: 100%;
        float: none!important;
        font-size: 18px;
    }

    .friends-list {
        margin-left: 0;
    }

    .friends-list li a {
        font-size: 14px;
    }

    .friends-list li {
        margin: 0 10px 0 0;
        line-height: 30px;
    }

    .footer-left {
        width: 100%;
        float: none!important;
    }

    .footer {
        padding: 0;
        height: auto;
    }

    .footer-txt {
        width: 100%;
        margin: 0;
        font-size: 12px;
        padding: 36px 5px 10px;
        text-align: center;
    }

    .ewm {
        width: 100%;
        padding-bottom: 20px;
        padding-right: 0;
        margin: 0;
    }

    .zs-list-p {
        font-size: 14px;
        line-height: 25px;
        height: 50px;
    }

    .zs-list-box {
        height: 100px;
    }

    .slick a span {
        font-size: 16px;
        padding-left: 15px;
        height: 45px;
        line-height: 45px;
        padding-right: 100px;
        padding-top: 0;
    }

    .slick .slick-dots {
        right: 10px;
        bottom: 15px;
    }

    .search-box:hover .search-left {
        width: 200px;
    }

    .notice-list-tt a {
        font-size: 14px;
    }

    .notice-list li {
        padding-bottom: 30px;
        margin-bottom: 10px;
        padding-left: 80px;
    }

    .sz-title:before {
        margin-right: 80px;
        width: 80px;
    }

    .sz-title:after {
        margin-left: 80px;
        width: 80px;
    }

    .banner-tt {
        font-size: 24px;
        height: 24px;
        line-height: 24px;
    }

    .nav-b {
        margin: 10px 0 30px 0;
    }

    .teacher-banner {
        height: auto;
        padding-bottom: 20px;
        padding-top: 100px !important;
        display: block;
    }

    .tabs-ul {
        margin: 20px 0;
    }

    .tabs-box-left {
        position: static;
        margin: 0 0 10px 0;
        font-size: 18px;
    }

    .tabs-box {
        padding: 20px;
        margin-bottom: 30px;
    }

    .teach-list-box {
        height: auto;
        padding: 0;
    }

    .teach-img {
        left: 10px;
        top: 10px;
    }

    .teach-img img {
        width: 70px;
        height: 90px;
    }

    .teach-list-box .lind-bottom {
        position: relative;
        padding: 10px 10px 10px 100px;
    }

    .teacher-name {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .teacher-name a {
        font-size: 18px;
        padding-right: 10px;
    }

    .teacher-p p {
        font-size: 12px;
        text-align: center;
    }

    .teach-list li {
        margin-bottom: 20px;
    }

    .tabs-box-tabs li a {
        font-size: 16px;
    }

    .tz-list li {
        padding-left: 90px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .tz-list-p {
        margin-top: 15px;
        line-height: 25px;
        height: 50px;
    }

    .tz-list-date span {
        margin-top: 0px;
    }

    .tz-list-tt a {
        font-size: 18px;
    }

    .tz-list {
        margin-top: 30px;
    }

    .page-box {
        padding-bottom: 30px;
        padding-top: 10px;
    }

    .banner-ul li a {
        font-size: 16px;
    }

    .banner-ul li {
        margin-left: 20px;
    }

    .teach-top-img {
        position: static;
        text-align: center;
        margin-bottom: 15px;
    }

    .teach-top {
        padding: 20px;
    }

    .tz-list li {
        padding-top: 20px;
    }

    .tz-list-date {
        top: 20px;
    }

    .tz-list li:hover,.img-ul li:hover {
        box-shadow: none;
        transform: scale(1);
        z-index: 100;
        background: none;
        padding-right: 0;
    }

    .tz-list-date {
        transition: 0.5s all;
    }

    .tz-list li:hover .tz-list-date {
        left: 0;
    }

    .img-ul-img {
        top: 20px;
    }

    .img-ul-img img {
        width: 122px;
        height: 75px;
    }

    .img-ul li {
        padding-left: 140px;
        height: auto;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .img-ul-tt a {
        font-size: 18px;
    }

    .img-ul-p {
        line-height: 22px;
        height: 44px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .img-date {
        display: none;
    }

    .img-ul {
        margin-top: 30px;
    }

    .article-box {
        padding: 40px 15px;
        margin-top: 255px ;
    }

    .article-date {
        font-size: 12px;
        line-height: 25px;
    }

    .article-date span {
    }

    .article-txt {
        border-width: 1px;
        padding-top: 30px;
        margin-top: 20px;
    }

    .share-box {
        padding-bottom: 0px;
    }

    .article-box ul li {
        padding: 10px 0;
    }

    .article-box ul li a {
        width: 100%;
        margin-bottom: 6px;
    }

    .article-box ul li span {
        width: 100%;
    }
    .zs-list {
    margin: 0 -10px;
}
}

@media( max-width: 600px) {
    .z_jl_l {
        width:100%;
        float: none;
        margin-bottom: 40px;
    }

    .z_jl_r {
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }

    .article-date span.span1 {
        padding: 0 15px;
    }

    .logo img {
        width: 300px;
    }
}

@media( max-width: 460px) {
    .tz-list-date {
        width: 22%;
    }

    .btn-search input {
        width: 14px !important;
        margin-top: 5px;
    }

    .bar {
        width: 15px !important;
        height: 1px !important;
    }

    .logo {
        width: 80% !important;
    }
}

.search-box {
    right: 0px !important;
}

.logo img {
    width: 260px;
}

.banner-ul li.active a:before {
    left: -15px;
}
}

.mt1 {
    min-height: 658px;
    /* padding-top: 134px; */
}

.img_img {
    float: left !important;
    width: 22% !important;
    margin-right: 0% !important;
}

.tit_t {
    float: left;
    width: 78% !important;
}

.tit_t p {
    line-height: 18px;
    font-size: 16px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tit_t .p01 {
    font-size: 18px;
    font-weight: bold;
}

@media( max-width: 1280px) {
    .tit_t .p01 {
        margin-top:10px;
    }

    .tit_t p {
        line-height: 20px;
        font-size: 16px;
    }
}

@media(max-width: 990px) {
    .img_img {
        float: none !important;
        width: 100% !important;
    }

    .tit_t {
        float: none !important;
        width: 100% !important;
    }

    .tit_t .p01 {
        margin-top: 10px;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 17px !important;
        margin-bottom: 20px !important;
    }

    .tit_t p {
        line-height: 30px;
        font-size: 14px !important;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .slifj {
        height: auto;
    }
}

@media( max-width: 376px) {
    .tit_t .p01 {
        margin-top:10px;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .tit_t p {
        line-height: 30px;
        font-size: 14px !important;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .tz-list-date {
        width: 30%;
    }

    .img_img {
        text-align: center;
    }

    .img_img img {
        width: 55%;
        height: auto !important;
    }

    .slifj {
        float: none !important;
        width: 100% !important;
    }

    .p {
        margin: 0;
        height: auto;
        width: 100%;
    }

    .teach-top {
        word-break: break-all;
    }

    .teach-top-img {
        left: 10px !important;
    }

    .teach-top-img img {
        width: 100% !important;
        height: auto;
    }
}

@media( max-width: 360px) {
    .tz-list-date {
        width: 30%;
    }

    .search-box {
        right: 2px;
    }

    p {
        /* margin: 10px 0 10px 135px; */
        /* height: 105px; */
        /* width: 41%; */
    }

    .logo img {
        width: 220px;
    }
}

.footer-tt {
    font-size: 22px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 30px;
}

.tab-content > .tab-pane.active {
    z-index: 100;
    position: relative;
    opacity: 1;
}

.news-list li a:hover,.notice-list-tt a:hover,.friends-list li a:hover {
    color: #003366;
}

.news-tt a:hover {
    font-weight: bold;
}

.yj-more:hover {
    color: #fff;
}

.sz-title:before {
    display: block;
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 110px;
    border-top: solid 1px #700ac6;
    margin-right: 170px;
}

.sz-title:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 110px;
    border-top: solid 1px #700ac6;
    margin-left: 170px;
}

.teacher-banner {
    height: auto;
    padding-top: 130px;
}

.teacher-banner img {
    width: 100%;
}

.banner-tt {
    font-size: 34px;
    color: #003366;
    height: 48px;
    line-height: 48px;
    margin-top: 27px;
    margin-right: 30px;
    margin-bottom: 27px;
}

.nav-b {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    display: none;
}

.nav-b a {
    color: #fff;
}

.banner-ul li {
    float: left;
    margin-right: 18px;
}

.teacher-banner ul {
    float: left !important;
}

.banner-ul li a {
    font-size: 18px;
    color: #003366;
    position: relative;
}

.banner-ul li.active a,.banner-ul li a:hover {
    color: #660099;
}

.banner-ul li.active a:before {
    display: none;
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    top: 50%;
    left: -20px;
    margin-top: -1px;
    background: #660099;
}

.tabs-ul li a {
    font-size: 16px;
    color: #003366;
}

.tabs-ul {
    /* margin: 40px 11px; */
}

.tabs-ul li.active a,.tabs-ul li a:hover {
    color: #660099;
}

.tabs-ul li.active a:before {
    background: #660099;
}

.tabs-box {
    padding: 32px 0 32px 330px;
    margin-bottom: 20px;
    position: relative;
    background: #f5f5f5;
    border-left: solid 5px #660099;
}

.tabs-box-left {
    position: absolute;
    left: 25px ;
    top: 50%;
    font-size: 24px;
    color: #660099;
    height: 24px;
    line-height: 24px;
    margin-top: -12px;
}

.tabs-box-tabs li {
    float: left;
}

.tabs-box-tabs li {
    float: left;
}

.tabs-box-tabs li a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #999;
}

.tabs-box-tabs li.active a {
    background: #660099;
    color: #ffcc00;
}

.tabs-box-tabs li a:hover {
    color: #ffcc00;
}

.teach-list li {
    float: left;
    width: 50%;
    padding: 0 22px;
    margin-bottom: 30px;
}

.teach-list {
    padding-bottom: 30px;
}

.teach-list {
    margin: 0 -22px;
}

.teach-list-box {
    background: #f5f5f5;
    position: relative;
    height: 220px;
    border: solid 1px #fff;
}

.teach-img {
    position: absolute;
    left: 20px;
    top: 20px;
}

.teach-img img {
    width: 140px;
    height: 180px;
}

.teacher-name {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
    margin-top: 25px;
}

.teacher-name a {
    font-size: 32px;
    color: #000;
    padding-right: 20px;
}

.teacher-p p {
    margin-bottom: 15px;
    color: #666;
    font-size: 20px;
}

.teach-list-box .lind-bottom {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 20px 20px 20px 195px;
}

.teach-list li:hover .lind::before,.xs-list-box:hover .lind::after {
    width: 100%;
    height: 100%;
}

.teach-list li:hover .lind::before {
    border-top-color: #660099;
    border-right-color: #660099;
    transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}

.teach-list li:hover .lind::after {
    border-bottom-color: #660099;
    border-left-color: #660099;
    transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
}

.tz-list li {
    border-bottom: solid 1px #ccc;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
    padding-left: 8%;
    background: #f7f6f6;
    margin-bottom: 15px;
}

.tz-list-tt a {
    font-size: 24px;
    color: #333;
}

.tz-list-p {
    color: #666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    margin-top: 30px;
    font-size: 17px;
}

.tz-list-date {
    position: absolute;
    top: 40px;
    width: 6%;
    left: 0;
    color: #666;
    border-right: 1px solid #dadada;
}

.tz-list-date span {
    font-size: 48px;
    margin-top: 18px;
    color: #003366;
    display: inline-block;
    border-bottom: solid 2px #003366;
}

.tz-list {
    /* margin-top: 58px; */
}

.page-box {
    padding: 30px 0 100px 0;
}

.img-ul li {
    position: relative;
    padding-left: 280px;
    border-bottom: solid 1px #d0d0d0;
    padding-bottom: 40px;
    padding-top: 40px;
}

.img-ul-img {
    position: absolute;
    left: 0;
    top: 40px;
}

.img-ul-img img {
    width: 244px;
    height: 170px;
}

.img-ul-tt a {
    font-size: 22px;
    color: #000;
}

.img-ul-p {
    color: #666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    text-indent: 2em;
    margin-top: 20px;
    margin-bottom: 40px;
}

.img-date {
    color: #999;
    padding-left: 26px;
    background: url(../images/img-date.png) left center no-repeat;
}

.img-ul {
    margin-top: 50px;
}

.article-box {
    background: #fff;
    background: rgba(255,255,255,0.8);
    margin-top: 41px;
    position: relative;
    z-index: 10;
    /* margin: 4% 0% 0 0%; */
}

.article-date {
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}

.article-date span.span1 {
    padding: 0 35px;
}

.article-txt {
    background: url(../images/xiantiao.png) center top no-repeat;
    margin-bottom: 20px;
}

.article-txt p img {
    max-width: 80% !important;
    display: block;
    margin: 10px auto !important;
    height: auto !important;
    text-align: center;
}

.article-txt img {
    max-width: 80% !important;
    display: block;
    margin: 10px auto !important;
    height: auto !important;
}

.share-box {
    border-top: solid 1px #dedede;
    padding-top: 30px;
    padding-bottom: 100px;
}

.share-txt {
    color: #666;
    padding: 7px 0px 0 0;
}

/*
.article-box ul{margin-bottom:20px;}
.article-box ul li{border-bottom: solid 1px #d0d0d0;overflow: hidden;padding:20px 0;}
.article-box ul li a{  COLOR: #333333;
    FONT-SIZE: 16px;
    line-height: 1.2em;
    display: block;
    float: left;}
.article-box ul li  span{COLOR: #333333;
    FONT-SIZE: 14px;
    float: right;}
*/
.z_jl_l {
    width: 45%;
    float: left;
    margin-bottom: 40px;
}

.z_jl_r {
    width: 45%;
    float: right;
    margin-bottom: 40px;
}

.slifj {
    float: left;
    padding: 0px 20px;
    width: 50%;
}

.pull-left.logo img {
    width: 500px;
}

@media( max-width: 1665px) {
    .container {
        width: 1530px;
    }

    .logo img {
        width: 500px;
    }

    .nav-list li a {
        font-size: 16px
    }
}

@media( max-width: 1599px) {
    .container {
        width: 1430px;
    }

    .nav-list {
        margin-left: 500px;
    }
}

@media(max-width: 1379px) {
    .container {
        width: 1230px;
    }

    .footer-txt {
        /* margin-left: 8%; */
    }

    .logo img {
        width: 300px;
    }

    .nav-list {
        margin-left: 320px;
    }

    .nav-list li a {
        font-size: 16px;
    }

    .tabs-box {
        padding-left: 230px;
    }
}

@media( max-width: 1279px) {
    .tz-list-date {
        width:13%;
    }

    .container {
        width: 970px;
    }

    .sz-slick-box img {
        width: 60px;
        height: 60px;
        top: 15px;
    }

    .sz-slick-box {
        padding-left: 70px;
    }

    .nav-list li a {
        font-size: 14px;
    }

    .footer-txt {
    }

    .tabs-box {
        padding-left: 180px;
    }

    .teacher-p p {
        margin-bottom: 5px;
    }

    .teacher-name {
        margin-bottom: 15px;
        margin-top: 0;
    }

    .teacher-p .col-xs-6 {
        width: 100%;
    }

    .teach-top .teacher-p p {
        margin-bottom: 10px;
        word-break: break-all;
    }

    .tz-list li {
        padding-left: 15%;
    }
}

@media( max-width: 990px) {
    .left-width {
        height: 680px;
    }

    .notice-list li {
        padding-bottom: 30px;
    }

    .article-box {
        padding: 110px 1% 0 1%;
    }

    .footer-tt {
        font-size: 22px;
        color: #fff;
        line-height: 22px;
        margin-bottom: 30px;
    }

    .footlogo {
        padding: 0 !important;
        padding-top: 20px !important;
    }

    .ewm {
        padding: 0;
    }

    .ewm img {
        margin-bottom: 5px;
    }
}

@media( max-width: 991px) {
    .logo img {
        width: 430px;
    }

    .container {
        width: 750px;
    }

    .header-link {
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .nav-list {
        left: 0;
        top: 100%;
        display: none;
        right: 0;
        bottom: auto;
        height: auto;
        background: #333;
        margin: 0;
        z-index: 1000;
    }

    .nav-list li {
        width: 100%;
        float: none;
    }

    .nav-list li a {
        font-size: 16px;
        padding: 10px 15px;
        display: block;
    }

    .search-box {
        margin-right: 50px;
    }

    .menu-button {
        display: block;
        top: 65px;
    }

    .notice-list li {
        padding-right: 0;
    }

    .footer-txt {
        margin-left: 30px;
        padding-left: 0;
        padding: 0;
    }

    .news-box {
        padding-left: 0;
        position: relative;
    }

    .footer-left {
        padding: 25px 0;
    }

    .left-width:before {
        right: -180px;
    }

    .nav-list li {
        text-align: left;
        padding: 0;
    }

    .nav-down {
        background: #003366;
        padding: 0;
    }

    .nav-list li .nav-down {
        height: auto;
        left: 0;
        top: 0;
        position: static;
        margin: 0;
        text-align: left;
        width: 100%;
    }

    .nav-list li .nav-down li a {
        color: #fff;
        font-size: 14px;
        padding: 0px 15px;
        padding-left: 25px;
        text-align: left;
    }

    .nav-list li:hover .nav-down {
        display: none;
    }

    .nav-click {
        display: block;
        transition: 0.3s all;
        z-index: 10000;
        position: absolute;
        color: #fff;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }

    .nav-click.active {
        transform: rotate(180deg);
    }

    .teach-list li {
        width: 100%;
    }

    .logo {
        width: 70%;
    }
}

@media( max-width: 870px) {
    .logo img {
        width: 350px;
    }
}

@media( max-width: 820px) {
    .left-width {
        height:600px
    }

    .notice-list {
        padding: 15px;
        margin: 64px 20px 0 0;
    }

    .notice-list li {
        padding-bottom: 23px;
    }
}

@media( max-width: 767px) {
    .tz-list-date {
        width: 17%;
    }

    .search-box .search-left {
        width: 200px;
        display: none;
    }

    .form-control {
        float: left;
        width: 145px;
        border: 0;
        outline: none;
    }

    .container {
        width: 100%;
    }

    .logo {
        line-height: 50px;
        margin-top: 10px;
    }

    .header-link {
        position: absolute;
        right: 15px;
        top: 10px;
        padding-top: 0;
    }

    .header-link a {
        margin-left: 15px;
    }

    .search-box {
        position: absolute;
        top: 45px;
        right: 15px;
        padding: 0;
    }

    .menu-button {
        top: 50px;
    }

    .header {
        height: 85px;
        margin-bottom: 20px;
    }

    .left-width {
        width: 100%;
        height: auto;
    }

    .news-box {
        padding: 0 15px;
    }

    .news-box .news-date {
        display: none;
    }

    .left-width:before {
        left: 0;
        right: 0;
    }

    .title {
        font-size: 24px;
        margin: 30px 0;
        line-height: 24px;
        background-size: auto 100%!important;
        padding-left: 16px;
    }

    .title a {
        margin-top: 0;
    }

    .news-list {
        margin-top: 10px;
        padding: 10px 0;
    }

    .right-width {
        width: 100%;
        padding-right: 0;
    }

    .right-width:before {
        display: none;
    }

    .notice-list {
        margin-top: 0;
        padding: 0;
    }

    .yj-back {
        margin-top: 30px;
        padding-bottom: 60px;
    }

    .yj-width {
        width: 100%;
        padding: 0;
        height: auto;
    }

    .yj-back-left {
        width: 100%;
        height: 240px;
    }

    .yj-tabs {
        margin-right: -0px;
    }

    .yj-tabs li {
        margin: 0!important;
    }

    .yj-tabs li a {
        font-size: 16px;
        height: auto;
        padding: 20px 0;
    }

    .yj-width .title {
        margin: 30px 0;
    }

    .yj-right {
        width: 100%;
    }

    .yj-slick .slick-dots {
        bottom: -30px;
    }

    .sz-list li {
        width: 50%;
    }

    .sz-p {
        font-size: 12px;
    }

    .number-sz {
        font-size: 14px;
        padding-top: 15px;
    }

    .number-sz span {
        font-size: 18px;
    }

    .sz-slick .slick-dots {
        bottom: -20px;
    }

    .sz-title span {
        font-size: 24px;
        line-height: 24px;
        background-size: auto 100%!important;
        padding-left: 40px;
    }

    .sz-title {
        margin-top: 60px;
        margin-bottom: 20px;
    }

    .yj-right-p {
        font-size: 14px;
        line-height: 25px;
        height: 100px;
        margin-top: 15px;
    }

    .yj-more {
        margin-top: 25px;
    }

    .zs-list li {
        width: 100% !important;
        margin-bottom: 20px !important;
    }

    .friends-tt {
        width: 100%;
        float: none!important;
        font-size: 18px;
    }

    .friends-list {
        margin-left: 0;
    }

    .friends-list li a {
        font-size: 14px;
    }

    .friends-list li {
        margin: 0 10px 0 0;
        line-height: 30px;
    }

    .footer-left {
        width: 100%;
        float: none!important;
    }

    .footer {
        padding: 0;
        height: auto;
    }

    .footer-txt {
        width: 100%;
        margin: 0;
        font-size: 12px;
        padding: 36px 5px 10px;
        text-align: center;
    }

    .footlogo {
        font-size: 12px;
        color: #fff;
        padding: 85px 0px;
        padding-right: 60px;
        margin: 0 auto;
        text-align: center;
        float: none !important;
        width: 100% !important;
    }

    .ewm {
        width: 100%;
        padding-bottom: 20px;
        padding-right: 0;
        margin: 0;
    }

    .zs-list-p {
        font-size: 14px;
        line-height: 25px;
        height: 50px;
    }

    .zs-list-box {
        height: 100px;
    }

    .slick a span {
        font-size: 16px;
        padding-left: 15px;
        height: 45px;
        line-height: 45px;
        padding-right: 100px;
        padding-top: 0;
    }

    .slick .slick-dots {
        right: 10px;
        bottom: 15px;
    }

    .search-box:hover .search-left {
        width: 200px;
    }

    .notice-list-tt a {
        font-size: 14px;
    }

    .notice-list li {
        padding-bottom: 30px;
        margin-bottom: 10px;
        padding-left: 80px;
    }

    .sz-title:before {
        margin-right: 80px;
        width: 80px;
    }

    .sz-title:after {
        margin-left: 80px;
        width: 80px;
    }

    .banner-tt {
        font-size: 24px;
        height: 24px;
        line-height: 24px;
    }

    .nav-b {
        margin: 10px 0 30px 0;
    }

    .teacher-banner {
        /* height: 300px; */
        padding-bottom: 20px;
        /* padding-top: 50px; */
        /* padding-top: 200px !important; */
    }

    .tabs-ul {
        margin: 0px 0;
    }

    ul.lanm3 {
        padding-left: 14px !important;
        padding-top: 0px !important;
    }

    .tabs-box-left {
        position: static;
        margin: 0 0 10px 0;
        font-size: 18px;
    }

    .tabs-box {
        padding: 20px;
        margin-bottom: 30px;
    }

    .teach-list-box {
        height: auto;
        padding: 0;
    }

    .teach-img {
        left: 10px;
        top: 10px;
    }

    .teach-img img {
        width: 70px;
        height: 90px;
    }

    .teach-list-box .lind-bottom {
        position: relative;
        padding: 10px 10px 10px 100px;
    }

    .teacher-name {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .teacher-name a {
        font-size: 18px;
        padding-right: 10px;
    }

    .teacher-p p {
        font-size: 12px;
    }

    .teach-list li {
        margin-bottom: 20px;
    }

    .tabs-box-tabs li a {
        font-size: 16px;
    }

    .tz-list li {
        padding-left: 19%;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .tz-list-p {
        margin-top: 15px;
        line-height: 25px;
        height: 50px;
    }

    .tz-list-date span {
        margin-top: 0px;
    }

    .tz-list-tt a {
        font-size: 18px;
    }

    .tz-list {
        margin-top: 54px;
    }

    .page-box {
        padding-bottom: 30px;
        padding-top: 10px;
    }

    .banner-ul li a {
        font-size: 16px;
    }

    .teach-top-img {
        position: static;
        text-align: center;
        margin-bottom: 15px;
    }

    .teach-top {
        padding: 20px;
    }

    .tz-list li {
        padding-top: 20px;
    }

    .tz-list-date {
        top: 20px;
    }

    .tz-list li:hover,.img-ul li:hover {
        box-shadow: none;
        transform: scale(1);
        z-index: 100;
        background: none;
        padding-right: 0;
    }

    .tz-list-date {
        transition: 0.5s all;
    }

    .tz-list li:hover .tz-list-date {
        left: 0;
    }

    .img-ul-img {
        top: 20px;
    }

    .img-ul-img img {
        width: 122px;
        height: 75px;
    }

    .img-ul li {
        padding-left: 140px;
        height: auto;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .img-ul-tt a {
        font-size: 18px;
    }

    .img-ul-p {
        line-height: 22px;
        height: 44px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .img-date {
        display: none;
    }

    .img-ul {
        margin-top: 30px;
    }

    .article-box {
        padding: 31px 15px;
        margin-top: 70px;
    }

    .article-date {
        font-size: 12px;
        line-height: 25px;
    }

    .article-date span {
    }

    .article-txt {
        border-width: 1px;
        padding-top: 30px;
        margin-top: 3px;
    }

    .share-box {
        padding-bottom: 0px;
    }

    .article-box ul li {
        padding: 10px 0;
    }

    .article-box ul li a {
        width: 100%;
        margin-bottom: 6px;
    }

    .article-box ul li span {
        width: 100%;
    }
}

@media( max-width: 600px) {
    .z_jl_l {
        width:100%;
        float: none;
        margin-bottom: 40px;
    }

    .z_jl_r {
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }

    .article-date span.span1 {
        padding: 0 15px;
    }

    .logo img {
        width: 300px;
    }
}

@media( max-width: 460px) {
    .tz-list-date {
        width: 22%;
    }

    .tz-list li {
        padding-left: 25%;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .search-box {
        /* right: -61px; */
    }

    .logo img {
        width: 260px;
    }

    .banner-ul li.active a:before {
        left: -15px;
    }
}

.mt1 {
    min-height: 658px;
}

@media( max-width: 360px) {
    .slifj {
        width: 100%;
    }

    .tz-list-date {
        width: 30%;
    }

    .search-box {
        right: 2px;
    }

    p {
        /* margin: 10px 0 10px 135px; */
        /* height: 105px; */
        /* width: 41%; */
    }

    .logo img {
        width: 220px;
    }
}

.footer-tt {
    font-size: 22px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 30px;
}

ul.lanm {
    /* padding-left: 20px; */
}

ul.lanm3 {
    padding-left: 14px;
    padding-top: 27px;
}

.news-date:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    width: ;
    border-bottom: solid 1px #003366;
    width: 40px;
}

#vsb_content_4 A {
    color: #1e50a2 !important;
    text-decoration: underline !important;
}

/*20231026*/
@media( max-width: 1400px) {
    .img_img {
        width: 30%;
        margin-right: 5%;
    }

    .tit_t {
        width: 60%;
    }
}

@media( max-width: 360px) {
    .tz-list li {
        padding-left: 33%;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

kit-line-clamp: 2; overflow: hidden; height: 60px; margin-top: 30px; }

.tz-list-date {
    position: absolute;
    top: 40px;
    width: 6%;
    left: 0;
    color: #666;
    border-right: 1px solid #dadada;
}

.tz-list-date span {
    font-size: 48px;
    margin-top: 18px;
    color: #003366;
    display: inline-block;
    border-bottom: solid 2px #003366;
}

.tz-list {
    /* margin-top: 58px; */
}

.page-box {
    padding: 30px 0 100px 0;
}

.img-ul li {
    position: relative;
    padding-left: 280px;
    border-bottom: solid 1px #d0d0d0;
    padding-bottom: 40px;
    padding-top: 40px;
}

.img-ul-img {
    position: absolute;
    left: 0;
    top: 40px;
}

.img-ul-img img {
    width: 244px;
    height: 170px;
}

.img-ul-tt a {
    font-size: 22px;
    color: #000;
}

.img-ul-p {
    color: #666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    text-indent: 2em;
    margin-top: 20px;
    margin-bottom: 40px;
}

.img-date {
    color: #999;
    padding-left: 26px;
    background: url(../images/img-date.png) left center no-repeat;
}

.img-ul {
    margin-top: 50px;
}

.article-box {
    background: #fff;
    background: rgba(255,255,255,0.8);
    margin-top: 50px;
    position: relative;
    z-index: 10;
    /* margin: 4% 0% 0 0%; */
}

.article-title {
    font-size: 34px;
    color: #000;
    padding-bottom: 18px;
}

.article-date {
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}

.article-date span.span1 {
    padding: 0 35px;
}

.article-txt {
    background: url(../images/xiantiao.png) center top no-repeat;
    margin-bottom: 20px;
}

.article-txt span {
   
}

.article-txt p {
    font-size: 20px !important;
    line-height: 1.75em!important;
    margin-bottom: 10px;
    text-indent: 2em;
    font-family: "simsun" !important;
    font-weight: 400;
    text-align: justify;
    word-break: break-word;
}

.article-txt strong {
    
}

.article-txt p span {
    
font-size: 20px !important;
    
font-family: simsun !important;
}

.article-txt img {
    max-width: 80% !important;
    display: block;
    margin: 10px auto !important;
    height: auto !important;
}

.article-txt table {
    margin: 0 auto;
    width: 100% !important;
}

.article-txt table p {
    text-indent: 0em !important;
}

.share-box {
    border-top: solid 1px #dedede;
    padding-top: 30px;
    padding-bottom: 100px;
}

.share-txt {
    color: #666;
    padding: 7px 0px 0 0;
}

/*
.article-box ul{margin-bottom:20px;}
.article-box ul li{border-bottom: solid 1px #d0d0d0;overflow: hidden;padding:20px 0;}
.article-box ul li a{  COLOR: #333333;
    FONT-SIZE: 16px;
    line-height: 1.2em;
    display: block;
    float: left;}
.article-box ul li  span{COLOR: #333333;
    FONT-SIZE: 14px;
    float: right;}
*/
.z_jl_l {
    width: 45%;
    float: left;
    margin-bottom: 40px;
}

.z_jl_r {
    width: 45%;
    float: right;
    margin-bottom: 40px;
}

.slifj {
    float: left;
    padding: 0px 20px;
    width: 50%;
}

.pull-left.logo img {
    width: 500px;
}

.footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}
@media( max-width: 1850px) {
    .container {
        width: 1750px; 
    }
}
@media( max-width: 1800px) {
    .container {
        width: 1680px; 
    }
}
@media( max-width: 1710px) {
    .container {
         width: 1530px; 
    }
}

@media( max-width: 1665px) {
    .container {
        width: 1530px;
    }

    .logo img {
        width: 500px;
    }

    .nav-list li a {
        font-size: 16px
    }
}

@media( max-width: 1599px) {
    .container {
        width: 1430px;
    }

.search-box {
    /* padding: 0 64px; */
    /* position: absolute; */
    /* z-index: 10; */
}    
    
    .nav-list {
        margin-left: 500px;
    }
}

@media(max-width: 1430px) {
    .container {
        width: 1379px;
    }
}



@media(max-width: 1379px) {
    .container {
        width: 1230px;
    }
.search-box {
    /* padding: 0 45px; */
    /* position: absolute; */
    /* z-index: 10; */
}
    .article-box {
        margin-top: 70px;
    }  
    
    .footer-txt {
        /* margin-left: 8%; */
    }

    .logo img {
        width: 300px;
    }

    .nav-list {
        margin-left: 27.5%;
    }

    .nav-list li a {
        font-size: 16px;
    }

    .tabs-box {
        padding-left: 230px;
    }
}

@media( max-width: 1279px) {
    .tz-list-date {
        width:13%;
    }

    .container {
        width: 970px;
    }

    .sz-slick-box img {
        width: 60px;
        height: 60px;
        top: 15px;
    }

    .sz-slick-box {
        padding-left: 70px;
    }

    .nav-list {
        left: 15px;
        right: 15px;
        margin-left: 32%;
    }

    .nav-list li a {
        font-size: 14px;
    }

    .footer-txt {
    }

    .tabs-box {
        padding-left: 180px;
    }

    .teacher-p p {
        margin-bottom: 5px;
    }

    .teacher-name {
        margin-bottom: 15px;
        margin-top: 0;
    }

    .teacher-p .col-xs-6 {
        width: 100%;
    }

    .teach-top .teacher-p p {
        margin-bottom: 10px;
        word-break: break-all;
    }

    .tz-list li {
        padding-left: 15%;
    }
}

@media( max-width: 990px) {
    .left-width {
        height: 680px;
    }

    .notice-list li {
        padding-bottom: 30px;
    }

    .article-box {
        padding: 45px 1% 0 1%;
        margin-top: 67px;
    }

    .footer-tt {
        font-size: 22px;
        color: #fff;
        line-height: 22px;
        margin-bottom: 30px;
    }

    .footlogo {
        padding: 0 !important;
        padding-top: 20px !important;
    }

    .ewm {
        padding: 0;
    }

    .ewm img {
        margin-bottom: 5px;
    }
}

@media( max-width: 991px) {
    .header {
    padding: 0 1.5% 10px;

}
    .logo img {
        width: 430px;
    }

    .container {
        width: 750px;
    }

    .header-link {
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .header-link a {
    padding-left: 35px;
}

    .nav-list {
        left: 0;
        top: 100%;
        display: none;
        right: 0;
        bottom: auto;
        height: auto;
        background: #333;
        margin: 0;
        z-index: 1000;
        margin-left: 35% !important;
        max-height: 70vh;
        overflow-y: auto;
    }

    .nav-list li {
        width: 100%;
        float: none;
    }

    .nav-list li a {
        font-size: 16px;
        padding: 10px 15px;
        display: block;
    }

    .search-box {
        margin-right: 36px;
    }

    .menu-button {
        display: block;
        top: 65px;
    }

    .notice-list li {
        padding-right: 0;
    }

    .footer-txt {
        margin-left: 30px;
        padding-left: 0;
        padding: 0;
    }

    .news-box {
        padding-left: 0;
        position: relative;
    }

    .footer-left {
        padding: 25px 0;
    }

    .left-width:before {
        right: -180px;
    }

    .nav-list li {
        text-align: left;
        padding: 0;
    }

    .nav-down {
        background: #003366;
        padding: 0;
    }

    .nav-list li .nav-down {
        height: auto;
        left: 0;
        top: 0;
        position: static;
        margin: 0;
        text-align: left;
        width: 100%;
    }

    .nav-list li .nav-down li a {
        color: #fff;
        font-size: 14px;
        padding: 0px 15px;
        padding-left: 25px;
        text-align: left;
    }

    .nav-list li:hover .nav-down {
        display: none;
    }

    .nav-click {
        display: block;
        transition: 0.3s all;
        z-index: 10000;
        position: absolute;
        color: #fff;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }

    .nav-click.active {
        transform: rotate(180deg);
    }

    .teach-list li {
        width: 100%;
    }

    .logo {
        width: 70%;
    }
    .btn-search input {
        width: 18px !important;
        margin-top: 2px;
    }
}

@media( max-width: 870px) {
    .logo img {
        width: 350px;
    }
}

@media( max-width: 820px) {
    .left-width {
        height:600px
    }

    .notice-list {
        padding: 15px;
        margin: 64px 20px 0 0;
    }

    .notice-list li {
        padding-bottom: 23px;
    }
}

@media( max-width: 767px) {
    .tz-list-date {
        width: 17%;
    }

    .search-box .search-left {
        width: 200px;
        display: none;
    }

    .form-control {
        float: left;
        width: 145px;
        border: 0;
        outline: none;
    }

    .container {
        width: 100%;
    }

    .logo {
        line-height: 50px;
        margin-top: 10px;
    }

    .header-link {
        position: absolute;
        right: 15px;
        top: 10px;
        padding-top: 0;
    }

    .header-link a {
        margin-left: 15px;
    }

    .search-box {
        position: absolute;
        top: 45px;
        right: 15px;
        padding: 0;
        margin-right: 50px;
    }

    .menu-button {
        top: 50px;
    }

    .header {
        height: 85px;
        margin-bottom: 20px;
    }

    .left-width {
        width: 100%;
        height: auto;
    }

    .news-box {
        padding: 0 15px;
    }

    .news-box .news-date {
        display: none;
    }

    .left-width:before {
        left: 0;
        right: 0;
    }

    .title {
        font-size: 24px;
        margin: 30px 0;
        line-height: 24px;
        background-size: auto 100%!important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .title a {
        margin-top: 0;
    }

    .news-list {
        margin-top: 10px;
        padding: 10px 0;
    }

    .right-width {
        width: 100%;
        padding-right: 0;
    }

    .right-width:before {
        display: none;
    }

    .notice-list {
        margin-top: 0;
        padding: 0;
    }

    .yj-back {
        margin-top: 30px;
        padding-bottom: 60px;
    }

    .yj-width {
        width: 100%;
        padding: 0;
        height: auto;
    }

    .yj-back-left {
        width: 100%;
        height: 240px;
    }

    .yj-tabs {
        margin-right: -0px;
    }

    .yj-tabs li {
        margin: 0!important;
    }

    .yj-tabs li a {
        font-size: 16px;
        height: auto;
        padding: 20px 0;
    }

    .yj-width .title {
        margin: 30px 0;
    }

    .yj-right {
        width: 100%;
    }

    .yj-slick .slick-dots {
        bottom: -30px;
    }

    .sz-list li {
        width: 50%;
    }

    .sz-p {
        font-size: 12px;
    }

    .number-sz {
        font-size: 14px;
        padding-top: 15px;
    }

    .number-sz span {
        font-size: 18px;
    }

    .sz-slick .slick-dots {
        bottom: -20px;
    }

    .sz-title span {
        font-size: 24px;
        line-height: 24px;
        background-size: auto 100%!important;
        padding-left: 40px;
    }

    .sz-title {
        margin-top: 60px;
        margin-bottom: 20px;
    }

    .yj-right-p {
        font-size: 14px;
        line-height: 25px;
        height: 100px;
        margin-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .yj-more {
        margin-top: 25px;
        padding-right: 15px;
    }

    .zs-list li {
        width: 100% !important;
        margin-bottom: 20px !important;
    }

    .friends-tt {
        width: 100%;
        float: none!important;
        font-size: 18px;
    }

    .friends-list {
        margin-left: 0;
    }

    .friends-list li a {
        font-size: 14px;
    }

    .friends-list li {
        margin: 0 10px 0 0;
        line-height: 30px;
    }

    .footer-left {
        width: 100%;
        float: none!important;
    }

    .footer {
        padding: 0;
        height: auto;
    }

    .footer-txt {
        width: 100%;
        margin: 0;
        font-size: 12px;
        padding: 36px 5px 10px;
        text-align: center;
    }

    .footlogo {
        font-size: 12px;
        color: #fff;
        padding: 85px 0px;
        padding-right: 60px;
        margin: 0 auto;
        text-align: center;
        float: none !important;
        width: 100% !important;
    }

    .ewm {
        width: 100%;
        padding-bottom: 20px;
        padding-right: 0;
        margin: 0;
    }

    .zs-list-p {
        font-size: 14px;
        line-height: 25px;
        height: 50px;
    }

    .zs-list-box {
        height: 100px;
    }

    .slick a span {
        font-size: 16px;
        padding-left: 15px;
        height: 45px;
        line-height: 45px;
        padding-right: 100px;
        padding-top: 0;
    }

    .slick .slick-dots {
        right: 10px;
        bottom: 15px;
    }

    .search-box:hover .search-left {
        width: 200px;
    }

    .notice-list-tt a {
        font-size: 14px;
    }

    .notice-list li {
        padding-bottom: 15px;
        margin-bottom: 5px;
        padding-left: 80px;
        height: auto;
    }

    .sz-title:before {
        margin-right: 80px;
        width: 80px !important;
    }

    .sz-title:after {
        margin-left: 80px;
        width: 80px;
    }

    .banner-tt {
        font-size: 24px;
        height: 24px;
        line-height: 24px;
    }

    .nav-b {
        margin: 10px 0 30px 0;
    }

    .teacher-banner {
        /* height: 300px; */
        padding-bottom: 20px;
        /* padding-top: 50px; */
        /* padding-top: 200px !important; */
    }

    .tabs-ul {
        margin: 0px 0;
    }

    ul.lanm3 {
        padding-left: 14px !important;
        padding-top: 0px !important;
    }

    .banner-ul li {
        margin-bottom: 10px;
    }

    .tabs-box-left {
        position: static;
        margin: 0 0 10px 0;
        font-size: 18px;
    }

    .tabs-box {
        padding: 20px;
        margin-bottom: 30px;
    }

    .teach-list-box {
        height: auto;
        padding: 0;
    }

    .teach-img {
        left: 10px;
        top: 10px;
    }

    .teach-img img {
        width: 70px;
        height: 90px;
    }

    .teach-list-box .lind-bottom {
        position: relative;
        padding: 10px 10px 10px 100px;
    }

    .teacher-name {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .teacher-name a {
        font-size: 30px;
        padding-right: 10px;
    }

    .teacher-p p {
        font-size: 18px;
    }

    .teach-list li {
        margin-bottom: 20px;
    }

    .tabs-box-tabs li a {
        font-size: 16px;
    }

    .tz-list li {
        padding-left: 19%;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .tz-list-p {
        margin-top: 15px;
        line-height: 25px;
        height: 50px;
    }

    .tz-list-date span {
        margin-top: 0px;
    }

    .tz-list-tt a {
        font-size: 18px;
    }

    .tz-list {
        margin-top: 54px;
    }

    .page-box {
        padding-bottom: 30px;
        padding-top: 10px;
    }

    .banner-ul li a {
        font-size: 16px;
    }

    .banner-ul li {
        margin-left: 0px;
    }

    .teach-top-img {
        position: static;
        text-align: center;
        margin-bottom: 15px;
    }

    .teach-top {
        padding: 20px;
    }

    .tz-list li {
        padding-top: 20px;
    }

    .tz-list-date {
        top: 20px;
    }

    .tz-list li:hover,.img-ul li:hover {
        box-shadow: none;
        transform: scale(1);
        z-index: 100;
        background: none;
        padding-right: 0;
    }

    .tz-list-date {
        transition: 0.5s all;
    }

    .tz-list li:hover .tz-list-date {
        left: 0;
    }

    .img-ul-img {
        top: 20px;
    }

    .img-ul-img img {
        width: 122px;
        height: 75px;
    }

    .img-ul li {
        padding-left: 140px;
        height: auto;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .img-ul-tt a {
        font-size: 18px;
    }

    .img-ul-p {
        line-height: 22px;
        height: 44px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .img-date {
        display: none;
    }

    .img-ul {
        margin-top: 30px;
    }

    .article-box {
        padding: 12px 25px;
        width: 100% !important;
        margin-top: 0px;
    }
    .article-txt section{
    width:auto !important;
}

    .article-title {
        font-size: 34px;
    }

    .article-date {
        font-size: 12px;
        line-height: 25px;
    }

    .article-date span {
    }

    .article-txt {
        border-width: 1px;
        padding-top: 30px;
        margin-top: 3px;
    }

    .article-txt p {
        line-height: 1.85em!important;
        word-break: break-all;
        width: 100%;
        font-size: 20px !important;
        margin-bottom: 10px;
        text-indent: 2em;
        font-family: "simsun" !important;
        font-weight: 400;
        text-align: justify;
        word-break: break-word;
    }

    .share-box {
        padding-bottom: 0px;
    }

    .article-box ul li {
        padding: 10px 0;
    }

    .article-box ul li a {
        width: 100%;
        margin-bottom: 6px;
    }

    .article-box ul li span {
        width: 100%;
    }
        .search-left {
    position: absolute;
    right: -15px;
    width: 0px;
    top: 35px;
    overflow: hidden;
    transition: 0.2s all;
}
}

@media( max-width: 600px) {
    .z_jl_l {
        width:100%;
        float: none;
        margin-bottom: 40px;
    }

    .z_jl_r {
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }

    .article-date span.span1 {
        padding: 0 15px;
    }

    .logo img {
        width: 300px;
    }
}

@media( max-width: 460px) {
    .tz-list-date {
        width: 22%;
    }

    .tz-list li {
        padding-left: 25%;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .banner-ul li.active a:before {
        left: -15px;
    }
    .article-box {
        margin-top: 0px;
    } 
    .search-left {
    position: absolute;
    right: -15px;
    width: 0px;
    top: 35px;
    overflow: hidden;
    transition: 0.2s all;
}


    .search-box {
        /* right: -61px; */
        margin-right: 38px;
    }

    .logo img {
        width: 260px;
    } 
    .header-link a {
    display: inline-block;
    margin-left: 40px;
    color: #fff;
    padding-left: 22px;
}    
}

.mt1 {
    min-height: 658px;
    padding-bottom: 80px;
}

@media( max-width: 360px) {
    .slifj {
        width: 100%;
    }

    .tz-list-date {
        width: 30%;
    }

    .search-box {
        right: 2px;
    }

    p {
        /* margin: 10px 0 10px 135px; */
        /* height: 105px; */
        /* width: 41%; */
    }

    .logo img {
        width: 220px;
    }
}

.footer-tt {
    font-size: 22px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 30px;
}

ul.lanm {
    /* padding-left: 20px; */
}

ul.lanm3 {
    padding-left: 14px;
    padding-top: 27px;
}

.news-date:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    width: ;
    border-bottom: solid 1px #003366;
    width: 40px;
}

#vsb_content_4 A {
    color: #1e50a2 !important;
    text-decoration: underline !important;
}

/*20231026*/
@media( max-width: 1400px) {
    .img_img {
        width: 30%;
        margin-right: 5%;
    }

    .tit_t {
        width: 60%;
    }
}

@media( max-width: 360px) {
    .tz-list li {
        padding-left: 33%;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

box-orient: vertical; overflow: hidden; }

.tz-list-date {
    width: 30%;
}

.img_img {
    text-align: center;
}

.slifj {
    float: none !important;
    width: 100% !important;
}

.p {
    margin: 0;
    height: auto;
    width: 100%;
}

.teach-top {
    word-break: break-all;
}

.teach-top-img {
    left: 10px !important;
}

.teach-top-img img {
    width: 100% !important;
    height: auto;
}
}

@media( max-width: 360px) {
    .tz-list-date {
        width: 30%;
    }

    .search-box {
        right: 2px;
    }

    p {
        /* margin: 10px 0 10px 135px; */
        /* height: 105px; */
        /* width: 41%; */
    }

    .logo img {
        width: 220px;
    }
}

.footer-tt {
    font-size: 22px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 30px;
}

.footlogo {
    font-size: 12px;
    color: #fff;
    padding: 0;
    /* padding-right: 60px; */
    /* margin: 0 auto; */
    /* text-align: center; */
    /* float: left; */
    width: auto;
}

.tab-content > .tab-pane.active {
    z-index: 100;
    position: relative;
    opacity: 1;
}

.news-list li a:hover,.notice-list-tt a:hover,.friends-list li a:hover {
    color: #003366;
}

.news-tt a:hover {
    font-weight: bold;
}

.yj-more:hover {
    color: #fff;
}

.sz-title:before {
    display: block;
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 110px;
    border-top: solid 1px #700ac6;
    /* margin-right: 170px; */
}

.sz-title:after {
    display: block;
}

@media( max-width: 1000px) {
    .footer {
        height: 400px;
    }

    .footlogo {
        text-align: center;
        float: none !important;
        width: 100% !important;
    }

    .footer-txt {
        width: 100%;
        margin: 0;
        font-size: 12px;
        padding: 36px 5px 10px;
        text-align: center;
    }

    .ewm {
        width: 100%;
        padding-bottom: 20px;
        padding-right: 0;
        margin: 0;
    }
}

@media( max-width: 640px) {
    .sz-list li:nth-child(1) {
        margin-left: 7%;
        width: 46%;
    }

    .sz-list li:nth-child(3) {
        margin-left: 15%;
        width: 37%;
    }

    .sz-list li {
        width: 37% !important;
    }

    .sz-list li:nth-child(4) {
        margin-left: 11%;
    }

    .tz-list-date {
        width: 17%;
    }
        .footer-txt {
        width: 100%;
        margin: 0;
        font-size: 12px;
        padding: 5px 5px 10px;
        text-align: center;
    }
}

@media( max-width: 500px) {
    .sz-list li:nth-child(1) {
        margin-left: 7%;
        width: 46%;
    }

    .sz-list li:nth-child(3) {
        margin-left: 7%;
        width: 46%;
    }

    .sz-list li:nth-child(4) {
        margin-left: 0%;
    }

    .sz-list li {
        width: 46% !important
    }

    .tz-list-date {
        width: 22%;
    }
}

.article-txt * {
    /* width: auto !important; */
    max-width: 100% !important;
}

.article-txt section img {
    display: block !important;
    text-align: center;
}
.article-txt section p {
    text-indent: 0rem;
}

.xnry{
       margin-top: 27px;
    width: 765px; 
     margin: 50px auto 0px auto; 
}
/*11.13 ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´*/
    .article-txt table tr td {
        min-width: 145px;
    }

    .article-txt p video {width: 800px;height: 600px;margin: 0 auto;display: block;}
.two table {
    margin: 0 auto;
    width: 100% !important;
}
 .two table tr td{min-width: 85px;padding: 0px !important;vertical-align: top;}

.two table p {
    text-indent: 0em !important;
}