@charset "utf-8";
@import url(reset.css);
@import url(header.css);
@import url(footer.css);


.title{width: 260px;height: 71px;background:url("index_icon03.png")no-repeat center;margin: 0 auto 34px;background-size: cover;}
.title span{display:block;width:100%;height:100%;text-align: center;line-height: 71px;font-size: 34px;font-weight: bold;color:#ffffff;}

.ztzlBox {overflow: hidden;padding:20px;border-radius:10px;box-shadow:0px 0px 30px rgba(0,22,80,0.2);min-height: calc(100vh - 726px);margin: 30px auto;}
.ztzlBox ul li{float: left;width:303px;height: auto;overflow: hidden;background:#f5f5f5;padding:10px;box-sizing:border-box;margin:0px 36px 30px 0px;position:relative;}
.ztzlBox ul li a{ display: block;width: 100%;height:100%;overflow: hidden;}
.ztzlBox ul li a img{width: 100%;height: 185px;overflow: hidden;transition: transform 0.7s ease-out 0s;-moz-transition: transform 0.7s ease-out 0s;-webkit-transform:transform 0.7s ease-out 0s;}
.ztzlBox ul li img:hover{transform:scale(1.05);transition: transform 0.7s ease-out 0s; -moz-transition: transform 0.7s ease-out 0s;-webkit-transform:transform 0.7s ease-out 0s;}
.ztzlBox ul li .gd-time {color: #ffffff;position: absolute;top: 0;left: 0;font-size: 16px;text-align: center;width: 100%;height:30px;background: rgba(0, 0, 0, .3);z-index: 88;}
.ztzlBox ul li a div{width:100%;height:40px;font-size:18px;line-height:40px;text-align:center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

