@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    font-size: 14px;
    color: #000;
    min-width: 1200px;
}

img {
    border: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #000;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clr {
    clear: both;
}

.fade {
    display: none;
}

.vc {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.noClick {
    pointer-events: none;
}

.clearfix {
    display: block;
    zoom: 1;
}

.biaoti:hover {
    color: #931212;
}
.container {
    width: 1400px;
    margin: 0 auto;
    padding: 0 10px;
}


/* 主头部 */
.main-header {
    background: #931212;
    width: 100%;
   min-width: 1400px;
}

.main-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 106px;
}

.logo-section {
    display: flex;
    align-items: center;
}

.logo {
    width: 503px;
}
.logo img{
    width: 100%;
}

.top-right{
    width: 550px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.top-right-1{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -2px;
    margin-bottom: 20px;
}
.top-right-1 a{
    color: white;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.top-right-1 a{
    padding-left: 20px;
}
.top-right-1 a img{
    margin-top: 1px;
    margin-right: 3px;
}
.search {
    width: 212px;
    height: 28px;
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    line-height: 28px;
    overflow: hidden;
}

.search .search-box {
    width: 172px;
    height: 28px;
    border: none;
    border-radius: 5px;
    text-indent: 16px;
    outline: none;
    background: transparent;
}

.search-icon {
    width: 40px;
    height: 28px;
    cursor: pointer;
}

.search-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
}
.search .search-box::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
.search .search-box:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
}
.search .search-box::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
}
.search .search-box:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}

.top-right-2{
    width: 411px;
    display: flex;
    justify-content: flex-end;
}

.top-right-2 img{
    width: 100%;
}

/* 主导航 */
.main-nav {
    background-color: #8B0000;
    padding: 0;
    position: relative;
min-width: 1400px;
}

