.content {
  width: 1400px;
  margin: 0 auto;
  margin-top: 60px;
}

.content .box {
  width: 1400px;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}

.content .box .left1 {
  width: 180px;
  flex-shrink: 0;
  margin-right: 120px;
}

.content .box .left1 .title {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  line-height: 32px;
  color: #000000;
}

.content .box .left1 .list {
  width: 100%;
}

.content .box .left1 .list .item {
  width: 100%;
  height: 72px;
  border-bottom: solid 1px #e9e9e9;
}

.content .box .left1 .list .item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  transition: 0.5s;
}

.content .box .left1 .list .item a img {
  width: 7px;
  height: 9px;
  margin-left: 5px;
  transition: 0.5s;
  opacity: 0;
}

.content .box .left1 .list .item:hover a {
  font-weight: bold;
  color: #7d3f30;
}

.content .box .left1 .list .item:hover a img {
  margin-left: 20px;
  opacity: 1;
}

.content .box .left1 .list .item.active a {
  font-weight: bold;
  color: #7d3f30;
}

.content .box .left1 .list .item.active a img {
  margin-left: 20px;
  opacity: 1;
}

.content .box .right1 {
  width: 100%;
}

.content .box .right1 .list {
  width: 100%;
  padding-bottom: 80px;
}

.content .box .right1 .list .item {
  width: 100%;
  height: 220px;
  background-color: #f7f7f7;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.5s;
}

.content .box .right1 .list .item .bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s;
}

.content .box .right1 .list .item .bg img {
  width: 100%;
}

.content .box .right1 .list .item .left {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.content .box .right1 .list .item .left .data {
  font-size: 66px;
  line-height: 66px;
  color: #7d3f30;
  transition: 0.5s;
}

.content .box .right1 .list .item .left .data span {
  display: none;
}

.content .box .right1 .list .item .left .month {
  font-size: 18px;
  line-height: 18px;
  color: #7d3f30;
  margin-top: 16px;
  transition: 0.5s;
}

.content .box .right1 .list .item .right {
  width: 81.428%;
  margin-left: 40px;
}

.content .box .right1 .list .item .right .name {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.5s;
}

.content .box .right1 .list .item .right .p {
  height: 60px;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 11px;
  transition: 0.5s;
}

.content .box .right1 .list .item a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.content .box .right1 .list .item:hover {
  background-color: #7d3f30;
}

.content .box .right1 .list .item:hover .bg {
  opacity: 1;
}

.content .box .right1 .list .item:hover .left .data {
  color: #fff;
}

.content .box .right1 .list .item:hover .left .month {
  color: #fff;
}

.content .box .right1 .list .item:hover .right .name {
  color: #fff;
}

.content .box .right1 .list .item:hover .right .p {
  color: #fff;
}

.otherNav {
  width: 100%;
  margin-top: 80px;
  background-color: #f7f7f7;
  padding-top: 80px;
  padding-bottom: 100px;
}

.otherNav .box {
  width: 1400px;
  margin: 0 auto;
}

.otherNav .box .title {
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  text-align: center;
}

.otherNav .box .list {
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.otherNav .box .list .item {
  width: calc(16.666% - 2px);
  height: 161px;
  background-color: #ffffff;
  border: solid 1px #ebebeb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.otherNav .box .list .item .icon {
  width: 61px;
  height: 55px;
  transition: 0.5s;
}

.otherNav .box .list .item .icon img {
  width: 100%;
}

.otherNav .box .list .item .text {
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  margin-top: 25px;
  transition: 0.5s;
}

.otherNav .box .list .item a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.otherNav .box .list .item:hover .icon {
  transform: rotateY(360deg);
}

.otherNav .box .list .item:hover .text {
  color: #7d3f30;
}

@media screen and (max-width: 1560px) {
  .content {
    width: 90%;
    margin: 0 auto;
    margin-top: 60px;
  }

  .content .box {
    width: 100%;
    margin: 0 auto;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
  }

  .otherNav .box {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1080px) {
  .content .box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .content .box .left1 {
    width: 100%;
    flex-shrink: 0;
    margin-right: 0;
    margin: 0 auto;
  }

  .content .box .left1 .list {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .content .box .left1 .list .item {
    width: 48%;
    height: 72px;
    border-bottom: solid 1px #e9e9e9;
  }

  .content .box .right1 .list .item {
    width: calc(100% - 20px);
    height: 220px;
    background-color: #f7f7f7;
    position: relative;
    display: flex;
    align-items: self-start;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.5s;
    flex-direction: column;
    padding: 0 10px;
  }

  .content .box .right1 .list .item .left {
    display: flex;
    flex-direction: row-reverse;
    flex-shrink: 0;
  }

  .content .box .right1 .list .item .left .data {
    font-size: 18px;
    line-height: 18px;
    color: #7d3f30;
    transition: 0.5s;
  }

  .content .box .right1 .list .item .left .data span {
    display: inline-block;
  }

  .content .box .right1 .list .item .left .month {
    font-size: 18px;
    line-height: 18px;
    color: #7d3f30;
    margin-top: 0;
    transition: 0.5s;
  }

  .content .box .right1 .list .item .right {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .content .box .right1 {
    margin-top: 60px;
  }

  .otherNav .box .list {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
  }

  .otherNav .box .list .item {
    width: calc(33.333% - 2px);
    height: 161px;
    background-color: #ffffff;
    border: solid 1px #ebebeb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
  }
}

@media screen and (max-width: 680px) {
  .content {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
  }

  .content .box .right1 {
    margin-top: 20px;
  }

  .otherNav .box .list .item {
    width: calc(50% - 2px);
    height: 161px;
    background-color: #ffffff;
    border: solid 1px #ebebeb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .content .box .right1 .list {
    width: 100%;
    padding-bottom: 40px;
  }

  .otherNav {
    width: 100%;
    margin-top: 40px;
    background-color: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}