/* 基础 */
body{
background: #e8f3ef !important;
}
  .content {
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
  margin-top: 30px;
  max-width:1700px;
  }
.gjjy_nav ul li.on {
  background-size: auto !important;
}
  .oap_lm_lb {
    width: 100%;
  }

.lb_lm{
  font-size: 22px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
}
.lb_lm span{
  border-bottom: 5px solid #006e6b;
  padding-bottom: 6px;
}
.lb_list ul {
  margin-top: 30px;
  display: flex
;
  flex-direction: row;
  flex-wrap: wrap;
}
  .lb_list ul li {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 23%;
  }
  .lb_list ul li:nth-child(4n) {
    margin-right: 0px;
  }

  .lb_list ul li:last-child {
    border-bottom: none;
  }
.lb_title {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  text-align: center;
}


/* 分页 */
  .page_jump {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
.page_ym span{
  display: none !important;
}

.page_ym a,.page_ym font{
  font-size: 16px !important;
  border: 1px solid #cfdce5;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
}
.NormalRed {
  color: #fff !important;
  font-size: 16px;
  background: #126347;
}

.pre{
  cursor: pointer;
  font-size: 16px !important;
  border: 1px solid #cfdce5;
  display: inline-block;
  width: 70px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  margin-right: 10px;
}
.next {
  cursor: pointer;
  font-size: 16px !important;
  border: 1px solid #cfdce5;
  display: inline-block;
  width: 70px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  margin-left: 10px;
}
.page_last a {
  font-size: 16px !important;
  border: 1px solid #cfdce5;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  margin-left: 10px;
}
  .page_jumpTo {
    font-size: 16px;
    margin: 0 10px;
  }

  .page_jumpTo input {
    cursor: pointer;
    font-size: 16px !important;
    border: 1px solid #cfdce5;
    display: inline-block;
    width: 70px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    margin: 0 10px;
  }
.page_detail {
  cursor: pointer;
  font-size: 16px !important;
  border: 1px solid #cfdce5;
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
}
.gjjy_header {height: 130px !important;}
/*.sousuo {
  overflow: hidden;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
  position: relative;
  padding-block: 5px;
  background-color: #3c5328;
}
.sousuo .ss_text {
  width: 210px;
  height: 30px;
  margin-left: 7.975rem;
  padding-left: 20px;
  float: left;
  border-radius: 20px;
  font-size: 12px;
  color: #525252;
}
.sousuo .ss_btn {
  background: url(/eportal/uiFramework/commonResource/image/2024121709363559958.png) no-repeat center;
  background-size: 0.35rem;
  width: 0.8rem;
  height: 30px;
  border: 0;
  float: left;
  margin-top: 0;
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
  position: absolute;
  cursor: pointer;
}*/
.oap_detail img {
max-width: 1000px !important;
}
/* 1440适配 */
@media screen and (max-width: 1441px) {
  .content {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 40px;
    background: #fff;
    margin-top: 30px;
    box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  .navgationDiv{display:none;}
  .gjjy_header{display:none;}
  .content{width:96%;padding:20px;}
   body {min-width: 100%;}
  .easysite-paddingrl{padding-left:0!important;padding-right:0!important;}

}