/* 标题 */
.ma_bt {
  margin-top: 80px;
  position: relative;
}
.ma_bt a img {
 
    width: 65px;
    position: absolute;
    right: -7px;
    top: 20px;

}

/* 第一行 工作动态 */
.gz_lis {
  margin-top: 25px;
}
.gz_lis .fl {
  width: 691px;
}
.gz_lis .fl li:nth-child(1) {
  width: 690px;
  height: 388px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.gz_lis .fl li:nth-child(1) img {
  width: 690px;
  height: 388px;
  transition: all 1s;
}
.gz_lis .fl li:nth-child(2) {
  width: 334px;
  height: 186px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.gz_lis .fl li:nth-child(2),
.gz_lis .fl li:nth-child(3) {
  float: left;
  margin-right: 23px;
  margin-top: 23px;
}
.gz_lis .fl li:nth-child(2) img {
  width: 334px;
  height: 186px;
  transition: all 1s;
}
.gz_lis .fl li:nth-child(3) {
  width: 334px;
  height: 186px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.gz_lis .fl li:nth-child(3) img {
  width: 334px;
  height: 186px;
  transition: all 1s;
}
.gz_lis .fl li:nth-child(3) {
  margin-right: 0px;
}
.gz_lis .fl li img:hover {
  transform: scale(1.1);
}
.txt {
  width: 100%;
  height: 48px;
  background: rgb(0 0 0 / 50%);
  border-radius: 10px;
  position: absolute;
  bottom: 0;
}
.txt a {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 48px;
  padding-left: 20px;
}
/* 右 */
.gz_lis .fr {
  width: 467px;
  /* background-color: teal; */
}
.gz_lis .fr li {
  height: 65px;
  border-bottom: 1px solid #d3d7dc;
}
.gz_lis .fr li:last-of-type {
  border-bottom: 1px solid #d3d7dc;
}
.gz_lis .fr li span {
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 1px solid #2e3033;
  border-radius: 50px;
  margin-top: 20px;
}
.gz_lis .fr li a {
  font-size: 18px;
  font-weight: 500;
  color: #2e3033;
  line-height: 65px;
  padding-left: 10px;
}
.gz_lis .fr li:hover a {
  color: #2452b0;
}
.gz_lis .fr li:hover span {
  border: 1px solid #2452b0;
}
/* 第一行 工作动态 */

/* 第二行  政策文件 */
.zc_lis {
  margin-top: 40px;
}
.zc_lis_fl {
  width: 380px;
}
.zc_lis_fl img {
  height: 217px;
}
.zc_fl_wz {
  margin-top: 34px;
}
.zc_fl_wz a {
  font-size: 20px;
  font-weight: 400;
  color: #2e3033;
  line-height: 32px;
}
.zc_fl_wz a:hover {
  color: #0b56a1;
}
.zc_fl_wz p {
  font-size: 16px;
  font-weight: 400;
  color: #969797;
  line-height: 28px;
  margin-top: 10px;
}
.zc_lis_fr {
  width: 787px;
}
.zc_lis_fr li {
  width: 375px;
  height: 116px;
  border-bottom: 1px solid #d3d7dc;
  float: left;
  margin-bottom: 30px;
  margin-right: 25px;
}
.zc_lis_fr li:nth-child(even) {
  margin-right: 0px;
}
.zc_lis_fr li a {
  font-size: 20px;
  font-weight: 400;
  color: #2e3033;
  line-height: 32px;
}
.zc_lis_fr li a:hover {
  color: #0b56a1;
}
.zc_lis_fr li p {
  font-size: 16px;
  font-weight: 400;
  color: #969797;
  line-height: 28px;
  margin-top: 5px;
}
/* 第二行  政策文件 */
/* 第三行 产业赛道 */
.cy_lis {
  margin-top: 25px;
  height: 380px;
}
.cy_lis .list_1 > li {
  width: 399px;
  height: 54px;
  background-color: #1492ff;
  float: left;
  border-right: 1px solid #fff;
}
.cy_lis .list_1 > li:nth-child(2) {
  background-color: #1fbbee;
}
.cy_lis .list_1 > li:last-of-type {
  background-color: #32cdc0;
  border-right: 0px solid #fff;
}
.cy_lis .list_1 > li h1 {
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  line-height: 54px;
  text-align: center;
}
.sd_list {
  border: 1px solid #d3d7dc;
  border-top: 0px solid #d3d7dc;
}
.cy_lis .list_1 > li:nth-child(2) .sd_list {
  border-left: 0px solid #d3d7dc;
  border-right: 0px solid #d3d7dc;
}
.sd_list li {
  height: 53px;
  border-bottom: 1px solid #d3d7dc;
  text-align: center;
}
.sd_list li:last-of-type {
  border-bottom: 0px solid #d3d7dc;
}
.sd_list li a {
  font-size: 20px;
  font-weight: 400;
  color: #2e3033;
  line-height: 53px;
}
.cy_lis .list_1 > li:nth-child(1) .sd_list li a:hover {
  color: #1492ff;
}
.cy_lis .list_1 > li:nth-child(2) .sd_list li a:hover {
  color: #1fbbee;
}
.cy_lis .list_1 > li:nth-child(3) .sd_list li a:hover {
  color: #32cdc0;
}
.cysd .more {
  width: 240px;
  height: 42px;
  background: #1492ff;
  text-align: center;
  margin: 30px auto;
}
.cysd .more a {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 38px;
}
/* 第三行 产业赛道 */
/* 第四行 经验交流 */
.jyjl {
  width: 100%;
  height: 900px;
  background: url(/statics/jian_gov/yhgc/images/jyjl-bg.png) no-repeat 10px 350px;
  background-size: 100% 100%;
}
.jy_lis {
  margin: 40px auto;
}
.jl_list {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.jl_list li {
  position: relative;
  width: 600px;
  height: 142px;
  float: left;
  margin-bottom: 44px;
}
.li_s {
  width: 560px;
  height: 142px;
  background: url(/statics/jian_gov/yhgc/images/jljy-2.png) no-repeat 18px 0px;
  background-size: 100% 100%;
}
.jl_list li:nth-last-child(1)::before,
.jl_list li:nth-last-child(2)::before {
  content: "";
  position: absolute;
  height: 142px;
  left: 0;
  top: 0;
  width: 1px;
  background: #d3d7dc;
}
.jl_list li:before {
  content: "";
  position: absolute;
  height: 200%;
  left: 0;
  top: 0;
  width: 1px;
  background: #d3d7dc;
}
.jl_list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #2452b0;
}
.jy_lis .jl_list li:nth-child(even) .li_s {
  float: right;
}
.jy_lis .jl_list li:nth-child(even):before,.jy_lis .jl_list li:nth-child(even):after{
 
  margin-left: 35px;
}
.jy_lis .jl_list .li_s .li_ss{
  padding: 30px 15px 20px 38px;
}
.jy_lis .jl_list li .li_s .li_ss a {
  font-size: 20px;
  font-weight: 400;
  color: #0b56a1;
  line-height: 32px;
}
.jy_lis .jl_list li .li_s .li_ss p {
  font-size: 16px;
  font-weight: 400;
  color: #969797;
  line-height: 28px;
}
.jy_lis .jl_list li .li_s .li_ss p > a {
  color: #0b56a1;
  font-size: 16px;
  font-weight: 400;
}
/* 第四行 经验交流 */
