/**!
* 安吉县行政服务中心安吉县公共资源交易执法系统升级项目
* date:2021-06-30
* author: zsy;
*/

.sub-info {
    box-sizing: border-box;
    padding: 15px 28px 0;
}

.notice-items {
    padding-top: 12px;
}

.notice-item {
    vertical-align: top;
    line-height: 36px;
    height: 36px;
}

.notice-item a {
    float: left;
    display: block;
    color: #333;
    padding-left: 13px;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url("../images/list_ico.jpg") left center no-repeat;
}

.notice-date {
    color: #666;
}

.notice-item:hover a {
    color: #0c85e6;
    background-image: url("../images/list_ico_hover.png");
}

.notice-item:hover .notice-date {
    color: #0c85e6;
}


/* 页码 */

.page {
    text-align: center;
    padding: 10px 0;
    overflow: hidden;
}

.page-items {
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.page-li {
    min-width: 36px;
    *width: 36px;
    margin-right: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
    float: left;
}

.page-li>a {
    display: block;
    color: #555;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #dfdfdf;
}

.page-li.current>a {
    border: 0;
    color: #cc2500;
}

.page-li.page-noborder>span {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border: 0;
    color: #666;
    font-family: "Simsun";
}

.page-num {
    *width: 60px;
}

.page-li.page-num>span {
    padding: 0 5px;
    font-weight: bold;
}

.page-input {
    width: 38px;
    height: 24px;
    text-align: center;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
}

.page-hover {
    *width: 60px;
}

.page-hover>a {
    font-family: "Simsun";
}

.page-go {
    margin-left: 2px;
}

.page-hover:hover>a,
.page-go:hover>a {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.page-go>a {
    font-size: 12px;
    padding: 0 6px;
}

.page-goto {
    margin-right: 0;
}

.page-li.page-goto>span {
    padding: 0 6px 0 0;
    text-align: right;
}

.page-inpt {
    margin-left: -2px;
}

.page-li.page-ellipsis>span {
    padding: 0 17px 0 16px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #555;
}


/* 2019-03-08 */

.second-link {
    padding-left: 50px;
    text-align: left;
}

.sub-nav>li>a {
    padding-left: 50px;
    text-align: left;
}

.four-nav {
    padding-left: 68px;
    background-color: #fff;
}

.four-nav>li {
    list-style: circle !important;
    vertical-align: top;
    line-height: 35px;
}

.four-nav>li>a {
    display: block;
    color: #333;
}

.four-nav>li:hover,
.four-nav>li:hover>a {
    color: #bb101e;
}

.four-nav {
    padding-bottom: 10px;
    display: none;
}

.sub-nav>li.active.haschild .three-link {
    color: #bb101e;
}

.sub-nav>li.active.haschild .four-nav {
    display: block;
}
.tree-box {
    position: static;
    left: 15px;
    top: 15px;
    bottom: 15px;
    width: 260px;
	float:left;
}

.tree-item .current_final {
    font-family: "SourceHanSansCN-Medium";
    color: #0c85e6;
}

.ewb-four-nav{
	margin-left:40px;
}
.ewb-four-nav .four>a{
	font-family: "SourceHanSansCN-Medium";
	color:#888;
}
.ewb-four-nav .currentfour>a{
	font-family: "SourceHanSansCN-Medium";
    color: #0c85e6;
}
