<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.list {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f6f6f6;
}

.list-box {
    width: 1600px;
    margin: 30px auto;
}

.list-box .box-txt {
    font-family: 'PingFangSC-Regular';
    font-size: 20px;
    color: #333333;
    letter-spacing: 1px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 22px;
}

.list ul {
    width: 100%;
}

.list ul li {
    width: 100%;
    height: 280px;
    display: flex;
    margin-bottom: 40px;
}

.list ul li .imgbox {
    width: 497px;
    height: 280px;
    overflow: hidden; /* 闅愯棌瓒呭嚭瀹瑰櫒鐨勯儴鍒� */
}

.list ul li .imgbox img {
  width: 100%;     /* 鍥剧墖瀹藉害濉弧瀹瑰櫒 */
  height: 100%;    /* 鍥剧墖楂樺害濉弧瀹瑰櫒 */
  object-fit: cover; /* 淇濇寔姣斾緥骞惰鍓鐩栨暣涓鍣� */
}




.list ul li .xw {
    width: 1103px;
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 16px 25px 16px 30px;
}

.list ul li .quadrangle {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.list ul li .quadrangle .b1,
.b2,
.b3,
.b4 {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 0;
    top: 0;
}

.list ul li .quadrangle .b6,
.fb6 {
    height: 10px;
    position: absolute;
    top: 5.5px;
    left: 64px;
    transform: rotate(180deg);
    width: 920px;
}

.list ul li .quadrangle .b5,
.fb5 {
    position: absolute;
    top: 64px;
    width: 10px;
    left: 7px;
    height: 120px;
}

.b2 {
    right: 0;
    left: unset;
}

.b3 {
    bottom: 0;
    left: 2px;
    top: unset;
}

.fb6 {
    top: unset;
    transform: rotate(0deg);
    bottom: 6.5px;
}

.b4 {
    bottom: 1px;
    right: 0px;
    top: unset;
    left: unset;
}

.fb5 {
    left: unset;
    right: 6px;
    transform: rotate(180deg);

}

.text-box {
    width: 956px;
    height: 114px;
    margin-top: 34px;
}

.box-title {
    font-family: 'PingFangSC-Semibold';
    font-size: 30px;
    color: #333333;
    letter-spacing: 0;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 12px;
}

.box-text {
    font-family: '榛戜綋';
    font-size: 20px;
    color: #666666;
    letter-spacing: 0;
    text-align: justify;
    line-height: 32px;
    font-weight: 400;
}

.omit2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.omit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box-time{
    width: 956px;
    text-align: right;
    box-sizing: border-box;
    padding-right: 10px;
    color: #666666;
    font-size: 20px;
    margin-top: 35px;
}
/* 鍒嗛〉 */
.page{
    margin-top: 37px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.page li{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.page-left,.page-right{
    height: 17px;
}
.page-left img{
    transform: rotate(180deg);
}
.page .index,.page .end{
    font-family: 'PingFangSC-Medium';
font-size: 18px;
color: #666666;
letter-spacing: 0;
text-align: justify;
line-height: 20px;
font-weight: 500;
}
.page .index{
    margin-right: 50px;
}
.page li a{
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin: 0 7px;
    color: #666666;
}
.page .thisclass{
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin: 0 7px;
    background: #BF4245;
}
.page .thisclass a:hover{
        width: 34px;
    height: 34px;
    color: #fff;
    background: #BF4245;  
}
.page .thisclass a{
        width: 34px;
    height: 34px;
    color: #fff;
    background: #BF4245;
}
.page-left{
    margin-right: 20px;
}
.page-right{
    margin: 0 20px;
}
.end{
    margin-right: 27px;
}
.gy,.r{
    font-family: 'PingFangSC-Regular';
font-size: 17px;
color: #666666;
letter-spacing: 0;
text-align: justify;
line-height: 20px;
font-weight: 400;
}
.gy{
    margin-right: 17px;
}</pre></body></html>