/**!
 * 湖北省建筑市场监管与诚信一体化工作平台-企业子页
 * date:2020-09-08
 * author: yx;
 */
.main {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: auto;
	min-width: 100%;
	overflow-x: hidden;
}

.content {
	width: 100%;
	margin: 0 auto;
}

/* 头部 */
.header {
	height: 120px;
	background: url("../image/img_hd.png") no-repeat;
	background-size: 100% 100%;
}

.header-hd {
	height: 78px;

}

.header-tt {
	margin: 3px 0 0 0;
	text-align: center;
	width: 100%;
}

.header-wd {
	color: #fff;
	font-size: 18px;
	padding: 10px;
	margin-top: 10px;
	display: flex;
	align-items: center;
	font-family: "SourceHanSansCN-Bold";
	width: 100%;
}

.header-wd img {
	width: 40px;
	margin-right: 5px;
}

.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;

}


.nav-ul {

	display: -webkit-box; /* Older browsers */
    display: flex; /* Modern browsers */
	overflow-x: scroll; white-space: nowrap;
	-webkit-overflow-scrolling:touch;
}

.nav-ul::-webkit-scrollbar {
	display: none;
}

.nav-li a {
	display: block;
	width: 100%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	padding: 0 10px;
	font-size: 15px; margin: 0 2px;

}
.nav-li.active a {
	font-family: "SourceHanSansCN-Bold";
	background-color: #a20612;
}

/* 中间部分内容 */
.middle {
	margin-bottom: 30px;
}

.ewb-hd {
	height: 40px;
	line-height: 40px;
	text-indent: 25px;
	background: url("../image/img_local.png") left 5px center no-repeat;
}

.ewb-hd p {
	font-size: 13px;
	color: #666;
}

.ewb-hd span {
	font-size: 15px;
	color: #ff6600;
}

/* 左侧菜单树 */
.left-tree {
	width: 100%;
}
.wb-tree{padding: 5px ; }
.tree-tt {
	height: 60px;
	color: #fff;
	text-indent: 20px;
	background: url("../image/img_dynamic.png") top right no-repeat #da2c2c;
}

.tree-chs {
	padding-top: 8px;
	height: 26px;
	line-height: 26px;
	font-size: 16px;
}

.tree-eng {
	height: 24px;
	line-height: 24px;
}

.wb-tree-items {

	margin-top: 3px;
	background-color: #f8f1f1;
}

.wb-tree-tt {
	color: #333;
}

.wb-tree-node,
.wb-tree-sub a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	border: 1px solid #eee;
}

.wb-tree-iconl {
	float: left;
	width: 14px;
	height: 16px;
	margin: 12px 3px 0 10px;
	background: url("../image/img_iconl.png") no-repeat;
}

.wb-tree-iconr {
	float: right;
	width: 8px;
	height: 12px;
	margin-top: 16px;
	margin-right: 10px;
	background: url("../image/img_wblistr.png") no-repeat;
	background-size: 100% 100%;
}

.wb-tree-sub {
	display: none;
	border: 1px solid #eee;
	border-top: none;
}

.wb-tree-item {
	position: relative;
}

.tree-dot {
	position: absolute;
	left: 5px;
	top: 15px;
	width: 4px;
	height: 4px;
	background-color: #666;
}

.wb-tree-item>a {
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	font-size: 14px;
	font-weight: normal;
	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;
	background-size: 100% 100%; width: 12px; height: 8px;
}

.current .wb-tree-sub {
	display: block;
}

/* 右侧列表 */
.right-list {
	
	
	padding: 5px;
}

.list-tips {

	color: #f10706;
	font-size: 13px;
	padding: 5px;
	text-indent: 24px;
	background: url("../image/img_tip.png") left 5px top 5px no-repeat #fff5e6;
	background-size: 16px 16px;
	border-radius: 5px;
	margin-bottom: 5px;
}

.list-hd {
	background-color: #f8f1f1;
	border-top: 2px solid #dd2c2b;
}

.list-hd>p {
	position: relative;
	text-indent: 12px;

	margin-right: 45px;
	font-size: 13px;
	color: #bd1a2d;
	margin: 8px 0;
	font-weight: bold;
}

.input-box1 {
	display: flex;
	align-items: center;
	width: 98%;
}

.input-box1 span {
	width: 40%;
	text-align: right;
	display: inline-block;
}

