
/* CSS Document */
a{color: inherit;}
/*工程案例*/
.content .c_right .caselist{ margin-bottom:25px; height:210px;}
.content .c_right .newimg{ position: relative; height:165px; }
.content .c_right .newimg img { width: 100%; height:100% }
.content .c_right .case_bt { color: #3b3b3b; font-size: 15px; padding-top:15px; text-align:center; }
.content .c_right .newimg a span{ display:none; text-align:center; font-size:13px; position:absolute; bottom:0; left:0; color:#fff; width:100%; z-index:99999; height:30px; line-height:30px; background:#0a4ea1;}
.content .c_right .newimg a:hover{ display:block; cursor:pointer; border:#0a4ea1 1px solid; height:165px;}
.content .c_right .newimg a:hover span{ display:block; }



@media screen and (max-width: 768px) {
/*工程案例*/
.content .c_right .caselist{ margin-bottom:25px; height:310px;}
.content .c_right .newimg{ position: relative; height:242px; }
.content .c_right .newimg a:hover{ height:242px;}
}

/*公司动态*/


@media screen and (max-width: 600px) {
.content .c_right .newimg{ position: relative; height:252px; }
.content .c_right .newimg a:hover{ height:252px;}

}