.spriteimg{
    background:url(../image/spriteimg.png)  no-repeat;
}
.title-border{
    height:20px;width:2px;background-position:0 0;
}
.dot{
    height:4px;width:4px;background-position:-2px 0;
}
.moreartist{
    height:16px;width:15px;background-position:-6px 0;
}
.eye_icon{
    height:12px;width:15px;background-position:-21px 0;
} 
.rightartistbtn{
    background-position:-60px 0;
}
.leftartistbtn{
    background-position:-108px 0;
}
.worksbtn{
    height:13px;width:61px;background-position:-132px 0;
} 
.wrap{
    width:1180px;
    width: 96%!important;
    margin: 0 auto!important;
}
/* 轮播图 开始*/
.banner{
    margin: 0 auto 10px;
    width: 1180px;
    height: 150px;
}
.bannerbg{
    background:url(../image/bannerbg-1.jpg) no-repeat;
}
.bannerbg .artist-name{
    top:200px;
    left: 65px;
    width: 420px;
    font-size: 28px;
    color: #000;
    text-align: center;
    letter-spacing: 2px;
    line-height: 105px;
    text-align: left;
    padding-left: 2.8rem;
    padding-top: 2.3rem;
}
.banner .banner-img{
    height: 400px;
}
.banner .banner-img li{
    left: 0;
    top: 0;
    display: none;
}
.banner .banner-img li a{
    display: block;
}
.banner .banner-img li img{
    width: 1180px;
    height: 400px;
}
.banner .banner-img li:first-child{
    display: block;
}
.banner .left-btn,.banner .right-btn{
    top: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    z-index: 9;
    cursor:pointer;
    display: none;
}
.banner:hover .left-btn,.banner:hover .right-btn{
    display: block;
}
.banner .left-btn{
    left: 0;
}
.banner .left-btn:hover{
    background-position:0 -569px;
}
.banner .right-btn{
    right: 0;
}
.banner .right-btn:hover{
    background-position:0 -469px;
}
.banner .banner-btn{
    left: 0;
    bottom: 15px;
    right: 0;
    height: 10px;
    text-align: center;
    font-size: 0;
}
.banner .banner-btn li{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #c0c0c2;
    cursor: pointer;
    display: inline-block;
    margin: 0 4px;
    *display: inline;
    *zoom:1;
}
.banner .banner-btn li.current{
    background-color: #fff;
}
.qr-code{
    width: 272px;
    right: 0;
    top: 0;
    z-index: 3;
    height: 400px;
    overflow: hidden;
}
.qr-code .qr-code-cur{
    background-color: #fff;
    filter: alpha(opacity=80);
    opacity: 0.8;
  /*  background:url(../img/pagebg.png); */
}
.qr-code .qr-code-in{
    width: 100%;
    height: 330px;
    padding-top: 70px;
}
.qr-code .qr-code-in iframe{
    width: 100%;
    height: 100%;
}
.qr-code .qr-code-in img{
    width: 179px;
    height: 179px;
    border:1px solid #ccc;
    margin:0 auto;
}
.qr-code .artist-logn{
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-weight:bold;
    font-size: 20px;
    color: #f00;
    z-index: 9;
    
}
.qr-code .summary{
    left: 0;
    right: 0;
    top: 285px;
    text-align: center;
    color:#333;
    font-size: 14px;
    line-height: 25px;
}
/* .banner .qr-code-up,.banner .qr-code-dow{
    left: 50%;
    margin-left: -60px;
    height:25px;
    width:120px;
    cursor:pointer;
} */
.banner .qr-code-Dow,.banner .qr-code-Up{
    left: 50%;
    margin-left: -60px;
    height:25px;
    width:120px;
    cursor:pointer;
    overflow: hidden;
}
.banner .qr-code-Dow{
    top: 0;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    display: none;
    z-index: 111;
}
.banner .qr-code-Up{
    bottom:0;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.banner .qr-code-Up .Up-in,.banner .qr-code-Dow .Dow-in{
    height:25px;
    width:120px;
    background-color: #000;
    filter: alpha(opacity=30);
    opacity: 0.3;
}
.banner .qr-code-Dow p{
    width: 120px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    left: 0;
    top: 0;
    font-size: 15px;
    font-weight: bold;
}
/* .banner .qr-code-up{
    bottom: 0;
} */
.banner .qr-code-Up .pageup{
    top: 8px;
    left: 50px;
    animation:myfirst 0.8s linear infinite;
}
@keyframes myfirst{
    0%{
        top: 5px;
    }
    25%{
        top: 8px;
    }
    50%{
        top: 11px;
    }
    75%{
        top: 8px;
    }
    100%{
        top: 5px;
    }
}
.banner .qr-code-dow{
    top: -1px;
    display: none;
    text-align: center;
    line-height: 25px;
    color: #fff;
}
.banner .qr-code-dow .pagedow{
    top: 8px;
    left: 50px;
    animation:myfirst 0.8s linear infinite;
}
/* 轮播 结束 */
/* 二维码登录 */
.signin-code{
    left: 50%;
    background: rgba(255,255,255,.9);
    background-color: #fff \9;
    filter: alpha(opacity=90) \9;
    opacity: 0.9 \9;
    top: 85px;
    margin-left: 370px;
    height: 300px;
    width: 220px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    display: none;
}
.signin-code1{
    display: none!important;
}
.signin-code .qr-code-in{
    height: 280px;
    padding-top: 50px;
}
.signin-code .summary{
    color: #333;
    top: 237px;
}
.signin-code .artist-logn{
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #333;
}
/* 主导航 */
.mainnav{
    height: 53px;
    margin-bottom:22px;
}
.mainnav ul{
     border-bottom: 1px solid #bebec0;
}
.mainnav__fixed{
    position: fixed;
    top:0;
    /*left:50%;*/
    margin-left:-590px;
    z-index:10;
    width: 100%!important;
}
.mainnav>ul{
    width:100%;
    background-color: white;
}
.mainnav_item{
    float: left;
    width:195px;
    width:194.5px \9;
    display: block;
    border-right: 2px solid #edeef0;
    background-color: #fff;
}
.mainnav_item:last-child{
    border:none;
}
.mainnav_item>a{
    padding:17px 0;
    line-height:18px;
    text-align: center;
    font-size:18px;
    color:#333;
    display: block;
}
.mainnav_item:hover{
    background-color: #fafafa;
}
.mainnav_item__current>a{
    color:#d0021b;
    padding:17px 0 15px;
    border-bottom:2px solid #d0021b;
}
/* 艺术家官网banner */
.artistbanner{
    width: 1180px;
    margin:0 auto;
}
.artistbanner a{
    display: block;
}
.artistbanner img{
    width: 1180px;
    height: 400px;
}
/* panel 面板 */
.panel_hd{
    border-bottom: 2px solid #d0021b;
    padding:7px 0;
    margin-bottom:20px;
}
.panel_hd_title{
    height:20px;
    line-height:20px;
    color:#333;
    font-size:20px;
    font-weight:bold;
}
.panel_hd_title .title-border{
    margin-right: 10px;
}
.panel_hd_more{
    color: #666;
    font-size:14px;
    line-height:20px;
}
.panel_item{
    height:36px;
    line-height:36px;
   /*  padding-left: 10px; */
}
.panel_link{
     float: left;
     width:100%;
     display: block;
     font-size: 14px;
     color: #000;
/*      padding-left: 10px;*/
}
.panel_link:hover{
    text-decoration: underline;
}
/* 艺术家图文列表 */
.artist-tpList{
    width:920px;
}
.artist-tp{
    margin:0 19px 19px 0;
    background-color: #fff;
    display: block;
    float: left;
    padding:10px 10px 0;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.artist-tp:hover{
    position: relative;
    z-index: 1;
    box-shadow:0 0 10px rgba(0, 0, 0, .3);
}
.artist-tp__hover:hover .artist-tp_mask{
    display: block;
}
.artist-tp_pic{
    position: relative;
    width:144px;
    height:144px;
}
.artist-tp_pic>img{
    width:100%;
    height:100%;
}
.artist-tp_mask{
    position: absolute;
    z-index: 1;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: none;
    background: rgba(255,255,255,.9);
    background-color: #fff \9;
    filter:alpha(opacity=90) \9;
    opacity:0.9 \9;
    color: #333;
}
.artist-tp_mask>div{
    margin:27px auto 0;
    width:120px;
    height:55px;
    line-height:18px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.artist-tp_txt{
    line-height:14px;
    font-size:14px;
    color:#333;
    text-align: right;
    padding:7px 0;
}
.artist_hot{
    width:230px;
    height:586px;
    background-color: #fff;
}
.artist-tp__artistHome {
    margin: 0;
    padding-right: 9px;
    padding-bottom:30px;
}
.picFull{
    position: relative;
}
.picFull img{
    width: auto;
    height: auto;
    *+width:100%;
    *+height:100%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
}
.artist-tp__artistHome .artist-tp_pic{
    width: 280px;
    height: 207px;
}
.artist-tp__artistHome .artist-tp_txt{
    text-align: left;
    font-size: 14px;
    color: #000;
    padding: 7px 0;
    line-height: 25px;
    width: 275px;
}
/* 展讯 */
.spreadtrum-tpList{
    margin-right:-20px;
}
.spreadtrum-tp{
    margin-right:20px;
    margin-bottom:20px;
    float: left;
    width:178px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
}
.spreadtrum-tp:hover{
    background-color: #f8f8f8;
}
.spreadtrum-tp_pic{
    width:100%;
    height:237px;
}
.spreadtrum-tp_pic>img{
    width:100%;
}
.spreadtrum-tp_txt{
    display: block;
    padding:12px 10px 9px;
    font-size:12px;
    color:#666;
}
.spreadtrum-tp_summary{
    height:36px;
    line-height:18px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size:14px;
    color:#000;
}
.spreadtrum-tp_date{
    padding:10px 0;
    line-height:14px;
}
/* 资讯 */
.news-tpList{
    width:720px;
}
.news-tp{
    margin-right:20px;
    margin-bottom:10px;
    float: left;
    overflow: hidden;
}
.news-tp:hover .news-tp_txt{
    color: #d0021b;
}
.news-tp_pic{
    width:338px;
    height:226px;
    border: 1px solid #dcdcdc;
}
.news-tp_pic img{
    width:100%;
    height:100%;
}
.news-tp_txt{
    width:338px;
    padding:10px 0;
    line-height:14px;
    font-size:14px;
    color:#000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 媒体报道 */
.panel__md{
    width:430px;
    margin-bottom:48px;
}
.panel__md .panel_hd{
    padding:4px 0 11px;
    border-bottom:1px solid #d5d6d8;
    margin-bottom:10px;
}
.media_link{
    width:70%;
}
.media_source{
    width: 30%;
    line-height:14px;
    float: right;
    font-size:14px;
    color:#666;
    line-height: 36px;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 拍卖信息 */
.auction-tpList{
    width:850px;
    display: none;
}
.auction-tp_prototypeSize{
    width:277px;
    margin-right:4px;
    font-size:0;
}
.auction-tp{
    margin-bottom: 4px;
    margin-right:4px;
    display: inline-block;
}
.auction-tp_pic{
    position: relative;
    width:277px;
    height:185px;
}
.auction-tp_pic img{
    width:100%;
    height:100%
}
.auction-tp_txt{
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height:30px;
    line-height:30px;
    filter: alpha(opacity=60);
    background-color: #000 \9;
    opacity: 0.6 \9;
    background-color: rgba(0,0,0,.6);
    font-size:12px;
    color: #fff;
}
.auction-tp_title{
    width: 100%;
    margin-left:5px;
}
.auction-tp_title.w_80{
    width: 80%;
}
.auction-tp_status{
    color: #ff5454;
    margin-right:10px;
}
.auction-tp__zoomHeight .auction-tp_pic{
     height:374px;
}
.auction-tp__zoom .auction-tp_pic{
    height:280px;
}
.auction-tp__zoom .auction-tp_pic{
    width:418px;
}
.artist-tp__blackHover .artist-tp_mask{
    display:block;
    background: rgba(0,0,0,.08);
    background-color: #fff \9;
    filter:alpha(opacity=9) \9;
    opacity:0.09 \9;
}
.artist-tp__blackHover:hover .artist-tp_mask{
    display:none;
}
/*拍卖资讯*/
.panel__sm{
    width:290px;
}
.panel__sm .panel_hd{
    padding:4px 0 11px;
    border:0 none;
    margin-bottom:20px;
}
.panel_link i{
    position: relative;
    left:0;
    top:0;
    margin-right: 8px;
    margin-top:18px;
}
.auctionNews_pic{
    position: relative;
    width:290px;
    height:135px;
}
.auctionNews_pic img{
    width:100%;
    height:100%;
}
.auctionNews_list{
    padding:12px 0 5px;
}
/* .auctionNews_list .panel_item i{
    left: -10px;
    top: 0;
} */
.auctionNews_txt{
    position: absolute;
    left:0;
    bottom:0;
    padding:10px 0;
    width:100%;
    line-height:12px;
    font-size:12px;
    color:#fff;
    text-indent:10px;
    background-color: rgba(0,0,0,.6);
}
/* .auctionNews .panel_link{
    width:95%;
} */
.auctionNews_link{
    width:100%;
    height:1px;
    margin:7px 0 19px;
    background-color: #d5d6d8;
}
/* 作品类型 */
.worksType{
    width:570px;
    margin-bottom:20px;
}
.worksType .panel_hd{
    padding:10px 0;
    border-bottom: 1px solid #d5d6d8;
}
.worksType .panel_bd{
    width:570px;
}
.worksType .auction-tp{
    margin-right:0;
    margin-bottom:0;
}
.worksType .auction-tp:first-child{
    float: left;
}
.worksType .auction-tp:last-child{
    float: right;
}
.worksType .auction-tp_pic{
    width:275px;
    height:275px;
}
.worksType_more{
    margin:10px auto 0;
    width:398px;
    height:38px;
    display: block;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    line-height:38px;
    text-align: center;
    font-size:18px;
    color:#333;
    margin-bottom:30px \9;
}
.worksType_more:hover{
    background: #fafafb;
}
/* 艺术家-分类页 */
.listPage{
    margin-top:20px;
    margin-bottom:30px \9;
    background-color: #fff;
}
.article{
    width:899px;
    border-right:1px solid #edeef0;
}
.aside{
    width:280px;
}
/* 艺术家-分类页-头部 */
.article_hd{
    padding:11px;
    height:24px;
    background-color: #f8f8f9;
    border-bottom: 1px solid #e5e5e5;
}
.artist_title{
    font-size:16px;
    color: #000;
    margin-top:3px;
    margin-left:10px;
    padding-left:7px;
    height:18px;
    line-height:18px;
    border-left:2px solid #d0021b;
}
.artist_reset{
    padding:0 15px;
    height:22px;
    line-height:22px;
    text-align: center;
    border: 1px solid #ff5454;
    border-radius:22px;
    font-size:10px;
    color: #ff5454;
}
/* 艺术家-分类页-分类 */
.artist_type{
    padding:6px 0;
    border-bottom:1px solid #e1e2e4;
    font-size: 14px;
}
.type_title{
    float: left;
    padding-right:20px;
    width:80px;
    height:24px;
    line-height:24px;
    color:#000;
    text-align: right;
}
.type_content{
    width:799px;
}
.type_content a:nth-of-type(1){
    float: left;
    margin-right: 22px;
    height: 24px;
    line-height: 24px;
}
.type_btn{
    float: left;
    margin-right:22px;
    height:24px;
    line-height:24px;
    color:#000;
}
.type_btn:hover, .type_btn__current{
    color: #ff5454;
}
/* 艺术家-分类页-排序 */
.sort{
    padding:12px 0 12px 10px;
    border-bottom: 1px solid #f2f2f2;
}
.sort_btn{
    display: inline-block;
    margin:0 10px;
    font-size:12px;
    color: #333;
}
.sort_btn:hover, .sort_btn__current{
    color: #ff5454;
}
/* 艺术家-分类页-排序 */
.main{
    margin-right:-1px;
}
.main .artist-tp{
    margin:0;
    padding-right:9px;
}
.main .artist-tp_pic{
    width:130px;
    height:130px;
}
.main .artist-tp_txt{
    height: 50px;
    width: 130px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    color: #666;
}
.main .artist-tp_artistName{
    width: 100%;
    color: #000;
    font-size:14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 艺术品专区 */
.main__prefecture .artist-tp_pic{
    width:280px;
    height:207px;
}
.main__prefecture .artist-tp_txt{
    width: 280px !important;
    position: relative;
    margin-bottom:20px;
    width: 100%;
    text-align: left;
    color: #000;
}
.main__prefecture .auction-tp_status{
    position: absolute;
    right:0;
    bottom:10px;
    display: inline-block;
    height:24px;
    line-height:24px;
    color: #d0021b;
}
/* 资讯信息 */
.sort__news {
    padding:2px 0 2px 25px;
    display: inline-block;
    border:0 none;
}
.sort__news .sort_btn{
    margin:5px 0;
    padding:0 10px;
    height:12px;
    line-height:12px;
    border-right:1px solid #999;
}
.sort__news .sort_btn:last-child{
     border: 0 none;
 }
/* 资讯信息-内容 */
.news_list{
    margin-left:10px;
    padding:15px 15px 15px 0;
    width:875px;
    border-bottom:1px dashed #e5e5e5;
}
.news_list:last-child{
    border-bottom:1px solid #e1e2e4;
}
.news_list .panel_link{
    font-size:16px;
    color: #333;
}
/* 展览信息 */
.main__m0{
    margin:0;
}
.main .spreadtrum-tp_txt{
    position: relative;
    padding:14px 10px;
    border-bottom:1px solid #e1e2e4;
}
.main .spreadtrum-tp_summary{
    width: 85%;
    height:34px;
    line-height:34px;
    color: #333;
    font-size:16px;
    font-weight:600;
    -webkit-line-clamp: 1;
}
.main .spreadtrum-tp_date{
    width:85%;
    padding:8px 0;
}
.spreadtrum-tp_address{
    width:85%;
    height:12px;
    line-height:12px;
    padding:9px 0;
}
.spreadtrum-tp_btn{
    position: absolute;
    top:48px;
    right:10px;
    padding:0 25px;
    display: block;
    height:26px;
    line-height:26px;
    text-align: center;
    border:1px solid #d0021b;
    border-radius: 26px;
    color: #d0021b;
    font-size:12px;
}
.spreadtrum-tp_btn__success{
    color: #40ad38;
    border-color: #40ad38;
}
.spreadtrum-tp_btn__primary{
    color: #666;
    border-color: #666;
}
/* 列表页 */
.mainnav__list .mainnav_item{
    width:129.3px;
    width:129px \9;
}
/* 艺术家首页右侧内容 */
.rightaside{
    border:1px solid #e1e2e4;
    width: 248px;
    background-color: #fff;
    padding-top: 30px;
}
.rightaside-top {
    border-bottom: 1px solid #e1e2e4;
    padding-bottom: 20px;
}
.rightaside-top .rightaside-img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin:0 auto;
}
.rightaside-top p{
    text-align: center;
}
.rightaside-top .img-name{
    padding-top: 5px;
    font-size: 18px;
    color: #000;
    line-height: 35px;
}
.rightaside-top .volume{
    text-align: center;
     height: 17px;
    line-height: 17px;
    color: #a9a9a9;
    font-size: 13px;
    margin-bottom: 10px;
}
.rightaside-top .volume span{
    background:url(../image/eye_icon.png) no-repeat left center;
    padding-left: 20px;
}
.rightaside-top .artist-mage{
    line-height: 20px;
    -webkit-line-clamp: 3;
    padding: 0 30px;
}
.rightaside-top .artist-detailed{
    display: block;
    height: 18px;
    line-height: 18px;
    width: 40px;
    margin:10px auto 0;
    color: #666;
    text-align:center;
    background-color: #f4f5f5;
}
.rightaside-center{
    border-bottom: 1px solid #e1e2e4;
    padding:25px 0 23px 23px;
}
.rightaside-center .center-img{
    width: 99px;
    height: 99px;
    border:1px solid #e1e2e4;
    overflow: hidden;
}
.rightaside-center img{
    width: 132px;
    height: 147px;
    left: -17px;
    top: -39px;
}
.rightaside-center p{
    padding:23px 8px 0 20px;
    line-height: 25px;
    width: 96px;
}
.rightaside-bottom .rightaside-title{
    height: 56px;
}
.rightaside-bottom .rightaside-title a{
    width: 140px;
    padding-left: 15px;
    color: #999;
    height: 56px;
    line-height: 56px;
}
.rightaside-bottom .rightaside-title a .moreartist{
    margin:20px 8px 0 0;
}
.rightaside-bottom .leftartistbtn,.rightaside-bottom .rightartistbtn{
    width: 24px;
    height: 56px;
    cursor: pointer;
}
.rightaside-bottom .leftartistbtn:hover{
    background-position:-84px 0;
}
.rightaside-bottom .rightartistbtn:hover{
   background-position:-36px 0;
}
.rightaside-bottom .artist-ul{
    width: 220px;
    height: 150px;
    margin:0 auto 22px;
}
.rightaside-bottom .artist-ul li{
    left:0;
    top: 0;
    display: none;
}
.rightaside-bottom .artist-ul li.current{
    display: block;
}
.rightaside-bottom .artist-ul a{
    display: block;
    width: 220px;
    height: 150px;
}
/* .rightaside-bottom .artist-ul li img{
    width: 220px;
    height: 150px;
} */
/* end艺术家首页右侧内容 */
/* 商品 */
.goods{
    margin-right:-1px;
    background-color: #fff;
}
.more_Box{
    width:100%;
    height:60px;
    line-height:60px;
    text-align: center;
}
.more_link{
    font-size:14px;
    color: #333;
}
.more_link:hover{
    text-decoration: underline;
}
/*艺术家资讯*/
.panel__default{
    margin-top:20px;
    background-color: #fff;
}
.panel__default .panel_hd{
    padding:15px 0 14px;
    border-bottom:1px solid #e5e5e5;
    margin-bottom:0;
}
.panel__default .panel_hd_title{
    margin-left:10px;
    height: 14px;
    line-height:1;
    font-size:14px;
    font-weight:500;
    color: #000;
}
.panel__default .panel_bd{
    border-bottom: 1px solid #e5e5e5;
}
.artistNews .panel_bd{
    padding:0 10px;
}
.artistNews_item{
    display: block;
    padding:9px 0 18px;
    border-bottom: 1px dashed #f2f2f2;
}
.artistNews_item:last-child{
    border:0 none;
}
.artistNews_title{
    height:35px;
    line-height:35px;
    font-weight:600;
    font-size:14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.artistNews_summary{
    line-height:18px;
    font-size:12px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* 出版著作 */
.publish .panel_bd{
    margin-right:-1px;
    border: 0 none;
}
.publish .artist-tp{
    margin:0;
    padding-bottom:20px;
}
.publish .artist-tp:last-child{
    border-right:0 none;
}
.publish .artist-tp_pic{
    width:204px;
    height:204px;
}
.publish .artist-tp_txt{
    width: 204px;
    text-align: left;
}
.artist-tp_artistName{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 艺术家官网-作品 */
.container{
   min-height: 300px;
    /* border-bottom: 1px solid #edeef0; */
}
.goods__list{
    margin:auto;
    /* border-bottom: 1px solid #e5e5e5; */
}
.goods__list {
     display: bloc!important; 
    align-items: center!important;
    justify-content: space-around!important;
    flex-wrap: wrap!important;
}
.goods__list .artist-tp:nth-child(4n){
    border-right:0;
}
.goods__list .artist-tp_pic{
    width:275px;
    height:207px;
}
/* 艺术家官网-资讯 */
.container .artistNews_item{
    position: relative;
    padding-left:20px;
    padding-right:20px;
    border-bottom: 1px solid #f2f2f2;
}
.container .artistNews_title{
    width:80%;
}
.artistNews_source{
    position: absolute;
    right:20px;
    top:0;
    height:50px;
    line-height:50px;
    color: #666;
    font-size:14px;
}
/*相册*/
.album .artist-tp{
    width: 275px;
    padding-bottom: 0;
    width: 49.5%!important;
    float: left!important;
    margin-top: 20px!important;
}
.album .artist-tp_pic{
    position: relative;
    height:275px;
}
.album .artist-tp_pic>img{
    width:auto;
    height:auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
}
.artist-tp_summary{
    height:50px;
}
/* 艺术家拍品 */
.auction-con{
    background-color:#fff;
    overflow: hidden;
}
.auction-con .container ul{
    width: 1185px;
}
.auction-con li{
    padding:11px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.auction-con li:hover .img-name{
   text-decoration: underline;
}
.auction-con li:hover{
    background-color:rgb(250,250,250);
}
.auction-con li .auction-img{
    display: block;
    width: 340px;
    height: 340px;
}
.auction-con li .auction-img img{
    width: 340px;
    height: 340px;
}
.auction-con li .auction-img-mage{
    width: 179px;
    padding:30px 25px 0;
    text-align: center;
    color: #000;
}
.auction-con li .auction-img-mage .img-name{
    color: #000;
    display: block;
    margin-bottom: 5px;
}
.auction-con li .img-category,.auction-con li .img-size{
    color: #999;
}
.auction-con li .img-offer{
    width: 118px;
    height: 118px;
    border:1px solid #ccc;
    margin:30px auto 10px;
}
/* 展讯 */
.content{
    width: 1180px;
    margin:20px auto 30px;
    background-color: #fff;
}
.section-left{
    width: 899px;
    border-right:1px solid #e1e2e4;
    /* overflow: hidden; */
}
.section-left-title{
    padding-left: 20px;
    border-bottom: 1px solid #f2f2f2;
}
.section-left-title .title-centent{
    text-align: center;
    height: 40px;
}
.section-left-title .name{
    font-size: 26px;
    color: #000;
    padding: 10px 0;
    line-height: 40px;
    text-align: center;
}
.section-left-title .state{
    height: 28px;
    line-height: 28px;
    padding:0 25px;
    border:1px solid #d0021b;
    color: #d0021b;
    border-radius: 15px;
    bottom: 10px;
    right: 30px;
}
.section-left-title .data{
    font-size: 14px;
    color: #999;
    line-height: 28px;
    margin:0 15px 0 20px;
    display: inline;
}
.section-left-title .img-name{
    line-height: 28px;
    color: #999;
    font-size: 14px;
    margin-right:15px;
    display: inline;
}
.section-left-title .number{
    padding-top: 9px;
    height: 12px;
    line-height: 12px;
    color: #a9a9a9;
    margin:0 15px 10px 0;
    display: inline;
    padding-left: 22px;
}
.section-left-title .number .eye_icon{
    left: 0;
    top: 12px;
}
.section-con{
    padding:40px 100px 0;
    font-size: 14px;
    color: #000000;
    line-height: 30px;
    min-height:810px; 
    padding-bottom: 90px;
    text-indent: 30px;
}
.section-con .section-con-title{
    font-size: 18px;
    margin-bottom: 3px;
    display: none;
}
/* .section-con .section-up,.section-exhibition{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    overflow:hidden;
} */
.section-con .title-bottom{
    border-top: 1px solid #e5e5e5;
}
.section-con img{
    width: 550px;
    height: auto;
    margin:0 auto;
}
.section-up-ul{
    font-size: 14px;
    color: #333;
    padding-top: 20px;
}
.section-up-ul .li-title{
    width: 78px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 0;
}
.section-up-ul .li-con{
    width: 620px;
    color: #000;
    /* line-height: 30px;  */
    margin-bottom: 0;
    padding-top: 3px;

}
.section-con p{
    margin-bottom: 15px;
}
.section-exhibition .section-con-title{
    margin-bottom: 15px;
    padding-top: 10px;
}
.section-exhibition p{
    margin-bottom: 20px;
}
.section-exhibition .section-img-copy{
    text-align: center;
    color: #999;
    line-height: 30px;
    height: 30px;
    margin-bottom: 10px; 
}
.section-scene{
    border-bottom: 0;
   /*  margin-bottom: 40px; */
}
.section-left-bottom{
    padding-left: 100px;
    border-top: 1px solid #f2f2f2;
    bottom: 0;
    left: 0;
    width: 799px;
}
.section-left-bottom .section-top:hover{
    background-color: #fff;
}
.section-left-bottom .section-top:hover p span{
    border-bottom: 1px solid #333;
}
.section-left-bottom .section-top {
    height: 70px;
    line-height: 70px;
    border:0;
}
.section-left-bottom .section-top span:first-child {
    margin: 20px 10px 20px 20px;
}
.section-left .section-left-bottom .section-top p span{
    margin:0;
}
/* end 展讯 */
.works-top{
    padding-left: 20px;
    border-bottom:1px solid #e5e5e5;
}
.works-top-name{
    padding-top: 10px;
}
.works-top-name .name{
    font-size: 16px;
    color: #000;
}
.works-top-name .state{
    border:1px solid #d0021b;
    padding:3px 15px;
    border-radius: 13px;
    color: #d0021b;
    margin-left: 10px;
}
.works-top .summary{
    color: #666;
    height: 40px;
    line-height: 40px;
}
.works-top .number{
    height: 12px;
    line-height: 12px;
    color: #a9a9a9;
    margin-right: 30px;
    margin-bottom: 13px;
}
.works-top .number .eye_icon{
    margin-right: 5px;
}
.works-top .works-top-r{
    width: 240px;
    border-left:1px solid #e5e5e5;
    padding:15px 0;
}
.works-top .works-top-r .works-top-img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin:0 15px 0 20px;
}
.works-top .works-top-r .works-top-p{
    width: 135px;
    padding-top: 6px;
}
.works-top .works-top-r .works-top-p span{
    display: block;
    color: #333;
    line-height: 20px;
}
.works-top .works-top-r .works-top-p .p-name{
    font-size: 14px;
    color: #000;
}
.works-con{
    padding: 27px 90px 0;
    font-size: 14px;
    line-height: 30px;
    display: flex;
}
.works-con .w-content {
    flex: 1;
    /*margin-right: 50px;*/
}
.works-con .works-com-img{
    /* width: 1000px; */
    /* /* height: 700px; */

    width: 200px;
    height: 600px;
    margin-bottom: 10px;
}
.works-con .works-com-img img{
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* margin:auto; */
    /* max-width: 1000px; */
    /* max-height: 700px; */
    max-width: 300px;
    max-height: 500px;
}
.works-con p{
    color: #000;
    line-height: 25px;
    font-size: 14px;
    padding: 10px 0px;
    text-align: justify;
}
.works-con p img{
    height: auto!important;
    width: auto!important;
    max-width:610px!important;
    margin: 0 auto;
    display: block;
}
.works-con .works-offer{
    width: 240px;
    margin:35px auto 0;
}
.works-con .works-offer .offer-title{
    font-size: 20px;
    text-align: center;
}
.works-con .works-offer .offer{
    margin:10px auto 30px;
    width: 28px;
    height: 23px;
    background:url(../image/offer.png) no-repeat;
}
.works-con .works-offer .qrcode-img{
    width: 238px;
    height: 238px;
    border:1px solid #ccc;
}
.works-con .works-offer .qrcode-summary{
    font-size: 14px;
    text-align: center;
    padding: 10px 0 20px;
}
.works-bottom{
    border-top: 1px solid #f2f2f2;
    padding-left: 10px;
}
.works-bottom .section-top:hover{
    background-color: #fff;
}
.works-bottom .section-top p span{
    margin:0;
}
.works-bottom .section-top:hover p span{
    border-bottom: 1px solid #333;
}
.works-bottom .section-top{
    border:0;
    padding: 16px 0;
}
.works-bottom .works-more{
    border-left: 1px solid #f2f2f2;
    width: 839px;
    padding-left: 10px;
    padding-bottom: 12px;
}
.works-bottom .works-more .works-more-title{
    height: 30px;
    line-height: 30px;
}
.works-bottom .works-more .more-ul li{
    margin-right: 10px;
}
.works-bottom .works-more .more-ul li a{
    display: block;
    width: 96px;
    height: 68px;
}
.works-bottom .works-more .more-ul li a:hover .img-name{
    display: block;
}
.works-bottom .works-more .more-ul li img{
    max-width: 96px;
    max-height: 68px;
    margin: 0 auto;
}
.works-bottom .works-more .more-ul li .img-name{
    left: 0;
    top: 0;
    width: 96px;
    height: 68px;
    line-height: 68px;
    background:url(../image/worksbg.png);
    text-align: center;
    display: none;
    color: #333;
}
.works-bottom .works-more .works-btn{
    width: 90px;
    height: 68px;
}
.works-bottom .works-more .works-btn .worksbtn{
    display: block;
    margin:27.5px auto;
}
/* 简介 */
.container__album{
    padding:20px 30px;
    /* line-height:20px; */
}
.search-con{
    display: none;
    margin-right: -1px;
}
/* 作品搜索结果 */
.workssearch{
   /* margin-top: -1px; */
    height: 909px;
    /* border-bottom: 1px solid #e5e5e5;  */
}
.workssearch .article_hd{
    border-bottom: 0;
}
.section-left .article_hd .artist_title{
    border-left-width: 3px;
}
.section-left .article_hd{
    padding: 21px;
}
.workssearch .artist-tp{
    height: 262px;
    border-top:1px solid #e5e5e5;
    /* border-bottom: 0; */
    margin-bottom: -1px;
}
/* 文章搜索结果 */
.articlesearch{
    height: 810px;
   /*  border-bottom: 1px solid #e5e5e5; */
}
/* 艺术家搜索结果 */
.artistssearch{
    display: block;
    height: 890px;
    /* border-bottom: 1px solid #e5e5e5;*/
}
.artistssearch .artist-tp{
    width: 130px;
    height: 194px;
}
.search-explain{
    font-size: 16px;
    text-align: center;
    line-height: 300px;
}
.search-explain1{
    line-height: 375px;
    background-color: #fff;
}
.bordersilod{
    border-bottom:1px dashed #e5e5e5;
    padding-bottom:10px;
    margin-bottom:10px
}
/* 首页拍卖改版 */
.auction-tp_prototypeSize{
    width: 323px;
    font-size: 0;
}
.auction-tp_prototypeSize .auction-tp_pic{
    width: 323px;
    height: 216px;
}
.auction-tp__zoom{
    width: 514px;
    font-size: 0;
}
.auction-tp__zoom .auction-tp_pic{
    width: 514px;
    height: 326px;
}
/* 视频 */
.video-panel .panel_hd{
    height: 30px;
    line-height: 30px;
    color: #000;
    padding:0;
    margin-bottom: 10px;
    border: 0;
    font-size: 18px;
}
.live{
    width: 24px;
    height: 24px;
    display: inline-block;
    background:  url(../image/live.png) center center/100% 100% no-repeat;
} 
.liveback{
    width: 24px;
    height: 24px;
    display: inline-block;
    background:  url(../image/liveback.png) center center/100% 100% no-repeat;
}
.video-panel .panel_hd_title{
    display: inline-block;
    font-weight: normal;
    margin-left: 8px;
}
.tp{
    display: block;    
}
.tp_pic{
    position: relative;
    width: 280px;
    height: 150px;
}
.tp_pic img{
    width: 100%;
    height: 100%;
}
.tp_info{
    position: absolute;
    top:0;
    left:0;
    padding:0 10px 0 5px;
    max-width: 60px;
    height: 22px;
    display: block;
    line-height: 22px;
    color: #fff;
    font-size: 12px;
    background-color: #e85554;
}
.tp_txt{
    width: 280px;
    height: 60px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}
.tp_txt .tp_title{
    width: 100%;
    color: #000;
}
.tp_status {
    height: 16px;
    line-height: 16px;
}
.tp_status .play_btn{
    margin-right: 10px;
}
.play_btn{
    width: 23px;
    height: 15px;
    display: inline-block;
    background:  url(../image/play_btn.png) center center/23px 13px no-repeat;   
}
.tp_mask{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    line-height: 25px;
    background: rgba(0,0,0,.5); 
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: none;
}
.tp_mask-inner{
    margin-top: 60px;
}
.tp:hover .tp_mask{
    display: block;   
}
.tp:hover .tp_title{
    color: #ff5454;
}
.tp_mask-play{
    background: rgba(0,0,0,.5) url(../image/play.png) center center/60px 60px no-repeat;
}
/* 回顾 */
.video-panel_fr{
    width: 900px;
}
.video-panel_fr .panel_hd{
    margin-left: 20px;
}
.video-panel_fr .tp{
    margin-left: 20px;
}
.video-nav{
    margin-left: 7px;
}
.video-nav_item{
    float: left;   
}
.video-nav_item a{
    height: 25px;
    font-size: 12px;
    color: #000;
    margin:0 7px;
    display: inline-block;
    border-bottom:transparent solid #ff5454;
}
.video-nav_item__current a{
    color: #ff5454;
    border-bottom: 1px solid #ff5454;
}
.tp_mask__show{
    display: block;
}
.tp_status-txt{
    font-size: 14px;
}
.video_more{
    height: 40px;
    line-height: 40px;
}
.video-panel_bd-full .video-panel_fr{
    width: 1200px;
    margin-left: -20px;
}
/* 视频 */
.vedio_list{
    min-height: 890px;
    overflow: hidden;
}  
.vedio_list .tp{
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding:9.5px 9.5px 0;
}
.vedio_list .tp_title{
    margin-top: 2px;
}
/* 视频弹窗 */
.video-mask{
    position: fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index: 100;
    background-color: #000;
    display: none;
}

.video-close{
    position: absolute;
    top:10px;
    right:20px;
    display: block;
    font-size: 30px;
    color: #fff;
}
.video_window{
    width:1180px;
    height: 100%;
    margin: 0 auto;
}
.video-tabCon-warn{
    line-height: 100px;
    text-align: center;
    font-size: 14px;
}
/* 视频-副标题 */
.tp_sub-title{
    height: 30px;
    line-height: 16px;
}
.tp_sub-title .fl,.tp_sub-title .fr{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tp_sub-title .fl{
    width: 70%;   
}
.tp_sub-title .fr{
    width: 30%;
    text-align: right;
}

.i82a { width:285px; height:150px; margin-left:10px; overflow:hidden; margin-top:20px!important; float:left;
    width: 96%;
    height: auto;
    margin-bottom: 10px;
    
}
.i82a_1 { width:100px; height:130px; overflow:hidden; background-color:#EEEFF1; float:left;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.tbimg a img{
    width: auto!important;
    height: auto!important;
    max-width: 100%!important;
    max-height: 100%!important;
    object-fit: cover!important;
}
.i82a_2 { width:185px; overflow:hidden;
        height: 40px;
    overflow: hidden;
    padding: 0 10px;
    
}

.i82a_2 a {
    /*font-size:14px; color:#000000; font-weight:700;  margin-left:10px;*/
    
}
.i82a_2 a {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    /* margin-left: 10px; */
}
.i82a_3 { width: 67% !important; height:25px; overflow:hidden; margin-left:10px; font-size:14px; color:#7e7b7b; line-height:25px; float:left;}
.i82a_4 { width: 67% !important; height:25px; overflow:hidden; margin-left:10px; font-size:14px; color:#7e7b7b; line-height:25px; float:left;}
.i82a_5 { width: 67% !important; height:25px; overflow:hidden; margin-left:10px; font-size:14px; color:#7e7b7b; line-height:25px; float:left;}
.i82a_6 { width: 67% !important; height:25px; overflow:hidden;}
.i82a_6 a { font-size:14px; color:#990000; font-weight:normal; line-height:30px;  margin-left:10px;}
/*拍卖图片列表*/
.aucPicList {margin:20px 0;}
.aucPicList ul{ zoom:1; overflow:hidden; }
.aucPicList li {width:263px; float:left; margin-right:10px; display:inline; margin-bottom:15px;height:257px;}

.aucPicList p.pic {margin-bottom:5px; width:263px; height:180px; position:relative; float:none; word-wrap: normal}
.aucPicList p.pic a {display:table-cell; width:263px; height:180px;zoom:1; text-align: center; line-height: 180px;}
.aucPicList p.pic a:hover{ text-decoration: none;}
.aucPicList p.pic a b {display:none;}
.aucPicList p.pic img {  max-width:263px; max-height:180px;_width:expression(document.body.clientWidth > 263 ? "263px" : "auto");_height:expression(this.scrollHeight > 180 ? "180px" : "auto");vertical-align:middle;font-size:180px; line-height:180px; }
.aucPicList p.pic a.over b {display:block;width:222px; height:172px; left:0; top:0; position:absolute;}
.aucPicList p.info a{ font-size:14px; color: #000000;}
.aucPicList p.info i {font-size:12px; line-height:normal; color:#fff; margin-left:5px; background-color:#c00; font-style:normal;}
.aucPicList p.text {font-size:12px;}

.page_r{ margin: auto; width:76%; margin-top:20px;}
.page_r h3{ color:#467ca2; font-size:16px;font-family:'微软雅黑';  height:34px; line-height:34px;  margin-bottom:20px; padding-left:10px; border:solid 1px #ddd; border-top:solid 2px #467ca2; background:#f1f1f1;  }
.page_r h3 span { margin:0 10px; color:#999;}
/*会员详细信息模块*/
.revipdiv table { width:100%;border-collapse:collapse; background:#fff; padding:0; margin:0; border-bottom:dotted 1px #ccc; margin-bottom:20px; }
.revipdiv table td{ padding:4px 0; color:#467ca2;}
.revipdiv table td .headerfoot { width:90px; height:120px; display:block; border:solid 1px #eee; padding:2px;}
.revipdiv table td strong { padding:0; line-height:20px; font-size:16px; color:#467ca2; font-family:'微软雅黑'; display:inherit;}
.revipdiv table td span { display:inline-block; width:70px; color:#888;}
.revipdiv table td #zhiwu { width:auto;}
.Result_t { float:left; margin:0 16px 20px 16px; text-align:center;}