.container{
    width: 1200px;
    margin:0 auto;
}
.img{
    width: 100%;
    height: 100%;
}
.label_detail{
    width: 100%;
    padding-top: 40px;
}
.label_nav{
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
}
.label_nav:hover{
    color: #FD846A;
}
.label_container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-bottom: 120px;
}
.label_left{
    width: 895px;
}
.label_right{
    width: 285px;
}
.label_content{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(167, 170, 168, 0.4);
    border-radius: 10px;
    padding: 24px 20px 40px;
    box-sizing: border-box;
}
.label_desc{
    padding-bottom: 46px;
    position: relative;
}
.label_desc::after{
    content: '';
    width: 895px;
    height: 1px;
    background-image: url(https://imgs.sfkedu.com/yiyiarts/pc/home/img/v2021/label/line.png);
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: -20px;
}
.label_infos{
    width: 100%;
    display: flex;
}
.label_icon{
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin-right: 20px;
}
.label_info{
    flex: 1;
}
.label_info h3{
    color: #010101;
    font-size: 32px;
    line-height: 60px;
}
.label_info_text{
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    line-height: 30px;
    margin-top: 13px;
}
.label_info_text .red{
    color: red;
}
.label_info_tag{
    width: 44px;
    height: 24px;
    background: #2E9A66;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    margin-right: 5px;
}
.label_imgs{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.label_img{
    width: 270px;
}
.label_img_inner{
    width: 100%;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 5px 20px 0px rgba(167, 170, 168, 0.4);
    position: relative;
}
.label_img_inner img{
    border-radius: 10px;
}
.label_img_inner img:hover{
    transform: scale(1.05);
    transition: all 1s;
}
.label_img_label{
    width: 44px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    color: #000000;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 20px;
}
.label_img:hover .label_img_label{
    color: #000000;
}
.label_img_tag{
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    margin-top: 18px;
    text-align: center;
}
.label_article{
    padding-top: 40px;
}
.label_article_title{
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    border-left: 6px solid #2E9A66;
    padding-left: 10px;
}
.label_article_tags{
    margin-top: 18px;
    display: flex;
}
.label_article_tag_icon{
    width: 16px;
    height: 15px;
    margin-right: 9px;
}
.label_article_tag_icon.link{
    width: 19px;
    height: 17px;
}
.label_article_tag{
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    margin-right: 40px;
}
.label_article_tag:hover span{
    color: #FD846A;
}
.label_article_content{
    margin-top: 36px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    line-height: 24px;
}
.label_article_content p{
    line-height: 30px;
    margin-bottom: 15px;
}
.label_article_more{
    width: 110px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    margin: 40px auto 0;
}
.label_article_more:hover{
    background-color: #2E9A66;
    border-color: #2E9A66;
    color: #FFFFFF;
}
.guess{
    width: 100%;
    padding: 40px 20px 20px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 5px 20px 0px rgba(167, 170, 168, 0.4);
    margin-top: 20px;
}
.guess h3{
    color: #010101;
    font-size: 32px;
    margin-bottom: 40px;
}
.guess_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.guess_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 24px;
    margin-bottom: 20px;
}
.guess_item_text{
    width: 300px;
    color: #000000;
    font-size: 16px;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    margin-right: 20px;
}
.guess_item_time{
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}
.guess_item:hover .guess_item_text{
    color: #FD846A;
}
.guess_none{
    display: flex;
    justify-content: center;
    padding-bottom: 45px;
}
.guess_none_img{
    width: 125px;
    height: 65px;
}
.recommend{
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(167, 170, 168, 0.4);
    border-radius: 10px;
    margin-top: 20px;
}
.recommend h3{
    color: #010101;
    font-size: 32px;
}
.recommend_item{
    width: 100%;
    margin-top: 30px;
    display: flex;
}
.recommend_item_img{
    width: 280px;
    height: 150px;
    flex-shrink: 0;
    margin-right: 20px;
}
.recommend_item_img img{
    border-radius: 10px;
}
.recommend_item_infos{
    height: 150px;
    flex: 1;
    overflow: hidden;
    padding: 10px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.recommend_item_infos h4{
    color: #000000;
    font-size: 18px;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.recommend_item_info{
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    line-height: 24px;
}
.recommend_item_info p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.recommend_item_info p::after{
    content: '[详情]';
}
.recommend_item_tags{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}
.recommend_item:hover .recommend_item_infos h4{
    color: #FD846A;
}
.swiper-pagination{
    width: 100%;
    position: static;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #DCDCDC;
    opacity: 1;
    margin: 0 5px;
}
.swiper-pagination-bullet-active{
    background-color: #2E9A66;
}
.label_banner_slide{
    width: 100%;
    height: 190px;
    display: block;
    box-shadow: 0px 5px 20px 0px rgba(167, 170, 168, 0.4);
    border-radius: 10px;
}
.label_banner_slide img{
    border-radius: 10px;
}
.label_banner .swiper-container{
    box-shadow: 0px 5px 20px 0px rgb(167 170 168 / 40%);
}
.relevant{
    margin-top: 60px;
}
.relevant h3{
    color: #FD846A;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
    display: flex;
}
.relevant h3::after{
    content: '';
    width: 100%;
    height: 1px;
    background-image: url(https://imgs.sfkedu.com/yiyiarts/pc/home/img/v2021/label/line.png);
    position: absolute;
    left: 0;
    bottom: 0;
}
.relevant_title{
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.relevant_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.relevant_item{
    width: 43.8%;
    color: #000000;
    font-size: 14px;
    margin-top: 20px;
    display: inline-block;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.relevant_none{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.relevant_none_img{
    width: 125px;
    height: 65px;
}
.strategy_list{
    margin-top: 20px;
}
.strategy_item{
    display: flex;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
}
.strategy_item::after{
    content: '';
    width: 100%;
    height: 1px;
    background-image: url(https://imgs.sfkedu.com/yiyiarts/pc/home/img/v2021/label/line.png);
    position: absolute;
    bottom: 0;
    left: 0;
}
.strategy_item_img{
    width: 100px;
    height: 66px;
    position: relative;
    flex-shrink: 0;
    margin-right: 10px;
}
.strategy_item_img img{
    border-radius: 4px;
}
.strategy_item_img_tag{
    width: 25px;
    height: 30px;
    background-image: url(https://imgs.sfkedu.com/yiyiarts/pc/home/img/v2021/label/tag_icon.png);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.strategy_item_infos{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.strategy_item_infos h4{
    color: #333333;
    font-size: 16px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.strategy_item_info{
    color: #999999;
    font-size: 12px;
}
.strategy_item:hover .strategy_item_img_tag{
    color: #FFFFFF;
}
.strategy_item:hover .strategy_item_infos h4{
    color: #FD846A;
}