.news {
  margin-bottom: 120px;
}
.news h1 {
  margin-top: 20px;
}
.news .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news .box > div {
  width: 23%;
}
.news .box > div p {
  font-family: Urbanist-bold;
  color: #161616;
  padding: 16px;
  padding-left: 0;
  line-height: 24px;
}
.news .box > div span {
  color: #777;
}
.news .box > div img {
  max-width: 100%;
}
.news .box div.text {
  padding-bottom: 24px;
  border-top: none;
  margin-bottom: 24px;
}
.more {
  width: 216px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: url(http://english.kiz.cas.cn/images/vrbg.png) no-repeat;
  display: block;
  margin: 0 auto;
  color: #fff;
  font-family: Urbanist-bold;
  font-style: italic;
}
.more span {
  display: inline-block;
  width: 25px;
  height: 18px;
  background: url(http://english.kiz.cas.cn/images/arror2.png) no-repeat;
  vertical-align: middle;

}
.media {
  padding-bottom: 120px;
  border-bottom: 1px solid #161616;
}

.media .lineBox {
  margin-left: 160px;
  border-left: 1px solid #0C5A4B;
}
.media .lineBox .box {
  position: relative;
  padding-left: 24px;
  margin-bottom: 60px;
}
.media .lineBox .box:hover p ,.media .lineBox .box.active p {
  font-family: Urbanist-bold;
  color: #0C5A4B;
}
.media .lineBox .box:hover p ,.media .lineBox .box a {
  font-family: Urbanist-bold;
  color: #000;
}
.media .lineBox .box:hover p ,.media .lineBox .box a:hover {
  font-family: Urbanist-bold;
  color: #0C5A4B;
}
.media .lineBox .box:hover span,.media .lineBox .box.active span {
  color: #0C5A4B;
}
.media .lineBox .box span {
  width: 160px;
  position: absolute;
  left: -160px;
  top: 0;
  font-family: PlayfairDisplaySC;
  font-size: 24px;
  color: #777;
  font-weight: thin;
}
.media .lineBox .box p {
  position: relative;
}
.media .lineBox .box p:before {
  content: '';
  position: absolute;
  left: -30px;
  border: 6px solid #F2B63A;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(-45deg);
  display: none;
  top: 50%;
  margin-top: -4px;
}
.media .lineBox .box:hover p:before,.media .lineBox .box.active p:before {
  display: block;
}

.article {
  margin-top: 20px;
  padding-bottom: 120px;
  border-bottom: 1px solid #161616;
}
.article .box {
  display: flex;
}
.article .box .left {
  flex: 1;
}
.article .box .right {
  width: 320px;
  margin-left: 70px;
}
.article .box .right h3 {
  font-size: 30px;
  font-family: PlayfairDisplaySC;
  border-top: 1px solid #0C5A4B;
  position: relative;
  padding-top: 12px;
  margin-bottom: 16px;
}
.article .box .right h3:before {
  content: '';
  width: 112px;
  height: 3px;
  background: #0C5A4B;
  position: absolute;
  left: 0;
  top: -1px;
}
.article h1 {
  margin-bottom: 8px;
}
.article span.info {
  font-size: 13px;
  font-family: Urbanist;
  display: block;
  font-weight: 400;
  color: #777777;
  line-height: 24px;
}
.article .content > img {
  margin: 24px 0;
  max-width: 100%;
  display: inline-block;
}

.article .left p {
  font-size: 17px;
  font-family: Urbanist-Regular, Urbanist;
  font-weight: 400;
  color: #595959;
  line-height: 28px;
  margin-bottom: 30px;
}
.article .view {
  margin-top: 60px;
  padding-bottom: 22px;
  border-bottom: 1px solid #161616;
  margin-bottom: 15px;
}
.article .view img,.article .view span {
  display: inline-block;
  vertical-align: middle;
  color: #777;
}
div.pn {
  display: flex;
  align-items: center;
}
div.pn span {
  font-size: 17px;
  font-family: Urbanist-Bold, Urbanist;
  font-weight: bold;
  color: #161616;
  line-height: 28px;
  width: 80px;
  display: inline-block;
}
div.pn a {
  font-size: 17px;
  font-family: Urbanist-Regular, Urbanist;
  font-weight: 400;
  color: #161616;
  line-height: 40px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article .right p {
  padding: 0 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  color: #161616;
  font-size: 23px;
  font-family: Urbanist-bold;
  line-height: 36px;
}
.article .right span {
  display: inline-block;
  padding:  0 16px;
  padding-right: 30px;
  color: #0C5A4B;
  font-family: Urbanist-bold;
  font-style: italic;
  font-weight: normal;
  background: url(../images/roaming/arror.png) no-repeat right center;
}
.article .right img {
  max-width: 100%;
  display: block;
}
.article .right .text {
  border: 1px solid #161616;
  padding-bottom: 24px;
  border-top: none;
  margin-bottom: 24px;
  padding-top: 10px;
}
.article .right .picbox {
  margin-bottom: 20px;
}