* {
  -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: url(../images/bg_main.jpg) #fff center top no-repeat;
  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: auto;
  /* background: url(../images/xt_top_bg.png) center no-repeat; */
  text-align: center;
}

.header-con .top-logo24 {
  margin-top: 20px;
  margin-bottom: 44px;
  display: flex;
  justify-content: space-between;
}
.header-con .top-logo24 img {
  max-width: 100%;
}

.header-con .backHome-top {
  width: 120px;
  height: 56px;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.24) 57%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 8px;
  line-height: 56px;
  text-align: center;
  color: #fff;
}

.header-con .top-txt {
  margin-bottom: 47px;
}
.header-con .top-txt img {
  display: block;
  margin: 0 auto;
}

.introductionPart {
  margin-bottom: 80px;
  padding: 73px 73px 0 50px;
  text-indent: 2em;
  height: 225px;
  background: url(../images/toutiao_bg.png) no-repeat;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 40px;
  text-align: left;
  /* box-shadow: 0px 0px 10px 0px rgba(218,218,218,0.4); */
}

.partContent {
  margin-bottom: 140px;
  clear: both;
}
.partContent .part-title {
  margin-bottom: 30px;
  width: 100%;
  height: 80px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.partContent .part-title img {
  position: absolute;
  left: 0;
  top: 0;
}
.partContent .part-title a {
  overflow: hidden;
}

.workProgress {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.workProgress .boxL {
  width: 620px;
}
.workProgress .boxR {
  width: 546px;
}

.single-item .sli-qybox img {
  width: 620px;
  height: 348px;
}
.single-item .sli-qy {
  position: absolute;
  height: 70px;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  color: #fff;
  background: url(../images/slick_text-bg1.png) bottom repeat-x;
}
.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;
  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 solid #e3f3ff;
}
.govHeader-txt a {
  height: 60px;
  overflow: hidden;
  font-weight: 400;
  font-size: 22px;
  color: #07070d;
  line-height: 30px;
  margin-bottom: 15px;
}
.govHeader-txt a:hover {
  color: #016ad5;
}
.govHeader-txt p {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  padding: 0 15px;
}

.govlist {
  width: 100%;
}
.govlist li {
  list-style: none;
  line-height: 20px;
  margin-top: 20px;
  font-size: 18px;
  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;
  padding-left: 20px;
  position: relative;
}
.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 {
  box-sizing: border-box;
  overflow: hidden;
}
.news_list4 li {
  margin-bottom: 20px;
  padding: 20px 30px;
  width: calc(50% - 10px);
  float: left;
  background: #ffffff;
  border-radius: 4px;
  transition: all 0.3s ease-out;
  position: relative;
}
.news_list4 li:nth-child(2n) {
  float: right;
}
.news_list4 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: #0073cc;
  border-radius: 4px;
}
.news_list4 li a {
  display: block;
  margin-bottom: 13px;
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  color: #000;
  transition: all 0.3s ease;
  position: relative;
}

.news_list4 li a:hover {
  color: #1264c5;
  transform: translateX(5px);
}
.news_list4 li p {
  font-size: 16px;
  line-height: 21px;
  color: #999;
}

.part7 {
  margin-bottom: 44px;
}

.part8 {
  height: 480px;
  margin-bottom: 0;
  padding-top: 80px;
  background: url(../images/sector_bg_08.png) center top no-repeat;
}

.city-list li {
  float: left;
  width: 285px;
  height: 90px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: url(../images/ico_city_xc_bg.png) no-repeat;
  transition: all 0.3s ease;
}
.city-list li:nth-child(4n) {
  margin-right: 0;
}
.city-list li:hover {
  background: url(../images/ico_city_xc_bg_hover.png) no-repeat;
}
.city-list li a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  line-height: 26px;
  text-shadow: 0px 1px 5px rgba(28, 74, 118, 0.4);
}

.footer {
  height: auto;
  margin-top: 0;
}
.footer a {
  color: #fff;
}

.wb-wx-links a {
  color: #fff;
}

#jrms {
    background:unset;
    font-size:20px;
    box-shadow:unset;
    position:unset;
    padding:0 10px;
}

.oldyy-btn{
    background: url(/yiyang/2019web/other/img/oldf1_03.png) no-repeat;
    right: 50%;
    transform: translateX(600px);
}

/* ���� */

@media screen and (max-width: 850px) {
  .w1200 {
    width: 95%;
    margin: 0 auto;
  }
  .header-con {
    height: auto;
  }
  .header-con img {
    width: 70%;
    margin: 0 auto;
  }
  .smalltitle {
    font-size: 24px;
  }

  .introductionPart {
    font-size: 18px;
    line-height: 36px;
    margin: 20px auto;
    background: #0273c7;
    height: auto;
    border-radius: 8px;
    padding: 20px;
    text-align: justify;
    margin-bottom: 10px;
  }
  .news_list4 li {
    width: 100%;
    padding: 10px 20px;
    /* border: 1px solid #ddd; */
    background: linear-gradient(0deg, #ffffff, #dce9f9);
    box-shadow: 0 0 10px #bee0f8;
  }
  .news_list4 li a {
    white-space: normal;
    font-size: 18px;
  }
  .news_list4 li p {
    color: #999;
    text-align: right;
  }
  .partContent .part-title {
    flex-direction: column;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .partContent .part-title a {
    margin: 10px auto;
    padding: 5px 10px;
    font-size: 16px;
  }

  .partContent .part-title img {
    position: unset;
    scale: 2.3;
  }
  .part8 {
    height: auto;
    padding-bottom: 35px;
    padding-top: 0;
  }
  .city-list ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .city-list li {
    width: calc(50% - 5px);
    margin: 0;
    border-radius: 5px;
  }
.oldyy-btn{right: unset;top: 200px;left: 50%;transform: translate(-50%, -50%);}
.header-con .top-logo24{margin-bottom:10px;}
  .header-con .top-txt{
    margin-bottom: 75px;
}
  .part7{
    margin-bottom: 10px;
}
}

