/**!
* 集成式发布政策库-列表页-上海静安
* date: 2023-10-17 
* author: wangkai;
*/

.main {
    margin-top: 10px;
    background: #fff;
    margin-bottom: 10px;
}

.now {
    border-top: 2px solid #fc6600;
    background: #fbfbfb;
    background: linear-gradient(to top, #fbfbfb, #f5f5f5);
    background: -webkit-linear-gradient(bottom, #fbfbfb, #f5f5f5);
    background: -o-linear-gradient(top, #fbfbfb, #f5f5f5);
    background: -moz-linear-gradient(bottom, #fbfbfb, #f5f5f5);
}

.now p {
    height: 29px;
    border: 1px solid #e1e1e1;
    border-top: 0;
    padding-left: 64px;
    background: url('../images/home_icon.png') 30px 6px no-repeat;
    font-size: 14px;
    line-height: 28px;
}

.now p .currentPosition {
    color: #333;
}

.now p .currentPositionLast {
    color: #ff6101;
}

.menu {
    margin-top: 10px;
    height: 638px;
    border: 1px solid #c2c0c1;
}

.menu-hd {
    display: flex;
    height: 62px;
    justify-content: center;
    align-items: center;
    background: #1764CE;
}

.menu-tt {
    line-height: 28px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.menu-node {
    min-height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #ccc;
}

.menu-item {
    display: block;
    border-left: 4px solid #fff;
    padding-left: 12px;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.menu-item.active {
    border-left: 4px solid #fb6600;
    color: #fb6600;
    font-weight: 700;
}

.content {
    margin-top: 10px;
    padding: 0 11px;
    height: 638px;
    border: 1px solid #c2c0c1;
}

.info-hd {
    padding-top: 3px;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #c2c0c1;
    text-align: center;
}

.info-tt {
    color: #1764CE;
    font-size: 20px;
    font-weight: 700;
}

.info-table {
    margin-top: 10px;
}

.info-table table {
    width: 100%;
    table-layout: fixed;
    text-align: left;
    font-size: 14px;
    color: #333;
}

.info-table * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.info-table thead th {
    font-weight: bold;
    background: #f2f2f2;
    height: 34px;
    text-align: center;
}

.info-table thead th.info-wd1 {
    width: 124px;
}

.info-table thead th.info-wd2 {
    padding-left: 110px;
    text-align: left;
}

.info-table thead th.info-wd3 {
    width: 110px;
}

.info-table thead th.info-wd4 {
    width: 136px;
}

.info-table tbody td {
    height: 47px;
    border-bottom: 1px dashed #c2c0c1;
}

.info-table tbody td span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info-table tbody td .info-text {
    padding: 0 13px;
}

.book-btn {
    display: block;
    margin: 0 auto;
    width: 98px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background: #fb6600;
}
.info-infodate{
	text-align:center;
	
}
/* pad */
@media (max-width: 979px) {
    .menu-tt {
        font-size: 16px;
    }
}

/* phone */
@media (max-width: 767px) {
    .menu {
        height: auto;
        border-bottom: 0;
    }
    .info-table{
        width: 100%;
        overflow-x: auto;
    }

    .info-table table{
        min-width: 600px;
    }
}


  /* 悬浮提示样式 */
     /*   .hover-tip-trigger {
            display: inline-block !important;
            padding: 6px 5px;
            margin-right: 8px;
            background: #e0e0e0;
            color: #333;
            font-size: 12px;
            border-radius: 3px;
            cursor: pointer;
            position: relative;
        }
        .hover-tip-trigger:last-child {
            margin-right: 0;
        }
        .hover-tip-content {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            min-width: 200px;
            max-width: 300px;
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 4px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.15);
            z-index: 1000;
            padding: 10px;
            margin-top: 5px;
        }
        .hover-tip-trigger:hover .hover-tip-content {
            display: block;
        }
        .hover-tip-title {
            font-weight: bold;
            color: #333;
            margin-bottom: 8px;
            padding-bottom: 5px;
            border-bottom: 1px solid #eee;
        }
        .hover-tip-item {
            padding: 5px 0;
            font-size: 13px;
        }
        .hover-tip-item a {
            color: #0066cc;
            text-decoration: none;
        }
        .hover-tip-item a:hover {
            color: #ff6600;
        }
        .hover-tip-empty {
            color: #999;
            font-size: 12px;
        }
		
		  .info-table td {
            overflow: visible !important;
            position: relative;
        } */
		
		
		.info-tips .hover-tag {
    position: relative;
    cursor: pointer;
    width: 65px;
    height: 30px;
    line-height: 30px;
    display:inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 4px;
    background: linear-gradient(270deg, #1764CE 4.41%, #1764CE 96.32%);
}

.hover-tag i{
    color:#fff;
    font-size:14px;
    line-height:20px;
    font-style:inherit;
    /* padding-right:20px; */
    display:inline-block;
    /* vertical-align:top; */
    background:url("../../../images/new_icon_down.png") no-repeat right center;
}
.hover-tag:hover i{
    background-image:url("../../../images/new_icon_up.png");
}
.hover-tag:hover .tag-bd{
    display: block;
}
.tag-bd {
    cursor: auto;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 10;
    /* padding-top: 5px; */
    display: none;
}
.tag-list {
    padding: 10px 10px;
    width: fit-content;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 3px 10px 0px rgba(255, 133, 0, 0.20);
}

.tag-name{
    text-align:left;
    display: block;
    height: 20px;
    line-height: 20px;
    padding:  0 5px 0 16px;
    font-size: 12px;
    color: #0C67B0;
    text-shadow: none;
padding:0 !important;

}

.tag-name:hover{
    color: #1764CE;
    font-weight: 500;
}

.info-tips .tag-item{
	width:100%;
}


.top-zcjd{
	    background: lightsteelblue !important;
}
.zcjd{
	color: blue !important;
    font-weight: 700;
    font-family: 'SourceHanSansCN-Regular';
}

.top-ybld{
	    background: bisque !important;
}
.ybld{
	color: orange !important;
    font-weight: 700;
    font-family: 'SourceHanSansCN-Regular';
}

.info-text a{
	color:#333;
}


/* 搜索框样式 */
.menu-node .search-inputbox {
    display: block;
    width: calc(100% - 24px);
    height: 36px;
    line-height: 36px;
    margin: 8px 12px 10px;
    padding: 0 12px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-size: 13px;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
}

.menu-node .search-inputbox::placeholder {
    color: #999;
}

.menu-node .search-inputbox:hover {
    border-color: #1764CE;
}

.menu-node .search-inputbox:focus {
    border-color: #1764CE;
    box-shadow: 0 0 0 2px rgba(251, 102, 0, .15);
}

.menu-node .btns {
    display: flex;
    padding: 0 12px 14px;
    gap: 8px;
}

.menu-node .btns a {
    flex: 1;
    display: block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
    transition: background .2s, color .2s, border-color .2s;
}

.menu-node .btn-reset {
    background: #f5f5f5;
    border: 1px solid #dcdcdc;
    color: #666;
}

.menu-node .btn-reset:hover {
    background: #eaeaea;
    color: #333;
}

.menu-node .btn-search {
    background: #1764CE;
    border: 1px solid #1764CE;
    color: #fff;
}

.menu-node .btn-search:hover {
    background: #1250A5;
    border-color: #1250A5;
	color: #fff;
}
@media (max-width: 767px) {
	.span5 {
		width: 150px;
	}
}
