.location {
  width: 14rem;
  height: 0.7rem;
  padding: 0 0.3rem;
  margin: 0 auto;
}
.location .icon {
  float: left;
  width: 0.2rem;
  height: 0.2rem;
  margin-top: 0.25rem;
  margin-right: 0.12rem;
  background: url(local.png);
}
.location .loc {
  margin-top: 0.25rem;
  line-height: 0.2rem;
  display: block;
  float: left;
  font-size: 0.16rem;
  font-weight: 400;
  color: #595959;
  margin-right: 0.03rem;
}
.main-container {
  width: 14rem;
  padding: 0 0 0.3rem;
  margin: 0 auto 0.3rem;
  background: #fff;
  box-shadow: 0 0 0.16rem 0 rgba(0, 0, 0, 0.08);
  border-radius: 0.08rem;
  overflow: hidden;
}
.box-container {
  padding: 0 0.3rem;
}
.shouye-box-content {
  padding: 0 0.2rem;
}
.gl-left {
  float: left;
  width: 2.8rem;
}
.gl-left .tit {
  display: block;
  width: 2.8rem;
  height: 0.6rem;
  background: url(gl-tbg.png);
  font-size: 0.24rem;
  font-weight: 600;
  color: #fff;
  line-height: 0.6rem;
  padding-left: 0.4rem;
  margin-bottom: 0.2rem;
}
.gl-left .item {
  width: 2.8rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  background: #f4f5fb;
  font-size: 0.2rem;
  font-weight: 400;
  color: #191919;
  transition: all 0.3s;
  margin-bottom: 0.1rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.gl-left .item::before,
.gl-left .item::after {
  content: '';
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  opacity: 0;
  transition: all 0.4s;
  background: url(jtl.png);
}
.gl-left .item::after {
  background: url(jtr.png);
}
.gl-left .item.cur,
.gl-left .item:hover {
  box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.12);
  border: 0.01rem solid #0064d2;
  font-size: 0.24rem;
  font-weight: 600;
  color: #0064d2;
}
.gl-left .item.cur::before,
.gl-left .item:hover::before,
.gl-left .item.cur::after,
.gl-left .item:hover::after {
  opacity: 1;
}
.gl-right {
  width: 10.3rem;
  float: right;
}
.gl-right.full {
  float: none;
  width: unset;
}
.gl-right .tit {
  border-bottom: 0.01rem #0064d2 solid;
  line-height: 0;
}
.gl-right .tit .nm {
  display: inline-block;
  height: 0.53rem;
  padding: 0 0.4rem;
  line-height: 0.52rem;
  text-align: center;
  background: #0064d2;
  border-radius: 0.04rem 0.04rem 0 0;
  font-size: 0.18rem;
  font-weight: 600;
  color: #fff;
  vertical-align: bottom;
}
.gl-list {
  padding-top: 0.24rem;
  border-bottom: 0.01rem #eee solid;
}
.gl-list-item {
  display: flex;
  align-items: center;
  height: 0.2rem;
  margin-bottom: 0.3rem;
}
.gl-list-item .lip {
  width: 0.08rem;
  height: 0.08rem;
  background: #c7c7c7;
  flex-shrink: 0;
  margin-right: 0.12rem;
  transform: rotate(45deg);
}
.gl-list-item .nm {
  display: block;
  flex: 1;
  font-size: 0.2rem;
  font-weight: 400;
  color: #191919;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gl-list-item .nm:hover {
  color: #194897;
}
.gl-list-item .date {
  font-size: 0.2rem;
  font-weight: 400;
  color: #898989;
}
/***  页码  ***/
.cm-page {
  margin-top: 0.2rem;
  line-height: 0.3rem;
  text-align: center;
  font-size: 0.16rem;
}
.cm-page a,
.cm-page span {
  margin: 0 0.06rem;
}
.cm-page a.cur,
.cm-page a:hover {
  background: #0064d2;
  color: #fff;
}
.cm-page .submit {
  width: 0.5rem;
  background: #194897;
  color: #fff;
}
.cm-page .go {
  width: 0.4rem;
}
.cm-page a,
.cm-page .pageprv,
.cm-page .pagenext,
.cm-page .turn input {
  display: inline-block;
  cursor: pointer;
  height: 0.3rem;
  width: 0.3rem;
  line-height: 0.28rem;
  text-align: center;
  color: #5b5b5b;
  background: #fff;
  border-radius: 0.03rem;
  border: 0.01rem solid #e7e7e7;
}
.xl-tit {
  text-align: center;
  font-size: 0.36rem;
  font-weight: bold;
  color: #0064d2;
  line-height: 0.45rem;
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}
.xl-info {
  padding-bottom: 0.25rem;
  margin-bottom: 0.3rem;
  font-size: 0.18rem;
  line-height: 0.18rem;
  color: #595959;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.xl-info span {
  margin-left: 0.3rem;
}
.xl-info a {
  margin-left: 0.03rem;
}
.xl-info a.active {
  color: #4873bf;
}
.xl-sub {
  margin-bottom: 0.2rem;
}
.xl-subtit {
  text-align: center;
  font-size: 0.3rem;
  line-height: 0.35rem;
  margin-bottom: 0.2rem;
  color: #191919;
}
.xl-subtit1 {
  text-align: center;
  font-size: 0.28rem;
  line-height: 0.3rem;
  margin-bottom: 0.2rem;
  color: #191919;
}
.sl-pic {
  display: block;
  object-fit: contain;
  margin: 0 auto 0.15rem;
  max-width: 7.68rem;
}
.pictit {
  font-size: 0.16rem;
  color: #595959;
  text-align: center;
  margin-bottom: 0.2rem;
}
.xl-content {
  padding: 0 1rem;
}
.xl-content p {
  font-size: 0.16rem;
  color: #191919;
  line-height: 0.3rem;
  margin-bottom: 0.16rem;
  text-align: justify;
}

