/*96KaiFa原创源码，唯一官网：www.96kaifa.com*/
.album-main{
    display: flex;
    justify-content: space-between;
}

.album-main>ul {
    width: 830px;
}
.album-main>ul>li {
    margin-bottom: 30px;
    background: #fff;
    transition: all .3s;
}
.album-main>ul>li+li {
    margin-top: 10px;
}
/* .album-main>ul>li:hover {
    box-shadow: 0 0 5px 5px #eeeeee;
    transition: all .3s;
} */
.album-main-left img {
    width: 250px;
    height: 160px;
    border-radius: 10px;
}
.album-main-right {
    flex: 1;
    margin-left: 20px;
}
.album-main-right>span {
    float: left;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    text-align: center;
    color: #1ec6c0;
    font-size: 14px;
    background: #effbfb;
}
.album-main-right-title a {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
    margin-bottom: 25px;
}
.album-main-right-title span {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: 800;
}
.album-main-right-title span:nth-child(2) {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
}
.album-main-right-title a:hover {
    color: #1ec6c0;
}
.album-main-right-desc p {
    width: 100%;
    color: #999999;
    font-size: 14px;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.album-main-right .xiangqing {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 74px;
    height: 26px;
    border: 1px solid #999999;
    border-radius: 15px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-top: 24px;
}
.album-main-right .xiangqing:hover {
    border: 1px solid #F04040;
    color: #F04040;
}
.displayFlex {
    display: flex;
}
.allTitle2 {
    margin-bottom: 20px;
}
.common {
    width: 340px;
}
.latest_img img {
    width: 340px;
    height: 200px;
    background: rgba(0, 0, 0, 0);
    opacity: 1;
    border-radius: 5px;
}
.latest_gl li a p span:nth-child(1) {
    width: 270px;
}
.latest_gl {
    margin-bottom: 40px;
}
.hotmgList img {
    width: 90px;
    height: 90px;
    border-radius: 15px;
}








