/**!
 * 某某页面-二级页
 * author: gaoli;
 * date:2017-09-12
 */
.ewb-wide-hd{
	height: 44px;
	line-height: 34px;
	font-weight: bold;
	color:#D51D21;
	padding-left:45px;
	background:url(imagesny03.jpg) no-repeat;
}
.ewb-wide-bd{
	min-height: 165px;
	border:1px solid #E4BC89;
	border-top:none;
	padding-top: 15px;
    padding-bottom: 15px;
}
.ewb-wide-item{
	width:184px;
	height: 29px;
	line-height: 29px;
	margin:12px 0 0 35px;
	background:url(images140509105019832.jpg) no-repeat;
}
.ewb-wide-item:first-child{
	margin-top: 0;
}
.ewb-wide-item a{
	font-size: 12px;
	color:#333;
	padding-left: 60px;
	cursor: pointer;
}

/* 工作广角 */
.ewb-loc{
	font-size: 12px;
	float: right;
	margin-right: 10px;
}
.ewb-loc a{
	color:#333;
	cursor: pointer;
}

.ewb-active{
	margin-bottom: 20px;
}
.ewb-active-bd{
	min-height: 426px;
	border:1px solid #999;
	padding:0 19px;
}
/* 带日期的信息列表 */
.ewb-active-bd .wb-data-list{
	line-height: 26px;
	border-bottom:1px dashed #ddd;
}
.wb-data-item{
    padding: 12px 0 0 0;
}
.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;
}

/*分页 */

.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: 0 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-article{
	margin-bottom: 20px;
}
.ewb-article-bd{
	border:1px solid #999;
	border-top:none;
}
.ewb-article-tt{
	font-size: 16px;
	font-weight: bold;
	color:#ff0000;
	line-height: 52px;
	text-align: center;
	padding-top: 12px;
}
.ewb-article-tm{
	line-height: 40px;
	padding-top: 8px;
	font-size: 12px;
	text-align: center;
}
.ewb-article-pro{
	line-height: 26px;
	font-size: 18px;
	text-indent: 30px;
	margin-top: 10px;
	padding:0 120px;
}
.ewb-article-pro img {
    width: 100%;
    overflow: hidden;
}
.ewb-article-pro.last{
padding-bottom: 20px;
}