.information {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 100px;
    margin-bottom: 50px;
}

.information .title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 100px;
}

.information img {
    width: 220px;
    height: 165px;
}

.content-item {
    display: flex;
    margin-bottom: 50px;
}

.content-item .left {
    width: 220px;
    height: 165px;
    margin-right: 20px;
}

.content-item .right {
    flex: 1;
    height: 165px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-item .right .title {
    margin-bottom: 20px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #4d4d4d;
    cursor: pointer;
}

.content-item .right .title a {
    color: #4d4d4d;
}

.content-item .right .title a:hover {
    color: #000;
}

.content-item .right .desc {
    font-size: 14px;
    color: #4d4d4d;
}

.dressage {
    width: 0;
    height: 0;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 300ms;
}

.dressage img {
    width: 100%;
    height: 100%;
}