.sddh_banner{
	height: 430px;
    min-width: 1180px;
    background: url(/static/images/sddh.jpg) no-repeat center center;
    background-size: cover;
}
.sddh_box{
	width: 1200px;
	margin:0 auto;
}
.maintit {
    display: block;
    color: #d31c19;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 35px;
    text-align: center;
    margin-bottom: 30px;
}
.newimg {
    float: left;
    display: block;
    margin-right: 30px;
    width: 535px;
}
.newtext {
    display: block;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #2f3243;
    font-size: 18px;
    font-weight: 400;
    background-color: #e4e5ea;
    line-height: 60px;
}
.newul {
    overflow-x: hidden;
    height: 340px;
    overflow-y: auto;
}
.newli {
    height: 60px;
    margin-bottom: 10px;
}
.newli a {
    display: block;
}
.newli a i {
    float: left;
    width: 10px;
    height: 10px;
    margin-top: 10px;
    background-color: #8795cb;
    margin-right: 10px;
}
.newli a span {
    display: block;
    overflow: hidden;
    color: #2f3243;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.newli:last-child {
    margin-bottom: 0;
}

.tittext2 {
    width: 100%;
    height:50px;
    color: #d31c19;
    font-size: 30px;
    text-align: center;
    line-height: 45px;
}
.mtit {
    width: 580px;
    height: 50px;
    border-width: 2px;
    border-color: #de2525;
    border-style: solid;
    background: url(/static/images/lefttit.png) no-repeat left center;
    background-size: 60px;
    position: relative;
    padding: 1px 40px;
    margin: 50px auto;
}
.more {
    position: absolute;
    right: -1px;
    top: -2px;
    width: 60px;
    height: 50px;
    background: url(/static/images/righttit.png) no-repeat center center;
    background-size: cover;
    text-align: center;
    padding-left: 10px;
    box-sizing: border-box;
}
.actlist li {
    float: left;
    width: 580px;
    height: 124px;
    margin-bottom: 30px;
    background-color: rgba(62, 65, 82, 0.1);
    border-width: 2px;
    border-color: #fff;
    border-style: solid;
}
.actlist li:nth-child(2n){
	margin-left: 40px;
}
.actlist li a {
    display: block;
    line-height: 0;
}
.actimg {
    float: left;
    width: 200px;
    height: 120px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.ovfl {
    display: block;
    overflow: hidden;
}
.acttit {
    display: block;
    color: #2f3343;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
}
.acti {
    display: block;
    font-style: normal;
    color: #858993;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 10px;
}
.actlist{
    overflow: hidden;
}