@charset "UTF-8";
/**
    name: public_wrap_div
    title: 外层class
    zhiyu: *
    beizhu:
*/
/**
    name: item_pc_num
    title: 电脑端一排显示数量
    zhiyu: 1-5
    beizhu:
*/
/**
    name: item_padw_num
    title: 平板电脑（横）一排显示数量
    zhiyu: 1-4
    beizhu:
*/
/**
    name: item_padn_num
    title: 平板电脑（竖）一排显示数量
    zhiyu: 1-4
    beizhu:
*/
/**
    name: item_phone_num
    title: 手机端一排显示数量
    zhiyu: 1-2
    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_57 {
  width: 100%; }

.public_list_57 .news_list {
  padding: 0 22px;
  margin: 0 auto 40px; }

.public_list_57 .news_list li a.news_txt {
  float: left; }

.public_list_57 .news_list li a {
  float: right; }

.public_list_57 .news_list li {
  position: relative;
  padding: 24px 0;
  height: 200px;
  border-bottom: 1px solid #ececec; }

.public_list_57 .news_list li:first-child {
  /*border-top: 1px solid #ececec;*/
   }

.public_list_57 .news_txt {
  width: calc(100% - 188px);
  width: -webkit-calc(100% - 188px);
  width: -moz-calc(100% - 188px);
  width: -ms-calc(100% - 188px);
  width: -o-calc(100% - 188px);
  /*margin-right: 10%;*/
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s; }

.public_list_57 .news_txt p {
  width: 50%;
  color: #666;
  font-size: 18px;
  margin-bottom: 24px;
  height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.public_list_57 .news_txt i {
  display: block;
  color: #666;
  font-size: 12px;
  line-height: 24px;
  font-style: normal; }

.public_list_57 .news_txt i > img {
  float: right;
  /*width: 218px;*/
  height: 150px;
  margin: -48px -26px 0 100px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }

.public_list_57 .news_pc_img {
  width: 218px; }

.public_list_57 .news_pc_img img {
  width: 100%; }

.public_list_57 .news_date {
  float: left;
  color: #999;
  font-size: 22px; }

.public_list_57 .news_date span {
  display: block;
  color: #a6a6a6;
  font-size: 12px;
  margin-top: 8px; }

.public_list_57 .news_date .line {
  float: right;
  margin: 15px 20px 0 20px;
  width: 35px;
  height: 1px;
  background: #bdbdbd;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }

.public_list_57 .news_list li .news_but {
  position: absolute;
  top: 100px;
  left: 0;
  display: inline-block;
  width: 37px;
  height: 35px;
  background: #fff url(images/ion_03.png) no-repeat center center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s; }

.public_list_57 .news_list li:hover .news_but {
  background: #36b6fe url(images/ion_04.png) no-repeat center center; }

.public_list_57 .news_list li:hover .line {
  width: 61px;
  background: #828282; }

.public_list_57 .news_list li:hover .news_txt i img {
  color: #333;
  margin-right: 0; }

.public_list_57 .m_news_list {
  display: none; }

@media screen and (max-width: 768px) {
  .public_list_57 .public_list_57 {
    width: 93.6%;
    margin: 0 auto; }

  .public_list_57 .news_list {
    display: none; }

  .public_list_57 .m_news_list {
    width: 100%;
    margin: 0 auto;
    display: block; }

  .public_list_57 .ind_news {
    padding: 0.2rem;
    border-bottom: 1px solid #e5e5e5; }

  .public_list_57 .news_img {
    float: left;
    display: block;
    width: 36%; }

  .public_list_57 .news_img img {
    width: 100%; }

  .public_list_57 .ind_news > a {
    display: block; }

  .public_list_57 .news_text {
    float: none;
    width: 100%;
    color: #333; }

  .public_list_57 .news_text .li_1 > img {
    float: right;
    width: 30.77%;
    margin: 0 0 0 4.27%; }

  .public_list_57 .news_text .li_1 {
    width: 100%;
    color: #333;
    font-size: 0.32rem;
    line-height: 0.48rem; }

  .public_list_57 .news_text .li_2 {
    color: #666;
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-top: 0.22rem; }

  .public_list_57 .news_text .li_3 {
    color: #6c6c6c;
    font-size: 12px;
    line-height: 24px;
    height: 48px;
    overflow: hidden; }

  .public_list_57 .ind_news:last-child {
    border-bottom: none; } }

/*# sourceMappingURL=style.css.map */
