/* line 2, index.less */
.news {
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px dashed #e5e5e5;
}
.news .prev_news{ 
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news .next_news{ 
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/* line 4, index.less */
.news .news_L {
  width: 824px;
  float: left;
}
/* line 7, index.less */
.news .news_L .news_L_top {
  overflow: hidden;
  margin-bottom: 20px;
}
.time a{
  text-decoration: none;
}
/* line 9, index.less */
.news .news_L .news_L_top .news_L_top_h1 {
  font-size: 20px;
  color: #4d4d4d;
  font-weight: bold;
  float: left;
}
/* line 15, index.less */
.news .news_L .news_L_top .news_L_top_s {
  float: left;
  width: 6px;
  height: 20px;
  background: #4d4d4d;
  margin-right: 10px;
  margin-top: 2px;
}
/* line 23, index.less */
.news .news_L .news_L_top .news_L_top_text {
  width: 100%;
  float: left;
  color: #4d4d4d;
  font-size: 16px;
  margin-top: 9px;
}
/* line 47, index.less */
.news .news_L .news_L_cen {
  overflow: hidden;
  padding-bottom: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px dashed #e5e5e5;
}
/* line 53, index.less */
.news .news_L .news_L_cen .news_L_cen_L {
  float: left;
  width: 450px;
  box-shadow: 1px 1px 5px #888888;
  transition: all 10s ease;
}
/* line 56, index.less */
.news .news_L .news_L_cen .news_L_cen_L img {
  width: 450px;
  height: 300px;
}
/* line 61, index.less */
.news .news_L .news_L_cen .news_L_cen_R {
  width: 340px;
  float: right;
}
.news .news_L .news_L_cen .news_L_cen_R .news_L_cen_R_p{
  margin-top: -30px;
  margin-bottom: 20px;
}
.news .news_L .news_L_cen .news_L_cen_R .news_L_cen_R_box{
  width: 340px;
  overflow: hidden;
  border-bottom: 1px dashed #dddddd;
  padding-bottom: 13px;
  margin-bottom: 13px;
}
.news .news_L .news_L_cen .news_L_cen_R .news_L_cen_R_box h1{
  width: 80%;
  margin: 0 auto;
  font-size: 16px;
  color: #4c4c4c;
  text-align: center;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-decoration: none;
    font-weight: bold;
    line-height: 20px;
}
.news .news_L .news_L_cen .news_L_cen_R .news_L_cen_R_box h1:hover{
  color: #00a0e9;
}
.news .news_L .news_L_cen .news_L_cen_R .news_L_cen_R_box a{
  text-decoration: none;
}
.news .news_L .news_L_cen .news_L_cen_R .news_L_cen_R_box span{
 font-size: 14px;
 color: #999999;
 text-align: center;
 display: block;
 line-height: 40px;
}
.news .news_L .news_L_cen .news_L_cen_R .news_L_cen_R_box p{
  font-size: 14px;
  color: #4d4d4d;
  text-align: left;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
    line-height: 24px;
}
/* line 65, index.less */
.news .news_L .news_L_cen .news_L_cen_R ul {
  width: 100%;
}
/* line 67, index.less */
.news .news_L .news_L_cen .news_L_cen_R ul li {
  height: 20px;
  line-height: 20px;
  background-image: url(/static/skin/default/img/index/index_17.jpg);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 8.4px;
}
/* line 76, index.less */
.news .news_L .news_L_cen .news_L_cen_R ul li a {
  width: 70%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-decoration: none;
}
/* line 85, index.less */
.news .news_L .news_L_cen .news_L_cen_R ul li span {
  float: right;
}
/* line 89, index.less */
.news .news_L .news_L_cen .news_L_cen_R ul li:nth-child(1) {
  margin-top: 0px;
}
/* line 92, index.less */
.news .news_L .news_L_cen .news_L_cen_R ul li:hover a {
  color: #00a0e9;
}
/* line 95, index.less */
.news .news_L .news_L_cen .news_L_cen_R ul P {
  text-align: right;
}
/* line 98, index.less */
.news .news_L .news_L_cen .news_L_cen_R ul P a {
  padding-right: 10px;
  font-size: 16px;
  color: #00a0e9;
  text-decoration: none;
}
/* line 110, index.less */
.news .news_L .news_L_footer {
  margin-top: 24px;
}
/* line 112, index.less */
.news .news_L .news_L_footer img {
  width: 100%;
}
/* line 118, index.less */
.news .news_R {
  width: 240px;
  float: left;
  margin-left: 56px;
}
/* line 122, index.less */
.news .news_R .news_L_top {
  overflow: hidden;
}
/* line 124, index.less */
.news .news_R .news_L_top .news_L_top_h1 {
  font-size: 20px;
  color: #4d4d4d;
  font-weight: bold;
  float: left;
}
/* line 130, index.less */
.news .news_R .news_L_top .news_L_top_s {
  float: left;
  width: 6px;
  height: 20px;
  background: #4d4d4d;
  margin-right: 10px;
  margin-top: 2px;
}
/* line 138, index.less */
.news .news_R .news_L_top .news_L_top_text {
  float: left;
  color: #4d4d4d;
  font-size: 16px;
  margin-top: 9px;
}
/* line 161, index.less */
.news .news_R .news_R_cen {
  margin-top: 14px;
  overflow: hidden;
}
/* line 163, index.less */
.news .news_R .news_R_cen img {
  width: 240px;
  height: 120px;
  transition: all 0.5s ;
}
.news .news_R .news_R_cen img:hover{
  transform: scale(1.1);
}
/* line 167, index.less */
.news .news_R .news_R_cen p {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 3px;
}
/* line 178, index.less */
.news .news_R .news_R_cen .text_r {
  text-align: right;
  line-height: 22px;
  margin-top: 0px;
}
/* line 182, index.less */
.news .news_R .news_R_cen .text_r a {
  padding-right: 10px;
  text-decoration: none;
  color: #00a0e9;
  font-size: 12px;
}
/* line 193, index.less */
.ly {
  margin-top: 54px;
}
/* line 198, index.less */
.layui-tab {
  overflow: hidden;
}
/* line 201, index.less */
.layui-tab-title {
  width: 317px;
  float: left;
  height: auto;
}
/* line 206, index.less */
.layui-tab-title .layui-this:after {
  border-width: 0px;
}
/* line 209, index.less */
.layui-tab-title .layui-this {
  width: 364px;
  background-color: transparent !important;
  background-image: url(/static/skin/default/img/index/index_33.png);
  background-size: 100% 100%;
  position: relative;
  z-index: 1111;
}
/* line 216, index.less */
.layui-tab-title .layui-this .layui-tab-title_top {
  padding: 48px 0 0 14px;
  overflow: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-image: url(/static/skin/default/img/index/index_41.png);
  background-repeat: no-repeat;
  background-position: right 48px;
  padding-right: 50px;
}
/* line 224, index.less */
.layui-tab-title .layui-this .layui-tab-title_top img {
  float: left;
}
.layui-tab-title .layui-this  .layui-tab-title_top .ly_img_show{
  display: none;
  float: left;
}
.layui-tab-title .layui-this .layui-tab-title_top  .ly_img {
  display: block;
  float: left;
}
/* line 227, index.less */
.layui-tab-title .layui-this .layui-tab-title_top .layui-tab-title_top_r {
  float: left;
  text-align: left;
  margin-left: 10px;
}
/* line 231, index.less */
.layui-tab-title .layui-this .layui-tab-title_top .layui-tab-title_top_r h1 {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}
/* line 236, index.less */
.layui-tab-title .layui-this .layui-tab-title_top .layui-tab-title_top_r span {
  display: block;
  font-size: 13px;
  color: #ffffff;
}
/* line 244, index.less */
.layui-tab-title .layui-this .layui-tab-title_p {
  line-height: 20px;
  text-align: right;
  padding-right: 60px;
}
/* line 248, index.less */
.layui-tab-title .layui-this .layui-tab-title_p a {
  color: #ffffff;
}
/* line 254, index.less */
.layui-tab-title .ly_li {
  height: 130px;
  background-color: #f2f2f2;
  display: block;
  margin-top: 4px;
  padding: 0 0px;
}
/* line 260, index.less */
.layui-tab-title li .layui-tab-title_top {
  padding: 48px 0 0 14px;
  overflow: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-image: url(/static/skin/default/img/index/index_41.png);
  background-repeat: no-repeat;
  background-position: right 48px;
  padding-right: 50px;
}
/* line 268, index.less */
.layui-tab-title li .layui-tab-title_top img {
  display: none;
  float: left;
}
.layui-tab-title li .layui-tab-title_top .ly_img_show {
  display: block;
  float: left;
}
/* line 271, index.less */
.layui-tab-title li .layui-tab-title_top .layui-tab-title_top_r {
  max-width: 188px;
  float: left;
  text-align: left;
  margin-left: 10px;
}
/* line 276, index.less */
.layui-tab-title li .layui-tab-title_top .layui-tab-title_top_r h1 {
  font-size: 18px;
  color: #666666;
  font-weight: bold;
}
/* line 281, index.less */
.layui-tab-title li .layui-tab-title_top .layui-tab-title_top_r span {
  display: block;
  font-size: 13px;
  color: #666666;
  line-height: 18px;
  white-space: initial;
  margin-top: 7px;
}
.layui-tab-title li:nth-last-of-type(1) .layui-tab-title_top .layui-tab-title_top_r span {
  display: block;
  font-size: 13px;
  line-height: 16px;
  white-space: initial;
}
/* line 289, index.less */
.layui-tab-title li .layui-tab-title_p {
  line-height: 20px;
  text-align: right;
  padding-right: 10px;
  color: #4c4c4c;
}
/* line 294, index.less */
.layui-tab-title li .layui-tab-title_p a {
  display: initial;
}
/* line 299, index.less */
/* .layui-tab-title .ly_li:nth-child(1) {
  margin-top: 0px;
  background-color: transparent;
} */
/* line 302, index.less */
.layui-tab-content {
  width: 800px;
  float: left;
  padding: 0;
  transition: all 0.3s; 
}
/* line 307, index.less */
.layui-tab-bar {
  display: none;
}
/* line 310, index.less */
.layui-tab[overflow] > .layui-tab-title {
  overflow: initial;
}
/* line 314, index.less */
.layui-show {
  margin-left: 4px;
  position: relative;
}
.layui-show .show_img{
  overflow: hidden;
}
/* line 317, index.less */
.layui-show img {
  width: 100%;
  transition: all 1.2s;
}
.layui-show img:hover{
  transform: scale(1.1);
}
/* line 320, index.less */
.layui-show .item_text {
  width: 270px;
  position: absolute;
  top: 55px;
  left: 74px;
}
/* line 325, index.less */
.layui-show .item_text h1 {
  font-size: 18px;
  color: #ffffff;
}
/* line 329, index.less */
.layui-show .item_text p {
  font-size: 13px;
  color: #bdccd8;
  line-height: 20px;
  margin-top: 25px;
}
/* line 337, index.less */
.cen_img {
  width: 796px;
  text-align: center;
  margin-top: -48px;
  position: relative;
  z-index: 12;
  border-bottom-width: 0px;
}
.cen_img .layui-this{
  width: 240px;
  background-image: none;
}
.cen_img li{
  width: 240px;
  padding: 0;
}
/* line 342, index.less */
.cen_img p {
  display: inline-block;
  cursor: pointer;
  border: 2px solid #FFFFFF;
  overflow: hidden;
  transition: all 0.2s;
  margin: 3px;
}
/* line 347, index.less */
.cen_img p img {
  width: 200px;
  height: 100px;
}
.cen_img li p span{
  display: none;
  font-weight: 600;
}
/* line 353, index.less */
.cen_show_img {
  border: 5px solid #ffffff !important;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0px !important;
  margin: 0px !important;
}
.cen_show_img {
  position: relative;
}
.cen_img li .cen_show_img span{
  display: block;
  width: 100%;
  height: 100%;
  line-height: 110px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #FFFFFF;
  font-size: 18px;
}
.cen_img p:hover img{
  transform: scale(1.2);
}
.cen_img p:hover .layui-show img{
  transition: all 0.2s;
}
.swiper-slide_p{
  position: absolute;bottom: 0;width: 100%;height: 40px;line-height: 40px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  padding-left:18px;
  background-color: rgba(24,14,10,0.6);
  
}
@media only screen and (max-width: 750px) {
  .swiper-slide_p span{
    width: 76%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .news .news_L{
    width: auto;
    float: none;
    margin-bottom: 22px;
  }
  .news .news_L .news_L_top{
    margin-top: 10px;
  }
  .news .news_L .news_L_cen .news_L_cen_R .news_L_cen_R_box{
    width: 100%;
  }
  .news .news_L .news_L_cen .news_L_cen_L{
    width: 100%;
    height: 4rem;
    float: none;
  }
  .news .news_L .news_L_cen .news_L_cen_L img{
    width: 100%;
    height: 4rem;
  }
  .news .news_L .news_L_cen .news_L_cen_R{
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .news .news_L .news_L_cen .news_L_cen_R .news_L_cen_R_p{
    margin-top: 30px;
  }
  .news .news_L .news_L_cen{
    padding-bottom: 0.45rem;
  }
  .news_L_footer img {
    width: 100%;
    height: 1.5rem;
  }
  .news .news_R{
    width: 100%;
    margin-left: 0;
  }
  .news .news_R .news_L_top .news_L_top_h1{
    float: none;
  }
  .news .news_R .news_L_top .news_L_top_text{
    float: none;
  }
  .news .news_R .news_R_cen{
    text-align: center;
  }
  .news .news_R .news_R_cen p{
    text-align: left;
  }
  .layui-tab-content{
    width: 100% !important;
  }
  .cen_img li{
    width: 31%;
  }
  .cen_img{
    width: 100%;
    margin-top: -0.6rem;
  }
  .cen_img .layui-this{
    width: 31%;
  }
  .cen_img p img{
    width: 100%;
    height: 100%;
  }
  .cen_img li .cen_show_img span{
    line-height: 1rem;
  }
  .ly{
    margin-top: 0px;
  }
}