/**!
 * 江苏工程造价信息网-招聘求职
 * author: chenzp
 * date:2018-11-22
 */

/* 正文 */

.ewb-menu-hd{
	line-height: 36px;
}

.ewb-plan{
	margin-right: 11px;
	text-align: right;
}

.ewb-plan a{
	display: inline-block;
	padding-left: 27px;
	width: 58px;
	height: 26px;
	text-align: left;
	line-height: 26px;
	color: #fff;
	background: url('../images/plan.png') no-repeat 8px center #2d89e7;
	border-radius: 3px;
}

.ewb-table{
	padding: 7px 10px 0;
}

.ewb-table-box{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.ewb-table-box th{
	height: 36px;
	text-align: center;
	color: #0367d0;
	background: #e5f2fd;
	border-left: 1px solid #fff;
}

.ewb-wt1{
	width: 34px;
}

.ewb-wt2{
	width: 226px;
}

.ewb-wt3{
	width: 71px;
}

.ewb-wt4{
	width: 80px;
}

.ewb-wt5{
	width: 93px;
}

.ewb-table-box td{
    padding: 3px 0;
	height: 27px;
	text-align: center;
	border-bottom: 1px dashed #dcdcdc;
}

.ewb-table-box td.ewb-table-spec{
	text-align: center;
}

.ewb-table-box td.ewb-table-spec a{
	padding-left: 40px;
	width: 150px;
}

.ewb-table-spec a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}

.ewb-table-spec:hover a{
	color: #e91d25;
}

.ewb-table-tt{
	margin: 0 auto;
	width: 88%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.ewb-table-popover{
	position: relative;
}

.popover {
    position: absolute;
    top: 26px !important;
    left: 0;
    z-index: 1060;
    display: block;
    width: 194px;
    padding: 3px 0;
    font-family: "SimSun";
    font-size: 12px;
    line-height: 18px;
    color: #333;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    border: 1px solid #dcdcdc;
}

.popover.top {
    margin-top: 0;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 25px;
}

.popover.left {
    margin-left: -180px;
}

.popover-content {
    padding: 1px 5px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

/* 分页 */

.ewb-page {
	margin-top: 11px;
	height: 26px;
    font-size: 0;
}

.ewb-page-li:first-child {
    margin-right: 20px;
}

.ewb-page-li.current>a {
    border: 1px solid transparent;
    color: #0030cc;
}

.ewb-page-li {
	font-family: "SimSun";
    font-size: 13px;
}

.ewb-page-go>a{
	font-family: "Microsoft Yahei";
}

.ewb-page-li.ewb-page-noborder>span{
	height: 26px;
	line-height: 26px;
}

.ewb-notc{
	margin: 14px auto 0;
	width: 690px;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 20px;
	color: #999;
}

.ewb-notc p{
	margin-left: 60px;
}