@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
em {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    display: block;
}

img,
input {
    border: 0;
    outline: none;
}

.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

body .clear {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

/* pic：padding-top */
.pic {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

a:hover .pic>img {
    transform: scale(1.05);
}

.jjy img {
    width: 100%;
}

.side-nav {
    position: fixed;
    left: 3%;
    top: 30%;
    z-index: 9999;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    background-color: #003e8f;
    display: none;
}

.side-nav h3 {
    font-size: 20px;
    line-height: 56px;
    letter-spacing: 1px;
    color: #ffffff;
    position: relative;
    background-color: #003e8f;
}

.side-nav h3::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid #003e8f;
}

.side-nav ul li a {
    line-height: 54px;
    font-size: 15px;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 0 30px;
    border-bottom: 1px dashed rgb(255, 255, 255);
    opacity: 0.7;
    transition: all 0.5s;
}

.side-nav ul li:last-child a {
    border: none;
}

.side-nav ul li.active a {
    border-bottom: 1px solid rgb(255, 255, 255);
    opacity: 1;
}

.side-nav ul li a:hover {
    opacity: 1;
}

.side-nav ul li a::before {
    content: '·';
    margin-right: 5px;
}



.ny-banner {
    position: relative;
    z-index: 1;
}

.ny-banner img {
    display: block;
    width: 100%;
}

.pagination {
    text-align: center;
    font-size: 0px;
    padding-top: 50px;
}

.pagination a {
    display: inline-block;
    border: 1px solid rgb(220, 220, 220);
    padding: 0px 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: rgb(102, 102, 102);
    margin: 0px 7px;
}

.pagination a.active {
    background: #003e8f;
    color: rgb(255, 255, 255);
    border: 1px solid #003e8f;
}

.pagination a:hover {
    background: #003e8f;
    color: rgb(255, 255, 255);
    border: 1px solid #003e8f;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

.nyindex {
    background-color: #fdfdfd;
}

.location {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    font-size: 0;
    width: 100%;
}

.location h3 {
    font-size: 34px;
    letter-spacing: 2px;
    color: #ffffff;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
}

.location h3::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border: solid 3px #003e8f;
    width: 40px;
}

.location .dqwz a,
.location .dqwz span {
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    display: inline;
    margin: 0 5px;
    transition: all 0.3s;
}

.location .dqwz a:hover {
    opacity: 0.8;
}

.dqwz img {
    width: 12px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
}


/* nyindex */
.nynav {
    background-color: #003e8f;
}

.nynav ul {
    display: flex;
    flex-wrap: wrap;
    justify-self: start;
}

.nynav ul li {
    margin-right: 20px;
    transition: all 0.3s;
}

.nynav ul li:last-child {
    margin-right: 0;
}

.nynav ul li>a {
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    padding-left: 30px;
    line-height: 60px;
    position: relative;
    opacity: 0.7;
}

.nynav ul li>a::before {
    content: '·';
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.nynav ul li.active {
    opacity: 1;
}

.nynav ul li:hover a {
    opacity: 1;
}

/* 党群机构 */
.jgsz {
    padding: 45px 0;
}

.jgsz h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.jgsz h3 b {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 1px;
    color: #003e8f;
    display: inline-block;
}

.jg-line {
    width: calc(100% - 100px);
    border: 1px dashed #ccc;
}

.jgsz>div {
    margin-bottom: 70px;
}

.jgsz ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.jgsz ul li {
    width: 31%;
}

.jgsz ul>div {
    width: 31%;
}

.jgsz ul li a {
    font-size: 18px;
    letter-spacing: 1px;
    color: #333;
    line-height: 75px;
    border-bottom: 1px dashed #ccc;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 15px;
}

.jgsz ul li a::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #003e8f;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.jgsz ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: #003e8f;
    transition: all 0.6s;
}

.jgsz ul li a:hover:after {
    width: 100%;
}

.jgsz ul li a:hover {
    border-color: transparent;
    color: #003e8f;
}

/* nsxw */
.nsxw {
    padding: 60px 0;
}

.nsxw ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nsxw ul li {
    width: 48%;
    margin-bottom: 50px;
    position: relative;
}

.nsxw ul li a {
    border: solid 1px #e0e0e0;
    border-top: 2px solid #003e8f;
    padding: 25px;
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}

.nsxw ul li::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 100%;
    background: #003e8f;
    z-index: 0;
    /* transition: all 0.3s; */
}

