@charset "utf-8";

/* side-nav */

.xyfg .pic video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

.xyfg-l ul li a:hover p{
    display: none;
}

.xyfg .pic video::-webkit-media-controls-enclosure {
    opacity: 0;
    transition: all 0.5s;
}

.xyfg-l ul li a:hover video::-webkit-media-controls-enclosure {
    opacity: 1;
}


.xxyw ul li a .pic::after{
    content: '';
    width: 100%;
    height: 0%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/images/icon-play.png) no-repeat center center  rgba(0, 0, 0, 0.5);
    background-size: 60px;}

    .xxyw ul li a:hover .pic::after{height:100%;}


.side-nav {
    position: fixed;
    left: 3%;
    top: 30%;
    z-index: 9999;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    background-color: #b62328;
    display: none;
}

.side-nav h3 {
    font-size: 20px;
    line-height: 56px;
    letter-spacing: 1px;
    color: #ffffff;
    position: relative;
    background-color: #a20005;
}

.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 #a20005;
}

.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::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url("/images/banner-zz1.png") center top repeat-x;
    z-index: 9;
}

.ny-banner::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(/images/ny-banner-zzc.png) no-repeat center center;
    z-index: 9;
}
.ny-banner::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(/images/ny-banner-zzc2.png) repeat-x center bottom;
    z-index: 1;
}

.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: #bb1313;
    color: rgb(255, 255, 255);
    border: 1px solid #bb1313;
}

.pagination a:hover {
    background: #bb1313;
    color: rgb(255, 255, 255);
    border: 1px solid #bb1313;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

.nyindex {
    background-color: #fdfdfd;
}

.location {
    position: absolute;
    bottom: 5%;
    left: 0;
    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: 0;
    bottom: 0;
    border: solid 3px #b21f24;
    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: #b21f24;
}

.nynav ul {
    display: flex;
    flex-wrap: wrap;
    justify-self: start;
}

.nynav ul li {
    margin-right: 20px;
    opacity: 0.7;
    transition: all 0.3s;
}

.nynav ul li:last-child {
    margin-right: 0;
}

.nynav ul li a {
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    padding-left: 30px;
    line-height: 60px;
    position: relative;
}

.nynav ul li a::before {
    content: '¡¤';
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.nynav ul li.active a::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(/images/nynav-dots.png) no-repeat;
    background-size: 100% 100%;
    left: 10px;
}

.nynav ul li.active {
  
}

.nynav ul li:hover {
    opacity: 1;
}

/* ?????????¡ã?¡À???€??????????¡ì?¡¯???¡ì????? */
.jgsz {
    padding: 45px 0 0 0;
    /* min-height: 500px; 
    margin-left: 30%;*/
}

.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: #b21f24;
    display: inline-block;
    padding-left: 45px;
    background: url(/images/ico-jg.png) no-repeat left center;
    white-space: nowrap;
    background-color: #fff;
    padding-right: 20px;
}

.jg-line {
    width: calc(100% - 155px);
    border: 1px dashed #e0a5a7;
}

.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: #b21f24;
    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: #b21f24;
    transition: all 0.6s;
}

.jgsz ul li a:hover:after {
    width: 100%;
}

.jgsz ul li a:hover {
    border-color: transparent;
    color: #b21f24;
}

