.artShop {
  width: 100%;
  min-width: 1050px;
  background: #F4F4F4;
}
.artShop-main {
  width: 1050px;
  margin: 0 auto;
  overflow: auto;
  /*display: flex;*/
  padding-bottom: 15px;
}
.right_main{
  width: 825px;
  float: right;
}
.artShop-main-column {
  /*margin-left: 30px;*/


  padding: 15px 30px 30px;

}
.artShop-main-column-item {
  width: 360px;
  float: left;
  margin-bottom: 22px;
  padding-bottom: 15px;
  background: #ffffff;
  cursor: pointer;
}
.artShop-main-column-item:hover{
  background: #74B7C9 !important;
}
.artShop-main-column-item-content {
  width: 100%;
  height: 83px;
  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:hover .artShop-main-column-item-content-time, .artShop-main-column-item:hover .artShop-main-column-item-content-time span{
  color: #464646
}
.artShop-main-column-item-content-time span{
  font-size: 12px;
  color: #BC9B73;
  line-height: 16px;
  padding: 0px 7px;
}
.artShop-main-column-item-content-time{
  font-size: 14px;
  color: #B1B1B1;
  line-height: 18px;
}
.artShop-main-column-item-content-desc {
  float: left;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  font-size: 10px;
  color: #464646;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  margin-top: 11px;
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 3;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
}
.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;
}



.right_year{
  width: 100%;
}

.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;
}