﻿/**!
 * 信息公开列表
 * author: wangkai;
 * date:2019-03-31
 */

 .ewb-main {
    min-height: 834px;
    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-left ul span{cursor:pointer}

.ewb-menu-node {
    margin-top: 10px;
    vertical-align: top;
}

.ewb-menu-node:first-child {
    margin-top: 0;
}

.ewb-menu-name {
    display: block;
    height: 44px;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #0c5baa;
}

.ewb-catalog {
    margin-top: 10px;
}

.ewb-catalog-hd {
    height: 60px;
    line-height: 59px;
    text-align: center;
    background-color: #0c5baa;
}

.ewb-catalog-hd span {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.wb-tree,.wb-tree-imp,.wb-tree-dept,.wb-tree-theme,.wb-tree-genre{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wb-tree-items,.wb-tree-items-imp,.wb-tree-items-dept,.wb-tree-items-theme,.wb-tree-items-genre {
    border-top: 2px solid #fff;
}

.wb-tree-items-imp:first-child,.wb-tree-items-theme:first-child{
    border-top: 0;
}

.wb-tree-items,.wb-tree-items-imp,.wb-tree-items-dept,.wb-tree-items-theme,.wb-tree-items-genre,
.wb-tree-item {
    cursor: pointer;
}

.wb-tree-tt {
    font-size: 16px;
    color: #085dce;
}

.wb-tree-node,.wb-tree-node-imp,.wb-tree-node-dept,.wb-tree-node-theme,.wb-tree-node-genre {
    position: relative;
    display: block;
    padding-left: 54px;
    height: 57px;
    line-height: 57px;
    color: #666;
    background-color: #f0f5fd;
    background-position: 10px center;
    background-repeat: no-repeat;
}

.wb-tree-node.icon1 {
    background-image: url('../images/catalog_icon1.png');
}

.wb-tree-node.icon2 {
    background-image: url('../images/catalog_icon2.png');
}

.wb-tree-node.icon3 {
    background-image: url('../images/catalog_icon3.png');
}

.wb-tree-node.icon4 {
    background-image: url('../images/catalog_icon4.png');
}

.wb-tree-node.icon5 {
    background-image: url('../images/catalog_icon5.png');
}

.wb-tree-node-theme{background-image: url('../images/theme_icon.png');}
.wb-tree-node-genre{background-image: url('../images/genre_icon.png');}
.wb-tree-iconr {
    float: right;
    margin: 22px 17px 0 0;
    width: 8px;
    height: 14px;
    background: url('../images/wblistr.png') no-repeat;
	display:none;
}
.hasChild .wb-tree-iconr{display:block}

.wb-tree-sub {
    display: none;
    background-color: #fff;
}

.wb-tree-item {
    position: relative;
    border-top: 1px dashed #e6e6e6;
}

.wb-tree-item:first-child {
    border-top: 0;
}

.wb-sub-tt {
    display: block;
    height: 34px;
    line-height: 33px;
    padding-left: 69px;
    font-size: 16px;
    color: #333;
    background: url('../images/listimg.jpg') 54px center no-repeat;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wb-sub-tt:hover,
.wb-sub-tt.current {
    color: #fa9114;
    background-image: url('../images/listimgh.jpg');
}

.current .wb-tree-sub {
    display: block;
}

.current .wb-tree-tt {
    font-weight: bold;
    color: #fa9114;
}

.current .wb-tree-iconr {
    margin: 25px 14px 0 0;
    width: 14px;
    height: 8px;
    background-image: url('../images/wblistrh1.png');
}


.current .wb-tree-node.icon1 {
    background-image: url('../images/catalog_icon1_h.png');
}

.current .wb-tree-node.icon2 {
    background-image: url('../images/catalog_icon2_h.png');
}

.current .wb-tree-node.icon3 {
    background-image: url('../images/catalog_icon3_h.png');
}

.current .wb-tree-node.icon4 {
    background-image: url('../images/catalog_icon4_h.png');
}

.current .wb-tree-node.icon5 {
    background-image: url('../images/catalog_icon5_h.png');
}
.current .wb-tree-node-theme {
    background-image: url('../images/theme_icon_h.png');
}
.current .wb-tree-node-genre{
    background-image: url('../images/genre_icon_h.png');
}
/* 弹出框 */

.wb-tree-drop {
    display: none;
    position: absolute;
    z-index: 200;
    top: 0;
    left: 100%;
    width: 244px;
    max-height: 360px;
    padding: 4px 0;
    background-color: #eee;
    overflow-y: auto;
    overflow-x: hidden;
}

.wb-tree-item:hover .wb-tree-drop {
    display: block;
}

.wb-td-item {
    padding: 0 7px;
}

.wb-td-node {
    height: 36px;
    line-height: 36px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}

.wb-td-iconr {
    float: left;
    margin: 13px 12px 0 17px;
    width: 10px;
    height: 10px;
    background: url('../images/tdiconr.png');
}

.wb-td-item.hasChild .wb-td-iconr {
    background-image: url('../images/tdiconrc.png');
}

.wb-td-item.hasChild.current .wb-td-iconr {
    background: url('../images/tdiconr.png');
}

.wb-td-tt {
    color: #333;
}

.wb-td-tt:hover {
    color: #23527c;
}

.wb-td-subs {
    display: none;
}

.wb-td-list {
    padding: 4px 0;
}

.wb-td-list li {
    vertical-align: top;
}

.wb-td-list li a,.wb-td-list li span {
    display: block;
    padding-left: 55px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-td-list li a:hover,.wb-td-list li span:hover {
    background-color: #fff;
}

.wb-td-item.current .wb-td-subs {
    display: block;
}

/* 1099分辨率及以下 */

@media (max-width: 1099px) {
    .ewb-catalog-hd span {
        font-size: 18px;
    }
    .wb-sub-tt {
        font-size: 14px;
    }
}

/* 竖版pad */

@media (max-width: 979px) {
    .ewb-left {
        margin: 0 10px;
    }
    .wb-tree-drop {
        display: none !important;
    }
}

/* 右侧 */

.ewb-right {
    padding-top: 13px;
    margin: 0 23px 0 8px;
}

.ewb-column-hd {
    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-item-wrap {
    padding: 5px 0 14px 0;
}

.ewb-item {
    padding: 9px 0 8px 0;
    border-top: 1px dashed #dfdfdf;
}

.ewb-item:first-child {
    border-top: 0;
}

.ewb-item-tt {
    height: 32px;
    line-height: 32px;
    padding-left: 14px;
    font-size: 16px;
    font-weight: bold;
    color: #0965c8;
    background: url('../images/cube.jpg') left center no-repeat;
}
.ewb-item-tt a,.ewb-item-tt span{color: #0965c8;cursor:pointer}
.ewb-list-node {
    padding-left: 14px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    background: url('../images/listimg.jpg') left center no-repeat;
}

.ewb-list-name {
    float: left;
    max-width: 80%;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ewb-list-date {
    float: right;
    color: #666;
}

.ewb-list-node:hover .ewb-list-name,
.ewb-list-node:hover .ewb-list-date {
    color: #075cd3;
}

/* 竖版pad */

@media (max-width: 979px) {
    .ewb-right {
        margin: 0 10px;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-list-name {
        max-width: 65%;
    }
}






/*依申请指南页*/
.page-header-1 {
    padding: 0;
    padding-bottom: 10px;
    margin: 15px 0 20px;
    position: relative;
}
.border-bottom {
    border-bottom: 1px solid #e4e4e4;
}
.page-header-1 > * {
    margin: 0;
    overflow: hidden;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 1px;
    vertical-align: text-top;
}
.page-header-1 h3 {
    padding: 0 20px;
    font-size: 18px;
    color: #0069c5;
    border-left: 4px solid #0069c5;
}
.page-header-1 h4 {
    padding: 0 15px;
    font-size: 16px;
    border-left: 3px solid #0069c5;
    color: #0069c5;
    margin-top: 30px;
}

.border {
    border: 1px solid #eee;
}
.bg-list {
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 10px 20px !important;
    line-height:1.8;
}
.no-bg {
    background: none !important;
}
.col-20 {
    width: 20% !important;
    float:left;
	border:0;
}
/*依申请指南查询*/
.ewb-ysqfn{
	border:0;margin:10px auto;
}

.ewb-ysqsw{
	border:0;margin:10px auto;
    margin-left: 19%;
    margin-top: -4.3%;
}

.ewb-ysqcs{
	padding:6px;
	margin-left: 1%;
}

#fn{
	width:188px;
}
#sw{
	width:188px;	
}
.wb-tree{
	margin-bottom:10px;
	
}