.main {
  background: url("../image/head-back.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 1.5rem;
}

.top-img .img1 {
  width: 20rem;
  height: 2.8rem;
  margin-bottom: 3rem;
  margin-right: 1rem;
  margin-left: 3rem;
}


.top-img .img2 {
  width: 6.8rem;
  height: 9rem;
}

.top-info {
  box-sizing: border-box;
  padding: 1.3rem;
  box-shadow: 0 0 0.6rem 0 #F1F1F1;
  border-radius: 0.6rem;
  background: #FFFFFF;
  margin-bottom: 2rem;
}

.top-info .info-title {
  width: 23.6rem;
  font-size: 1.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #D9000D;
  line-height: 3rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 1rem;
}

.info-detail {
  margin-bottom: 1rem;
}

.info-detail .info-detail-title {
  font-size: 1.6rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 3rem;
}


.info-detail .info-detail-a a {
  font-size: 1.6rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #D9000D;
  line-height: 3rem;
}

.info-link .info-link-item {
  width: 15.5rem;
  height: 2.8rem;
  background: #BBEBFA;
  border: 1px solid #BBEBFA;
  font-size: 1.4rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 2.8rem;
  text-align: center;
  margin-right: 1rem;
  float: left;
  margin-bottom: 1.1rem;
}


.info-link .info-link-item:nth-child(2n) {
  margin-right: 0;
}


.item-con {
  margin-bottom: 2.2rem;
}

.item-con .item-title {
  font-size: 1.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #202020;
  margin-bottom: 1rem;
}

.item-content {
  padding: 1.5rem 1.3rem;
  box-shadow: 0 0 0.6rem 0 #F1F1F1;
  border-radius: 0.6rem;
}

.item-content .item-dic {
  font-size: 1.4rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #202020;
  line-height: 2.8rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


.item-source, .item-time {
  font-size: 1.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.con-hr {
  width: 100%;
  height: 1px;
  background: #EEEEEE;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.con-banner-img {
  width: 100%;
}

.list .left-list{
  display: flex;
  /*align-content: center;*/
  overflow-y: scroll;
  margin-bottom: 1rem;
  align-items: center;
}

 .list .right-list .list-nav {
  display: flex;
  /*align-content: center;*/
  overflow-y: scroll;
  margin-bottom: 1rem;
}

.list .left-list .list-choose-item {
  font-size: 1.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #202020;
  white-space: nowrap;
}

.list .right-list .list-nav .nav-item {
  font-size: 1.6rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #202020;
  white-space: nowrap;
  margin-right: 2rem;
}


.list .left-list .on, .list .right-list .list-nav .on {
  color: #1D6ABF;
}

.list .right-list .list-nav .on:after {
  display: block;
  content: '';
  width: 3rem;
  height: 0.3rem;
  background: #1D6ABF;
  border-radius: 5rem;
  margin: 0 auto;
  margin-top: 0.5rem;
}

.list-hr {
  width: 0.1rem;
  height: 0.85rem;
  background: #CECECE;
  margin: 0 1rem;
}

.list .right-list {
  box-shadow: 0px 0px 12px 0px #F1F1F1;
  border-radius: 12px;
  padding: 1.2rem;
}

.clear {
  clear: both;
}

.right-list .small-list {
  display: none;
}

.right-list .list-show {
  display: block;
}

































