@font-face {
  font-family: Ebrima;
  src: url("https://dianying-yyj.oss-cn-beijing.aliyuncs.com/Ebrima.ttf") format("truetype"); }
.header {
  width: 100%;
  height: 150px;
  background-image: url("./../img/beijing.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .header .main {
    width: 1200px;
    margin: auto;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between; }
    .header .main .left {
      display: flex;
      align-items: center;
      cursor: pointer; }
      .header .main .left .logo {
        width: 318px;
        height: 70px;
        margin-right: 17px; }
      .header .main .left .name .cn {
        font-size: 34px;
        font-family: 'STXingkai';
        font-weight: 400;
        color: #FFFFFF; }
    .header .main .right {
      width: 300px;
      height: 40px;
      background: #FFFFFF;
      border: 1px solid #E3E3E3;
      display: flex;
      align-items: center; }
      .header .main .right input {
        font-size: 16px;
        font-family: Source Han Sans SC;
        font-weight: 400;
        line-height: 30px;
        padding-left: 10px;
        flex-grow: 1; }
        .header .main .right input::placeholder {
          color: #B7B7B7; }
      .header .main .right .line {
        width: 1px;
        height: 24px;
        background: #B5020C;
        margin: 0 18px; }
      .header .main .right img {
        margin-right: 18px;
        width: 24px;
        height: 24px; }

.nav {
  width: 100%;
  height: 60px;
  background-color: #B70000; }
  .nav ul {
    width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    height: 100%;
    padding: 0; }
    .nav ul li {
      font-size: 20px;
      font-family: Source Han Sans CN;
      font-weight: 400;
      color: #FFFFFF;
      cursor: pointer; }

.article {
  width: 1200px;
  margin: auto; }
  .article .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #E3E3E3;
    margin-top: 40px; }
    .article .title .left {
      width: 138px;
      height: 46px;
      background: url("./../img/beijing1.png") no-repeat;
      background-size: cover;
      background-position: center;
      font-size: 18px;
      font-weight: 500;
      color: #FFFFFF;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-right: 10px;
      letter-spacing: 2px;
      box-sizing: border-box; }
    .article .title .right {
      display: flex;
      align-items: center;
      font-size: 18px;
      font-family: Source Han Sans SC;
      font-weight: 500;
      color: #605A51;
      cursor: pointer; }
      .article .title .right img {
        width: 10px;
        margin-left: 10px; }
  .article .articleList {
    width: 376px;
    flex-shrink: 0; }
    .article .articleList .list .item {
      padding: 20px 0;
      box-sizing: border-box;
      border-bottom: 1px solid #E3E3E3;
      font-size: 18px;
      font-family: Source Han Sans SC;
      font-weight: 400;
      color: #565656;
      display: flex;
      align-items: center;
      cursor: pointer; }
      .article .articleList .list .item:hover {
        color: #B70000; }
      .article .articleList .list .item .a-l {
        width: 247px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        word-break: break-all; }
  .article .session1 {
    display: flex; }
    .article .session1 .s-left {
      margin-right: 40px;
      flex-grow: 1; }
      .article .session1 .s-left .bsize {
        margin-top: 20px;
        display: flex; }
        .article .session1 .s-left .bsize .swiper {
          width: 420px;
          height: 270px;
          background: #fff;
          position: relative;
          margin-right: 18px;
          flex-shrink: 0; }
          .article .session1 .s-left .bsize .swiper .text-box {
            width: 100%;
            height: 60px;
            background: rgba(0, 0, 0, 0.4);
            position: absolute;
            bottom: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            font-family: Source Han Sans SC;
            font-weight: bold;
            color: #FFFFFF;
            z-index: 20; }
            .article .session1 .s-left .bsize .swiper .text-box p {
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              max-width: 90%; }
        .article .session1 .s-left .bsize .calendar {
          flex-grow: 1; }
          .article .session1 .s-left .bsize .calendar .c-item {
            display: flex;
            margin-bottom: 24px; }
            .article .session1 .s-left .bsize .calendar .c-item .c-t-l {
              width: 72px;
              height: 74px;
              background: #FFFFFF;
              border: 1px solid #E3E3E3;
              box-sizing: border-box;
              margin-right: 8px;
              flex-shrink: 0; }
              .article .session1 .s-left .bsize .calendar .c-item .c-t-l .c-t-l-t {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 24px;
                font-weight: bold;
                color: #FFFFFF;
                height: 50%;
                background: #BB000A; }
              .article .session1 .s-left .bsize .calendar .c-item .c-t-l .c-t-l-b {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 14px;
                font-family: Source Han Sans SC;
                font-weight: 400;
                color: #B5020C;
                height: 50%; }
            .article .session1 .s-left .bsize .calendar .c-item .c-t-r .name {
              font-size: 18px;
              font-family: Source Han Sans SC;
              font-weight: bold;
              color: #565656;
              line-height: 26px;
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              word-break: break-all; }
            .article .session1 .s-left .bsize .calendar .c-item .c-t-r .time {
              font-size: 15px;
              font-family: Source Han Sans SC;
              color: #AAAAAD;
              margin-top: 2px;
              display: inline-block; }
  .article .session2 {
    display: flex;
    justify-content: space-between; }
  .article .session3 .s3 {
    margin-top: 13px;
    display: flex;
    justify-content: space-between; }
    .article .session3 .s3 .s3-item {
      width: 280px;
      height: 200px;
      position: relative;
      cursor: pointer; }
      .article .session3 .s3 .s3-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-color: #AAAAAD;
        display: block; }
      .article .session3 .s3 .s3-item .text-box {
        width: 100%;
        height: 40px;
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        font-size: 16px;
        font-family: Source Han Sans SC;
        font-weight: 400;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        padding-left: 10px;
        box-sizing: border-box;
        bottom: 0; }

.footer {
  width: 100%;
  height: 120px;
  background: #BB000A;
  margin-top: 60px; }
  .footer .main {
    width: 1200px;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .footer .main .item .title {
      font-size: 16px;
      font-family: Source Han Sans SC;
      font-weight: 400;
      color: #FFFFFF;
      margin-bottom: 19px; }
    .footer .main .item .text {
      font-size: 16px;
      font-family: Source Han Sans SC;
      font-weight: 400;
      color: #FFFFFF;
      margin-bottom: 12px; }
      .footer .main .item .text:last-child {
        margin-bottom: 0; }
    .footer .main .right {
      display: flex; }
      .footer .main .right .item {
        margin-left: 100px; }
      .footer .main .right .select {
        width: 280px;
        height: 40px;
        background: #FFFFFF; }

#wp_nav_w1 .wp_nav .nav-item a span.item-name{
  padding: 19px 10px;
  color: #fff;
  font-size: 18px;
}

.wp_article_list .list_item .Article_Index{
  display: none;
}
.list{
  margin-top: 18px;
}
.wp_article_list .list_item{
  list-style-type: none;
  height: 44px;
  line-height: 44px;
}
.wp_article_list .list_item .Article_Title a{
  color: #565656;
  font-size: 15px;
  text-decoration:none;
  font-family: Source Han Sans SC;
  font-weight: 400;
}
#wp_news_w88{
  width: 1162px;
}
.arti_title{
  text-align: center;
  margin: 40px;
}
.arti_metas{
  text-align: center;
  margin: 30px;
}
.wp_search .keyword{
   width: 243px !important;
}
.wp_search .search{
       background: url("./../img/sousuo.png");
       width: 23px;
       height: 24px;
}
.right a{
  color: #565656;
  text-decoration:none;
}
.wp_nav { display:block; margin: 0; padding: 0;display: block; *zoom:1;}
.wp_nav * {margin: 0; padding: 0}
.wp_nav:after {clear: both;content: ".";display: block;height: 0;visibility: hidden;}
.wp_nav .nav-item { display:inline-block; float:left; position:relative; vertical-align:bottom;}
.wp_nav .on { z-index:10;}
.wp_nav .nav-item .mark {display:block; width:100%; height:100%; position:absolute; left:0;top:0; z-index:99; }
.wp_nav .nav-item a{ font-family:"Microsoft Yahei"; display:block;text-align:center;position:relative; z-index:100;}
.wp_nav .nav-item a.parent:hover{}
.wp_nav .nav-item a.parent {color:#000;}
.wp_nav .nav-item a span.item-name { display:inline-block; padding:5px 10px; line-height:22px;cursor:pointer;}
.wp_nav .sub-nav {display:block; width:100%; position:absolute; z-index:200; visibility:hidden; border:1px solid #BB000A;border-top:none;}
.wp_nav .sub-nav .nav-item {white-space:nowrap;}
.wp_nav .sub-nav .nav-item .mark { background:#BB000A;}
.wp_nav .sub-nav .nav-item a {font-family:"Microsoft Yahei";font-size:13px;font-weight:normal;color:#BB000A;text-align:left;border-top: 1px solid #BB000A;min-width: 80px;}
.wp_nav .sub-nav .nav-item a.parent:hover{ background:#BB000A;color:#000;}
.wp_nav .sub-nav .nav-item a.parent { background:#BB000A;color:#000;}
.wp_nav .sub-nav .nav-item a span.item-name { padding:5px 10px; line-height:22px;}
.wp_nav .nav-item a.parent:hover span.item-name{}
.wp_nav .nav-item a.parent span.item-name{}
.wp_nav .sub-nav .nav-item a.parent:hover span.item-name{}
.wp_nav .sub-nav .nav-item a.parent span.item-name{}
