@charset "utf-8";
/* CSS Document */

.container {
    background-image: -webkit-linear-gradient(top,#FFFFFF 20%,#F9F9F9 100%);
}
.layui-container {
    padding-top: 10px;  
    padding-bottom:50px;
}
.layui-container > .layui-tab > .layui-tab-title {
    text-align: center;
}
.layui-container > .layui-tab > .layui-tab-title > li {
    margin: 0 10px;
}
.layui-container > .layui-tab > .layui-tab-content {
    padding-top: 15px;
}
.card {
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.18);
    position: relative;
    transition: all 1s ease 0s;
    overflow: hidden;
    margin-bottom: 0px;
}
.card img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all 1s ease 0s;
    height: 180px;
}
.card img:hover {
    -webkit-filter: brightness(.5);
    filter: brightness(.5);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.info {
    padding: 6px 15px 28px;
    height: 80px;
    overflow: hidden;
    line-height: 1.42857143;
}
.info h4 {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
    display: block;
    font-weight: bold;
    line-height: 18px;
    margin-top: 7px;
    margin-bottom: 5px;
    color: #60BDE8 !important;
}
.info a {
    color: #60BDE8 !important;
}
.info a:hover {
    text-decoration: underline !important;
}
.info small {
    color: #838383;
    padding-bottom: 10px;
}
.fields {
    bottom: 34px;
    font-size: 12px;
    height: 35px;
    left: 10px;
    line-height: 35px;
    max-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 15px;
    padding-right: 15px;
}
.fields i {
    padding-right: 5px;
    position:relative;
    top:1.2px;
}
.stars {
    background-color: #f6f6f6;
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #e7e7e7;
    box-shadow: 0 1px 0 0 #fff inset;
    padding: 7px 15px 7px 15px;
    color: #8B8B8C;
    position: relative;
}
.stars a {
    color: #8B8B8C;
}
.stars i {
    cursor: pointer;
    padding-right: 3px;
    position: relative;
    top: 1.4px;
}
.stars span {
    font-size: 10px;
    font-family: "Arial";
    padding-right: 12px;
}
.author {
    position: absolute;
    right: 1px;
    top: 1px;
    border-left: 1px solid #ddd;
    color: #aaa;
    cursor: default;
    width: 29px;
    line-height: 34px;
    height: 35px;
    transition: color 0.15s linear;
    text-align: center;
    font-size: 14px;
}
.author a:hover {
    color: #2D2D2D;
    text-decoration: none;
}
.author i {
    font-size:18px;
    position:relative;
    top:0px;
    left:2px;
}

/* 媒体查询 */
@media (max-width: 415px) {
    .layui-container > .layui-tab > .layui-tab-title > li {
        margin: 0px;
    }
}

