body {
  background: #E8F2FE url(../images/banner.png) no-repeat top 30px center; }

#app {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 20px;
  background-color: #FFF; }

#nav__panel {
  width: 100%;
  left: 0;
  top: 395px;
  position: absolute;
  z-index: 999; }
  #nav__panel #nav {
    width: 1200px;
    background-color: #FFF;
    box-sizing: border-box;
    margin: 0 auto;
    height: 60px;
    border-radius: 13px;
    box-shadow: 0 4px 10px rgba(38, 74, 101, 0.15);
    display: flex;
    justify-content: space-evenly;
    align-items: center; }
    #nav__panel #nav .nav__item {
      line-height: 60px;
      color: #333;
      font-weight: 700;
      font-size: 20px;
      cursor: pointer; }

.widget {
  width: 1200px;
  margin: 0 auto; }
  .widget .content {
    width: 100%; }

.title__standard {
  width: 100%;
  font-weight: 700;
  font-size: 30px;
  line-height: 2;
  color: #333;
  text-align: center; }

#include__header {
  height: 30px;
  overflow: hidden;
  margin-bottom: 455px; }

#introduction-to-the-center .content .txt {
  width: 704px;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #333; }
  #introduction-to-the-center .content .txt p {
    padding: 0;
    margin: 0;
    text-indent: 2em; }
  #introduction-to-the-center .content .txt a {
    display: inline-block;
    border: 1px solid #0A84FF;
    border-radius: 5px;
    color: #0A84FF;
    text-align: center;
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px; }

#policy-advocacy {
  width: 100%; }
  #policy-advocacy .content {
    width: 100%;
    background-color: #0A84FF;
    padding: 30px 0 20px; }
    #policy-advocacy .content .policy__panel {
      width: 1136px;
      margin: 0 auto;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap; }
      #policy-advocacy .content .policy__panel .policy__item {
        width: 550px;
        height: 88px;
        background: #FFF;
        border: 10px solid #6CB4F1;
        border-radius: 10px;
        box-sizing: border-box;
        padding: 14px 20px;
        margin-bottom: 10px;
        margin-right: 36px;
        font-size: 16px; }
        #policy-advocacy .content .policy__panel .policy__item:nth-of-type(2n) {
          margin-right: 0; }
        #policy-advocacy .content .policy__panel .policy__item .date {
          line-height: 20px;
          color: #333;
          height: 20px;
          display: block; }
        #policy-advocacy .content .policy__panel .policy__item a {
          color: #333;
          line-height: 20px;
          height: 20px;
          display: block; }
          #policy-advocacy .content .policy__panel .policy__item a:hover {
            color: #F00; }

  .introduce{
    background: #ffffff;
    border-radius: 20px;
    padding: 15px 25px;
    box-sizing: border-box;
  }
  .title-label{
    background: url(../images/title-back.png) no-repeat;
    width: 213px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-weight: bold;
    font-size: 24px;
    margin: 0 auto 20px;
  }
.introduce-text{
  line-height: 32px;
  text-indent: 2em;
}
.organizer{
  background: #ffffff;
border-radius: 20px;
padding:30px 50px;
    box-sizing: border-box;
}
.organizer-list{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.organizer-item{
  display: flex;
  align-items: center;
}
.organizer-item-l{
  margin-right: 10px;
}
.live{
  display: flex;
  background: #ffffff;
  border: 5px solid #1787fb;
  border-radius: 30px;
  padding: 40px 20px 40px 60px;
  box-sizing: border-box;
}
.live-l{
  margin-right: 32px
}
.live-r{
  text-align: center;
}
.live-title{
  color: #005cd9;
    font-size: 22px;
    font-weight: bold;
    margin: 18px 0 13px;
}
.live-desc{
  color: #1787fb;
  font-size: 22px;
  font-weight: bold;
}
.live-text{
  color:#666
}
.live-img{
  display: flex;
  justify-content: center;
  margin: 14px 0;
}
.guidance{
  display: flex;
  justify-content: space-between;
}
.guidance-item{
  display: flex;
  padding: 30px;
  align-items: center;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.10); 
}
.guidance-item-text{
  width: 325px;
  color: #999;
}
.guidance-item-l{
  margin-right: 25px;
}
.guidance-item-t{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  line-height: 26px;
}
.guidance-name{
  font-size: 24px;
  font-weight: bold;
  margin-right: 10px;
}
.guidance-desc{
  background: #d3e8ff;
  padding: 5px 20px;
  color:#1787FB
}
.lx{
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 0;
  margin-top: 30px;
}
.lxfs{
  display: flex;
  align-items: center;
  justify-content: center;
}