/* list-case.css */
.banner, .banner ul, .banner ul li { height:200px; }
.banner li a { margin-left: -750px; }

.list { width: 680px; }
.aside { width: 180px; }
.main { padding: 20px 0; background: #fff; }
/* case-cls */
.case-cls { height: 120px; margin-left:-10px; }
.case-cls li { position: relative; float: left; width: 90px; height: 90px; margin-left: 10px; background: #f2f2f2; text-align: center; font-size: 14px; }
.case-cls li i { display: block; width: 90px; height: 60px; line-height: 60px; text-align: center; font-size: 50px; }
.case-cls .now { background: #ff6b8b; }
.case-cls .now a { color: #fff; }
.case-cls .now:before { content: ''; position: absolute; left: 50%; bottom: -16px; width: 0; height: 0; margin-left: -8px; border-style: solid; border-width: 8px; border-color:#ff6b8b transparent transparent transparent; }

/* list */
.list ul { overflow: visible; }
.list li { padding: 15px; margin-bottom:-1px; border: 1px solid #e6e6e6; overflow: hidden; transition: all .2s linear .2s; }
.list li:hover { box-shadow: 0 0 10px rgba(0,0,0,.2); transition: all .2s linear .2s; }
.list li .pic { height: 170px; padding-right: 10px; overflow: hidden; }
.list li .pic img { height: 170px; }
.list li .txt { color: #999; line-height: 2; }
.list li .txt h4 { font-size: 15px; }
.list li .txt .intro { height: 96px; overflow: hidden; }
.list li .txt .ft { overflow: hidden; }

.hot h2 { font-size: 14px; border-bottom: 1px solid #ddd; }
.hot h2 em { display: inline-block; padding:5px 10px; margin-bottom: -1px; border-bottom: 1px solid #f36; }
.hot ul { padding:10px 0; line-height: 2; }
.hot ul li { padding: 5px 0; border-top: 1px dashed #ddd; }
.hot ul li:first-child { border-top: 0 none; }
.hot li a { display: inline-block; width: 165px; vertical-align: middle; }
.hot li:before { display: inline-block; content: '·'; font-size: 15px; color: #0ec9fd; vertical-align: middle; }

/* contact */
.contact {}
.contact h4 { line-height: 30px; background: #ff7c99; color: #fff; text-align: center; font-size: 14px; border-radius: 3px 3px 0 0; }
.contact .bd { border: 1px solid #f2f2f2; padding: 10px; }
.contact .bd img { width: 160px; }











