<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.auto_cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.auto_cut1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.footer_bottom_nav a {
    display: inline;
}

body {
    background-color: #f3f3f3;
}

ul,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    outline: 0;
}

.transtion {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:focus {
    outline: none;
}

img {
    height: auto;
    -ms-interpolation-mode: bicubic;
    border: 0;
    outline: 0;
}

.content_web {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

/* ���掩�桁� */
.cur {
    background: #206BD1 !important;
    color: white !important;
}

.col_common {
    color: #206BD1 !important;
}

/* ���㊤�㊤�牙��� */
.inner_content_right {
    padding: 48px 33px 50px 33px;
}

/* �丞����茵� */
/* 羯���兄�����桁� */
.pic_list_active {
    box-shadow: 0px 2px 32px 0px rgba(133, 139, 144, 0.3);
}

/* �丞����紊� */
.picture_img {
    transform: scale(1.2);
}

.pic_list #news_list a {
    display: block;
    margin-right: 10px;
    margin-bottom: 30px;
}

.picture_list_cn_single {
    width: 288px;
    height: 226px;
    background: #FFFFFF;
}

.picture_list_img {
    width: 100%;
    height: 167px;
    overflow: hidden;
}

.picture_list_img&gt;img {
    width: 100%;
    height: 100%;
}

.picture_list_cn_single&gt;h4 {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-top: 22px;
    padding: 0 10px;
}

.picture_line {
    width: 288px;
    height: 1px;
    background: #F3F3F3;
    margin: 18px 0 14px 0;
}

.picture_details {
    width: 80px;
    height: 29px;
    line-height: 29px;
    margin-left: 10px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.picture_details&gt;span {
    margin-left: 20px;
}

.picture_details&gt;img {
    margin-left: 7px;
}</pre></body></html>