body {
  background: #f3f3f3;
  font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", 微软雅黑, STHeitiSC-Light, simsun, 宋体, "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
}
.container {
  overflow: hidden;
}
.banner {
    margin: 0 -15px;
    position: relative;
}
.banner > div {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 6.7vw;
}
.banner .text {
  /* position: absolute; */
  color: white;
  top: 93px;
  display: block;
  font-size: 1.9em;
  letter-spacing: .1em;
}
.banner .super-line {
  height: 4px;
  width: 5.5em;
  background: white;
  display: inline-block;
  margin-bottom: 22px;
}
.banner img {
  width: 100%;
}
.news-main {
    color: #808080;
    margin: 16px -15px 0;
    padding-right: 7vw;
    padding-left: 7vw;
}
.activity-full {
  padding: 3em;
  overflow: hidden;/* for policies images*/
}
.activity-full .title {
  text-align: center;
  margin-bottom: 2em;
  letter-spacing: .1em;
}
.activity-full img {
  display: block;
  margin: 1.5em auto;
  max-width: 422px;
  width: 60%;
}
.list > a {
  background: white;
}
.choose-news {
  background: white;
}
.choose-news .toggle {
  text-align: center;
  padding: 60px 0 52px;
}
.choose-news a {
  display: inline-block;
  font-size: 1.54em;
  color: #898989;
  padding: 0 5.8vw;
  text-shadow: #898989 0 0 0;
  text-decoration: none;
}
.choose-news a:hover, .choose-news a:active, .choose-news .active {
  color: #1e88f5;
  text-shadow: #1e88f5 0 0 0;
  text-decoration: none;
}
.choose-news a:not(:last-child) {
  border-right: 1px solid #dcdcdc;
}
.choose-news a > div {
  width: 100px;
  height: 60px;
  display: block;
}
.choose-news .letter {
  background: url("../img/news-paper-grey.png") 50% 0 /48px no-repeat;
}
.choose-news .article {
  background: url("../img/news-letters-grey.png") 50% 0 /48px no-repeat;
}
.choose-news .policy {
  background: url("../img/news-read-grey.png") 50% 0 /48px no-repeat;
}
.choose-news a:hover .letter, .active .letter {
  background-image: url("../img/news-paper-blue.png");
}
.choose-news a:hover .article, .active .article {
  background-image: url("../img/news-letters-blue.png");
}
.choose-news a:hover .policy, .active .policy {
  background-image: url("../img/news-read-blue.png");
}
.letters {
  background: white;
  margin-top: 16px;
}
.letters .headline-title {
  color: #454545;
  border-bottom: 2px solid #ebecf0;
  font-size: 1.54em;
  padding: 42px 30px 30px;
}
.letters .body {
  border-top: 1px solid #ebecf0;
  margin-top: 2px;
  padding-top: 47px;
}
.body .side {
  color: #454545;
  text-align: center;
  display: inline-block;
  height: 500px;
  width: 15%;
  vertical-align: top;
} 
.side .day {
  font-size: 2.6em;
  margin: 25px 0 56px;
}
.body .principal {
  border-left: 1px solid #ebecf0;
  color: #898989;
  display: inline-block;
  width: 85%;
  margin-bottom: 30px;
  padding: 0 21px 0 59px;
}
.principal .top {
  margin-top: -24px;
}
.weekday {
  margin-left: 5px;
  font-size: 0.93em;
}
.scan-this {
  font-size: 1.08em;
  color: #898989;
}
.weekly-news {
  font-size: 1.54em;
  color: #454545;
  font-weight: bold;
  vertical-align: text-top;
}
.focus-create {
  color: #b0b0b0;
  font-size: 1.24em;
  vertical-align: text-top;
  display: inline-block;
}
.each {
    margin: 42px 0 10px;
    color: #898989;
    font-size: 1.24em;
}
.each > div {
    margin: 21px 0 13px 46px;
    -webkit-margin-collapse: separate;
}
.each .num {
    font-family: Arial Black, Arial;
    line-height: 1em;
    border-right: 1px solid #ebecf0;
    padding-right: 10px;
    margin-left: -46px;
}
.slash-a {
  display: inline-block;
  border-left: 2px solid #b0b0b0;
  transform: rotate(31deg);
  height: 30px;
  margin: 0 5px 0 17px;
}
.slash-b {
  display: inline-block;
  border-left: 2px solid #454545;
  transform: rotate(31deg);
  height: 30px;
  margin-right: 22px;
}
.each > div > div {
    display: inline-block;
    margin-right: 10px;
    letter-spacing: .1em;
}
.list .activity-short {
  display: block;
  margin-top: 10px;
  padding: 16px 26px;
  background: white url("../img/news-arr-grey.png") 95.4% 50% /50px no-repeat;
}
.list .activity-short:hover {
  box-shadow: rgba(94, 94, 94, 0.18) 0 0 15px;
  background-image: url("../img/news-arr-blue.png");
}
.activity-short img.p1 {
  width: 16%;
  margin-right: 2.8%;
}
.activity-short .date.p1 {
  width: 13.8%;
  margin-right: 3.6%;
  display: inline-block;
  text-align: center;
  border-right: 1px solid #ebecf0;
}
.p2 {
  display: inline-block;
  width: 60.4%;
}
.activity-short .p3 {
  display: inline-block;
  padding-left: 4.4%;
  border-left: 1px solid #ebecf0;
}
.p2 .title {
    color: #454545;
    font-size: 1.54em;
    margin: 8px 0 37px;
}
.p2 .synopsis {
    color: #898989;
    font-size: 1.24em;
    line-height: 2.5em;
    text-indent: 2em;
}
.activity-short .p3 > span {
  letter-spacing: 0.1em;
  margin: 62px 0 26px;
  font-size: 2.3em;
}
.activity-short .p1 > span {
  font-size: 2.6em;
  margin: 25px 0 65px;
}
.activity-short .date > span {
  color: #b0b0b0;
  display: block;
}
.activity-short:hover .date > span {
  color: #898989;
}
.activity-short .p3 > div {
  letter-spacing: 0.1em;
  margin-bottom: 37px;
  font-size: 1.1em;
}
.activity-short .p1 > div {
  font-size: 0.92em;
  margin-bottom: 30px;
}
.activity-short .date > div {
  color: #898989;
}
.activity-short:hover .date > div {
  color: #454545;
}
.policy .list, .article .list {
  padding-top: 5px;
  padding-bottom: 20px;
}