.nsxw ul li a:hover span,
.nsxw ul li a:hover h3,
.nsxw ul li a:hover p {
    color: #fff;
}

.nsxw ul li a:hover {
    border-color: transparent;
    border-top: 2px solid #eb8429;
}

.nsxw ul li:hover:after {
    width: 100%;
}

.nsxw ul li a span {
    font-size: 16px;
    color: #003e8f;
    display: block;
    font-weight: 600;
}

.nsxw ul li a h3 {
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 20px 0;
}

.nsxw ul li a p {
    font-size: 15px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #808080;
    opacity: 0.8;
}

/* xxyw */
.xxyw {
    padding: 70px 0;
}

.xxyw ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xxyw ul li a .pic {
    padding-top: 71%;
}

.xxyw ul li {
    width: 32%;
    margin-bottom: 60px;
}

.xxyw ul>div {
    width: 32%;
    height: 0;
}

.xy-tx {
    padding: 30px;
    padding-top: 40px;
    border: solid 1px #e0e0e0;
    position: relative;
    transition: all 0.3s;
}

.xy-date {
    position: absolute;
    left: -20px;
    top: 0;
    transform: translateY(-50%);
    text-align: center;
    background-color: #003e8f;
    padding: 8px;
}

.xy-date b {
    display: block;
    font-family: Arial;
    font-size: 18px;
    letter-spacing: 1px;
    color: #ffffff;
}

.xy-date span {
    font-family: Arial;
    font-size: 15px;
    letter-spacing: 1px;
    color: #ffffff;
}

.xy-tx h3 {
    font-size: 18px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.xy-tx p {
    font-size: 15px;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #8c8c8c;
    opacity: 0.8;
}

.xxyw ul li a:hover .xy-tx {
    background-color: #003e8f;
    border-color: #003e8f;
}

.xxyw ul li a:hover .xy-date {
    background-color: #ff9232;
}

.xxyw ul li a:hover h3,
.xxyw ul li a:hover p {
    color: #fff;
}

/* xrld */
.xrld {
    padding: 70px 0;
}

.xrld-tit {
    font-size: 28px;
    letter-spacing: 1px;
    color: #333333;
    text-align: center;
    position: relative;
    font-weight: 600;
    margin-bottom: 50px;
}

.xrld-tit::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 57px;
    height: 9px;

    opacity: 0.7;
}

.xrld ul li {
    margin-bottom: 40px;
}

.xrld ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.xrld ul li a .pic {
    width: 240px;
    height: 305px;
    padding-top: 0;
    position: relative;
    z-index: 2;
}

.xrld ul li a .xl-tx {
    width: calc(100% - 240px);
}

.xrld ul li a {
    background-color: #f5f5f5;
    box-shadow: 0px 4px 18px 0px rgba(4, 0, 0, 0.04);
    border-right: 3px solid #003e8f;
    position: relative;
}

.xl-tx h3 b {
    font-size: 26px;
    letter-spacing: 1px;
    color: #333333;
    margin-right: 5px;
    /* transition: all 0.5s; */
}

.xl-tx h3 span {
    font-size: 17px;
    letter-spacing: -1px;
    color: #b3b3b3;
    /* transition: all 0.5s; */
}

.xl-tx {
    padding-left: 5%;
    padding-right: 2.5%;
    position: relative;
    z-index: 2;
}

.xl-tx h4 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #003e8f;
    margin-top: 20px;
    margin-bottom: 30px;
    /* transition: all 0.5s; */
}

.xl-tx p {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.85;
    text-align: justify;
    /* transition: all 0.5s; */
}

.xrld ul li a::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    background: #003e8f;
    background-size: auto 100%;
    top: 0;
    left: 0;
    /* transition: all 1s; */
}


