.photoSlide {
    overflow: hidden;
    padding-top: 30px;
}

.photoSlide .tempWrap {
    margin: auto;
}

.photoSlide .photoList {
    overflow: hidden;
}

.photoSlide .item {
    float: left;
    margin-right: 22px;
    width: 100px;
    text-align: center;
    cursor: pointer;
}

.photoSlide .item img {
    height: 120px;
}

.photoSlide .item .name {
    margin-top: 5px;
}

.photoSlide .item:last-child {
    margin-right: 0;
}

.photoSlide .item img {
    width: 100%;
}

#content {
    margin-top: 30px;
}

#content p {
    line-height: 30px;
    margin-bottom: 10px;
}

#content img {
    max-width: 50% !important;
    height: auto !important;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

@media screen and (max-width:768px) {
    #content img {
        max-width: 80% !important;
    }
}