.news-main.item {
  margin-top: 7px;
}
.crumbs {
  background: white;
  padding: 43px 33px 27px;
  margin-bottom: 11px;
}
.item-list {
  background: white;
  padding: 36px 40px 6px;
  margin-bottom: 11px;
}
.right-side .final {
  background: white;
  padding: 36px 40px 6px;
}
.crumbs > span:not(.passive) {
  margin: 0 26px;
  font-size: 1.24em;
  color: #454545;
}
.crumbs .passive {
  color: #898989;
  font-size: 1.08em;
}
.crumbs a {
  color: #454545;
  font-size: 1.24em;
  text-shadow: #454545 0 0 0;
}
.item-full {
  padding: 52px 43px;
  background: white;
  margin-bottom: 11px;
}
.item-full .title {
font-size: 1.54em;
color: #454545;
font-weight: bold;
}
.item-full .date-author {padding: 49px 0 15px;font-size: .92em;color: #b0b0b0;font-family: Arial Black, Arial;letter-spacing: .1em;border-bottom: 1px solid #ebecf0;}
.item-full .date {
  padding-right: 49px;
  word-spacing: 1.3em;
  border-right: 3px solid #ebecf0;
  margin-right: 46px;
}
.item-full .author {
  text-transform: uppercase;
}
.item-full .date-author > div {
  display: inline-block;
}
.item-full .content {
margin: 55px 0;
color: #454545;
}
.item-full .content img {
  max-width: 100%;
  height: auto;
}
.news-prev-next {
  background: white;
  padding: 52px 43px;
}
.news-prev-next a {
  color: #1e88f5;
  font-size: 1.24em;
  line-height: 1.5em;
}
.bicolor {
  letter-spacing: .1em;
}
.bicolor .p1 {
  font-size: 1.54em;
  color: #454545;
  display: inline-block;
  vertical-align: bottom;
  text-shadow: #454545 0 0 1px;
}
.bicolor span {
  font-size: 1.54em;
  color: #b0b0b0;
  vertical-align: bottom;
  margin: 0 14px 0 9px;
}
.bicolor .p2 {
  font-size: 1.08em;
  color: #b0b0b0;
  vertical-align: bottom;
  display: inline-block;
}
.bicolor .line {
  height: 4px;
  border-left: 4vw solid #1e88f5;
  background: #ebecf0;
  padding-left: 0.4vw;
  background-clip: content-box;
  margin-top: 21px;
}
.item-list .activity-short {
    display: block;
    padding: 11px 0 8px;
    position: relative;
}
.item-list .activity-short:not(:last-child) {
    border-bottom: 1px solid #ebecf0;
}
.item-list .activity-short:hover {
    text-decoration: none;
}
.item-list .activity-short .ball {
    background-color: #1e88f5;
    margin: 23px 17px 0 1px;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    position: absolute;
}
.item-list .activity-short:hover .ball {
    background-color: #7abdff;
}
.item-list .activity-short .title {
  color: #898989;
  font-size: 1.24em;
  display: inline-block;
  line-height: 26px;
  text-indent: 1.6em;
  margin: 13px 0;
}
.item-list .activity-short:hover .title {
  color: #1e88f5;
}
.item-list .activity-short .date {
  color: #b0b0b0;
  font-size: 1.08em;
  margin-left: 25px;
}
.item-list .activity-short:hover .date {
  color: #7abdff;
}
.item-list .activity-short:focus {
  text-decoration: none;
}
.final .bottom a {
  display: block;
  background: #1e88f5;
  color: white;
  text-align: center;
  letter-spacing: .1em;
  font-size: 1.39em;
  line-height: 2.8em;
  margin: 76px 3px 20px;
  border-radius: 5px;
}
.final .bottom a:hover {
  background-color: #3690e9;
  text-decoration: none;
}


/* larger than Tablet */
@media screen and (min-width: 992px) {
  .news-item {
    display: inline-block;
    width: 64.6%;
  }
  .right-side {
    display: inline-block;
    width: 34.8%;
    margin-left: 0.6%;
    vertical-align: top;
  }

}
/* / larger than Tablet*/

/* Tablet */
@media screen and (max-width: 991px) {
  .banner img {
    width: 194vw;
    margin-left: -44vw;
  }
  .news-main {  
    padding: 0 2vw;
    margin-top: 8px;
  }
  .choose-news a {
    padding: 0 1.8vw;
  }
  .banner .super-line {
    margin-bottom: 7px;
  }
  .list .activity-short {
      background-position: 97% 97%;
      padding: 4px;
      position: relative;
  }
  .activity-short .date.p1 {
    width: 21%;
  }
  .activity-short .date.p1 > span {
  margin-bottom: 20px;
  }
  .activity-short .date.p1 > div {
  margin-bottom: 56px;
  }
  .activity-short img.p1 {
    width: 32.6%;
    vertical-align: top;
    margin: 3% 3% 38px 3%;
    padding-right: 3px;
  }
  .activity-short .date.p3 {
      position: absolute;
      left: 0;
      bottom: 9px;
  }
  .activity-short .date.p3 > span {
    display: inline;
    margin: 0;
    vertical-align: sub;
  }
  .activity-short .date.p3 > div {
    display: inline;
    margin: 0;
    vertical-align: sub;
  }
  .policy .p2 {
    width: 73.4%;
  }
  .article .activity-short .p2 .title {
    margin: 7vw 0 5vw;
  }
  .policy .activity-short .p2 .title {
    margin-bottom: 5vw;
  }
  .article .p2 .synopsis {
      text-indent: unset;
      font-size: 1.2em;
  }
  .body .side {
    width: 25%;
  }
  .body .principal {
    padding: 0 10px;
    width: 75%;
  }

  .item-full {
    padding: 10px;
  }
  .news-prev-next {
    margin-bottom: 11px;
  }
  .crumbs .passive {
    display: block;
    margin-top: 10px;
  }
}
/* /screen and (max-width: 991px) {*/