.form-item {
  margin-top: 0.24rem;
  font-size: 0.18rem;
}
.form-item:first-child {
  margin-top: 0;
}
.form-item.btns {
  text-align: center;
}
.form-item.btns button {
  margin-left: 0.32rem;
}
.form-item.btns button:first-child {
  margin-left: 0;
}
.form-item label {
  display: inline-block;
  width: 1.04rem;
  text-align: right;
  color: #191919;
}
.form-item .ipt {
  height: 0.42rem;
  padding: 0 0.2rem;
  font-size: 0.16rem;
  background: #fff;
  box-sizing: border-box;
  border: 0.01rem solid #e7ecf4;
}
.form-item textarea {
  padding: 0.15rem;
  font-size: 0.18rem;
  background: #fff;
  box-sizing: border-box;
  border: 0.01rem solid #e7ecf4;
  outline: none;
  vertical-align: top;
}
.form-item select {
  border: 0.01rem solid #e7ecf4;
  height: 0.42rem;
  width: 2.8rem;
  padding-left: 0.2rem;
  color: #595959;
  font-size: 0.18rem;
  outline: none;
}
.form-item .s {
  display: inline-block;
  margin-right: 0.4rem;
  margin-left: 0.08rem;
  vertical-align: middle;
}
.form-item .btn {
  width: 0.9rem;
  height: 0.42rem;
  background: #396eeb;
  color: #fff;
  font-size: 0.16rem;
  box-shadow: 0 0.02rem 0.08rem 0 rgba(122, 130, 168, 0.5);
  cursor: pointer;
}
.form-item .btn1 {
  width: 2.4rem;
  height: 0.42rem;
  font-size: 0.18rem;
  color: #fff;
  border-radius: 0.04rem;
  background: #046ee4;
  cursor: pointer;
}
.form-item .btn1.color1 {
  background: #42bf8a;
}
.form-item .btn1:hover {
  opacity: 0.8;
}
.red {
  color: #f00;
}
.woyaoxx {
  display: block;
  width: 2.95rem;
  height: 1.08rem;
}
.xxlb-sec1 {
  width: 10.2rem;
  height: 1.08rem;
  padding: 0.3rem 0.44rem;
  background: #f4f5fb;
}
.xxlb-sec1 .btn {
  margin-left: 0.3rem;
}
.xxlb-sec1 .ipt {
  width: 2.9rem;
}
.xxlb-tab {
  display: inline-block;
  font-size: 0;
}
.xxlb-tab .item {
  display: inline-block;
  height: 0.36rem;
  line-height: 0.34rem;
  padding: 0 0.25rem;
  margin-right: 0.16rem;
  font-size: 0.16rem;
  color: #595959;
  background: #fff;
  border: 0.01rem solid #e5e5e5;
  border-radius: 0.02rem;
  cursor: pointer;
}
.xxlb-tab .item:last-child {
  margin-right: 0;
}
.xxlb-tab .cur {
  color: #fff;
  background: #396eeb;
  border-color: #396eeb;
}
.xxlb-table {
  table-layout: fixed;
  width: 100%;
  margin-top: 0.2rem;
  font-size: 0.18rem;
}
.xxlb-table th {
  height: 0.52rem;
  text-align: left;
  background: #f4f5fb;
  font-weight: normal;
}
.xxlb-table th.xuhao {
  width: 3.04rem;
}
.xxlb-table th.name {
  width: 2.24rem;
}
.xxlb-table th.date {
  width: 1.6rem;
}
.xxlb-table td {
  height: 0.69rem;
  font-weight: normal;
  border-bottom: 0.01rem solid #eef1f6;
}
.xxlb-table td a {
  color: #191919;
}
.xxlb-table td a:hover {
  color: #0064d2;
}
.xxlb-table td.title {
  padding-right: 0.1rem;
}
.xxlb-table .lft {
  text-align: left;
}
.xxlb-table .lf20 {
  padding-left: 0.2rem;
}
.ldxx-sec1 {
  width: 13.4rem;
  height: 4.87rem;
  margin-top: 0.2rem;
  font-size: 0.18rem;
  padding-left: 0.6rem;
  padding-right: 0.7rem;
  background: #f4f5fb url(ldxx-bg.png) no-repeat bottom;
  border-radius: 0.08rem;
}
.ldxx-sec1 .title {
  color: #0064d2;
  font-size: 0.32rem;
  padding-top: 0.41rem;
  padding-bottom: 0.26rem;
  line-height: 1;
  text-align: center;
}
.ldxx-sec1 p {
  line-height: 0.45rem;
  color: #191919;
}
.ldxx-sec1 .notice {
  font-weight: bold;
  color: red;
  margin-top: 0.1rem;
}
.ldxx-sec2 {
  margin-top: 0.3rem;
}
.ldxx-sec2 .title {
  padding-left: 0.45rem;
  line-height: 0.32rem;
  font-size: 0.24rem;
  color: #111;
  font-weight: bold;
  background: url(ldxx-edit.png) no-repeat;
}
.ldxx-sec2 .ct1 {
  padding: 0.4rem 0;
  margin-top: 0.24rem;
  border-radius: 0.04rem;
  border: 0.01rem dashed #c7c7c7;
}
.ldxx-sec2 label {
  width: 1.79rem;
}
.ldxx-sec2 .ipt {
  width: 4.25rem;
}
.ldxx-sec2 .w1050 {
  width: 10.5rem;
}
.ldxx-sec2 .text {
  margin-top: 0.15rem;
  margin-left: 1.79rem;
}
.ldxx-sec2 .fresh {
  margin-left: 0.03rem;
  color: #0064d2;
  cursor: pointer;
}
.ldxx-sec2 .btns {
  margin-top: 0.3rem;
}
.ldxx-sec2 textarea {
  height: 1.7rem;
}

