@charset "utf-8";
.ladyScroll {
	width:1000px;
	height:360px;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
.ladyScroll .prev, .ladyScroll .next {
	width:51px;
	height:45px;
	position:absolute;
	top:400px;
	left:0;
	z-index:100;
	cursor:pointer;
	background:url(../../images/btns.png) no-repeat;
}
.ladyScroll .next {
	left:575px;
	right:0;
	background-position:0 -90px;
}
.ladyScroll .prev {
	left:380px;
	right:0;
	background-position:0 -0px;
}
.ladyScroll span a {
	left:435px;
	right:0;
	background-position:0 -0px;
	position: absolute;
	top: 402px;
	height: 38px;
	width: 130px;
	border: 1px solid #2180c1;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	display: block;
	border-radius:2px;
	color: #2180c1;
	text-decoration: none;
}
.ladyScroll span a:hover {
	border: 1px solid #11afbb;
	color: #FFF;
	background-color: #11afbb;
}

.ladyScroll .prev:hover { background-position:0 -45px; }
.ladyScroll .next:hover { background-position:0 -135px; }
.ladyScroll .scrollWrap {
	width:1000px;
	overflow:hidden;
	position:absolute;
	margin: 0px;
	padding: 0px;
}
.ladyScroll dl {
	float:left;
	width:500px;
	text-align:center;
	position:relative;
}
.ladyScroll dt {
	width:480px;
	overflow:hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
.dlList dl dd { text-align: center; margin: 0px; padding: 0px; font-size: 12px; line-height: 180%; text-decoration: none; }
.ladyScroll img {
	display:block;
	width:480px;
	height:200px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.ladyScroll .scrollWrap .dlList dl dt .fangan_l2 h3 {
	font-size: 16px;
	line-height: 55px;
	font-weight: bold;
	font-family: "微软雅黑";
}
.ladyScroll .scrollWrap .dlList dl dt .fangan_l2 h3 a {
	font-size: 16px;
	color: #11afbb;
	font-weight: bold;
	text-decoration: none;
}

.ladyScroll .scrollWrap .dlList dl dt .fangan_l2 p {
	text-align: left;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #555;
	padding: 10px;
}

.ladyScroll .scrollWrap .dlList dl dt .fangan_r2 h3 {
	font-size: 16px;
	line-height: 55px;
	font-weight: bold;
	font-family: "微软雅黑";
}
.ladyScroll .scrollWrap .dlList dl dt .fangan_r2 h3 a {
	font-size: 16px;
	color: #11afbb;
	font-weight: bold;
	text-decoration: none;
}
.ladyScroll .scrollWrap .dlList dl dt .fangan_r2 p {
	text-align: left;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #555;
	padding: 10px;
}
.ladyScroll .scrollWrap .dlList dl dt .fangan_l2 p a {
	font-size: 14px;
	color: #C00;
	font-weight: normal;
	text-decoration: none;
}
.ladyScroll .scrollWrap .dlList dl dt .fangan_r2 p a {
	font-size: 14px;
	color: #C00;
	font-weight: normal;
	text-decoration: none;
}
.fangan_l2 { float: left; height: 360px; width: 480px; background-color: #FFF; border: 1px solid #eee; border-radius: 8px; padding-bottom: 30px; }
.fangan_r2 { float: right; height: 360px; width: 480px; background-color: #FFF; border: 1px solid #eee; border-radius: 8px; padding-bottom: 30px; }
.fangan_r2 b, .fangan_l2 b {
    background-color: #FFF;
    display: block;
    height: 28px;
    width: 90px;
    color: #11afbb;
    text-decoration: none;
    line-height: 28px;
    border: 1px solid #11afbb;
    font-size: 12px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    text-align: center;
    border-radius: 5px;
}
.fangan_r2 b a:hover, .fangan_l2 b a:hover {color: #fff;text-decoration: none; 	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;}
.fangan_r2 b a, .fangan_l2 b a { color: #11afbb; text-decoration: none; }
.fangan_r2 b:hover, .fangan_l2 b:hover {
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	background-color: #11afbb;
	color: #FFF;
	text-decoration: none;
}