@charset 'UTF-8';

/**!
 * 首页
 * author: lucw;
 * date: 2019-05-15
 * last edit by: qianyuting
 * last edit time: 2021-03-15
 */

/* main */
.cm-wpr {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.ewb-main {
    padding: 0;
    padding-bottom: 26px;
}

/* pan */
.ewb-pan{
	max-height: 1000px;
	padding-bottom: 400px;
	/* background: url(../images/subPage/subbg.png) left bottom repeat-x; */
}

.ewb-pan-hd {
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    background: url(../images/subPage/pan_bg.jpg) left top no-repeat;
    background-size: 100% 100%;
}

.pan-tt {
    padding: 0 20px;
    display: block;
    height: 70px;
    line-height: 70px;
    font-size: 22px;
    color: #fff;
    background: url(../images/subPage/pan_ico.png) 95% 80% no-repeat;
}

/* tree */
.wb-tree {
	padding-top: 1px;
	background-color: #eff6ff;
}

.wb-tree-items {
    cursor: pointer;
    border-bottom: 1px solid #e2ecfc;
}

.wb-tree-tt {
    color: #666;
    padding-left: 30px;
    background-position: left center;
    background-repeat: no-repeat;
}

.wb-tree-node{
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 28px 0 20px;
    font-size: 16px;
    color: #666;
    background-color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

 .wb-tree-node:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 28px;
    height: 60px;
    background: url('../images/subPage/tree_arrow_down.png') left center no-repeat;
}

.wb-tree-sub {
    display: none;
}

.wb-tree-item>a {
    position: relative;
	padding: 7px 20px 7px 50px;
    display: block;
	line-height: 24px;
	color: #666;
    border-left: 3px solid transparent;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-tree-item>a:before {
    content: "";
    position: absolute;
    left: 54px;
    top: 0;
    bottom: 0;
    border-left: 1px dashed #b9cde4;
}

.wb-tree-item:first-child>a:before {
    top: 50%;
}

.wb-tree-item:last-child>a:before {
    bottom: 50%;
}

.tree-sublk{
    position: relative;
	padding-left: 18px;
	background: url(../images/subPage/pan_list.png) left center no-repeat;
}

.wb-tree-item>a:hover,
.wb-tree-item.active>a {
    color: #2d7eda;
    border-left-color: #2d7eda;
}

.wb-tree-item.current>a {
    color: #2d7eda;
    border-left-color: #2d7eda;
}

.wb-tree-item>a:hover .tree-sublk,
.wb-tree-item.active>a .tree-sublk {
	background-image: url(../images/subPage/pan_listh.png);
}

.wb-tree-item.current>a .tree-sublk {
	background-image: url(../images/subPage/pan_listh.png);
}

/* .wb-tree-node:hover{
	background: url(../images/subPage/pan_s02.jpg) left top no-repeat #418ef9;
} */

.current .wb-tree-node,
.wb-tree-node:hover {
    background: url(../images/subPage/pan_s03.jpg) left top no-repeat #0259d2;
    background-size: 100% 100%;
}

.wb-tree-node:hover:after,
.current .wb-tree-node:after {
    background-image: url('../images//subPage/tree_arrow_up.png');
}

.current .wb-tree-sub {
    display: block;
}

.current .wb-tree-tt,
.wb-tree-node:hover .wb-tree-tt {
    color: #fff;
}

/* 菜单图标 */
/*.wb-tree-items:nth-child(1) .wb-tree-tt {
    background-image: url('../images/subPage/tree_node_icon1.png');
}

.wb-tree-items.current:nth-child(1) .wb-tree-tt,
.wb-tree-items:nth-child(1) .wb-tree-node:hover .wb-tree-tt {
    background-image: url('../images/subPage/tree_node_icon1_white.png');
}

.wb-tree-items:nth-child(2) .wb-tree-tt {
    background-image: url('../images/subPage/tree_node_icon1.png');
}

.wb-tree-items.current:nth-child(2) .wb-tree-tt,
.wb-tree-items:nth-child(2) .wb-tree-node:hover .wb-tree-tt {
    background-image: url('../images/subPage/tree_node_icon1_white.png');
}

.wb-tree-items:nth-child(3) .wb-tree-tt {
    background-image: url('../images/subPage/tree_node_icon3.png');
}

.wb-tree-items.current:nth-child(3) .wb-tree-tt,
.wb-tree-items:nth-child(3) .wb-tree-node:hover .wb-tree-tt {
    background-image: url('../images/subPage/tree_node_icon3_white.png');
}

.wb-tree-items:nth-child(4) .wb-tree-tt {
    background-image: url('../images/subPage/tree_node_icon4.png');
}

.wb-tree-items.current:nth-child(4) .wb-tree-tt,
.wb-tree-items:nth-child(4) .wb-tree-node:hover .wb-tree-tt {
    background-image: url('../images/subPage/tree_node_icon4_white.png');
}

.wb-tree-items:nth-child(5) .wb-tree-tt {
    background-image: url('../images/subPage/tree_node_icon5.png');
}

.wb-tree-items.current:nth-child(5) .wb-tree-tt,
.wb-tree-items:nth-child(5) .wb-tree-node:hover .wb-tree-tt {
    background-image: url('../images/subPage/tree_node_icon5_white.png');
}

.wb-tree-items:nth-child(6) .wb-tree-tt {
    background-image: url('../images/subPage/tree_node_icon6.png');
}

.wb-tree-items.current:nth-child(6) .wb-tree-tt,
.wb-tree-items:nth-child(6) .wb-tree-node:hover .wb-tree-tt {
    background-image: url('../images/subPage/tree_node_icon6_white.png');
}

.wb-tree-items:nth-child(7) .wb-tree-tt {
    background-image: url('../images/subPage/tree_node_icon7.png');
}

.wb-tree-items.current:nth-child(7) .wb-tree-tt,
.wb-tree-items:nth-child(7) .wb-tree-node:hover .wb-tree-tt {
    background-image: url('../images/subPage/tree_node_icon7_white.png');
}*/

/* colu */
.ewb-colu{
	padding: 0 17px;
	padding-top: 5px;
}

.ewb-colu-hd{
	padding-bottom: 12px;
	background: url(../images/subPage/colu_fbg.jpg) left bottom repeat-x;
}

.colu-tt{
	padding-left: 29px;
	height: 58px;
	line-height: 58px;
	font-size: 18px;
	font-family: "SourceHanSansCN-Bold";;
	color: #2c7edc;
	background: url(../images/subPage/colu_tname.png) left 13px no-repeat;
}

/* search */

.ewb-query {
	margin-top: 16px;
    position: relative;
    z-index: 1;
    padding: 0 40px 0 11px;
    width: 222px;
    height: 30px;
    border: 1px solid #e5e5e5;
}

.ewb-query .input-placeholder {
    position: absolute;
    top: 0;
    left: 9px;
    height: 28px;
    line-height: 27px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.ewb-query .input-box {
    width: 100%;
    height: 28px;
    line-height: 27px;
    background: 0 0;
}

.ewb-query-btn {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 30px;
    height: 30px;
    color: #fff;
    cursor: pointer;
    background: url(../images/subPage/find_sea.png) center no-repeat #fb7f00;
}

.ewb-query-btn:hover {
    background-color: #fb6400;
}

/* 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;
	    float: left;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    max-width: 85%;
}

.look-tt a{
	color: #333;
}

.look-state{
	/* margin-top: 12px; */
	line-height: 48px;
	color: #999;
}

.look-jxstatus{
	font-size: 16px;
}

.look-sta01{
	margin-right: 68px;
}


.look-tt a:hover{
	color: #2c7edc;
	font-family: "SourceHanSansCN-Bold";;
}


/* 1200分辨率以下 */

/* @media (max-width: 1199px) {
	.pan-tt{
		padding-left: 0;
		text-align: center;
		background: none;
	}
} */

/* 竖版pad及以下 */

@media (max-width: 979px) {
	/* .ewb-pan-hd{
		background: #0c3795;
	} */
	
	.look-tt{
		max-width: 78%;
	}

	.ewb-pan{
		max-height: inherit;
		padding-bottom: 10px;
	}
}


/* 手机端 */

@media (max-width: 767px) {
    .colu-sea{
        float: none !important;
        padding-bottom: 20px;
    }

    .colu-tt{
        float: none !important;
        display: block;
        margin-top: 10px;
        height: auto;
        line-height: 38px;
        background-position: left 4px;
    }

    .ewb-pan-hd {
        height: 66px;
        line-height: 65px;
    }

    .pan-tt {
        font-size: 18px;
        height: 66px;
        line-height: 65px;
    }

    .ewb-query{
        width: 100%;
    }
    .ewb-colu {
        padding: 5px 10px 0 10px;
    }
}

/*竖版手机端*/

@media (max-width: 480px) {
    
}

/* 新增搜索条件 */

.condition-wrap {
    padding: 30px 40px 20px 20px;
    background-color: #f4f8ff;
}

.condition-item {
    padding: 9px 12px;
    line-height: 32px;
}

.condition-label {
    width: 110px;
    color: #16a1f1;
    text-align: right;
}

.condition-con {
    width: calc(100% - 110px);
}

.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");
}

/* 手机端 */

@media (max-width: 767px) {
    .condition-wrap {
        padding: 10px;
    }

    .condition-label {
        width: 100px;
    }

    .condition-item {
        width: 100%!important;
        padding: 5px 0;
    }

    input.date-sel {
        width: 100%;
    }

    .date-zhi  {
        display: none;
    }
}


