.footer {
    margin-top: 20px;
}

.left {
    width: 235px;
    padding-top: 22px;
}

.right {
    margin-left: 252px;
}

.main {
    padding-top: 30px;
}

.menu-hd {
    padding-left: 106px;
    height: 76px;
    line-height: 76px;
    font-size: 20px;
    font-weight: bold;
    color: #f4f4f4;
    background: url('../images/menu_hd.jpg');
}

.info-hd {
    height: 78px;
    background: url('../images/infobg.png') 0 bottom repeat-x;
}

.info-tt {
    height: 78px;
    line-height: 70px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #3385ff;
    background: url('../images/infoicon.png') 0 center no-repeat;
}

.search {
    position: relative;
    width: 220px;
    height: 28px;
    margin-top: 25px;
    background-color: #fff;
    border: solid 1px #e5e5e5;
}

.search-input {
    border: 0;
    width: 190px;
    height: 28px;
    line-height: 28px;
    text-indent: 10px;
}

.searchbtn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -1px;
    right: -1px;
    background: url('../images/searchiocn.png') center center no-repeat #1080cc;
}

.infobox {
    min-height: 602px;
    padding: 23px 40px 0 20px;
    border: solid 1px #dfebf8;
    margin-top: 18px;
}

.infobox-hd {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #d9e4f7;
}

.infobox-tt {
    height: 37px;
    line-height: 36px;
    font-size: 18px;
    font-weight: 600;
    padding-left: 35px;
    color: #6c6c6c;
    background: url('../images/infobox_icon.jpg') 0 top no-repeat;
}

.more {
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #999;
}

.infobox-bd {
    padding-top: 13px;
}

.wb-data-item {
    position: relative;

}

.wb-data-item:before {
    position: absolute;
    content: "";
    width: 1px;
    top: 20px;
    bottom: 20px;
    left: 4px;
    z-index: -1;
    background-color: #1080cc;
}

.wb-data-list {
    line-height: 40px;
    padding-left: 21px;
    background: url("../images/list.jpg") 0 50% no-repeat;
}

.wb-data-infor {
    margin-right: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #999;
}

.wb-data-date {
    float: right;
    color: #999;
    margin-top: -36px;
}

.wb-data-list:hover {
    background: url("../images/listh.jpg") 0 50% no-repeat;
}

.wb-data-list:hover,
.wb-data-list:hover .wb-data-date,
.wb-data-list:hover a {
    color: #00adef;
}

.menu-bd {
    padding-top: 1px;
}

/* 二级样式 */
.sub-tree {
    display: none;
}

.wb-tree-node {
    border-top: 1px solid #fff;
    vertical-align: top;
}

.wb-tree-node:first-child {
    border-top: 0;
}

.wb-tree-node.hasChild a {
    padding-right: 40px;
}


.wb-tree-name,
.wb-tree-node a {
    position: relative;
    display: block;
    height: 54px;
    line-height: 54px;
    padding-left: 30px;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #79aefa;
}

.wb-tree-name:hover {
    background: url('../images/menubgh.jpg');
}

/* 三级样式 */
.sub-tree .wb-tree-node {
    border: 0;
}

.sub-tree .wb-tree-node a {
    padding-left: 43px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #666;
    background: #fff;
}

.sub-tree .wb-tree-node a::before {
    display: none;
}

.sub-tree .wb-tree-node a::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 22px;
    display: block;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #ccc;
}

.sub-tree.level3 .wb-tree-node.hasChild a::before {
    display: block;
}

/* 四级样式 */
.sub-tree.level4 {
    background: #fff;
}

.sub-tree.level4 .wb-tree-node {
    margin: 0 20px;
}

.sub-tree.level4 .wb-tree-node:first-child {
    border-top: 0;
}

.wb-tree .sub-tree.level4 a {
    padding-left: 30px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #666;
}

.wb-tree .sub-tree.level4 a::before,
.wb-tree .sub-tree.level4 a::after {
    display: none !important;
}

.wb-tree .sub-tree.level4 a:hover,
.wb-tree .sub-tree.level4 a.current {
    color: #3385ff;
}

.sub-tree.level4 a:before {
    left: 46px;
}

/* 高亮样式 */
.wb-tree-node.current>.wb-tree-name {
    color: #fff;
    background: url('../images/menubgactive.jpg');
}

.sub-tree.level3 .wb-tree-node.current>.wb-tree-name {
    background: #fff;
}

.sub-tree .wb-tree-node.current>.wb-tree-name {
    color: #3385ff;
}

.sub-tree .wb-tree-node.current>.wb-tree-name:after {
    background-color: #3385ff;
}

.wb-tree-node.current>.sub-tree {
    display: block;
    background-color: #fff;
}



.noinfolist {
    height: 260px;
    padding-top: 310px;
    text-align: center;
    background: url('../images/noinfo_icon.png') center 54px no-repeat;
}

.noinfolist h2 {
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    color: #1080cc;
    font-weight: bold;
}

.noinfolist p {
    height: 36px;
    line-height: 36px;
    color: #666;
    font-size: 16px;
}

.pager {
	margin-bottom: 26px;
}

/* 2022-06-06 zsy */

.infobox {
    position: relative;
    padding-left: 127px;
}

.progress-list {
    position: absolute;
    left: 17px;
    top: 67px;
    width: 140px;
}

.progress-item+.progress-item {
    margin-top: 6px;
}

.progress-item {
    border-radius: 4px;
    text-align: center;
    background-color: #fff5e8;
}

.progress-item>a {
    display: block;
    height: 43px;
    line-height: 43px;
    padding: 0 5px;
    border-radius: 4px;
    font-weight: 600;
    color: #fff;
    background-color: #ff9c1c;
}

.progress-item.over>a {
    background-color: #cad1e0;
    cursor: default;
}

.progress-item.current>a {
    background-color: #e64242;
}

.sub-progress {
    display: none;
    padding: 7px 0 10px;
}

.sub-progress-item>a {
    display: block;
    height: 34px;
    line-height: 34px;
    padding: 0 4px;
    color: #a69175;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.progress-item.current .sub-progress {
    display: block;
}

.wb-tree-name.current {
    background: url('../images/menubgh.jpg');
}
.wb-tree-name {
    text-align: center;
    font-size: 20px;
    padding: 0;
}
.link-box {
    margin-bottom: 1px;
}
.sub-tree .wb-tree-name {
    text-align: left;
}
.wb-tree-node a {
    padding-right: 40px;
}

.head-chosen {
    width: 150px;
}

.info-hd .chosen-container {
    margin: 21px 0 0 0px;
}

.choose-label {
    height:78px;
    line-height:70px;
    margin:0 0 0 20px;
    font-size:18px;
}