

div {
  position: relative;
}

body {
  min-width: 1280px !important;
  background: #fff !important;
}

.container {
  width: 72.9167%;
  min-width: 1200px;
  margin: 0 auto;
}

@media screen and (min-width: 1920px) {
  .container {
    width: 1400px;
  }
}
.zcwd-page .zcwd-header .banner {
  width: 100%;
}
.zcwd-page .zcwd-header .zcwd-top-bar {
  height: 80px;
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1440px) {
  .zcwd-page .zcwd-header .zcwd-top-bar {
    top: 15px;
  }
}
.zcwd-page .zcwd-header .zcwd-top-bar::after {
  display: block;
  content: "";
  clear: both;
}
.zcwd-page .zcwd-header .zcwd-top-bar .zcwd-logo {
  float: left;
  width: 40%;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.zcwd-page .zcwd-header .zcwd-top-bar .search-box {
  margin-left: 3.14%;
  float: left;
  width: 40.42857%;
  height: 60px;
  line-height: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.zcwd-page .zcwd-header .zcwd-top-bar .search-box::after {
  display: block;
  content: "";
  clear: both;
}
.zcwd-page .zcwd-header .zcwd-top-bar .search-box::before {
  display: block;
  content: "";
  width: 27px;
  height: 27px;
  background-image: url(../images/yj-cqwjw-ic-search.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.zcwd-page .zcwd-header .zcwd-top-bar .search-box input {
  display: block;
  float: left;
  width: 78%;
  height: 100%;
  font-size: 16px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.45);
  position: relative;
  padding-left: 57px;
}
.zcwd-page .zcwd-header .zcwd-top-bar .search-box button {
  display: block;
  float: left;
  width: 22%;
  font-size: 16px;
  color: #fff;
  background-color: #4076ce;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  text-align: center;
  cursor: pointer;
}
.zcwd-page .zcwd-header .zcwd-top-bar .right-container {
  float: right;
  margin-top: 10px;
}
.zcwd-page .zcwd-header .zcwd-top-bar .right-container a,
.zcwd-page .zcwd-header .zcwd-top-bar .right-container span {
  font-size: 16px;
  color: #fff;
  margin-right: 5px;
}
.zcwd-page .left-menu-container {
  margin-top: 30px;
  padding: 15px;
  background-image: url(../images/yj-cqwjw-left-menu-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 340px;
  min-height: 1110px;
  float: left;
}
.zcwd-page .left-menu-container .section-title img {
  vertical-align: middle;
}
.zcwd-page .left-menu-container .section-title span {
  font-size: 24px;
  font-weight: bold;
  color: #4076ce;
  margin-left: 10px;
}
.zcwd-page .left-menu-container ul {
  margin-top: 10px;
}
.zcwd-page .left-menu-container ul::after {
  content: "";
  display: block;
  clear: both;
}
.zcwd-page .left-menu-container ul li {
  display: block;
  height: 60px;
  line-height: 60px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
.zcwd-page .left-menu-container ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #4076ce;
  font-size: 20px;
  border-radius: 8px;
  border: solid 1px #99b7e5;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zcwd-page .left-menu-container ul li.cur a, .zcwd-page .left-menu-container ul li:hover a {
  font-weight: bold;
  color: #fff;
  box-shadow: 0px 6px 0 0 #255aaf, inset 0px 20px 29px 0 rgba(175, 204, 254, 0.65);
  border-style: solid;

  border-image-source: linear-gradient(to top, #356cc5, #c3d8fc);
  border-image-slice: 1;
  background-image: linear-gradient(to bottom, #4076ce, #4076ce), linear-gradient(to top, #356cc5, #c3d8fc);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.zcwd-page .right-content-container {
  margin-top: 30px;
  float: right;
  width: calc(100% - 360px);
}
.zcwd-page .right-content-container .list-search-box {
  height: 68px;
  line-height: 68px;
  border-radius: 4px;
  overflow: hidden;
}
.zcwd-page .right-content-container .list-search-box input {
  width: calc(100% - 144px);
  height: 100%;
  display: inline-block;
  font-size: 16px;
  background-color: #f2f4f7;
  padding-left: 20px;
}
.zcwd-page .right-content-container .list-search-box button {
  width: 144px;
  height: 100%;
  text-align: center;
  font-size: 18px;
  background-color: #4076ce;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  cursor: pointer;
}
.zcwd-page .right-content-container .list-search-box button img {
  vertical-align: middle;
  margin-right: 5px;
}
.zcwd-page .right-content-container .menus {
  margin-top: 20px;
  padding: 20px 20px 0 20px;
  border-radius: 4px;
  background-color: #f2f5f7;
}
.zcwd-page .right-content-container .menus ul {
  
}
.zcwd-page .right-content-container .menus ul::after {
  content: "";
  display: block;
  clear: both;
}
.zcwd-page .right-content-container .menus ul li {
  float: left;
  width: calc((100% - 50px) / 3);
  height: 45px;
  line-height: 45px;
  margin-left: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  border: solid 1px #99b7e5;
  background-color: #fff;
}
.zcwd-page .right-content-container .menus ul li:nth-child(3n+1) {
  margin-left: 0;
}
.zcwd-page .right-content-container .menus ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #4076ce;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 2%;
}
.zcwd-page .right-content-container .menus ul li.cur, .zcwd-page .right-content-container .menus ul li:hover {
  box-shadow: 0px 6px 0 0 #255aaf, inset 0px 20px 29px 0 rgba(175, 204, 254, 0.65);
  border-style: solid;
 
  border-image-source: linear-gradient(to top, #356cc5, #c3d8fc);
  border-image-slice: 1;
  background-image: linear-gradient(to bottom, #4076ce, #4076ce), linear-gradient(to top, #356cc5, #c3d8fc);
  background-origin: border-box;
  background-clip: content-box, border-box;
  
}
.zcwd-page .right-content-container .menus ul li.cur a, .zcwd-page .right-content-container .menus ul li:hover a {
  font-weight: bold;
  color: #fff;
}
.zcwd-page .right-content-container .list-container {
  border-radius: 4px;
  background-color: #f2f5f7;
  min-height: 843px;
  margin-top: 20px;
  padding-top: 1px;
}
.zcwd-page .right-content-container .list-container .title-container {
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 20px;
}
.zcwd-page .right-content-container .list-container .title-container::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #53a4e8;
}
.zcwd-page .right-content-container .list-container .title-container > div {
  background-color: #f2f5f7;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
}
.zcwd-page .right-content-container .list-container .title-container > div > span {
  background-image: linear-gradient(to top, #60c6fb, #4076ce), linear-gradient(to bottom, #4076ce, #4076ce);
  font-size: 30px;
  font-weight: bold;
  color: #4076ce;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.zcwd-page .right-content-container .list-container ul {
  padding: 0 20px;
}
.zcwd-page .right-content-container .list-container ul li {
  border-bottom: dashed 1px #4076ce;
  padding: 7px 0;
}
.zcwd-page .right-content-container .list-container ul li div {
  height: 50px;
  line-height: 50px;
  color: #333;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zcwd-page .right-content-container .list-container ul li div:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
}
.zcwd-page .right-content-container .list-container ul li div img {
  vertical-align: middle;
  margin-right: 5px;
}
.zcwd-page .right-content-container .list-container .pagination {
  padding: 40px 0;
  text-align: center;
}
.zcwd-page .right-content-container .list-container .pagination a {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  color: #333;
  font-size: 14px;
  margin: 0 4px;
  background: #e0e3e7;
}
.zcwd-page .right-content-container .list-container .pagination a:hover, .zcwd-page .right-content-container .list-container .pagination a.cur {
  border: 1px solid #2876cd;
  background: #2876cd;
  color: #fff;
}
.zcwd-page .clear {
  clear: both;
}