* {
  -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/180% \5FAE\8F6F\96C5\9ED1;
}

a,
a:link,
a:visited {
  color: #333;
  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: 1200px;
  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: 390px;
  background: url(../images/header_bg.jpg) center top no-repeat;
  position: relative;
  text-align: center;
}

.header-con .top-logo24 {
  margin-top: 6px;
  margin-bottom: 27px;
}
.header-con .top-logo24 img {
  max-width: 100%;
}
.header-con .top-txt {
  margin-top: 110px;
}
.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-color: #f3faff;
  /* box-shadow: 0px 0px 10px 0px rgba(218,218,218,0.4); */
}

.partContent {
  margin-top: 40px;
}
.partContent .part-title {
  height: 55px;
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  text-align: center;
  background: url(../images/title_01.png) center no-repeat;
  position: relative;
}
.partContent .part-title h2 {
  font-size: 42px;
  font-weight: bold;
  /* background: linear-gradient(to right, #416fdf, #0268b5);
  background-clip: text; */
  color: #0268b5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.partContent .part-title em {
  font-weight: bold;
  color: #0665dd;
}
.partContent .part-title a {
  display: block;
  float: right;
  font-size: 14px;
  color: #0268b6;
}

.partContent .part-title-01 {
  height: 71px;
  text-align: right;
  padding: 0 20px;
  line-height: 71px;
  background: url(../images/title_02_bg.jpg) center no-repeat;
  position: relative;
}
.partContent .part-title-01 h2 {
  font-size: 42px;
  font-weight: bold;
  /* background: linear-gradient(to right, #416fdf, #0268b5);
  background-clip: text;
  color: transparent; */
  color: #0268b5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.partContent .part-title-01 a {
  font-size: 14px;
  color: #0268b6;
}

.workProgress {
  height: 540px;
  margin-top: 40px;
  padding: 30px 0;
  display: flex;
  justify-content: flex-start;
  background: url(../images/news_bg.png) right center no-repeat;
}
.workProgress .boxL {
  float: left;
  width: 660px;
  padding-top: 20px;
}
.workProgress .boxR {
  float: left;
  margin-left: 24px;
  width: 484px;
}

.workProgress .boxR .more {
  display: block;
  float: right;
  margin-top: 18px;
  width: 110px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(to right, #df3640, #0574c5);
  transition: all 0.3s;
}
.workProgress .boxR .more:hover {
  transform: translateX(5px);
}

.single-item .sli-qybox img {
  width: 660px;
  height: 425px;
}
.single-item .sli-qy {
  position: absolute;
  height: 70px;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.65);
}
.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: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  padding: 0;
}
.single-item .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 4px;
}
.single-item .slick-dots .slick-active button {
  width: 12px;
  height: 12px;
  background: #0665dd;
}
.single-item .slick-prev {
  width: 44px;
  height: 44px;
  left: 2px;
  opacity: 0;
  background: url(../images/index_btn02.png) center center no-repeat;
  transition: all 0.3s ease;
}
.single-item .slick-prev:hover {
  background: url(../images/index_btn02.png) center center no-repeat;
}
.single-item .slick-next {
  right: 2px;
  width: 44px;
  height: 44px;
  opacity: 0;
  background: url(../images/index_btn01.png) center center no-repeat;
  transition: all 0.3s ease;
}
.single-item .slick-next:hover {
  background: url(../images/index_btn01.png) center center no-repeat;
}

.single-item:hover .slick-prev,
.single-item:hover .slick-next {
  opacity: 1;
}

.govHeader-txt {
  margin-bottom: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.govHeader-txt a {
  height: 60px;
  overflow: hidden;
  font-weight: bold;
  font-size: 22px;
  color: #000;
  line-height: 30px;
  margin-bottom: 15px;
}
.govHeader-txt a:hover {
  color: #016ad5;
}
.govHeader-txt p {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}

.govlist {
  width: 100%;
}
.govlist li {
  margin-top: 12px;
  font-family: "Microsoft YaHei", arial;
  white-space: nowrap;
  overflow: hidden;
}
.govlist li a {
  text-decoration: none;
  font-size: 16px;
  color: #333;
  float: left;
  width: 100%;
  padding: 10px 15px;
  display: block;
  position: relative;
  background: url(../images/li_bg_45.png) left center no-repeat;
}
/* .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: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;
}
.govPolicy dl {
  display: flex;
}
.govPolicy dt {
  display: flex;
  align-items: center;
  width: 90px;
  padding: 0 30px;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 36px;
  background: #72aaec;
  border-radius: 20px 0px 0px 20px;
}
.govPolicy dd {
  width: calc(100% - 90px);
  padding: 20px 0;
  background: #e5f2ff;
  border-radius: 0px 20px 20px 0px;
}
.govPolicy dd 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 dd a:hover {
  color: #016ad5;
  transform: translateY(-5px);
}

.interpret-items {
  padding-left: 30px;
}
.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;
}

.news_list4 {
  float: left;
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
  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;
  border-radius: 50%;
  background: #cee7f9;
}
.news_list4 li a:hover {
  color: #016ad5;
  transform: translateX(5px);
}

.learning-content {
  margin: 30px auto;
}

.footer {
  background-color: #fff;
  border-top: 10px solid #5a96db;
  padding: 25px 0;
  text-align: center;
}
.footer p {
  text-align: center;
  color: #666;
  line-height: 30px;
}

/* 适配 */

@media screen and (max-width: 850px) {
  .w1200 {
    width: 95%;
    margin: 0 auto;
  }
  .header-con {
    height: auto;
  }
  .header-con img {
    width: 90%;
    margin: 0 auto;
  }
  .smalltitle {
    font-size: 24px;
  }
}
