.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 > .small {
    float: right;
}
.general-nav > .small > a {
    display: inline-block;
    padding: 0 10px;
}


.sidebar {
    width: 270px;
    overflow: hidden;
    margin: 35px 0px 0px 10;
}

.sidebar > .sidebar-header {
    height: 170px; 
    overflow: hidden; 
    color: #ffffff; 
    background: url("/images/computer/footerBg.jpg");
    position: relative;
}

.sidebar > .sidebar-header::after {
    position: absolute;
    content: "";
    width: 130px;
    height: 31px;
    background: url("../../images/computer/catalog.png");
    right: 10px;
    bottom: 10px;
}

.sidebar > .sidebar-header > p {
    margin-left: 20px;
}

.sidebar > .sidebar-header > p:nth-child(1) {
    font-size: 28px;
    margin-top: 30px;
}

.sidebar > .sidebar-header > p:nth-child(2) {
    font-size: 14px;
}

.sidebar > .sidebar-product {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 10px 0px 20px 0px;
}

.sidebar > .sidebar-product > div {
    width: 130px;
    overflow: hidden;
    margin-top: 10px;
}

.sidebar > .sidebar-product > div > a > img {
    width: 130px;
    height: auto;
}

.sidebar > .sidebar-product > div > a > span {
    display: block;
    text-align: center;
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.sidebar > .sidebar-hot {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 10px 0px 20px 0px;
}

.sidebar > .sidebar-hot > div {
    width: 130px;
    overflow: hidden;
    margin-top: 10px;
}

.sidebar > .sidebar-hot > div > a > img {
    width: 130px;
    height: auto;
}

.sidebar > .sidebar-hot > div > a > span {
    display: block;
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.sidebar > .sidebar-contact > 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 > li {
    line-height: 2;
}


.general-right {
    width: 100%;
}

.general-right > .ds{
    display:block; 
    padding-bottom: 1em;
    margin-bottom: 1em;
    clear:both; 
    border-bottom:1px solid #ddd;
}

.general-right > .ds > .tit > a{ font-size:18px; }
.general-right > .ds > .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 > .ds > .text{line-height:1.6;}
}
.general-right > .ds > .text .tp{
    width:150px; 
    height:auto; 
    float: left; 
    margin-top:3px; 
    margin-right:10px;
}
.general-right > .ds > .text > .date{ color:#bbb; }

.listImg { width: 100%; overflow: hidden; }
.listPic { width: 268px; overflow: hidden; float: left; margin: 1em; text-align: center;}
.listPic > a > img { border: 1px solid #cccccc; width: 99%; height: auto; border-radius: 6px;}
.listPic > a > 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; }

