@charset "UTF-8";
/**
  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]}                    [动画库]
 */
/**
    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:
*/
.public-index-36 {
  width: 100%;
  margin: 0 auto; }

.public-index-36 li {
  width: 100%;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  border-bottom: 1px dotted #e6e6e6;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out; }

.public-index-36 li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  z-index: 1;
  border-bottom: 1px dotted #c3141c;
  -webkit-transtion: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.public-index-36 .pi36-date {
  float: left;
  color: #acacac;
  width: 64px; }

.public-index-36 .pi36-date span {
  display: block;
  font-size: 12px;
  position: relative; }

.public-index-36 .pi36-date span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  color: #c3141c;
  overflow: hidden;
  z-index: 1;
  content: attr(data-hover);
  -webkit-transtion: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.public-index-36 .pi36-date span.pi36d-day {
  font-size: 52px; }

.public-index-36 .pi36-thumb {
  display: block;
  width: 286px;
  height: 200px;
  float: left;
  overflow: hidden;
  margin: 0 30px 0 60px;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out; }

.public-index-36 .pi36-thumb img {
  -webkit-transtion: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%; }

.public-index-36 .pi36-info {
  float: left;
  width: 66%;
  overflow: hidden; }

.public-index-36 .pi36-info a {
  display: block; }

.public-index-36 .pi36i-tit {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out; }

.public-index-36 .pi36i-tit:hover {
  color: #000; }

.public-index-36 .pi36i-info {
  color: #838383;
  font-size: 14px;
  height: 52px;
  line-height: 26px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 25px;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out; }

.public-index-36 .pi36i-more {
  display: block;
  border-top: 1px solid #e6e6e6; }

.public-index-36 .pi36i-more .pi36i-more-box {
  display: block;
  height: 30px;
  margin-top: 25px;
  overflow: hidden;
  position: relative; }

.public-index-36 .pi36i-more .on, .public-index-36 .pi36i-more .off {
  display: block;
  color: #6b6b6b;
  font-size: 12px;
  padding: 5px 25px 6px;
  border: 1px solid #848484;
  position: absolute;
  left: 0;
  -webkit-transtion: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.public-index-36 .pi36i-more .on {
  bottom: 0; }

.public-index-36 .pi36i-more .off {
  color: #FFF;
  bottom: -32px;
  border: 1px solid #c3141c;
  background: #c3141c; }

.public-index-36 .pi36i-date {
  display: none !important;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out; }

.public-index-36 li:hover .pi36i-more .on {
  bottom: 52px; }

.public-index-36 li:hover .pi36i-more .off {
  bottom: 0; }

.public-index-36 li:hover .pi36-date span::after {
  width: 100%; }

.public-index-36 li:hover::after {
  width: 100%; }

.public-index-36 li:hover .pi36-thumb img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  transform: scale(1.25); }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .public-index-36 {
    width: 100%; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .public-index-36 {
    width: 100%; }

  .public-index-36 .pi36-thumb {
    margin-left: 40px; } }
@media screen and (max-width: 767px) {
  .public-index-36 li::after, .public-index-36 .pi36-date, .public-index-36 .pi36i-more {
    display: none; }

  .public-index-36 {
    width: 100%; }

  .public-index-36 li {
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    padding: 0.3rem 0; }

  .public-index-36 li:first-child {
    margin-top: 0px; }
	.public-index-36 .pi36i-tit{
		height: 48px;
		overflow: hidden;
	}
  .public-index-36 li .li_box {
    margin: 0 auto; }

  .public-index-36 .pi36-thumb {
    width: 30.77%;
    height: auto;
    margin: 0 0 0 0; }

  .public-index-36 .pi36-info {
    float: right;
    width: 64.96%; }

  .public-index-36 .pi36i-tit {
    font-size: 14px; }

  .public-index-36 .pi36i-info {
    display: none !important; }

  .public-index-36 .pi36i-tit {
    font-size: 0.32rem;
    line-height: 0.48rem;
    color: #333;
    white-space: normal; }

  .public-index-36 .pi36i-date {
    display: block !important;
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-top: 0.1rem; }

  .public-index-36 .pi36i-info {
    height: auto; }

  .public-index-36 .pi36-thumb img {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out; }

  .public-index-36 li:hover .pi36-thumb img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); } }

/*# sourceMappingURL=style.css.map */
