﻿.menu{margin: 10px;}
.menu li{float:left;margin: 10px;}

/* css 重置 */
*{margin:0; padding:0; list-style:none; }
body{ background:#fff; font:normal 14px "微软雅黑";  }
img{ border:0;}
a{ text-decoration:none; color:#333;  }
a:hover{ color:#1974A1;  }

/* 本例子css */
.slideTxtBox_left{width: 510px;float: left;margin-left:20px; text-align:center;height: 460px;}
.slideTxtBox_righ{width: 423px;}
.title > .hd{ height:30px; line-height:30px; padding:0 10px 0 20px; border-bottom:1px solid #dedede; position:relative; }
.title > .hd > ul{ float:left; position:absolute; left:0; top:-1px; height:32px;width: 200px;}
.title > .hd > ul > li{ float:left; padding:0 15px; cursor:pointer;color: #333;}
.title > .hd > ul > li.on, .title > .hd > ul > .in{ height:30px; border-bottom:2px solid #1a7ca9;color: #1a7ca9;}
.title > .hd > ul > .in a{color: #1a7ca9;}

.num > .hd{ height:17px; line-height:17px;}
.num > .hd > ul{ float:right;width: 50px; height:17px; position:relative; bottom: 25px;}
.num > .hd > .lists{width: 75px;}
.num > .hd > ul > li{width: 15px; float:left; cursor:pointer;margin: 0 5px;text-align:center;}
.num > .hd > ul > li.on{background-color: #1a7ca9; color: white;}
.icon > li{width: 120px;height: 130px;float: left; background-color: #fafafa;margin: 5px 3px;}
.icon > li:hover{background-color: #ebebeb;}
.icon > li > a, .bmbs > li > a{display: block;}
.icon > li > a span{display: block;}
.bmbs{height: 240px;}
.bmbs > li{width: 93px;height: 34px;line-height:34px;float: left;border: 1px solid #ebebeb;text-align:center;margin: 5px;}
.bmbs > li:hover{background-color: #ebebeb;}

/* 本例子css */
.ladyScroll{ width:423px; height:150px; overflow:hidden; position:relative;}
.ladyScroll .dlList{position: relative;top: 13px; left: 20px;}
.ladyScroll .dlList li{width: 110px; height: 100px;margin: 16px;text-align: center;}
.ladyScroll .dlList li a{display: block;}
.ladyScroll .dlList li a img{margin-bottom: 10px;}
.ladyScroll .dlList li a span{display: block;}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.ladyScroll .prev,
.ladyScroll .next{ position:absolute; left:0; top:50%; margin-top:-25px; display:block; width:21px; height:37px; background:url(bsfw2017fl.png) no-repeat; filter:alpha(opacity=50);opacity:0.5;}
.ladyScroll .next{ left:auto; right:0;  background:url(bsfw2017fr.png) no-repeat; }
.ladyScroll .prev:hover, .ladyScroll .next:hover{ filter:alpha(opacity=100);opacity:1;}