/* 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 #b21f24;
    padding: 25px;
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
    background: url(/images/ico-nsxw_default.png) no-repeat right center;
}

.nsxw ul li::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 100%;
    background: url(/images/ico-nsxw.png) no-repeat right center #b21f24;
    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: #b21f24;
    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: #b21f24;
    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: url(/images/ico-nsxw.png) no-repeat right center #b21f24;
    background-size: auto 100%;
    border-color: #b21f24;
}

.xxyw ul li a:hover .xy-date {
    background-color: #ff9232;
}

.xxyw ul li a:hover h3,
.xxyw ul li a:hover p {
    color: #fff;
}

.xxyw .tabs{
    margin-bottom: 30px;
    justify-content:flex-start;
}
.xxyw .tabs li{
    width:auto;
    cursor:pointer;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.xxyw .tabs li.active{
    background: url(/images/nynav-libj1.png) no-repeat right 20% center;
    opacity: 1;
}
.xxyw .tabs li.active a{
    color: #b51212;
}
.xxyw .tabs li:after {
    content: "";
    background: url(/images/png56.png) center center no-repeat;
    width: 29px;
    height: 11px;
    display: inline-block;
    margin: 0 5px 0 8px;
}
.xxyw .tabs li:last-child:after {
    display: none;
}

.xxyw .tabs .p {
    display: none;
    margin-bottom: 10px;
}

.xxyw .tabs .s .p {
    display: block;
}

.xxyw .tabs span.now {
    color: #bb1313;
}

.xxyw .tabs .h {
    font-size: 30px;
    font-family: Impact;
    color:#333;
}

.xxyw .tabs span {
    display: block;
    font-size: 16px;
    padding: 5px 0;
}
.xxyw .tabs li a{
    color:inherit;
}

/* 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;
    background-color: #b21f24;
    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;
}

.xrld ul li a .xl-tx {
    width: calc(100% - 240px);
}

.xrld ul li a {
    background-color: #fff5f5;
    box-shadow: 0px 4px 18px 0px rgba(4, 0, 0, 0.04);
    border-right: 3px solid #b21f24;
}

.xl-tx h3 b {
    font-size: 26px;
    letter-spacing: 1px;
    color: #333333;
    margin-right: 5px;
}

.xl-tx h3 span {
    font-size: 17px;
    letter-spacing: -1px;
    color: #b3b3b3;
}

.xl-tx {
    padding-left: 5%;
    padding-right: 2.5%;
}

.xl-tx h4 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #b21f24;
    margin-top: 20px;
    margin-bottom: 30px;
}

.xl-tx p {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    height: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.85;
    text-align: justify;
}

.xrld ul li a:hover {
    background: url(/images/ico-nsxw.png) no-repeat right center #b21f24;
    background-size: auto 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: #b21f24;
    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: #b21f24;
    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: #b21f24;
}



/* content */
.nry {
    padding: 60px 0;
}

.content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.content-l {
    float: left;
    width: 70%;
    width: 75%;
    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;
}

.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;
    margin-bottom: 10px;
    line-height: 28px;
}

.content-tx p img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.hotspot {
    overflow: hidden;
    padding-left: 12px;
}

.hotspot h3 {
    font-size: 20px;
    color: #b21f24;
    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 #b21f24;
    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: #b21f24;
    z-index: 1;
}

.hotspot ul li a:hover p {
    color: #b21f24;
}

.hotspot ul li a:hover::after {
    background-color: #b21f24;
}

.c-link {
    padding-top: 40px;
}

.c-link a {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}

.c-link a:hover {
    color: #b21f24;
    text-decoration: underline;
}


/* jjy */
.jjy {
    padding-bottom: 88px;
}

.jj1 {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
}

.jjy1-pic{
    float: right;
    width: 50%;
    margin-left: 50px;
    min-width: 300px;
}

.jjy1-pic img{
    width: 100%;
    display: block;
}
.jj1 h3 b {
    font-size: 28px;
    letter-spacing: 1px;
    color: #333333;
}

.jj1 h3 span {
    font-size: 17px;
    letter-spacing: 1px;
    color: #666666;
}

.jj1 h3 {
    position: relative;
    margin-bottom: 50px;
    padding-top: 60px;
    padding-left: 60px;
}

.jj1 h3::after {
    /*content: '';*/
    position: absolute;
    left: 60px;
    bottom: 0;
    width: 57px;
    height: 9px;
    background-color: #b21f24;
    opacity: 0.7;
}

.jj1-tx {

    padding-bottom: 0;
    padding: 50px;
    padding-top: 0;
}


.jj1-tx p {
    font-size: 17px;
    line-height: 32px;
    color: #333333;
    text-align: justify;
    text-indent: 2em;
    background: url(/images/ico-jjy.png) no-repeat left top;
}

