html,
body {
  width: 100%;
  position: relative;
}
.main {
  /**通用样式**/
}
.main .zmhd-l {
  width: calc(72% - 22px);
  margin-top: 20px;
  box-sizing: border-box;
}
.main .zmhd-l .gkxx-box {
  margin-top: 10px;
  padding: 23px 20px 23px 25px;
  border: 1px solid #e2e9f2;
  background: #f5f7f9;
  box-sizing: border-box;
}
.main .zmhd-l .gkxx-box .gkxx {
  overflow: hidden;
}
.main .zmhd-l .gkxx-box .gkxx .img {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  padding: 25px;
  border: 1px solid #b8c8da;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.main .zmhd-l .gkxx-box .gkxx .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.main .zmhd-l .gkxx-box .gkxx .nr {
  display: inline-block;
  vertical-align: top;
}
.main .zmhd-l .gkxx-box .gkxx .nr h2,
.main .zmhd-l .gkxx-box .gkxx .nr h5 {
  padding-top: 10px;
  color: #454545;
  display: block;
}
.main .zmhd-l .gkxx-box .gkxx .nr h2 {
  font-size: 20px;
}
.main .zmhd-l .gkxx-box .gkxx .nr h5 {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.5px;
}
.main .zmhd-l .gkxx-box .gkbtn ul li {
  display: inline-block;
}
.main .zmhd-l .gkxx-box .gkbtn ul li a {
  margin: 15px 0 15px 15px;
  padding: 13px 25px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 25px;
  border-radius: 2px;
  background: #7296be;
  display: inline-block;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
.main .zmhd-l .gkxx-box .gkbtn ul li a .img {
  width: 26px;
  height: 25px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.main .zmhd-l .gkxx-box .gkbtn ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.main .zmhd-l .gkxx-box .gkbtn ul li a:hover {
  background: #115199;
}
.main .zmhd-l .xjxd-infos {
  margin-top: 20px;
}
.main .zmhd-l .xjxd-infos .bg {
  height: 45px;
  margin-top: 20px;
  padding: 0 0 0 15px;
  background: #f5f7f9;
  display: block;
}
.main .zmhd-l .xjxd-infos .bg span {
  padding-right: 15px;
  float: left;
  color: #454545;
  text-align: center;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  box-sizing: border-box;
}
.main .zmhd-l .xjxd-infos .bg .tit {
  width: 50%;
  text-align: left;
}
.main .zmhd-l .xjxd-infos .bg .zh {
  width: 20%;
}
.main .zmhd-l .xjxd-infos .bg .lxtime {
  width: 16%;
}
.main .zmhd-l .xjxd-infos .bg .jstime {
  width: 14%;
  padding-right: 0;
}
.main .zmhd-l .xjxd-infos .infos {
  position: relative;
}
.main .zmhd-l .xjxd-infos .infos ul {
  margin-top: -5px;
}
.main .zmhd-l .xjxd-infos .infos ul li {
  margin-top: 20px;
  padding: 0 0 0 15px;
  background: url(../images/yjtc_bg_infolist_li.png) no-repeat;
  background-position: left center;
  position: relative;
  z-index: 10;
}
.main .zmhd-l .xjxd-infos .infos ul li a,
.main .zmhd-l .xjxd-infos .infos ul li span {
  padding-right: 15px;
  float: left;
  color: #454545;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  box-sizing: border-box;
}
.main .zmhd-l .xjxd-infos .infos ul li a:hover {
  color: #115199;
}
.main .zmhd-l .xjxd-infos .infos ul li span {
  text-align: center;
}
.main .zmhd-l .xjxd-infos .infos ul li .tit {
  width: 50%;
}
.main .zmhd-l .xjxd-infos .infos ul li .zh {
  width: 20%;
}
.main .zmhd-l .xjxd-infos .infos ul li .lxtime {
  width: 16%;
}
.main .zmhd-l .xjxd-infos .infos ul li .jstime {
  width: 14%;
  padding-right: 0;
}
.main .zmhd-l .xjxd-infos .infos .line {
  width: 1px;
  height: 180px;
  background: #ced9e5;
  position: absolute;
  top: 15px;
  left: 3px;
  bottom: 20px;
  z-index: 8;
}
.main .zmhd-r {
  width: 28%;
  margin-top: 20px;
}
.main .zmhd-r .zwdc {
  height: 130px;
  margin-top: 10px;
  overflow: hidden;
}
.main .zmhd-r .zwdc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
.main .zmhd-r .zwdc:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.main .zmhd-r .lm-btn {
  margin-top: 22px;
  padding: 32px 30px;
  background: #f5f7f9;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #e2e9f2;
}
.main .zmhd-r .lm-btn ul {
  margin-top: -20.5px;
}
.main .zmhd-r .lm-btn ul li {
  margin-top: 20.5px;
}
.main .zmhd-r .lm-btn ul li a {
  padding: 22px 15px;
  font-size: 18px;
  color: #115199;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.8px;
  display: block;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
  border: 1px solid #e2e9f2;
}
.main .zmhd-r .lm-btn ul li a .img {
  width: 26px;
  height: 25px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
.main .zmhd-r .lm-btn ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.main .zmhd-r .lm-btn ul li a.img1 {
  background: url(../images/yjtc_bg_zxft.png) no-repeat right bottom #f9fafb;
}
.main .zmhd-r .lm-btn ul li a.img2 {
  background: url(../images/yjtc_bg_wsxf.png) no-repeat right bottom #f9fafb;
}
.main .zmhd-r .lm-btn ul li a.img3 {
  background: url(../images/yjtc_bg_xfcx.png) no-repeat right bottom #f9fafb;
}
.main .zmhd-r .lm-btn ul li a:hover.img1 {
  background: url(../images/yjtc_bg_zxft.png) no-repeat right bottom #f6f8fa;
}
.main .zmhd-r .lm-btn ul li a:hover.img2 {
  background: url(../images/yjtc_bg_wsxf.png) no-repeat right bottom #f6f8fa;
}
.main .zmhd-r .lm-btn ul li a:hover.img3 {
  background: url(../images/yjtc_bg_xfcx.png) no-repeat right bottom #f6f8fa;
}
.main .zmhd-r .lm-btn ul li a:hover .img {
  margin-right: 15px;
}
.main .zmhd-l01,
.main .zmhd-r01 {
  width: calc(50% - 13px);
}
.main .zmhd-l01 .dczj-infos,
.main .zmhd-r01 .dczj-infos {
  margin-top: 20px;
}
.main .zmhd-l01 .dczj-infos .infos,
.main .zmhd-r01 .dczj-infos .infos {
  position: relative;
}
.main .zmhd-l01 .dczj-infos .infos ul,
.main .zmhd-r01 .dczj-infos .infos ul {
  margin-top: -5px;
}
.main .zmhd-l01 .dczj-infos .infos ul li,
.main .zmhd-r01 .dczj-infos .infos ul li {
  margin-top: 20px;
  padding: 0 0 0 15px;
  background: url(../images/yjtc_bg_infolist_li.png) no-repeat;
  background-position: left center;
  position: relative;
  z-index: 10;
}
.main .zmhd-l01 .dczj-infos .infos ul li a,
.main .zmhd-r01 .dczj-infos .infos ul li a,
.main .zmhd-l01 .dczj-infos .infos ul li span,
.main .zmhd-r01 .dczj-infos .infos ul li span {
  color: #454545;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  box-sizing: border-box;
}
.main .zmhd-l01 .dczj-infos .infos ul li a,
.main .zmhd-r01 .dczj-infos .infos ul li a {
  padding-right: 100px;
}
.main .zmhd-l01 .dczj-infos .infos ul li span,
.main .zmhd-r01 .dczj-infos .infos ul li span {
  position: absolute;
  right: 0;
  bottom: 0;
}
.main .zmhd-l01 .dczj-infos .infos ul li a:hover,
.main .zmhd-r01 .dczj-infos .infos ul li a:hover {
  color: #115199;
}
.main .zmhd-l01 .dczj-infos .infos .line,
.main .zmhd-r01 .dczj-infos .infos .line {
  width: 1px;
  height: 230px;
  background: #ced9e5;
  position: absolute;
  top: 15px;
  left: 3px;
  bottom: 20px;
  z-index: 8;
}
.main .blsjgk .main {
  position: relative;
  z-index: 1;
}
.main .blsjgk .select-box {
  margin: 20px 0;
  text-align: center;
}
.main .blsjgk .select-box .select {
  width: 165px;
  margin: 0 5px;
  display: inline-block;
  position: relative;
}
.main .blsjgk .select-box .select .input-text {
  width: 100%;
  padding: 0 5px 0 20px;
  font-size: 14px;
  line-height: 36px;
  border: 1px solid #dbe7f2;
  border-radius: 2px;
  background-color: #f8fafc;
  box-sizing: border-box;
  cursor: pointer;
}
.main .blsjgk .select-box .select .layui-font-12 {
  position: absolute;
  top: 13px;
  right: 10px;
}
.main .blsjgk .sjb {
  padding: 25px 0 0 0;
}
.main .blsjgk .sjb ul li {
  width: 33.33%;
  height: 198px;
  float: left;
  text-align: center;
}
.main .myxzf {
  height: 110px;
  margin-top: 20px;
}
.main .myxzf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.main .gkxxlists {
  position: relative;
}
.main .gkxxlists .lm-hd p {
  font-weight: bold;
}
.main .gkxxlists .gkbtn {
  position: absolute;
  top: -4px;
  right: 0;
}
.main .gkxxlists .gkbtn ul li {
  display: inline-block;
}
.main .gkxxlists .gkbtn ul li a {
  margin-left: 13px;
  padding: 8px 15px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  line-height: 25px;
  border-radius: 2px;
  background: #7296be;
  display: inline-block;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
.main .gkxxlists .gkbtn ul li a .img {
  width: 23px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.main .gkxxlists .gkbtn ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.main .gkxxlists .gkbtn ul li a:hover {
  background: #115199;
}
.main .gkxxlists .gkxxlist {
  margin-top: 20px;
}
.main .gkxxlists .gkxxlist .bg {
  height: 45px;
  margin-top: 20px;
  padding: 0 0 0 15px;
  background: #f5f7f9;
  display: block;
}
.main .gkxxlists .gkxxlist .bg span {
  padding-right: 15px;
  float: left;
  color: #454545;
  text-align: center;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  box-sizing: border-box;
}
.main .gkxxlists .gkxxlist .bg .tit {
  width: 50%;
  text-align: left;
}
.main .gkxxlists .gkxxlist .bg .zh {
  width: 20%;
}
.main .gkxxlists .gkxxlist .bg .lxtime {
  width: 16%;
}
.main .gkxxlists .gkxxlist .bg .jstime {
  width: 14%;
  padding-right: 0;
}
.main .gkxxlists .gkxxlist .lm-hd {
  display: none;
}
.main .gkxxlists .gkxxlist .infos {
  position: relative;
  overflow: hidden;
}
.main .gkxxlists .gkxxlist .infos ul {
  margin-top: -5px;
}
.main .gkxxlists .gkxxlist .infos ul li {
  margin-top: 20px;
  padding: 0 0 0 15px;
  background: url(../images/yjtc_bg_infolist_li.png) no-repeat;
  background-position: left center;
  position: relative;
  z-index: 10;
}
.main .gkxxlists .gkxxlist .infos ul li a,
.main .gkxxlists .gkxxlist .infos ul li span {
  padding-right: 15px;
  float: left;
  color: #454545;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  box-sizing: border-box;
}
.main .gkxxlists .gkxxlist .infos ul li a:hover {
  color: #115199;
}
.main .gkxxlists .gkxxlist .infos ul li span {
  text-align: center;
}
.main .gkxxlists .gkxxlist .infos ul li .tit {
  width: 50%;
}
.main .gkxxlists .gkxxlist .infos ul li .zh {
  width: 20%;
}
.main .gkxxlists .gkxxlist .infos ul li .lxtime {
  width: 16%;
}
.main .gkxxlists .gkxxlist .infos ul li .jstime {
  width: 14%;
  padding-right: 0;
}
.main .gkxxlists .gkxxlist .infos .line {
  width: 1px;
  height: 95%;
  background: #ced9e5;
  position: absolute;
  top: 30px;
  left: 3px;
  bottom: 20px;
  z-index: 8;
}
.main .yjzjlists {
  position: relative;
}
.main .yjzjlists .lm-hd p {
  font-weight: bold;
}
.main .yjzjlists .yjzjlist {
  margin-top: 20px;
}
.main .yjzjlists .yjzjlist .bg {
  height: 45px;
  margin-top: 20px;
  padding: 0 0 0 15px;
  background: #f5f7f9;
  display: block;
}
.main .yjzjlists .yjzjlist .bg span {
  float: left;
  color: #454545;
  text-align: center;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  box-sizing: border-box;
}
.main .yjzjlists .yjzjlist .bg .tit {
  width: 60%;
  text-align: left;
}
.main .yjzjlists .yjzjlist .bg .start-time {
  width: 10%;
}
.main .yjzjlists .yjzjlist .bg .end-time {
  width: 10%;
}
.main .yjzjlists .yjzjlist .bg .zt {
  width: 10%;
}
.main .yjzjlists .yjzjlist .bg .cz {
  width: 10%;
  padding-right: 0;
}
.main .yjzjlists .yjzjlist .lm-hd {
  display: none;
}
.main .yjzjlists .yjzjlist .infos {
  position: relative;
  overflow: hidden;
}
.main .yjzjlists .yjzjlist .infos ul {
  margin-top: 5px;
}
.main .yjzjlists .yjzjlist .infos ul li {
  padding: 18px 0 18px 15px;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  z-index: 10;
}
.main .yjzjlists .yjzjlist .infos ul li a,
.main .yjzjlists .yjzjlist .infos ul li span {
  float: left;
  color: #454545;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  box-sizing: border-box;
}
.main .yjzjlists .yjzjlist .infos ul li span {
  text-align: center;
}
.main .yjzjlists .yjzjlist .infos ul li .tit {
  width: 60%;
  text-align: left;
}
.main .yjzjlists .yjzjlist .infos ul li .start-time {
  width: 10%;
}
.main .yjzjlists .yjzjlist .infos ul li .end-time {
  width: 10%;
}
.main .yjzjlists .yjzjlist .infos ul li .zt {
  width: 10%;
}
.main .yjzjlists .yjzjlist .infos ul li .cz {
  width: 10%;
  color: #fff;
  text-align: center;
  line-height: 30px;
  display: block;
}
.main .yjzjlists .yjzjlist .infos ul li .cz i {
  padding: 0 13px 2px 13px;
  border: 1px solid #1459a4;
  border-radius: 3px;
  display: inline-block;
  background-color: #1459a4;
}
.main .yjzjlists .yjzjlist .infos ul li .cz:hover i {
  color: #1459a4;
  background-color: #fff;
}
.main .lm-hd {
  margin-top: 20px;
}
.main .lm-hd span {
  padding-bottom: 11px;
  font-size: 20px;
  color: #13559f;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.main .lm-hd span i {
  width: 39px;
  height: 3px;
  background: #13559f;
  border-radius: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}
.main .lm-hd a {
  margin-top: 8px;
  padding: 2px 10px 3px 10px;
  float: right;
  font-size: 14px;
  color: #999;
  border-radius: 3px;
  background: #f5f5f5;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
.main .lm-hd a:hover {
  color: #fff;
  background: #115199;
}
.main .lm-hd p {
  margin-left: 20px;
  font-size: 15px;
  color: #115199;
  display: inline-block;
}
.main .lm-hd p strong {
  margin: 0 5px;
  display: inline-block;
}
