@charset "UTF-8";
/* CSS Document */

nav li.artworks{
    border-top: 4px solid #e9b43f;
    
}
nav li.artworks a{
    color: #09437b;
    font-weight: bold;
    }
.menu-list .menu-list-box2  a{
    color: #666;
    font-weight: normal;
}
.menu-list a:hover{
    color: #eab84a;
    font-weight: bold;
}
/*exhibition_main*/
.artworks_con{
    width: 1180px;
    margin: 0 auto;
    padding-top: 40px;
}
.artworks_con .artworks_con01{
    width: 102px;
    height: 62px;
    border: 2px solid #eab84a;
    float: left;
    margin-right: 30px;
    cursor:pointer;
}
.artworks_con .artworks_con01 h3{
    font-size: 18px;
    font-weight: normal;
    color: #ebb94a;
    padding-top: 22px;
    padding-left: 16px;
}
.artworks_con .artworks_con01 p{
    font-size: 12px;
    font-weight: normal;
    color: #ebb94a;
    padding-top: 8px;
    padding-left: 16px;
}
.artworks_con .artworks_title{
    width: 104px;
    height: 62px;
    border: 2px solid #fff;
    float: left;
    margin-right: 30px;
    margin-bottom: 36px;
    cursor:pointer;
}
.artworks_con .artworks_title h3{
    font-size: 18px;
    font-weight: normal;
    color: #333;
    padding-top: 22px;
    padding-left: 16px;
}
.artworks_con .artworks_title p{
    font-size: 12px;
    font-weight: normal;
    color: #333;
    padding-top: 8px;
    padding-left: 16px;
}
/*artworks_ex*/
.artists_all{
    width: 1180px;
    height: 90px;
    background: url(../images/artworks_exhibitions_titile_bg.png);
    background-size: cover;
    display: block;
}
.artists_all h4{
    width: 100px;
    font-size: 14px;
    line-height: 90px;
    padding-right: 10px;
    margin-left:26px;
    float: left;
    display: block;
    margin-bottom: 12px;
}
.artists_line{
    width: 3px;
    height: 70px;
    background-color: #164779;
    float: left;
    margin-top: 10px;
}
.artists_all ul{
    width: 1020px;
    height: 80px;
    display: block;
    float: left;
}
.artists_all ul li{
    width: 28px;
    height: 28px;
    background-color: #d8d8d8;
    border-radius: 15px;
    text-align: center;
    line-height: 28px;
    color: #333;
    font-size: 16px;
    float: left;
    margin-left: 20px;
    margin-top: 12px;
    cursor: pointer;
}
.artists_all ul li:hover{
    background-color: #164779;
    color: #fff;
}
.artists_all ul li.disable{
    color: #999;
}
.artists_all ul li.disable:hover{
    background-color: #d8d8d8;
    color: #999;
}
#v{
   color: #999; 
}
#v:hover{
    background-color: #d8d8d8;
    color: #999;
}
.artists_all ul li.u{
    margin-top: 12px;
}
.artists_team{
    background: url(../images/artists_a_bg.png) no-repeat;
    width: 1180px;
    height: 40px;
    background-size: cover;
    margin-top: 20px;
}
.artists_team h5{
    font-size: 28px;
    line-height: 40px;
    color: #333;
    margin-left: 10px;
}
.artists_team ul li{
    width: 236px;
    margin-top: 22px;
    float: left;

}
.artists_team ul li img{
    width: 90px;
    height: 90px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}
/*
.artists_team ul li img:hover{
    opacity: 0.8;
}
*/
.artists_team ul li .art_intro{
    float: left;
    margin-top: 26px;
}
.artists_team ul li h6{
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    width: 130px;
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}
.artists_team ul li p{
    font-size: 12px;
    color: #666;
}
.artists_team ul li.double .art_intro h6{
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
.artists_team ul li.double .art_intro{
    line-height: 16px;
    margin-top: 18px;
}

/*none*/
.con_none{
    width: 256px;
    margin: 0 auto;

}
.con_none img{
    width: 256px;
    height: 256px;
    margin-top: 20px;
    margin-bottom: 20px;
}





