<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
    height: 300px;
    overflow: hidden;
}

.general {
    padding: 1em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.general-nav {
    width: 100%;
    position: relative;
    line-height: 3;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.2em;
}

.general-nav::after {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    bottom: -1px;
    width: 35px;
    height: 2px;
    background-color: #231c16;
}
.general-nav &gt; .small {
    float: right;
}
.general-nav &gt; .small &gt; a {
    display: inline-block;
    padding: 0 10px;
}


.sidebar {
    width: 270px;
    overflow: hidden;
    margin: 35px 0px 0px 10;
}

.sidebar &gt; .sidebar-header {
    height: 170px; 
    overflow: hidden; 
    color: #ffffff; 
    background: url("/images/computer/footerBg.jpg");
    position: relative;
}

.sidebar &gt; .sidebar-header::after {
    position: absolute;
    content: "";
    width: 130px;
    height: 31px;
    background: url("../../images/computer/catalog.png");
    right: 10px;
    bottom: 10px;
}

.sidebar &gt; .sidebar-header &gt; p {
    margin-left: 20px;
}

.sidebar &gt; .sidebar-header &gt; p:nth-child(1) {
    font-size: 28px;
    margin-top: 30px;
}

.sidebar &gt; .sidebar-header &gt; p:nth-child(2) {
    font-size: 14px;
}

.sidebar &gt; .sidebar-product {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 10px 0px 20px 0px;
}

.sidebar &gt; .sidebar-product &gt; div {
    width: 130px;
    overflow: hidden;
    margin-top: 10px;
}

.sidebar &gt; .sidebar-product &gt; div &gt; a &gt; img {
    width: 130px;
    height: auto;
}

.sidebar &gt; .sidebar-product &gt; div &gt; a &gt; span {
    display: block;
    text-align: center;
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.sidebar &gt; .sidebar-hot {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 10px 0px 20px 0px;
}

.sidebar &gt; .sidebar-hot &gt; div {
    width: 130px;
    overflow: hidden;
    margin-top: 10px;
}

.sidebar &gt; .sidebar-hot &gt; div &gt; a &gt; img {
    width: 130px;
    height: auto;
}

.sidebar &gt; .sidebar-hot &gt; div &gt; a &gt; span {
    display: block;
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.sidebar &gt; .sidebar-contact &gt; a {
    display: block;
    line-height: 2;
    background-color: #f2f2f2;
    text-indent: 1em;
    margin: 0.5em 0em;
}

.contacts-haed {
    margin-top: 20px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #ffffff;
    font-size: 18px;
    background: #001431;
    text-indent: 2em;
}

.contacts {
    margin-top: 20px;
}

.contacts &gt; li {
    line-height: 2;
}


.general-right {
    width: 100%;
}

.general-right &gt; .ds{
    display:block; 
    padding-bottom: 1em;
    margin-bottom: 1em;
    clear:both; 
    border-bottom:1px solid #ddd;
}

.general-right &gt; .ds &gt; .tit &gt; a{ font-size:18px; }
.general-right &gt; .ds &gt; .text{ 
    width: 100%;
    display:inline-block; 
    padding-top:1em; 
    font-size:14px; 
    line-height:2; 
    color:#888;
    clear:both; 
}
@media (max-width:1440px) {
    .general-right &gt; .ds &gt; .text{line-height:1.6;}
}
.general-right &gt; .ds &gt; .text .tp{
    width:150px; 
    height:auto; 
    float: left; 
    margin-top:3px; 
    margin-right:10px;
}
.general-right &gt; .ds &gt; .text &gt; .date{ color:#bbb; }

.listImg { width: 100%; overflow: hidden; }
.listPic { width: 268px; overflow: hidden; float: left; margin: 1em; text-align: center;}
.listPic &gt; a &gt; img { border: 1px solid #cccccc; width: 99%; height: auto; border-radius: 6px;}
.listPic &gt; a &gt; span { 
    display: block; 
    width: 100%; 
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2em;
}

/* åˆ†é¡µå™¨ */
.pagination {text-align: right;}
.pagination .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #262628;
}

.content{ width:100%; position:relative; overflow:hidden; }
.title{ padding-top:1em; text-align:center; font-size:20px; font-weight:bold; }
.content .attr{ padding-top:20px; color:#999; text-align:center; font-size:0.8em;}
.content .artContent{ position:relative; padding:1.5em 0 2em 0; width:100%; overflow:hidden; text-align: justify; }
.content .artContent, .content .artContent div, .content .artContent p{ line-height:2.2; color:#666;}
.artContent img{ max-width:100%; height:auto; margin:10px auto; }

</pre></body></html>