﻿#wrapper_100 {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #wrapper_1400 {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #wrapper_l {
    width: 300px;
    height: 450px;
  }
  #wrapper_l h2 {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
    background: #1b7cd2;
    color: #fff;
    letter-spacing: 2px;
    font-family: "宋体";
    height: 59px;
    line-height: 59px;
    padding: 0 30px;
  }
  
  #wrapper_r {
    width: 1000px;
    height: auto;
  }
  #zw1_title{
    height: 48px;
    width: 100%;
    border-top: 4px solid #1b7cd2;
    padding-left: 4px;
    padding-right: 4px;
    background-color: #f9f8f8;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
  } 
  #zw1_r_l{
    display: flex;
    align-items: center;
  }
  #zw1_r_l img{
    width: 28px;
    height: 28px;
  }
  #zw1_r_l h1{
    margin-left: 10px;
    font-size: 22px;
    color: #1b7cd2;
  }
  #zw1_r_r img{
    width: 20px;
    height: 20px;
  }
  #zw1_r_r a{
    color: #1B1B1C;
  }
  #zw1_nr{
    float: left;
    height: auto;
    width: 100%;
    padding-top: 9px;
  }
  #zw1_nr ul{
    width: 100%;
    height: auto;
  }
  #zw1_nr ul li{
    width: 100%;
    height: auto;
    display: flex;
    padding: 10px;
  }
  #zw1_nr .gzsjj-l{
    width: 200px;
    height: 280px;
  }
  #zw1_nr .gzsjj-r{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
}

  #zw1_nr p{
    font-family: "宋体";
    font-weight: 700;
    text-align: justify;
    margin-bottom: 15px;
    line-height: 23px;
  }
  #zw1_nr p span{
    font-family: "宋体";
    font-weight: 100;
  }