.xrld ul li a:hover:after {
    width: 100%;
}

.xrld ul li a:hover b,
.xrld ul li a:hover span,
.xrld ul li a:hover h4,
.xrld ul li a:hover p {
    color: #fff;
}

/* 教师检索 */
.jsjs {
    padding: 70px 0;
}

.teacher-recall {
    font-size: 0;
}

.teacher-recall p {
    font-size: 16px;
    color: #4d4d4d;
    margin-top: 30px;
    margin-bottom: 20px;
}

.teacher-recall h3 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #ffffff;
    width: 89px;
    line-height: 45px;
    text-align: center;
    background-color: #003e8f;
    float: left;
}

.teacher-recall ul {
    overflow: hidden;
    white-space: nowrap;
    background-color: rgba(175, 30, 35, 0.5);
}

.teacher-recall ul li {
    display: inline-block;
    width: 3.8%;
    text-align: center;
}

.teacher-recall ul li a {
    font-family: Arial;
    font-size: 18px;
    color: #ffffff;
    line-height: 45px;
}

.teacher-list ul li {
    margin-top: 40px;
}

.teacher-list ul li b {
    font-size: 20px;
    color: #003e8f;
    float: left;
    padding: 0 40px;
}

.teacher-name {
    overflow: hidden;
    vertical-align: middle;
    font-size: 18px;
    color: #4d4d4d;
    font-size: 0;
}

.teacher-name a {
    font-size: 18px;
    letter-spacing: 1px;
    color: #4d4d4d;
    width: 14.2%;
    display: inline-block;
    margin-bottom: 15px;
}

.teacher-name a:hover {
    color: #003e8f;
}



/* content */
.nry {
    padding: 60px 0;
}

.content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.content-l {
    float: left;
    width: 70%;
    margin-right: 4.2%;
}

.c-tit {
    padding-bottom: 30px;
    border-bottom: 1px dashed #999;
}

.c-tit h3 {
    font-size: 24px;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 30px;    text-align: center;
    font-weight: bold;
}

.c-tit p {
    font-size: 15px;
    line-height: 28px;
    color: #b7b7b7;
}

.c-tit p img {
    width: 16px;
    vertical-align: 0;
    margin-right: 10px;
}

.content-tx {
    padding-top: 30px;
    border-bottom: 1px dashed #ccc;
}

.content-tx p {
    font-size: 16px;
    text-indent: 2em;
    color: #333333;
    margin-bottom: 40px;
    line-height: 28px;
}

.content-tx p img {
    display: block;
    margin: 0 auto;
    max-width: 100%;height:auto !important;
}

.hotspot {
    overflow: hidden;
    padding-left: 12px;
}

.hotspot h3 {
    font-size: 20px;
    color: #003e8f;
    padding-left: 35px;
    background: url(../images/icon-hotspot.png) no-repeat;
    background-position: left center;
    transform: translateX(-12px);
}

.hotspot ul li a p {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 16px;
}

.hotspot ul li a {
    position: relative;
}

.hotspot ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%, 50%);
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border: solid 1px #003e8f;
    border-radius: 50%;
    z-index: 2;
}

.hotspot ul li {
    padding: 25px 0;
    border-bottom: 1px dashed #ccc;
}

.hotspot ul {
    position: relative;
    padding-bottom: 20px;
}

.hotspot ul::after {
    content: '';
    position: absolute;
    width: 1px;
    left: 0px;
    top: 0;
    bottom: 0;
    background-color: #003e8f;
    z-index: 1;
}

.hotspot ul li a:hover p {
    color: #003e8f;
}

.hotspot ul li a:hover::after {
    background-color: #003e8f;
}

.c-link {
    padding-top: 40px;
}

.c-link a {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}

.c-link a:hover {
    color: #003e8f;
    text-decoration: underline;
}


/* jjy */
.jjy {
    padding-bottom: 88px;
}

.jj3 {
    padding-top: 90px;
}

.jj3-l {
    float: left;
    margin-right: 3%;
}

