@charset "utf-8"; /* 背景图 */ .back div { padding-bottom: 172px; } /* 内容区 */ .con { width: 100%; background: #fff; padding: 180px 0 140px; } .con .conList { width: 400px; float: left; box-shadow: 10px 10px 30px #aaaaaa; border-radius: 30px 30px 0 0; margin-right: 100px; } .con .conList:last-child { margin-right: 0; } .con div.last { margin-right: 0; } .con .conList h2 { width: 300px; height: 90px; background: #115e6e; border-radius: 30px 30px 0 0; color: #fff; font-size: 32px; line-height: 45px; text-align: center; padding: 34px 50px; word-wrap: break-word; word-break:normal; } .con .conList ul { width: 298px; height: 500px; padding: 20px 50px 40px; border: 1px solid #115e6e; } .con .conList ul li { width: 100%; border-bottom: 1px solid #e7e7e7; } .con .conList ul li a { display: block; width: 100%; /* height: 60px; */ line-height: 60px; text-align: center; color: #095566; font-size: 20px; word-wrap: break-word; word-break:normal; } .con .conList ul li:hover a { color: #630808; }