/**!
 * 某某页面-二级页
 * author: gaoli;
 * date:2017-09-12
 */


/* 界别活动 */

.ewb-exer-hd {
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: url(imagesny01.jpg) no-repeat;
}
.ewb-banner.exer {
    margin-top: 28px;
}

/* 界别活动 */

.ewb-flex-hd {
    height: 40px;
    line-height: 40px;
    background: url(imagesny03.jpg) repeat-x;
}
.ewb-flex-hd a {
    color: #333;
    margin-left: 25px;
    cursor: pointer;
}
.ewb-flex-bd {
	min-height: 100px;
    padding: 0 15px 10px 15px;
}

/* 带日期的信息列表 */

.ewb-flex-bd .wb-data-list {
    font-size: 14px;
    line-height: 26px;
    border-bottom: 1px dashed #ddd;
}
.wb-data-infor {
    margin-right: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wb-data-infor a {
    color: #333;
    cursor: pointer;
}
.wb-data-date {
    float: right;
    margin-top: -26px;
    color:#666;
}

/*分页 */

.ewb-page li {
    float: left;
    height: 30px;
}
.default_pgToolbar {
    height: 30px;
    line-height: 30px;
    valign: middle;
    font-size: 12px;
    border: 1px solid #DADADA;
    background: url(imagesbg.gif);
    margin: 1px 0 -1px 0;
}
.default_pgPanel {
    float: left;
    padding: 0 10px 0 10px;
}
.default_pgBtn {
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
    margin: 1px;
}
.default_pgPerPage {
    margin: 6px 0 0 0;
}
.default_pgPress {
    margin: 2px 0 0 2px;
}
.default_pgPrev {
    background: url(imagesprev.gif) no-repeat center;
}
.default_pgPrevDisabled {
    background: url(imagesprev_disabled.gif) no-repeat center;
    cursor: auto;
}
.default_pgNext {
    background: url(imagesnext.gif) no-repeat center;
}
.default_pgNextDisabled {
    background: url(imagesnext_disabled.gif) no-repeat center;
    cursor: auto;
}
.default_pgFirst {
    background: url(imagesfirst.gif) no-repeat center;
}
.default_pgFirstDisabled {
    background: url(imagesfirst_disabled.gif) no-repeat center;
    cursor: auto;
}
.default_pgLast {
    background: url(imageslast.gif) no-repeat center;
}
.default_pgLastDisabled {
    background: url(imageslast_disabled.gif) no-repeat center;
    cursor: auto;
}
.default_pgRefresh {
    background: url(imagesnowait.gif) no-repeat center;
}
.default_pgLoad {
    background: url(imagesloading.gif) no-repeat center;
}
.default_pgCurrentPage {
    width: 30px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #CCCCCC;
    background: url(imagestext_bg.gif) repeat-x;
}
.default_pgSearchInfo {
    padding-left: 20px;
}
.default_mask {
    width: 100%;
    height: 100%;
    background: url(imagesloading.gif) no-repeat center;
    background-color: #FFFFFF;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: .70;
}
.default_separator {
    width: 2px;
    height: 20px;
    margin: 0 5px;
    background: url(imagesseparator.gif) no-repeat center;
}

/* thirdpage */

.ewb-flex-tt {
    line-height: 52px;
    font-size: 16px;
    color: #ff0000;
    font-weight: bold;
    text-align: center;
}
.ewb-flex-dm{
	line-height: 40px;
	margin:10px;
	text-align: center;
}
.ewb-flex-img{
	height: 450px;
	display: block;
	vertical-align: top;
}
.ewb-flex-font{
	line-height: 180%;
	margin:10px 0;
	text-indent: 20px;
}