.jj3-r {
    float: right;
    margin-left: 3%;
}

.jj3-pic {
    width: 48%;
    min-width: 260px;
}

.jj3-tx p {
    font-size: 17px;
    line-height: 32px;
    color: #333333;
    text-align: justify;
    text-indent: 2em;
    margin-bottom: 30px;
}

/* xyfg */
.xyfg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 100px 0;
}

.xyfg-l {
    width: 80%;
}

.xyfg-l a {
    position: relative;
}

.xyfg-l a p {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 20px;
    line-height: 60px;
    letter-spacing: 2px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xyfg .pic {
    padding-top: 61.8%;
}

.xyfg-list a {
    border-radius: 10px;
    overflow: hidden;
}

.xyfg-list {
    width: 20%;
    padding-left: 3%;
}

.xyfg-list a {
    margin-bottom: 10px;
    position: relative;
}

.xyfg-list a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
}

.xyfg-list a.on::after {
    content: none;
}

.xyfg-list a p {
    display: none;
}

.xyfg-btn {
    padding-top: 20px;
    font-size: 0;
}

.xy-prev {
    width: 40px;
    height: 40px;
    position: relative;
    background: url(../images/xyfg-l.png) no-repeat center center;
    cursor: pointer;
    display: inline-block;
    margin-right: 30px;
}

.xy-prev::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: solid 1px #003e8f;
    transition: all 0.3s;
    cursor: pointer;
}

.xy-prev:hover::after {
    transform: scale(0.8) translateX(20px);
}


.xy-next {
    width: 40px;
    height: 40px;
    position: relative;
    background: url(../images/xyfg-r.png) no-repeat center center;
    cursor: pointer;
    display: inline-block;
}

.xy-next::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: solid 1px #003e8f;
    transition: all 0.3s;
}

.xy-next:hover::after {
    transform: scale(0.8) translateX(-20px);
}






/* 简介页2(含左侧导航) */
#position {
    position: absolute;
    text-align: right;
    transform: translate(0);
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    padding-bottom: 20px;
}

.ny-left {
    width: 340px;
    float: left;
    margin-right: 6%;
    margin-top: -110px;
    position: relative;
    z-index: 99;
}

.ny-left h3 {
    line-height: 110px;
    background-color: rgba(0, 62, 143, 0.8);
    font-size: 28px;
    letter-spacing: 2px;
    color: #ffffff;
    text-align: center;
    position: relative;
}

.ny-left h3 span {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 25px;
    height: 25px;
    background: url(../images/close.png) no-repeat;
    background-size: 100% 100%;
    display: none;
    transform: translateY(-50%) rotate(45deg);

}

.ny-left h3 span.on {
    transform: translateY(-50%) rotate(0);
}

.ny-left>ul {
    background-color: #003e8f;
    padding: 10px 0;
}

.ny-left>ul>li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

.ny-left>ul>li:first-child {
    border: none;
}

.ny-left>ul>li>a {
    line-height: 70px;
    font-size: 20px;
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 0.6;
    padding-left: 80px;
    padding-right: 40px;
    position: relative;
    transition: all 0.5s;
}

.ny-left>ul>li>a:hover {
    opacity: 1;
}

.ny-left>ul>li>a::before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

.ny-left>ul>li.active>a::before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    background: url(../images/nynav-dots.png) no-repeat;
    background-size: 100% 100%;
}

.ny-left>ul>li.active>a {
    opacity: 1;
}

.ny-right {
    overflow: hidden;
}

.article {
    padding: 60px 0;
}

.article h3 {
    font-size: 24px;
    letter-spacing: 1px;
    color: #333333;
    line-height: 34px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc;
    text-align: center;
    margin-bottom: 30px;
}

.article p {
    font-size: 16px;
    color: #333333;
    text-indent: 2em;
    margin-bottom: 30px;
    line-height: 30px;
}

.sj-nav {
    padding-left: 80px;
    padding-bottom: 20px;
    display: none;
}

.sj-nav a {
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    opacity: 0.7;
}

.sj-nav a:hover {
    opacity: 1;
}

