/*版式1*/
#h5MoreFlag {
    display: none;
}

.list-1 {
    min-height: 280px;
}

.list-1 ul {
    margin-bottom: 12px;
    width: 100%;
}

.list-1 ul li {
    float: left;
    text-align: center;
    width: calc(50% - 8px);
}

.list-1 ul li:nth-child(2n) {
    margin-left: 16px;
}

.list-1 ul li img {
    width: 100%;
    aspect-ratio: 4/3;
}

.list-1 ul li p {
    height: 50px;
    background: #f6f6f6;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}

/*版式2*/
.list-2 {
    min-height: 280px;
}

.list-2 ul li {
    float: left;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px dashed #dcdcdc;
}

.list-2-time {
    width: 30%;
    background: #f6f6f6;
    height: 106px;
}

.list-2-time h3 {
    font-size: 54px;
    color: #6bc8fd;
    line-height: 36px;
    padding-top: 22px;
    text-align: center;
}

.list-2-time span {
    font-size: 16px;
    color: #6bc8fd;
    text-align: center;
    display: block;
    margin-top: 16px;
}

.list-2-title {
    width: 65%;
    text-align: left;
}

.list-2-title h4 {
    font-size: 16px;
    color: #2e2e2e;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.list-2-title p {
    font-size: 14px;
    color: #6e6e6e;
    line-height: 25px;
    height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin-top: 20px;
}

/*联系我们 && 关于我们 && 合作案例*/
.contact-wrap,
.about-wrap,
.case-wrap {
    color: #2e2e2e;
    font-size: 14px;
    line-height: 30px;
}

.about-wrap img,
.case-wrap img {
    width: 100%;
    aspect-ratio: 7/4.7;
    border: 1px solid #cccccc;
}

#_h5MapWrap {
    margin-top: 15px;
    width: 100%;
    height: 400px;
    border: #cccccc solid 1px;
    border-radius: 4px;
}

#_h5MapWrap img {
    width: initial;
}

#_h5MapWrap .amap-marker-label {
    border: 1px solid #cccccc;
    border-radius: 4px;
}

/*留言板*/
.message-wrap {
    width: 100%;
    text-align: center;
}

.message-wrap input {
    border: 1px solid #6bc8fd;
    border-radius: 4px;
    background: #fafafa;
    width: 70%;
    margin-bottom: 18px;
    color: #686868;
    padding-left: 8px;
    height: 30px;
}

.message-wrap textarea {
    border: 1px solid #6bc8fd;
    border-radius: 4px;
    width: 70%;
    height: 100px;
    color: #686868;
    padding-left: 8px;
    padding-top: 4px;
    resize: none;
}

.message-wrap button {
    border-radius: 4px;
    color: #ffffff;
    font-size: 15px;
    padding: 7px 19px;
    margin-top: 26px;
    margin-bottom: 10px;
    background: #6bc8fd;
    border: none;
    width: 70%;
}

