<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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-101 {
  width: 100%; }

.public-list-101 .tab-content {
  position: relative; }

.public-list-101 .tab-content ul {
  margin: 0; }

.public-list-101 .i-news-list li {
  float: left;
  width: 24.125%;
  margin-left: 1.16%;
  overflow: hidden; }

.public-list-101 .i-news-list li:first-child {
  margin-left: 0; }

.public-list-101 .i-news-list .i-nl-thumb, .i-news-list .i-nl-content, .i-news-list .public-list-101 .i-nl-content .i-nlc-tit, .i-news-list .i-nl-content .i-nlc-info, .public-list-101 .i-news-list .i-nl-content .i-nlc-more {
  display: block; }

.public-list-101 .i-news-list .i-nl-thumb {
  width: 100%;
  overflow: hidden; }

.public-list-101 .i-news-list .i-nl-thumb img {
  width: 100%;
  -webkit-transtion: all 0.8s ease-in-out;
  transition: all 0.3s ease-in-out; }

.public-list-101 .i-news-list .i-nl-content {
  border: solid 1px #f3f3f3;
  border-bottom: solid 2px #c90000;
  background: #fff; }

.public-list-101 .i-news-list .i-nl-content:hover {
  border-bottom-color: #c91018; }

.public-list-101 .i-news-list .i-nl-content .i-nlc-tit {
  display: block;
  color: #333;
  font-size: 18px;
  width: 90%;
  overflow: hidden;
  height: 50px;
  margin: 22px auto;
  -webkit-transtion: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.public-list-101 .i-news-list .i-nl-content .i-nlc-info {
  display: block;
  width: 89.66%;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 0 auto; }

.public-list-101 .i-news-list .i-nl-content .i-nlc-more {
  color: #6e6d78;
  font-size: 24px;
  float: right;
  padding: 20px 10px 20px 0;
  -webkit-transtion: all 0.4s linear;
  transition: all 0.4s linear; }

.public-list-101 .i-news-list .i-nl-content .i-nlc-more i {
  display: block;
  -webkit-transtion: all 0.4s linear;
  transition: all 0.4s linear; }

.public-list-101 .i-news-list li:hover .i-nlc-tit, .i-news-list li:hover .i-nlc-more i {
  color: #c91018; }

.public-list-101 .i-news-list li:hover .i-nlc-more i {
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg); }

.public-list-101 .i-news-list li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.public-list-101 .inews-phone {
  display: none; }

@media screen and (max-width: 991px) {
  .public-list-101 {
    margin: 0 auto; }

  .public-list-101 .i-news-list li:nth-child(2n) {
    float: right; }

  .public-list-101 .i-news-list ul {
    margin-top: -0.22rem; }

  .public-list-101 .i-news-list li {
    float: left;
    width: 48.72%;
    margin: 0.22rem 0 0 0;
    overflow: hidden; }

  .public-list-101 .i-news-list .i-nl-content .i-nlc-tit {
    line-height: 0.32rem;
    font-size: 0.32rem;
    padding: 0.3rem 0 0.14rem 0; }

  .public-list-101 .i-news-list .i-nl-content .i-nlc-more {
    float: right;
    padding: 0 0.2rem 0.26rem 0;
    -webkit-transtion: all 0.4s linear;
    transition: all 0.4s linear; }

  .public-list-101 .i-news-list .i-nl-content .i-nlc-info {
    font-size: 0.28rem;
    line-height: 0.36rem;
    height: 0.72rem;
    overflow: hidden;
    margin: 0 auto; }

  .public-list-101 .i-news-list li:hover img {
    transform: scale(1);
    -webkit-transform: scale(1); }

  .public-list-101 .i-news-list li:hover .i-nlc-tit, .i-news-list li:hover .i-nlc-more i {
    color: #333; }

  .public-list-101 .i-news-list .i-nl-content:hover {
    border-bottom-color: #c90000; }

  .public-list-101 .i-news-list li:hover .i-nlc-more i {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg); }

  .public-list-101 .i-news-list .i-nl-content .i-nlc-more i {
    font-size: 0.24rem; } }

/*# sourceMappingURL=style.css.map */
</pre></body></html>