@charset "utf-8"; /* 背景图 */ .back div { padding-bottom: 130px; } /* 内容区 */ .con { width: 100%; background: #fff; padding: 0 0 80px; } .con div.title { width: 100%; margin: 100px 0; } .con div.title p { color: #115e6e; font-size: 30px; text-shadow: 0px 0px 5px #333333; line-height: 40px; } .con .parHd { width: 430px; } .con .parHd h2 { width: 90%; height: 80px; background: #115e6e; border-radius: 30px 30px 0 0; color: #fff; font-size: 24px; line-height: 80px; font-weight: normal; padding: 0 5%; } .con .parHd ul { width: 80%-2px; border: 1px solid #115e6e; } .con .parHd ul li a { height: 50px; display: block; color: #115E6E; font-size: 20px; line-height: 50px; } .con .parHd ul li{ padding:0 10%; } .con .parHd ul li.on { color: #ffffff; background: #f6fbff; border-left: 5px solid #F3AC03; } .con .parHd ul li.on a{ color: #115e6e; } .con .parBd { width: 900px; padding: 0 35px; } .con .parBd ul{ min-height:300px; padding-left: 40px; } .con .parBd ul li a{ width: 760px; display: block; font-size: 18px; color: #115e6e; /* text-indent: 40px; */ line-height: 40px; } .con .parBd ul li a:hover{ color:#04c6fc; } .con .parBd ul li span{ display: block; width: 100px; font-size: 16px; line-height: 40px; color: #115e6e; text-align: right; } .con .parBd h2{ width:100%; font-size:30px; line-height:40px; margin-bottom:30px; text-align:center; color:#115e6e; } .con .parBd h3{ width:100%; font-size:30px; line-height:40px; margin-bottom:30px; text-align: left; color:#115e6e; padding-left: 40px; } .con .parBd p { color: #115e6e; font-size: 20px; line-height: 35px; margin-bottom: 10px; word-wrap: break-word; word-break:normal; } .con .parBd p img{ margin: 30px auto 10px; }