/**!
 * 湖北省建筑市场监管与诚信一体化工作平台-企业子页
 * date:2020-09-08
 * author: yx;
 */
.main {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width:auto;
    min-width:1366px;
	overflow-x: hidden;
}

.content {
	width: 1200px;
	margin: 0 auto;
}

/* 头部 */
.header {
	height: 250px;
	background: url("../image/img_hd.png") no-repeat;
}

.header-hd {
    height: 198px;
    background: url("../image/img_logo.png") 350px 55px no-repeat;
}

.header-tt {
	margin: 63px 0 0 85px;
}

.header-wd {
	color: #fff;
	font-size: 35px;
	font-family: "SourceHanSansCN-Bold";
}

.header-website {
	color: #fff;
	font-size: 16px;
}

/* 搜索框 */
.search-box {
	width: 305px;
	height: 38px;
	margin-top: 80px;
}

#type_chosen {
	width: 67px !important;
}

.chosen-container-single .chosen-drop {
	border-radius: 0 !important;
}

.chosen-container-single .chosen-single {
	height: 38px !important;
	line-height: 38px !important;
	border-right: 1px solid transparent !important;
}

.chosen-drop {
	height: 96px !important;
}

.chosen-container .chosen-drop {
	padding: 0 !important;
	top: 32px !important;
}

/* 输入框 */
.input-box input {
	height: 38px;
	line-height: 38px;
	width: 190px;
}

.ico-box {
	width: 48px;
	height: 38px;
	background: url("../image/ico_search.png") center no-repeat #ff9425;
	
}

.ico-box:hover {
	background-color: #ffc100;
}

/* 头部导航 */
.nav-box {
	background-color: #0000000f;
}

.nav-li {
	float: left;
	width: 14.26%;
}

.nav-li a {
	display: block;
	width: 100%;
	height: 52px;
	line-height: 52px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	
}

.nav-li.active {
	background-color: #94051580;
}

.nav-li.active a {
	font-family: "SourceHanSansCN-Bold";
}

/* 中间部分内容 */
.middle {
	margin-bottom: 30px;
}

.ewb-hd {
	height: 60px;
	line-height: 60px;
	text-indent: 25px;
	background: url("../image/img_local.png") left center no-repeat;
}

.ewb-hd p {
	font-size: 15px;
	color: #666;
}

.ewb-hd span {
	font-size: 15px;
	color: #ff6600;
}

/* 左侧菜单树 */
.left-tree {
	width: 260px;
}

.tree-tt {
	height: 80px;
	color: #fff;
	text-indent: 30px;
	background: url("../image/img_dynamic.png") top right no-repeat #da2c2c;
}

.tree-chs {
	padding-top: 12px;
	height: 36px;
	line-height: 36px;
	font-size: 26px;
}

.tree-eng {
	height: 24px;
	line-height: 24px;
}

.wb-tree-items {
	
	margin-top: 3px;
	background-color: #f6f6f6;
}

.wb-tree-tt {
	color: #333;
}

.wb-tree-node, .wb-tree-sub a {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #666;
	font-weight: bold;
	border: 1px solid #eee;
}

.wb-tree-iconl {
	float: left;
	width: 14px;
	height: 16px;
	margin: 22px 10px 0 20px;
	background: url("../image/img_iconl.png") no-repeat;
}

.wb-tree-iconr {
	float: right;
	width: 12px;
	height: 12px;
	margin-top: 22px;
	margin-right: 10px;
	background: url("../image/img_wblistr.png") no-repeat;
}

.wb-tree-sub {
	display: none;
	border: 1px solid #eee;
	border-top: none;
}

.wb-tree-item {
	position: relative;
}

.tree-dot {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 4px;
	height: 4px;
	background-color: #666;
}

.wb-tree-item>a {
	height: 40px;
	line-height: 40px;
	padding-left: 35px;
	font-size: 16px;
	color: #666;
	background-color: #fff;
	border: none;
}

/* 高光显示样式 */
.jie a {
	color: #da2c2c;
}

.wb-tree-item:hover a {
	color: #da2c2c;
}

.wb-tree-item:hover .tree-dot {
	background-color: #da2c2c;
}

.wb-tree-item>a:active {
	background-color: #da2c2c;
	color: #fff;
}

.current .wb-tree-tt {
	color: #da2c2c;
}

.current .wb-tree-iconl {
	background: url("../image/img_iconl_active.png") no-repeat;
}

.current .wb-tree-iconr {
	background: url("../image/img_wblistrh.png") no-repeat;
}

.current .wb-tree-sub {
	display: block;
}

/* 右侧列表 */
.right-list {
	min-height: 712px;
	width: 918px;
}

.list-tips {
	height: 46px;
	line-height: 46px;
	color: #f10706;
	font-size: 15px;
	text-indent: 45px;
	background: url("../image/img_tip.png") 13px center no-repeat #fff5e6;
}

.list-hd {
	background-color: #f6f6f6;
	border-top: 2px solid #dd2c2b;
}

.list-hd>p {
	position: relative;
	text-indent: 38px;
	height: 55px;
	line-height: 55px;
	margin-right: 55px;
	font-size: 18px;
	color: #bd1a2d;
	font-weight: bold;
}

.input-box1 {
	margin-right: 10px;
}

.input-box1 input {
	width: 208px;
	height: 32px;
	border: 1px solid #e6e6e6;
	margin-top: 10px;
	text-indent: 10px;
}

.list-hd p::before {
	position: absolute;
	content: '';
	left: 20px;
	top: 20px;
	width: 6px;
	height: 17px;
	border-radius: 3px;
	background-color: #dd2c2b;
}

.list-hd button {
	margin: 10px 20px 0 10px;
	border-radius: 2px;
	background-color: #da2c2c;
	width: 60px;
	height: 34px;
	color: #fff;
	font-size: 15px;
}

.list-bd {
	padding-bottom: 30px;
	border: 1px solid #eeeeee;
	background-color: #fff;
	box-shadow: 0px 1px 12px 0px #00000008;
}

.table-pad {
	padding: 15px;
}

.list-table {
	width: 100%;
}

.thead-tr {
	background-color: #f8f1f1;
	color: #c0192c;
	font-size: 16px;
}

.thead-tr th {
	height: 46px;
	line-height: 46px;
	text-align: center;
}

.tbody-tr td {
	font-size: 16px;
	text-align: center;
	height: 46px;
	line-height: 46px;
}

.tbody-tr p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tbody-tr a {
	display:block;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.double {
	background-color: #f6f6f6;
}

.tbody-tr:hover {
	background-color: #fff7ec;
	cursor: url('https://hbjz.hbcic.net.cn/ythweb/szjs_ythpt/frame/workportal/css/arrow.cur'), default;
}

/* 分页 */
.pager {
	margin-top: 15px;
}

.m-pagination-page {
	margin-left: 20px;
}

.m-pagination-page>li>a {
	padding: 0 8px !important;
}

.m-pagination-info {
	float: right;
	margin-right: 10px;
	color: #666;
	font-size: 16px;
}

/* 底部 */
.footer {
	height: 125px;
	color: #dad9d7;
}

.footer-top {
	text-align: center;
	padding-top: 28px;
}

.footer-top p {
    height: 34px;
    line-height: 60px;
    font-size: 15px;
}

.footer-link {
	text-align: center;
}

.footer-link a {
	height: 34px;
	line-height: 34px;
	color: #dad9d7;
	font-size: 15px;
}
