body{
  background: #EDF6FD;
}
.head{
  width: 100%;
  height: 40px;
  background: rgba(243, 243, 243, 1);
}
.header-con{
  width: 100%;
}
.header-con img{
  width: 100%;
}
.con-box{
  width: 1200px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  /* border: 1px solid rgba(184, 208, 243, 1); */
  border-radius: 6px;
  padding: 40px;
}
.con-box .hf{
  display: block;
  width: 100%;
  margin: 0 auto 50px;
}
.partContent{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.workProgress{
  width: 625px;
}
.newslist{
  width: 456px;
}

.sli-qybox img{
  width: 625px;
  height: 338px;
}

.sli-qy{
  margin: 20px 0 10px;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}

.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;
  transform: translateY(-50px);
}
.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;
  transform: translateY(-50px);
}
.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;
}

.single-item .slick-dots {
  margin: 0 auto;
}
.single-item .slick-dots li button {
  font-size: 0;
  width: 8px;
  height: 8px;
  background-color: #ccc;
  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: 8px;
  height: 8px;
  background: #0665dd;
}

.govlist li{
  margin-top: 20px;
}
.govlist li a{
  display: flex;
  align-items: flex-start;
  width: 625px;
  height: 143px;
  background: rgba(249, 249, 249, 1);
  padding: 20px;
  font-size: 18px;
  line-height: 27px;
}
.govlist li a img{
  margin-top: 6px;
  width: 16px;
}

.more{
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
}
.more a{
  display: block;
  width: 76px;
  height: 44px;
  background: #ECF2FC;
  color: #0665dd;
  text-align: center;
  line-height: 44px;
}

.newslist .list{
  height: calc(100% - 64px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.newslist .list li{
  height: 74px;
  border-bottom: 1px solid #E5E5E5;
}

.newslist .list a{
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  line-height: 27px;
}

.newslist .list a img{
  width: 6px;
  margin: 10px 10px 0 0;
}

.footer{
  margin-top: 500px;
  width: 100%;
  height: 151px;
  background: #3078DB;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
}

.footer p{
  margin: 0 20px;
}