a {
  cursor: pointer;
}
body {
  background: #f5f5f5 url(big-bg.png) no-repeat top center;
  background-size: 19.2rem auto;
}
.head {
  width: 14rem;
  margin: 0 auto;
}
.head .head-buttons {
  margin-top: 0.2rem;
  line-height: 0.32rem;
  font-size: 0.16rem;
}
.head .head-buttons a {
  color: #fff;
}
.head .head-buttons .rt {
  display: flex;
}
.head .head-buttons .link-button:last-of-type::after {
  display: none;
}
.head .head-buttons .link-button::after {
  content: '';
  display: inline-block;
  width: 0.01rem;
  height: 0.1rem;
  background: #fff;
  margin: 0 0.07rem;
}
.head .head-buttons .buttons {
  padding: 0 0.16rem;
  margin-left: 0.2rem;
  background: #0060ca;
  border-radius: 0.16rem;
}
.head .logo {
  display: block;
  width: 6.33rem;
  margin: 0.19rem auto 0.14rem;
  text-align: center;
}
.head .logo .logo-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.head .logo .logo-guohui {
  width: 1.16rem;
  height: 1.16rem;
  margin-bottom: 0.08rem;
}
.head .logo .logo-wenzi {
  width: 6.33rem;
  height: 0.89rem;
}
.head .search {
  width: 8.2rem;
  height: 0.56rem;
  margin: 0 auto 0.5rem;
}
.head .search input {
  width: 6.44rem;
  height: 100%;
  padding-left: 0.56rem;
  padding-right: 0.24rem;
  font-size: 0.16rem;
  color: #999;
  background: #fff url(fdj.png) no-repeat 0.24rem center;
  background-size: 0.16rem 0.16rem;
  border-top-left-radius: 0.04rem;
  border-bottom-left-radius: 0.04rem;
  vertical-align: top;
}
.head .search button {
  width: 0.96rem;
  height: 100%;
  padding: 0;
  font-size: 0.16rem;
  background: #fe8420;
  color: #fff;
  border-top-right-radius: 0.04rem;
  border-bottom-right-radius: 0.04rem;
  vertical-align: top;
  cursor: pointer;
}
.nav {
  display: flex;
  width: 14rem;
  height: 0.66rem;
  margin: 0 auto;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.66rem;
  background: #fff;
  border-bottom: 0.02rem solid #0064d2;
}
.nav li {
  flex: 1;
  text-align: center;
}
.nav li a {
  color: #333;
}
.nav li.cur,
.nav li:hover {
  background: #0064d2;
}
.nav li.cur a,
.nav li:hover a {
  color: #fff;
}
.navb {
  height: 0.12rem;
  background: url(hb.png) center repeat-x;
}
.foot {
  padding-top: 0.2rem;
  padding-bottom: 0.1rem;
  background: #fff;
}
.foot .cm-drop {
  display: flex;
  justify-content: space-between;
  width: 14rem;
  height: 0.48rem;
  margin: 0 auto 0.2rem;
}
.foot .cm-drop .item {
  display: block;
  width: 4.02rem;
  height: 100%;
  padding-left: 0.2rem;
  padding-right: 0.4rem;
  line-height: 0.48rem;
  background: #fff;
  border: 0.01rem solid #e5e5e5;
  font-size: 0.16rem;
  font-weight: 400;
  color: #666;
}
.foot .cm-drop .drop-select {
  position: relative;
}
.foot .foot-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 14rem;
  margin: 0 auto;
  font-size: 0.14rem;
}
.foot .foot-content .content {
  line-height: 0.3rem;
  text-align: center;
}
.foot .foot-content .dzjg {
  width: 0.52rem;
  height: 0.64rem;
}
.foot .foot-content .zfwzzc {
  width: 1.1rem;
  height: 0.55rem;
}
.cm-drop {
  line-height: 0.29rem;
  font-size: 0.12rem;
}
.cm-drop .mlink {
  margin: 0 0.25rem;
  color: #194897;
  font-weight: bold;
  font-size: 0.14rem;
}
.cm-drop .mlink img {
  padding-right: 0.05rem;
}
.cm-drop .drop-select {
  width: 2.5rem;
  height: 0.3rem;
  margin-right: 0.08rem;
  border: 0.01rem solid #d8dcdd;
}
.cm-drop .drop-select p {
  padding-left: 0.13rem;
  text-align: right;
  cursor: pointer;
}
.cm-drop .drop-select .tit {
  color: #828282;
}
.cm-drop .drop-select .arrow-icon {
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.1rem;
  height: 0.06rem;
  margin-right: 0.2rem;
  background: url(drop-icon2023.png) no-repeat;
  transition: 1s;
  transform: rotate(0deg);
}
.cm-drop .drop-select .arrow-icon.cur {
  transform: translateY(-50%) rotate(180deg);
}
.cm-drop .dropdown-menu {
  position: absolute;
  display: none;
  width: 100%;
  color: #566279;
  border: 0.01rem solid #ededed;
  background: #fff;
  overflow-y: auto;
}
.cm-drop .dropdown-menu .text:hover {
  color: #0064d2;
}
.cm-drop .dropdown-menu:first-child {
  display: block;
}
.cm-drop .dropdown-menu li {
  width: 100%;
  padding-left: 0.2rem;
  line-height: 0.3rem;
}
.dropdown-menu {
  left: 0;
  height: 2.65rem;
  width: 100%;
  padding: 0.1rem 0.1rem 0.1rem 0.2rem;
  bottom: 0.6rem;
  background: #fff;
  box-shadow: 0 0 0.11rem 0 rgba(0, 0, 0, 0.12);
  border-radius: 0.04rem;
  border: none;
  z-index: 200;
}
.dropdown-menu li {
  width: 19%;
  float: left;
  padding-left: 0;
  line-height: 0.35rem;
  height: 0.35rem;
}
.dropdown-menu li .text {
  max-width: 100%;
  display: inline-block;
}
.xj-con .title {
  border-left: 0.05rem #0064d2 solid;
  height: 0.28rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #0064d2;
  line-height: 0.28rem;
  margin-top: 0.24rem;
  margin-bottom: 0.21rem;
  padding-left: 0.12rem;
}
.xj-con .tr {
  border-top: 0.01rem solid #e5e5e5;
  border-left: 0.01rem solid #e5e5e5;
  display: flex;
  align-items: stretch;
}
.xj-con .tr:last-of-type {
  border-bottom: 0.01rem solid #e5e5e5;
}
.xj-con .td {
  border-right: 0.01rem solid #e5e5e5;
  line-height: 0.36rem;
  font-size: 0.18rem;
  font-weight: 500;
  color: #595959;
}
.xj-con .label {
  padding: 0.11rem 0.19rem;
  background: #f4f5fb;
  font-weight: 500;
  width: 1.5rem;
  text-align: center;
}
.xj-con .value {
  flex: 1;
  font-weight: 400;
  padding: 0.11rem 0.19rem;
}
.wzdt-title {
  margin: 0.3rem 0;
  font-size: 0.28rem;
  font-weight: 600;
  color: #0064d2;
  line-height: 0.28rem;
  text-align: center;
}
.wzdt-t {
  display: flex;
  border-bottom: 0.01rem #e5e5e5 solid;
}
.wzdt-t .nm {
  font-size: 0.18rem;
  font-weight: bold;
  color: #0064d2;
  line-height: 0.24rem;
  padding-bottom: 0.1rem;
  border-bottom: 0.02rem #0064d2 solid;
}
.wzdt-c {
  height: 0.78rem;
  background: #f4f5fb;
  display: flex;
  align-items: center;
  padding: 0 0.3rem;
  margin-bottom: 0.24rem;
}
.wzdt-c:last-child {
  margin-bottom: 0.1rem;
}
.dt-item {
  display: flex;
  align-items: center;
  margin-right: 0.12rem;
}
.dt-item .lip {
  width: 0.07rem;
  height: 0.07rem;
  background: #c7c7c7;
  margin-right: 0.16rem;
}
.dt-item .nm {
  font-size: 0.18rem;
  font-weight: 500;
  width: 1.4rem;
  color: #191919;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dt-item:hover .nm {
  color: #0064d2;
}
.jggk .gk-left {
  width: 2.8rem;
  float: left;
}
.jggk .gk-left .item .nm {
  height: 0.6rem;
  background: #f4f5fb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.35rem;
  font-size: 0.18rem;
  font-weight: 400;
  color: #191919;
  margin-bottom: 0.12rem;
}
.jggk .gk-left .item .nm::after {
  content: '';
  display: block;
  width: 0.12rem;
  height: 0.13rem;
  background: url(sj.png);
  background-size: 100% 100%;
}
.jggk .gk-left .item.cur .nm {
  background: #fff;
  box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.12);
  border: 0.01rem solid #0064d2;
  font-weight: 600;
  color: #0064d2;
  margin: 0;
}
.jggk .gk-left .item.cur .nm::after {
  width: 0.12rem;
  height: 0.12rem;
  background: url(sjc.png);
  background-size: 100%;
}
.jggk .gk-left .item.cur .sublist {
  display: block;
}
.jggk .gk-left .item.lgjj .nm {
  margin-bottom: 0.12rem;
}
.jggk .gk-left .item.lgjj.cur .nm::after {
  background: url(nochild-cur.png);
}
.jggk .gk-left .t {
  height: 0.72rem;
  display: flex;
  align-items: center;
  background: url(gk-left-title-bg.png) no-repeat top left;
  background-size: 100% 100%;
  color: #fff;
  padding: 0 0.35rem;
  font-size: 0.24rem;
  margin-bottom: 0.16rem;
}
.jggk .gk-left .t::before {
  content: '';
  display: block;
  width: 0.03rem;
  height: 0.24rem;
  margin-right: 0.14rem;
  background: #fff;
}
.jggk .gk-left .sublist {
  padding: 0.12rem 0.3rem;
  display: none;
}
.jggk .gk-left .subitem {
  display: block;
  font-size: 0.18rem;
  font-weight: 600;
  color: #191919;
  line-height: 0.48rem;
}
.jggk .gk-left .subitem:hover,
.jggk .gk-left .subitem.cur {
  color: #0064d2;
}
.jggk .txt-con {
  padding-top: 0.3rem;
}
.jggk .txt-con .txt-tit {
  font-size: 0.32rem;
  text-align: center;
  font-weight: 600;
  color: #191919;
  margin-bottom: 0.24rem;
}
.jggk .txt-con p {
  font-size: 0.16rem;
  font-weight: 400;
  color: #191919;
  line-height: 0.36rem;
}
.jggk .txt-con .fj-t {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  font-weight: 600;
  color: #f00;
  margin-bottom: 0.06rem;
}
.jggk .txt-con .fj {
  display: block;
  font-size: 0.16rem;
  line-height: 0.32rem;
  color: #0064d2;
}
.ld-con {
  padding-top: 0.2rem;
}
.ld-item {
  display: flex;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  border-bottom: 0.01rem #e5e5e5 solid;
}
.ld-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ld-item .ld-zp {
  width: 1.36rem;
  height: 1.72rem;
  margin-right: 0.3rem;
}
.ld-item .ld-nm {
  font-size: 0.24rem;
  line-height: 0.24rem;
  font-weight: 500;
  color: #191919;
  margin: 0.2rem 0;
}
.ld-item .ld-zw {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #191919;
  margin-bottom: 0.14rem;
  text-align: justify;
}
.ld-item .ld-zw .l {
  font-weight: 500;
}

