/**
 * CSS Document *
 * Created by Jessie 2018/1/22.
 */

/* ==cssé‡ç½®æ ·å¼== */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  /* font: 12px Arial, Helvetica, sans-serif; */
  color: #333;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  /*background-color: #ddd;*/
}

/*æ»‘å—*/

::-webkit-scrollbar-thumb {
  background-color: #70b5b2;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #479a97;
}

/*æ»‘é“*/

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #cbe1e2;
  border-radius: 10px;
}

body {
  background: #D0D2D4;
  /* overflow: hidden; */
  /* position: relative; */
}

em {
  font-style: normal;
}

table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  cellpadding: 0;
  cellspacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ul, ol, li, dt, dd {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

strong {
  font-weight: bold;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.dis-in-b {
  display: inline-block;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.mt10 {
  margin-top: 10px;
}

.mt14 {
  margin-top: 14px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav li {
  display: inline-block;
  float: left;
}

.logo-bar {
  zoom: 1;
  background: rgba(27, 101, 185, .5);
}

.logo-bar:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.logo-bar h1 {
  display: inline-block;
  float: left;
}


.logo-bar .back-home {
  display: inline-block;
  float: right;
  margin-right: 20px;
}

.logo-bar .back-home a {
  display: inline-block;
  margin: 30px 0;
  background: #484e51 url(../images/2018_znwd_ico01.png) no-repeat 15px center;
  padding: 0 15px 0 35px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  font: 14px/32px "微软雅黑";
  color: #fff;
}

.logo-bar .back-home a:hover {
  color: #f60;
}

#content {
  zoom: 1;
}

#content:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

#content .lbox {
  display: inline-block;
  float: left;
  /* width: 53%; */
  width: 100%;
  /* padding-right: 48%; */
  box-sizing: border-box;
}

#content {
  background: url(../images/2018_znwd_bg.png) repeat-x left top;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

#content .lbox .wt-box {
  /*height:486px !important;*/
  padding: 20px 20px 0px;
  /* background: url("2018_znwd_bg.png") repeat-x left top; */
  /*border-bottom: 1px solid #ccc;*/
  overflow: hidden;
  overflow-y: scroll;
}

#content .lbox .wt-box dl {
  zoom: 1;
  margin-bottom: 20px;
}

#content .lbox .wt-box dl:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

#content .lbox .wt-box dl dt {
  display: inline-block;
  width: 80px;
}

#content .lbox .wt-box dl dt img {
  width: 60px;
  height: 60px;
}

#content .lbox .wt-box dl dd {
  display: inline-block;
  padding: 25px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  /* position: relative; */
  font: 14px/24px "微软雅黑";
  color: #333;
  -moz-box-shadow: 3px 3px 10px #f2f2f2;
  -webkit-box-shadow: 3px 3px 10px #f2f2f2;
  box-shadow: 3px 3px 10px #f2f2f2;
}

#content .lbox .wt-box dl dd i {
  display: inline-block;
  width: 9px;
  height: 13px;
  position: absolute;
  top: 20px;
  background: url(../images/2018_znwd_hdico.png) no-repeat;
}

#content .lbox .wt-box dl dd .top-ul {
  zoom: 1;
}

#content .lbox .wt-box dl dd .top-ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

#content .lbox .wt-box dl dd .top-ul li {
  display: inline-block;
  float: left;
  background: #ccc;
  padding: 0 10px;
  border-right: 1px solid #fff;
  font: 14px/24px "微软雅黑";
  color: #333;
  cursor: pointer;
}

#content .lbox .wt-box dl dd .top-ul li:last-child {
  border-right: none;
}

#content .lbox .wt-box dl dd .top-ul li.cur {
  background: #479a97;
  color: #fff;
}

#content .lbox .wt-box dl dd .list-ul {
  padding: 10px;
}

#content .lbox .wt-box dl dd .list-ul li {
  list-style: inside;
}

#content .lbox .wt-box dl dd .list-ul li a {
  font: 14px/24px "微软雅黑";
  color: #333;
}

#content .lbox .wt-box dl dd .list-ul li a:hover {
  color: #f60;
}

#content .lbox .wt-box dl dd p {
  zoom: 1;
}

#content .lbox .wt-box dl dd p:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

#content .lbox .wt-box dl dd p span {
  display: inline-block;
  float: left;
  margin-right: 20px;
  font: 14px/24px "微软雅黑";
  cursor: pointer;
}

#content .lbox .wt-box dl dd p span.openFile {
  float: right;
}

#content .lbox .wt-box dl dd p span.good {
  color: #80b23c;
}

#content .lbox .wt-box dl dd p span.bad {
  color: #f60;
}

#content .lbox .wt-box dl.l dt {
  float: left;
  text-align: left;
}

#content .lbox .wt-box dl.l dd {
  float: left;
  width: calc(100% - 150px);
}

