
.topBlock {
    position: relative;
}
.topBlock>img {
    width: 100%;
    display: block;
}
.container {
    margin: 0 1.2rem;
    margin: 0 auto;
    
}

.library_header{position:absolute;z-index:999;top:0;left:1.2rem;right:0;-o-transition:.3s;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;transition:.3s}
.library_header .hdb{height:0.84rem;background: #0450A2;border-radius:45px 0 0 45px; display: flex; justify-content: space-between;}
.library_header .logo{height:100%;line-height:0.84rem;margin-left:21px; text-align: right; padding-right: 0.56rem;}
.library_header .logo img{display:inline-block;vertical-align:middle}
.library_header .date-num{float:left;height:100%;line-height:0.84rem;border-radius:17px;overflow:hidden;font-size:0.16rem;}
.library_header .date-num .date{display:inline-block;vertical-align:top;height:100%;font-size:16px;color:#fff;padding:0 14px 0 42px;background:url(../images/icons051.png) left center no-repeat}
.library_header .date-num .num{display:inline-block;height:100%;padding:0 18px 0 14px;font-size:22px;color:#fff;text-align:center;background-color:rgba(130,49,142,.3)}
.library_header .date-num .num span{color:#db7de9}
.library_header .date-num .label {display:inline-block;height:100%;padding-left:13px;font-size:12px;color: rgba(255, 255, 255, 0.4);text-align:center;background-color:rgba(130,49,142,.3);width: 30px;vertical-align:top;}
.library_header .date-num .label img {position:relative;top:5px;}
.library_header .date-num .a1{font-size:0.18rem;color:#fff;margin:0 0.08rem 0 0.22rem;padding-left:0.35rem;background-position:left center;background-repeat:no-repeat;height:34px;line-height:34px;display:inline-block;vertical-align:middle}
.library_header .hdr{float:right;height:100%;font-size:0; display: flex; justify-content: space-between; align-items: center;}
.library_header .hdr .a1{font-size:0.18rem;color:#fff;margin:0 0.08rem 0 0.22rem;padding-left:0.35rem;background-position:left center;background-repeat:no-repeat;height:34px;line-height:34px;display:inline-block;vertical-align:middle}
.library_header .so{display:inline-block;vertical-align:middle;height:100%; line-height: 0.84rem; position:relative; padding-right: 0.56rem;}
.library_header .so .btn{width:100%;height:100%;cursor:pointer;background:url(../images/icons09.png) center center no-repeat}
.library_header .so .inp{position:absolute;right:0;top:100%;width:300px;height:60px;background-color:#fff;border:1px solid #eee;box-shadow:0 0 10px rgba(0,0,0,.1);display:none}
.library_header .so .inp input{display:block;width:100%;height:58px;font-size:16px;color:#000;padding:0 60px 0 10px;border:none}
.library_header .so .inp .sub{position:absolute;right:0;top:0;width:48px;height:100%;background:url(../images/icons04.png) center center no-repeat;border:none;cursor:pointer;padding:0}
.hd-menu{position:absolute;top:35px;right:-43px;z-index:999;width:87px;height:87px;cursor:pointer;overflow:hidden;display:none;-o-transition:.3;-ms-transition:.3;-moz-transition:.3;-webkit-transition:.3;transition:.3}
.hd-menu img{display:block;width:100%}

.searchBox {
    width: 12rem;
    z-index: 2;
    height: 3.24rem;
    position: absolute;
    left: 50%;
    bottom:-1.12rem;
    margin-left: -6rem;
    padding: 0.56rem 0.64rem;
    background: #fff;
    border-radius: 0.2rem;
    background-repeat: no-repeat;
    background-position: 0.22rem 0.22rem;
    background-size: contain;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* 搜索标签导航 */
.search-tabs {
    display: flex;
    gap: 0.4rem;
    margin-bottom: 0.32rem;
}

.search-tabs .tab-item {
    font-size: 0.24rem;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    padding-bottom: 0.08rem;
    position: relative;
    transition: all 0.3s ease;
}

.search-tabs .tab-item.active {
    color: #0450A2;
    font-weight: 600;
}

.search-tabs .tab-item.active::after {
    /* content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #0450A2;
    border-radius: 2px; */
}

/* 搜索输入区域 */
.search-input-wrapper {
    display: flex;
    /* gap: 0.16rem; */
    margin-bottom: 0.24rem;
    align-items: center;
}

/* 资源类型选择下拉框 */
.search-source-select {
    position: relative;
    flex-shrink: 0;
}

.source-selected {
    min-width: 1.4rem;
    height: 0.64rem;
    padding: 0 0.16rem;
    border-radius: 0.32rem 0 0 0.32rem;
    border: 1px solid #E1E6EB;
    border-right: none;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
}

.source-selected:hover {
    border-color: #0450A2;
}

.source-selected span {
    font-size: 0.16rem;
    color: #333;
    margin-right: 0.08rem;
}

.source-selected .arrow-icon {
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.source-selected .arrow-icon.rotate {
    transform: rotate(180deg);
}

.source-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    min-width: 100%;
    background: #fff;
    border-radius: 0.08rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 10;
    overflow: hidden;
}

.source-dropdown .dropdown-item {
    padding: 0.12rem 0.16rem;
    font-size: 0.14rem;
    color: #333;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.source-dropdown .dropdown-item:hover {
    background: #F5F8FA;
    color: #0450A2;
}

/* 搜索输入框容器 */
.search-input-container {
    flex: 1;
    height: 0.64rem;
    display: flex;
    border-radius: 0 0.32rem 0.32rem 0;
    border: 1px solid #E1E6EB;
    overflow: hidden;
    background: #fff;
}

.search-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 0 0.16rem;
    font-size: 0.16rem;
    color: #333;
}

.search-input::placeholder {
    color: #999;
}

.search-btn {
    margin-right: 0.32rem;
    width: 0.4rem;
    height: 100%;
    background: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    flex-shrink: 0;
}

.search-btn:hover {
    background: #fff;
}

/* 高级检索按钮 */
.advanced-search-btn {
    width: 1.4rem;
    height: 0.64rem;
    margin-left: 0.24rem;
    background: #0450A2;
    border: none;
    border-radius: 0.64rem;
    color: #fff;
    font-size: 0.16rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.advanced-search-btn:hover {
    background: #033d8a;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(4, 80, 162, 0.3);
}

/* 关键词标签 */
.search-keywords {
    display: flex;
    gap: 0.16rem;
    flex-wrap: wrap;
}

.keyword-item {
    padding: 0.08rem 0.24rem;
    background: #F5F8FA;
    border-radius: 0.04rem;
    font-size: 0.14rem;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
}

.keyword-item:hover {
    background: #E8F2FF;
    color: #0450A2;
}

.keyword-item.active {
    background: #0450A2;
    color: #fff;
}
#announcement .about-header {
    margin-top: 1.2rem;
}
.about-header {
    margin-bottom: 0.6rem;
    /* margin-top: 1.2rem; */
}

.about-header .section-top-title {
    font-size: 0.4rem;
    font-weight: bold;
    /* margin-bottom: 0.2rem; */
}

.about-content {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
    margin-bottom: 0.32rem;
}

.about-text {
    flex: 0 0 70%;
}

.about-text p {
    color: #666;
    line-height: 1.8;
    font-size: 0.16rem;
    margin-bottom: 0;
}
.about-text p b {
    color: #333;
    margin-bottom: 0.16rem;
    display: inline-block;
}

.about-image {
    flex: 0 0 30%;
}

.about-image img {
    /* width: 100%; */
    height: auto;
    border-radius: 0.08rem;
    box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, 0.1);
}

.view-detail-btn {
    display: inline-block;
    padding: 0.12rem 0.4rem;
    border: 0.02rem solid #ddd;
    color: #666;
    text-decoration: none;
    font-weight: 500;
    border-radius: 0.25rem;
    transition: all 0.3s ease;
    background: #fff;
}

.view-detail-btn:hover {
    border-color: #fff;
    color: #fff;
    background: transparent;
    transform: translateY(-0.02rem);
}

.title-image.title-image-red {
    display: flex;
    justify-content:center;
    background: #fff;
    width: 0.8rem;
    height: 0.08rem;
    border-radius: 0.04rem;
    margin: 0 auto;
}
.title-image {
    display: flex;
    justify-content:center;
    background: #fff;
    width: 0.8rem;
    height: 0.08rem;
    border-radius: 0.04rem;
    margin: 0 auto;
}
/* 公告通知区域 */
.announcement-section {
    margin-top: 1.92rem;
    padding:0rem 0  1.96rem 0;
    /* background: url('../img/inbj.jpg') no-repeat center bottom; */
    background-position: bottom;
	background-size: contain!important;
    /* transform: translateY(0.5rem); */
    transition: all 0.8s ease-out;
    position: relative;
}

.announcement-section.animate {
    opacity: 1;
    transform: translateY(0);
}

.announcement-container {position: relative;clear: both;display: block;width: 100%; padding: 0 1.2rem;}

.announcement-left {    background: linear-gradient(to right, #06295d, #053a7c, #0450a1);
    padding: 0.56rem 0.72rem;
    border-radius: 0.12rem;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 2;
    margin-right: -8%;
    float: left;
    display: block;width:54%;}

.announcement-right {    background: #fff;
    padding: 0.4rem 0.5rem 0.4rem 0rem;
    border-radius: 0.12rem;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    float: left;
    width: 54%;
    padding-left: 12%;
    margin-top: 0.74rem;}

.announcement-header {
    margin-bottom: 0.3rem;
}

.announcement-title {
    color: #fff;
    font-size: 0.4rem;
    font-weight: bold;
    margin-bottom: 0.15rem;
}

.announcement-right .announcement-title {
    color: #003366;
}

.title-line {
    width:0.61rem;
    height: 0.05rem;
    background: #fff;
    border-radius:0.05rem;
}

.announcement-right .title-line {
    background: #003366;
}

.announcement-list {
    margin-bottom: 0.3rem;
}

.announcement-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0.15rem 0 0.15rem 0;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.announcement-right .announcement-item {
    border-bottom: 0.01rem solid #e9ecef;
}

.announcement-content {
    flex:0 0 85%;
    display: flex;
    align-items: center;
}

.announcement-text {color: #fff;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    transition: all 0.3s ease;
}

.announcement-text a {
    color: inherit;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
}

.announcement-right .announcement-text {
    color: #1d1d1d;
}

.announcement-date {    text-align: center;
    background: transparent;
    border-radius: 0;}

.announcement-right .announcement-date {
    background: transparent;
}

.announcement-item {
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.announcement-list .announcement-item:hover{transform:translateX(0.15rem) !important;}

.announcement-text a {
    transition: all 0.3s ease;
    display: block;
}

.date-day {    display: block;
    font-size:0.32rem;
    font-weight: normal;
    color: #fff;
    line-height: 1;}

.announcement-right .date-day {
    color: #1d1d1d;
}

.date-month-year {
    display: block;
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.9);
    margin-top:0.1rem;
}

.announcement-right .date-month-year {
    color: #1d1d1d;
}

.announcement-footer {
    text-align: center;
}

.announcement-footer .view-more-btn {    display: inline-block;
    padding: 0.08rem 0.2rem;
    background: #fff;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    border-radius: 0.25rem;
    transition: all 0.3s ease;
    border: 0.01rem solid transparent;
    float: right;}

.announcement-footer .view-more-btn:hover {
    background: #f8f9fa;
    color: #003366;
    border-color: #003366;
    transform: translateY(-0.02rem);
}

.announcement-right .announcement-footer .view-more-btn {
    background: #003366;
    color: #fff;
}

.announcement-right .announcement-footer .view-more-btn:hover {
    background: #002244;
    color: #fff;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .announcement-container {
        flex-direction: column;
        gap: 0.3rem;
    }
    
    .announcement-left,
    .announcement-right {
        flex: 1;
        margin-right: 0;    width: 100%;    padding: 0.2rem;
    }
    .announcement-content {
    flex: 0 0 78%;
}
    .announcement-title {
       /*font-size: 0.15rem;*/
    }
    
    .announcement-text {
       /* font-size: 0.09rem;*/
    }
}
.view-detail-btn {
    display: inline-block;
    padding: 0.12rem 0.4rem;
    border: 0.02rem solid #ddd;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border-radius: 0.25rem;
    transition: all 0.3s ease;
    background: transparent;
}
.rgznList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 0.16rem 0.16rem 0 0;
    position: absolute;
    width: 12rem;
    bottom: -0.8rem;
    left: 50%;
    margin-left: -6rem;
    padding: 0.4rem 0rem;
    /* margin: 0; */
    margin-top: 0.8rem;
    list-style: none;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.05);
}

.rgznList li {
    flex: 1;
    display: flex;
    justify-content: center;
}

.rgznList li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0.16rem;
    
}
.rgznList li a:hover {
    transform: translateY(-4px);
}

.rgznList li a img {
    width: 0.64rem;
    height: 0.64rem;
    margin-bottom: 0.12rem;
    transition: all 0.3s ease;
}

.rgznList li a:hover img {
    transform: scale(1.1);
}

.rgznList li a span {
    font-size: 0.14rem;
    color: #0450A2;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
}

.rgznList li a:hover span {
    color: #0450A2;
}
.reader-service-section {
    background: #fff;
    padding-top: 1.44rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.reader-service-section .szdwBoxCont {
    width: 12rem;
    background: #fff;
    border-radius: 0.12rem 0.12rem 0 0;
    padding: 0.72rem;
    /* margin-top: 0.8rem; */
}
.reader-service-section .szdwBoxCont .download-btn a {
    border-bottom: #05285C solid 0.04rem;
    color: #05285C;
    padding-bottom: 0.32rem;
    font-size: 0.32rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.reader-service-section .szdwBoxCont .download-btn a  img {
    width: 0.36rem;
    height: 0.18rem;
}
