
.banner {
    height: 200px;
}

.general {
    padding: 1em;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(85, 85, 85, 0.2);
    background-color: #ffffff;
}

.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: #ea0001;
}

.sidebar {
    width: 270px;
    overflow: hidden;
    margin: 35px 0px 0px 10;
}

.sidebar > .sidebar-header {
    height: 170px; 
    overflow: hidden; 
    color: #ffffff; 
    background: #0068a5;
    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-menu {
    margin-bottom: 20px;
}

.sidebar > .sidebar-menu > a {
    display: block;
    height: 40px; 
    line-height: 40px; 
    margin: 10px 0px; 
    text-indent: 1em; 
    overflow: hidden; 
    background: url("../../images/computer/triangle.png") no-repeat 10px center, #effbff;
    background-size: 10px;
}

.sidebar > .sidebar-menu > a > span { 
    color: #333333;
    padding-left: 10px;
}

.sidebar > .sidebar-menu > a:hover, .sidebar > .sidebar-menu > a.on {
    background: url("../../images/computer/trianglehover.png") no-repeat 10px center, #0068a5;
    background-size: 10px;
   
}

.sidebar > .sidebar-menu > a:hover > span, .sidebar-menu > a.on > span { 
    color: #ffffff;
}

.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;
    border-radius: 6px;
}

.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: 1280px;
}

.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; 
    display:inline-block; 
    float: left; 
    margin-top:3px; 
    margin-right:10px;
}
.general-right > .ds > .text > .date{ color:#bbb; }

.listImg { width: 100%; overflow: hidden; }
.listPic { width: 360px; min-height: 230px; overflow: hidden; float: left; margin: 1em 2em; 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;}

.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;}
.content .artContent, .content .artContent div, .content .artContent p{ line-height:2.2; color:#666;}
.artContent img{ max-width:100%; height:auto; margin:10px 0; }

.subTitle {
    padding: 8px 0;
    border-bottom: 1px dashed #ddd;
    display: flex;
    justify-content: space-between;
}

.subTitle > span {
    color: #F00;
    font-size: 16px;
    font-weight: bold;
}

/* 子栏目文章图片列表 begin */
.subTitle {
    position: relative;
    border-bottom: 1px solid #d2d3d4;
    line-height: 2;
    height: 32px;
}
.subTitle > span {
    position: absolute;
    left: 0;
    top: 11px;
}

.subTitle > a {
    position: absolute;
    right: 0;
    top: 11px;
}

.sublist > p {
    line-height: 2;
}

.sublist > p > span {
    float: right;
}

.subpic { overflow: hidden; }
.subpic > div { width: 390px; overflow: hidden; float: left; margin: 16px; text-align: center;}
.subpic > div > a > img { border: 1px solid #cccccc; width: 99%; height: auto; border-radius: 6px;}
.subpic > div > a > span { 
    display: block; 
    width: 100%; 
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2;
}
/* 子栏目文章图片列表 end */

.nbanner > img {
    width: 100%;
    height: auto;
}