.ny-left>ul>li>span {
    position: absolute;
    top: 0;
    right: 10px;
    width: 25px;
    height: 70px;
    background: url(../images/sub_left_down.png) no-repeat center center;
    cursor: pointer;
    transition: all 0.3s;
}

.ny-left>ul>li>span.on {
    transform: rotate(90deg);
}


/* 三级导航 */
.nynav ul li {
    position: relative;
}

.t-nav {
    background-color: #003e8f;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0;
    text-align: center;
    z-index: 9;
    min-width: 120px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    transform: translateY(10px);
}

.nynav ul li:hover .t-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.t-nav a {
    font-size: 16px;
    color: #fff;
    line-height: 45px;
    opacity: 0.6;
}
.t-nav a:hover{
    opacity: 1;
}
.t-nav a:hover {
    background-color: #174f97;
}

.nynav h3 {
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    display: none;
    position: relative;
}

.nynav h3 span {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 20px;
    height: 20px;
    background: url(../images/close.png) no-repeat;
    background-size: 100% 100%;
    display: none;
    transform: translateY(-50%) rotate(45deg);
}

.nynav h3 span.on {
    transform: translateY(-50%) rotate(0deg);
}

.nynav ul li span {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 60px;
    background: url(../images/sub_left_down.png) no-repeat center center;
    cursor: pointer;
    transition: all 0.3s;
    display: none;
}

.nynav ul li span.on {
    transform: rotate(90deg);
}








@media screen and (max-width: 1500px) {
    .xy-date {
        left: 0;
    }

    .ny-left {
        width: 320px;
    }
}

@media screen and (max-width: 1400px) {

    .ny-left {
        width: 300px;
    }

    .px1400 {
        padding-left: 10px;
        padding-right: 10px;
    }
}


