@charset "utf-8";
/* CSS Document */

.scroll-a-wrap{ padding-left:85px;}
.show-list{ width:707px; height:400px; color:#187fc4;margin:0 auto; margin-bottom:20px; position:relative;}
.show-list h2{ line-height:78px; font-size:30px; font-weight:bold;}
.show-list p{ line-height:34px; font-size:20px;}
.line-list-wrap{  border-radius:8px; /*height:320px;*/ overflow:hidden;}
.line-list-wrap > a{ width:64px; height:64px; display:inline-block; cursor:pointer;}
.line-list-wrap > a.prev{ float:left; background:url(../images/video-play.png); margin-left:16px; position: relative; top: 200px; z-index: 100;}
.line-list-wrap > a.next{ float:right; background:url(../images/video-play-r.png); margin-right:8px; position: relative; top: 200px; z-index: 100;}
.show-list li{ position:absolute; width:100%; display:none;} 
.show-list li.sl-show{ display:block; opacity:1;}
.line-list-wrap ul{ height:420px; position:absolute;}
.line-list-wrap ul li{ line-height:30px; text-align:center; height:420px; overflow:hidden; width:320px;float:left; font-size:14px; padding:10px;}
.line-list-wrap ul li.select{ opacity:1;}
.line-list-wrap ul li img{ display:block; margin:0 auto;cursor:pointer;}
.line-list-wrap .hide1{ margin:0 auto; width:960px; height:420px; overflow:hidden; margin-top:12px; position:relative;}