/* 文字尺寸 */
/*  */
/*  */
.tsStore-news {
  width: 100%;
  margin-bottom: 107px;
}
.tsStore-news .tsStore-mainTitle > div:nth-child(1) {
  margin-bottom: 94px;
  margin-top: 4px;
}
@media (min-width: 0px) {
  .tsStore-news .tsStore-mainTitle > div:nth-child(1) {
    margin-bottom: -12px;
  }
}
@media (min-width: 992px) {
  .tsStore-news .tsStore-mainTitle > div:nth-child(1) {
    margin-bottom: 94px;
  }
}
.tsStore-news .tsStore-newsDate {
  border-right: 1px solid #cccccc;
  height: 112px;
}
.tsStore-news .tsStore-newsDate :nth-child(1) {
  font-size: 26px;
  line-height: 60px;
}
.tsStore-news .tsStore-newsDate :nth-child(2) {
  font-size: 22px;
  opacity: 0.6;
}
.tsStore-news .tsStore-newsMain {
  text-align: left;
}
.tsStore-news .tsStore-newsMain :nth-child(1) {
  font-size: 30px;
  margin-bottom: 15px;
}
.tsStore-news .tsStore-newsMain :nth-child(2) {
  font-size: 18px;
  opacity: 0.5;
}
.tsStore-news .tsStore-newsDateSM {
  height: 112px;
  position: absolute;
  margin-top: 36px;
  width: 95%;
  float: right;
  text-align: right;
}
.tsStore-news .tsStore-newsDateSM * {
  float: right;
  font-size: 13px;
  opacity: 0.5;
}
.tsStore-news .tsStore-newsMainSM {
  text-align: left;
  margin-top: 32px;
}
.tsStore-news .tsStore-newsMainSM :nth-child(1) {
  font-size: 20px;
  margin-bottom: 15px;
}
.tsStore-news .tsStore-newsMainSM :nth-child(2) {
  font-size: 14px;
  opacity: 0.5;
}
.tsStore-news .tsStore-newsModule > * {
  margin-bottom: 35px;
}
.tsStore-news .tsStore-newsPhone > * {
  border-top: 1px solid #cccccc;
}
.tsStore-news .tsStore-newsPhone > :nth-child(1) {
  border-top: 0px;
}
.tsStore-news .tsStore-article {
  padding: 17px;
  text-indent: 2em;
  font: 400 24px "Source Han Sans CN";
  line-height: 40px;
}
@media (min-width: 0px) {
  .tsStore-news .tsStore-article {
    font: 400 14px "Source Han Sans CN";
  }
}
@media (min-width: 992px) {
  .tsStore-news .tsStore-article {
    font: 400 24px "Source Han Sans CN";
  }
}
.tsStore-news .tsStore-article p {
  margin-bottom: 40px;
}
@media (min-width: 0px) {
  .tsStore-news .tsStore-article p {
    letter-spacing: 0px;
  }
}
@media (min-width: 992px) {
  .tsStore-news .tsStore-article p {
    letter-spacing: 3px;
  }
}
.tsStore-news .tsStore-newsHeader {
  border-bottom: 1px solid #cccccc;
  padding: 20px;
}
.tsStore-news .tsStore-newsHeader h1 {
  font-size: 30px;
}
