﻿.main {
    padding-bottom: 40px;
    background: #f7f7f7;
    box-shadow: 0px 5px 13px 0px rgba(0, 18, 37, 0.1);
    overflow: hidden;
}

/* 搜索 */
.search-cont {
    margin-top: 80px;
    background: url("../images/icon_line.png") center center no-repeat;
}

.wrap-search {
    width: 510px;
    height: 50px;
    margin: 0 auto;
    border-radius: 9px;
    border: 1px solid #2d66a5;
    background: #fff;
    overflow: hidden;
}

.input-cont {
    padding-right: 68px;
}

.input-box {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    font-size: 18px;
    outline: none;
    border: none;
}

.search-btn {
    float: right;
    width: 68px;
    height: 48px;
    margin-top: -48px;
    background: url("../images/icon_search.png") center center no-repeat;
    cursor: pointer;
    border: none;
    outline: none;
}


/* 内容 */
.wrap {
    margin-top: 88px;
}

.wrap-right {
    margin-right: 36px;
    border: 1px solid #e6e6e6;
    background: #fff;
	min-height:750px;
}

/* 垂直菜单 */
.wb-tree {
    margin: 0 -9px 0 36px;
}

.wb-tree-items {
    margin-top: 15px;
}

.wb-tree-items:first-child {
    margin-top: 0;
}

.wb-tree-node {
    height: 70px;
    border: 1px solid #e6e6e6;
    background: #fff;
}

.wb-tree-tt {
    display: block;
    height: 100%;
    font-size: 23px;
}

.tt-icon {
    float: left;
    width: 40px;
    height: 40px;
    margin: 14px 18px 0 29px;
    background: center center no-repeat;
}

.tt-icon.icon1 {
    background-image: url('../images/icon_gkzn.png');
}

.tt-icon.icon2 {
    background-image: url('../images/icon_gkzd.png');
}

.tt-icon.icon3 {
    background-image: url('../images/icon_gknr.png');
}

.tt-icon.icon4 {
    background-image: url('../images/icon_gknb.png');
}

.tt-p {
    float: left;
    width: 95px;
    margin-top: 5px;
    line-height: 29px;
    color: #126cb7;
}

.tt-show {
    float: left;
    width: 18px;
    height: 18px;
    margin: 25px 0 0 21px;
    background: url("../images/icon_zk.png") center center no-repeat;
}

.wb-tree-node:hover,
.wb-tree-items.current .wb-tree-node {
    background: url("../images/tree_bg.png") center center no-repeat;
    background-size: 100% 100%;
}

.wb-tree-node:hover .tt-p,
.wb-tree-items.current .tt-p {
    color: #fff;
}

.wb-tree-node:hover .icon1,
.wb-tree-items.current .icon1 {
    background-image: url('../images/icon_gkzn1.png');
}

.wb-tree-node:hover .icon2,
.wb-tree-items.current .icon2 {
    background-image: url('../images/icon_gkzd1.png');
}

.wb-tree-node:hover .icon3,
.wb-tree-items.current .icon3 {
    background-image: url('../images/icon_gknr1.png');
}

.wb-tree-node:hover .icon4,
.wb-tree-items.current .icon4 {
    background-image: url('../images/icon_gknb1.png');
}

.wb-tree-node:hover .tt-show,
.wb-tree-items.current .tt-show {
    background-image: url("../images/icon_sq.png");
}

.wb-tree-sub {
    padding: 20px 0;
    border: solid #e6e6e6;
    border-width: 0 1px 1px;
    background: #fff;
}

.wb-tree-item>a {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    font-weight: bold;
    /* text-align: center; */
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-left: 59px;
}

.wb-tree-sub a span {
    position: relative;
}

.wb-tree-sub a span:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: -10px;
    margin: auto 0;
    width: 4px;
    height: 4px;
    background: url("../images/icon_dian.png") center center no-repeat;
}
 
.wb-tree-sub a:hover span:before {
    background-image: url("../images/icon_dian1.png");
}

 
.wb-tree-sub .current span:before{
	 background-image: url("../images/icon_dian1.png");
}

.wb-tree-sub {
    display: none;
}

.current .wb-tree-sub {
    display: block;
}


/* 小屏幕 */
@media (max-width: 1099px) {

    .wrap,
    .search-cont {
        margin-top: 50px;
    }

    .wb-tree-tt {
        font-size: 16px;
    }

    .tt-p {
        width: 64px;
    }
}

/* pad */
@media (max-width:979px) {
    .wb-tree {
        margin: 0;
    }

    .wrap-right {
        margin: 20px 0 0;
    }

    .wb-tree-sub {
        padding: 5px 0;
    }
}

/* phone */
@media (max-width:767px) {
    .wrap-search {
        width: auto;
    }

    .wrap,
    .search-cont {
        margin-top: 20px;
    }

    .tt-p {
        width: 134px;
        margin-top: 0;
        line-height: 68px;
    }
}

/*机构*/
.list01 li{
	line-height:60px;
	height:60px;
	font-size:18px;
	float:left;
	width:25%; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-left:62px;
}
.label-cont {
    border-bottom: 1px solid #e6e6e6;
}

.label-cont>h1 {
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #126cb7;
}

.file-list{
    padding: 0 29px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    
}
.file-list-a{ 
    margin-right: 120px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-date{ 
    right: 0;
    margin-left: 7px;
    color: #999;
	float:right;
	margin-top: -60px;
}

.ewb-article-content p{
	    font-size: 16pt;
    line-height: 30pt;
    text-indent: 2em;
}
} 
