
.banner {
    height: 400px;
    background: url("../../images/computer/banner.jpg") no-repeat center top;
}

.general {
    margin-top: 1.2em;
    padding: 1em;
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    box-shadow: 0 0 20px rgb(85 85 85 / 20%);
    background-color: #FFF;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.general-nav {
    width: 100%;
    position: relative;
    line-height: 3;
    border-bottom: 1px solid #ddd;
}

.general-nav::after {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    bottom: -1px;
    width: 35px;
    height: 2px;
    background-color: #ea0001;
}

.general-right {
    width: 280;
}

.sidebar {
    width: 280px;
    overflow: hidden;
    margin: 35px 0px 0px 10;
}

.sidebar > .small-header {
    height: 40px; 
    overflow: hidden; 
    line-height: 40px; 
    color: #ffffff; 
    font-size: 18px; 
    background: #001431; 
    text-indent: 2em;
    margin-top: 20px;
}

.sidebar > .small-item > p {
    height: 40px; 
    line-height: 40px; 
    margin: 0.5em 0em; 
    text-indent: 1em; 
    overflow: hidden; 
    background: #effbff;
}
.sidebar > .small-item > p > a { 
    color: #333333;
}

.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: 900px;
    margin-top: 20px;
}

.general-right > .ds{
    display:block; 
    padding:1em 0 1em 0; 
    clear:both; 
    border-bottom:1px solid #ddd;
}
.general-right > .ds > .tit { padding-top:1em; }
.general-right > .ds > .tit > a{ font-size:18px; }
.general-right > .ds > .text{ 
    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; 
    display:inline-block; 
    float:left; 
    margin-top:3px; 
    margin-right:10px;
}
.general-right > .ds > .text > .date{ color:#bbb; }

.listPic { width: 260px; 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;
}

.operateBar{ width: 100%; overflow: hidden; padding:10px; text-align: center;}
.operateBar .page{ float:right; line-height:24px; margin-right: 10px;}
.operateBar .page img{ cursor:pointer; vertical-align: middle; }
#pagenumber {vertical-align:middle; padding-left: 5px; margin-left: 5px;}
#mainArea{ width:100%; overflow:hidden; }

.content{ width:100%; position:relative; overflow:hidden; }
.content .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;}
.content .artContent, .content .artContent div, .content .artContent p{ line-height:2.2; color:#666;}
.artContent img{ max-width:100%; height:auto; margin:10px 0; }

