﻿#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_list {
  width: 100%;
  height: auto;
}

#wrapper_list li {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  border: 1px solid #eee;
  border-top: none;
  box-sizing: border-box;
  color: #1b1b1c;
  text-align: center;
  display: flex;
}
#wrapper_list li:hover {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  border: 1px solid #eee;
  background-color: #0c63aadb;
  border-top: none;
  box-sizing: border-box;
  color: #1b1b1c;
  text-align: center;
  display: flex;
}
#wrapper_list a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #1b1b1c;
  letter-spacing: 2px;
  font-family: "微软雅黑";
  font-size: 18px;
}
#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 {
  float: left;
  width: 100%;
  height: auto;
}
#zw1_nr ul li {
  line-height: 41px;
  border-bottom: 1px dashed #e5e2dd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#zw1_nr_l{
  display: flex;
  align-items: center;
  
}
#zw1_nr_l img{
  width: 20px;
  height: 20px;
}
#zw1_nr_l a{
  font-size: 16px;
  color: #000;
}
#zw1_nr_r {
  color: #999;
}