@charset "UTF-8";
/**
    name: public_wrap_div
    title: 外层class
    zhiyu: *
    beizhu:
*/
/**
  name: container_pc
  title: innerWidth 大于 1200时素材最外层盒子的宽度，默认值为90%
  zhiyu: 90% - 100%
  beizhu:
*/
/**
  name: container_note_pc
  title: 992 小于 innerWidth 小于 1199时素材最外层盒子的宽度，默认值为96%
  zhiyu: 90% - 100%
  beizhu:
*/
/**
  name: container_pad
  title: 768 小于 innerWidth 小于 991时素材最外层盒子的宽度，默认值为96%
  zhiyu: 90% - 100%
  beizhu:
*/
/**
  name: container_note_phone
  title: innerWidth 小于 767时素材最外层盒子的宽度，默认值为93.6%
  zhiyu: 90% - 100%
  beizhu:
*/
/**
  name: container_max_width
  title: 给素材最外层盒子限制最大宽度，默认值为100%
  zhiyu: 90% / px / rem 
  beizhu:
*/
/**
  name: theme_color
  title: 网站的主题颜色
  zhiyu: 
  beizhu:
*/
/**
 * [breakpoints 响应节点]
 * @param  [type] $array [数组]
 * @param  string $value [键]
 * @return [type]        [返回一维数组]
 */
/** 
 * 定义响应式值变量
 * $tiny为手机端响应节点尺寸
 * $small为竖版平板节点尺寸
 * $medium为横版平板节点尺寸
 * $large为电脑端节点尺寸
 */
/**
 * [respond_to 处理响应式方法]
 * @param  {[type]} $breakpoint [响应节点变量]
 * @return {[type]}             [响应css语句]
 */
/**
 * [public_shadow 元素阴影效果]
 * @param  {[type]} $transition_value: 0             0 0 rgba(0,0,0,.16) [阴影颜色值]
 * @return {[type]}                    [css阴影效果]
 */
/**
 * [public_transition 动画预处理库]
 * @param  {[type]} $transition_speed: .3s           [速度时间]
 * @return {[type]}                    [动画库]
 */
.public_list_157 {
  margin: 0 auto;
  background: linear-gradient(to right, #fcfdff 0%, #fcfdff 50%, #ffffff 50%, #ffffff 100%); }

.public_list_157 .suc_date {
  position: relative;
  margin-bottom: 40px;
  max-width: 1200px;
  margin: 0 auto; }

.public_list_157 .suc_date .sd_l {
  float: left;
  width: 66.67%;
  height: 100%;
  padding: 40px 0;
  background: #fcfdff;
  text-align: right; }

.public_list_157 .sd_l .img_list {
  margin-right: 50px;
  text-align: left;
  color: #333333;
  font-size: 16px;
  line-height: 30px; }

.public_list_157 .sd_l .img_list img {
  max-width: 100% !important;
  height: 100% !important;
  /*margin-bottom: 30px; */}

.public_list_157 .suc_date .sd_r {
  float: left;
  width: 33%;
  padding: 0;
  padding-bottom: 35px;
  background: #fff; }

.public_list_157 .sd_r_top {
  margin-top: 98px;
  font-size: 22px;
  color: #333;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  padding-left: 66px;
  border-left: 2px solid #000;
  position: relative; }

.public_list_157 .sd_r_top:after {
  content: "";
  width: 35px;
  height: 2px;
  background: #e6e6e6;
  position: absolute;
  left: 0;
  top: 16px; }

.public_list_157 .sd_r .sd_r_txt, .sd_r .suc_l, .sd_r .sd_r_al {
  margin-left: 40px; }

.public_list_157 .sd_r .sd_r_al {
  color: #c92007;
  font-size: 18px; }

.public_list_157 .sd_r_txt {
  font-size: 16px;
  color: #999;
  margin-top: 36px; }

.public_list_157 .sd_r_txt li {
  line-height: 26px;
  margin-bottom: 24px; }

.public_list_157 .sd_r_txt li span {
  color: #333; }

.public_list_157 .sd_r .suc_l {
  max-width: 345px; }

.public_list_157 .sd_r .suc_l li:nth-child(2n) {
  margin-right: 0; }

.public_list_157 .sd_r .suc_l li {
  width: 167px;
  margin: 15px 10px 0 0; }

.public_list_157 .sd_r .suc_l li div p {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.public_list_157 .sd_r .suc_l li div i {
  font-size: 20px;
  padding: 10% 0 0 80%; }

.public_list_157 .suc_l li {
  float: left;
  width: 20%;
  height: auto;
  overflow: hidden;
  position: relative; }

.public_list_157 .suc_l li img {
  height: auto !important;
  width: 100%;
  float: left;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transform: all .5s; }

.public_list_157 .suc_l li div {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: rgba(201, 32, 7, 0.7); }

.public_list_157 .suc_l li div p {
  padding: 45% 2% 0; }

.public_list_157 .suc_l li div i {
  text-align: right;
  display: inline-block;
  font-size: 34px;
  padding: 30% 0 0 80%; }

.public_list_157 .suc_l li:hover div {
  display: block; }

.public_list_157 .suc_l li:hover div p {
  color: #fff; }

.public_list_157 .suc_l li:hover img {
  transform: scale(1.1); }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .public_list_157 .sd_l .img_list {
    margin: 0 40px; } }
@media screen and (max-width: 767px) {
  .public_list_157 .suc_date {
    margin-bottom: 0.4rem; }

  .public_list_157 .suc_date .sd_l {
    float: none;
    width: 100%;
    min-height: 100%;
    padding: 0.3rem 0; }

  .public_list_157 .sd_l .img_list {
    float: none;
    width: 93.6%;
    margin: 0 auto; }

  .public_list_157 .sd_l .img_list img {
    margin-bottom: 0.3rem; }

  .public_list_157 .sd_l .img_list > h1 {
    margin: 0px 0px 0.4rem 0 !important;
    padding-bottom: 0.2rem !important; }

  .public_list_157 .suc_date .sd_r {
    float: none;
    width: 93.6%;
    margin: 0 auto; }

  .public_list_157 .sd_r_top {
    border: none;
    font-size: 0.34rem;
    margin-top: 0.3rem;
    padding-left: 0; }

  .public_list_157 .sd_r_top:after {
    width: 0; }

  .public_list_157 .sd_r_txt {
    margin: 0.16rem 0 0 0 !important; }

  .public_list_157 .sd_r_txt li {
    font-size: 0.28rem;
    line-height: 0.44rem;
    margin-bottom: 0.16rem; }

  .public_list_157 .sd_r .sd_r_txt, .sd_r .suc_l, .sd_r .sd_r_al {
    margin: 0 0 0 0; }

  .public_list_157 .sd_r .suc_l {
    width: 100%;
    max-width: 100%; }

  .public_list_157 .sd_r .suc_l li:nth-child(2n) {
    float: right; }

  .public_list_157 .sd_r .suc_l li {
    width: 49%;
    height: auto;
    margin: 0.2rem 0 0 0; }

  .public_list_157 .sd_r .sd_r_al {
    font-size: 0.3rem; }

  .public_list_157 .sd_r_top {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; } }

/*# sourceMappingURL=style.css.map */