#content .lbox .wt-box dl.l dt {
  position: relative;
}

#content .lbox .wt-box dl.l dt::after {
  content: '';
  display: inline-block;
  width: 9px;
  position: absolute;
  height: 13px;
  top: 20px;
  right: 0;
  background: url(../images/2018_znwd_hdico.png) no-repeat;
}

#content .lbox .wt-box dl.l dd i {
  left: -9px;
}

#content .lbox .wt-box dl.r dt {
  float: right;
  text-align: right;
}

#content .lbox .wt-box dl.r dd {
  float: right;
  background: #479a97;
  color: #fff;
}

#content .lbox .wt-box dl.r dd i {
  right: -9px;
  background: url(../images/2018_znwd_twico.png) no-repeat;
}

#content .lbox .bot-box {
  display: block;
  /* width: 52%; */
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 20px;
}

#content .lbox .bot-box .ts {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  font: 14px/24px "微软雅黑";
  color: #999;
}

#content .lbox .bot-box .ts i {
  color: #f00;
}

#content .lbox textarea {
  width: 100%;
  height: 80px/100px;
  padding: 10px;
  font: 14px/24px "微软雅黑";
  color: #333;
  box-sizing: border-box;
  /*border: none;*/
  border: 1px solid #e3e3e3;
}

#content .lbox .btn {
  width: 120px;
  height: 34px;
  margin-right: 20px;
  background: #00bfa5;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font: 16px/34px "微软雅黑";
  color: #fff;
  text-align: center;
  cursor: pointer;
}

#content .wt-tcbox {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #fff;
  z-index: 99999;
  display: none;
  overflow: hidden;
  overflow-y: auto;
  /* background: url("2018_znwd_bg.png") repeat-x left top; */
  background: #F5F7F6;
}

#content .wt-tcbox .tc-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #333;
  font-size: 16px;
  cursor: pointer;
}

#content .wt-tcbox .mmbox {
  padding: 20px;
}

#content .wt-tcbox .mmbox h2 {
  font: bold 18px/30px "微软雅黑";
  color: #333;
  text-align: center;
}

#content .wt-tcbox .mmbox h2 em {
  font: bold 18px/30px "微软雅黑";
  color: red;
}

#content .wt-tcbox .mmbox p {
  font: 14px/24px "微软雅黑";
  color: #333;
}

#content .wt-tcbox .mmbox p strong {
  display: inline-block;
  margin-top: 20px;
}

#content .rbox {
  display: inline-block;
  float: right;
  width: 47%;
}

#content .rbox .main {
  border-left: 1px solid #ccc;
  padding: 0 20px;
  /*background: url("2018_znwd_bg01.png") repeat-x left top;*/
}

#content .rbox .top-ts {
  margin-right: -20px;
  background: url(../images/2018_znwd_ico02.png) no-repeat left center;
  padding-left: 52px;
  font: 16px/80px "微软雅黑";
  color: #999;
}

#content .rbox .top-ts em {
  color: #3aa9bd;
}

#content .rbox .top-ts a {
  display: inline-block;
  margin-left: 15px;
  padding-left: 30px;
  background: url(../images/2018_znwd_ico03.png) no-repeat left center;
  font: 16px/80px "微软雅黑";
  color: #3aa9bd;
}

#content .rbox .top-ts a:hover {
  color: #f60;
}

#content .rbox .tit01 {
  height: 28px;
  background: url(../images/2018_znwd_line.png) repeat-x left center;
}

#content .rbox .tit01 strong {
  display: inline-block;
  background: #fff;
  padding-right: 10px;
  font: bold 18px/28px "微软雅黑";
  color: #117584;
}

#content .rbox .box01 {
  display: inline-block;
  float: left;
  width: 52%;
}

#content .rbox .box01 ul {
  zoom: 1;
  margin-top: 10px;
}

#content .rbox .box01 ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

#content .rbox .box01 ul li {
  display: inline-block;
  float: left;
  width: 30%;
  margin-right: 4.5%;
  text-align: center;
}

#content .rbox .box01 ul li:last-child {
  margin-right: 0;
}

#content .rbox .box01 ul li i {
  display: inline-block;
  float: left;
  height: 60px;
  width: 100%;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

#content .rbox .box01 ul li span {
  display: inline-block;
  float: left;
  width: 100%;
  height: 36px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  font: bold 14px/36px "微软雅黑";
  color: #fff;
}

#content .rbox .box01 ul li span:hover {
  color: #f60;
}

#content .rbox .box01 ul li.ico01 i {
  background: #d3ece8 url(../images/2018_znwd_ico04.png) no-repeat center center;
}

#content .rbox .box01 ul li.ico01 span {
  background: #44afab;
}

#content .rbox .box01 ul li.ico02 i {
  background: #d5e7ef url(../images/2018_znwd_ico05.png) no-repeat center center;
}

