@charset 'UTF-8';

/**!
 * 诚信公开
 * author: qianyuting;
 * date: 2020-12-10
 */

/* main */
.cm-wpr {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.ewb-main {
    padding: 0;
    /* padding-bottom: 26px; */
}

/* pan */

.ewb-pan-hd {
    height: 76px;
    line-height: 76px;
    overflow: hidden;
    background: url(../images/pan_bg.jpg) left top no-repeat #0c378f;
    height: 66px;
    line-height: 66px;
    overflow: hidden;
    background: #01479d;
}

.pan-tt {
    /*! padding-left: 105px; */
    display: block;
    /*! height: 76px; */
    /*! line-height: 76px; */
    font-size: 20px;
    font-family: "SourceHanSansCN-Bold";
    color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* look */
.ewb-look-items>li{
	padding-bottom: 13px;
	border-bottom: 1px dashed #d5d5d5;
}

.look-intro{
	line-height: 24px;
	color: #666;
	text-align: justify;
    text-justify: inter-ideograph;
}

.look-intro a{
	color: #666;
}

.look-tt{
	margin-top: 3px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #333;
}

.look-tt a{
	color: #333;
}

.look-state{
	margin-top: 12px;
	line-height: 22px;
	color: #999;
}

.look-sta01{
	margin-right: 68px;
}
.look-sta02{
	width:50%;
	text-align:left;
	
}

.look-tt a:hover{
	color: #ff9000;
	font-family: "SourceHanSansCN-Bold";
}

.m-pagination-jump{
	    width: 180px;
}
.ewb-trade-list>li {
    padding-bottom: 13px;
    border-bottom: 1px dashed #d5d5d5;
}


.condition-wrap {
    padding: 30px 0px 20px 0px;
    background-color: #f4f8ff;
}

.condition-item {
    /* padding: 9px 12px; */
    line-height: 32px;
}

.condition-label {
    width: 130px;
    color: #16a1f1;
    text-align: right;
}

.condition-con {
    width: calc(100% - 130px);
}

.condition-con>input {
    width: 100%;
    height: 32px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-sizing: border-box;
}


input.date-sel {
    width: calc(50% - 67px);
    background: #fff url('../images/subPage/icon_date.png') 95% center no-repeat;
}

.condition-btns {
    margin-top: 20px;
/*     font-size: 0; */
    -webkit-text-size-adjust: none;
    text-align: center;
}

.condition-search {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 30px;
    font-size: 16px;
    color: #fff;
    background-color: #16a1f1;
    border-radius: 6px;
}
.ewb-look-items {
    min-height: 400px;
}

.date-zhi {
    display: inline-block;
    width: 125px;
    text-align: center;
    vertical-align: middle;
}

.sel,
.sel-wrap {
  position: relative;
  width: 100%;
  height: 32px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sel:hover,
.sel.on {
  border: 1px solid #2590eb;
}

.sel-tt {
  padding-left: 10px;
  padding-right: 30px;
  height: 30px;
  line-height: 30px;
  color: #757575;
  cursor: pointer;
  background: url("../images/sel_ico1.png") right center no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sel-tt.on {
  background-image: url("../images/sel_ico2.png");
}

.sel-tt.hasval {
  color: #333;
}

.sel-bd {
  display: none;
  position: absolute;
  z-index: 900;
  top: 36px;
  right: -1px;
  left: -1px;
  border: 1px solid #2590eb;
  padding: 4px 15px;
  max-height: 250px;
  background: #fff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}

.sel-items > li {
  padding: 5px 0;
  height: 30px;
  line-height: 20px;
  cursor: pointer;
}

.sel-items > li.cur {
  color: #2590eb;
}

.multiple .sel-items > li {
  padding-left: 25px;
  background: url("../images/sel_box.jpg") left 8px no-repeat;
}

.multiple .sel-items > li.cur {
  background-image: url("../images/sel_box_cur.jpg");
}


.ewb-w44 {
    width: 44px;
}

.ewb-w133 {
    width: 320px;
}

.ewb-w108 {
    width: 182px;
}

.ewb-w128 {
    width: 180px;
}

.ewb-trade-th {
    background-color: #5cc5fb;
    height: 36px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.ewb-trade-pro {
    text-align: left;
    text-indent: 20px;
}

.ewb-trade-td {
    font-size: 14px;
    height: 41px;
    border-bottom: 1px dashed #d8d8d8;
    text-align: center;
    vertical-align: top;
    line-height: 41px;
}

.ewb-trade-td>a {
    display: block;
    color: #333;
    text-align: left;
    margin-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-trade-tr:hover {
    background-color: #fff3e4;
}
.ewb-tab-hd{
    margin-top: 12px;
}
.ewb-tab-tt{
    position: relative;
    display: block;
    font-size:16px;
    height: 32px;
    line-height: 32px;
    margin-left: 20px;
    margin-right: 5px;
}
.ewb-tab-tt>a{
    color:#000;
    font-weight: bold;
}
.ewb-tab-tt>i{
    display: none;
    width: 10px;
    height: 4px;
    position: absolute;
    left:48%;
    bottom:0;
    background:url(../images/tabicon.png) no-repeat;
}
.ewb-tab-tt.current{
    cursor: pointer;
    /* border-bottom: 2px solid #0080da; */
}
.ewb-tab-tt.current>i{
    display: block;
}
.ewb-tab-tt.current>a{
    color:#0080da;
}
.ewb-tab-bd{
    margin:0 20px;
    border-bottom: 1px dashed #cbcbcb;
}

.ewb-tab-bd-city{
	padding-top: 11px;
    /* margin:10px 20px; */
    /* border-bottom: 1px dashed #cbcbcb; */
}

.ewb-tab-bd .ewb-area-ritems{
   /*  padding:20px 0; */
}
.ewb-tab-bd .ewb-area-ritems>li {
    width: auto;
    margin-right: 20px;
    padding-bottom: 8px;
}

.ewb-tab-bd .ewb-area-ritems>li>a {
    padding:0 10px;
    font-size: 16px;
}