.jj2 {
    padding: 60px 0;
    background: url(/images/jjy2-bj.jpg) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.jj2-tx p {
    font-size: 17px;
    line-height: 32px;
    color: #ffffff;
    text-indent: 2em;
    margin-bottom: 40px;
    text-align: justify;
}


.jj2-data {
    border-top: 1px dashed rgba(255, 255, 255, 0.3);
}

.jj2-data ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.jj2-data ul li {
    margin-top: 50px;
    width: 16.6%;
}

.jj2-data ul>div {
    width: 16.6%;
    height: 0;
}

.jj2-data ul li h3 b {
    font-family: Impact;
    font-size: 40px;
    letter-spacing: 3px;
    color: #ffffff;
}

.jj2-data ul li h3 span {
    font-size: 17px;
    letter-spacing: 1px;
    color: #ffffff;
}

.jj2-data ul li p {
    font-size: 15px;
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 0.7;
    max-width: 140px;
}

.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;
}

/* lsyg */
.lsyg {
    padding: 70px 0;
}

.ls-tit .xrld-tit {
    margin-bottom: 40px;
}

.ls-tit p {
    font-size: 17px;
    line-height: 32px;
    color: #333333;
    text-align: center;
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
}

.ls-tit {
    margin-bottom: 80px;
}

.ls-c {
    padding-top: 45px;
}

.ls-top {
    margin-bottom: 80px;
}

.ls-top,
.ls-bot {
    display: flex;
    justify-content: space-between;
}

.ls-bot .ls-pic {
    order: 1;
}

.ls-bot .ls-tx {
    order: 0;
}

.ls-top>div,
.ls-bot>div {
    width: 50%;
}

.ls-pic p {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

.ls-pic img {
    display: block;
    width: 100%;
}

.ls-tx h3 b {
    font-family: CenturyGothic;
    font-size: 28px;
    margin-right: 10px;
    color: #b21f24;
}

.ls-tx h3 span {
    font-size: 15px;
    letter-spacing: 1px;
    color: #b21f24;
}

.ls-tx h3 {
    margin-bottom: 20px;
    position: relative;
}

.ls-tx h3::before {
    content: '';
    width: 50px;
    height: 1px;
    background-color: #b21f24;
    position: absolute;
    top: 50%;
    left: -56px;
    transform: translateY(-50%);
    z-index: 1;
}

.ls-bot .ls-tx h3::before {
    left: auto;
    right: -56px;
}

.ls-tx h3::after {
    content: '';
    width: 13px;
    height: 13px;
    background: url(/images/ls-dots.png) no-repeat #fff;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: -56px;
    transform: translateY(-50%);
    z-index: 2;
}

.ls-bot .ls-tx h3::after {
    left: auto;
    right: -56px;
}

.ls-tx p {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

.ls-top,
.ls-bot {
    position: relative;
    z-index: 3;
}

.ls-tx ul li {
    margin-bottom: 50px;
}

.ls-top .ls-pic {
    padding-right: 50px;
}

.ls-bot .ls-pic {
    padding-left: 50px;
}

.ls-top .ls-tx {
    padding-left: 50px;
}

.ls-bot .ls-tx {
    padding-right: 50px;
    text-align: right;
}

.ls-bot .ls-tx h3 {
    display: flex;
    justify-content: end;
    align-items: baseline;
}

.ls-bot .ls-tx h3 b {
    order: 1;
}

.ls-bot .ls-tx h3 span {
    order: 0;
}

.ls-bot .ls-tx b {
    margin-right: 0;
    margin-left: 10px;
}

.ls-c {
    position: relative;
}

.ls-c::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e0e0e0;
    transform: translateX(-50%);
    z-index: 1;
}

.ls-c::before {
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: solid 1px #e0e0e0;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 2;
}


/* 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 ul li.slick-current a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/images/ico-eye.png) no-repeat center center rgba(175, 30, 35, 0.3);
}

.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 #b21f24;
    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 #b21f24;
    transition: all 0.3s;
}

.xy-next:hover::after {
    transform: scale(0.8) translateX(-20px);
}

/* ?????????€??????€????????€??????€???????¡¯???¡è?¡è?????? */
.tit-list {
    padding: 70px 0;
}

.tit-list ul li {
    margin-bottom: 45px;
}

.tl-date {
    float: left;
    margin-right: 30px;
    border-radius: 16px 0px 16px 0px;
    border: solid 1px #7f7f7f;
    text-align: center;
    padding: 30px;
}

.tl-date b {
    font-family: Arial;
    font-size: 40px;
    color: #b21f24;
    display: block;
    margin-bottom: 10px;
}

.tl-date span {
    font-family: Arial;
    font-size: 16px;
    color: #b21f24;
    display: block;
}

.tl-tx {
    overflow: hidden;
    padding-top: 20px;
    padding-right: 20px;
}

.tl-tx h3 {
    font-size: 20px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.tl-tx p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #808080;
}

.tit-list ul li {
    position: relative;
}

.tit-list ul li a {
    position: relative;
    z-index: 2;
    padding: 20px 0 25px;
}

.tit-list ul li::after {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    /* top: 0; */
    bottom: -1px;
    height: 1px;
    z-index: 1;
    background-color: #b21f24;
    transition: all 0.5s;
}



.tit-list ul li:hover .tl-date {
    border-color: #b21f24;
}

.tit-list ul li:hover:after {
    width: 100%;
}

/* ???????¡ì?€????????¡¯?????€??????€???????¡¯ */
.pic-tx {
    padding: 70px 0;
}

.pic-tx ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 35px;
    position: relative;
    z-index: 2;
}

