@charset "utf-8";
/* CSS Document */

.jxjy {
  width: 100%;
  margin: 1em 0;
}
.jxjyBox {
    /*width: 70%;*/
width:1330px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top:1em;
}
.jxjyBox .notice:nth-child(1) {
  width:40%;
}
.jxjyBox .notice:nth-child(2) {
	width:57%;
}
.onlineSearch {
  width: 100%;
}
.function {
  margin-top: 4%;
}
.function img {
  width: 49%;
  height: auto;
  object-fit: fill;
 /* margin: 0.1em;*/
 box-shadow: 1px 1.732px 10px 0px rgba(68, 129, 235, 0.1);
border-radius: 4px;


}
.function img:hover {
  box-shadow: 1px 1.732px 12px 0px rgba(68, 129, 235, 0.2);
}


@media  (max-width: 1366px) {
  .jxjyBox {
    width: 85%;
  }

}
@media  (max-width: 1024px) {
  .jxjyBox {
    width: 90%;
  }

}
@media  (max-width: 768px) {
.function img {
width:49%;
}
}

@media  (max-width: 480px) {
.jxjy{
margin:0em 0;
}
.jxjyBox {
    width: 95%;
    margin-top: 0;
  }
.jxjyBox .notice:nth-child(1) {
    width:30%;
}
.jxjyBox .notice:nth-child(2) {
    width:67%;
}
.dataListHead{
   height:2em !important;
}
.function img {
width:99%;
}
  .dynamicData ul > li {
    margin: 20px 0;
}
}
@media(max-width:414px){
.dynamicData ul > li {
    margin: 11px 0;
}
}