a {
  cursor: pointer;
}
.f-mt20 {
  margin-top: 0.2rem;
}
.sy-zxyw {
  height: 1rem;
  margin-top: 0.2rem;
  background: #f4f5fb;
  border-radius: 0.04rem;
}
.sy-zxyw .icon {
  float: left;
  width: 0.6rem;
  height: 0.51rem;
  background: url(zxyw.png);
  background-size: 100%;
  margin-top: 0.25rem;
  margin-left: 0.77rem;
}
.sy-zxyw .tit {
  width: 12rem;
  float: left;
  text-align: center;
  line-height: 1rem;
  height: 1rem;
}
.sy-zxyw .lin {
  vertical-align: top;
  font-size: 0.36rem;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 90%;
}
.sy-zxyw .lin:hover {
  color: #0064d2;
}
.gieis {
  width: 7.5rem;
  height: 4.65rem;
  margin-right: 0.2rem;
  position: relative;
  border-radius: 0.06rem;
  overflow: hidden;
}
.gieis img,
.gieis .swiper-container,
.gieis .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.gieis .swiper-num {
  position: absolute;
  right: 0.16rem;
  bottom: 0.16rem;
  font-size: 0.16rem;
  color: #fff;
  z-index: 1;
}
.gieis .swiper-num .num {
  font-size: 0.24rem;
}
.gieis .swiper-num .total {
  opacity: 0.7;
}
.gieis a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.gieis .swiper-slide {
  position: relative;
}
.gieis .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.6rem;
  padding: 0 0.65rem 0 0.2rem;
  line-height: 0.6rem;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 0.18rem;
  font-weight: 400;
  color: #fff;
}
.gieis .bg-left {
  position: absolute;
  top: 42%;
  left: 0;
  width: 0.32rem;
  height: 0.6rem;
  background: rgba(255, 255, 255, 0.5) url(home-4.png) no-repeat center center / 0.16rem 0.16rem;
  z-index: 2;
  cursor: pointer;
}
.gieis .bg-left:hover {
  background-color: #0064d2;
}
.gieis .bg-right {
  position: absolute;
  top: 42%;
  right: 0;
  width: 0.32rem;
  height: 0.6rem;
  background: rgba(255, 255, 255, 0.5) url(home-4.png) no-repeat center center / 0.16rem 0.16rem;
  z-index: 2;
  cursor: pointer;
  transform: rotate(180deg);
}
.gieis .bg-right:hover {
  background-color: #0064d2;
}
.hf1 {
  display: block;
  height: 1.1rem;
  overflow: hidden;
}
.hf1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}
.hf1 img:hover {
  transform: scale(1.1);
}
.hf2 {
  float: left;
  width: 8.15rem;
  height: 1.1rem;
  background: url(hf2.png);
  background-size: 100%;
}
.hf2 .i {
  float: left;
  width: 4.13rem;
  height: 0.54rem;
  background: url(hf2i.png);
  background-size: 100%;
  margin-top: 0.28rem;
  margin-left: 0.78rem;
}
.hf2 .btn {
  display: block;
  float: left;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
  width: 1.18rem;
  background: rgba(53, 169, 255, 0.7);
  border-radius: 0.04rem;
  font-size: 0.14rem;
  font-weight: normal;
  color: #fff;
  margin-top: 0.39rem;
  margin-left: 0.2rem;
}
.hf2 .btn:hover {
  text-decoration: underline;
}
.hf3 {
  float: right;
  width: 5.1rem;
}
.home-list1 {
  font-size: 0.16rem;
}
.home-sec1 {
  width: 5.9rem;
}
.home-sec1 .home-list {
  height: 3.85rem;
  overflow: auto;
}
.tab1 {
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.18rem;
  border-bottom: 1px solid #dde8fe;
}
.tab1 .panel {
  position: relative;
  display: inline-block;
  padding: 0 0.2rem;
  margin-top: -0.02rem;
  font-weight: 500;
  font-size: 0.18rem;
  color: #444;
  border-bottom: 2px solid transparent;
}
.tab1 .panel::after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.1rem;
  width: 1px;
  height: 0.2rem;
  background-color: #e0e0e0;
  content: '';
}
.tab1 .panel:last-child::after {
  display: none;
}
.tab1 .panel.cur {
  color: #0064d2;
  border-bottom-color: #0064d2;
}
.home-sec1 .panel:first-child {
  padding-left: 0.44rem;
  background: url(home-icon1.png) no-repeat 0.1rem center / 0.24rem 0.24rem;
}
.home-list li {
  line-height: 0.4rem;
  margin-bottom: 0.03rem;
  padding-left: 0.06rem;
  padding-right: 0.1rem;
}
.home-list li:last-child {
  margin-bottom: 0;
}
.home-list li a {
  display: flex;
  font-size: 0.16rem;
}
.home-list li .time {
  flex-shrink: 0;
  margin-right: 0.12rem;
  color: #666;
}
.home-list li .text {
  color: #333;
}
.home-list li .text:hover {
  color: #0064d2;
}
.home-tab {
  position: relative;
}
.cm-more {
  position: absolute;
  right: 0;
  top: 0.18rem;
  line-height: 0.2rem;
  color: #666;
  font-size: 0.14rem;
}
.cm-more:hover {
  color: #0064d2;
}
.cm-news-list li {
  height: 0.4rem;
  line-height: 0.4rem;
  margin-bottom: 0.03rem;
  text-align: right;
  font-size: 0.16rem;
  color: #999;
  padding-left: 0.06rem;
  padding-right: 0.1rem;
}
.cm-news-list li a {
  float: left;
  max-width: 80%;
  color: #333;
  font-size: 0.16rem;
  padding-left: 0.21rem;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(home-list-bg.png) no-repeat left center / 0.12rem 0.12rem;
}
.cm-news-list li a:hover {
  color: #0064d2;
}
.home-sec2 .ct1 {
  width: 8.15rem;
}
.home-sec2 .ct1 .panel {
  padding-left: 0.54rem;
}
.home-sec2 .ct1 .panel:first-child {
  background: url(home-icon2.png) no-repeat 0.2rem center / 0.24rem 0.24rem;
}
.home-sec2 .ct1 .panel:nth-child(2) {
  background: url(home-icon3.png) no-repeat 0.2rem center / 0.24rem 0.24rem;
}
.home-sec2 .ct2 {
  width: 5.1rem;
}
.home-sec2 .ct2 .panel {
  padding-left: 0.54rem;
}
.home-sec2 .ct2 .panel:first-child {
  background: url(home-icon4.png) no-repeat 0.2rem center / 0.24rem 0.24rem;
}
.home-sec2 .ct2 .panel:nth-child(2) {
  background: url(home-icon5.png) no-repeat 0.2rem center / 0.24rem 0.25rem;
}
.home-sec2 .ct2 .home-list1 {
  margin-top: 0.09rem;
}
.home-sec2 .ct2 .home-list1 li {
  margin-bottom: 0.06rem;
  padding-left: 0.06rem;
  padding-right: 0.1rem;
}
.home-sec2 .ct2 .time {
  margin-top: 0;
}
.home-sec2 .ct2 a {
  align-items: center;
}
.home-sec2 .ct2 .text {
  line-height: 0.4rem;
}