@charset "UTF-8";
.header {
  height: auto;
  background: url(../images/yj-yy-zdxzjcygk-banner-bg.png) no-repeat center;
  background-color: #6ca7e8;
  background-size: 100% 100%;
}
.header .top .fr .user .user-center {
  color: #fff;
}
.header .top .fr .u-item {
  border: 1px solid #fff;
}
.header .top .fr .ghb {
  background-color: #fb9e0d;
  border: 1px solid #fb9e0d;
}
.header .top a {
  color: #fff;
}
.header .index-menu {
  background-color: rgba(17, 81, 153, 0.9);
}
.header .logo-search {
  margin-top: 30px;
}
.header .banner-logo {
  display: block;
  margin: 20px auto 0 auto;
  height: 342px;
}

.year-box {
  position: relative;
  margin: 40px 0 50px 0;
  width: 100%;
  *zoom: 1;
}
.year-box:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.year-box .prev {
  position: absolute;
  top: 4px;
  left: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.year-box .prev img {
  width: 100%;
  height: 100%;
}
.year-box .next {
  position: absolute;
  top: 4px;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.year-box .next img {
  width: 100%;
  height: 100%;
}
.year-box i {
  position: absolute;
  top: 22px;
  left: 50px;
  width: calc(100% - 100px);
  height: 3px;
  background-color: #f4f4f4;
  z-index: 1;
}
.year-box ul {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: calc(100% - 100px);
  background-color: transparent;
  z-index: 2;
}
.year-box ul li {
  margin: 0 60px;
  margin-top: -8px;
  width: 120px;
  height: 48px;
  border-radius: 24px;
  border: solid 1px #b4d3f0;
  text-align: center;
  background-color: #fff;
}
.year-box ul li span {
  font-size: 24px;
  line-height: 48px;
  color: #2d7ff6;
}
.year-box ul .active {
  height: 64px;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  border: solid 8px rgb(226, 237, 253);
  background-image: linear-gradient(to right, #33ceff, #3386ff);
  box-sizing: border-box;
}
.year-box ul .active span {
  font-weight: bold;
  color: #fff;
}

.content-box {
  display: none;
  padding-bottom: 80px;
}
.content-box .title-box {
  position: relative;
  width: 100%;
  height: 110px;
  *zoom: 1;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #fefefe;
}
.content-box .title-box:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.content-box .title-box .left-ico {
  float: left;
  display: block;
  width: 160px;
  height: 100%;
}
.content-box .title-box .title {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  width: calc(100% - 160px);
  height: 100%;
  box-sizing: border-box;
}
.content-box .title-box .title span {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 2.4px;
  color: #2d7ff6;
}
.content-box .title-box .guidang {
  position: absolute;
  top: -25px;
  right: -30px;
  z-index: 1;
}
.content-box .title-box .guidang img {
  display: block;
  width: 100px;
}
.content-box .title-box .guidang p {
  display: none;
}
.content-box .title-box .guidang span {
  display: block;
  margin-top: 5px;
  margin-left: 10px;
  width: 100%;
  font-size: 20px;
  text-align: right;
  color: rgb(205, 1, 11);
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
}
.content-box .list-header {
  margin-top: 43px;
  width: 100%;
  height: 64px;
  background-image: linear-gradient(to right, #33ceff, #3386ff);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  *zoom: 1;
}
.content-box .list-header:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.content-box .list-header span {
  float: left;
  display: block;
  height: 64px;
  font-size: 22px;
  font-weight: bold;
  line-height: 64px;
  color: #fffefe;
}
.content-box .list-header span:nth-child(1) {
  width: 160px;
  text-align: center;
}
.content-box .list-header span:nth-child(2) {
  width: calc(100% - 360px);
}
.content-box .list-header span:nth-child(2) i {
  font-size: 18px;
  font-style: normal;
}
.content-box .list-header span:nth-child(3) {
  padding-right: 20px;
  width: 200px;
  text-align: center;
}
.content-box .list {
  width: 100%;
}
.content-box .list li {
  padding-bottom: 25px;
  margin-bottom: 20px;
  width: 100%;
  background-color: #f2f6fa;
  *zoom: 1;
}
.content-box .list li:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.content-box .list li .number-box {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  min-height: 115px;
}
.content-box .list li .number-box span {
  display: block;
  width: 41px;
  height: 41px;
  background: url(../images/yj-yy-zdxzjcygk-list-number-ico.png) no-repeat;
  background-size: 100% 100%;
  font-size: 18px;
  line-height: 41px;
  text-align: center;
  color: #fffefe;
}
.content-box .list li .jcsx-box {
  float: left;
  padding-top: 25px;
  width: calc(100% - 360px);
  box-sizing: border-box;
}
.content-box .list li .jcsx-box p {
  height: 48px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 2; /*设置多行的行数*/
}
.content-box .list li .jcsx-box .jcsx-list {
  margin-top: 15px;
  width: 100%;
  *zoom: 1;
}
.content-box .list li .jcsx-box .jcsx-list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.content-box .list li .jcsx-box .jcsx-list .jcsx-item {
  float: left;
  display: block;
  height: 30px;
  padding: 0 12px;
  margin-right: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #2d7ff6;
  background-color: #fff;
  border: solid 1px #2d7ff6;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.content-box .list li .jcsx-box .jcsx-list .jcsx-item:hover {
  color: #fff;
  border: solid 1px #2d7ff6;
  background-color: #2d7ff6;
}
.content-box .list li .jcsx-box .zj-status-ing .jcsx-item {
  color: rgb(245, 140, 15);
  background-color: #fff;
  border: solid 1px rgb(245, 140, 15);
}
.content-box .list li .jcsx-box .zj-status-ing .jcsx-item:hover {
  color: #fff;
  border: solid 1px rgb(245, 140, 15);
  background-color: rgb(245, 140, 15);
}
.content-box .list li .zjsj-box {
  float: left;
  padding-top: 25px;
  width: 380px;
  box-sizing: border-box;
}
.content-box .list li .zjsj-box p {
  min-height: 48px;
  font-size: 16px;
  color: #999;
  text-align: center;
}
.content-box .list li .zjsj-box .zj-status {
  margin: 15px auto 0 auto;
  width: 81px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.content-box .list li .zjsj-box .zj-status-ing {
  border: solid 1px rgb(245, 140, 15);
  background-color: #fff;
  color: rgb(245, 140, 15);
}
.content-box .list li .zjsj-box .zj-status-end {
  border: solid 1px #d2d2d2;
  background-color: #f0f4fa;
  color: #666;
}
.content-box .list li .qtdw-box {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px 0 10px;
  width: 200px;
  min-height: 115px;
  box-sizing: border-box;
  text-align: center;
}
.content-box .list li .qtdw-box span {
  font-size: 16px;
  color: #333;
}

@media screen and (min-width: 993px) and (max-width: 1360px) {
  .header .banner-logo {
    display: block;
    margin: 1.04167vw auto 0 auto;
    height: 17.8125vw;
  }
  .year-box {
    margin: 2.08333vw 0 2.60417vw 0;
  }
  .year-box .prev {
    top: 0.20833vw;
    width: 2.08333vw;
    height: 2.08333vw;
  }
  .year-box .next {
    top: 0.20833vw;
    width: 2.08333vw;
    height: 2.08333vw;
  }
  .year-box i {
    top: 1.14583vw;
    left: 2.60417vw;
    width: calc(100% - 5.20833vw);
    height: 0.15625vw;
  }
  .year-box ul {
    width: calc(100% - 5.20833vw);
  }
  .year-box ul li {
    margin: 0 3.125vw;
    margin-top: -0.41667vw;
    width: 6.25vw;
    height: 2.5vw;
    border-radius: 1.25vw;
    -webkit-border-radius: 1.25vw;
    -moz-border-radius: 1.25vw;
    -ms-border-radius: 1.25vw;
    -o-border-radius: 1.25vw;
  }
  .year-box ul li span {
    font-size: 21.6px;
    font-size: 1.25vw;
    line-height: 2.5vw;
  }
  .year-box ul .active {
    height: 3.33333vw;
    border-radius: 1.66667vw;
    -webkit-border-radius: 1.66667vw;
    -moz-border-radius: 1.66667vw;
    -ms-border-radius: 1.66667vw;
    -o-border-radius: 1.66667vw;
    border: solid 0.41667vw rgb(226, 237, 253);
  }
  .content-box {
    padding-bottom: 4.16667vw;
  }
  .content-box .title-box {
    height: 5.72917vw;
    box-shadow: 0 0 1.04167vw 0 rgba(0, 0, 0, 0.1);
    border-radius: 0.52083vw;
    -webkit-border-radius: 0.52083vw;
    -moz-border-radius: 0.52083vw;
    -ms-border-radius: 0.52083vw;
    -o-border-radius: 0.52083vw;
  }
  .content-box .title-box .left-ico {
    width: 8.33333vw;
  }
  .content-box .title-box .title {
    padding: 0 0.78125vw;
    width: calc(100% - 8.33333vw);
  }
  .content-box .title-box .title span {
    font-size: 21.6px;
    font-size: 1.25vw;
  }
  .content-box .title-box .guidang {
    position: absolute;
    top: -1.30208vw;
    right: -1.5625vw;
  }
  .content-box .title-box .guidang img {
    width: 5.20833vw;
  }
  .content-box .title-box .guidang span {
    margin-top: 0.26042vw;
    margin-left: 0.52083vw;
    font-size: 18px;
    font-size: 1.0416666667vw;
  }
  .content-box .list-header {
    margin-top: 2.23958vw;
    height: 3.33333vw;
    border-top-left-radius: 1.04167vw;
    border-top-right-radius: 1.04167vw;
  }
  .content-box .list-header span {
    height: 3.33333vw;
    font-size: 19.8px;
    font-size: 1.1458333333vw;
    line-height: 3.33333vw;
  }
  .content-box .list-header span:nth-child(1) {
    width: 8.33333vw;
  }
  .content-box .list-header span:nth-child(2) {
    width: calc(100% - 18.75vw);
  }
  .content-box .list-header span:nth-child(2) i {
    font-size: 16.2px;
    font-size: 0.9375vw;
  }
  .content-box .list-header span:nth-child(3) {
    padding-right: 1.04167vw;
    width: 10.41667vw;
  }
  .content-box .list li {
    padding-bottom: 1.30208vw;
    margin-bottom: 1.04167vw;
  }
  .content-box .list li .number-box {
    width: 8.33333vw;
    min-height: 5.98958vw;
  }
  .content-box .list li .number-box span {
    width: 2.13542vw;
    height: 2.13542vw;
    font-size: 16.2px;
    font-size: 0.9375vw;
    line-height: 2.13542vw;
  }
  .content-box .list li .jcsx-box {
    padding-top: 1.30208vw;
    width: calc(100% - 38.54167vw);
  }
  .content-box .list li .jcsx-box p {
    height: 2.5vw;
    font-size: 14.4px;
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
  }
  .content-box .list li .jcsx-box .jcsx-list {
    margin-top: 0.78125vw;
  }
  .content-box .list li .jcsx-box .jcsx-list .jcsx-item {
    height: 1.5625vw;
    padding: 0 0.625vw;
    margin-right: 0.52083vw;
    font-size: 0.72917vw;
    line-height: 1.5625vw;
    border-radius: 0.78125vw;
    -webkit-border-radius: 0.78125vw;
    -moz-border-radius: 0.78125vw;
    -ms-border-radius: 0.78125vw;
    -o-border-radius: 0.78125vw;
  }
  .content-box .list li .zjsj-box {
    padding-top: 1.30208vw;
    width: 19.79167vw;
  }
  .content-box .list li .zjsj-box p {
    min-height: 2.5vw;
    font-size: 14.4px;
    font-size: 0.8333333333vw;
  }
  .content-box .list li .zjsj-box .zj-status {
    margin: 0.78125vw auto 0 auto;
    width: 4.21875vw;
    height: 1.5625vw;
    font-size: 12.6px;
    font-size: 0.7291666667vw;
    line-height: 1.5625vw;
    border-radius: 0.78125vw;
    -webkit-border-radius: 0.78125vw;
    -moz-border-radius: 0.78125vw;
    -ms-border-radius: 0.78125vw;
    -o-border-radius: 0.78125vw;
  }
  .content-box .list li .qtdw-box {
    padding: 0 1.04167vw 0 0.52083vw;
    width: 10.41667vw;
    min-height: 5.98958vw;
  }
  .content-box .list li .qtdw-box span {
    font-size: 14.4px;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 992px) {
  .header {
    padding-bottom: 0;
  }
  .header .banner-logo {
    display: block;
    margin: 20px auto 0 auto;
    height: 120px;
  }
  .year-box {
    margin: 20px 0 20px 0;
  }
  .year-box .prev {
    display: none;
  }
  .year-box .next {
    display: none;
  }
  .year-box i {
    top: 22px;
    left: 0;
    width: 100%;
    height: 3px;
  }
  .year-box ul {
    width: 100%;
    align-items: flex-start;
  }
  .year-box ul li {
    margin: 0 10px;
    margin-top: 4px;
    width: 120px;
    height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .year-box ul li:nth-child(1) {
    margin-left: 0;
  }
  .year-box ul li span {
    font-size: 20px;
    line-height: 40px;
  }
  .year-box ul .active {
    margin-top: 0;
    height: 48px;
    border: solid 4px rgb(226, 237, 253);
  }
  .content-box {
    padding-bottom: 50px;
  }
  .content-box .title-box {
    height: 60px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  .content-box .title-box .left-ico {
    width: 80px;
  }
  .content-box .title-box .title {
    right: 100px;
    width: calc(100% - 185px);
  }
  .content-box .title-box .title span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 2; /*设置多行的行数*/
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .content-box .title-box .guidang {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px 0;
    width: 90px;
    border: 1px solid rgb(205, 1, 11);
  }
  .content-box .title-box .guidang img {
    display: none;
  }
  .content-box .title-box .guidang p {
    display: block;
    text-align: center;
    font-size: 15px;
    color: rgb(205, 1, 11);
  }
  .content-box .title-box .guidang span {
    text-align: center;
    margin-left: 0;
    margin-top: 5px;
    font-size: 14px;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
  }
  .content-box .list-header {
    margin-top: 23px;
    height: 44px;
  }
  .content-box .list-header span {
    height: 44px;
    font-size: 16px;
    line-height: 44px;
  }
  .content-box .list-header span:nth-child(1) {
    width: 60px;
  }
  .content-box .list-header span:nth-child(2) {
    width: calc(100% - 145px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .content-box .list-header span:nth-child(2) i {
    font-size: 16px;
    font-style: normal;
  }
  .content-box .list-header span:nth-child(3) {
    padding-right: 0;
    width: 85px;
    font-size: 16px;
    text-align: center;
  }
  .content-box .list li {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .content-box .list li .number-box {
    width: 60px;
    min-height: 85px;
  }
  .content-box .list li .number-box span {
    width: 31px;
    height: 31px;
    font-size: 16px;
    line-height: 31px;
  }
  .content-box .list li .jcsx-box {
    padding-right: 0;
    padding-top: 15px;
    width: calc(100% - 60px);
  }
  .content-box .list li .jcsx-box p {
    display: block;
    height: auto;
  }
  .content-box .list li .jcsx-box .jcsx-list {
    margin-top: 15px;
    width: 100%;
  }
  .content-box .list li .jcsx-box .jcsx-list .jcsx-item {
    margin-bottom: 10px;
  }
  .content-box .list li .zjsj-box {
    padding-top: 15px;
    padding-left: 60px;
    padding-right: 15px;
    width: 100%;
    box-sizing: border-box;
  }
  .content-box .list li .zjsj-box p {
    min-height: 20px;
    font-size: 14px;
    text-align: left;
  }
  .content-box .list li .zjsj-box p br {
    display: none;
  }
  .content-box .list li .zjsj-box .zj-status {
    margin: 10px 0 0 0;
  }
  .content-box .list li .qtdw-box {
    float: left;
    padding: 0 10px 0 60px;
    /* width: 100%; 
    min-height: 65px;*/
	width: auto;
	min-height: auto;
    text-align: left;
    box-sizing: border-box;
  }
  .content-box .list li .qtdw-box span {
    font-size: 16px;
    color: #333;
  }
}