/**
 * @author: liang
 */

.liang_data_wrap > ul > li {
    float: left;
    width: 270px;
    padding-bottom: 14px;
    margin: 0 20px 20px 0;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}

.liang_data_wrap > ul > li:hover {
    -webkit-box-shadow: 0 4px 10px 0 rgba(80, 80, 80, .21);
    -moz-box-shadow: 0 4px 10px 0 rgba(80, 80, 80, .21);
    box-shadow: 0 4px 10px 0 rgba(80, 80, 80, .21);
}

.liang_data_wrap > ul > li:nth-child(4n+4) {
    margin-right: 0;
}


.liang_data_wrap > ul > li h3 {
    padding: 8px 5px 8px 14px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #333333;
    font-size: 14px;
    white-space: nowrap;
}

.liang_data_wrap > ul > li .info {
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    padding: 0 0 0 14px;
    margin-bottom: 10px;
    margin-top: 4px;
}

.liang_data_wrap > ul > li .info em {
    margin-right: 20px;
    color: #bbb;
    font-style: normal;
}

.liang_data_wrap > ul > li .info em span {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 3px;
    color: #bbb;
    font-size: 12px;
}

.liang_data_wrap > ul > li .user {
    padding: 14px 14px 0;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    border-top: 1px solid #f6f6f6;
}

.liang_data_wrap > ul > li .user .fr {
    color: #bbb;
    font-size: 12px;
    float: right;
}

.liang_data_wrap > ul > li .user .name {
    font-size: 14px;
    color: #666666;
}

.liang_data_wrap > ul > li .user a.user_info {
    margin-right: 15px;
    font-size: 14px;
    color: #333333;
}

.liang_data_wrap > ul > li .user img.avatar {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: -3px 12px 0 0;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
}


.liang_wrap_card_image {
    overflow: hidden;
    width: 270px;
    height: 210px;
}

.liang_wrap_card_image > a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.liang_wrap_card_image > a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 210px;
    content: "";
    display: block;
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    background-color: transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.liang_wrap_card_image > a:hover:after {
    background-color: rgba(0, 0, 0, 0.1);
}

.liang_card_image {
    position: relative;
    overflow: hidden;
    display: block;
    height: 210px;
    -webkit-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all .5s;
}


.liang-iconfont {
    font-size: 20px!important;
}

.author_card {
    width: 320px;
    padding: 20px;
    position: absolute;
    z-index: 98;
    left: 0;
    bottom: 49px;
    background: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
    display: none;
}

.author_card:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -4px;
    left: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #fff #fff;
    -webkit-transform: rotate(-46deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    transform: rotate(-46deg);
    -webkit-box-shadow: -3px 2px 2px rgba(255, 255, 255, .05);
    box-shadow: -3px 2px 2px rgba(255, 255, 255, .05);
}

.author_card .top_bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.author_card .card_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.author_card .avatar_container {
    width: 40px;
    height: 40px;
}

.avatar_container > a img {
    border-radius: 50%;
    display: block;
    background: #F2F2F2;
    width: 40px;
    height: 40px;
}

.author_card_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 174px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 20px;
}

.author_card_title_name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.author_card_position {
    font-size: 12px;
    color: #999999;
    max-width: 184px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 20px;
}

.author_card .focus_btn {
    height: 30px;
}

.author_card .product_box {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.author_card .product_box > a {
    margin-left: 10px;
    background: #F2F2F2;
    border-radius: 4px;
}

.author_card .product_box > a:first-child {
    margin-left: 0;
}

.author_card .product_box img {
    width: 100px;
    height: 72.5px;
    border-radius: 4px;
    display: block;
}

.author_card .statistics {
    height: 20px;
    line-height: 20px;
    color: #bbb;
    font-size: 12px;
    display: inline-block;
}

.author_card .statistics span {
    vertical-align: top;
}
