body {
  background-color: #fff !important;
}

.zcjdzl-banner {
  width: 100%;
}

.zcjdzl-banner img {
  width: 100%;
}

.zcjdzl-main1 {
  overflow: hidden;
  padding-top: 40px;
}

.zcjdzl-main1 .fl {
  width: 790px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.zcjdzl-tit1 {
  overflow: hidden;
  margin-bottom: 10px;
}

.zcjdzl-tit1 h3 {
  float: left;
  font-size: 26px;
  color: #1973c3;
  font-weight: bold;
  padding-right: 25px;
  background: url(./zcjd_wzjd.png) no-repeat right center;
}

.zcjdzl-tit1 a {
  float: right;
  line-height: 30px;
  height: 30px;
  font-size: 16px;
  color: #666666;
}

.zcjdzl-tit1 a:hover {
  color: #0077CA;
  font-size: 17px;
}

.zcjdzl-list1 {
  /* width: 380px; */
  width: 100%;
  margin-bottom: 40px;
}

.zcjdzl-list1 li {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #cccccc;
}

.zcjdzl-list1 li a {
  display: block;
  padding-left: 20px;
  line-height: 50px;
  background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web1827/site/images/44226/listicon1.png) no-repeat left center;
  background-position: 3px center;
  background-repeat: no-repeat;
  color: #333333;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1;
}

.zcjdzl-list1 li a:hover {
  color: #0077CA;
}

.zcjdzl-list1 li span {
  height: 50px;
  line-height: 50px;
  color: #666666;
  font-size: 16px;
  float: right;
}



.zcjdzl-main1 .fr ul li {
  margin-bottom: 20px;
  overflow: hidden;
}

.zcjdzl-main1 .fr ul li img {
  border-radius: 8px;
}

.zcjdzl-main1 .fr ul li:hover {
  transform: scale(0.98);
}


.zcjdzl-list2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.zcjdzl-list2 ul li {
  border-bottom: 1px solid #cccccc;
  width: 580px;
  padding: 20px 0;
}

.zcjdzl-list2 ul li a {
  display: flex;
  align-items: center;
}

.zcjdzl-list2 ul li a p {
  margin: 0;
}

.zcjdzl-list2 ul li .time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}

.zcjdzl-list2 ul li .more {
  width: 36px;
  height: 40px;
  background-image: url(./zcjd_arrow_off.jpg);
  background-position-y: center;
  background-repeat: no-repeat;
  float: right;
  margin-right: 10px;
}

.zcjdzl-list2 ul li a:hover .more {
  background-image: url(./zcjd_arrow_on.jpg);
}

.zcjdzl-list2 ul li a:hover p,
.zcjdzl-list2 ul li a:hover b {
  color: #0077CA;
}

.time b {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

.time p {
  color: #666666;
  line-height: 1;
  font-size: 16px;
}

.zcjdzl-list2 ul li a>p {
  flex: 1;
  overflow: hidden;
  line-height: 40px;
  height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 10px;
  font-size: 16px;
  color: #333333;
}

.zcjdzl-main3 .w1200>img {
  margin: 40px 0;
}

.zcjdzl-main3 .zcjdzl-tit1 {
  margin-bottom: 30px;
}

.zcjdzl-list3 {}

.zcjdzl-list3::after {
  clear: both;
  content: "";
  display: block;
}

.zcjdzl-list3 ul li {}

.zcjdzl-list3 ul li {
  float: left;
  margin: 0 0 39px 30px;
  width: 380px;

}

.zcjdzl-list3 ul li:nth-child(3n+1) {
  margin-left: 0;
}

.zcjdzl-list3 ul a {
  display: block;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.zcjdzl-list3 ul a .imgbox {
  width: 100%;
  height: 214px;
  overflow: hidden;
}

.zcjdzl-list3 ul a .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zcjdzl-list3 ul a:hover .imgbox img {
  transform: scale(1.05);
}

.zcjdzl-list3 ul a p {
  line-height: 50px;
  font-size: 16px;
  color: #333;
  padding: 0 17px;
  background-color: #fff;

  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
}

.zcjdzl-list3 ul a:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.zcjdzl-list3 ul a:hover p {
  color: #3d7bc6;

}