.contents_bj {
  padding-top: 1.3%;
  background-image: url(/images/bg.jpg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.inner-banner {
  position: relative;
  border-top: 14px solid #C39665;
}
.inner-banner .banner_bg {
  position: absolute;
  bottom: 0;
  left: 0;
}
.common-left.fixed {
  position: fixed;
  top: 0 !important;
  left: 0;
  left: 13.2%;
  z-index: 999;
  width: 14.7%;
}
.common-left .left_title {
  height: 170px;
  background-image: url(../images/leftbar_bg.jpg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.common-left .left_title h4 {
  position: absolute;
  bottom: 35px;
  left: 26px;
  font-size: 34px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.common-left .navlist2 {
  position: relative;
  height: 100%;
  background-color: #eeeeee;
}
.navlist2::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(270deg, #c88a4e, #882424);
}
.common-left .common-local {
  position: absolute;
  bottom: 27.5%;
  left: 0;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
}
.common-left .common-local a {
  color: #ffffff;
}
.common-right .common-list {
  margin-top: 18px;
}
.common-right .common-list .list-one,
.common-right .common-list .list_two {
  border-bottom: 1px dashed #DCDCDC;
}
.common-right .common-list .list-one:hover,
.common-right .common-list .list_two:hover {
  border-bottom: 1px dashed #882424;
}
.common-right .common-list .list-one {
  padding-bottom: 18px;
}
.common-right .common-list .list-one a {
  display: flex;
  width: 100%;
  height: 100%;
}
.common-right .common-list .list-one a .time {
  float: left;
  margin-right: 2%;
  width: 48px;
  height: 48px;
  background: #EEEEEE;
}
.common-right .common-list .list-one a .time .year_munth {
  width: 48px;
  height: 20px;
  background: #882424;
  font-size: 10px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 21px;
  text-align: center;
}
.common-right .common-list .list-one a .time .day {
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #882424;
  line-height: 28px;
}
.common-right .common-list .list-one a .title {
  float: left;
  width: 93%;
}
.common-right .common-list .list-one a .title h4 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #882424;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.common-right .common-list .list-one a .title p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-indent: 2em;
}
.common-right .common-list .list_two .tit {
  display: block;
  width: 100%;
  height: 100%;
  padding: 22px 0;
}
.common-right .common-list .list_two .tit:hover .title p {
  color: #882424;
}
.common-right .common-list .list_two .tit .img {
  float: left;
  width: 19px;
  height: 13px;
  margin-right: 16px;
}
.common-right .common-list .list_two .tit .img img {
  width: 100%;
  height: 100%;
}
.common-right .common-list .list_two .tit .title {
  float: left;
  width: 83%;
}
.common-right .common-list .list_two .tit .title p {
  font-size: 17px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.common-right .common-list .list_two .tit .time {
  float: right;
}
.common-right .common-list .list_two .tit .time span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #767676;
}
.common-right .common-list li.list_item {
  float: left;
  width: 22.3%;
  border: 1px solid #e5e5e5;
  transition: all 0.3s ease-in-out;
  margin-right: 3.6%;
  margin-bottom: 38px;
}
.common-right .common-list li.list_item:nth-child(4n) {
  margin-right: 0;
}
.common-right .common-list li.list_item:hover {
  transform: translateY(-10px);
}
.common-right .common-list li.list_item a {
  display: block;
  width: 100%;
  height: 100%;
}
.common-right .common-list li.list_item a:hover .title {
  border-top: 6px solid #882424;
}
.common-right .common-list li.list_item a .img {
  width: 100%;
  height: 193px;
}
.common-right .common-list li.list_item a .img img {
  width: 100%;
  height: 100%;
}
.common-right .common-list li.list_item a .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding: 0 15px;
  background-color: #eeeeee;
  border-top: 6px solid #C39665;
}
.common-right .common-list li.list_item a .title .img {
  width: 28px;
  height: 6px;
  line-height: 2px;
}
.common-right .common-list li.list_item a .title .img img {
  width: 100%;
  height: 100%;
}
.common-right .common-list li.list_item a .title h4 {
  color: #000;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
margin:auto;
}
/* 列表鼠标经过显示隐藏 */
.common-list > li.list-S > .list {
  display: none;
}
.common-list > li.list-S.active > .list {
  display: block;
}
.common-list > li.list-S.active > .tit {
  display: none;
}
@media (max-width: 991px) {
  .inner-banner {
    margin-top: 7.5%;
  }
  .common-left {
    height: 100%;
    position: inherit;
    top:0;
  }
.common-left.fixed{
     height: 100%;
    position: inherit;
    top:0;
    left:0;
    width: 100%;
}
  .navlist2 .has-sub > a {
    background-color: transparent;
  }
  .navlist2 > li > a {
    padding: 1% 0 1% 8%;
    font-size: 16px;
  }
  .navlist2 .active.has-sub > a {
    font-size: 18px;
    padding: 12px 0 12px 40px;
  }
  .navlist2 > li.active > a::before {
    left: 0;
    top: 30%;
  }
  .navlist2 .thr-sub {
    padding: 0 0 10px 3%;
  }
  .thr-sub li a {
    font-size: 14px;
    padding: 7px 20px;
  }
  .thr-sub li a.active {
    font-size: 16px;
    padding-left: 28px;
  }
  .thr-sub li a.active:before {
    left: 0;
  }
}
@media (max-width: 760px) {
  .inner-banner .img {
    height: 135px;
  }
  .inner-banner {
    margin-top: 10.5%;
  }
  .common-right .common-list .list_two .tit .title {
    width: 70%;
  }
}
@media (max-width: 500px) {
  .common-right .common-list .list_two .tit .title {
    width: 83%;
  }
  .common-right .common-list .list_two .tit .title p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .common-right .common-list .list_two .tit .time span {
    font-size: 12px;
  }
  .common-right .common-list .list_two .tit {
    padding: 6px 0;
  }
  .inner-banner {
    margin-top: 18.5%;
  }
  .common-right .common-list li.list_item {
    width: 48%;
  }
  .common-right .common-list li.list_item:nth-child(2n) {
    margin-right: 0;
  }
}
.hasfour {
  display: none;
}
