/**!
 * 安徽海绵首页
 * author: hcong;
 * date:2017-12-25
 */

.ewb-public {
    margin-top: 10px;
}

.ewb-public-hd {
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    background: #e5eefb;
}

.ewb-public-tt {
    float: left;
    background: url('../images/public_hd_bg.jpg') right center no-repeat #0094ff;
}

.ewb-public-tt a {
    display: block;
    padding-right: 38px;
    height: 33px;
    font-size: 16px;
    color: #fff;
    padding-left: 50px;
    background-position: 18px center;
    background-repeat: no-repeat;
}

.ewb-public-a1 {
    background-image: url('../images/public_icon1.png');
}

.ewb-public-a2 {
    background-image: url('../images/public_icon2.png');
}

.ewb-public-a3 {
    background-image: url('../images/public_icon3.png');
}

.ewb-public-a4 {
    background-image: url('../images/public_icon4.png');
}

.ewb-public-a5 {
    background-image: url('../images/public_icon5.png');
}

.ewb-public-a6 {
    background-image: url('../images/public_icon6.png');
}

.ewb-public-a7 {
    background-image: url('../images/public_icon7.png');
}

.ewb-public-a8 {
    background-image: url('../images/public_icon8.png');
}


.ewb-public-bd {
    padding: 10px 15px 0 15px;
    border: 1px solid #d6d7d7;
    background: #fff;
    border-top: 0;
}

.ewb-public-item {
    line-height: 30px;
    font-size: 14px;
    vertical-align: top;
}

.ewb-public-item a {
    display: block;
    color: #333;
    float: left;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 8px;
    background: url('../images/info_icon.jpg') left center no-repeat;
}

.ewb-date {
    float: right;
    color: #666;
}

.ewb-public-item:hover a {
    color: #ff0000;
    background-image: url('../images/info_iconh.jpg');
}

.ewb-public-item:hover .ewb-date {
    color: #ff0000;
}

@media(max-width: 979px) and (min-width: 768px){
    .ewb-public-item a{
        max-width: 55%;
    }
}


/* 图片轮播 */
.ewb-viewpager {
    position: relative;
    margin-top: 10px;
}

.rslides-item {
    position: relative;
}

.rslides {
    position: relative;
    overflow: hidden;
} 

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.rslides img {
    display: block;
    height: auto;
    width: 100%;
    height: 284px;
}

.caption {
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: 1px;
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: url(../images/mask_bg.png) repeat;
}

.caption-tt {
    display: block;
    padding-left: 10px;
    width: 40%;
    color: #fff;
    z-index: 1000;
    font-size: 14px;
    font-family: "SimSun";
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#slider-pager {
    position: absolute;
    right: 7px;
    bottom: 9px;
    z-index: 3;
    height: 18px;
}

#slider-pager li {
    float: left;
    width: 24px;
    height: 18px;
    margin-right: 3px;
}

#slider-pager li a {
    display: block;
    width: 24px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    background: #898989;
    text-align: center;
}

#slider-pager .rslides-cur a {
    background: #ff8202;
}

/* 会员风采 */
.ewb-msclass{
	padding: 0 35px;
	padding-top: 12px;
	height: 196px;
	border: 1px solid #d9d9d9;
	position: relative;
    background: #fff;
}

.wb-left-btn,
.wb-right-btn {
    position: absolute;
    display: block;
    width: 17px;
    height: 29px;
    top: 78px;
}

.wb-left-btn{
	left: 10px;
}

.wb-right-btn{
	right: 10px;
}

.wb-marquee {
    width: 100%;
    height: 192px;
}

.wb-marquee-items {
    width: 998px;
    height: 192px; 
}

.wb-marquee-items li {
    width: 185px;
    height: 192px;
    float: left;
    text-align: center;
}

.wb-marquee-img {
	display: block;
	width: 175px;
	height: 160px;
	margin: 0 auto;
}

.wb-marquee-items a {
	font-size: 14px;
	line-height: 32px;
    color: #333;
}
.scroll{
	overflow:hidden;
}