.img_box{width:100%;overflow:hidden;margin-top:12px;}
.img_box>div{width:410px;height:300px;box-sizing:border-box;padding:10px;background:rgba(255,255,255,1);border:1px solid rgba(239,239,239,1);border-radius:5px;float:left;margin-bottom:20px;cursor:pointer;}
.img_box>div a{ text-decoration:none}
.img_box>div:hover{border-color:#00A0E9 !important; color:#00A0E9}
.img_box>div p:hover{color:#00A0E9}
.img_box>div:nth-child(2n-1){margin-right:30px;}
.img_box>div img{width:100%;height:250px;display:block;}
.img_box>div p{text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-family:Microsoft YaHei;font-weight:bold;color:rgba(51,51,51,1);height:16px;line-height:16px;margin-top:10px;}
.img_zsbox{width:100%;height:100%;background:rgba(0,0,0,.5);position:fixed;top:0;left:0;display:none;box-sizing:border-box;padding-top:50px;z-index:99999999999999999;}
.img_zsbox img{width:1280px;height:720px;display:block;margin:auto;}