/* 中部导航栏 */
.middle_nav{
    background-color:rgb(234,234,234);
    width: 100%;
}
.middle_title{
    width: 80%;
    margin: auto;
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 20px;
}
.middle_title p{
    height: 30px;
    width: 100%;
    line-height: 30px;
    margin-top: 15px;
    background-color: white;
    text-indent: 15px;
}
.middle_title div{
    margin-top: 10px;
    overflow: hidden;
    background-color: white;
}
.middle_title div ul{
    width: 100%;
    height: 52px;
    margin-left: 14px;
}
.middle_title div ul li{
    float: left;
}
/* 分类 */
.middle_title div ul:nth-of-type(1) li{
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
}
.middle_title div ul:nth-of-type(1) li:nth-of-type(2){
    color: white;
    background-color: rgb(136,0,11);
    
}
.middle_title div ul:nth-of-type(1) li:last-child{
    margin-left: 49%;
    width: 120px;
    color: white;
    background-color: rgb(136,0,11);
}
.middle_title div ul:nth-of-type(1){
    padding-top: 16px;
}
/* 第二行英文字母 */
.middle_title div ul:nth-of-type(2){
    border-top: 1px solid #ccc;
    padding-top: 15px;
}
.middle_title div ul:nth-of-type(2) li:nth-of-type(1){
    color: white;
    background-color: rgb(136,0,11);
}
.middle_title div ul:nth-of-type(2) li{
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


/* 全部艺术家 */
.all_artist{
    width: 100%;
}
.all_title{
    width: 80%;
    margin:auto;
    border-bottom: 1px solid#ccc;
    padding: 10px 0;
}
.all_title span{
    color: rgb(136,0,11);
    font-weight: bold;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.all_picture{
    width: 80%;
    margin:auto;
    margin-top: 40px;
    overflow: hidden;
}
.all_picture img{
    float: left;
    border: 5px solid #ccc;
}
.all_picture div span{
    display: inline-block;
    width: 150px;
    height: 37px;
    background: rgb(136,0,11);
    color: white;
    text-align: center;
    line-height: 37px;
    
}
.all_picture div p:nth-of-type(1){
    margin-top: 22px;
    background:url(../img/jiantou.jpg) no-repeat 359px 0;
}
.all_picture div p:nth-of-type(2){
    margin: 10px 0 10px 219px;
    font-size: 14px;
}
.all_picture div button{
    background-color: rgb(170,145,145);
    color: white;
    float: right;
    border: none;
    height: 40px;
    width: 100px;
    border-radius: 5px;
}
.all_picture div button:hover{
    background-color: rgb(136,0,11);
}