@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;
}
.pxzt_moduler {
  width: 100%;
}
.pxzt_moduler .main_body {
  width: 100%;
}
.pxzt_moduler .list {
  width: 1224px;
}
.pxzt_moduler a {
  display: block;
}
.pxzt_moduler .item {
  float: left;
  width: 365px;
  height: 348px;
  border: 1px solid #E6DCDC;
  box-sizing: border-box;
  margin-right: 43px;
  margin-bottom: 40px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.pxzt_moduler .item .img {
  width: 363px;
  height: 200px;
}
.pxzt_moduler .item .img img {
  width: 100%;
  height: 100%;
}
.pxzt_moduler .item .item_dl {
  width: 100%;
  background: #fff;
  height: 146px;
  box-sizing: border-box;
  padding: 10px 20px 30px 20px;
}
.pxzt_moduler .item .item_time {
  height: 19px;
  font-size: 14px;
  color: #342525;
  line-height: 19px;
}
.pxzt_moduler .item .item_tips_list {
  height: 19px;
  margin-top: 7px;
}
.pxzt_moduler .item .item_tips_list .item_tips_left {
  float: left;
  height: 19px;
}
.pxzt_moduler .item .item_tips_list .item_tips_right {
  float: left;
  height: 19px;
}
.pxzt_moduler .item .item_tips_list .item_tips_right .item_tips_item {
  margin-right: 0px;
}
.pxzt_moduler .item .item_tips_list .item_tips_item {
  height: 19px;
  float: left;
  font-size: 14px;
  color: #342525;
  margin-right: 25px;
  line-height: 19px;
}
.pxzt_moduler .item .item_tips_list .item_tips_item span {
  line-height: 19px;
  font-size: 14px;
  color: #342525;
  font-weight: bold;
}
.pxzt_moduler .item .item_footer {
  width: 100%;
  margin-top: 28px;
  height: 34px;
}
.pxzt_moduler .item .item_footer .sign_path {
  float: left;
  box-sizing: border-box;
  width: 90px;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #f83635;
  color: #f83635;
  line-height: 32px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
}
.pxzt_moduler .item .item_footer .sign_path_disable {
  background: #D8D8D8;
  border-color: #D8D8D8;
  color: #fff;
}
.pxzt_moduler .item .item_footer .detail_path {
  float: right;
  margin-top: 8px;
  height: 19px;
  font-size: 14px;
  color: #f83635;
  line-height: 19px;
}
.pxzt_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);
}
.pxzt_moduler .item:hover .item_title {
  color: #f83635;
}