.main-nav .container {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.main-nav a {
    color: white;
    text-decoration: none;
    padding: 15px 25px;
    display: block;
    font-size: 16px;
    transition: background-color 0.3s;
}

.main-nav a:hover,
.main-nav a.active {
    background-color: #A52A2A;
}

/* 确保所有nav-item内的链接样式一致 */
.nav-item a {
    color: white;
    text-decoration: none;
    padding: 15px 25px;
    display: block;
    font-size: 16px;
    transition: background-color 0.3s;
}

.nav-item a:hover,
.nav-item a.active {
    background-color: #A52A2A;
}

/* 下拉菜单样式 */
.nav-item {
    position: relative;
}

.dropdown {
    position: relative;
}

.dropdown-toggle {
    cursor: pointer;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    border: 1px solid #8B0000;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    display: none;
    z-index: 1000;
    min-width: 200px;
    padding: 10px 0;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-column {
    padding: 0;
}

.dropdown-column a {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.3s;
}

.dropdown-column a:hover {
    background-color: #f5f5f5;
    color: #8B0000;
}

/* 下拉菜单箭头 */
.dropdown-toggle::after {
    content: '▼';
    font-size: 12px;
    margin-left: 5px;
    transition: transform 0.3s;
}

.dropdown.active .dropdown-toggle::after {
    transform: rotate(180deg);
}

.banner{
    position: relative;
    height: 540px;
}
.lunbo {
    width: 100%;
    height: 540px;
    min-width: 1400px;
    position: relative;
}

.lunbo img {
    width: 100%;
    height: 540px !important;
    min-width: 1400px !important;
}
.lunbo_nei {
    width: 100%;
    height: 540px;
    min-width: 1400px;
    position: relative;
}

.lunbo .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #931212;
    margin: 0 6px;
    cursor: pointer;
}



/* 主要内容区域 */
.main-content {
    background-color: white;
}

/* 搜索区域 */
.search-section {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 60px 0;
    text-align: center;
    height: 540px;
    display: flex;
    align-items: center;
    z-index: 99;
}

.search-container {
    width: 1220px;
    height: 328px;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.7);
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.search-tabs {
    display: flex;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 4px;
}

.search-tabs .tab {
    padding: 12px 40px;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.search-tabs .tab:hover {
    background-color: #931212;
    color: #fff;
}

.search-tabs .tab.active {
    color: #fff;
    background-color:#931212;
    border-bottom-color: #fff;
    font-weight: 600;
}

.search-form .form-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    gap: 15px;
}

.search-form .form-row1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.form-label {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}

.form-select {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: white;
    font-size: 16px;
    min-width: 140px;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-select:hover {
    border-color: #8B0000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.form-select:focus {
    outline: none;
    border-color: #8B0000;
    box-shadow: 0 0 0 2px rgba(139, 0, 0, 0.2);
}

.search-input {
    width: 554px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
    height: 57px;
}

.search-btn {
    background-color: #8B0000;
    color: white;
    border: none;
    padding: 0 20px;
    height: 57px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    border-radius: 0 4px 4px 0;
}
.search-btn1{
    margin-left: -15px;
}
.search-btn:hover {
    background-color: #A52A2A;
}
.search-btn img{
    width: 15px;
}

.search-options {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.search-options label {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    color: #fff;
}

.search-options input[type="radio"]:checked {
    accent-color: #8B0000;
}

.search-options input[type="radio"]:checked + span {
    color: #fff;
    font-weight: bold;
}

.search-desc {
    color: #fff;
    font-size: 14px;
    text-align: center;

}
.search-desc a{
    color: white;
    text-decoration: underline;
    font-weight: 600;
}
/* 读者服务 */
.reader-services {
    padding: 60px 0 100px;
    background: url("../images/bg1.png") center no-repeat;
    background-size: cover;
    min-width: 1400px;
}

.section-title {

    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    background: url("../images/titbg.png") center bottom no-repeat;
    background-size: 1200px 17px;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 50px;
}



.services-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 15px;
    margin-top: 40px;
}

.service-item {
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s;
    width: 130px;
    height: 130px;
    border: #931212 1px solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
}

.service-item:hover {
    transform: translateY(-5px);
}


.service-item span {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin-top: 10px;
}

/* 数字资源 */
.digital-resources {
    padding: 60px 0 90px;
    background-color: #fff;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}
.section-title2{
    text-align: center;
    font-size: 24px;
    color: #1f1f1f;
    flex: 1;
}

.more-link {
    color: #414141;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
}

.more-link:hover {
    text-decoration: underline;
}

.resource-tabs {
    display: flex;
    margin-bottom: 50px;
    justify-content: center;
}

.resource-tabs .tab {
    padding: 10px 104px;
    background-color: white;
    border: 1px solid #ddd;
    cursor: pointer;
    color: #666;
    font-size: 18px;
}

.resource-tabs .tab.active {
    background-color: #8B0000;
    color: white;
    border-color: #8B0000;
}

.resource-links {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;

}

.resource-link {
    background-color: #f0f0f0;
    padding: 15px;
    text-align: center;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.resource-link:hover {
    background-color: #e0e0e0;
}

/* 新闻公告 */
.news-section {
    padding: 60px 0 80px;
    background-color: #fefbfa;
    min-width: 1400px;
}

.news-content {
    display: flex;
    justify-content: space-between;
}

.news-banner {
    position: relative;
    width: 640px;
    height: 400px;
}


.tzgg-lunbo {
    position: relative;
}

.xydt-info {
    width: 100%;
    height: 400px;

}

.news_imgs {
    position: relative;
    overflow: hidden;
    object-fit: cover;
    width: 100%;
    height: 400px;
}

.news_imgs img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    transition: all 0.4s ease-in-out;
}

.xydt-info:hover .news_imgs img {
    transform: scale(1.1);
}

.news_wz {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: linear-gradient(0deg, #0000006b, transparent);
}




.news_title {
    font-size: 18px;
    color: #fff;
    line-height: 31px;
    padding: 16px 135px 16px 25px;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.xydt-lunbo-page {
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 9;
}

.xydt-lunbo-page > .swiper-pagination1 {
    width: 100% !important;
    position: unset !important;
    display: flex;
    justify-content: flex-end;
    padding-right: 0;
    align-items: center;
}

.xydt-lunbo-page > .swiper-pagination1 > .swiper-pagination-bullet {
    background: #fff;
    opacity: 1 !important;
    width: 12px;
    height: 12px;
    border-radius: 0;
}

.xydt-lunbo-page > .swiper-pagination1 > .swiper-pagination-bullet-active {
    background: #931212;
    opacity: 1 !important;
    color: white !important;
}

.news-list{
    height: 400px;
    overflow: hidden;
    flex: 1;
    margin-left: 32px;
}
.news-list-item{
    display: flex;
    justify-content: space-between;
}
.news-list-item .more-link{
    padding-top: 6px;
}
.news-tabs {
    display: flex;
    margin-bottom: 20px;
}

.news-tabs .tab {
    padding: 0 15px;
    cursor: pointer;
    color: #6b6969;
    border-bottom: 2px solid transparent;
    font-size: 24px;
}
.news-tabs .tab:first-child{
    padding: 0 15px 0 0;
}
.news-tabs .tab.active {
    color: #931212;
}

.news-tabs .tab-separator {
    color: #6b6969;
    font-size: 20px;
    padding: 0 5px;
    display: flex;
    align-items: center;
}

.news-items {
    margin-bottom: 20px;
}

.news-item {
    display: flex;
    align-items: center;
    height: 44px;
    font-size: 18px;
    color: #414141;
}

.news-item img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    flex-shrink: 0;
}

.news-item span:first-of-type {
    flex: 1;
    text-align: left;
    margin-right: 15px;
}

.news-item .date {
    color: #414141;
    font-size: 16px;
    flex-shrink: 0;
}


.main-bottom{
    width: 100%;
    background: url("../images/bannerbg.png") center bottom no-repeat;
    background-size: cover;
    background-position: center calc(100% + 290px);
    padding-bottom: 120px;
    min-width: 1400px;
}
/* 新书通报 */
.new-books {
    padding: 60px 0 80px;
}


.new-books-more{
    position: absolute;
    right: 0;
    top: 3px;
}
.books-carousel {
    position: relative;
    margin-top: 30px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    overflow: hidden;
}

/* 左右箭头按钮 */
.book-left, .book-right {
    width: 40px;
    height: 40px;
    cursor: pointer;
    flex-shrink: 0;
    z-index: 10;
}

.book-left img, .book-right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 轮播图容器 - 走马灯效果 */
.img-lunbo {
    flex: 1;
    margin: 30px 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
    min-width: 0;
}

/* Swiper 容器样式 */
.img-lunbo.swiper {
    width: 100%;
    height: auto;
}

.img-lunbo .swiper-wrapper {
    display: flex;
    align-items: flex-start;
}

/* 每个书籍项目 - 确保完整显示 */
.img-lunbo .swiper-slide {
    flex-shrink: 0;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.img-lunbo .swiper-slide:last-child {
    margin-right: 0;
}

/* 书籍封面 */
.img-lunbo .img-top {
    width: 80%;
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.img-lunbo .img-top:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.img-lunbo .img-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 书籍标题 */
.img-lunbo .img-bottom {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    color: #1f1f1f;
    line-height: 1.4;
    width: 100%;
    word-wrap: break-word;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #8B0000;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    z-index: 2;
}

.carousel-btn.prev {
    left: -20px;
}

.carousel-btn.next {
    right: -20px;
}

.books-container {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 20px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.books-container::-webkit-scrollbar {
    display: none;
}

.book-item {
    flex: 0 0 150px;
    text-align: center;
}

.book-item img {
    width: 120px;
    height: 160px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 10px;
}

.book-item span {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}

/* 常用系统 */
.common-systems {
    padding: 0;
}
.section-title4{
    font-size: 24px;
    color: #1f1f1f;
    text-align: center;
}
.systems-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.system-item {
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    color: #1f1f1f;
}

.system-item:hover {
    transform: translateY(-5px);
}
.system-item img{
    margin-bottom: 15px;
}


/* 页脚 */
.footer {
    background-color: #454649;
    color: white;
    padding: 40px 0 0;
    min-width: 1400px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}

.footer-left h4 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #ffffff;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 16px;
    color: #ffffff;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.footer-links a:hover {
    color: white;
}
.footer-center{
    margin-right: auto;
    margin-left: 120px;
}
.footer-center p {
    line-height: 1.8;
    font-size: 16px;
    color: #ffffff;
}
.footer-center p  a{
    color: #fff;
}
.qr-section {
    display: flex;
    gap: 30px;
    align-items: center;
}

.wb-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    height: 100%;
    margin-right: 30px;
    margin-top: 20px;
}

.wb-icon {
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.wb-section .qr-code {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.wb-section:hover .qr-code {
    opacity: 1;
    visibility: visible;
}

.qr-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.qr-item span {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.qr-code {
    width: 110px;
    height: 110px;
    background-color: white;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.qr-code img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.bottom{
    width: 100%;
    height: 46px;
    border-top: 1px solid #5f6062;
}

/* 我的图书馆按钮样式 */
.my-library-btn {
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: block;
    margin: 0 auto;
    width: 200px;
}

.my-library-btn:hover {
    background-color: #c82333;
}

.my-library-content {
    text-align: center;
    padding: 40px 20px;
}

.zadl-content {
    text-align: center;
    padding: 40px 20px;
    color: #666;
    font-size: 16px;
}



.main{
    background: #fcfcfc url("../images/news.jpg") no-repeat top;
    background-size: 100% 165px;
    min-height: calc(100vh - 200px);
    padding-bottom: 30px;
    width: 100%;
}
.main-box{
    width: 1200px;
    margin: 0 auto;
    padding-top: 94px;
}
.navi-top{
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.navi-top-left{
    width: 270px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    background-color: #931212;
}
.navi-top-right{
    width: 930px;
    height: 44px;
    color: #fff;
    padding-left: 20px;
    line-height: 44px;
    position: relative;
    background-color: #931212;
    font-size: 14px;
}
.navi-top-right::after {
    position: absolute;
    left: 0;
    bottom: 0;
    border-color: transparent transparent transparent rgba(0,0,0,.8);
    border-style: dashed dashed solid solid;
    border-width: 0 0 44px 15px;
    content: "";
    color: #fff;
    line-height: 44px;
}
.navi-top-right a{
    color: white;
    font-size: 14px;
}

.navi-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #fff;
}
.menu-box1 {
    width: 270px;
    min-height: 300px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px 20px;
    -webkit-box-shadow: 15px 0 20px -15px rgba(0,0,0,.1);
    box-shadow: 15px 0 20px -15px rgba(0,0,0,.1);
}
.menu-box1 .border-b{
    border-bottom: 1px solid #bbc3c5;
}

.menu-box1 .menu-item{
    display: block;
    font-size: 16px;
    line-height: 40px;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    padding-right: 4px;
    margin-left: 0;
}
.menu-box1 .border-b:hover{
    background: #931212;
    color: white;
}
.menu-box1 .border-b:hover a{
    color: white;
}
.content-box{
    width: 930px;
    padding: 20px 75px 55px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.content-item{
    padding: 20px;
    border-bottom: 1px solid #ddd;
}
.content-item .title{
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    color: #000;
    display: flex;
    align-content: center;
    justify-content: space-between;
}
.content-item .time-info{
    color: #8b8b8b;
    font-size: 16px;
}
.content-item .info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: center;
    align-content: center;

}
.content-item .info span{
    color: #8b8b8b;
    margin-left: 20px;
    line-height: 20px;
}
.detail-box{
    padding: 20px 75px 55px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}
.detail-box h1{
    margin: 0 -15px;
    padding: 10px 50px;
    font-size: 20px;
    font-weight: lighter;
    line-height: 30px;
    text-align: center;
    color: black;
    border-bottom: 1px dashed #d7dadb;
}
.detail-box .detail-con{
    margin-top: 20px;
    min-height: 150px;
}
.detail-box .detail-con .rich-title{
    margin-bottom: 20px;
    text-align: center;
    color: #666;
}
.detail-box .detail-con .rich-title span{
    padding: 0 15px;
    margin-right: 15px;
}
.detail-box .detail-con .rich-text{
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    word-break: break-word;
}


.dalib_right_bar1 {
    position: fixed;
    right: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: fit-content;
    background: #f6f7fb;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.05);
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 30px 0;
    z-index: 100;
}


ul.news_list .li3 {
   height: 40px;
    line-height: 40px;
    margin-top: 0;
    border-bottom: 1px dotted #B3B3B3;
    position: relative;
    display: flex;
    align-items: center;
   justify-content: space-between;
}

ul.news_list .li3 .date {
    flex: 1;
    overflow: hidden;
   
    text-align: right;
    text-indent: 0;
    color: #878686;
    font-size: 15px;
    font-family: "微软雅黑"
}

ul.news_list .li3 a {
 display: block;
    font-size: 17px;
    font-family: "微软雅黑";
    width: 75%;
    overflow: hidden;
    height: 40px;
    margin-right:10px;
}