.com-contain {
    background: #ffffff;
}

.crumbs-nav {
    padding: 15px 0;
}

.crumbs-nav a,.crumbs-nav span {
    color: #8d8d8f;
}

.content-contain {
    position: relative;
}

.content-contain .left-box {
    width: 64%;
    float: left;
    overflow: hidden;
}

.content-contain .right-box {
    width:32%;
    float: right;
}
.content-contain .left-box .lunbo-box {
    border-radius: 8px;
}

.content-contain .left-box .lunbo-box img {
    margin: 24px 0;
    border-radius: 8px;
}

.content-contain .left-box .lunbo-box .el-carousel__container .item-img {
    width: 100%;
    height: 100%;
}

.content-contain .left-box .lunbo-box .el-carousel__container .bottom-name {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    font-family: MiSans-Semibold, MiSans;
    font-weight: 600;
   /* opacity: 0.5;
    background: #000;*/
}

.content-contain .left-box .lunbo-box .el-carousel__container .bottom-names {
    position: absolute;
    bottom: 0;
    left: 4%;
    width: 100%;
    height: 60px;
    text-align: left;
    color: #ffffff;
}

.content-contain .left-box .lunbo-box .el-carousel--horizontal .el-carousel__indicators {
    left: 10%;
    bottom: 2%;
}

/*列表*/
.content-contain .left-box .list {
    position: relative;
    overflow: hidden;
}

.article.normal-article,.article.normal-article .article-info {
    display: flex;
    flex-direction: column;
    jstify-content: space-between;
    -webkit-box-pack: justify;
}

.article {
    position: relative;
    padding: 0.3rem 0.3rem;
    background-color: #fff;
    z-index: 1;
    border-bottom: 1px solid #eee;
}

.article {
    position: relative;
    padding: 24px 0;
    background-color: #fff;
    z-index: 1;
    border-bottom: 1px solid #eee;
}

.article-title {
    /*line-height: .8rem;*/
    color: #232323;
    font-size: 0.64rem;
}

.text-overflow {
    font-size: 20px;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.multi-pic {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.multi-article-pic:not(:last-child) {
    margin-right: .5rem;
}
.multi-article-pic {
    width: 4.46rem;
    height: 3.257rem;
    object-fit: cover;
    -webkit-transition: opacity .7s;
    transition: opacity .7s;
    border-radius: .3rem;
}
.multi-article-detail{
    margin-bottom: -.2rem;
    height: .8rem;

}
.lazyloaded {
    opacity: 1;
}

.article-info{
    /* webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     flex-direction: column;*/
    width: 66%;
    height: 3.35rem;
    overflow: hidden;
}

.article-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.article-detail .article-resource,.article-detail .article-type,.article-detail .article-publishtime {
    font-size: 14px;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #999999;
    vertical-align: middle;
    padding-right: 16px;
}

.article-detail .article-type{
    color: #999999;
}
.article-detail .article-publishtime{
    margin-right: 0 !important;
}
.onePic{
    width: 100%;
    display: flex;
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.onePic .onePic-img img {
    width: 232px;
    height: 130px;
    border-radius: 4px;
}

.article-info{
    width: 68%;
    height: 130px;
    overflow: hidden;
}

.article.normal-article,.article.normal-article .article-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}


.article-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.no-img {
    width: 100%;
}

.content-contain .right-box .recommend {
    margin-top: 32px;
}

.content-contain .right-box .text-img {
    position: relative;
    width: 384px;
    height: 216px;
    margin-top: 24px;
}

.content-contain .right-box .text-img img {
    width: 100%;
    height: 100%;
}

.content-contain .right-box .bottom-name {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8000) 100%);
}

.content-contain .right-box .bottom-name,.bottom-names {
    position: absolute;
    bottom: 0;
    width: 95%;
    height: 40px;
    line-height: 40px;
    padding-left: 19px;
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    font-family: MiSans-Semibold, MiSans;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.content-contain .right-box .recommend .list {
    width: 100%;
    margin-top: 24px;
}

.content-contain .right-box .recommend .list li {
    padding-top: 16px;
    font-size: 16px;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.content-contain .right-box .recommend .list li:nth-child(1) {
    font-size: 18px;
    font-family: MiSans-Semibold, MiSans;
    font-weight: 600;
    color: #333333;
}

.content-contain .right-box .hotspot {
    padding: 20px 0;
}

.content-contain .right-box .hotspot .list .item {
    padding-top: 24px;
}

.content-contain .right-box .hotspot .list .item .info{
    display: flex;
}

.content-contain .right-box .hotspot .list .item i {
    display: block;
    font-style: normal;
    line-height: 22px;
    font-size: 16px;
    font-family: MiSans-Semibold, MiSans;
    font-weight: 600;
    color: #999999;
    margin-right: 16px;
}

.content-contain .right-box .hotspot .list .item p {
    flex: 1;
    line-height: 22px;
    letter-spacing: 1.5px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
}

.content-contain .right-box .hotspot .list .item:nth-child(1) p,.content-contain .right-box .hotspot .list .item:nth-child(2) p,.content-contain .right-box .hotspot .list .item:nth-child(3) p {
    font-size: 16px;
    font-family: MiSans-Semibold, MiSans;
    font-weight: 600;
    color: #333333;
}

.content-contain .right-box .hotspot .list .item:nth-child(1) i {
    color: #FF9E37;
}

.content-contain .right-box .hotspot .list .item:nth-child(2) i {
    color: #C3C3C3;
}

.content-contain .right-box .hotspot .list .item:nth-child(3) i {
    color: #C74D00;
}

.content-contain .right-box .one-img {
    position: relative;
    margin: 24px 0;
    width: 384px;
    height: 216px;
}

.content-contain .right-box .one-img img {
    width: 100%;
    height: 100%;
}

.content-contain .right-box .two-img {
    position: relative;
    overflow: hidden;
}

.content-contain .right-box .two-img .item {
    float: left;
    width: 180px;
    height: 102px;
    margin-right: 24px;
    margin-bottom: 54px;
}

.content-contain .right-box .two-img .item:nth-child(even) {
    margin-right: 0;
}

.content-contain .right-box .two-img .item .pic {
    width: 100%;
    height: 100%;
}

.content-contain .right-box .two-img .item .text {
    padding-top: 16px;
    padding-bottom: 24px;
    font-size: 16px;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content-contain .left-box .load-more {
    margin-top: 56px;
    margin-bottom: 130px;
    width: 100%;
    text-align: center;
}

.content-contain .left-box .load-more {
    display: inline-block;
    font-size: 16px;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    cursor: pointer;
    text-outline: none;
}