.head-top {
    background: url("../images/head_pic.jpg") center top no-repeat;
    height: 620px;
}
.slt-zt-logo,.ss-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.slt-zt-logo span {
    width: 245px;
    height: 60px;
    display: block;
    margin-top: 25px;
}

.slt-zt-logo img {
    width: 100%;
    display: block;
}

.ss-container {
    background-image: linear-gradient(to bottom, rgba(255,225,190,1),rgba(255,225,190,0));
    position: relative;
}

.ss-content {
    background: #fff;

}

.ss-list {
    float: left;
    width: 535px;
    margin:0 20px 35px 35px;


}
.ss-list h3 {
    height: 94px;
}
.ss-list h3.fz {
    background: url("../images/title_bg1.jpg") 0 -376px no-repeat;
}
.ss-list h3.aq {
    background: url("../images/title_bg1.jpg") 0 -470px no-repeat;
}
.ss-list h3.gg {
    background: url("../images/title_bg1.jpg") 0 -188px no-repeat;
}
.ss-list h3.ms {
    background: url("../images/title_bg1.jpg") 0 -94px no-repeat;
}
.ss-list h3 em {
    float: right;
    font-size: 18px;
    margin-top: 26px;
    color:#ec0000;
}
.ss-list h3 em a {
    color: inherit;
}

.ss-list ul li {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
    margin: 20px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}

.ss-list ul li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #40c6db;
    top:50%;
    left:0;
}