* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: "microsoft yahei";
  font: normal 12px/180% \5FAE\8F6F\96C5\9ED1;
  color: #333;
  text-align: center;
  background: #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

input {
  border: 0;
  outline: none;
}

div {
  text-align: left;
  font: normal 14px/160% \5FAE\8F6F\96C5\9ED1;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  border: none;
}

ol,
ul,
li {
  list-style: none;
}

em {
  font-style: normal;
}

/*clear*/

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

/*other*/

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: left;
  font: normal 12px/200% Microsoft YaHei;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.m10 {
  margin: 10px auto;
}

.w1200 {
  width: 1400px;
  margin: 0 auto;
}

.list_14 li {
  background: url(images/dot.gif) no-repeat 0 12px;
  padding-left: 12px;
  font-size: 14px;
}

.list_12 li {
  background: url(images/dot.gif) no-repeat 0 8px;
  padding-left: 12px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.gray,
.gray a:link,
.gray a:visited,
.gray a:hover {
  color: #666;
}

.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

img {
  border: 0;
  max-width: 100%;
}

.content {
  width: 100%;
  margin: 0 auto;
}

.m-content {
  background-color: #fff;
  width: 100%;
  margin: 0px auto 30px;
  padding: 40px;
}
.txt-elise {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.txt-2ellipsis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}

/* æ¾¶æ’®å„´å¯®â‚¬æ¿®ï¿? */
.header-con {
  height: 750px;
  background: url(../images/header_bg.jpg) center no-repeat;
  position: relative;
  text-align: center;
}

.header-con .top-logo24 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.header-con .top-logo24 .gohome {
  display: block;
  padding: 12px 32px;
  font-size: 20px;
  color: #fff;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.2);
}

.header-con .top-logo24 img {
  max-width: 100%;
}
.header-con .top-txt {
  margin-top: 120px;
}
.header-con .top-txt img {
  display: block;
  margin: 0 auto;
}

.introductionPart {
  margin-top: 40px;
  padding: 40px 67px;
  font-size: 18px;
  line-height: 32px;
  text-indent: 2em;
  background: #f3fbff;
  box-shadow: 0px 10px 20px 0px rgba(157, 204, 252, 0.4);
}

.partContent {
  margin-bottom: 80px;
}
.partContent .part-title {
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  text-align: center;
  position: relative;
}
.partContent .part-title a {
  display: block;
  height: 112px;
  margin-bottom: 50px;
}

/* .partContent .part-title::after {
  position: absolute;
  content: "";
  width: 74px;
  height: 5px;
  background: #027bf8;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
} */
.partContent .part-title em {
  font-weight: bold;
  color: #0665dd;
}

.workProgress {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.workProgress .boxL {
  width: 800px;
}
.workProgress .boxR {
  width: 550px;
}

.single-item .sli-qybox img {
  width: 800px;
  height: 580px;
}
.single-item .sli-qy {
  position: absolute;
  height: 70px;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  color: #fff;
  background: rgba(191, 0, 10, 0.9);
}
.single-item .sli-qy a {
  padding: 0 20px;
  color: #fff;
  width: 85%;
  line-height: 70px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
}

.single-item .slick-dots {
  bottom: 25px;
  width: auto;
  right: 18px;
  position: absolute;
}
.single-item .slick-dots li button {
  font-size: 0;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  padding: 0;
  transition: all 0.3s ease;
}
.single-item .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 4px;
}
.single-item .slick-dots .slick-active button {
  width: 16px;
  height: 16px;
  background: orange;
}
/* .single-item .slick-prev {
  width: 44px;
  height: 44px;
  left: 2px;
  transform: rotate(180deg);
  background: url(../images/hover.png) center center no-repeat;
}
.single-item .slick-prev:hover {
  transform: rotate(0deg);
  background: url(../images/hoveron.png) center center no-repeat;
}
.single-item .slick-next {
  right: 2px;
  width: 44px;
  height: 44px;
  background: url(../images/hover.png) center center no-repeat;
}
.single-item .slick-next:hover {
  transform: rotate(180deg);
  background: url(../images/hoveron.png) center center no-repeat;
} */

.govHeader-txt {
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}
.govHeader-txt a {
  display: block;
  font-weight: bold;
  font-size: 30px;
  color: #000;
  line-height: 30px;
  margin-bottom: 20px;
}
.govHeader-txt a:hover {
  color: #016ad5;
}
.govHeader-txt p {
  height: 95px;
  font-size: 20px;
  color: #333;
  line-height: 33px;
  margin-bottom: 20px;
  overflow: hidden;
}
.govHeader-txt .times {
  font-size: 16px;
  color: #999;
}

.govlist {
  width: 100%;
}
.govlist li {
  list-style: none;
  line-height: 20px;
  margin-top: 30px;
  font-size: 20px;
  font-family: "Microsoft YaHei", arial;
  white-space: nowrap;
  overflow: hidden;
}
.govlist li a {
  text-decoration: none;
  color: #0d1c28;
  float: left;
  width: calc(100% - 100px);
  display: block;
  position: relative;
  transition: all 0.3s;
}

/* .govlist li a::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #bfbfbf;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
} */
.govlist li span {
  float: right;
  font-size: 16px;
  text-align: right;
  /* width: 80px; */
  color: #999999;
}
.govlist li:hover a,
.govlist li:hover span {
  color: #016ad5;
}
.govlist li a:hover {
  transform: translateX(5px);
}
.govlist li:hover a::before {
  background-color: #016ad5;
}

.partContent .more {
  text-align: right;
  margin-bottom: 10px;
}
.partContent .more a {
  display: block;
  font-size: 16px;
  color: #999;
  line-height: 36px;
  transition: all 0.3s ease;
}
.partContent .more a:hover {
  transform: translateX(5px);
}

.govPolicy {
  margin-bottom: 40px;
  padding: 15px;
  background: #e5f2ff;
}
.govPolicy a {
  float: left;
  box-sizing: border-box;
  display: flex;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3 - 30px);
  height: 100px;
  margin: 15px;
  padding: 0 16px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(137, 186, 244, 0.4);
  transition: all 0.3s ease;
}
.govPolicy a:hover {
  color: #016ad5;
  transform: translateY(-5px);
}

