/**!
 * 闵行
 * author: xuy;
 * date:2018-02-05
 */

.ewb-mt12 {
    margin-top: 12px;
	overflow-x: auto;
}

.ewb-mt10 {
    margin-top: 10px;
}

.ewb-form {
    padding: 8px 20px 0 0;
    min-height: 322px;
    background-color: #fff;
}

.ewb-form-ft {
    width: 87px;
    line-height: 34px;
    font-size: 14px;
    text-align: right;
}

.ewb-form-block {
    margin-left: 87px;
}

.ewb-form-txtarea {
    margin-top: 8px;
    width: 100%;
    height: 149px;
    resize: none;
    border: 1px solid #e5e5e5;
}

.ewb-form-txt {
    width: 39%; //240px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #e5e5e5;
}

.ewb-form-ft.short {
    width: 74px;
}

.ewb-form-txt.short {
    margin-right: 10px;
    width: 20%; // 142px;
}

.ewb-form-con {
    margin-left: 87px;
}

.ewb-form-rad {
    margin-top: 3px;
    margin-left: 0;
    width: 14px;
    height: 14px;
}

.ewb-form-lab {
    margin-left: 6px;
    margin-right: 25px;
    line-height: 20px;
    font-size: 14px;
}

.ewb-form-btn {
    margin-top: 13px;
    margin-left: 20px;
    text-align: center;
}

.ewb-form-btton {
    margin: 0 7px;
    width: 88px;
    height: 30px;
    font-size: 14px;
    border: 0;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
}

.ewb-form-btton.bgc1 {
    background-color: #cddd3c;
}

.ewb-form-btton.bgc2 {
    background-color: #bebebe;
}

.ewb-hint {
    padding: 0 10px;
    min-height: 330px;
    background-color: #fff;
}

.ewb-hint-hd {
    height: 40px;
    text-align: center;
}

.ewb-hint-tt {
    display: inline-block;
    width: 164px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    font-family: Microsoft YaHei;
    color: #fff;
    background: url(../images/hint_tt_bg.png);
}

.ewb-hint-bd {
    margin: 12px 10px 0;
    padding: 13px 13px 80px 13px;
    background-color: #effafe;
	height:174px;
}

.ewb-hint-p {
    line-height: 24px;
    text-indent: 2em;
    font-family: Microsoft YaHei;
}

.ewb-img {
    margin-top: 10px;
    display: block;
}

.ewb-con {
    margin-top: 10px;
    padding: 12px 10px 0;
    background-color: #fff;
}

.ewb-srh {
    float: right;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
}

.ewb-srh-ft {
    width: 47px;
}

.ewb-srh-txt {
    padding-left: 7px;
    width: 231px;
    height: 28px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    outline: 0;
    color: #999;
    border: 1px solid #e1e1e1;
}

.ewb-srh-btn {
    margin-left: 11px;
    width: 52px;
    height: 30px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: url(../images/btn_icon.png) 18px 7px no-repeat #ffa800;
}

.ewb-con-date {
    width: 182px;
    border-left: 1px solid #fff;
}

.ewb-cont {
    margin-right: 182px;
}

.ewb-con-hd {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    text-align: center;
    color: #fff;
    background-color: #01b3f1;
}

.ewb-con-hd th {
    text-align: center;
}

.ewb-cont-tab {
    margin-top: 6px;
    width: 100%;
	table-layout: fixed;
}

.ewb-cont-tab td {
    padding: 10px;
    line-height: 24px;
    font-size: 14px;
    font-family: Microsoft YaHei;
}

.ewb-con-bgc1 span {
    color: #01b3f1;
}

.ewb-con-bgc2 span {
    color: #bfd30d;
}

.ewb-con-bgc1 {
	height: 14px;
	line-height: 14px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align: left;
	display: table-cell;
}

.ewb-con-bgc2 {
    border: 1px solid #e5e5e5;
    border-top: 0;
    background-color: #fff;
}

.ewb-con-date td {
    text-align: center;
}

.ewb-con-time {
    border-left: 0;
    text-align: center;
}

.ewb-more {
    height: 47px;
    line-height: 47px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    text-align: center;
}

.ewb-more a {
    color: #01b3f1;
}

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-form-txt {
        width: 25%;
    }
    .ewb-form-txt.short {
        width: 20%;
    }
}

@media (max-width: 767px) {
    .ewb-flt {
        margin-bottom: 10px;
        overflow: hidden;
    }
    .ewb-form-ft.short {
        width: 87px;
    }
    .ewb-form-txt {
        width: 70%;
    }
    .ewb-form-txt.short {
        width: 37%;
    }
    .ewb-flt img {
        float: left;
    }
    .ewb-srh-txt {
        width: 100px;
    }
    .ewb-hint {
        margin-top: 10px;
    }
    .ewb-form {
        padding-bottom: 10px;
    }
}

@media (max-width: 712px){
	.ewb-cont-tab {
		width: 712px;
	}
}

.title-h1{
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
}

.ewb-th1{
	width: 5%;
}
.ewb-th2{
	border-left: 1px solid #fff;
}
.ewb-th3{
	border-left: 1px solid #fff;
}
.ewb-th4{
	border-left: 1px solid #fff;
}

.ewb-localtion{
	text-align: center;
}

.ewb-tr-link {
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 16px;
    background: url(../images/tab_srh_icon.png);
}

.ewb-tj {
	width: 100px;
	font-weight: bold;
	color: red;
} 

.ewb-con-tr{
	border-bottom: 1px dashed #e3e3e3;
}

.showcontent {
    height: auto !important;
    margin: auto !important;
    background-color: white !important;

}

.showcontent>.ewb-hint-p {
    font-size: 18px;
    line-height: 36px;
}

.showcontent>.title-h1 {
    font-size: 24px;
    line-height: 48px;
}

.ewb-form-block.ll {
    float: right;
    padding-right: 27%;
}

@media (max-width: 767px){
	.ewb-form-block.ll {
        float: none;
    }
}
