.content {
    width: 1280px;
    margin: 0 auto;
    padding: 30px 0;
}

.con-1 {
    overflow: hidden;
}

.con-2 {
    margin-top: 30px;
}

.con-1 .infos {
    background: #F5F5F5;
    padding: 30px;
    width: 560px;
    height: 340px;
    float: left;
}

.con-1 .infos1 {
    margin-left: 40px;
}

.con-1 .infos2 {
    width: 1220px;
}

.con-1 h1 {
    font-size: 24px;
    color: #212121;
}

.infos p {
    height: 21px;
    position: relative;
    margin-top: 19px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.infos p img {
    width: 5px;
    height: 5px;
    position: absolute;
    top: 10px;
    left: 0;
}

.infos p a {
    font-size: 18px;
    text-decoration: none;
    color: #666666;
    margin-left: 15px;
}

.infos p a:hover {
    color: #DF0506;
}

h1 .more {
    float: right;
    color: #666666;
    font-size: 14px;
    line-height: 32px;
    text-decoration: none;
}

h1 .more:hover {
    color: #DF0506;
}