body {
    background: url(../images/bodybg.png) no-repeat;
    background-position: center 100px;
}

.banner {
    height: 500px;
    position: relative;
}

.banner .swiper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.banner .swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.banner .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper-pagination {
    width: fit-content;
    right: 5%;
    left: auto;
    bottom: 40px;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: 1;
    margin: 0 10px;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #AE0C2A;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #fff;
}


/* 主体内容 */

.part-list {
    padding: 50px 0;
    width: 100%;
}

.part-list .center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.part-list+.part-list {
    padding-top: 0;
}

.indexTit {
    width: 100%;
    display: flex;
    align-items: center;
}

.indexTit h1 {
    font-family: Source Han Serif CN, Source Han Serif CN;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    flex-shrink: 0;
}

.indexTit a {
    font-size: 14px;
    color: #666666;
    margin-left: 15px;
    flex: 1;
    padding-left: 18px;
    background: url(../images/icon-more.png) no-repeat left center;
}

.indexTit a {
    border-bottom: 1px solid #CDCDCD;
}

.indexTit a:hover {
    color: #AE0C2A;
}

.jddtBox {
    width: 57%;
}

.jddt-list {
    width: 100%;
}

.jddt-list .first {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.jddt-list .first>a {
    width: 338px;
    height: 220px;
    flex-shrink: 0;
    overflow: hidden;
}

.jddt-list .first>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.jddt-list .first .first-txt {
    flex: 1;
    overflow: hidden;
    margin-left: 25px;
}

.jddt-list .first .first-txt>a {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.jddt-list .first .first-txt span {
    font-size: 14px;
    color: #666666;
    background: url(../images/icon-time.png) no-repeat left center;
    padding-left: 20px;
    margin: 8px 0;
    display: block;
}

.jddt-list .first .first-txt p {
    font-size: 14px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.jddt-list .first:hover .first-txt>a {
    color: #AE0C2A;
}

.jddt-list .first:hover>a img {
    transform: scale(1.1);
}

.jddt-list ul li,
.notice-list ul li {
    width: 100%;
}

.jddt-list ul li a,
.notice-list ul li a {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.jddt-list ul li a span,
.notice-list ul li a span {
    font-size: 14px;
    color: #666666;
    padding-left: 24px;
    background: url(../images/icon-triangle.png) no-repeat left center;
    flex-shrink: 0;
    margin-right: 20px;
}

.jddt-list ul li a p,
.notice-list ul li a p {
    font-size: 14px;
    color: #333333;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jddt-list ul li a:hover p,
.notice-list ul li a:hover p,
.jddt-list ul li a:hover span,
.notice-list ul li a:hover span {
    color: #AE0C2A;
}

.noticeBox {
    width: 37%;
}

.notice-list .first {
    width: 100%;
    border-bottom: 1px solid #E9E9E9;
    padding: 20px 0;
}

.notice-list .first a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.notice-list .first a .time {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 14px;
}

.notice-list .first a .time b {
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

.notice-list .first a .time span {
    font-size: 14px;
    color: #666666;
}

.notice-list .first a h6 {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-left: 14px;
    border-left: 1px solid #D3D3D3;
}

.notice-list .first a:hover h6,
.notice-list .first:hover a .time b {
    color: #AE0C2A;
}

.notice-list .first p {
    font-size: 14px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.reportBox,
.researchBox {
    width: 48.7%;
}

.report-list,
.research-list {
    width: 100%;
    margin-top: 30px;
}

.report-item {
    width: 100%;
    background: #F5F5F5;
    padding: 16px;
    display: flex;
    align-items: center;
    border: 1px solid #F5F5F5;
    border-radius: 6px;
    overflow: hidden;
    transition: 0.3s;
}

.report-item+.report-item {
    margin-top: 20px;
}

.report-item>a {
    width: 154px;
    height: 192px;
    display: block;
    flex-shrink: 0;
    margin-right: 50px;
    overflow: hidden;
}

.report-item>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.report-txt a.h6 {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 24px;
    background: url(../images/icon-lable.png) no-repeat left 5px;
    margin-left: -24px;
}

.report-txt span {
    font-size: 14px;
    color: #666666;
    padding-left: 20px;
    background: url(../images/icon-time.png) no-repeat left center;
    display: block;
    margin: 8px 0;
}

.report-txt p {
    font-size: 14px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.report-item:hover {
    border-color: #AE0C2A;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}

.report-item:hover a img {
    transform: scale(1.1);
}

.report-item:hover a.h6 {
    color: #AE0C2A;
}

.research-item {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    background: #F5F5F5;
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 144px;
    position: relative;
}

.research-item+.research-item {
    margin-top: 20px;
}

.research-item::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
    width: 9px;
    height: 26px;
    background: #AE0C2A;
    border-radius: 0px 6px 6px 0px;
}

.research-item h6 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.research-item h6 p {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.research-item h6 span {
    font-weight: 400;
    font-size: 14px;
    color: #AE0C2A;
    flex-shrink: 0;
    margin-left: 30px;
    width: 96px;
    height: 30px;
    background: #FFC8D2;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.research-item p {
    font-size: 14px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.research-item:hover {
    background: #AE0C2A;
}

.research-item:hover::before {
    background: #fff;
}

.research-item:hover h6 p {
    color: #fff;
}

.research-item:hover h6 span {
    background: #fff;
}

.research-item:hover p {
    color: #fff;
}

.part-book {
    width: 100%;
    background: url(../images/bookpart-bg.png) no-repeat top center/cover;
    padding: 120px 0 60px 0;
}

.tabBox,
.tabCon {
    width: 100%;
    overflow: hidden;
}

.tabLi {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 12px 28px;
    display: flex;
    justify-content: space-between;
}

.tabLi li {
    width: 164px;
    height: 56px;
    background: #fff;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 22px;
    color: #333333;
}

.tabLi li.active,
.tabLi li:hover {
    border-color: #AE0C2A;
    background: #FFF0F0;
}

.bookBox h2 {
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    margin: 60px 0;
    /* margin-bottom: 70px; */
}

.bookBox h2::before {
    content: "";
    width: 19px;
    height: 7px;
    background: #FFFFFF;
    margin-right: 15px;
}

.bookList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 70px 30px;
    max-height: 880px;
    overflow-y: auto;
    padding-top: 40px;
    padding-right: 10px;
}
 .bookList::-webkit-scrollbar-track {
    background: #AE0C2A;
}

 .bookList::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 6px;
}
.bookList a {
    width: calc(25% - 23px);
    display: block;
    padding: 0 24px;
    background: linear-gradient( 180deg, #FFDBDB 0%, #FFFFFF 52%);
    border-radius: 10px;
    min-height: 382px;
}

.bookList a i {
    width: 221px;
    height: 290px;
    position: relative;
    display: block;
    top: -35px;
    background: url(../images/book-bg.png) no-repeat center/cover;
    padding: 7px 4px 8px 13px;
}

.bookList a i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bookList a .bookTxt {
    width: 100%;
    padding: 6px 0 14px 0;
    margin-top: -35px;
}

.bookList a .bookTxt h6 {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 8px;
}

.bookList a .bookTxt p {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.tabContent {
    display: none;
}

.enter {
    width: fit-content;
    height: fit-content;
    background: url(../images/zyk-bg.png) no-repeat center/cover;
    border-radius: 10px 0 0 10px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 100;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
    box-shadow: 0px 0px 10px rgba(192, 0, 0, 0);
    gap: 20px;
}

.enter .txt h2 {
    font-family: Source Han Serif CN, Source Han Serif CN;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    padding-left: 50px;
    background: url(../images/icon-book.png) no-repeat left center/contain;
}

.enter .txt p {
    font-size: 16px;
    color: #FFFFFF;
}

.enter .icon {
    width: 23px;
    height: 10px;
    background: url(../images/icon-arrow.png) no-repeat center/contain;
}

.enter:hover {
    box-shadow: 0px 0px 10px rgba(192, 0, 0, 0.5);
    transition: 0.3s;
}