<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.index-page {
    width: 100%;
    position: relative;
}

.index-page::before {
    display: block;
    content: '';
    width: 100%;
    height: 197px;
    position: absolute;
    top: 0;
    z-index: -1;
    background: url(../img/bj0_2.png) no-repeat;
    background-size: cover;
}

/* bread */
.bread {
    margin-top: 28px;
}

.bread span {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #9C9FAC;
    line-height: 20px;
    text-align: left;
    margin-top: 20px;
}

.bread a {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #9C9FAC;
    line-height: 20px;
    text-align: left;
}

.bread a.tit {
    color: #41475E;
}

/* info_box */
.info_box {
    overflow: hidden;
    margin-top: 36px;
}

.info_box .left {
    width: 793px;
    float: left;
}

.left_top h1 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 28px;
    color: #1F1F25;
    line-height: 41px;
}

.left_span {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #9C9FAC;
    line-height: 20px;
    text-align: left;
    margin-top: 12px;
}

.left_span&gt;span {
    margin-left: 40px;
}

.left_span&gt;span&gt;span,
.left_span&gt;time&gt;span {
    color: #6F7385;
}

.info_con {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F25;
    line-height: 32px;
    text-align: justify;
    padding-top: 25px;
}

.info_con p {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F25;
    line-height: 32px;
    text-align: justify;
}

.info_con img {
    display: block;
    width: 50%;
    margin: 10px auto; 
}
.info_con h3{
    margin: 10px 0;
    font-weight: 700;
    line-height: 36px;
    font-size: 20px;
}
/* xgzx */
.xgzx .tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.xgzx .tit img {
    width: 104px;
    height: 36px;
}

.xgzx .tit a {
    display: flex;
    width: 66px;
    height: 28px;
    border-radius: 72px 72px 72px 72px;
    border: 1px solid #E5E6EB;
    justify-content: center;
    align-items: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #6F7385;
    line-height: 20px;
}

.xgzx .tit a span {
    font-weight: 400;
    font-size: 14px;
    color: #6F7385;
}

.xgzx ul {
    overflow: hidden;
}

.xgzx ul li {
    width: 387px;
    height: 90px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #E5E6EB;
    margin-bottom: 12px;
}

.xgzx ul li:nth-child(odd) {
    float: left;
}

.xgzx ul li:nth-child(even) {
    float: right;
}

.xgzx ul li a {
    display: block;
    padding: 12px;
}

.xgzx ul li a .name {
    display: block;
    position: relative;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 16px;
    color: #1F1F25;
    line-height: 24px;
    margin-bottom: 8px;
    text-indent: 10px;
}

.xgzx ul li a .name::before {
    content: '';
    display: block;
    width: 3px;
    height: 18px;
    background: #FF7E22;
    border-radius: 4px 0px 0px 4px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.xgzx ul li a p {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 12px;
    color: #6F7385;
    line-height: 17px;
}

/* right */
.right {
    width: 367px;
    float: right;
}

.hotinfo {
    width: 365px;
    height: auto;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #E5E6EB;
    margin-bottom: 20px;
}

.hotinfo .tit {
    margin: 16px 16px 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hotinfo .tit img {
    width: 80px;
    height: 27px;
}

.hotinfo .tit a {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #6F7385;
    line-height: 20px;
}

.hotinfo .tit a span {
    font-size: 14px;
    color: #6F7385;
}

.hot_ul {
    margin: 16px;
}

.hot_ul li {
    display: flex;
    margin-bottom: 24px;
    padding: 0 4px;
}

.hot_ul li a {
    display: block;
}

.hot_ul li .img {
    width: 102px;
    height: 66px;
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
    margin-right: 12px;
}

.hot_ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hot_ul li .text {
    flex: 1;
    width: 70%;
}

.hot_ul li .text span {
    display: block;
}

.hot_ul li .text .name {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 16px;
    color: #1F1F25;
    line-height: 24px;
    text-align: left;
    margin-bottom: 4px;
}

.hot_ul li .text .line {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 12px;
    color: #6F7385;
    line-height: 17px;
    text-align: left;
}

/*  */
.TOP {
    width: 365px;
    height: 546px;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #E5E6EB;
}

.TOP .tit {
    overflow: hidden;
}

.TOP .tit img {
    width: 76px;
    height: 27px;
    margin: 16px;
}

.Top_ul {
    width: 335px;
    margin: 0 auto;
}

.Top_ul li {
    display: flex;
    align-items: center;
    padding: 6px 0;
    margin-bottom: 8px;
    cursor: pointer;
}

.Top_ul li .text {
    flex: 1;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F25;
}

.Top_ul li .dis_none {
    flex: 1;
    display: none;
}

.Top_ul li .num {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #C9CDD4;
    border-radius: 4px 4px 4px 4px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    margin-right: 12px;
}

.Top_ul li:nth-child(1) .num {
    background: #FF2718;
}

.Top_ul li:nth-child(2) .num {
    background: #FF7E22;
}

.Top_ul li:nth-child(3) .num {
    background: #FFC118;
}

.Top_ul li.on .text {
    display: none;
}

.Top_ul li.on .dis_none {
    display: flex;
    align-items: center;
}

.Top_ul li.on .dis_none .con {
    flex: 1;
}

.Top_ul li.on .dis_none .con a {
    display: flex;
    align-items: center;
}

.Top_ul li.on .dis_none .con a img {
    width: 72px;
    height: 72px;
    border-radius: 18px 18px 18px 18px;
    margin-right: 12px;
}

.Top_ul li.on .dis_none .con a .con_text .name {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F25;
    line-height: 23px;
    text-align: left;
    margin-bottom: 4px;
}

.Top_ul li.on .dis_none .con a .con_text .line {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 12px;
    color: #9C9FAC;
    line-height: 17px;
}

.Top_ul li.on .dis_none .down {
    display: block;
    width: 76px;
    height: 32px;
    border-radius: 72px 72px 72px 72px;
    border: 1px solid #FF7E22;
    text-align: center;
    line-height: 32px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 14px;
    color: #FF7E22;
    line-height: 32px;
}

/* newrk */
.newrk .tit img {
    width: 80px;
    height: 27px;
}

.newrk ul li {
    width: 96px;
    height: 128px;
    border-radius: 12px 12px 12px 12px;
    float: left;
}

.newrk ul li {
    margin-right: 24px;
}

.newrk ul li:nth-child(3n) {
    margin-right: 0;
}

.newrk ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.newrk ul li a img {
    width: 72px;
    height: 72px;
    background: #E0F7ED;
    border-radius: 18px 18px 18px 18px;
}

.newrk ul li a span {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F25;
    line-height: 24px;
    text-align: center;
    margin-top: 8px;
    width: 100%;
}

/*  */
.Top_ul li.on .dis_none .down:hover {
    background: #FF7E22;
    color: #fff;
}

.hot_ul li:hover a .name,
.newrk ul li:hover a span,
.xgzx ul li:hover a .name,
.xgzx .tit a:hover,
.hotinfo .tit a:hover,
.xgzx .tit a:hover span,
.hotinfo .tit a:hover span {
    color: #FF7E22;
}</pre></body></html>