.wrapper-content{
  width: 1600px;
  margin: 30px  auto 0;
}
.wrapper-contents {
  width: 1600px;
  margin: 30px  auto 0;
  display: flex;
}

.wrapper-header {
  width: 1600px;
}
.logo {
  margin-left: 7px;
}

/*左边*/
.showMobile{
  display: none;
}
.showPc{
  display: block;
}
.wrapper-content1,.wrapper-content2,.wrapper-content3,.wrapper-content1-left-content{
  display: flex;
  justify-content: space-between;
}
.wrapper-content2,.wrapper-content3{
  margin-top: 58px;
}
.wrapper-contents-left{
  background: #fff;
  /*width:1270px;*/
  padding: 40px 24px 40px 36px;
}

.gtjnw2023_flex_l{width: 300px;}
.gtjnw2023_left_menu_xl li{
    margin-bottom: 9px;
  }
  .gtjnw2023_left_menu_xl li a {
    font-size: 20px;
    padding: 16.5px 15px 16.5px 30px;
  }

.gtjnw2023_flex_r{width: calc(100% - 322px);}
.wrapper-content1-left,.wrapper-content-left,.wrapper-content-right {
  position: relative;
  width: 48.5%;
}

.wrapper-content-title {
  font-size: 24px;
  color: #0962be;
  font-weight: 600;
  height: 49px;
  background: url(../image/gtj2023_title-underline.png) no-repeat;
  background-position: 0px 46px;
  padding-top: 2px;
  border-bottom: 1px solid #c5c8cb;
}
.wrapper-content-title a {
  color: #0962be;
}
.wrapper-content-title .more{
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #646464;
  margin-top: 20px;
  float: right;
  margin-right: 20px;
}
.wrapper-content1-title {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
}
.wrapper-content1-title a {
  color: #000;
}
.wrapper-content1-left-img {
  padding-top: 20px;
  float: left;
  width: 194px;
  height: 276px;
  margin-right: 24px;
}
.wrapper-content1-left-img img{
  width: 100%;
  height: 100%;
}
.wrapper-content1-left-explain{
  padding-top: 18px;
  float: left;
}
.wrapper-content1-left-explain-content {
  padding-top: 10px;
  text-indent:2em;
  width: 326px;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}
.wrapper-content-left-list {
  margin-top: 16px;
}
.wrapper-content-left-list li {
  height: 38px;
  line-height: 38px;
  padding-left: 18px;
}
.wrapper-content-left-list li a p {
  font-size: 16px;
  color: #000;
}
.wrapper-content-left-list li:nth-child(odd){
  background: #E9F2FD
}
.wrapper-content-right-list {
  margin-top: 16px;
}
.wrapper-content-right-list li {
  height: 38px;
  line-height: 38px;
  padding-left: 18px;
}
.wrapper-content-right-list li a p {
  font-size: 16px;
  color: #000;
}
.wrapper-content-right-list li:nth-child(odd){
  background: #E9F2FD
}
/*右边*/
.wrapper-contents-right{
  width: 353px;
  height: 855px;
  margin-left: 13px;
  background: #fff;
  padding: 8px 33px 96px;
  box-shadow: 0px 5px 7px 0px rgba(240,240,240,0.75);
}
.wrapper-list-right-menu-title{
  height: 66px;
}
.wrapper-list-right-menu ul li {
  height: 82px;
  border-color: #c5c8cb;
  line-height: 82px;
  cursor: pointer;
  border-radius: 2px;
  margin-bottom: 20px;
}
.wrapper-list-right-menu ul li {
  height: 84px;
  border:1px solid #c5c8cb;
  line-height: 78px;
  cursor: pointer;
  border-radius: 2px;
  margin-bottom: 20px;
}
.wrapper-list-right-menu ul li.active{
  background: #0962BE;
  color:#fff;
}
.wrapper-list-right-menu ul li.active .des-btn,.wrapper-list-right-menu ul li.active a {
  color:#fff;
}
.wrapper-list-right-menu ul li a {
  padding: 0 16px;
  display: flex;
  color: #000;
}

.wrapper-list-right-menu ul li a p {
  height: 28px;
}
.wrapper-list-right-menu ul li img {
  width: 64px;
  height: 64px;
  margin-top: 10px;
  margin-left: 20px;
}

.wrapper-list-right-menu ul li .des-title {
  line-height: 60px;
  width: 140px;
  text-align: right;
  letter-spacing: 2px;
  font-size: 26px;
}

.wrapper-list-right-menu ul li .des-btn {
  display: inline-block;
  width: 76px;
  text-align: right;
  font-size: 50px;
  color: #0962BE;
  margin-top: -6px;
}
.wrapper-list-right-menu ul li a .min-des{
  margin-top: 12px;
  width: 134px;
}
.wrapper-list-right-menu ul li a .min-des span{
  display: inline-block;
  width: 48px;
}
