.glhdlbjz {
  width: 1152px;
  margin: 0 auto;
  font-size: 14px;
  font-family: Microsoft YaHei;
  padding: 30px;
}
.glhdlbjz .title {
  letter-spacing: 3px;
  margin: 0px 0 35px 15px;
  font-size: 14px;
}
.glhdlbjz .content {
  overflow: hidden;
}
.glhdlbjz .content .left {
  width: 240px;
  height: 100vh;
  float: left;
  background: #e7f3ee;
  text-align: center;
  font-size: 18px;
  margin-right: 52px;
}
.glhdlbjz .content .left .top {
  height: 56px;
  background: #30604e;
  line-height: 56px;
  color: #ffff;
  border-bottom: 8px solid #9c8267;
  box-sizing: content-box;
}
.glhdlbjz .content .left .column {
  margin: 0 20px;
  height: 80px;
  border-bottom: 1px solid #99cccc;
  line-height: 105px;
}
.glhdlbjz .content .left .active {
  font-weight: bold;
  color: #30604e;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: 10%;
  background-position: 162px 45px;
}
.glhdlbjz .content .right {
  float: left;
  width: 860px;
}
.glhdlbjz .content .right .main {
  font-weight: bold;
  color: #30604e;
  font-size: 24px;
  padding: 12px 10px;
  border-bottom: 3px solid #9c8267;
}
.glhdlbjz .content .right .list {
  width: 860px;
  height: 69px;
  background: #ffffff;
  border-bottom: 1px solid #dbdbdb;
  /* display: flex; */
  padding: 0 35px;
  padding-top: 20px;
  margin-top: 24px;
}
.glhdlbjz .content .right .list img {
  width: 160px;
  height: 101px;
  margin-right: 40px;
}
.glhdlbjz .content .right .list .card {
  width: 600px;
  display: flex;
    justify-content: space-between;
}
.glhdlbjz .content .right .list .card .jz-title{
  width: 400px;
}
.glhdlbjz .content .right .list .card .zj-little-sign{
  width: 180px;
}
.glhdlbjz .content .right .list .card .zj-little-count{
  width: 110px;
text-align: right;
}

.glhdlbjz .columnMobile{
    display: none;
}
.gl-footer {
  text-align: center;
  height: 72px;
  background: #30604e;
  width: 100%;
  border-top: 8px solid #9c8267;
  box-sizing: content-box;
  line-height: 72px;
  color: #ffffff;
}
.gl-header {
  width: 100%;
  height: 320px;
  background-color: #30604e;
  padding-top: 90px;
  position: relative;
}
.gl-header .line {
  display: flex;
  justify-content: space-between;
  width: 1152px;
  margin: 0 auto;
}
.gl-header .search {
  display: flex;
  align-items: center;
}
.gl-header .search input {
  width: 400px;
  height: 40px;
  background: #ffffff;
  text-indent: 10px;
  margin-right: 17px;
}
.gl-header .search button {
  width: 112px;
  height: 40px;
  background: #9c8267;
  border: none;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 2px;
}
.gl-header .logo {
  width: 364px;
  height: 53px;
}
.gl-header .logo img {
  width: 100%;
  height: 100%;
}
.gl-header .head-column {
  height: 72px;
  background: #000000;
  opacity: 0.5;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 18px;
  font-family: Adobe Kaiti Std;
  font-weight: normal;
  color: #ffffff;
  line-height: 72px;
}
.gl-header .head-column .box {
  display: flex;
  width: 1150px;
  justify-content: space-around;
  margin: 0 auto;
}
.gl-header .head-column .text {
  display: flex;
  align-items: center;
}
.gl-header .head-column .text img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.zycx-content1 {
  width: 860px;
  height: 38rem;
  background: #FFFFFF;
  opacity: 0.88;
  position: absolute;
  top: 8%;

}

.zycx-content1 .bg-zycx-content1 {
  position: absolute;
  width: 100%;
  height: 27.75rem;
  background: url(../images/zicx_main.png) no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.zycx-content1 .zycx-content1-left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 35.8125rem;
  height: 27.75rem;
  text-align: center;
}

.zycx-content1 .zycx-content1-left .left-content {
  margin-top: 3.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zycx-content1 .zycx-content1-left .form-item {
  width: 21.75rem;
  height: 1.875rem;
  line-height: 1.625rem;
  background: #EAF5F1;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 1.125rem;
}

.zycx-content1 .zycx-content1-left .form-submit {
  margin: 0 auto;
  margin-top: 2.25rem;
  width: 7rem;
  height: 2rem;
  background: #38AAAA;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.zycx-content1 .zycx-content1-left .form-submit {
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}

.zycx-content1 .zycx-content1-left .form-item span {
  text-align: center;
  font-size: 0.875rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  width: 5.75rem;
  border-right: 1px solid #9C8267;
  display: inline-block;
  height: 1.25rem;
  line-height: 1.25rem;
}

.zycx-content1 .zycx-content1-border {
  position: absolute;
  right: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  border: 1px solid #9C8267;
  width: 1px;
  height: 16.9375rem;
}

.zycx-content1 .zycx-content1-left .form-item input {
  padding: 0 0.625rem;
}

.zycx-content1 .zycx-content1-right .icon {
  width: 7rem;
  height: 5.9375rem;
  margin-right: 4.625rem;
}

.zycx-content1 .zycx-content1-right .icon:last-child {
  margin: 0;
}

.zycx-content1 .zycx-content1-right .right-content {
  margin: 0 auto;
  margin-top: 4.625rem;
  text-align: center;
}

.zycx-content1 .zycx-content1-right .right-content .icon-dv {
  display: inline-block;
  width: 7rem;
  margin-right: 1.125rem;
}

.zycx-content1 .zycx-content1-right .right-content .icon-dv:last-child {
  margin: 0;
}

.zycx-content1 .zycx-content1-right .right-content p {
  font-size: 0.875rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  top: -1.875rem;
}

.zycx-content1 .zycx-content1-right {
  position: absolute;
  right: -14rem;
  top: 0%;
}

.zycx-content1 .title {
  text-align: center;
  font-size: 1.5rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #38AAAA;
  margin-top: 4.625rem;
}