#content .rbox .box01 ul li.ico02 span {
  background: #51a0c2;
}

#content .rbox .box01 ul li.ico03 i {
  background: #d8e4f0 url(../images/2018_znwd_ico06.png) no-repeat center center;
}

#content .rbox .box01 ul li.ico03 span {
  background: #648dc9;
}

#content .rbox .box02 {
  display: inline-block;
  float: right;
  width: 46%;
}

#content .rbox .box02 table {
  width: 100%;
  margin-top: 10px;
}

#content .rbox .box02 td {
  text-align: left;
}

#content .rbox .box02 td a {
  display: inline-block;
  padding-left: 20px;
  font: 14px/35px "微软雅黑";
  color: #333;
}

#content .rbox .box02 td a:hover {
  color: #f60;
}

#content .rbox .box02 td a.ico01 {
  background: url(../images/2018_znwd_ico07.png) no-repeat left center;
}

#content .rbox .box02 td a.ico02 {
  background: url(../images/2018_znwd_ico08.png) no-repeat left center;
}

#content .rbox .box02 td a.ico03 {
  background: url(../images/2018_znwd_ico09.png) no-repeat left center;
}

#content .rbox .box02 td a.ico04 {
  background: url(../images/2018_znwd_ico10.png) no-repeat left center;
}

#content .rbox .box02 td a.ico05 {
  background: url(../images/2018_znwd_ico11.png) no-repeat left center;
}

#content .rbox .box02 td a.ico06 {
  background: url(../images/2018_znwd_ico12.png) no-repeat left center;
}

#content .rbox .box02 td a.ico07 {
  background: url(../images/2018_znwd_ico13.png) no-repeat left center;
}

#content .rbox .box02 td a.ico08 {
  background: url(../images/2018_znwd_ico14.png) no-repeat left center;
}

#content .rbox .box02 td a.ico09 {
  background: url(../images/2018_znwd_ico15.png) no-repeat left center;
}

#content .rbox .tab-ul {
  margin-top: 20px;
  background: url(../images/2018_znwd_line.png) repeat-x left center;
  zoom: 1;
}

#content .rbox .tab-ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

#content .rbox .tab-ul ul {
  display: inline-block;
  float: left;
  background: #fff;
  padding-right: 10px;
}

#content .rbox .tab-ul ul li {
  display: inline-block;
  float: left;
  font: 18px/28px "微软雅黑";
  color: #777;
  cursor: pointer;
}

#content .rbox .tab-ul ul li span {
  font: 14px/28px "微软雅黑";
  color: #777;
  margin: 0 10px;
}

#content .rbox .tab-ul ul li.cur {
  font: bold 18px/28px "微软雅黑";
  color: #117584;
}

#content .rbox .tab-ul .js_more {
  display: inline-block;
  float: right;
  background: #fff;
  padding-left: 10px;
  font: 14px/28px "微软雅黑";
  color: #999;
}

#content .rbox .tab-ul .js_more:hover {
  color: #f60;
}

#content .rbox .dl01 {
  background: url(../images/2018_znwd_line01.png) repeat-x left bottom;
  padding: 15px 0;
  zoom: 1;
}

#content .rbox .dl01:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

#content .rbox .dl01 dt {
  display: inline-block;
  float: left;
  width: 10%;
  height: 60px;
  background: url(../images/2018_znwd_ico16.png) no-repeat left center;
}

#content .rbox .dl01 dd {
  display: inline-block;
  float: left;
  width: 88%;
}

#content .rbox .dl01 dd h3 {
  height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#content .rbox .dl01 dd h3 a {
  font: 16px/28px "微软雅黑";
  color: #333;
}

#content .rbox .dl01 dd h3 a:hover {
  color: #f60;
}

#content .rbox .dl01 dd p {
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 14px/20px "微软雅黑";
  color: #999;
}

#content .rbox .tj-box a {
  display: inline-block;
  margin: 10px 10px 0 0;
  padding: 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font: 14px/28px "微软雅黑";
}

#content .rbox .tj-box a:hover {
  text-decoration: underline;
}

#content .rbox .tj-box a.bg01 {
  background: #e1f9ee;
  color: #005d6b;
}

#content .rbox .tj-box a.bg02 {
  background: #fffdc9;
  color: #806000;
}

#content .rbox .tj-box a.bg03 {
  background: #ffe6f2;
  color: #b50157;
}

#content .rbox .tj-box a.bg04 {
  background: #e2f2ff;
  color: #004985;
}

#content .rbox .tj-box a.bg05 {
  background: #e5ffdd;
  color: #1d6606;
}

#content .rbox .tj-box a.bg06 {
  background: #ffeedd;
  color: #874300;
}

#content .rbox .tj-box a.bg07 {
  background: #f8e5ff;
  color: #6c2188;
}

#content .rbox .tab-main {
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 10px;
}