@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_details_153 {
  width: 90%;
  font-family: "Microsoft Yahei";
  margin: 0 auto 30px auto; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .public_details_153 {
    width: 96%; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .public_details_153 {
    width: 96%; } }
.public_details_153 a {
  color: #666; }

.public_details_153 .NewsDetail-B3 .myart > p {
  color: #333; }

.public_details_153 .news_top {
  position: relative; }

.public_details_153 .bd10 {
  background-color: #fff;
  border: 10px #f3f3f3 solid;
  margin-top: 35px; }

.public_details_153 .news_top .n_left {
  width: 73.3%; }

.public_details_153 .center_news .imgbox {
  width: 55%; }

.public_details_153 .center_news .imgbox .info {
  background: url(../images/black.5.png) repeat;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 5%;
  width: 90%;
  overflow: hidden; }

.public_details_153 .center_news .imgbox .info .date {
  float: left;
  text-align: center; }

.public_details_153 .center_news .imgbox .info .date span {
  display: block;
  color: #fff;
  font-family: Arial;
  font-weight: bold; }

.public_details_153 .center_news .imgbox .info .date .day {
  font-size: 63px;
  line-height: 50px; }

.public_details_153 .center_news .imgbox .info .date .month {
  font-size: 18px; }

.public_details_153 .center_news .imgbox .info .tit {
  width: 78%;
  float: right;
  height: 82px;
  line-height: 82px; }

.public_details_153 .center_news .imgbox .info .tit .title {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  height: auto;
  line-height: 1.3; }

.public_details_153 .center_news .center_news_list {
  width: 45%;
  background: url(../images/n_top_bg.jpg) left top no-repeat;
  background-size: cover; }

.public_details_153 .center_news .center_news_list li {
  padding: 20px 30px 23px 40px; }

.public_details_153 .center_news .center_news_list li .data {
  display: none; }

.public_details_153 .center_news .center_news_list li a {
  display: block;
  position: relative; }

.public_details_153 .center_news .center_news_list li a:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 4px transparent solid;
  border-bottom: 4px transparent solid;
  border-left: 4px #fd8800 solid;
  position: absolute;
  left: -15px;
  top: 13px; }

.public_details_153 .center_news .center_news_list li .title {
  font-size: 18px;
  font-weight: normal;
  color: #000; }

.public_details_153 .center_news .center_news_list li .p {
  font-size: 13px;
  color: #7c7c7c; }

.public_details_153 .center_news .center_news_list li:hover {
  background-color: #e2e2e1; }

.public_details_153 .news_top .n_right {
  width: 25.5%;
  height: auto;
  float: right;
  background: #fff; }

.public_details_153 .news_top .tuijian {
  box-sizing: border-box;
  width: 100%;
  margin-top: 30px; }

.public_details_153 .news_top .tuijian .tuijian_title {
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.public_details_153 .news_top .tuijian .tuijian_one:hover > h1 {
  color: #b31d23;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.public_details_153 .news_top .tuijian .tuijian_one {
  display: block;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
  cursor: pointer; }

.public_details_153 .news_top .tuijian .tuijian_one > h1 {
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 18px 0 10px 0;
  margin: 0; }

.public_details_153 .news_top .tuijian .tuijian_one > p {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #666; }

.public_details_153 .inewsSearch {
  padding: 20px 7% 49px; }

.public_details_153 .inewsSearch .sec_hd {
  margin-bottom: 8px; }

.public_details_153 .inewsSearch .sec_hd .n {
  font-size: 20px;
  color: #2c2c2c; }

.public_details_153 .inewsSearch .sec_bd .nselect {
  margin-bottom: 16px;
  height: 32px;
  overflow: hidden;
  position: relative; }

.public_details_153 .inewsSearch .sec_bd .nselect .ms {
  position: absolute;
  left: 7px;
  top: 12px;
  z-index: 10; }

.public_details_153 .nselect .c_select {
  display: block;
  width: 100%;
  background-color: #fff;
  height: 30px;
  line-height: 30px;
  border-radius: 0 !important;
  border: 1px #f3f3f3 solid; }

.public_details_153 .nselect .c_select ._txt {
  padding-right: 36px;
  padding-left: 20px;
  color: #aaa; }

.public_details_153 .nselect .c_select ._arrow {
  width: 33px;
  background-color: #f3f3f3; }

.public_details_153 .nselect .c_select ._arrow .arr {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  border-left: 5px transparent solid;
  border-right: 5px transparent solid;
  border-top: 5px #b8b8b8 solid;
  margin: -2.5px 0 0 -5px;
  border-top-color: #b8b8b8; }

.public_details_153 .nselect .c_select.on ._arrow .arr {
  border-top: 0;
  border-bottom: 5px #b8b8b8 solid; }

.public_details_153 .select-ui-options-ncb {
  border-color: #ddd !important;
  background-color: #fff;
  overflow: auto;
  max-height: 11em;
  border: 1px solid;
  border-top: 0; }

.public_details_153 .select-ui-options li {
  padding: 6px;
  line-height: 1.8em;
  width: 96%; }

.public_details_153 .select-ui-options li:hover {
  background: #f3f3f3; }

.public_details_153 .select-ui-options-ncb ._disabled {
  display: none; }

.public_details_153 .nInput {
  display: block;
  height: 30px;
  border: #ddd 1px solid;
  padding: 0 20px;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #fff; }

.public_details_153 .nInput input {
  width: 100%;
  height: 30px;
  line-height: 30px;
  vertical-align: top;
  border-width: 0;
  font-family: "Microsoft Yahei";
  box-sizing: border-box; }

.public_details_153 .nBtn {
  overflow: hidden; }

.public_details_153 .nBtn a {
  display: block;
  width: 98%;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  border: 2px #ec7f00 solid;
  color: #ec7f00; }

.public_details_153 .nBtn a:hover {
  background-color: #ec7f00;
  color: #fff; }

.public_details_153 .newslist {
  margin-top: 50px; }

.public_details_153 .newslist li {
  padding: 2% 3%;
  border: 1px #fff solid;
  border-bottom-color: #f1f1f1;
  width: 93.8%; }

.public_details_153 .newslist li .box {
  position: relative; }

.public_details_153 .newslist li .imgbox {
  width: 24%;
  margin-right: 4%; }

.public_details_153 .newslist li .info {
  width: 85%; }

.public_details_153 .newslist li .info .title {
  font-size: 24px;
  margin: 0 0 8px; }

.public_details_153 .newslist li .info .p {
  font-size: 13px;
  color: #727272;
  line-height: 23px;
  height: 46px;
  overflow: hidden; }

.public_details_153 .newslist li .info ._tools {
  display: inline-block;
  border: 1px #efefef solid;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 25px;
  height: 24px;
  line-height: 24px; }

.public_details_153 .newslist li .info ._tools span {
  display: inline-block;
  padding: 0 15px;
  border-left: 1px #e5e5e5 solid;
  margin-left: -1px;
  vertical-align: top; }

.public_details_153 .newslist li .info ._tools ._vew:hover, .newslist li .info ._tools .bdsharebuttonbox:hover {
  background-color: #f8f8f8; }

.public_details_153 .newslist li .info ._tools .bdsharebuttonbox .bds_more {
  background: none;
  margin: 0;
  padding: 0;
  line-height: 24px;
  height: 24px; }

.public_details_153 .newslist li .info ._tools .bdsharebuttonbox .bds_count {
  background: none;
  width: auto;
  height: 24px;
  margin: 0;
  line-height: 24px;
  padding: 0 5px;
  display: none; }

.public_details_153 .newslist li .info ._tools .bdsharebuttonbox i {
  margin: 0; }

.public_details_153 .newslist .date {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -60px; }

.public_details_153 .newslist .date span {
  color: #3f3f3f;
  font-family: Arial;
  font-weight: bold;
  display: block; }

.public_details_153 .newslist .date .day {
  font-size: 70px;
  line-height: 52px; }

.public_details_153 .newslist .date .month {
  font-size: 20px; }

.public_details_153 .newslist .date .i {
  margin-top: 10px; }

.public_details_153 .newslist .date .i .ico2 {
  width: 28px;
  height: 25px;
  background-position: -32px 0; }

.public_details_153 .newslist li:hover {
  border: 1px #f69b3b solid; }

.public_details_153 .newslist li:hover .date span {
  color: #f69b3a; }

.public_details_153 .page {
  font-size: 12px;
  color: #777777;
  text-align: center;
  margin: 30px 0; }

.public_details_153 .page a, .page span {
  color: #838383;
  display: inline-block;
  border: 1px solid #c6c6c6;
  border-radius: 2px;
  vertical-align: middle;
  margin: 0 0 10px -1px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin-right: 12px;
  font-size: 26px;
  font-family: Arial; }

.public_details_153 .page .goprev {
  margin-right: 10px; }

.public_details_153 .page .gonext, .page .count {
  margin-left: 10px; }

.public_details_153 .page a:hover {
  color: #fff;
  background: #6d6d6d; }

.public_details_153 .page span {
  color: #fff;
  background: #6d6d6d; }

.public_details_153 .page .goprev .ico2_4 {
  background-position: -40px -100px;
  vertical-align: -2px; }

.public_details_153 .page .gonext .ico2_5 {
  background-position: -60px -100px;
  vertical-align: -2px; }

.public_details_153 .page .goprev, .page .gonext {
  color: #777777; }

.public_details_153 .page .goprev:hover .ico2_4 {
  background-position: -60px -20px; }

.public_details_153 .page .gonext:hover .ico2_5 {
  background-position: -80px -20px; }

.public_details_153 .page span.count {
  border: 0;
  background: 0;
  color: #777777; }

.public_details_153 .news_detail .n_left {
  float: left;
  width: 70%; }

.public_details_153 .NewsDetail-B3 ._head {
  margin: 0;
  background: #ffffff;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6; }

.public_details_153 .NewsDetail-B3 ._head ._title {
  width: 100%;
  font-size: 30px;
  line-height: 46px;
  color: #000;
  font-weight: bold;
  margin: 0;
  padding: 0; }

.public_details_153 .public_details_153 .NewsDetail-B3 ._tools {
  padding: 10px 5px 0;
  color: #999999; }

.public_details_153 .NewsDetail-B3 ._tools a:hover {
  color: #0e90d2; }

.public_details_153 .NewsDetail-B3 ._tools span {
  vertical-align: middle;
  line-height: 40px;
  margin-right: 40px; }

.public_details_153 .NewsDetail-B3 ._tools span#switcher a {
  display: inline-block;
  vertical-align: middle; }

.public_details_153.NewsDetail-B3 ._tools span#switcher .ico2 {
  width: 20px;
  height: 20px;
  background-position: -20px -25px;
  vertical-align: top; }

.public_details_153.NewsDetail-B3 ._tools span#switcher #big .ico2 {
  background-position: 0 -25px; }

.public_details_153.NewsDetail-B3 ._tools span#switcher #small .ico2 {
  background-position: -40px -25px; }

.public_details_153 .NewsDetail-B3 ._b2l {
  float: right; }

.public_details_153 .NewsDetail-B3 ._head [class^="ion"] {
  font-size: 16px;
  color: #999999; }

.public_details_153 .NewsDetail-B3 .myart {
  padding: 40px 0 0 0; }

.public_details_153 .NewsDetail-B3 .myart > p {
  font-size: 16px;
  line-height: 34px;
  margin: 0; }

.public_details_153 .NewsDetail-B3 .myart > p > img {
  width: 100% ; }

.public_details_153 .NewsDetail-B3 ._detailPage_bottom {
  border-top: 1px dotted #d3d3d3;
  border-bottom: 1px dotted #d3d3d3;
  overflow: hidden;
  background-color: #f6f6f6;
  margin: 15px 0 0; }

.public_details_153 .NewsDetail-B3 ._detailPage_bottom li {
  float: left;
  width: 50%;
  border-left: 1px dotted #d3d3d3;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  *zoom: 1;
  margin-left: -1px; }

.public_details_153 .NewsDetail-B3 ._detailPage_bottom ._mark {
  font-weight: bold;
  width: 17%;
  background-color: #e7e7e7; }

.public_details_153 .NewsDetail-B3 ._detailPage_bottom [class^="ion"] {
  font-weight: normal;
  font-size: 18px;
  color: #999999;
  margin-right: 0; }

.public_details_153 .NewsDetail-B3 ._detailPage_bottom ._title {
  float: right;
  width: 77%;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.public_details_153 .NewsDetail-B3 ._detailPage_bottom ._title:hover {
  color: #0e90d2; }

.public_details_153 .NewsDetail-B3 ._detailPage_bottom ._time {
  float: right;
  white-space: nowrap;
  margin-right: 10px; }

.public_details_153 .NewsDetail-B3 ._bottom_bar {
  margin: -20px 0 20px;
  overflow: hidden;
  *zoom: 1; }

.public_details_153 .NewsDetail-B3 ._bottom_bar .bdsharebuttonbox {
  float: right; }

.public_details_153 .NewsDetail-B3 ._bottom_bar ._b2l {
  float: right; }

.public_details_153 .NewsDetail-B3 ._bottom_bar [class^="ion"] {
  font-size: 16px;
  color: #999999; }

.public_details_153 .transition {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease; }

.public_details_153 .NewsDetail-B3-tools span {
  display: inline-block;
  height: 36px;
  vertical-align: middle;
  cursor: pointer; }

.public_details_153 .NewsDetail-B3-tools ._back {
  display: none;
  line-height: 36px;
  margin-right: 5px; }

.public_details_153 .NewsDetail-B3-tools ._back .ico2 {
  float: left;
  width: 28px;
  height: 25px;
  background: url(../images/ico2.png);
  background-size: cover;
  margin: 5px 10px 0 0; }

.public_details_153 .n_share {
  display: inline-block !important;
  width: 36px !important;
  height: 36px !important;
  vertical-align: middle !important;
  background: url(../images/n_share.png) no-repeat; }

.public_details_153 .n_share_2 {
  display: block;
  width: 36px;
  height: 36px !important;
  vertical-align: middle;
  background: url(../images/n_share.png) no-repeat !important;
  background-position: -36px 0 !important; }

.public_details_153 .NewsDetail-B3-tools ._tool {
  text-align: right;
  position: relative; }

.public_details_153 .NewsDetail-B3-tools ._tool:before {
  content: '';
  width: 1px;
  height: 26px;
  background-color: #ccc;
  position: absolute;
  top: 5px;
  left: 0; }

.public_details_153 .NewsDetail-B3-tools ._tool .bdsharebuttonbox a {
  background: none;
  margin: 0;
  padding: 0;
  float: none; }

.public_details_153 .r {
  float: right; }

.public_details_153 .NewsDetail-B3-tools ._tool {
  padding-left: 16px; }

.public_details_153 .NewsDetail-B3-tools ._back > a {
  color: #555;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.public_details_153 .NewsDetail-B3-tools ._back > a:hover {
  color: #f78503; }

.public_details_153 .NewsDetail-B3-tools ._tool .print:hover .n_share {
  background-position: 0 -36px; }

.public_details_153 .NewsDetail-B3-tools .bdsharebuttonbox:hover .n_share_2 {
  background-position: -36px -36px !important; }

.public_details_153 .news_detail ._detailPage_bottom li strong, .news_detail ._detailPage_bottom li span, .news_detail ._detailPage_bottom li a {
  display: block; }

.public_details_153 .news_detail ._detailPage_bottom {
  margin-top: 35px; }

.public_details_153 .news_detail ._detailPage_bottom ul {
  padding: 10px 7%; }

.public_details_153 .news_detail ._detailPage_bottom li ._mark {
  font-size: 18px; }

.public_details_153 .news_detail ._detailPage_bottom li ._date {
  font-family: Arial;
  font-size: 13px;
  color: #676767; }

.public_details_153 .news_detail ._detailPage_bottom li ._title {
  font-size: 16px;
  font-weight: bold;
  color: #666;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 10px; }

.public_details_153 .news_detail ._detailPage_bottom li ._title:hover {
  color: #f78503; }

.public_details_153 .news_detail ._detailPage_bottom li {
  padding: 20px 0; }

.public_details_153 .news_detail ._detailPage_bottom li._prev {
  border-bottom: 1px #ececec solid; }

.bdshare-button-style1-24 a, .bdshare-button-style1-24 .bds_more {
  padding: 0 !important;
  margin: 0 !important; }

@media screen and (max-width: 991px) {
  .hide_lt_pad {
    display: none !important; }

  .public_details_153 .news_detail .n_left {
    width: 100%; }

  .public_details_153 .news_top .n_right {
    position: static !important;
    width: 100% !important;
    margin-top: 0.6rem; }

  .public_details_153 .news_detail ._detailPage_bottom {
    background-color: #fff;
    border: none;
    margin-top: 0; }

  .public_details_153 .news_detail ._detailPage_bottom ul {
    padding: 0; }

  .public_details_153 .news_detail ._detailPage_bottom li {
    padding: 0 0 0.24rem 0; }

  .public_details_153 .news_detail ._detailPage_bottom li._prev {
    border: none; }

  .public_details_153 .news_detail ._detailPage_bottom li strong {
    float: left;
    width: 1.3rem; }

  .public_details_153 .news_detail ._detailPage_bottom li ._title {
    padding: 0;
    float: right;
    width: 5.3rem;
    -webkit-transition: all 0s ease;
    transition: all 0s ease; }

  .public_details_153 .news_detail ._detailPage_bottom li ._mark {
    width: 11%;
    font-size: 20px;
    color: #333; }

  .public_details_153 .news_detail ._detailPage_bottom li ._title {
    float: left;
    width: 89%;
    font-size: 20px;
    color: #333; }

  .public_details_153 .news_detail ._detailPage_bottom li ._title:hover {
    color: #333;
    font-size: 20px; } }
@media screen and (max-width: 767px) {
  .public_details_153 {
    margin-bottom: 0.3rem; }

  .public_details_153 .public_details_153 {
    width: 93.6%; }

  .public_details_153 .NewsDetail-B3 ._head ._title {
    font-size: 0.46rem;
    line-height: 0.68rem;
    color: #333;
    white-space: normal; }

  .public_details_153 .NewsDetail-B3 ._tools {
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #666;
    padding: 0.2rem 0 0.2rem 0; }

  .public_details_153 .NewsDetail-B3 .myart {
    font-size: 0.32rem;
    line-height: 0.56rem;
    color: #666;
    padding: 0.4rem 0 0 0; }

  .public_details_153 .NewsDetail-B3 .myart > p {
    margin: 0;
    font-size: 0.32rem;
    line-height: 30px; }

  .public_details_153 .NewsDetail-B3 ._tools span {
    margin-right: 0.4rem;
    line-height: 0.28rem; }

  .public_details_153 .NewsDetail-B3 ._head {
    padding-bottom: 0rem; }

  .public_details_153 .news_top .n_right {
    position: static !important;
    width: 100% !important;
    margin-top: 0.6rem; }

  .public_details_153 .news_detail ._detailPage_bottom {
    background-color: #fff;
    border: none;
    margin-top: 0; }

  .public_details_153 .news_detail ._detailPage_bottom ul {
    padding: 0; }

  .public_details_153 .news_detail ._detailPage_bottom li {
    padding: 0 0 0.24rem 0; }

  .public_details_153 .news_detail ._detailPage_bottom li._prev {
    border: none; }

  .public_details_153 .news_detail ._detailPage_bottom li strong {
    float: left;
    width: 1.5rem !important; }

  .public_details_153 .news_detail ._detailPage_bottom li ._title {
    padding: 0;
    float: left;
    width: 5rem; }

  .public_details_153 .news_detail ._detailPage_bottom li ._mark {
    font-size: 0.32rem;
    color: #333; }

  .public_details_153 .news_detail ._detailPage_bottom li ._title {
    font-size: 0.32rem;
    color: #333; }

  .public_details_153 .news_detail ._detailPage_bottom li ._title:hover {
    color: #333;
    font-size: 0.32rem; }

  .public_details_153 .news_top .tuijian .tuijian_title {
    margin-top: 0.3rem; }

  .public_details_153 .news_top .tuijian .tuijian_title {
    font-size: 0.36rem;
    line-height: 0.6rem;
    padding: 0 0 0.3rem 0; }

  .public_details_153 .news_top .tuijian .tuijian_one {
    padding: 0.3rem 0; }
    .public_details_153 .news_top .tuijian .tuijian_one:nth-last-child(3) {
      padding-top: 0; }

  .public_details_153 .news_top .tuijian .tuijian_one > h1 {
    font-size: 0.32rem;
    line-height: 0.32rem;
    padding: 0.1rem 0 0.2rem 0; }

  .public_details_153 .news_top .tuijian .tuijian_one > p {
    font-size: 0.28rem;
    line-height: 0.48rem; }

  .public_details_153 .news_top .tuijian {
    margin-top: 0.3rem; }

  .public_details_153 .news_top .tuijian .tuijian_one:hover > h1 {
    color: #333; } }

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