@charset "utf-8";
/* CSS Document */

/*  列表页 */
.case01{ width:100%; float:left; overflow:hidden;}
.case01 dl{ width:46%; margin:1% 1% 60px 1%; float:left; overflow:hidden; display:flex; background:#f7f8f9; padding:30px; box-sizing:border-box; box-shadow:0 0 15px #d5d5d5;}
.case01 dl:nth-child(2n+1){ margin-right:4%}
.case01 dl h6{ width:300px;}
.case01 dl h6 img{ width:100%}
.case01 dl ul{ flex:1; margin-right:30px}
.case01 dl dt{ width:100%; float:left; overflow:hidden; line-height:30px; height:30px; margin-bottom:10px}
.case01 dl dt a{ font-size:19px; color:#333}
.case01 dl dt a:hover{ color:#053584; text-decoration:underline}
.case01 dl dt a mark{ padding:0 2px}
.case01 dl dd{ width:100%; float:left; overflow:hidden; line-height:20px; font-size:16px; color:#aaa; margin-bottom:30px}
.case01 dl h5{ width:100%; float:left; overflow:hidden; line-height:26px; font-weight:normal; font-size:14px; color:#888}
.case01 dl:hover{box-sizing:border-box; box-shadow:0 0 15px rgba(5,53,132,.4);}



/******** 手机版 ********/
@media (max-width:767px){
	
.case01 dl{ width:97%; margin-bottom:20px; padding-bottom:20px;   margin:1% 1.5% 20px 1.5%;box-shadow:0 0 10px #d5d5d5; }
.case01 dl:nth-child(2n+1){ margin-right:1%}
.case01 dl h6{ width:40%; }

.case01 dl ul{ flex:1; margin-right:10px}
.case01 dl dt{  line-height:20px; height:20px; margin-bottom:5px}
.case01 dl dt a{ font-size:17px; }


.case01 dl dd{line-height:20px; font-size:12px; margin-bottom:5px; color:#c5c5c5}
.case01 dl h5{line-height:18px; font-weight:normal; font-size:12px; }

	
	
}