body{
	background: url('../images/zhxj/bg.png') center top no-repeat;
}

.ewb-main{
	width: 1090px;
	margin: 0 auto;
	background: #fff;
	border-radius: 6px;
	box-shadow:0px 2px 9px 1px rgba(78,120,150,0.4);
	position: fixed;
	max-height: 992px;
	top: 45%;
	margin-top: -326px;
	left: 50%;
	margin-left: -545px;
	bottom: 40px;
}

.ewb-main.ewb-bom{
	top: 40px;
	margin-top: 0;
}

.ewb-main-hd{
	border-radius: 3px 3px 0 0;
	background: #02a9ec;
	padding-left: 98px;
	position: relative;
	height: 83px;
	background: #02a9ec;
	background: url('../images/zhxj/04.png') center top no-repeat;
}

.ewb-intel-person{
	position: absolute;
	left: 0;
	bottom: 0;
}

.ewb-main-name{
	float: left;
	padding-top: 10px;
	color: #fff;
}

.ewb-main-name h2{
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
}

.ewb-main-name p{
	line-height: 20px;
	font-size: 14px;
}

.ewb-main-func{
	float: right;
}

.ewb-main-func-item{
	margin-left: 1px;
	float: left;
	position: relative;
}

.ewb-main-func-item a{
	display: block;
	width: 111px;
	padding-top: 50px;
	height: 33px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	background-position: center 14px;
	background-repeat: no-repeat;
	background-color: #4ebbef;
}

.ewb-main1 a{
	background-image: url('../images/zhxj/intel_icon1.png');
	font-size: 20px;
	font-weight: bold;
}

.ewb-main2 a{
	background-image: url('../images/zhxj/intel_icon2.png');
	font-size: 14px;
	border-radius: 0 3px 0 0;
}

.ewb-weixin{
	position: absolute;
	display: none;
	background: #fff;
	width: 122px;
	left: -7px;
	top: 83px;
	z-index: 999;
	box-shadow:0px 2px 9px 1px rgba(78,120,150,0.4);
}

.ewb-weixin-mod{
	padding: 8px 10px 3px 10px;
	position: relative;
}

.ewb-weixin-mod img{
	vertical-align: top;
	width: 104px;
	height: 104px;
}

