@charset "utf-8";
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.container_wrap {
  padding-top: 50px;
  min-width: 1180px;
  overflow: hidden;
  padding-bottom: 60px;
}
.detail-wrap {
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e6dcdc;
  padding: 60px 60px 50px 60px;
}
.detail-wrap .detail-header .left {
  float: left;
  width: 120px;
  height: 120px;
}
.detail-wrap .detail-header .left img {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.detail-wrap .detail-header .right {
  float: right;
  width: 900px;
}
.detail-wrap .detail-header .right h4 {
  font-size: 20px;
  color: #342525;
  line-height: 26px;
  margin-bottom: 13px;
  word-break: break-all;
}
.detail-wrap .detail-header .right p {
  font-size: 14px;
  color: #7b6c6c;
  line-height: 24px;
  word-break: break-all;
}
.detail-wrap .detail-body {
  margin: 70px -60px 0 -60px;
}
.detail-wrap .detail-body h2 {
  margin-left: 60px;
  font-size: 24px;
  color: #200f0e;
  line-height: 31px;
  margin-bottom: 24px;
}
.detail-wrap .detail-footer {
  margin: 60px 0 0 0;
}
.detail-wrap .detail-footer h2 {
  font-size: 24px;
  color: #200f0e;
  line-height: 31px;
  margin-bottom: 24px;
}
.detail-wrap .detail-footer ul li {
  margin-bottom: 20px;
}
.detail-wrap .detail-footer ul li a {
  display: inline-block;
  font-size: 16px;
  color: #7B6C6C;
  line-height: 25px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.detail-wrap .detail-footer ul li a:hover {
  color: #f83635;
}
.detail-wrap .detail-footer ul li:last-child {
  margin-bottom: 0;
}
.slideBox {
  height: 222px;
  position: relative;
  overflow: hidden;
}
.slideBox .slideBox-itme {
  margin-left: 60px;
}
.slideBox .slideBox-itme ul .item {
  float: left;
  width: 250px;
  height: 222px;
  margin-right: 20px;
}
.slideBox .slideBox-itme ul .item a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #E6DCDC;
}
.slideBox .slideBox-itme ul .item:hover a {
  color: #f83635;
}
.slideBox .slideBox-itme ul .item .img {
  width: 248px;
  height: 148px;
}
.slideBox .slideBox-itme ul .item .img img {
  width: 100%;
  height: 100%;
}
.slideBox .slideBox-itme ul .item .item_dl {
  width: 100%;
  height: 72px;
  padding: 12px 20px;
}
.slideBox .slideBox-itme ul .item .item_title {
  display: block;
  max-height: 48px;
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
  color: #342525;
  line-height: 19px;
}
.slideBox .sPrev {
  width: 54px;
  height: 222px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
}
.slideBox .sPrev i {
  cursor: pointer;
  margin-top: 94px;
  margin-left: 16px;
  display: block;
  line-height: 32px;
  text-align: center;
  width: 34px;
  height: 34px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #E6DCDC;
  color: #E6DCDC;
  font-size: 16px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}
.slideBox .sPrev i:hover {
  color: #7B6C6C;
}
.slideBox .sNext {
  width: 54px;
  height: 222px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
}
.slideBox .sNext i {
  cursor: pointer;
  margin-top: 94px;
  margin-left: 4px;
  display: block;
  line-height: 32px;
  text-align: center;
  width: 34px;
  height: 34px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #E6DCDC;
  color: #E6DCDC;
  font-size: 16px;
}
.slideBox .sNext i:hover {
  color: #7B6C6C;
}
