header {
    background-size: cover;
    position: relative;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 40px;
}

.logo h1 img {
    width: 843px;
}

.search {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 40px;
    position: relative;
}

.search .search-input {
    width: 240px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #BB3C3C;
    z-index: 1;
    position: absolute;
    right: 80px;
    background: url(../img/search.png) no-repeat center;
    background-position: 10px;
    padding-left: 52px;
}

.search .search-input:focus {
    border-color: #BB3C3C;
    outline: none;
}

input[type="text"]::-webkit-clear-button {
    display: none;
}

.search .search-input::placeholder {
    text-indent: 10px;
}

.search::after {
    content: '';
    width: 2px;
    height: 20px;
    background: #D8D8D8;
    position: absolute;
    left: 280px;
    top: 10px;
    z-index: 999;
}

.search .search-btn {
    width: 110px;
    height: 40px;
    background: #BB3C3C;
    border-radius: 40px;
    border: 1px solid #BB3C3C;
    color: #FFFFFF;
    z-index: 9;
}

.navigation {
    width: 100%;
    position: relative;
}

.navigation ul {
    display: flex;
    margin-top: 20px;
}

.navigation ul .nli {
    padding: 25px 60px;
    flex: 1;
    position: relative;
    white-space: nowrap;
}

.navigation ul .nli:hover h3 a {
    border-bottom: 3px solid #BB3C3C;
}

.navigation ul .nli:first-of-type {
    padding: 25px 30px 10px 0;
}

.navigation ul .nli:last-of-type {
    padding: 25px 0 10px 60px;
}

.navigation ul li a {
    font-size: 20px;
    line-height: 28px;
    color: #3D3D3D;
    padding: 25px 0;

}

.navigation .drivder {
    width: 100%;
    height: 1px;
    background: rgba(187, 60, 60, 0.14);
    position: absolute;
    bottom: -2px;
    left: 0;
}

.navigation ul .nli.on a {
    border-bottom: 3px solid #BB3C3C;
    color: #BB3C3C;
    font-weight: bold;
}

.navigation ul .nli:hover a {
    color: #BB3C3C;
    font-weight: bold;
}

.navigation ul .sub {
    position: absolute;
    width: 200px;
    height: auto;
    left: 0;
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    top: 110%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 999;
    /* border-top: 3px solid #0B4A93; */
    padding: 10px 0;
}

.navigation ul .nli:hover .sub {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.navigation ul .sub li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
}


.navigation ul .sub li a {
    color: #2E2E2E;
    font-size: 18px;
}

.navigation ul .sub li:hover a {
    color: #8C0000;
}

/* 轮播图 */
.banlist {
    width: 100%;
    margin-top: 25px;
    position: relative;
    overflow: hidden;
}

.banlist .swiper-slide a {
    width: 100%;
}

.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-left,
.banlist .swiper-right {
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    z-index: 99;
    border-radius: 50%;
}

.banlist .swiper-left:hover,
.banlist .swiper-right:hover {
    background: rgba(149, 21, 20, 0.8);
}

.banlist .swiper-left {
    right: 90px;
    top: 50%;
}

.banlist .swiper-right {
    left: 90px;
    top: 50%;
}

.banlist .swiper-left .img,
.banlist .swiper-right .img {
    position: relative;
}

.banlist .swiper-left .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 100%);
}

.banlist .swiper-right .img img {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, 100%);
}

.banlist .swiper-pagination {
    margin-bottom: 20px;
}

.banlist .swiper-pagination-bullet {
    border: 1px solid #FFFFFF;
    width: 10px;
    height: 10px;
    background: none;
    opacity: 1;
}

.banlist .swiper-pagination-bullet-active {
    background: #FFFFFF;
}

/* 交流展示 */
.communication {
    background: url(../img/communication-bg.png) no-repeat center;
    background-size: cover;
    padding-bottom: 80px;
    overflow: hidden;
}

.theme {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 0 40px 0;
}

.theme .left a {
    display: flex;
    align-items: center;
}

.theme .left .title img {
    width: 180px;
    margin: 0 10px;
}

.theme .left img {
    width: 25%;
}

.theme .right a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.theme .right a .show {
    font-size: 14px;
    color: #951514;
}

.theme .left a .title {
    font-size: 45px;
    line-height: 30px;
    font-family: 楷体;
    color: #3D3D3D;
}

