.picscont {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 30px 0;
}
.picst {
    width: 92%;
    height: auto;
    overflow: hidden;
    font-size: 1.2em;
    line-height: 150%;
    margin: 0 auto;
    text-align: center;
}
.picst2 {
    width: 92%;
    height: auto;
    overflow: hidden;
    font-size: 1em;
    line-height: 150%;
    margin: 10px auto;
    text-align: center;
}
.picsc {
    width: 92%;
    height: auto;
    overflow: hidden;
    font-size: 0.7em;
    line-height: 200%;
    margin: 0 auto;
    padding-top: 20px;
}
.picsbox {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.picsbox img {
    display: block;
    width: 44%;
    height: 30vw;
    object-fit: cover;
    margin-left: 4%;
    margin-bottom: 4vw;
    float: left;
}


.piclist {
    display: none;
}

.pbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f2f2f2;
    padding-top: 20px;
}
.pcol {
    width: 44%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 4%;
}
.pic2 {
    height: auto;
    padding: 10px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 15px;
    position: relative;
}
.pic2 img {
    display: block;
    width: 100%;
    height: auto;
}

.pic2 span {
    display: block;
    height: auto;
    font-size: 0.7em;
    line-height: 180%;
    padding: 10px 0;
    text-align: center;
}<!--0.00011491775512695-->