.layout {
    background: #f6f6f6;
    padding: 20px 0px;
}

.container {
    width: 1280px;
    background: #ffffff;
    padding: 40px 90px 20px;
    box-sizing: border-box;
    margin: 0px auto;
}

.containerLeft {
    width: 970px;
}

.container-1 {
    width: 100%;
}

.slideBox-1 {
    position: relative;
}

.slideBox-1 a {
    position: relative;
    display: block;
}

.slideBox-1 a div {
    width: 100%;
    height: 40px;
    font-size: 13px;
    color: #ffffff;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0px;
    padding: 0px 15px;
    box-sizing: border-box;
}

.slideBox-1 a div span {
    display: inline-block;
    width: 328px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slideBtn-1 {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.slideBtn-1 div {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.slideBtn-1 div {
    background: rgba(255, 255, 255, 0.4);
}

.slideBtn-1 div:not(:last-of-type) {
    margin-right: 5px;
}

.slideBtn-1 div.on {
    background: #ffffff;
}

.listContainer {
    position: relative;
}

.listTitle {
    width: 100%;
    font-size: 20px;
    color: #666666;
    line-height: 20px;
    font-weight: 600;
    border-bottom: 1px solid #1a59a7;
    padding-bottom: 8px;
}

.listTitle span:not(:first-of-type) {
    display: inline-block;
    border-left: 1px solid #666666;
    margin-left: 24px;
    padding-left: 24px;
}

.listTitle span.on {
    color: #1a59a7;
}

.w470 {
    width: 470px;
}

.w530 {
    width: 530px;
}

.listItem a:not(.readMore) {
    line-height: 48px;
    border-bottom: 1px dashed #dadada;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listItem a:not(.readMore) div:nth-of-type(1) {
    width: calc(100% - 120px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listItem a:not(.readMore) div:nth-of-type(2) {
    font-size: 14px;
    color: #989898;
}

.readMore {
    font-size: 12px;
    color: #333333;
    position: absolute;
    top: 2px;
    right: 0px;
}

.slideBox-1,
.listContainer,
.slideBox-2,
.slideRight,
.imageList {
    margin-bottom: 25px;
}

.slideRight {
    width: 105px;
}

.slideRight a {
    width: 105px;
    height: 105px;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 70px;
    box-sizing: border-box;
}

.slideRight a:nth-of-type(1) {
    background: url(../images/rightSide-icon1.png) no-repeat;
    background-size: 100% 100%;
}

.slideRight a:nth-of-type(2) {
    background: url(../images/rightSide-icon2.png) no-repeat;
    background-size: 100% 100%;
}

.slideRight a:nth-of-type(3) {
    background: url(../images/rightSide-icon3.png) no-repeat;
    background-size: 100% 100%;
}

.slideRight a:nth-of-type(4) {
    background: url(../images/rightSide-icon4.png) no-repeat;
    background-size: 100% 100%;
}

.slideRight a:nth-of-type(5) {
    background: url(../images/rightSide-icon5.png) no-repeat;
    background-size: 100% 100%;
}

.slideRight a:nth-of-type(6) {
    background: url(../images/rightSide-icon6.png) no-repeat;
    background-size: 100% 100%;
}

.imageList {
    width: 100%;
    position: relative;
}

.imageItem {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}

.imageItem div {
    width: 204px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 5px;
}