body {margin:0 auto; font-size:16px; font-family: "宋体" "微软雅黑"; color:#000;}
*{margin:0 auto;padding:0;list-style-type:none;border: 0;/*letter-spacing:0.5px*/ }
a {text-decoration:none; color:#4a4a4a;border:0;font-size: 18px;}
img{border:0;}
a:hover {text-decoration:none; overflow:hidden;/* color:#ff0700;*/}
ul{ margin:0px auto; padding:0px; list-style-type:none;}
/*li{ width:95%; line-height:33px; padding-left:28px; background: url(../images/fangkuai.jpg) no-repeat 10px 19px;}*/


.ms{width: 100%;min-width: 1380px;min-height:700px;background: url(http://www.huaian.gov.cn/images/ztzl/2023nb/index_bj.jpg) no-repeat top center;padding-top:30px;padding-bottom: 40px;}

.banner{width: 1280px;height:280px; margin: 0 auto;position: relative;}
.gh {width: 1280px;height:113px;margin: 0 auto;}

.tit01 {-webkit-animation:zoomIn 0.5s 0.5s ease-out both;animation:zoomIn 0.5s 0.5s ease-out both;opacity: 1;position: absolute;top:0px;width: 1280px;height:280px;}

.one{width: 1280px;height: 120px;background:url(http://www.huaian.gov.cn/images/ztzl/2023nb/con_2022_bj.png) no-repeat top center;margin-top: 125px;}
.one .one_1{width: 495px;height: 43px;margin-top: 40px;text-align: center;}
.one .one_1 a{font-weight: bold;line-height: 43px;font-size:26px;}
.one .one_1 a:hover{text-decoration:underline;color: #355e92;}
.one .z{float: left;background:url(http://www.huaian.gov.cn/images/ztzl/2023nb/cio_1.png) no-repeat top center;margin-left: 80px;}
.one .y{float: right;background:url(http://www.huaian.gov.cn/images/ztzl/2023nb/cio_1.png) no-repeat top center;margin-right: 80px;}

.biaoti{width: 1280px;height:170px;margin: 0 auto;background:url(http://www.huaian.gov.cn/images/ztzl/2023nb/cio_3.png) no-repeat top center;margin-top:80px;}
.biaoti {text-align: center;padding-top: 50px;}
.biaoti span{width: 450px;height: 50px;font-size: 0px;display: block;}
.biaoti p{width: 150px;height: 30px;font-size: 0px;display: block;margin-top: 20px;}

.con{width: 1280px;min-height:300px;background: #fff;border-radius: 10px;border: #006bfd 2px solid ;margin-top: 50px;padding-bottom: 40px;}
.con .biaot{width: 1280px;height: 59px;background: url(http://www.huaian.gov.cn/images/ztzl/2023nb/con2_t.png) no-repeat top center;margin-top: 50px;text-align: center;}
.con .biaot p{font-weight: bold;line-height: 43px;font-size:30px;color: #006bfd;line-height: 59px;}

.con ul {padding: 0 29px;overflow: hidden;}
.con ul  .custom-btn:nth-child(5n) {margin-right: 0;}

/*.con ul li {width: 228px;height: 57px;background-color: #f2f2f2;float: left;margin-top:50px;
border-radius: 5px;}

.con ul li:last-child {margin-bottom: 43px;}
.con ul li{}*/
/*.con ul li:nth-of-type(odd) {box-shadow: 0px 3px #bbccfd;}
.con ul li:nth-of-type(even) {box-shadow: 0px 3px #ffe7bc;}*/
/*.con ul li a {font-size: 18px;width: 228px;height: 57px;line-height: 57px;
    color: #333333;text-align: center;display: block;box-shadow: 0px 3px #bbccfd;}
.con ul li a:hover {color: #006bfd;font-weight: bold;box-shadow: 0px 3px #a8bdf9;background: #e9e5e5;border-radius: 5px;}
*/
 .custom-btn {overflow: hidden;
    width:228px;
    height: 57px;
    color: #333333;
    border-radius: 5px;
    margin-top:40px;
    margin-right: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    text-align: center;
    line-height:57px;
    font-size:18px ;
    background-color: #f2f2f2;
    box-shadow: 0px 3px #bbccfd;
    margin-bottom: 5px;
  }
 .custom-btn a{
    display: block;
  }
      /* 6 */ 

  .btn-6 {
   /* background: linear-gradient(0deg,#f6ca99,#f2f2f2);z-index: 1;}*/
    background: #f2f2f2);z-index: 1;}

  .btn-6:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(0deg,#f2f2f2,#60a3ff);
    border-radius: 5px;
    transition: all 0.3s ease;
  }

  .btn-6:hover a{
    color: #355e92;
    font-weight: bold;
    
  }

  .btn-6:hover:after {
    left: 0;
    width: 100%;
  }




@-webkit-keyframes ani_top_2 {
  0% {
    -webkit-transform: translate3d(0, 0.9523809523809523rem, 0);
            transform: translate3d(0, 0.9523809523809523rem, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes ani_top_2 {
  0% {
    -webkit-transform: translate3d(0, 0.9523809523809523rem, 0);
            transform: translate3d(0, 0.9523809523809523rem, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}






/*list*/
.listk h1{
    width: 96%;
    height: 100px;
    line-height: 100px;
    font-size: 26px;
    color: #333333;
    font-family: "微软雅黑";
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #ededed;
    margin: 0 auto;
}
.listk {
	width: 1200px;
	min-height: 400px;
	font-size:14px;
	color:#555;
	margin-bottom: 20px;
	padding-bottom:20px;
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
	/*padding-top: 30px;*/
	padding-right: 20px;
	padding-left: 20px;
	background: #fff;
}
.con_bj{background:url(http://www.huaian.gov.cn/images/ztzl/2023nb/con_2022_bj.png) no-repeat top center;width: 1280px;min-height: 400px;padding-right: 40px;
	padding-left: 40px;padding-top: 10px;margin-top: 125px;}
.listk table{border: 1px solid #333;margin: 0 auto;}
.listk  td{
    border: 0.5px solid #333;     /*padding: 0cm 5.4pt 0cm 5.4pt;*/  border-width:1px; border-style:solid;padding: 10px 8px !important;
}
.nr-bt { width:96%; height:100px; line-height:100px; font-size:26px; color:#333333; font-weight:bold; text-align: center; border-bottom:1px solid #ededed; margin:0 auto;}
.top01m{min-width: 1380px;}
.top01m .topjz{width: 1230px !important;}
.top01m .topjz .right{width: 930px !important;}


/*----------------------------footer----------------------------------------*/
.footer-wrap{width: 100%; background-color: #e8e8e8;  padding-bottom:30px;padding-top: 20px;border-top: 12px solid #355e92 !important;}
.footer{width: 1200px; margin: 0 auto;}
.footer .link2 {position: relative;/* border-top: 1px solid #c2c3c5; */}
.footer .link2 p{text-align: center; line-height: 36px; padding-top: 20px;}
.footer .link2 .mk1{position:absolute; left: 5px; top: 20px;}
.footer .link2 .mk2{position:absolute; left: 123px; top: 26px;}
.footer .link2 .mk3{position:absolute; right:80px; top: 32px;}
.footer .link2 .mk4{position:absolute; right:5px; top: 20px;}

