/* Add here all your css styles (customizations) */
.city{
}

.city dt,.city li{
    margin-bottom: 10px;
}

.s-intro{
    color: #888;
    font-size: 12px;
}

.line-1{
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line-2{
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line-3{
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.pro-intro{
    margin: 0;
    font-size: 12px;
    color:#666;
}

.blog-latest-posts p{
    margin-bottom: 3px;
}

.content-eshowtec{
    padding: 20px 0 40px 0;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
    cursor: pointer;
}
.gallery-top {
    height: 100%;
    width: 100%;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    height: 100px;
    opacity: 0.5;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.honor_desc{
    max-height: 131px;
    overflow: auto;
}

.honor_desc p{
    margin-bottom: 2px;
}
.honor_desc p:before{
    content:"√";
    color:#9c8061;
}

@media only screen and (max-width: 500px) {
    .eshow-video{
        height:240px;
    }
}

@media only screen and (min-width: 501px) {
    .eshow-video{
        height:480px;
    }
}

.eshow-video iframe{
    width:100%;
    height:100%;
}

.modal-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.3;
    opacity: .30;
    filter: alpha(opacity=30);
}

.categories li {
    padding: 6px 0;
    border-bottom: 1px dotted #eee;
}