.container {
    background:url("/scsslt/xhtml/images/xxjs-bg.jpg") center top no-repeat;
    padding-bottom: 40px;
}

.js-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.mt {
    margin-top: 220px;
}
.logo- {
    display: block;
    width: 200px;
    height: 60px;

}
.logo- a {
    display: block;
    height: 100%;
}


.news-wrap,.list-warp {
    width: 610px;
    height: 630px;
    overflow-y: hidden;
    border-radius: 10px;
    box-shadow:0 0 4px rgba(0,0,0,.3);
    float: left;
    background: #fff;
    margin: 5px;
}

.news-wrap h2 {
   line-height: 1.3;
   font-size: 28px;
    color: #e41800;
    font-weight: bold;
    text-align: center;
    margin: 25px 0 30px 0;
}

.news-wrap p {
    text-indent: 2em;
    line-height: 1.8;
    margin: 20px 30px 0;
}

.news-wrap p a {
    color: #e41800;
}

.list-warp h2 {
    background: url("/scsslt/xhtml/images/bt-bg1.png") no-repeat;
    color:#fff;
    font-size: 22px;
    text-shadow: 0 1px 2px #444;
    line-height: 58px;
    height: 58px;
    padding-left: 100px;
    margin:20px 0 0 20px;
}
.list-warp h2 a {
   color: inherit;
}

.list-warp {
   width: 555px;
    height: auto;
    margin-left: 20px;
    padding-bottom: 31px;
}


.list-warp ul li {

    margin: 24px 20px 0 22px;
    position: relative;
    height: 24px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;

}

.list-warp ul li a {
    margin-left: 20px;
}

.list-warp ul li::before {
    content: "";
    position: absolute;
    width:8px;
    height: 8px;
    background: #ef493d;
    top: 9px;
    left:0;
    border-radius: 50%;
}

.list-warp.mart-25 {
  margin-top: 22px;
}

.pic-warp {
    border-radius: 10px;
    box-shadow:0 0 4px rgba(0,0,0,.3);
    background: #fff;
    margin:25px 10px 5px;
    padding-bottom: 20px;
}

.pic-warp h2 {
  width: 18px;
  padding: 140px 20px 0;
    background: url("/scsslt/xhtml/images/bt-bg2.png") no-repeat;
  font-size: 22px;
    color: #fff;
    line-height: 1.2;
    height:180px;
    margin: 20px 20px 0 20px;
    float: left;
    text-shadow: 0 1px 2px #444;
}
.pic-warp ul {
   position: absolute;
    left:0;
    top:0;

}
.pic-warp ul li {
    float: left;
    margin: 20px 20px 0 0;
    width:340px;
}
.pic-warp > div {
  margin-right: 20px;
}
.pic-warp ul li span {

    width:100%;
    height: 226px;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background:#f5f5f5;
    margin: 10px 0 10px 0;
}
.pic-warp ul li span img {
    width:100%;
    height:100%;
    object-fit: contain;
}
.pic-warp ul li p {
    line-height: 1.4;
    font-weight: bold;
}

.relative {
  position: relative;
    overflow: hidden;
    height: 340px;
}