.pic-tx ul li {
    position: relative;
}

.pic-tx ul li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #a20005;
    transition: all 0.8s;
}

.pic-tx ul li:hover::after {
    width: 100%;
}

.pic-tx ul li:hover{
    border-color:transparent;
}

.pic-tx ul li:hover h3{
    color: #a20005;
}



.pic-tx .pic {
    width: 325px;
    height: 211px;
    padding-top: 0;
}

.pt-date {
    width: 100px;
}

.pt-tx {
    width: calc(100% - 500px);
}

.pt-date span {
    font-family: Arial;
    font-size: 18px;
    color: #808080;
    margin-bottom: 10px;
    display: block;
}

.pt-date b {
    display: block;
    font-family: Arial;
    font-size: 28px;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 30px;
}

.pt-arrow {
    width: 34px;
    height: 34px;
    background: url(/images/pt-arrow1.png) no-repeat;
    background-size: 100% 100%;
}

.pt-tx h3 {
    font-size: 20px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
}

.pt-tx p {
    font-size: 15px;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #8c8c8c;
}


/* ?¡ì????????????????????????????€¡ã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(165, 29, 33, 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: #a51d21;
    padding: 10px 0;
}

.ny-left ul li{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.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;
    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%;
    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 {
    background: url(/images/ny-active.png) no-repeat right 20px center;
    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;
}



.nynav.on{
    position: fixed;
    left: 0;
    right: 0;
    top: 114px;
    width: 100%;
    z-index: 9;
}














@media screen and (max-width: 1500px) {
    .xy-date {
        left: 0;
    }

    .ny-left {
        width: 320px;
    }
}

@media screen and (max-width: 1400px) {

    .ny-left {
        width: 300px;
    }
}

@media screen and (max-width: 1200px) {
    .nynav{
        position: static !important;
    }
}





@media screen and (max-width: 1024px) {
    .xyfg-list a {
        margin: 0 10px;
    }
    .side-nav {
        display: none !important;
        opacity: 0 !important;
    }

    .tit-list {
        padding: 50px 0;
    }

    .tit-list ul li {
        margin-bottom: 25px;
    }

    .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 ?¡ì?€??????????¡ì???????€¡±?¡¯?¡ì?€????¡ì???????¡è?¡è?¡ì?¡è??nd */
    .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;
    }
    .xxyw .tabs .h{
        font-size:20px;
    }
    .xxyw .tabs li:after{
        margin:0 5px;
    }
    .xxyw .tabs{
        margin-bottom:20px;
    }
    .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 {
        vertical-align: top;
    }

    .pic-tx {
        padding: 50px 0;
    }

    .pic-tx ul li a {
        padding: 30px 20px;
    }

    .pic-tx .pic {
        width: 260px;
        height: 168px;
    }

    .pt-tx {
        width: calc(100% - 380px);
    }

    .pt-date {
        width: 80px;
    }
}