.theme .right img {
    width: 30%;
}

.communication .content {
    width: 100%;
}

.communication .content .left-box {
    width: 47.8%;
    padding: 40px 40px;
    background: #FFE5D9;
    border: 1px solid #F6DEBE;
}

.communication .content .left-box .title {
    font-size: 18px;
    color: #333333;
    height: 24px;
}

.communication .content .left-box:hover .title {
    color: #BB3C3C;
    font-weight: bold;
}

.communication .content .left-box:hover .disc {
    color: #666666;
}

.communication .content .left-box .disc {
    font-size: 14px;
    line-height: 30px;
    height: 60px;
    color: #999999;
    margin-top: 20px;
}

.communication .content .left-box img {
    width: 100%;
    height: 330px;
    margin-top: 25px;
    transition: transform .5s ease-in-out;
}

.communication .content .left-box .img {
    overflow: hidden;
}

.communication .content .left-box:hover img {
    transform: scale(1.1);
}

.communication .content {
    display: flex;
    justify-content: space-between;
}

.communication .content .right-box {
    width: calc(100% - 47.8% - 30px);
    padding: 40px 0 0 0;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    margin-left: 35px;
}

.communication .content .right-box .box a {
    display: flex;
    padding-bottom: 50px;
    align-items: center;
}

.communication .content .right-box .box:last-of-type {
    padding-bottom: 0;
}

.communication .content .right-box .box .date {
    font-size: 20px;
    color: #BB3C3C;
}

.communication .right-box .box .img img {
    width: 205px;
    height: 115px;
    transition: transform 0.5s ease-in-out;
}

.communication .right-box .box .img {
    overflow: hidden;
}

.communication .right-box .box:hover .img img {
    transform: scale(1.1);
}

.communication .right-box .box .text .title {
    font-size: 18px;
    color: #333333;
}

.communication .right-box .box:hover .text .title {
    font-weight: bold;
    color: #BB3C3C;
}

.communication .right-box .box .text .disc {
    font-size: 14px;
    line-height: 30px;
    height: 60px;
    color: #999999;
    margin-top: 15px;
}

.communication .right-box .box:hover .text .disc {
    color: #666666;
}

.communication .right-box .box .date {
    width: 115px;
    text-align: center;
    position: relative;
}

.communication .right-box .box .date img {
    width: 20%;
    position: absolute;
    right: 30px;
    margin-top: 10px;
}

.communication .right-box .box .text {
    flex: 1;
}



