html,
body {
  width: 100%;
  min-height: 100%;
  min-width: 1330px;
  font-size: 14px;
  background-color: #FFFFFF;

  font-family: "microsoft yahei", arial, "思源黑体","Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS";
}

::-webkit-scrollbar {/*滚动条整体样式*/
  width: 6px;     /*高宽分别对应横竖滚动条的尺寸*/
  height: 8px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: #c7c7c7;
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: #EDEDED;
}

.wrap {
  width: 1330px;
  max-width: 1330px;
  margin: 0 auto;
}

.zy_list_title{
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin: 40px 0;
  position: relative;
}

.zy_list_title::before{
  content:'';
  display:inline-block;
  width:50px;
  height:2px;
  background:#0452a1;
  margin:5px;
}
.zy_list_title::after{
  content:'';
  display:inline-block;
  width:50px;
  height:2px;
  background:#0452a1;
  margin:5px;
}










.zy_screen_list{
  width: 100%;
  position: relative;
}
.zy_screen_tags{
  width: 100%;
  height: 140px;
  overflow: hidden;
}
.clearFix:after{
  content: '';
  display: block;
  clear: both;
}
.zy_screen_btn{
  text-align: center;
  margin-top: -2px;
}
.zy_screen_btn span{
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #f3f3f3;
  cursor: pointer;
}
.zy_screen_item{
  width: 100%;
}

.zy_screen_tag_label{
  width: 114px;
  padding: 15px;
  text-align: right;
  background-color: #f3f3f3;
  float: left;
  font-weight: bold;
  border: 1px solid #f3f3f3;
}

.zy_screen_tag_list{
  margin-left: 145px;
  padding: 10px;
  border: 1px solid #f3f3f3;
}

.zy_screen_tag_item{
  display: inline-block;
  padding: 5px 8px;
  color: #000;
  font-size: 14px;
  margin: 0px 0px 0px 5px;
  color: #666;
  transition: all 0.3s;
  cursor: pointer;
  color: #0052a4;
}

.zy_screen_tag_item.select{
  background-color: #0052a4;
  border-radius: 5px;
  color: #FFFFFF;
}

.zy_screen_tag_item:hover{
  background-color: #0052a4;
  border-radius: 5px;
  color: #FFFFFF;
}

.zy_screen_search{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  border: 1px solid #e2e2e2;
}
.zy_screen_search_input{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  padding:5px 10px;
  width: calc(100% - 80px);
}
.zy_screen_search_btn{
  text-align: center;
  background-image: linear-gradient(to bottom, #005cb7,#0076da);
  width: 80px;
  padding: 11px 0;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 2px;
}
.zy_screen_search_input input {
  background-color: #FFFFFF;
  width: 100%;
  line-height: 1.8;
  padding: 0 5px;
}
.zy_list_tips{
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #e2e2e2;
}
.zy_list_tips .dot{
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fd8030;
  border-radius: 100px;
}

.zy_list_tips span label{
  font-size: 16px;
  color: red;
  font-weight: bold;
  margin: 0 5px;
}

.page_list{
  padding-top: 20px;
}
.page_paging{
  text-align: center;
}
.page_paging .layui-laypage-curr{
  margin: 0 2.5px;
}
.page_paging .layui-laypage-spr{
  margin: 0 2.5px;
  border: none;
  padding: 0;
}
.page_paging .layui-laypage .layui-laypage-curr .layui-laypage-em{
  background-color: #0d70f5;
}
.page_paging .layui-laypage a:hover{
  color: #0d70f5;
}
.page_paging .layui-laypage a{
margin: 0 2.5px;
}


.gj_icon{
  position: relative;
}
.gj_icon::before{
  content: "⁜";
  color: rgb(25, 73, 150);
  margin-right: 5px;
}

.xq_icon{
  position: relative;
}
.xq_icon::before{
  content: "⁜";
  color: #0b69d3;
  margin-right: 5px;
}