@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: 104px;
    height: 62px;
    border: 2px solid #eab84a;
    float: left;
    margin-right: 30px;
    cursor:pointer;
    margin-bottom: 36px;
}
.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: 90px;
    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_nav*/
.artworks_nav{
    width: 1180px;
    height: 60px;
    background: url(../images/artworks_exhibitions_titile_bg.png);
    background-size: cover;
    
}
.artworks_nav ul{
    float: left;
}
.artworks_nav ul li{
    display: block;
    text-align: center;
    padding:0 490px;
    margin: 0 auto;
    line-height: 60px;
}
.artworks_nav ul li a{
    color: #e9b43f;
    font-size: 18px;
}
.artworks_nav ul li.ex_main_title{
    border-left: none;
}
.conbox{
    padding-top: 40px;
}
.conbox .classify h4{
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    float: left;
}
.conbox .classify p{
    font-size: 14px;
    color: #666;
    float: right;
    line-height: 30px;
}
.conbox ul li{
    width: 280px;
    height: 284px;
    float: left;
    margin-left: 20px;
    margin-bottom: 40px;
    cursor: pointer;
}
.conbox ul li h5{
    font-size: 16px;
    color: #333;
    margin-top: 16px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.conbox ul li p{
    font-size: 13px;
    color: #666;
    margin: 6px 0 12px 0;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.conbox ul li.conbox01{
    margin-left: 0;
}
.conbox ul li .morebtn p{
    width: 42px;
    height: 19px;
    border: 1px solid #164779;
    font-size: 12px;
    color: #164779;
    line-height: 19px;
    padding-left: 6px;
    background: url(../images/artwork_btn_more.png) no-repeat; 
    background-size: 6px;
    background-position: 36px ;
}
.triangle_topleft{
    width: 0;
    height: 0;
    border-top: 50px solid #164779;
    border-right: 50px solid transparent;
    position: absolute;
    
}
.conbox ul li .triangle_topleft p{
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: -58px;
    left: 6px;
}
.triangle_topleft02 {
    width: 0;
    height: 0;
    border-top: 50px solid #164779;
    border-right: 50px solid transparent;
    position: absolute;
    
}
.conbox ul li .triangle_topleft02 p{
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: -58px;
    left: 3px;
}

.triangle_topleft03{
    width: 0;
    height: 0;
    border-top: 50px solid #164779;
    border-right: 50px solid transparent;
    position: absolute;
    
}
.conbox ul li .triangle_topleft03 p{
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: -58px;
    left: 8px;
}
/*
.conbox ul li .imgbox:hover{
    opacity: 0.8;
}






