.list1 {
    width: 920px;
    padding: 20px;
    background: #fff;
    float: right;
    margin-top: 20px;
}
.list1 li {
    width: 100%;
    height: 180px;
    background: #f8f8f8;
    margin-top: 20px;
}
.list1 li .left {
    width: 30%;
    height: 100%;
    float: left;
    overflow: hidden;
}
.list1 li .left img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: transform;
    -webkit-transition-property: transform;
    -ms-transition-property: transform;
    -o-transition-property: transform;
}
.list1 li:hover div img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.list1 li .right {
    width: 60%;
    float: left;
    margin-left: 3%;
}
.list1 li .right .t1 {
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    color: #666666;
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list1 li .right .t2 {
    font-size: 14px;
    line-height: 24px;
    color: #b8b8b8;
    margin-top: 10px;
}
.list1 li .right .c1 {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-top: 15px;
    width: 100%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.page2 {
    background: #f9f9f9;
    padding-top: 70px;
    height: 1140px;
}


.list4 {
    width: 900px;
    padding: 30px;
    float: right;
    background: #fff;
}
.list4 .top .t1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    color: #333333;
}
.list4 .top div {
    height: 40px;
    border-bottom: 1px solid #ccc;
}
.list4 .top div span {
    display: block;
    margin-top: 15px;
}
.list4 .top div span p {
    margin-right: 20px;
    float: left;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
}
.list4 .con {
    padding-top: 40px;
}
.list4 .con p {
    font-size: 14px;
    line-height: 30px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: font-size line-height;
    -webkit-transition-property: font-size line-height;
    -ms-transition-property: font-size line-height;
    -o-transition-property: font-size line-height;
    color: #666666;
}
.list4 .bot {
    margin-top: 40px;
    border-top: 1px solid #ccc;
}
.list4 .bot .left {
    width: 70%;
    float: left;
}
.list4 .bot .left a {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    display: block;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    margin-top: 15px;
}
.list4 .bot .right {
    width: 20%;
    float: right;
    height: 80px;
    display: table;
}
.label1 {
    display: table-cell;
    vertical-align: middle;
}
.list4 .bot .right .label2 {
    width: 100%;
    text-align: right;
}
.label1 .label2 {
    display: inline-block;
}
.list4 .bot .right .label2 a {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}