.home {
  width: 100%;
}
.home .main {
  width: 70%;
  margin: 160px auto;
}
.home .main .links {
  display: flex;
  align-items: center;
}
.home .main .links a, .home .main .links p {
  color: #666666;
  font-size: 14px;
}
.home .main .info {
  margin: 40px 0;
}
.home .main .info .pt {
  color: #333333;
  font-size: 26px;
  font-weight: bolder;
  text-align: center;
}
.home .main .info .time {
  color: #666666;
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.home .main .info .time p {
  font-family: "ITCAvantGardeStd-XLt";
}
.home .main .info .time a {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
}
.home .main .info .time a p {
  color: #0F0F0F;
  font-family: "AvantGardeLT-Medium";
  font-weight: bolder;
  margin-left: 10px;
}
.home .main .info .html {
  color: #515151;
  line-height: 2;
  border-top: 1px dashed #cccccc;
  border-bottom: 1px dashed #cccccc;
  padding: 30px 0;
  margin: 30px 0;
}

.home .main .info .html  img{
  max-width:100%;
}
.home .main .info .pager a {
  display: block;
  color: #333333;
  font-size: 14px;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1200px) {
  .home .main {
    width: 90%;
    margin: 40px auto;
  }
  .home .main .info .pt {
    font-size: 20px;
  }
  .home .main .info .time {
    padding-bottom: 30px;
  }
  .home .main .info .time a {
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    top: auto;
  }
}

/*# sourceMappingURL=newsInfo.css.map */
