.line {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.list-item {
  position: relative;
  height: 100%;
  cursor: pointer;
}
.list-item > div {
  height: 100%;
}
.list-item ul {
  position: absolute;
  left: 0;
  right: 0;
  display: none;
}
.list-item ul li {
  background-color: #CCC;
}
.list-item:hover ul {
  display: block;
  /*background-color: rgba(0, 0, 0, .3);*/
}
.list-item:hover ul li:hover {
  color: #b80037;
}

.works-content-container {
  max-width: 1920px;
  padding: 0 2.1%;
}
.works-content {
  margin-bottom: 121px;
}
.works-title {
  padding: 20px 3% 0;
  font-size: 16px;
}
.works-content-container {
  margin-top: 20px;
}
.img-item {
  margin-top: 20px;
  cursor: pointer;
}
.img-item-container {
  position: relative;
 /* padding: 15%;*/
  /* background-color: rgba(0, 0, 0, .2); */
  background-color: rgb(246, 245, 243);
}
.item-heart {
  position: absolute;
  top: 10px;
  right: 10px;
}
.item-content img {
  width: 100%;
}
.item-name {
  margin-top: 15px;
}
.item-name p{
}
.item-name p:last-child {
  margin-top: 10px;
  font-size: 12px;
  color: #999;
  height:15px;
  line-height: 15px;
}
/*@media (min-width: 992px) {
  .nav-container,
  .title-container .container,
  .works-content-container {
    margin-left: 0;
    margin-right: 0;
  }
}*/
@media (min-width: 768px) {
  .nav-container,
  .title-container .container,
  .works-content-container {
    width: auto;
  }
  
  .nav-container .list-item {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .header-container {
    display: none;
  }
}
@media (max-width: 768px) {
  #worksHeader {
    display: none;
  }
}

/**移动*/
#mWorksHeader {
  height: 50px;
}
#mWorksHeader .m-list-item a {
  width: 50%;
}
#mWorksHeader .m-list-item span {
  display: inline-block;
  width: 48%;
  text-align: right;
}
#mWorksHeader .m-list-item span img {
  width: 20px;
}
#mWorksHeader .m-list-children a {
  padding-left: 50px;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, .2);
}
.m-list-children {
  display: none;
}