@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: 45px;
        font-size: 16px;
    }

    .ny-left h3 span{
        display: block;
    }
    .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;
    }
}


@media screen and (max-width: 768px) {
    .ny-left h3{
        line-height: 50px;
    }
    .article p{
        line-height: 26px;
        margin-bottom: 20px;
    }
    .tit-list {
        padding: 30px 0;
    }

    .tit-list ul li {
        margin-bottom: 20px;
    }

    .tl-tx {
        padding-top: 10px;
    }

    .tl-date {
        margin-right: 20px;
        padding: 20px;
    }

    .tl-tx h3 {
        font-size: 16px;
    }

    .tl-date b {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .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: 0;
    }

    .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 ?¡ì?€??????????¡ì???????€¡±?¡¯?¡ì?€????¡ì???????¡è?¡è?¡ì?¡è??nd */
    .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: 0;
        margin: 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;
    }

    .pic-tx ul li a {
        padding: 20px;
    }

    .pic-tx {
        padding: 30px 0;
    }

    .pt-date b {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .pt-arrow {
        width: 25px;
        height: 25px;
    }

    .pt-tx h3 {
        font-size: 16px;
    }

    .pt-tx p {
        font-size: 14px;
        line-height: 20px;
        height: 60px;
    }

    .pic-tx .pic {
        width: 220px;
        height: 140px;
    }
    .hotspot{
        display:none;
    }

}

