<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 通用 */
.header {
    height: 1068px;
    background: #fff6c6 url(../yfrzt0901images/header_bg.png) no-repeat top center/cover;
    text-align: center;
    padding-top: 40px;
}
.subContent {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 900px;
    background-color: #fff6c6;
}
.footer {
    height: 163px;
    background: #fff6c6 url(../yfrzt0901images/footer_bg.png) no-repeat center;
}

/* 二级详情页 */
.articleBox{
    margin-top: -150px;
    padding: 0 50px;
}

.gp-title{
    display: block;
    text-align: center;
    line-height: 1.25;
    padding: 0 50px;
}
.gp-info{
    text-align: center;
    color: #a7bd99;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #a7bd99;
}
.gp-article{
    margin-top: 30px;
    line-height: 1.5;
}
.gp-article p{
    margin-bottom: 20px;
}
.Annex{
    margin-top: 40px;
}
.Annex h3{
    margin-bottom: 10px;
}
.Annex li::marker{
    content: '';
}
.Annex li{
    margin-left: 20px;
    transition: all 0.35s ease-out;
}
.Annex li a{
    display: block;
    padding: 5px 0;
}
.Annex li:hover{
    text-indent: 0.4em;
}

/* 二级列表页 */
.list{
    padding: 0 50px;
    margin-top: -190px;
}
.list h2{
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #a7bd99;
    margin-bottom: 30px;
    position: relative;
    color: #2f7415;
}
.list h2:hover{
    color: #2f7415;
}
.list h2::before{
    content: '';
    display: block;
    width: 5px;
    height: 18px;
    background-color: #2f7415;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

.list ul{
    
}
.list ul li{
    position: relative;
    padding-left: 30px;
    transition: all 0.35s ease;
    margin-bottom: 20px;
}

.list ul li:hover{
    padding-left: 35px;
}
.list ul li::before{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url(../yfrzt0901images/list_icon.png) no-repeat center/cover;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.list ul a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list .date{
    font-size: 20px;
    flex-shrink: 0;
}

/* 分页 */
.pages{
    width: 630px;
    margin: 0 auto;
    /* height: 50px; */
    margin-top: 38px;
    /* overflow: hidden; */
    /* padding-bottom: 50px; */
    position: relative;
    text-align: center;
}
.pages .prev,.pages .next{
    position: relative;
}
.pages .prev::after,.pages .next::after{
    content: '';
    background: url(../yfrzt0901images/page_lf.png) no-repeat;
    display: inline-block;
    width: 13px;
    height: 23px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.pages .next::after{
    background: url(../yfrzt0901images/page_rt.png) no-repeat;
}
.pages a.prev:hover::after{
    background: url(../yfrzt0901images/page_lf_white.png) #2f7415 no-repeat center;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.pages a.next:hover:after{
    background: url(../yfrzt0901images/page_rt_white.png) #2f7415 no-repeat center;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.pages &gt; a,.pages &gt; .select_box,select{
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #a7bd99;
    border-radius: 50%;
    text-align: center;
    font-size: 1.6rem;
    font-weight: lighter;
    margin-left: 16px;
}
.pages &gt; a:nth-of-type(2):hover,
.pages &gt; a:nth-of-type(3):hover,
.pages &gt; a:nth-of-type(4):hover,
.pages &gt; a:nth-of-type(5):hover,
.pages &gt; a:nth-of-type(6):hover{
    color: #fff;
    background-color: #2f7415;
}
.pages .prev,.pages a.next:hover{
    position: relative;background: none;
}
.pages select{
    width: 121px;
    border-radius: 24px;
    outline: none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    position: relative;
    background-color: #F3F3F3;
    background: url(../yfrzt0901images/select_down.png) no-repeat;
    background-position: 85px;
    background-size: 17px 9.22px;
}

.pages a.on_pages{
    color: #fff;
    background-color: #2f7415;
}</pre></body></html>