.ewb-weixin-mod p{
	line-height: 22px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

.ewb-weixin-bom{
	display: block;
	width: 122px;
	height: 11px;
	background: url('../images/zhxj/weixin_bom.png') no-repeat;
	position: absolute;
	left: 0;
	top: -11px;
}

.ewb-main-func-item:hover .ewb-weixin{
	display: block;
}

/* 内容左侧 */

.ewb-main-l{
	width: 684px;
	float: left;
	border-right: 1px solid #dcdcdc;
	position: absolute;
	left: 0;
	top: 83px;
	bottom: 0;
}

/* 对话框 */

.ewb-dialogbox {
	position: absolute;
	top: 0;
	bottom: 146px;
	left: 0;
	right: 0;
    overflow: hidden;
}

/*.ewb-dialogbox ul{
	padding: 10px 0;
}*/

.ewb-dialog-node {
    padding: 10px 0;
    vertical-align: top;
}

.ewb-dialog-head {
    margin: 0 17px 0 20px;
    width: 40px;
    height: 40px;
}

.ewb-dialog-head img {
    display: block;
    height: 40px;
    width: 40px;
    vertical-align: top;
}

.ewb-dialog-head.r {
    margin: 0 20px 0 17px;
}

.ewb-dialog-info {
    width: 520px;
}

.ewb-dialog-content {
    padding: 10px 17px;
    min-height: 24px;
    max-width: 450px;
    min-width: 40px;
    border-radius: 5px;
    background-color: #eee;
    position: relative;
}

.ewb-dialog-content.r {
    background-color: #d8e8f9;
	word-wrap: break-word;
    word-spacing: normal;
}

.ewb-dialog-content i {
    display: block;
    position: absolute;
    top: 4px;
    left: -7px;
    width: 7px;
    height: 13px;
    background: url('../images/zhxj/dialog_jt.png');
}

.ewb-dialog-content.r i {
    left: auto;
    right: -7px;
    background: url('../images/zhxj/dialog_jt_r.png');
}

.ewb-dialog-content p {
    font-size: 14px;
    line-height: 24px;
}

.ewb-dialog-content h2{
	width: 450px;
}

.ewb-dialog-content h2 a{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 400px;
	display: inline-block;
	padding: 0 15px;
	height: 24px;
	line-height: 24px;
	border-radius: 10px;
	background: #fff;
	color: #0068bc;
	font-size: 14px;
	margin-top: 7px;
}

/* 输入框 */

.ewb-input-info {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 139px;
    border-top: 1px solid #dcdcdc;
}

.input-tips{
	position: relative;
	z-index: 1;
}

.input-placeholder {
    position: absolute;
    top: 5px;
    left: 10px;
    height: 24px;
    line-height: 24px;
    color: #b2b2b2;
    cursor: text;
}

.ewb-inputbox {
    display: block;
    width: 683px;
    height: 81px;
    padding-top: 5px;
    text-indent: 10px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    line-height: 24px;
    border: 0;
    background-color: #fff;
    resize: none;
}

.placeholder {
    color: #b2b2b2;
}

.ewb-sendout {
    height: 42px;
    overflow: hidden;
}

.ewb-sendout-l{
	float: left;
	padding-top: 6px;
	line-height: 36px;
	line-height: 36px;
	font-size: 14px;
	padding-left: 15px;
}

.ewb-sendout-l a{
	float: left;
	margin-right: 30px;
	padding-left: 25px;
	color: #333;
}

.ewb-sendout-a1{
	background: url('../images/zhxj/intel_foot1.png') left center no-repeat;
}

.ewb-sendout-a2{
	background: url('../images/zhxj/intel_foot2.png') left center no-repeat;
}

.ewb-txt-num{
	float: left;
	color: #b2b2b2;
	padding-top: 6px;
	line-height: 36px;
}

.ewb-sendout-btn {
    float: left;
    margin-right: 10px;
    width: 100px;
    height: 32px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    background-color: #1492FF;
    border: 0;
    cursor: pointer;
    border-radius: 3px;
}

.ewb-sendout-btn:hover {
    background-color: #02A9EC;
}

/* 右侧 */

.ewb-main-r{
	position: absolute;
	right: 0;
	top: 83px;
	bottom: 0;
	width: 405px;
	background: #f4f9fd;
}

.tabview-hd{
	height: 47px;
	border-bottom: 1px solid #c5d5ea;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.tab-item{
	float: left;
	margin-left: 20px;
}

.tab-item a{
	display: block;
	height: 46px;
	border-bottom: 2px solid transparent;
	line-height: 46px;
	font-size: 15px;
	font-weight: bold;
	padding: 0 8px;
	color: #333;
}

.tab-item.cur a{
	border-color: #0068bc;
	color: #0068bc;
}

.tab-panel{
	padding: 0 20px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 48px;
	overflow: hidden;
}

.ewb-info-item{
	height: 41px;
	line-height: 41px;
	font-size: 14px;
	border-bottom: 1px dashed #ccc;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ewb-info-item a{
	color: #333;
}

.ewb-info-item a:hover{
	color: #02a9ec;
}

.ewb-page{
	height: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.ewb-page.ewb-mt10{
	margin-top: 10px;
}

.ewb-page-items{
	float: right;
}

.ewb-page-item{
	float: left;
	margin-left: 10px;
}

.ewb-page-item a{
	display: block;
	color: #02a9ec;
	padding: 0 4px;
	min-width: 10px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border: 1px solid #02a9ec;
}

.ewb-page-item a:hover,
.ewb-page-item.current a{
	color: #fff;
	background: #02a9ec;
}

/*  场景服务 */

.ewb-link-items{
	padding-top: 5px;
}

.ewb-link-item{
	width: 33.3%;
	*width: 33%;
	text-align: center;
	float: left;
	margin-top: 15px;
}

.ewb-link-item img{
	display: inline-block;
    vertical-align: middle;
    margin-top: -6px;
    width: auto;
}

.ewb-icon-box{
	display: block;
	width: 65px;
	height: 66px;
	margin: 0 auto;
	position: relative;
    line-height: 66px;
    text-align: center;
}

.ewb-icon-box i {
    -o-transition: ease-in-out all .3s;
    -webkit-transition: ease-in-out all .3s;
    -ms-transition: ease-in-out all .3s;
    -moz-transition: ease-in-out all .3s;
    transition: all ease-in-out .3s;
}

.ewb-icon-box i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/icon-selfservicebg.png') no-repeat center;
}

.ewb-icon-box:hover i {
    transform: rotate(360deg);
}

.ewb-link-p{
	line-height: 24px;
	font-size: 16px;
	padding-top: 8px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ewb-link-p a{
	color: #333;
}

.ewb-link-p a:hover{
	color: #00adef;
}

/* 我的工单 */

.ewb-workorder-item{
	border: 1px solid #e9f2fe;
	background: #fff;
	margin-top: 15px;
	cursor: pointer;
}

.ewb-workorder-item:hover{
	box-shadow:0px 2px 9px 1px rgba(78,120,150,0.4);
}

.ewb-work-hd{
	height: 35px;
	border-bottom: 1px dashed #d3d3d3;
	line-height: 35px;
}

.ewb-work-num{
	margin-right: 80px;
	margin-left: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

a.ewb-work-send{
	display: block;
	float: right;
	margin-top: -28px;
	width: 55px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background: #ffa125;
	border-radius: 2px;
	margin-right: 20px;
}

.ewb-work-bd{
	padding: 5px 10px 4px 14px;
	line-height: 28px;
}

.ewb-work-time{
	color: #999;
}

.ewb-ml20{
	margin-left: 20px;
}

/* 政务服务我的办件 */

.ewb-spc .ewb-work-num{
	font-weight: bold;
}

.ewb-spc .ewb-work-bd{
	color: #666;
	padding: 5px 16px 4px 16px;
}

/* 公共资源智能客服 */

.ewb-notice-infro{
	margin-right: 100px;
	padding-left: 16px;
	background: url('../images/zhxj/dian2.png') left center no-repeat;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ewb-notice-infro a{
	color: #333;
}

.ewb-notice-date{
	float: right;
	margin-top: -41px;
	color: #999;
}

.ewb-info-item:hover .ewb-notice-infro,
.ewb-info-item:hover .ewb-notice-infro a,
.ewb-info-item:hover .ewb-notice-date{
	color: #02a9ec;
}

.ewb-info-item:hover .ewb-notice-infro{
	background-image: url('../images/zhxj/dian2h.png');
}

.ewb-sales-items{
	padding-top: 3px;
}

.ewb-sales-item{
	padding: 5px 0 4px 0;
	border-bottom: 1px dashed #d2d2d3;
	line-height: 28px;
}

.ewb-sales-tt{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 25px;
}

.ewb-sales-tt a{
	color: #333;
	padding-left: 17px;
	background: url('../images/zhxj/dian2.png') left center no-repeat;
}

.ewb-sales-intro{
	color: #999;
	padding: 0 25px 0 17px;
}

.ewb-sales-item:hover .ewb-sales-intro,
.ewb-sales-item:hover .ewb-sales-tt a,
.ewb-sales-item:hover{
	color: #02a9ec;
}

.ewb-sales-item:hover .ewb-sales-tt a{
	background-image: url('../images/zhxj/dian2h.png');
}

/* 数据开放智能客服 */

.ewb-apply-item{
	padding: 7px 0 8px 0;
	border: 1px solid #e9f2fe;
	background: #fff;
	margin-top: 15px;
}

.ewb-apply-forus{
	margin-left: 16px;
	margin-right: 80px;
	line-height: 28px;
	font-size: 14px;
}

.ewb-apply-forus h3,
.ewb-apply-forus p{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ewb-apply-forus p {
	color: #999;
}

.ewb-apply-btn{
	display: block;
	float: right;
	width: 54px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	background: #ffa125;
	margin-right: 22px;
	margin-top: -38px;
}

.ewb-apply-item:hover{
	box-shadow:0px 2px 9px 1px rgba(78,120,150,0.4);
}

.m-pagination-page > li.active > a {
    color: #fff;
    background-color: #1492FF !important;
    border-color: #1492FF !important;
}


.relation-box {
    /* position: absolute; */
    /* bottom:40px; */
    /* left: 50px; */
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 31px 0px rgba(108, 108, 108, 0.3);
    width: 289px;
    position: absolute;
    bottom: 90px;
}

.relation-list {
    padding: 0 10px 0 20px;
}

.relation-list > li {
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.relation-list > li a:hover {
    color: #2868b1;
}

.search_history li p,
.search_suggest li p {
    width: 450px;
    float: left;
    overflow: hidden;
    cursor: pointer;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search_history .hightlight-bold {
    font-weight: bold;
    color: #016dd9;
}

.search_suggest .hightlight-bold {
    font-weight: bold;
    color: #333;
}

.search_history li.active,
.search_suggest li.active {
    background: #f2f2f2;
}

.search_suggest {
    display: none;
}

.search_history li > .remove {
    float: right;
    width: 14px;
    height: 14px;
    display: block;
    cursor: pointer;
    margin: 6px 8px 0 0;
    background: url("../images/remove.png") no-repeat center center;
}

.search_history li > .remove:hover {
    background: url("../images/remove-hover.png") no-repeat center center;
}

.things-top {
    padding: 7px 0;
    line-height: 26px;
}

.things-top > span {
    color: #f27e20;
}

.things-list-wrap {
    position: relative;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 36px;
}

.things-list {
    overflow: hidden;
}

.things-list > li {
    height: 30px;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 12px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 2px 20px;
    box-sizing: border-box;
    background: url("../images/quesetion_answer/title-icon.png") no-repeat left
        center;
}

.things-list > li > a {
    color: #2868b1;
}

.things-list > li :last-child {
    border-bottom: none;
}

/*0305新增*/
.bottom-list {
    display: none;
}

.more-btn-wrap{
	background-color: #F2F8FF;
	text-align: center;
}

.all-btn{
	color: #2868b1;
	 height: 26px;
	 line-height: 26px;
}

.show-all .more-btn {
    background: url("../images/quesetion_answer/arrow-t.png") no-repeat right
        0px center;
}

.show-all .more-btn::before {
    content: "收起更多";
}

.more-btn {
    /* position: absolute; */
	display: inline-block;
    width: 90px;
    height: 26px;
    bottom: 5px;
    /* left: 50%;
    margin-left: -45px; */
    box-sizing: border-box;
    line-height: 26px;
    padding-left: 10px;
    background: url("../images/quesetion_answer/arrow-b.png") no-repeat right
        0px center;
}

.more-btn::before {
    content: "查看更多";
    color: #2868b1;
}

.mt10{
	margin-top: 10px;
}

.ml77{
	margin-left: 77px;
}

.w450{
	width: 450px;
}
.red{
	color: #F00;
}