@media screen and (max-width: 640px) {

    .pic-tx ul li a {
        flex-wrap: wrap;
    }

    .pic-tx .pic {
        width: 100%;
        order: 1;
        margin-bottom: 20px;
    }

    .pt-date span {
        font-size: 16px;
    }

    .pic-tx ul li a {
        padding: 15px 10px;
    }

    .pt-date b {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .pt-arrow {
        display: none;
    }

    .pt-tx {
        order: 3;
        width: 100%;
    }

    .pt-date {
        order: 2;
        width: 100%;
    }

    .tl-date {
        padding: 15px;
    }

    .tl-tx {
        padding-top: 0;
    }

    .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: url(/images/ico-nsxw.png) no-repeat right bottom #b21f24;
        background-size: auto auto;
    }

    .ls-pic p {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .xyfg {
        padding: 30px 0;
    }
}
@media screen and (max-width: 600px){
    .jjy1-pic{
        float: none;
        width: auto;
        margin-right: 0;
        margin-left: 0;
        margin-top: 20px;
    }
    .jj1-tx{
        padding-top: 0;
    }
 .jj1{padding-bottom:0}
}
@media screen and (max-width: 480px) {


    .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: 14px;
    }

    /*2023-7-3 ?¡ì?€??????????¡ì???????€¡±?¡¯?¡ì?€????¡ì???????¡è?¡è?????? */
    .teacher-name a {
        width: 50%;
        font-size: 14px;
    }

    .location h3 {
        font-size: 20px;
    }

    .xl-tx h4 {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .location .dqwz a,
    .location .dqwz span {
        font-size: 13px;
    }
    .xxyw .tabs .h{
        font-size:18px;
    }

}

/*2024-02-29*/
.shfwlj p a{font-size: 18px;color: #fff;line-height: 43px;background: #ac1e23;padding: 0 26px;border-radius: 8px 0 8px 0;width: 20%;display: block;margin: 0 auto;margin-top: 30px;text-align: center;}

.ljnew p a{font-size: 18px;color: #fff !important;line-height: 43px;background: #ac1e23;padding: 0 26px;border-radius: 8px 0 8px 0;width: 35%;display: block;margin: 0 auto;margin-top: 30px;text-align: center;text-decoration: none !important;text-indent: 0;}

.shfw3{
    
margin-top: 50px;
}
.lxs{
    
display: flex;
    
justify-content: space-between;
}
.lxs a{
       width: 50%;
}


.gjjl .fl01 .px1400{
    position: relative;
}

.gjjl .fl01 .h2{
    margin-bottom: 46px;
    position: relative;
}
.gjjl .fl01 .h2:after{
    position: absolute;
    content: '';
    width: 60px;
    height: 5px;
    background: #ac1e23;
    left: 0;
    right: 0;
    bottom: -28px;
    margin: auto;
}
.gjjl .fl01 .h2 h2{
    font-size: 30px;
    line-height: 43px;
    color: #ab1e23;
    text-align: center;
    font-weight: 600;
 }
.gjjl .fl01 a{
    position: absolute;
     right: 0;
     top: 0;
    font-size: 18px;
    color: #fff;
    line-height: 43px;
    background: #ac1e23;
    padding: 0 26px;
    border-radius: 8px 0 8px 0;
 }
.gjjl .fl01 p{
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 32px;
}

.gjjl .fl01{
    padding-top: 83px;
    padding-bottom: 82px;
}
.gjjl .fl02 .px1400{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gjjl .fl02 .left{
    width: 53.57%;
}
.gjjl .gj_tit01{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.gjjl .gj_tit01 img{
    display: block;
    height: 65px;
    margin-right: 22px;
}
.gjjl .gj_tit01 span{
    font-size: 26px;
    line-height: 36px;
    color: #ac1e23;
    display: block;
}
.gjjl .txt p{
    font-size: 18px;
    line-height: 36px;
    color: #333;
    text-indent: 2em;
}
.gjjl .fl02 .txt{
    padding-right: 84px;
    height: auto;
    overflow: hidden;
    margin-bottom: 54px;
}
.gjjl .fl02 .img_box a{
    position: relative;
    display: block;
}
.gjjl .fl02 .left .pic{
   padding-top: 382px;
}
.gjjl .img_hz{
    display: block;
    position: relative;
}
.gjjl .img_hz h2{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    padding: 15px 17px;
    background: url("/images/gj-img02.png") no-repeat left center;
    background-size: auto 100%;
}

.gjjl .fl02 .right{
    width: 46.43%;
    padding-top: 30px;
}
.gjjl .fl02 .right .top .pic{
    padding-top: 372px;
}
.gjjl .fl02 .right a h2{
    text-align: right;
    background-image: url("/images/gj-img05.png");
    background-position: right center;
}
.gjjl .fl02 .right .bottom{
    display: flex;
    justify-content: space-between;
}
.gjjl .fl02 .right .bottom a{
    display: block;
    width: 50%;
}
.gjjl .fl02 .right .bottom .pic{
    padding-top: 294px;
}
.gjjl .fl02 .right .bottom a h2{
    background-image: url("/images/gj-img06.png");
}
.gjjl .fl02{
    /* margin-bottom: 100px; */
}

.gjjl .fl03 .px1400{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gjjl .fl03 .left{
    width: 46.43%;
}
.gjjl .fl03 .left .txt{
    height: 288px;
    overflow: hidden;
    margin-bottom: 43px;
}
.gjjl .fl03 .left .top .pic{
    padding-top: 372px;
}
.gjjl .fl03 .left .img_hz h2{
    text-align: right;
    background-position: right center;
}
.gjjl .fl03 .left .top .img_hz h2{
    background-image: url("/images/gj-img05.png");

}
.gjjl .fl03 .left .bottom{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.gjjl .fl03 .left .bottom a{
    width: 49.23%;
}
.gjjl .fl03 .left .bottom .img_hz h2{
    background-image: url("/images/gj-img06.png");
}
.gjjl .fl03 .left .bottom .pic{
    padding-top: 234px;
}
.gjjl .fl03 .right{
    width: 46.43%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.gjjl .fl03 .right .txt{
    height: 470px;
    overflow: hidden;
}
.gjjl .fl03 .right .bottom .pic{
    padding-top: 362px;
}
.gjjl .fl03 .right .bottom .img_hz:first-child h2{
    text-align: right;
    background-image: url("/images/gj-img05.png");
    background-position: right center;
}
.gjjl .fl03 .right .bottom{
    margin-bottom: 37px;
    margin-top: 23px;
}

.gjjl .fl03{
    margin-bottom: 161px;
    padding-top: 79px;
    padding-bottom: 128px;
    background: url("/images/gj-bj01.jpg") no-repeat bottom center;
    background-size: cover;
}

.gjjl .fl04 .item{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gjjl .fl04 .item .left{
    width: 50%;

    position: relative;
}
.gjjl .fl04 .item01 .left{
    padding-right: 45px;
}
.gjjl .fl04 .item01 .txt{
    height: 216px;
    overflow: hidden;
}
.gjjl .fl04 .item .right{
    width: 50%;
    position: relative;

}
.gjjl .fl04 .item01 .right{

    display: flex;
    justify-content: space-between;
    padding-left: 45px;
}
.gjjl .fl04 .item01 .right .ll{
    width: 47.63%;
}
.gjjl .fl04 .item01 .right .ll .pic{
    padding-top: 472px;
}
.gjjl .fl04 .item01 .right .img_hz h2{
    text-align: right;
    background-image: url("/images/gj-img12.png");
    background-position: right center;
}
.gjjl .fl04 .item01 .right .rr{
    width: 49.92%;
}
.gjjl .fl04 .item01 .right .rr .pic{
    padding-top: 230px;
}
.gjjl .fl04 .item01 .right .rr a:first-child{
    margin-bottom: 12px;
}
.gjjl .fl04 .item01 .right:after{
    position: absolute;
    content: '';
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 17px;
    background: url("/images/gj-img13.png") no-repeat 50%;
}
.gjjl .fl04 .item02{
    flex-direction: row-reverse;
    margin-top: 79px;
}
.gjjl .fl04 .item02 .left{
    padding-left: 45px;
}
.gjjl .fl04 .item02 .txt {
    height: 324px;
}
.gjjl .fl04 .item02 .right{
    padding-right: 45px;
}
.gjjl .fl04 .item02 .right .pic{
    padding-top: 362px;
}
.gjjl .fl04 .item02 .right .img_hz:first-child h2{
    text-align: right;
    background-image: url("/images/gj-img05.png");
    background-position: right center;
}

.gjjl .fl04 .item02 .right:after{
    position: absolute;
    content: '';
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 17px;
    background: url("/images/gj-img15.png") no-repeat 50%;
}
.gjjl .fl04:after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    top: 0;
    width: 2px;
    margin-left: -1px;
    background: url("/images/gj-img16.png") no-repeat bottom center;

}
.gjjl .fl04{
    position: relative;
    margin-bottom: 154px;
}
.gjjl .fl05{
    padding-top: 76px;
    padding-bottom: 30px;
    background: #f4f2ee;
    margin-bottom: 0px;
}

@media screen and (max-width: 1200px){
    .gjjl .top{
        position: static;
        width: auto;
        height: auto;
        max-width: none;
        z-index: auto;
    }
    .gjjl .fl01 a{
        position: static;
        display: block;
        max-width: 230px;
        margin: 20px auto 0;
    }
}
@media screen and (max-width: 1024px){
    .gjjl .fl01{
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .gjjl .fl01 .h2 h2{
        font-size: 24px;
        line-height: 36px;
    }
    .gjjl .fl01 .h2:after{
        bottom: -12px;
    }
    .gjjl .fl01 .h2{
        margin-bottom: 24px;
    }
    .gjjl .fl02 .left{
        width: 100%;
        margin-bottom: 30px;
    }
    .gjjl .gj_tit01 img{
        height: 48px;
        margin-right: 18px;
    }
    .gjjl .gj_tit01 span{
        font-size: 22px;
    }
    .gjjl .fl02 .txt{
        padding-right: 0;
        height: auto;
        margin-bottom: 26px;
    }
    .gjjl .txt p{
        font-size: 16px;
    }
    .gjjl .fl02 .left .pic{
        padding-top: 50.93%;
    }
    .gjjl .fl02 .right{
        width: 100%;
        padding-top: 0;
    }
    .gjjl .fl02 .right .top .pic{
        padding-top: 57.23%;
    }
    .gjjl .fl02 .right .bottom .pic{
        padding-top: 90.46%;
    }
    .gjjl .fl02{
        margin-bottom: 30px;
    }
    .gjjl .fl03 .left{
        width: 100%;
        margin-bottom: 30px;
    }
    .gjjl .fl03 .left .txt{
        height: auto;
        margin-bottom: 26px;
    }
    .gjjl .fl03 .left .top .pic{
        padding-top: 57.23%;
    }
    .gjjl .fl03 .left .bottom .pic{
        padding-top: 73.125%;
    }
    .gjjl .fl03 .right{
        width: 100%;
        display: block;
    }
    .gjjl .fl03 .right .txt{
        height: auto;
        margin-bottom: 26px;
    }
    .gjjl .fl03 .right .bottom{
        margin-top: 0;
        margin-bottom: 0;
    }
    .gjjl .fl03 .right .bottom .pic{
        padding-top: 55.69%;
    }
    .gjjl .fl03{
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 35px;
    }
    .gjjl .fl04 .item .left{
        width: 100%;
        margin-bottom: 30px;
        padding-right: 0;
    }
    .gjjl .fl04 .item01 .txt{
        height: auto;
    }
    .gjjl .fl04 .item .right{
        width: 100%;
        padding-left: 0;
    }
    .gjjl .fl04 .item01 .right .ll .pic{
        padding-top: 151.28%;
    }
    .gjjl .fl04 .item01 .right .rr .pic{
        padding-top: 70.33%;
    }
    .gjjl .fl04 .item01 .right:after,
    .gjjl .fl04 .item02 .right:after,
    .gjjl .fl04:after{
        display: none;
    }
    .gjjl .fl04 .item02 .left{
        padding-left: 0;
    }
    .gjjl .fl04 .item02{
        margin-top: 35px;
    }
    .gjjl .fl04 .item02 .txt{
        height: auto;

    }
    .gjjl .fl04 .item02 .right{
        padding-right: 0;
    }
    .gjjl .fl04 .item02 .right .pic{
        padding-top: 55.69%;
    }
    .gjjl .fl04{
        margin-bottom: 35px;
    }
    .gjjl .fl05{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .shfwlj p a{
        width: 50%;
    }
.ljnew p a{
        width: 50%;
    }
}
@media screen and (max-width: 768px){
    .gjjl .fl01 .h2 h2{
        font-size: 18px;
        line-height: 30px;
    }
    .gjjl .fl01 p{
        font-size: 14px;
        line-height: 28px;
    }
    .gjjl .fl01 a{
        font-size: 14px;
        line-height: 40px;
        max-width: 160px;
        padding: 0 10px;
    }
    .gjjl .gj_tit01 span{
        font-size: 18px;
    }
    .gjjl .gj_tit01 img {
        height: 38px;
        margin-right: 10px;
    }
    .gjjl .txt p{
        font-size: 14px;
        line-height: 28px;
    }
    .gjjl .img_hz h2{
        font-size: 16px;
        padding: 10px;
    }
    .ljnew p a{
        
width: 90%;
    }
}
@media screen and (max-width: 481px){
    .gjjl .fl04 .item .right{
        flex-wrap: wrap;
    }
    .gjjl .fl04 .item01 .right .ll{
        width: 100%;
        margin-bottom: 10px;
    }
    .gjjl .fl04 .item01 .right .rr{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .gjjl .fl04 .item01 .right .rr a{
        width: 50%;
    }
    .gjjl .fl04 .item01 .right .rr a:first-child{
        margin-bottom: 0;
    }
}