@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-16 {
  width: 100%;
  margin: 0 auto; }

.public-list-16 .news_list {
  width: 100%;
  margin: 0 auto; }

.public-list-16 .news_list li {
  padding: 24px 0;
  border-bottom: 1px solid #ececec; }
.public-list-16 .news_list li:first-child{
	padding-top: 0;
}
.public-list-16 .news_txt {
  float: left;
  width: calc(100% - 264px);
  transition: all 0.3s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.public-list-16 .news_txt p:nth-child(2) {
  width: 100%;
  color: #000;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  margin: 16px 0;
  text-overflow: ellipsis; }

.public-list-16 .news_txt p {
  font-size: 14px; }

.public-list-16 .news_txt p {
  color: #818181;
  font-size: 18px;
  line-height: 26px;
  overflow: hidden;
  vertical-align: middle; }

.public-list-16 .news_txt p .line {
  display: inline-block;
  width: 0px;
  height: 1px;
  margin-bottom: 5px;
  background-color: #999;
  transition: all .5s; }

.public-list-16 .news_txt i {
  display: inline-block;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  font-style: normal;
  height: 48px;
  overflow: hidden; }

.public-list-16 .news_img {
  float: left;
  width: 204px;
  height: 144px;
  margin-right: 30px;
  -webkit-transtion: all 0s ease-in-out;
  -moz-transtion: all 0s ease-in-out;
  -ms-transtion: all 0s ease-in-out;
  -o-transtion: all 0s ease-in-out;
  transition: all 0s ease-in-out; }

.public-list-16 .news_img img {
  display: block;
  width: 100%;
  height: 100%; }

.public-list-16 .news_txt p.news_date {
  color: #999;
  font-size: 14px; }

.public-list-16 .news_date span {
  display: inline-block;
  color: #a6a6a6;
  font-size: 12px;
  margin-top: 8px; }

.public-list-16 .news_date .line {
  float: left;
  margin: -15px 0 0 74px;
  width: 35px;
  height: 1px;
  background: #bdbdbd;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s; }

.public-list-16 .news_list li:hover .line {
  width: 34px;
  margin-right: 10px;
  background: #828282; }

@media screen and (min-width: 768px) {
  .hide_p {
    display: none !important; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .public-list-16 {
    width: 96%; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .public-list-16 {
    width: 96%; } }
@media screen and (max-width: 767px) {
	.public-list-16 .news_list li:first-child{
		padding-top: 0.2rem;
	}
  .public-list-16 {
    width: 100%; }

  .hide_m {
    display: none !important; }

  .public-list-16 .news_list {
    width: 100%;
    margin: 0 auto; }

  .public-list-16 .news_img {
    width: 30.77%;
    margin-right: 0;
    height: auto;
    -webkit-transtion: all 0s ease-in-out;
    -moz-transtion: all 0s ease-in-out;
    -ms-transtion: all 0s ease-in-out;
    -o-transtion: all 0s ease-in-out;
    transition: all 0s ease-in-out; }

  .public-list-16 .news_txt p {
    font-size: 0.28rem;
    margin-bottom: 0;
    line-height: 0.3rem; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

  .public-list-16 .news_txt p:nth-child(2) {
    font-size: 0.32rem;
    line-height: 0.48rem;
    color: #333;
    margin: 0;
    white-space: normal; }

  .public-list-16 .news_txt p:nth-child(3) {
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-top: 0.22rem; }

  .public-list-16 .news_txt {
    float: right;
    width: 64.96%; }

  .public-list-16 .news_list li {
    padding: 0.2rem 0; }

  .public-list-16 .list_honor {
    margin-top: 0; }

  .public-list-16 .mar_top {
    margin-top: 0; }

  .public-list-16 .news_txt i {
    font-size: 0.24rem;
    line-height: 0.44rem;
    height: auto; }

  .public-list-16 .news_list li:hover .line {
    width: 0;
    margin-right: 0; } }

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