.input-box1 input {
	width: 60%;
	height: 28px;
	border: 1px solid #e6e6e6;
	margin-top: 5px;
	text-indent: 10px;
	float: right;
}

.list-hd p::before {
	position: absolute;
	content: '';
	left: 5px;
	top: 5px;
	width: 3px;
	height: 12px;
	border-radius: 3px;
	background-color: #dd2c2b;
}

.list-hd button {
	margin: 10px;
	border-radius: 2px;
	background-color: #da2c2c;
	width: 60px;
	height: 30px;
	color: #fff;
	font-size: 13px;
}

.list-bd {
	padding-bottom: 30px;
	border: 1px solid #eeeeee;
	background-color: #fff;
	box-shadow: 0px 1px 12px 0px #00000008;
}

.table-pad {
	padding: 5px;
}

.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: #f8f1f1;
}

.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 {
	padding: 15px 0;
	border-top: 3px solid #e62e2e;
	background: #222222;
	margin-top: 10px;
}

.footer-top {
	text-align: center;
	padding-top: 8px;
}

.footer {
	height: 95px;
	margin-top: 10px;
}

.footer-top p {
	height: 24px;

	font-size: 13px;
	color: #fff;
}

.footer-link {
	text-align: center;
}

.footer-link a {
	height: 24px;
	line-height: 24px;
	color: #dad9d7;
	font-size: 15px;
}


ul,
li,
p {
  list-style: none;
  margin: 0;
  padding: 0;
}

.aui-list-3 {

  background: #fff;
  border-radius: 6px;
  width: 100%;
  margin: 0 auto 10px;
  box-shadow: 0 5px 15px #dadada;
}

.boxfoot::before,
.boxfoot::after {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  content: "";
  background: #e9edf3;
  bottom: -6px;
}

.boxfoot::after {
  right: -7px;
}

.boxfoot::before {
  left: -7px;
}

.boxfoot::before,
.boxfoot::after {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 7px;
  content: "";
  background: #e9edf3;
  bottom: -6px;
}

.border-r2 {
  border-radius: 20px;
  padding: 2px 5px;
}

.zspan {
  position: absolute;
  right: 5px;
}

.aui-label-warning {
  color: #ffffff;
  background-color: #ffab2e;
}

.aui-li-list li {
  font-size: 13px;
  padding: 2px 0;
}

.text-overflow {
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}

.tab1-title {
  position: relative;
  color: #333;
  font-size: 13px;
}

.border-d {
  border-bottom: 1px dashed #ddd;
}

.aui-flex {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px ;
  position: relative;
}

.aui-li-list li span {
  margin-right: 2px;
}

.font6 {
  font-size: 10px !important;
}

.aui-text-success {
  color: #009688 !important;
}

.aui-flex-abox {
  padding: 4px 5px;
  position: relative;
}
.aui-label-info {
color: #ffffff;
background-color: #03a9f4;
}
.aui-text-default {
  color: #666;
}.aui-text-info {
color: #03a9f4 !important;
}
.idx_list {
    padding: 10px 0;
}
.idx_list .item {
    margin-bottom: 4px;
    cursor: pointer;
    border-bottom: 1px dashed #f2f2f2;
}

.idx_list .title {
    font-size: 13px;
    color: #333;
    display: block;
    vertical-align: middle;
    width: 100%;
    line-height: 22px;
    padding-left: 15px;
    position: relative;
}
.idx_list .date {
    font-size: 12px;
    color: #999999;
    line-height: 22px;
    padding-left: 20px;
    display: flex;
    align-items: center;
}
.idx_list .date img {
    width: 14px;
    margin-right: 3px;
}.idx_list .title::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 10px;
    left: 5px;
    border-radius: 50%;
    background: #e62e2e;
}

.aui-list .aui-list-item {
    list-style: none;
    margin: 0;
    padding: 5px 0;
    padding-left: 5px;
    color: #212121;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
   
}
.aui-list .aui-list-item .width60{width: 130px; text-align: right; margin-right: 10px;}

.aui-text-y {
    color: #888 !important;
    padding-right: .5rem !important; width: calc(100% - 140px);
}
.xinyongbox{padding:0 5px 5px; display: block;width: 100%; clear: both; line-height: 24px;}

.list-bd h3{ border-bottom: 2px solid #bd1a2d; color: #fff;padding: 5px 0; margin-top: 8px;}
.list-bd h3 span{background: #bd1a2d; color: #fff; padding: 5px 10px; border-radius: 5px 5px 0 0;}