@charset "utf-8";
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.sidebar_left {
  float: left;
  width: 243px;
}
.sidebar_left .sidebar_list {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border-right: 1px solid #E6DCDC;
}
.sidebar_left .sidebar_list a {
  display: block;
  font-size: 16px;
  color: #857878;
  line-height: 21px;
}
.sidebar_left .sidebar_list .item {
  box-sizing: border-box;
  width: 242px;
  padding-left: 47px;
  padding-top: 20px;
  height: 60px;
  position: relative;
}
.sidebar_left .sidebar_list .item i {
  position: absolute;
  left: 16px;
  top: 28px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E6DCDC;
}
.sidebar_left .sidebar_list .item:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 230px;
  height: 1px;
  background: #E8E4E4;
}
.sidebar_left .sidebar_list .item_active,
.sidebar_left .sidebar_list .item:hover {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.sidebar_left .sidebar_list .item_active a,
.sidebar_left .sidebar_list .item:hover a {
  color: #f83635;
  font-weight: bold;
}
.sidebar_left .sidebar_list .item_active i,
.sidebar_left .sidebar_list .item:hover i {
  background: #f83635;
}
.container_wrap {
  padding-top: 50px;
  padding-bottom: 60px;
  min-width: 1180px;
  overflow: hidden;
}
.main_content {
  box-sizing: border-box;
  width: 1180px;
  height: auto;
}
.zjtd_moduler {
  width: 100%;
}
.zjtd_moduler .main_body {
  width: 100%;
}
.zjtd_moduler .list {
  width: 1212px;
}
.zjtd_moduler a {
  display: block;
}
.zjtd_moduler .item {
  float: left;
  width: 270px;
  height: 288px;
  box-sizing: border-box;
  margin-right: 33px;
  margin-bottom: 36px;
  border: 1px solid #E6DCDC;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  padding: 24px 23px;
  background: #fff;
}
.zjtd_moduler .item .img {
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.zjtd_moduler .item .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.zjtd_moduler .item .item_dl {
  padding-top: 12px;
  width: 100%;
  text-align: center;
}
.zjtd_moduler .item .item_name {
  font-size: 20px;
  color: #342525;
  line-height: 26px;
}
.zjtd_moduler .item .item_detail {
  margin-top: 20px;
  height: 82px;
  font-size: 14px;
  color: #7B6C6C;
  line-height: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.zjtd_moduler .item:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.zjtd_moduler .item:hover .item_detail {
  color: #f83635;
}


.container-img ul {
    width: 1200px;
}
.container-img ul li {
    float: left;
    margin-right: 36px;
    width: 170px;
    height: 184px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-top: 34px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.container-img ul li:nth-child(1),
.container-img ul li:nth-child(2),
.container-img ul li:nth-child(3),
.container-img ul li:nth-child(4),
.container-img ul li:nth-child(5),
.container-img ul li:nth-child(6) {
    margin-top: 0;
}
.container-img ul li:nth-child(6n) {
    margin-right: 0;
}
.container-img ul li:hover {
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    box-shadow: 0px 0px 10px 0px #D4D4D4;
}
.container-img ul li:hover .img-title {
    color: #f83635;
}
.container-img ul li a {
    display: block;
}
.container-img ul li .img-box {
    border: none;
    border-radius: 50%;
    width: 114px;
    height: 114px;
    padding: 0;
    margin: 16px auto 0;
}
.container-img ul li .img-box img {
    width: 114px;
    height: 114px;
    display: inline-block;
    border-radius: 50%;
}
.container-img ul li .img-title {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    margin-top: 18px;
    text-align: center;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.head .item {
    float: left;
}
.head .item ul {
    display: flex;
    /* margin-left: 35px; */
}
.head .item ul li {
    margin-right: 25px;
}
.head .item ul li:last-child {
    margin-right: 0;
}
.head .item ul li a {
    color: #000000;
}
.head .item ul li .active {
    color: #f83635;
}
.head {
    margin: 30px 0;
    overflow: hidden;
    padding: 0 9px 0 3px;
}
.head .head-title {
    float: left;
    font-size: 28px;
    font-weight: 500;
    color: #000000;
    line-height: 30px;
}
.head a {
    float: right;
    font-size: 18px;
    font-weight: 400;
    color: #f83635;
    line-height: 30px;
}