@media screen and (max-width: 1024px) {
    .side-nav {
        display: none !important;
        opacity: 0 !important;
    }



    .jj1 h3 {
        padding-top: 20px;
        padding-left: 0;
        margin-bottom: 20px;

    }

    .jj1 h3::after {
        width: 0;
    }

    .jj1-tx {
        padding: 30px;
        padding-bottom: 40px;
        min-height: auto;
    }

    .content-tx p {
        margin-bottom: 30px;
    }

    .c-tit h3 {
        font-size: 22px;
    }

    .content-l {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .c-tit {
        text-align: center;
    }

    /*2023-7-3 师资队伍页 */
    .teacher-recall ul li {
        display: inline-block;
        float: none;
        width: auto;
        padding: 0 15px;
    }

    .teacher-recall ul {
        overflow: scroll;
    }

    .teacher-recall ul li a {
        font-size: 16px;

    }

    .teacher-tit {
        font-size: 18px;
    }

    .teacher-recall p {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .teacher-name a {
        width: 16.6%;
    }

    /*2023-7-3 师资队伍页end */
    .location h3 {
        font-size: 24px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .jgsz ul li {
        width: 48%;
    }

    .jgsz ul>div {
        width: 48%;
    }

    .nsxw ul li {
        margin-bottom: 30px;
    }

    .nsxw {
        padding: 40px 0;
    }

    .xxyw {
        padding: 40px 0;
    }

    .xy-tx {
        padding: 20px;
        padding-top: 30px;
    }

    .xxyw ul li {
        margin-bottom: 40px;
    }

    .xrld,
    .jsjs {
        padding: 40px 0;
    }

    .jj2-data ul li {
        width: 20%;
        text-align: center;
    }

    .jj2-data ul>div {
        width: 20%;
    }

    .jj2-data ul li h3 b {
        font-size: 30px;
    }

    .jj2-data ul li p,
    .jj2-data ul li h3 span {
        font-size: 14px;
    }

    .jj2-data ul li p {
        margin: 0 auto;
    }

    .jj3 {
        padding-top: 50px;
    }

    .ls-tx h3 b {
        font-size: 24px;
    }

    .ls-tx h3 {
        margin-bottom: 10px;
    }

    .ls-tx ul li {
        margin-bottom: 20px;
    }

    .lsyg {
        padding-top: 30px;
    }

    .ls-tit .xrld-tit {
        margin-bottom: 20px;
    }

    .ls-top {
        margin-bottom: 50px;
    }

    .xyfg {
        padding: 60px 0;
    }

    .xyfg-l {
        width: 100%;
    }

    .xyfg-list {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }

    .xyfg-btn {
        display: none;
    }

    .xyfg-list li.slick-slide {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .xyfg-list a {
        width: 23%;
        vertical-align: top;
    }
}

@media screen and (max-width: 900px) {

    .ny-left {
        float: none;
        width: auto;
        margin-right: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .ny-left h3 {
        line-height: 60px;
        font-size: 20px;
        text-align: left;
        padding-left: 20px;
        position: relative;
    }

    .ny-left>ul>li>a {
        line-height: 50px;
        font-size: 16px;
    }

    .sj-nav a {
        line-height: 35px;
        font-size: 15px;
    }

    .ny-left>ul>li>span {
        height: 45px;
    }

    .ny-left h3 span {
        display: block;
        right: 10px;
    }

    .ny-left>ul {
        display: none;
    }

    .article {
        padding-top: 0px;
    }

    .article h3 {
        font-size: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .ny-banner::before {
        content: none;

    }


    /* 三级导航 */
    .nynav {
        margin-top: 20px;
    }

    .nynav ul li {
        width: 100%;
        margin: 0;
    }

    .nynav ul {
        display: none;
    }

    .nynav h3 {
        display: block;
    }

    .nynav h3 span {
        display: block;
    }

    .nynav ul li span {
        display: block;
    }
    .nynav ul li>a{
        line-height: 50px;
    }
    .nynav ul li span{
        height: 50px;
    }
    .t-nav a{
        line-height: 40px;
        font-size: 15px;
    }


    .nynav ul li .t-nav {

        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
        display: none;
        padding: 0;
        width: 100%;
        text-align: left;
        padding-left: 50px;
        position: static;
        transition: none;
    }

    .nynav ul{
        padding-bottom: 10px;
    }
}



@media screen and (max-width: 768px) {


    .nynav h3{
        line-height: 50px;
        font-size: 18px;
    }

    .ny-left h3 {
        line-height: 50px;
    }

    .location h3 {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .ls-top {
        margin-bottom: 30px;
    }

    .ls-bot .ls-tx {
        padding-right: 30px;
    }

    .ls-bot .ls-pic {
        padding-left: 30px;
    }

    .ls-bot .ls-tx h3::before {
        right: -30px;
    }

    .ls-bot .ls-tx h3::after {
        right: -37px;
    }

    .ls-top .ls-tx {
        padding-left: 30px;
    }

    .ls-top .ls-pic {
        padding-right: 30px;
    }

    .ls-tx h3::before {
        width: 25px;
        left: -30px;
    }

    .ls-tx h3::after {
        left: -36px;
    }

    .ls-tit p {
        font-size: 16px;
    }

    .ls-tit {
        margin-bottom: 30px;
    }

    .jj2-data ul li h3 b {
        font-size: 24px;
    }

    .jj2-data ul li {
        width: 25%;
        margin-top: 30px;
    }

    .jj3 {
        padding-top: 30px;
    }

    .jj3-tx p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .jj2-data ul>div {
        width: 25%;
    }

    .jj1 {
        padding-bottom: 50px;
    }

    .jj2 {
        padding-bottom: 50px;
    }

    .jj1-tx p {
        font-size: 16px;
    }

    .jj1 h3 b {
        font-size: 22px;
    }

    .jj2-tx p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .nry {
        padding-top: 30px;
    }

    .c-tit h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .content {
        padding: 30px 0;
    }

    .c-tit {
        padding-bottom: 20px;
    }

    .hotspot h3 {
        font-size: 18px;
    }

    .hotspot ul li {
        padding: 20px 0;
    }

    .c-link {
        padding-top: 30px;
    }

    .c-link a {
        font-size: 15px;
    }

    /*2023-7-3 师资队伍页 */
    .teacher-name a {
        width: 25%;
        font-size: 16px;
    }

    .teacher-list ul li b {
        font-size: 16px;
    }

    .teacher-list ul li {
        margin-top: 25px;
    }

    /*2023-7-3 师资队伍页end */
    .xrld {
        padding: 30px 0;
    }

    .xrld-tit {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .xl-tx h3 b {
        font-size: 22px;
    }

    .xxyw ul li {
        width: 48%;
    }

    .xxyw ul>div {
        width: 48%;
    }

    .xy-tx h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .nsxw ul li a h3 {
        font-size: 16px;
        margin: 10px 0;
    }

    .nsxw ul li a span {
        font-size: 14px;
    }

    .nsxw ul li a {
        padding: 20px;
        padding-bottom: 30px;
    }

    .jgsz,
    .jsjs {
        padding: 30px 0;
    }

    .jgsz h3 {
        margin-bottom: 10px;
    }

    .jgsz ul li a {
        font-size: 16px;
        line-height: 55px;
    }

    .jgsz>div {
        margin-bottom: 30px;
    }

    /* fengye */
    .pagination {
        padding-top: 50px;
    }

    .pagination a {
        padding: 0px 5px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin: 0px 3px;
    }

    /* fengye */

    .xyfg-l a p {
        line-height: 40px;
        font-size: 16px;
    }
}

@media screen and (max-width: 640px) {
    .ls-tx h3 b {
        font-size: 16px;
    }

    .ls-tx h3 span {
        font-size: 14px;
    }

    .ls-tx p {
        font-size: 14px;
        line-height: 24px;
    }

    .jj2-data ul li h3 b {
        font-size: 20px;
    }

    .jj2-data ul li {
        width: 33.3%;
        margin-top: 30px;
    }

    .jj2-data ul>div {
        width: 33.3%;
    }

    /*2023-7-3 师资队伍页 */
    .teacher-name a {
        width: 33.3%;
        font-size: 14px;
    }

    .teacher-list ul li b {
        font-size: 15px;
        padding: 0 20px;
    }

    .teacher-list ul li {
        margin-top: 15px;
    }

    .teacher-recall h3 {
        width: 60px;
        font-size: 16px;
    }

    .nsxw ul li {
        width: 100%;
    }

    .xrld ul li a {
        border: none;
    }

    .jgsz ul li {
        width: 100%;
    }

    .jgsz ul>div {
        width: 100%;
    }

    .nynav ul li>a {
        line-height: 50px;
    }

    .xxyw ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .xxyw ul>div {
        width: 100%;
    }

    .xrld ul li a {
        padding: 20px;
    }

    .xrld ul li a .pic {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .xrld ul li a .xl-tx {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .xrld ul li a:hover {
        background: #003e8f;
        background-size: auto auto;
    }

    .ls-pic p {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .xyfg {
        padding: 30px 0;
    }

    .location {
        top: 70%;
    }

    .location h3 {
        margin-bottom: 0;
    }

    .location h3::after {
        content: none;
    }
}

@media screen and (max-width: 480px) {
    .nynav ul li span{
        height: 30px;
        background-size: 8px;
    }
    .jj3-pic {
        width: 100%;
        margin: 0;
    }

    .xyfg-list a {
        width: 48%;
    }

    .jj2-data ul li {
        width: 50%;
        margin-top: 20px;
    }

    .jj2-data ul>div {
        width: 50%;
    }

    .c-tit h3 {
        font-size: 18px;
    }

    .c-link a {
        font-size: 14px;
    }

    .c-tit p {
        font-size: 13px;
    }

    .content-tx p {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 26px;
    }

    .hotspot ul li a p {
        font-size: 15px;
    }

    .nynav ul li>a {
        line-height: 36px;
        font-size: 15px;
    }

    /*2023-7-3 师资队伍页 */
    .teacher-name a {
        width: 50%;
        font-size: 14px;
    }

    .location h3 {
        font-size: 18px;
    }

    .xl-tx h4 {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .location .dqwz a,
    .location .dqwz span {
        font-size: 13px;
    }

}