.fsdd {
    background: url(../img/fsdd-bg.png) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.fsdd .container {
    display: flex;
}

.fsdd .box {
    width: calc(100% / 3);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.fsdd .box:nth-child(2) {
    flex-direction: column-reverse;
}

.fsdd .box .top .fyimg img {
    width: 466px;
    height: 327px;
}

.fsdd .box .theme1 {
    padding: 100px 0 90px 0;
}

.fsdd .box .theme1 .left a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fsdd .box .theme1 .left .title img {
    width: 180px;
    margin: 0 10px;
}

.fsdd .box .theme1 .right .show {
    font-size: 14px;
    color: #951514;
}

.fsdd .box .theme1 .left img {
    width: 25%;
}

.fsdd .box .theme1 .right a {
    display: flex;
    justify-content: center;
    margin-top: 55px;
}

.fsdd .box .theme1 .right img {
    width: 10%;
}

.fsdd .bottom {
    height: 205px;
    padding: 70px 35px 50px 35px;
    background: rgba(135, 76, 45, 0.49);
    backdrop-filter: blur(10px);
    position: relative;
}

.fsdd .box:last-of-type .bottom {
    background: rgba(123, 52, 44, 0.49);
    height: 207px;
}

.fsdd .box:nth-child(2) .bottom {
    background: rgba(146, 53, 43, 0.69);
    height: 207px;
}

.fsdd .bottom .title {
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}

.fsdd .bottom:hover .title {
    font-weight: bold;
}

.fsdd .bottom .disc {
    font-size: 14px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.77);
    margin-top: 15px;
}

.fsdd .bottom .liaojie {
    font-size: 14px;
    line-height: 28px;
    color: #FFFFFF;
    margin-top: 45px;
}

.fsdd .bottom .liaojie img {
    width: 5%;
}

.fsdd .bottom .time {
    width: 110px;
    height: 30px;
    background: #951514;
    position: absolute;
    left: 0;
    top: 0;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}

/* 科学研究 */
.kxyj {
    background: url(../img/kxyj-bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.kxyjlist {
    position: relative;
    overflow: hidden;
}

.kxyjlist .swiper-container {
    width: 90%;
    padding: 40px 0 70px 0;
    box-sizing: border-box;
}

/* .kxyjlist .swiper-wrapper {
    left: 0;
} */

.kxyjlist .swiper-slide {
    width: calc((100% - 304px) / 3) !important;
    background: #FFDECE;
    margin-left: 90px;
    position: relative;
}

.kxyjlist .swiper-slide:hover {
    background: linear-gradient(180deg, #FFC6AC 0%, #EDB195 99%);
}

.kxyjlist .swiper-slide::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #F6E0DF;
    position: absolute;
    top: -40px;
    left: -40px;
    z-index: -1;
}

.kxyjlist .swiper-slide:hover::before {
    background: #F7D7D2;
}

.kxyjlist .swiper-slide::after {
    content: '';
    width: 100%;
    height: 111%;
    background: url(../img/kxyj-after-opacity.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 20px;
    right: -25px;
    z-index: -1;
}

.kxyjlist .swiper-slide:hover::after {
    background: url(../img/kxyj-after.png) no-repeat center;
    background-size: 100% 100%;
}

.kxyjlist .swiper-slide img {
    width: 100%;
    height: 180px;
    transition: transform .5s ease-in-out;
}

.kxyjlist .swiper-slide .img {
    overflow: hidden;
}

.kxyjlist .swiper-slide:hover img {
    transform: scale(1.1);
}

.kxyjlist .swiper-slide .drivder {
    margin: 25px 25px 0 25px;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 13px;
}

.kxyjlist .swiper-slide .title {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    color: #333333;
    box-sizing: border-box;
}

.kxyjlist .swiper-slide:hover .title {
    font-weight: bold;
    color: #951514;
}

.kxyjlist .swiper-slide:hover .time {
    color: #951514;
}

.kxyjlist .swiper-slide .time {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 19px 25px 30px 25px;
    box-sizing: border-box;
    color: #9F9F9F;
}

.kxyjlist .swiper-prev,
.kxyjlist .swiper-next {
    width: 50px;
    height: 50px;
    z-index: 99;
}

.kxyjlist .swiper-prev img,
.kxyjlist .swiper-next img {
    width: 50%;
}

.kxyjlist .swiper-prev:hover img,
.kxyjlist .swiper-next:hover img {
    display: none;
}

.kxyjlist .swiper-prev:hover {
    background: url(../img/kxyj-left-red.png) no-repeat left;
    background-size: 50% 100%;
}

.kxyjlist .swiper-next:hover {
    background: url(../img/kxyj-right-red.png) no-repeat left;
    background-size: 50% 100%;
}


.kxyjlist .swiper-prev {
    position: absolute;
    left: 0;
    top: 34%;
    transform: translateY(-50%);
}

.kxyjlist .swiper-next {
    position: absolute;
    right: 0;
    top: 34%;
    transform: translateY(-50%);
}

.kxyjlist .swiper-paginationkx {
    text-align: center;
    padding-bottom: 80px;
    margin-top: 20px;
}

.kxyjlist .swiper-paginationkx .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(187, 60, 60, 0.37);
    margin-left: 15px;
}

.kxyjlist .swiper-paginationkx .swiper-pagination-bullet-active {
    background: #BB3C3C;
}

.kcjs {
    background: url(../img/kcjs-bg.png) no-repeat center;
    background-size: cover;
    padding-bottom: 80px;
    overflow: hidden;
}

.kcjsbox {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 40px;
    background: url(../img/kcjsbox.png) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.kcjsbox .left {
    width: 31%;
    border: 1px solid;
    box-sizing: border-box;
    padding: 0 30px;
    border-image: linear-gradient(180deg, rgba(187, 60, 60, 0.12) 0%, #BB3C3C 100%) 1;
    background: linear-gradient(180deg, rgba(243, 178, 165, 0.34) 37%, rgba(255, 220, 193, 0) 100%);
}

.kcjsbox .left .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    padding: 26px 0;
    border-bottom: 1px dashed rgba(187, 60, 60, 0.5);
}
.kcjsbox .left:hover .title{
    color: #BB3C3C;
}
.kcjsbox .left .disc {
    font-size: 14px;
    line-height: 25px;
    color: #666666;
    padding: 25px 0;
}

.kcjsbox .left .time {
    font-size: 14px;
    line-height: 25px;
    color: #BB3C3C;
    padding: 10px 0 40px 0;
}

.kcjsbox .right {
    flex: 1;
    width: 69%;
    box-sizing: border-box;
    padding-left: 80px;
}

.kcjslist {
    width: 100%;
    position: relative;
}

.kcjslist .btnimg {
    position: relative;
}

.kcjslist .swiper-prevkc {
    position: absolute;
    right: 300px;
    top: -80px;
    z-index: 99;
}

.kcjslist .swiper-prevkc:hover img,
.kcjslist .swiper-nextkc:hover img {
    display: none;
}

.kcjslist .swiper-prevkc:hover {
    width: 30px;
    height: 40px;
    background: url(../img/kcjs-arrow-left-red.png) no-repeat;
    background-size: cover;
}

.kcjslist .swiper-nextkc:hover {
    width: 30px;
    height: 40px;
    background: url(../img/kcjs-arrow-right-red.png) no-repeat;
    background-size: cover;
}

.kcjslist .swiper-nextkc {
    position: absolute;
    right: 100px;
    top: -80px;
    z-index: 99;
}

.kcjslist .swiper-prevkc img,
.kcjslist .swiper-nextkc img {
    width: 30px;
    height: 40px;
}

.kcjslist .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background: rgba(187, 60, 60, 0.37);
}

.kcjslist .swiper-pagination-bullet-active {
    background: #BB3C3C;
}

.kcjslist .swiper-slide .slide-box a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.kcjslist .swiper-slide .timer {
    width: 100px;
    height: 100px;
    background: url(../img/kcjs-time.png) no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.kcjslist .swiper-slide .timer .day {
    font-size: 20px;
    font-weight: bold;
    line-height: 15px;
    color: #FFFFFF;
    text-align: center;
}

.kcjslist .timer .year {
    font-size: 12px;
    line-height: 30px;
    color: #FFFFFF;
    letter-spacing: -0.04em;
    text-align: center;
}

.kcjslist .swiper-paginationkc {
    width: 25%;
    text-align: center;
    position: absolute;
    right: 100px;
    bottom: 50px;
    z-index: 99;
}



.kcjslist .swiper-slide {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    opacity: 0 !important;
    transition: opacity 1000ms ease;
}

.kcjslist .swiper-slide-active {
    opacity: 1 !important;
}

.kcjslist .slide-box {
    width: 45%;
    margin-bottom: 20px;
    margin-right: 40px;
}

.kcjslist .slide-box:last-of-type {
    margin-bottom: 0;
}

.kcjslist .slide-box:nth-child(2n) {
    margin-right: 0;
    margin-left: 20px;
}

.kcjslist .slide-box .text {
    flex: 1;
}

.kcjslist .swiper-slide .title {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.kcjslist .swiper-slide .slide-box:hover .title {
    color: #BB3C3C;
}

.kcjslist .swiper-slide .disc {
    font-size: 14px;
    line-height: 25px;
    color: #999999;
    margin-top: 5px;
}

/* 社团建设 */
.stjs {
    background: url(../img/stjs-bg.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 80px;
    overflow: hidden;
}

.them {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.theme2 {
    width: 92%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 0 40px 0;
}

.theme2 .left a {
    display: flex;
    align-items: center;
}

.theme2 .left img {
    width: 25%;
}

.theme2 .right a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.theme2 .right a .show {
    font-size: 14px;
    color: #951514;
}

.theme2 .left a .title img {
    width: 180px;
    margin: 0 10px;
}

.theme2 .right img {
    width: 30%;
}

.stjs .content {
    display: flex;
    justify-content: space-between;
}

.stjs .content .box {
    padding: 25px 25px 20px 25px;
    width: calc((100% - 90px) / 4);
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #E4E4E4;
}

.stjs .content .box .time {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.stjs .content .box:hover .time .day,
.stjs .content .box:hover .time .year {
    color: #BB3C3C;
}

.stjs .content .box:hover .time .day {
    font-weight: bold;
}

.stjs .box .time .day {
    font-size: 30px;
    color: #C2C2C2;
}

.stjs .box .time .year {
    font-size: 18px;
    color: #C2C2C2;
    margin-left: 10px;
}

.stjs .box .img img {
    width: 280px;
    height: 156px;
    transition: transform .5s ease-in-out;
}

.stjs .box .img {
    overflow: hidden;
}

.stjs .box .img:hover img {
    transform: scale(1.1);
}

.stjs .box .title {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin-top: 25px;
}

.stjs .box:hover .title {
    color: #BB3C3C;
}

.stjs .box:hover {
    border-bottom: 3px solid #BB3C3C;
}

.stjs .box .disc {
    font-size: 14px;
    line-height: 30px;
    color: #9E9E9E;
    margin-top: 5px;
}

.stjs .box:hover .disc {
    color: #666666;
}

.stjs .box .showDetail .img {
    width: 100%;
    height: 50px;
    margin-top: 30px;
}

.stjs .box:hover .showDetail .img {
    display: none;
}

.stjs .box .showDetail img {
    width: 10%;
    height: 30%;
}

.stjs .box .showDetail .dtl {
    display: none;
}

.stjs .box:hover .showDetail {
    width: 85px;
    height: 30px;
    background: #BB3C3C;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.stjs .box:hover .showDetail .dtl {
    display: inline-block;
    color: #FFFFFF;
    text-align: center;
}

.jdjslist {
    position: relative;
    padding-bottom: 150px;
}

.jdjslist .swiper-container {
    padding-bottom: 30px;
}

.jdjslist .swiper-slide {
    position: relative;
    width: 55.3%;
}

.jdjslist .swiper-slide a {
    width: 100%;
}

.jdjslist .swiper-slide-active::before {
    content: '';
    width: 100px;
    height: 100px;
    background: #DEB877;
    position: absolute;
    left: -15px;
    bottom: -20px;
    z-index: -1;
}

.jdjslist .swiper-slide .yinying {
    width: 100%;
    height: 170px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
    position: absolute;
    bottom: 0;
}

.jdjslist .swiper-slide .title {
    font-size: 20px;
    line-height: 35px;
    color: #FFFFFF;
    position: absolute;
    bottom: 25px;
    left: 50px;
}

.jdjslist .swiper-slide-active .searchbtn {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #DEB877;
}

.jdjslist .swiper-slide .searchbtn img {
    width: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.jdjslist .swiper-slide-prev,
.jdjslist .swiper-slide-next {
    /* 缩小0.9 */
    transform: scale(0.9);
}

.jdjslist .swiper-slide .img {
    width: 100%;
}

.jdjslist .swiper-slide .img img {
    width: 100%;
    aspect-ratio: 16/9;
    transition: transform .5s ease-in-out;
}

.jdjslist .swiper-slide .img {
    overflow: hidden;
}

.jdjslist .swiper-slide .img:hover img {
    transform: scale(1.1);
}

.jdjslist .swiper-prevjd,
.jdjslist .swiper-nextjd {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
    background: #FFFFFF;
}

.jdjslist .swiper-prevjd {
    position: absolute;
    left: 16.8%;
    top: 37.5%;
}

.jdjslist .swiper-nextjd {
    position: absolute;
    right: 16.5%;
    top: 37.5%;
}

.jdjslist .swiper-prevjd img {
    position: absolute;
    left: 30%;
    top: 30%;
}

.jdjslist .swiper-nextjd img {
    position: absolute;
    left: 40%;
    top: 30%;
}

/* 页脚 */
.jdjs-footer {
    background: url(../img/jdjs-footer.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

footer {
    height: 290px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    position: relative;
    position: relative;
}

footer .text {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 35px;
}

footer .text .address-email {
    display: flex;
    justify-content: center;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    color: #9C6A13;
}

footer .text .banq {
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    color: #9C6A13;
}

footer .text .banq a {
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    color: #9C6A13;
}

.nydt {
    margin-top: 25px;
}

.nydt img {
    width: 100%;
}

.head-bg {
    background: linear-gradient(180deg, #FAEDEA 78%, rgba(242, 243, 240, 0) 100%);
}

header .column {
    width: 240px;
    height: 80px;
    background: #BB3C3C;
    font-size: 32px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    color: #FFFFFF;
}

header .column a {
    color: #FFFFFF;
}

.foot {
    background: url(../img/foot-bg.png) no-repeat;
    background-size: cover;
}

.column-crumb .container {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid rgba(94, 60, 15, 0.3);
}

.column ul {
    display: flex;
    align-items: center;
}

.column ul li {
    margin-right: 60px;
}

.column ul li a {
    font-size: 20px;
    font-weight: bold;
    color: #2E2E2E;
}

.column ul li:hover a,
.column ul li.on a {
    color: #BB3C3C;
}


.crumb .path {
    display: flex;
}

.crumb .path span {
    color: #666666;
}

.crumb .path img {
    width: 12px;
    height: 18px;
    margin-right: 3px;
}

.crumb .path a:last-of-type {
    color: #BB3C3C;
}

.crumb .path span:last-of-type {
    display: none;
}

.crumb .path a {
    font-size: 14px;
    color: #666666;
    margin: 0 5px;
}

.crumb .path a.on {
    color: #BB3C3C
}

.context {
    width: 100%;
}


.context .box {
    width: calc((100% - 150px) / 2);
    padding: 30px 30px;
    margin-top: 40px;
    background: url(../img/list-bg.png) no-repeat center;
}

.context .box a {
    display: flex;
    align-items: center;
    background-size: cover;
}

.context .box:hover {
    background: url(../img/list-hover-bg.png) no-repeat center;
    background-size: cover;
}

.context .box .title {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.context .box:hover .title {
    color: #BB3C3C;
}

.context .box .disc {
    font-size: 14px;
    margin-top: 5px;
    line-height: 25px;
    color: #999999;
}

.context .box:hover .disc {
    color: #666666;
}

.context .box .time {
    width: 75px;
    height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../img/list-time.png) no-repeat center;
    background-size: cover;
}

.context .box .time .day {
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: -0.04em;
    color: #955B1C;
}

.context .box:hover .time .day {
    color: #FFFFFF;
}

.context .box .time .year {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.04em;
    color: #955B1C;
}

.context .box:hover .time .year {
    color: #FFFFFF;
}

.context .box:hover .time {
    background: url(../img/list-time-red.png) no-repeat center;
    background-size: cover;
}

.context .box .text {
    flex: 1;
    margin-left: 20px;
}

.list-page {
    width: 100%;
    text-align: center;
    margin: 40px 0 10px 0;
}

.context .picContent {
    margin-top: 40px;
}

.context .picbox {
    width: 100%;
    padding: 30px;
    background: url(../img/piccontent.png) no-repeat center;
    background-size: cover;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.context .picbox a {
    display: flex;
    align-items: center;
}

.context .picbox:hover {
    background: url(../img/piccontent-hover.png) no-repeat;
    background-size: cover;
}

.context .picbox .text {
    flex: 1;
}

.context .picbox .text .title {
    font-size: 18px;
    color: #333333;
}

.context .picbox:hover .text .title {
    color: #BB3C3C;
}

.context .picbox .text .disc {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    margin-top: 5px;
}

.context .picbox:hover .text .disc {
    color: #666666;
}

.context .text .showDetail {
    width: 85px;
    height: 30px;
    background: #BB3C3C;
    color: #FFFFFF;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.context .picbox .date {
    position: relative;
}

.context .picbox .date .time {
    width: 135px;
    font-size: 20px;
    color: #BB3C3C;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.context .picbox .date img {
    width: 18%;
    height: 33%;
    position: absolute;
    right: 40px;
    margin-top: 10px;
}

.conbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.context .picbox .img img {
    width: 275px;
    height: 153px;
}

/* picture页面 */
.context .picture {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.picture .imgbox {
    width: calc((100% - 300px) / 3);
    background: #FFDECE;
    position: relative;
    margin-left: 120px;
    margin-bottom: 70px;
    margin-top: 80px;
}

.picture .imgbox:nth-child(3n+1) {
    margin-left: 40px;
}


.picture .imgbox:hover {
    background: linear-gradient(180deg, #FFC6AC 0%, #EDB195 99%);
}

.picture .imgbox::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -40px;
    left: -40px;
    background: #F6E0DF;
    z-index: -1;
}

.picture .imgbox::after {
    content: '';
    width: 100%;
    height: 112%;
    position: absolute;
    top: 20px;
    left: 25px;
    background: url(../img/kxyj-after-opacity.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.picture .imgbox:hover::after {
    background: url(../img/kxyj-after.png) no-repeat;
    background-size: 100% 100%;
}

.picture .imgbox img {
    width: 366px;
    height: 200px;
}

.picture .imgbox .title {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    padding: 25px 25px 23px 25px;
    position: relative;
}

.picture .imgbox .title .drivder {
    width: 310px;
    height: 0;
    border-bottom: 1px solid #FFFFFF;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
}

.picture .imgbox:hover .title {
    color: #951514;
    font-weight: bold;
}

.picture .imgbox:hover .time {
    color: #951514;
}

.picture .imgbox .time {
    font-size: 14px;
    color: #9F9F9F;
    padding: 25px 0 30px 0;
    text-align: right;
    margin: 0 25px;
    box-sizing: border-box;
}

/* 详情页 */
.detail_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.detail {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 150px 50px;
    background: #fff;
    border: 1px solid #D4D4D4;
    margin-top: 40px;
}

.detail .title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #2C2C2C;
}

.detail .timer {
    width: 100%;
    border-bottom: 1px solid rgba(216, 216, 216, .5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0 10px 0;
}

.detail .timer .left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #9C9C9C;
}

.detail .timer .left>div {
    margin-right: 20px;
}

.detail .dtl {
    box-sizing: border-box;
    padding: 25px 0;
}

.danye .dtl {
    padding: 0;
}


.detail .dtl p,
.detail .dtl p span {
    font-size: 18px !important;
    line-height: 40px !important;
    color: #1B1B1B;
    text-align: justify;
}

.detail .dtl.big p,
.detail .dtl.big p span {
    font-size: 22px !important;
    line-height: 50px !important;
}

.detail .dtl.large p,
.detail .dtl.large p span {
    font-size: 30px !important;
    line-height: 60px !important;
}

.detail .dtl img,
.detail .dtl video {
    max-width: 100% !important;
    height: auto;
}

.detail-page {
    width: 100%;
}

.detail-page .detailbox {
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    padding: 0 16px;
    display: flex;
    align-items: center;
    position: relative;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}

.detail-page .detailbox.detailbox:last-of-type {
    border-top: 0;
}

.detail-page .detailbox:hover {
    border-bottom: 1px solid #BB3C3C;
}

.detail-page .detailbox a {
    color: #9E9E9E;
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}


.detail-page .detailbox:hover a {
    color: #BB3C3C;
}

.share {
    zoom: 1;
}

.share:after {
    content: "";
    display: block;
    clear: both;
}

.share a {
    float: left;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-left: 13px;
    cursor: pointer;
    display: block;
}

.share a i {
    display: block;
    width: 26px;
    height: 26px;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    transition: .4s all;
}

.share a:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.share #share-icon {
    width: 26px;
    height: 26px;
    float: left;
    display: none;
}

.share #share-icon img {
    width: 100%;
    height: 100%;
}

.share .share-qqzone {
    background: none
}

.share .share-qqzone i {
    background: url("../img/shareqqzone.png") center center no-repeat;
    background-size: 80%;
}

.share .share-qqzone:hover {
    background-color: none;
}

.share .share-wechat {
    position: relative;
    background-color: none;
}

.share .share-wechat i {
    background: url("../img/sharewechat.png") center center no-repeat;
    background-size: 80%;
}

.share .share-wechat:hover {
    background-color: none;
}

.share .share-weibo {
    background: none;
}

.share .share-weibo i {
    background: url("../img/shareweibo.png") center center no-repeat;
    background-size: 80%;
}

.share .share-weibo:hover {
    background-color: none;
}

.share .bg-code {
    left: -36px;
    z-index: 10;
}

.share .qrcode {
    position: absolute;
    top: 36px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    display: none;
    width: 100px;
    left: -130%;
    z-index: 11;
    text-align: center;
}

.share .close-btn {
    position: absolute;
    background: #fff;
    color: #000;
    font-size: 12px;
    z-index: 12;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    right: -39px;
    top: 50px;
    display: none;
    cursor: pointer;
}

.detail .timer .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 41%;
}

.fenxiang {
    display: flex;
    align-items: center;
    color: #9C9C9C;
    margin-left: 30px;
}

/* 师资页面 */
.tea {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
}

.tea .teabox {
    width: calc((100% - 415px) / 4);
    background: #F7F7F7;
    padding: 35px 35px 80px;
    position: relative;
    margin-bottom: 40px;
    margin-left: 45px;
}

.tea .teabox:nth-child(4n+1) {
    margin-left: 0;
}

.tea .teabox:hover {
    background: url(../img/teabox-bg.png) no-repeat;
}

.tea .teabox .img {
    width: 245px;
    height: 370px;
}

.tea .teabox .img img {
    width: 100%;
    height: 370px;
}

.tea .teabox .name {
    width: 170px;
    height: 60px;
    background: #FFFFFF;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #272727;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.tea .teabox:hover .name {
    background: #BB3C3C;
    color: #FFFFFF;
}

.pb_sys_common .p_fun_d,
.pb_sys_common .p_no_d,
.pb_sys_common .p_no a {
    margin-right: 10px !important;
}

.pb_sys_style1 .p_no_d {
    margin-right: 10px !important;
    background: #BB3C3C !important;
    color: #FFFFFF;
    border: 1px solid #BB3C3C !important;
}


/* 搜索结果页 */
#newskeycode244803 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #aaa;
    font-size: 14pt;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
    background-repeat: no-repeat;
    padding-top: 3px;
    border: 1px solid #D3D3D3;
    outline-color: #3d5adb;
    margin-bottom: 30px;
}

.textlist .box .title {
    font-size: 18px;
    color: #3D3D3D;
    line-height: 25px;
    height: 25px;
    text-align: left;
}

.textlist .box {
    width: 100%;
    height: 136px;
    border-radius: 5px 10px 10px 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 0 30px;
}

.textlist .box a {
    height: 100%;
    display: flex;
    align-items: center;
}

.textlist .box .dete {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #2E5EC1;
    margin-right: 30px;
}

.textlist .box .tt {
    flex: 1;
}

.textlist .box .d {
    font-size: 24px;
    font-weight: bold;
}

.textlist .box .y {
    font-size: 16px;
    margin-top: 5px;
}

.textlist .box .title {
    font-size: 18px;
    color: #3D3D3D;
    line-height: 25px;
    height: 25px;
}

.textlist .box .title span {
    font-size: 18px;
    color: #dd4b39;
}

.textlist .box .desc {
    color: #999999;
    line-height: 25px;
    height: 50px;
    margin-top: 7px;
}

.textlist .box .dete2 {
    color: #999999;
    margin-top: 7px;
}

.textlist .box:hover .dete2 {
    color: rgba(255, 255, 255, 0.7);
}

.content3 .content-bg {
    width: 100%;
}

.nav .nav_li6 .sub {
    width: 155px;
}

.nav .nav_li7 .sub {
    width: 155px;
}

.nav .nav_li8 .sub {
    width: 155px;
}

.column-crumb1 .container {
    display: flex;
    justify-content: flex-end;
    padding: 50px 0 20px 0;
    border-bottom: 1px solid rgba(94, 60, 15, 0.3);
}

.pb_sys_common .p_fun_d {
    margin-left: 15px;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

input[type="search"]::-ms-clear {
    display: none;
}

@media screen and (max-width: 1920px) {
    .theme2 {
        width: 80%;
    }
}
@media screen and (max-width: 1366px){
    .container{
        width: 80%;
    }
    .logo h1 img{
        width: 100%;
    }
    .navigation ul .nli{
        padding: 25px 30px;
    }
    .fsdd .box .top .fyimg img{
        width: 100%;
    }
    .jdjslist .swiper-slide .yinying{
        height: 100px;
    }
    .search::after{
        left: 145px;
    }
    .kcjslist .swiper-prevkc{
        right: 230px;
    }
    .kcjslist .swiper-nextkc{
        right: 50px;
    }
    .kcjslist .swiper-paginationkc{
        right: 70px;
    }
    .fsdd .bottom{
        padding: 35px 35px 0 35px;
    }
    .fsdd .box .top .fyimg img{
        height: 242px;
    }
    .fsdd .box .theme1{
        padding: 62px 0 62px 0;
    }
    .fsdd .bottom .liaojie{
        margin-top: 15px;
    }
}