.auto_cut {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.auto_cut1 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.footer_bottom_nav a {
  display: inline;
}

body {
  background-color: #f3f3f3;
}

ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: 0;
}

.transtion {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:focus {
  outline: none;
}

img {
  height: auto;
  -ms-interpolation-mode: bicubic;
  border: 0;
  outline: 0;
}

.content_web {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto 30px;
}

/* 公共样式 */
.cur {
  background: #206bd1;
  color: white !important;
}

.col_common {
  color: #206bd1 !important;
}


/* 集团要闻 */
.group_news {
  width: 960px;
  background: #ffffff;
}

.group_news ul {
  width: 100%;
}

.group_news #news_list li {
  width: 960px;
  height: 202px;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  padding: 48px 103px 20px 40px;
  box-sizing: border-box;
  transition: all linear .25s;
}

.group_news #news_list li:hover{
  box-shadow: 0px 2px 32px -5px rgba(133, 139, 144, 0.3);
  border: none;
  position: relative;
  margin-top: -10px;
}
.group_news #news_list li:hover h2,
.group_news #news_list li:hover .group_news_details{
  color: #206bd1;
}

.group_news #news_list li>a {
  width: 100%;
  height: 100%;
  display: block;
}

.group_news_left {
  width: 670px;
}

.group_news_right {
  font-size: 24px;
  font-weight: 400;
  color: #999999;
}

.group_news_right>:nth-child(1) {
  /* margin-top: 30px; */
}

.group_news_right_j {
  line-height: 26px;
  margin-top: 40px;
}

.group_news_right_line {
  width: 40px;
  height: 26px;
  border-left: 1px solid #e5e5e5;
  background: url(/uploads/image/wsimg/icon_h_youjiantou.png) right center no-repeat;
}
.group_news #news_list li:hover .group_news_right_line{
  border-left: 1px solid #206bd1;
  background: url(/uploads/image/wsimg/icon_l_youjiantou.png) right center no-repeat;
}
.group_news #news_list li:hover .group_news_right>div{
  color: #206bd1;
}
.group_news_title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

.group_news_details {
  height: 66px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-top: 22px;
  line-height: 22px;
}




/* 滑动添加的类 */
.active_news {
  border: none;
  box-shadow: 0px 2px 32px -5px rgba(133, 139, 144, 0.3);
  margin-bottom: 20px;
}

.bor_none {
  border-bottom: none !important
}

.inner_content_right{
  padding: 0;
  min-height: 600px;
}

.tpl-red .banner_title>h1{color: #d83023;}
.tpl-red .banner_title>h1>span{color: #d83023;}
.tpl-red .banner_title_line{background-color: #d83023;}
.tpl-red .bread_nav_active{color: #d83023;}
.tpl-red .left_nav_title{background-color: #d83023;}
.tpl-red .left_nav_item .left_nav_active{color: #d83023;}
.tpl-red .left_nav_item .left_nav_active::before{background-color: #d83023;}
.tpl-red .left_nav_item:hover>a{color: #d83023;}
.tpl-red .left_nav_item:hover>a::before{background-color: #d83023;}
.tpl-red .group_news #news_list li:hover h2,
.tpl-red .group_news #news_list li:hover .group_news_details{color: #d83023;}
.tpl-red .group_news #news_list li:hover .group_news_right_line{border-left: 1px solid #d83023;background: url(/uploads/image/wsimg/arr-right-red.png) right center no-repeat;}
.tpl-red .group_news #news_list li:hover .group_news_right>div{color: #d83023;}
.tpl-red .pagination .active{background: #d83023;}

#news_list img{display: block;margin: 40px auto 0;max-width: 100%;}

@media screen and (max-width: 900px){
  .content_web{width: 100%;min-width: auto;margin: 0;}
  .group_news{width: 100%;}
  .group_news ul{padding: 0 .3rem;}
  .group_news #news_list li{width: 100%;height: auto;padding: .2rem 0;}
  .group_news_left{width: 100%;}
  .group_news_title{font-size: .34rem;}
  .group_news_details{font-size: .28rem;line-height: .5rem;height: 1rem;overflow: hidden;margin-top: .1rem;}
  .group_news_right{font-size: .24rem;margin-top: .1rem;}
  .group_news_right_line{display: none;}
  .group_news_right_j{margin: 0;}
}