.searchbox {
    padding-top: .8rem;
        background: #F7F9FA;

}
.bg{

    background: #F7F9FA;
    height: 2.3rem;
}
.search-title {
    text-align: center;
    color: #000;
    line-height: .55rem;
    font-size: .45rem;
}

.search-container {
    width: 9.57rem;
    margin: 0 auto;
    position: relative;

}

.search-input {
    width: 100%;
    margin-top: .33rem;
    padding: .38rem .4rem;
    line-height: .77rem;
    background: #FAFAFA;
    font-size: .18rem;
    transition: border-color 0.3s;
    color: #000;
    height: .77rem;
    background: #FFFFFF;
    border-radius: .39rem;
    border: 1px solid #C6C6C6;
}

.search-input::placeholder {
    color: #A8A8A8;
}

.search-button {
    position: absolute;
    right: .34rem;
    top: 55%;
    background: none;
    border: none;
    cursor: pointer;
    width: .38rem;
    height: .38rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_text {
    text-align: center;
    font-size: .28rem;
    color: #1e1e1e;
    line-height: .55rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: .43rem;


}

.search_text span {
    color: #0E3293;
}

.search_img {
    width: 1.57rem;
    margin: 0 auto;
    margin-top: 1rem;
}

.result{
    font-weight: bold;
font-size: .22rem;
color: #2B2B2B;
line-height: .32rem;
margin-top: 1.24rem;
padding-bottom: .39rem;
}
.result span{
    color: #005DAB;
}

.box01{
    padding-top: .66rem;
    padding-bottom: 1rem;
}
.box01 .title{
    font-size: .6rem;
color: #202020;
line-height: .84rem;
}
.prolist{ display: flex;
    gap: .3rem;
margin-bottom: .68rem;
margin-top: .47rem;}
.prolist li img{
    width: 100%;
    height: 3.37rem;
    overflow: hidden;
}
.prolist li a p{
    font-size: .24rem;
color: #202020;
line-height: .38rem;
text-align: center;

}
.xt{
    height: 0.01rem;
    background: #C7C7C7;
    width: 14rem;
    margin: 0 auto;
    margin-bottom: .9rem;
}

.content-panel{
    margin-top: .45rem;
    margin-bottom: .75rem;
}
.doc-card {
    background-color: #f7f9fa;
    border-radius: 0.14rem;
    padding: 0 .42rem;
    margin-bottom: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.05);
    height: 1.5rem;
}

.doc-card:hover {
box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.16);
}

.doc-info {
    display: flex;
    align-items: center;
}

.doc-icon {

    margin-right: 0.51rem;
    color: #007bff;
}

.doc-title {
    font-size: 0.24rem;
    color: #000;
}

.doc-actions {
    display: flex;
    gap: 0.65rem;
}

.view-btn {
    color: #9acd32;
    font-size: 0.2rem;
    font-weight: 500;
    width: auto;
    text-decoration: #9acd32;
    text-decoration-line: revert-layer;
}

.download-btn {
    color: #007bff;
    font-size: 0.2rem;
    font-weight: 500;
        text-decoration: #007bff;
    text-decoration-line: revert-layer;
}

.box01 .newslist {
    display: flex;
    margin-top: .78rem;
}

.newslist li {
    width: calc((100% - .6rem)/3);
    background: #F7F9FA;
    margin-right: .3rem;
    border-radius: .14rem;
}

.newslist li:nth-child(3n) {
    margin-right: 0;
}

.newslist li .newsimg {
    border-radius: .14rem;
    width: 100%;
    overflow: hidden;
}

.newslist li .newsimg img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    transform: scale(1);
}

.newslist li .newsimg:hover img {
    transition: all 0.5s;
    transform: scale(1.08);
}

.newslist li .text {
    padding: .26rem .33rem;
}

.newslist li .text p {
    font-size: .2rem;
    color: #202020;
    line-height: .34rem;
}

.newslist li .text .date {
    margin-top: .58rem;
    color: #005DAB;
}

.newslist li a:hover .text p {
    color: #9BBD00;
}