

/*.iTitle {*/
/*  display: flex;*/
/*  justify-content: space-around;*/
/*  height: 70px;*/
/*  align-items: center;*/
/*}*/

.iTitle > div {
  text-align: center;
}



.iPic {
  width: 100%;
  height: 400px;
  background-image: url('../images/infoBgc.png');
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.iNav {
  width: 100%;
  background-color: #eeeeee;
}
.inMain {
  width: 80%;
  margin-left: 10%;
  height: 50px;
}
.inMain>div {
  height: 36px;
  line-height: 36px;
  margin-top: 7px;
  /*background-image: url('../assets/imgs/nav2.png');*/
  /*background-repeat: no-repeat;*/
  /*-webkit-background-size: 100% 100%;*/
  /*background-size: 100% 100%;*/
  display: inline-block;
  padding: 0 20px;
  font-size: 1rem;
  background-color: #fff;
  margin-right: 20px;
  position: relative;
}
.inMain>div img {
  width: 16px;
  height: 36px;
}
.inMain>div .bgRight {
  position: absolute;
  right: -16px;
  top: 0;
}
.inMain>div .bgLeft {
  position: absolute;
  left: -16px;
  top: 0;
}
.inMain>div:nth-of-type(1) {
  /*background-image: url('../images/nav1.png');*/
}
.inMain>div:nth-of-type(2),.inMain>div:nth-of-type(3) {
  /*margin-left: -10px;*/
}
.iGray {
  background-color: #eeeeee;
  width: 100%;
  height: 24px;
}
.headerSpan span i.iUnderLine {
  text-decoration:underline;
}
.icmText {
  width: 100%;
  border-bottom: 1px dashed #D2D2D2;
  padding-bottom: 30px;
}
.iContent {
  background-color: #fff;
  width: 100%;
  padding-bottom: 30px;
  overflow: hidden;
}
.icMain {
  width: 80%;
  margin-left: 10%;
  padding-bottom: 30px;
}
.icmtTitle {
  padding-top: 30px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #131415;
  display: flex;
  justify-content: space-between;
}
.icmtContent {
  font-size: 1rem;
  color: #666666;
  padding-top: 10px;
  line-height: 26px;
}
.icmtContent img {
  width: 100%;
}
.nextPre {
  width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nextPre .prePage,.nextPre .nextPage {
  cursor: pointer;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 1rem;
  border: 1px solid #e5e5e5;
}
.nextPre .page {
  display: flex;
}
.nextPre .page span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-left: none;
  cursor: pointer;
}
.nextPre .page span:nth-last-of-type(1) {
  border-right: none;
}
.nextPre .page span.active {
  color: #ffffff;
  background: #2C6BDF;
  border: 1px solid #2C6BDF;
}
.icmtTitle .icmtTime {
  font-size: 1rem;
  width: 172px;
  text-align: right;
}
