<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;
}
.header_ul li.on a span{
    color: #FF4000;
}
.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;
}

.title {
    margin-top: 52px;
    margin-bottom: 20px;
}

.title img {
    width: 104px;
    height: 36px;
}

.info_box {
    overflow: hidden;
}

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

.info_left .ul_left {
    float: left;
    overflow: hidden;
}

.info_left .ul_left li {
    width: 225px;
    height: auto;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #E5E6EB;
    padding: 12px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}

.info_left .ul_left li:nth-child(3n) {
    margin-right: 0px;
}

.info_left .ul_left li .img {
    display: block;
    height: 140px;
    border-radius: 12px 12px 2px 2px;
    margin-bottom: 12px;
    overflow: hidden;
}

.info_left .ul_left li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.info_left .ul_left li .name {

    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 16px;
    color: #1F1F25;
    line-height: 24px;
}

.info_left .ul_left li .name span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #FF2718;
    border-radius: 4px 4px 4px 4px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 10px;
    color: #FFFFFF;
    line-height: 16px;
    text-align: center;
    margin-right: 5px;
}

.info_box .ul_left li p {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #6F7385;
    line-height: 20px;
    text-align: left;
    margin-top: 6px;
    margin-bottom: 24px;
}

.info_box .ul_left li .time {
    border-top: 1px solid #E5E6EB;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #9C9FAC;
    line-height: 20px;
    padding-top: 12px;
    margin: 0 6px;
}

.info_box .ul_left li .time span {
    font-size: 14px;
    color: #9C9FAC;
}

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

/*  */
.TOP {
    width: 365px;
    height: auto;
    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;
}

.hotinfo {
    width: 365px;
    height: auto;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #E5E6EB;
    margin-top: 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_ul li.on .dis_none .down:hover {
    background: #FF7E22;
    color: #fff;
}

.hot_ul li:hover a .name {
    color: #FF7E22;
}

.info_box .ul_left li:hover .img img {
    transform: scale(1.3);
    transition: all .3s;
}

.info_box .ul_left li:hover .name {
    color: #FF7E22;
    transition: all .3s;
}

.hotinfo .tit a:hover,
.hotinfo .tit a:hover span {
    color: #FF7E22;
}</pre></body></html>