/*标签*/
.entire_label {
    position: relative;
    z-index: 9;
}
.entire_label .tag{
    display: inline-block;
    padding: 1px 7px;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    color: #999;
    font-size: 12px;
    cursor: pointer;
    margin-bottom: 4px;
    margin-left: 4px;
}
.entire_label .tag:hover {
    background: #bbb;
    color: #fff;
}
/*面包屑*/
.crumbs{
    border-top: 1px solid #f5f5f5;
    color:#888;
    padding:14px 0;
    background: #fff;
    font-size: 14px;
}
.crumbs .crumbs_link{
    cursor: pointer;
}
.crumbs .crumbs_link:hover{
    color: #F15766;
}
.crumbs .crumbs_link:after{
    content: '>';
    margin:0 5px;
    color: #888;
}

/*分页*/
.page{;
    color: #333;
    font-size: 12px;
    display: flex;
    justify-content: center;
    margin-bottom:30px;
}
.page .active{
    color: #fff!important;
    background: #f15766!important;
}
.page ul a{
    display: block;
}

.page select,
.page ul li{
    float: left;
    background: #FCFCFF;
    border: 1px solid #EEEEEE;
    margin: 0 2px;
    text-align: center;
    width:32px;
    height:32px;
    line-height: 32px;
    border-radius: 4px;
    cursor: pointer;
}
.page ul li:hover{
    color: #f15766;
}
.page .end_page,
.page .home_page{
    width:52px;
}
.page select,
.page .page_next,
.page .page_prev{
    width:59px;
}
.page select{
    outline: none;
    padding-left: 2%;
    /*清除默认样式*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    position: relative;
    background-image: url('../../images/news/1.png') ;
    background-repeat: no-repeat;
    background-position: 72% 54%;
    text-align: left;
}
/*清除ie下面的默认样式*/
select::-ms-expand{display:none;}
.page select:focus-visible{
    border: 1px solid #EEEEEE;
}

.page .page_total{
    float:left;
    line-height: 32px;
    margin-left: 17px;
    position: relative;
}
.page_total .num{
    color:#F25D40;
}
/*广告图*/
.advertising{
    text-align: center;
    padding-bottom:25px;
}
.advertising img{
    border-radius: 8px;
}
/*视频*/
embed, iframe, video {
    max-width: 100%;
    max-height: 100%;
}
/*移动端广告图*/
.AD_wap{
    display: none;
}
/*没有作品样式*/
.no-data{
    margin-top: 30px;
    color: #999;
    text-align: center;
}

/*精选作品 */
.carefully_work{
    background: #f15766;
    color: #fff;
    position: absolute;
    right: 0;
    border-bottom-left-radius: 8px;
    padding: 3px 5px;
    font-size: 14px;
    z-index: 2;
}
/*已获奖，已商用 作品*/
.award_mark {
    position: absolute;
    top: -28px;
    left: 10px;
    width: 20px;
    padding: 30px 3px 0;
    height: 99px;
    background: #f00;
    transform: rotate(46deg);
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    color: #fff;
    z-index: 2;
    box-sizing: content-box;
    box-shadow: 0 10px 20px rgb(0 0 0 / 80%);
}
.award_mark.four_mark{
    padding-top: 21px;
}
.award_mark  .mark_text{
    transform: rotate(-90deg);
}