/**!
 * 智能问答
 * author: wangkai;
 */

/* main */

.ewb-location {
    /* margin-top: 35px; */
}

.ewb-location {
    padding-left: 38px;
    height: 76px;
    line-height: 76px;
    color: #666;
    background: url(../images/local_icon.png) 8px 28px no-repeat;
}

/* 左侧 */

.ewb-sty-l {
    height: 635px;
}

.ewb-sty-l-hd {
    padding-left: 28px;
    height: 50px;
    line-height: 50px;
    background: url('../images/policy_icon.png') 205px 18px no-repeat #1492ff;
}

.ewb-sty-l-hd a {
    font-size: 18px;
    font-weight: bold;
    color: #fff
}

.ewb-sty-l-bd {
    padding-top: 20px;
    padding-left: 20px;
}

.ewb-sty-l {
    width: 260px;
    background-color: #ecf6ff;
}

.ewb-sty-con {
    margin-left: 40px;
    width: 800px;
}

.ewb-sty-hd {
    height: 46px;
    background-color: #f6f6f6;
}

.ewb-sty-hd a {
    display: inline-block;
    padding: 0 32px 0 28px;
    height: 43px;
    line-height: 43px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #1492ff;
    border-top: 3px solid #1492ff;
    background-color: #fff;
}

.ewb-sty-link {
    display: block;
    margin-bottom: 10px;
}

.ewb-sty-radiusl {
    width: 15px;
    height: 32px;
}

.ewb-sty-link:hover .ewb-sty-radiusl,
.ewb-sty-link.current .ewb-sty-radiusl {
    background: url('../images/policy_radiusl.png');
}

.ewb-sty-radiusr {
    width: 15px;
    height: 32px;
}

.ewb-sty-link:hover .ewb-sty-radiusr,
.ewb-sty-link.current .ewb-sty-radiusr {
    background: url('../images/policy_radiusr.png');
}

.ewb-sty-sp {
    padding-left: 36px;
    width: 157px;
    height: 32px;
    line-height: 32px;
    color: #333;
    background: url('../images/policy_item_icon.png') 20px 14px no-repeat;
    font-size: 16px;
    font-weight: bold;
}

.ewb-sty-link:hover .ewb-sty-sp,
.ewb-sty-link.current .ewb-sty-sp {
    font-weight: bold;
    color: #fff;
    background: url('../images/policy_item_iconh.png') 20px 14px no-repeat #f8a65c;
}

/* 右侧 */

.ewb-dialog {
    margin-left: 20px;
    height: 633px;
    border: 1px solid #e1e9f0;
}

.ewb-dialog-hd {
    margin: -1px -1px 0 -1px;
    height: 50px;
    line-height: 50px;
    background-color: #e9f2f9;
}

.ewb-dialog-tt {
    float: left;
    margin-left: 20px;
    padding-left: 39px;
    font-size: 18px;
    font-weight: bold;
    color: #1492ff;
    background: url('../images/dialog_icon.png') left center no-repeat;
}

.ewb-dialog-box {
    padding: 15px 0;
    height: 453px;
    border-bottom: 1px solid #e1e9f0;
}

.ewb-dialog-wrap {
    padding: 0 20px;
    height: 453px;
    overflow: hidden;
}

.ewb-dialog-item {
    position: relative;
    width: 58%;
    min-height: 74px;
    padding-bottom: 20px;
}

.ewb-dialog-item.l {
    padding-left: 64px;
	cursor: pointer;
}

.ewb-dialog-item.r {
    padding-right: 64px;
}

.ewb-head-portrait {
    position: absolute;
    top: 15px;
    width: 44px;
    height: 44px;
}

.ewb-dialog-item.l .ewb-head-portrait {
    left: 0;
}

.ewb-dialog-item.r .ewb-head-portrait {
    right: 0;
}

.ewb-dialog-info {
    height: 36px;
    line-height: 36px;
}

.ewb-dialog-name {
    color: #1492ff;
}

.ewb-dialog-date {
    margin-left: 14px;
    color: #999;
}

.ewb-dialog-item.r .ewb-dialog-date {
    margin-left: 0;
    margin-right: 14px;
}

.ewb-dialog-content {
    padding: 10px 15px;
    min-width: 12px;
    min-height: 24px;
    line-height: 24px;
    border-radius: 5px;
    background-color: #f7f7f7;
}

.ewb-dialog-item.r .ewb-dialog-content {
    background-color: #ecf6ff;
}

.ewb-send {
    height: 100px;
}

.input-tips {
    position: relative;
    z-index: 1;
    float: left;
    width: 670px;
    height: 100px;
}

.input-placeholder {
	position: absolute;
	top: 10px;
	left: 14px;
    height: 20px;
    line-height: 20px;
	color: #999;
	z-index: -1;
	cursor: text;
}

.input-box {
    text-indent: 14px;
    width: 100%;
    padding-top: 10px;
    height: 90px;
    line-height: 20px;
	border: 0;
    background: 0 0;
    resize: none;
    outline: 0;
}

.ewb-send-btn {
    float: right;
    margin: 53px 14px 0 0;
    width: 100px;
    height: 32px;
    border: 0;
    border-radius: 16px;
    color: #fff;
    background-color: #1492ff;
    cursor: pointer;
}