﻿/**!
 * 通用二级页
 * author: wangkai;
 * date:2019-03-26
 */

.ewb-main {
    min-height: 834px;
	margin-top:10px;
    background: url('../images/sub_bg.jpg') left bottom no-repeat #fff;
}

/* 竖版pad */

@media (max-width: 979px) {
    .ewb-main {
        background: #fff;
    }
}


/* 左侧 */

.ewb-left {
    margin: -1px 5px 0 23px;
}

.ewb-menu-hd {
    height: 57px;
    line-height: 56px;
    text-align: center;
    background: url('../images/menu_hd_bg.jpg') no-repeat #075cd3;
}

.ewb-menu-hd span {
    font-size: 20px;
    font-weight: bold;
    color: #f4f4f4;
}

.wb-tree {
    padding-top: 2px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wb-tree-items {
    margin-top: 2px;
}

.wb-tree-items:first-child {
    margin-top: 0;
}

.wb-tree-items,
.wb-tree-item {
    cursor: pointer;
}

.wb-tree-tt {
    display: block;
    height: 57px;
    padding: 0 30px;
    color: #085dce;
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.wb-tree-tt span {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    font-size: 18px;
}

.wb-tree-tt i {
    width: 0; 
    height: 100%; 
    vertical-align: middle; 
    display: inline-block;
}

.wb-tree-node {
    position: relative;
    display: block;
    height: 57px;
    line-height: 57px;
    color: #666;
    background-color: #e1eaf9;
}

.wb-tree-iconr {
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -7px;
    width: 8px;
    height: 14px;
    background: url('../images/wblistr.png') no-repeat;
}

.wb-tree-sub {
    display: none;
    background-color: #fff;
}

.wb-tree-item {
    border-top: 1px dashed #e6e6e6;
}

.wb-tree-item:first-child {
    border-top: 0;
}

.wb-sub-node {
    position: relative;
}

.wb-sub-tt {
    display: block;
    padding: 5px 30px 5px 50px;
    line-height: 24px;
    font-size: 16px;
    color: #666;
    background-color: #fff;
}

.wb-sub-tt:hover {
    color: #085dce;
}

.wb-sub-iconr {
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -5px;
    width: 9px;
    height: 10px;
    background: url('../images/subiconr.png') no-repeat;
}

.wb-three-sub {
    display: none;
}

.wb-three-sub li {
    vertical-align: top;
    border-top: 1px dashed #e6e6e6;
}

.wb-three-sub li a {
    display: block;
    padding: 4px 0 4px 79px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    background: url('../images/tree_dian.png') 70px center no-repeat;
}

.wb-three-sub li a:hover,
.wb-three-sub li a.current {
    color: #0965c8;
    background-image: url('../images/tree_dian_c.png');
}

.current .wb-tree-tt {
    font-weight: bold;
    color: #fff;
}

.current .wb-tree-node {
    background-color: #0d7ddc;
}

.current .wb-tree-iconr {
    background-image: url('../images/wblistrc.png');
}

.hasChild.current .wb-tree-iconr {
    right: 14px;
    margin-top: -4px;
    width: 14px;
    height: 8px;
    background: url('../images/wblistrh.png') no-repeat;
}

.current .wb-tree-sub {
    display: block;
}

.wb-tree-item.current .wb-sub-tt {
    color: #085dce;
}

.wb-tree-item.current .wb-sub-iconr {
    background-image: url('../images/subiconrc.png');
}

.wb-tree-item.hasChild.current .wb-sub-iconr {
    right: 17px;
    width: 10px;
    height: 9px;
    background-image: url('../images/subiconrh.png');
}

.wb-tree-item.current .wb-three-sub {
    display: block;
}

/* 竖版pad-1099分辨率 */

@media (min-width: 980px) and (max-width: 1099px) {
    .wb-tree-tt {
        padding-left: 20px;
    }
    .wb-sub-tt {
        padding-left: 40px;
    }
    .wb-three-sub li a {
        padding-left: 69px;
        background-position: 60px center;
    }
}

/* 竖版pad */

@media (max-width: 979px) {
    .ewb-left {
        margin: 0 10px;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-menu-hd span,
    .wb-tree-tt span {
        font-size: 16px;
    }
    .wb-sub-tt {
        font-size: 14px;
    }
    .wb-three-sub li a {
        font-size: 12px;
    }
}

/* 右侧 */

.ewb-right {
    padding-top: 13px;
    margin: 0 23px 0 8px;
}

.ewb-column-hd {
    /* height: 40px; */
    background: url(../images/column_bg.png) 100px center no-repeat;
}

.ewb-column-hd-new {
    /* height: 40px; */
    background: url(../images/column_bg.png) right center no-repeat;
}

.ewb-column-tt {
    float: left;
    padding-left: 37px;
    padding-right: 10px;
    height: 40px;
    line-height: 39px;
    font-size: 18px;
    font-weight: bold;
    color: #0965c8;
    background: url('../images/column_icon1.png') left 11px no-repeat #fff;
}

.ewb-list-node {
    height: 42px;
    line-height: 42px;
    border-top: 1px dashed #e2e2e2;
    vertical-align: top;
    
}

.ewb-list-node:first-child {
    border-top: 0;
}

.ewb-list-name,.ewb-list-ques{
    float: left;
    max-width: 80%;
    color: #666;
}

.ewb-list-date {
    float: right;
    color: #999;
}

.ewb-list-node:hover .ewb-list-name,
.ewb-list-node:hover .ewb-list-date,
.ewb-list-node:hover .ewb-list-ques {
    color: #075cd3;
}

/* 分页 */

/* 竖版pad */

@media (max-width: 979px) {
    .ewb-right {
        margin: 10px 10px 0 10px;
    }
    .ewb-right-notree {
        margin: 10px 10px 0 10px;
    }
    .ewb-list-name, .ewb-list-ques {
      float: left;
      max-width: 60%;
      color: #666;
   }   
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-column-tt {
        font-size: 16px;
    }
    .ewb-list-name {
        max-width: 65%;
    }
    .ewb-list-ques {
    	max-width: 55%;
    }
}

.yx {
	color: #0c5aa9;
}

.wks {
    color: #a90c0c;
}

.wx {
	color: #feb343;
}

.ewb-main-white {
	background: none;
    background-color: #fff;
}



.ewb-moreinfo {
	height: 40px;
    line-height: 40px;
    color: #999;
}

/* 县（市）区概况 */
.ewb-tab-tt {
    margin: 10px 0 0 10px;
    float: left;
    width: 18%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #333;
    background: #e6ebf2;
    border-radius: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ewb-tab-tt :hover{
	color: #fff;
	background: #e12727;
}

.ewb-tab-content {
    margin-left: 80px;
}

.ewb-tab-name {
	position: absolute;
    top: 28px;
    left: 20px;
    padding: 11px 15px;
    float: left;
    width: 100px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    background-color: #0d7ddc;
}

.ewb-tab-hd {
    padding: 5px 20px 15px;
    /* border-bottom: 1px solid #d8e3e8; */
}

@media (max-width: 767px) {
    .ewb-tab-tt{
		margin: 5px 0 0 5px;
		width: 22%;
		font-size: 13px;
	}
	.ewb-tab-content{
		margin-left: 70px;
	}
	.ewb-tab-name{
		margin-left: 10px;
		font-size: 16px;
	}
	.ewb-tab-hd{
		padding: 10px 5px 15px;
	}
	.ewb-tab-name{ 
		width: 65px;
	}
}

.ewb-right-notree {
	padding-top: 13px;
    margin: 0 23px 0 23px;
}

.ewb-list{
	/* min-height:210px; */
    margin-bottom: 1px;
}