/**!
 *合肥公共资源-主体专区
 * author: gaojian;
 * date:2017-09-15
 */

.ewb-mian {
    padding-top: 15px;
}

.ewb-left {
    width: 469px;
}

.ewb-right {
    width: 681px;
}




/* 图片轮播 */

.ewb-super {
    width: 469px;
    height: 499px;
    margin-right: 5px;
    overflow: hidden;
    position: relative;
}


/* 页码 */

.pageState {
     position: absolute;
    right: 3px;
    bottom: 150px;
    color: #fff;
    z-index: 4;
    width: 49px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    color: #868686;
    background: url(../images/platform_icon.png) no-repeat;
}

.pageState span {
    color: #fff;
}





/* mainCell */

.ewb-super-imgitem {
    overflow: hidden;
	height:355px;
    zoom: 1;
}

.ewb-super-imgitem li {
    float: left;
    _display: inline;
    overflow: hidden;
}

.ewb-super-imgitem li img {
    width: 469px;
    height: 355px;
    display: block;
}

.ewb-super-con {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 133px;
    z-index: 3;
    padding-top: 11px;
	background:#fff;
}

.ewb-super-tt {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.ewb-super-info {
    width: 453px;
    font-size: 14px;
    color: #999;
    margin-top: 8px;
}

.ewb-super-info a {
    color: #999;
    line-height: 24px;
}



/* 中心动态   交易动态   重要通知 */

.ewb-center-hd {
    height: 29px;
    border-bottom: 1px solid #dedede;
}

.ewb-center-tab {
    position: relative;
    padding: 0 9px;
    height: 28px;
    font-size: 16px;
    cursor: pointer;
    margin-right: 25px;
}

.ewb-center-tab.current {
    border-bottom: 2px solid #d23b28;
    color: #d23b28;
    font-weight: bold;
}

.ewb-center-arr {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: none;
    width: 8px;
    height: 4px;
    background: url(../images/tabarr.png) no-repeat;
}

.ewb-center-tab.current .ewb-center-arr {
    display: block;
}

.ewb-center-bd {
    height: 275px;
}

.ewb-center-info {
    height: 131px;
    border-bottom: 1px dashed #d3d1d1;
}

.ewb-center-info>h3 {
    text-align: center;
    color: #d23b28;
    font-size: 16px;
    line-height: 40px;
    padding-top: 5px;
}
.h3 a{
	text-align: center;
    color: #d23b28;
    font-size: 16px;
    line-height: 40px;
    padding-top: 5px;
}
 
.ewb-center-info>p {
    line-height: 24px;
    color: #999;
    text-indent: 2em;
}

.ewb-read {
    color: #d23b28;
}

.wb-data-item {
    padding-left: 1px;
    padding-top: 10px;
}

.wb-data-list {
    line-height: 32px;
    padding-left: 17px;
    background: url(../images/list.jpg) 0 50% no-repeat;
}

.wb-data-infor {
    margin-right: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #333;
}

.wb-data-date {
    float: right;
    color: #999;
    padding-right: 10px;
    margin-top: -32px;
}
.wb-data-list:hover .wb-data-date,
.wb-data-list:hover a {
    cursor: pointer;
    color: #d23b28;
}

.wb-data-list:hover {
    color: #d23b28;
    background: url(../images/listh.jpg) 0 50% no-repeat;
}
