.artShop {
  width: 100%;
  min-width: 1050px;
  background: #F4F4F4;
  padding-bottom: 60px;
}
.artShop-main {
  width: 1050px;
  margin: 0 auto;
  overflow: auto;
  /*display: flex;*/
  /*padding-bottom: 20px;*/
}
.details_main{
  width: 825px;
  min-height:375px;
  float: right;
}
.artShop-main-column {
  /*margin-left: 30px;*/
  width: 802px;
  column-gap: 22px;
  padding: 15px 30px 0px;
}
.artShop-main-column-item {
  width: 360px;
  float: left;
  margin-bottom: 22px;
  background: #ffffff;
  cursor: pointer;
}
.artShop-main-column-item:hover{
  background: #FBD51D !important;
}
.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: #000000;
  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: 360px;
  display: block;
  height: auto;
}

.menu {
  width: 225px;
  min-width: 225px;
  min-height: 450px;
  float: left;

}
.menu-item {
  width: 100%;
  margin-top: 36px;
}
.menu-item-LevelOne {
  font-family: SourceHanSerifCN, SourceHanSerifCN;
  display: block;
  padding: 15px 15px;
  text-align: center;
  border: 1px solid #BC9B73;
  margin: 5px 0px ;
  background: #FFFFFF;
  font-size: 18px;
  color:  #BC9B73;
  cursor: pointer;
  color: #BC9B73;
}
.menu-item-LevelOne span{

}
.menu-item-LevelOne:hover {
  color: #ffffff;
  background: #BC9B73;
}
.menu-item-LevelOne.active {
  color: #ffffff;
  background: #BC9B73;
}


/*年份样式*/
.year_main{
  width: 105px;
  margin: 36px 30px 15px 30px;

}
.selectVal{
  display: inline-block;
  margin: 0 auto;
  width: 105px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  background: #BC9B73;
  text-align: center;
  border: 1px solid #BC9B73;
  position: relative;
  cursor: pointer;
}
.selectVal span{
  padding: 0px 8px;
}
.selectVal .date{
  width: 12px;
  height: 12px;
}
.operate_01{
  width: 12px;
  height: 12px;
  display: none;
}
.operate_02{

  width: 9px;
  height: 9px;
}

#yearSelect{
  display: none;
  width: 105px;
  text-align: center;
  position: absolute;
  background: rgba(255,255,255,0.8);
  border: 1px solid #BC9B73;
  z-index: 10;
  /*padding-top: 5px;*/
}
#yearSelect div{
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 12px;
  color: #BC9B73;
  width: 100%;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
}
#yearSelect div:hover{
  color: #fff;
  background: #BC9B73;
}

.selected{
  color: #fff !important;
  background: #BC9B73;
}

.year_main:hover #yearSelect{
  display: block;
}
.year_main:hover .operate_01{
  display: inline-block;
}
.year_main:hover .operate_02 {
  display: none;
}