.specialList {
    overflow: hidden;
}

.specialList img {
    float: left;
    width: 200px;
    height: 130px;
    margin-right: 15px;
    max-height: 200px;
}

.rightBox {
    float: left;
}

.leftOne h2 {
    font-size: 18px;
    margin: 0;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.leftOne {
    background: #EFEFEF;
    padding: 15px 10px;
}

.leftOne h2:before {
    content: '';
    display: block;
    position: absolute;
    top: 50px;
    height: 3px;
    width: 100px;
    /*background: #3d97e3;*/
}

.met-editor img {
    margin-bottom: 15px;
}

.met-editor span {
    color: #333;
    font-weight: bold;
}

.met-editor p {
    border-bottom: 1px dashed #CCCCCC;
    padding-bottom: 10px;
}

.met-editor p:last-of-type {
    border: none;
}

.specialList p.des {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
    overflow: hidden;
}

.specialList {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
}

.specialList h4 {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    margin-bottom: 10px;
}

.info a {
    float: right;
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #3d97e3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.info a:hover {
    color: #FFFFFF;
    background: #3d97e3;
    text-decoration: none;
    border: 1px solid transparent;
}

.info i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.info span {
    line-height: 25px;
    vertical-align: top;
    margin-right: 20px;
}

.info i.special-time {
    background: url(../img/icon_1.png) no-repeat center;
    background-size: 90%;
}

.info i.special-eyes {
    background: url(../img/icon_2.png) no-repeat center;
    background-size: 90%;
}

.metadata-title a {
    width: 500px;
    display: block;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}