/**!
 * 眉山县属国有企业物资（服务）采购平台
 * author: wuzhou
 * date:2018-09-25
 */

.ewb-list-main {
    padding: 0 19px 10px;
    background-color: #fff;
    border: 1px solid #ededed;
    min-height: 725px;
}

.ewb-route {
    padding: 18px 0 15px;
    height: 26px;
    line-height: 26px;
    color: #999;
    padding-left: 23px;
    background: url("../images/route_ico.png") left center no-repeat;
}


.ewb-route>a {
    color: #999;
}

.ewb-last {
    color: #333;
}

.ewb-title-area {
    height: 106px;
    border-bottom: 1px solid #1c9ff1;
    background: url("../images/page_title_bg.png") right bottom no-repeat;
}

.ewb-page-title {
    height: 47px;
    line-height: 47px;
    padding-left: 15px;
    font-size: 18px;
    color: #1c9ff1;
    font-weight: bold;
    background: url("../images/list_ico.jpg") left center no-repeat;
}

/* 常见问题 */
.ewb-menu-area {
    width: 180px;
}

.ewb-menu-items>li {
    position: relative;
    vertical-align: top;
}

.ewb-menu-items>li>a {
    display: block;
    height: 99px;
    line-height: 99px;
    font-size: 18px;
    color: #333;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    background-color: #f2f2f2;
}

.ewb-menu-arr {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: -7px;
    width: 7px;
    height: 14px;
    background: url("../images/arr_img.png") center no-repeat;
}

.ewb-menu-items>li:hover a,
.ewb-menu-items>li.cur a {
    font-weight: bold;
    color: #fff;
    background-color: #1c9ff1;
    border-color: #1c9ff1;
}

.ewb-menu-items>li:hover .ewb-menu-arr,
.ewb-menu-items>li.cur .ewb-menu-arr {
    display: block;
}

/* 右侧内容 */
.wyplLine{
	width: 738px;
    padding-right: 10px;
}

.ewb-page-info {
    width: 738px;
    padding-right: 10px;
}
 

.ewb-opinion-title {
    font-size: 18px;
    color: #1c9ff1;
    text-align: center;
    line-height: 79px;
    height: 79px;
    padding-top: 9px;
}

.ewb-opinion-txt {
    display: block;
    width: 736px;
    height: 308px;
    border: 1px solid #d7e9fe;
    outline: none;
    resize: none;
}

.ewb-verify {
    display: block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-indent: 10px;
    margin-right: 20px;
    border: 1px solid #d7e9fe;
}

.ewb-verify-txt {
    width: 70px;
    padding-left: 10px;
    height: 38px;
    line-height: 38px;
}

.ewb-opinion-tips {
    padding-top: 25px;
    line-height: 24px;
    color: #e64747;
    margin-right: 20px;
}

.ewb-opinion-btn {
    display: block;
    width: 124px;
    height: 40px;
    margin:24px auto 0;
    border: 0;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    background-color: #1c9ff1;
}

.ewb-opinion-btn:hover {
    background-color: #43b7ff;
}

.ewb-iframe{
	width:760px;
	height:525px;
}