.artShop {
  width: 100%;
  min-width: 1050px;
  background: #F4F4F4;
  overflow: auto;
  padding-bottom: 80px;
}
.artShop-main {
  width: 1050px;
  margin: 0 auto;
  /*display: flex;*/
  padding-bottom: 20px;
}
.main{
  /*width: 802px;*/
  width: 100%;
  padding: 36px 0px 30px 0px;
  float: right;
}
.artShop-main-column {
  width: 100%;
  column-gap: 22px;
}
.artShop-main-column-item {
  width: 320px;
  float: left;
  margin-bottom: 20px;
  background: #ffffff;
  cursor: pointer;
}
.artShop-main-column-item:hover{
  background: #A93B75 !important;
}
.artShop-main-column-item:hover .artShop-main-column-item-content-desc{
  color: #000;
}
.artShop-main-column-item-content {
  width: 100%;
  height: 82px;
  padding: 13px;
  cursor: pointer;
}
.artShop-main-column-item-content-title {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #000000;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  margin: 0 0 6px;
}
.artShop-main-column-item-content-desc {
  float: left;
  font-family: MicrosoftYaHei;
  font-weight: 300;
  font-size: 14px;
  color: #B1B1B1;
  text-align: left;
  font-style: normal;
  margin-top: 12px;
}
.artShop-main-column-item-content-right {

  float: right;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  font-size: 10px;
  color: #000000;
  text-align: left;
  font-style: normal;
}
.artShop-main-column-item-content-right span{
  font-weight: 400;
  font-size: 22px;
  color: #000000;
}
.artShop-main-column-item > img {
  width: 100%;
  display: block;
  height: auto;
}

.menu {
  width: 225px;
  min-width: 225px;
  min-height: 600px;
  float: left;

}
.menu-item {
  width: 100%;
  margin-top: 48px;
}
.menu-item-LevelOne {
  font-family: SourceHanSerifCN, SourceHanSerifCN;
  padding: 15px 15px;
  text-align: center;
  border: 1px solid #BC9B73;
  margin: 5px 0px ;
  background: #FFFFFF;
  font-size: 18px;
  cursor: pointer;
  color: #BC9B73;
}
.menu-item-LevelOne:hover {
  color: #ffffff;
  background: #BC9B73;
}
.menu-item-LevelOne.active {
  color: #ffffff;
  background: #BC9B73;
}