.glwqsp {
  width: 1152px;
  margin: 0 auto;
  font-size: 16px;
  font-family: Microsoft YaHei;
  padding: 30px 0;
  
}
.glwqsp .title {
  letter-spacing: 3px;
  margin: 0px 0 35px 15px;
  font-size: 14px;
}
.glwqsp .content {
  overflow: hidden;
}
.glwqsp .content .left {
  width: 240px;
  height: 100vh;
  float: left;
  background: #e7f3ee;
  text-align: center;
  font-size: 18px;
  margin-right: 52px;
}
.glwqsp .content .left .top {
  height: 56px;
  background: #30604e;
  line-height: 56px;
  color: #ffff;
  border-bottom: 8px solid #9c8267;
  box-sizing: content-box;
}
.glwqsp .content .left .column {
  margin: 0 20px;
  height: 80px;
  border-bottom: 1px solid #99cccc;
  line-height: 105px;
}
.glwqsp .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;
}
.glwqsp .content .right {
  float: left;
  width: 860px;
}
.glwqsp .content .right .main {
  font-weight: bold;
  color: #30604e;
  font-size: 24px;
  padding: 12px 10px;
  border-bottom: 3px solid #9c8267;
}
.glwqsp .content .right .right-content {
  width: 100%;
  padding-top: 38px;
  overflow: hidden;
}
.glwqsp .content .right .right-content .viedo {
  width: 240px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  margin-right: 69px;
  margin-bottom: 30px;
  float: left;
  cursor: pointer;
}
.glwqsp .columnMobile{
    display: none;
}
.glwqsp .content .right .right-content .viedo img {
  width: 100%;
  height: 153px;
  margin-bottom: 10px;
}
.glwqsp .content .right .right-content .viedo:nth-child(3n) {
  margin-right: 0px;
}
.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;
}