.interpret-items {
  padding-left: 30px;
  margin-top: 72px;
}
.interpret-items a {
  display: block;
  width: 358px;
  height: 233px;
  position: relative;
}
.interpret-items a img {
  width: 358px;
  height: 233px;
}
.interpret-items a span {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  padding: 10px 20px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.interpret-items .slick-prev {
  width: 19px;
  height: 40px;
  left: 2px;
  background: url(../images/ico_arrow-l.png) center center no-repeat;
}
.interpret-items .slick-next {
  right: 2px;
  width: 19px;
  height: 40px;
  background: url(../images/ico_arrow-r.png) center center no-repeat;
}

.zcjd-list {
  padding: 0 20px;
}
.news_list4 {
  box-sizing: border-box;
  padding: 18px 50px;
  margin-top: 34px;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(157, 204, 252, 0.4);
  overflow: hidden;
}
.news_list4 li {
  padding: 10px 0;
  overflow: hidden;
}
.news_list4 li a {
  display: block;
  padding-left: 20px;
  width: 100%;
  font-size: 18px;
  color: #333;
  transition: all 0.3s ease;
  position: relative;
}
.news_list4 li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #bfbfbf;
}
.news_list4 li a:hover {
  transform: translateX(5px);
}

.bgTile {
  background: url(../images//ico_bg_x.jpg) left 113px repeat-x;
}
#jrms {
  padding: 8px 15px;
}
#lnms {
  background: rgba(100, 184, 246, 0.5);
  padding: 8px 15px;
  font-size: 16px;
  background-image: linear-gradient(to top, #5cb7fb, #016bb9);
  border-radius: 31px;
  line-height: 34px;
  margin-top: 3px;
  box-shadow: 0 0 1px #ffffff;
}

.file-box {
  display: flex;
  justify-content: space-between;
}
.file-box .items {
  width: 660px;
}

.items-tops {
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ddd;
}

.items-tops .list-pic {
  width: 220px;
  height: 160px;
  flex: none;
  margin-right: 30px;
}
.items-tops .list-pic a {
  display: block;
  width: 220px;
  height: 160px;
  overflow: hidden;
}
.items-tops .list-pic a img {
  width:220px;
  height:160px;
  transition: all.3s ease-in-out;
}
.items-tops .list-pic a:hover img {
  scale: 1.2;
}
.items-tops .list-info {
  width: 410px;
}

.items-tops .list-info h2 {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  line-height: 1;
  margin-bottom: 20px;
}
.items-tops .list-info h2 a {
  display: block;
}
.items-tops .list-info h2 a:hover {
  color: #016ad5;
}
.items-tops .list-info p {
  font-size: 20px;
  color: #333;
  line-height: 33px;
  margin-bottom: 20px;
}
.items-tops .list-info .times {
  font-size: 16px;
  color: #999;
}

@media screen and (max-width: 850px) {
  .w1200 {
    width: 95%;
    margin: 0 auto;
  }
  .header-con {
    height: auto;
    background-size: cover;
  }
  .header-con img {
    width: 90%;
    margin: 0 auto;
  }
  .header-con .top-txt {
    margin-top: 60px;
  }
  .smalltitle {
    font-size: 24px;
  }
  .workProgress {
    margin-top: 0;
    flex-direction: column;
  }
  .workProgress .boxL,
  .workProgress .boxR {
    width: 100%;
  }
  .workProgress .boxL {
    margin-bottom: 20px;
  }
  .single-item .sli-qybox img {
    width: 100%;
    height: 30vh;
  }
  .single-item .sli-qy {
    height: 45px;
  }
  .single-item .sli-qy a {
    line-height: 45px;
  }
  .single-item .slick-dots {
    bottom: 15px;
  }
  .file-box {
    flex-direction: column;
  }
  .file-box .items {
    width: 100%;
    margin-bottom: 20px;
  }
  .items-tops {
    flex-direction: column;
  }
  .items-tops .list-info,
  .items-tops .list-pic {
    width: 100%;
  }
  .items-tops .list-pic {
    height: auto;
    margin-bottom: 20px;
  }
  .items-tops .list-pic a {
    width: 100%;
    height: auto;
  }
  .items-tops .list-pic a img {
    width: 100%;
height:auto;
  }
  .header-con .top-logo24 {
    flex-direction: column;
  }
  .partContent .part-title a {
    height: auto;
    margin: 20px auto;
    overflow: hidden;
  }
  .partContent .part-title img {
    scale: 1.5;
  }
  .oldyy-btn {
    right: unset;
    top: 120px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header-con .top-logo24 .gohome {
    visibility: hidden;
  }
  #jrms {
    position: unset;
  }
  .govHeader-txt a,
  .items-tops .list-info h2 a {
    font-size: 26px;
  }
}
