body {
  background-color: #F8F8F8;
}

div,
p,
span {
  font-size: 14px;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 首页大标题 */
.index_title {
  box-sizing: border-box;
  padding: 0 .2rem;
  margin-top: .4rem;
  margin-bottom: .3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index_title>h1 {
  position: relative;
  padding-left: .2rem;
  font-size: .34rem;
  color: #333;
  font-weight: 600;
}

.index_title>h1::before {
  content: '';
  position: absolute;
  left: 0;
  top: .08rem;
  display: block;
  width: .07rem;
  height: .3rem;
  background-color: #2772ED;
}

.index_title>a {
  font-size: .26rem;
  color: #999;
}

/* 顶部轮播 */
.swiper_container_one {
  width: 100%;
  height: 7rem;
  position: relative;
}

.swiper_item {
  width: 100%;
  height: 7rem !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper_container_one a,
.swiper_container_one img {
  width: 100%;
  height: 100%;
}

/* .pagination-intro {
  position: absolute;
  z-index: 20;
  bottom: .2rem;
  width: 100%;
  text-align: center;
}

.swiper-pagination-switch {
  display: inline-block;
  width: .15rem;
  height: .15rem;
  border-radius: 50%;
  background: #fff;
  margin: 0 .1rem;
}

.swiper-active-switch {
  background: #276FF6;
} */


/* 头条 */
.head_news {
  position: relative;
  box-sizing: border-box;
  padding: .3rem .2rem;
  margin: .3rem .2rem 0 .2rem;
  border-radius: 6px;
  background-color: #fff;
}

.head_news>img {
  position: absolute;
  left: .2rem;
  top: .43rem;
  width: .77rem;
  height: .33rem;
  vertical-align: middle;
}

.head_news>a {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  font-size: .34rem;
  text-indent: .85rem;
  line-height: .56rem;
  color: #333;
}

/* 集团要闻 */
.important_news {
  box-sizing: border-box;
  padding: .48rem .15rem .48rem .15rem;
  margin: 0 .2rem;
  background-color: #fff;
  border-radius: 6px;
}

.import_news_first {
  padding-bottom: .2rem;
  border-bottom: 1px solid #E3E3E3;
}

.import_news_first h1 {
  text-align: center;
  font-size: .34rem;
  color: #175DD1;
  font-weight: bold;
}

.import_news_first p {
  text-align: center;
  margin-top: .1rem;
  font-size: .26rem;
  color: #999;
}

.import_news_item {
  padding: .2rem .1rem .05rem .1rem;
  display: flex;
  align-items: center;
}

.import_news_left {
  flex: 1;
  overflow: hidden;
}

.import_news_right {
  width: 1.2rem;
}

.import_news_left h2 {
  font-size: .32rem;
  color: #333;
  font-weight: bold;
}

.import_news_left p {
  margin-top: .1rem;
  font-size: .26rem;
  color: #999;
}

.import_news_line {
  width: 1px;
  height: .74rem;
  background-color: #E3E3E3;
}

.import_news_right>p {
  font-size: .48rem;
  color: #B5B5B5;
  text-align: center;
}

.import_news_right>span {
  display: block;
  text-align: center;
  font-size: .2rem;
  color: #B5B5B5;
}

/* 媒体聚焦和国资动态 */
.tab_wrap {
  position: relative;
  box-sizing: border-box;
  padding: .18rem .1rem;
  margin: .2rem .2rem .3rem .2rem;
  border-bottom: 1px solid #B2D6EF;
}

.tab_wrap>span {
  display: inline-block;
  margin-right: .5rem;
  font-size: .34rem;
  color: #999999;
  font-weight: 400;
  transition: all .3s ease;
}

.tab_bottom {
  position: absolute;
  left: .2rem;
  bottom: 0;
  display: block;
  width: 1.1rem;
  height: .06rem;
  background-color: #3F88FF;
}

.tab_content {
  box-sizing: border-box;
  padding: 0 .15rem .26rem .15rem;
  margin: 0 .2rem;
  background-color: #fff;
  border-radius: .06rem;
}

.tab_content_none {
  display: none;
}

.tab_list_item {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-left: 0.14rem;
  box-sizing: border-box;
  border-bottom: 1px solid #EBEBEB;
}

.tab_list_item::before {
  content: '';
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background: #3F88FF;
  margin-right: 0.16rem;
}

.tab_list_item a {
  line-height: 1rem;
  font-size: .32rem;
  display: block;
  color: #333;
  width: 6.37rem;
  height: 100%;
}

.tab_look_more {
  display: block;
  text-align: center;
  margin: .24rem auto 0 auto;
  width: 2.4rem;
  height: .5rem;
  line-height: .5rem;
  font-size: .26rem;
  color: #999;
  background-color: #F7F7F7;
}

/* 切换需要添加的类 */
.tab_change {
  font-weight: 600 !important;
  color: #333333 !important;
}

/* 六大产业 */
.six_industry {
  box-sizing: border-box;
  padding: 1.7rem .2rem 0 .2rem;
  width: 100%;
  height: 7.1rem;
  margin-top: .4rem;
  background-image: url(../images/six-module-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.industry_item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.industry_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 2.26rem;
  height: 2.25rem;
  margin-top: .15rem;
  background-color: #1A58D3;
}

.industry_item>img {
  display: block;
  width: .6rem;
  height: .6rem;
}

.industry_item>span {
  margin-top: .2rem;
  font-size: .28rem;
  color: #fff;
}

/* 专题专栏 */
.special {
  margin: 0 .2rem;
  display: flex;
  flex-wrap: wrap;
}

.special_item {
  width: 3.5rem;
  height: 1.5rem;
  margin-right: .1rem;
  margin-top: .1rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.special>a:nth-child(2n) .special_item {
  margin-right: 0;
}

/* 山能印象 */
.swiper_container_two {
  margin: 0 .2rem .4rem .2rem;
  height: 4rem;
  border-radius: 6px;
}

.swiper_item_wrap_two {
  width: 100%;
  height: 4rem !important;
}

.swiper_item_tow {
  width: 100%;
  height: 4rem !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.pagination-intro-two {
  position: absolute;
  z-index: 20;
  bottom: .2rem;
  width: 100%;
  text-align: center;
}

.swiper-pagination-switch {
  display: inline-block;
  width: .15rem;
  height: .15rem;
  border-radius: 50%;
  background: #fff;
  margin: 0 .1rem;
}

.swiper-active-switch {
  background: #276FF6;
}

.swiper_container_two a,
.swiper_container_two img {
  width: 100%;
  height: 4rem;
}