/* 内页 */
.inner {
    background: #F1F3F5;
}

.inner-banner {
    width: 100%;
    height: 410px;/*mark20230310修改240为480,改200*/
    background: url("../images/in-banner.png") no-repeat center center;
	background-size: cover;
	/* display: none; */
	position: relative;
}
.inner-banner.zxzx{
    background: url("../images/in-banner1.png") no-repeat center center;
	background-size: cover;
}
.inner-banner.bidding{
    background: url("../images/in-banner2.png") no-repeat center center;
	background-size: cover;
	/* display: none; */
}
.inner-banner.laws{
    background: url("../images/in-banner3.png") no-repeat center center;
	background-size: cover;
	/* display: none; */
}
.inner-banner.yyzx{
    background: url("../images/in-banner4.png") no-repeat center center;
	background-size: cover;
	/* display: none; */
}
.inner-banner.aboutus{
    background: url("../images/in-banner5.png") no-repeat center center;
	background-size: cover;
	/* display: none; */
}
.inner-banner dt.Com{
	position: relative;
	top: -140px;
	font-size: 27px;
	left: -30px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	display: none;/*mark20250820中文的去掉搜索*/
}
.inner-banner img {
    /* width: 100%; */
    /* height: 240px; */
}

.inner-main {
    width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
	position: relative;
	top: 0px;/*mark20230920修改：160为60,20230925还原160,改成0*/
}

.inner-main .box {
    background: #fff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.inner-main .box {
    background: #fff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.inner-main .sideMenu2.wechat { /*mark20220401新增*/
    height: 268px;
    margin-top: 16px;
}
.inner-main .sideMenu2.wechat .l-title{ /*mark20220401新增*/
    height: 66px;
    line-height: 60px;
	border-bottom: 1px solid #E7E8E9;
	color: #000;
}
.inner-main .sideMenu2.wechat2 { /*mark20220401新增*/
    top:0px;
}
/*所在位置*/
.inner-main .location, .inner-main .search-result, .inner-main .title {
    padding: 0px 10px;
    margin-bottom: 20px;
    height: 45px;/*mark20230818修改42为45*/
    line-height: 45px !important;
    font-size: 14px;
}
.inner-main .search-result {
    padding: 0px 20px;
    border: #eee3c6 1px solid;
    background-color: #fffdeb;
}
.inner-main .search-result .iconfont {
    color: #ff5500;
    font-size: 21px;
    margin-right: 6px;
}
.inner-main .search-result em {
    color: #ff5500;
    font-weight: bold;
    margin: 0px 5px;
}
.inner-main .location a, .inner-main .location em {
    margin: 0px 5px;
}
.inner-main .location a {
    color: #333;
}
.inner-main .location a:hover {
    color: #dd2219;
}
.inner-main .location em {
    color: #999;
}

.inner-main .ml {
    width: 237px;
}
.inner-main .box .l-title{
    /* background: url("../images/list-title.png"); */
    background-size: 100%;
    color: #fff;
    font-size: 22px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
/* .inner-main .box .l-title改.l-title.sm-title mark20220809修改*/
.inner-main .box .l-title.sm-title {
    height: 60px;
    line-height: 60px;
    padding: 0 24px;
    border-bottom: 1px solid #E7E8E9;
    /*font-weight: 600;*/
    font-size: 20px;
	/* background: -webkit-linear-gradient(left, #148dd0 0%,#25d58e 100%);mark20230619注释 */
	background: #C62C22;
	/* background: linear-gradient(to right, #03b0f3,#01b0d0, #00cc93,#00d380); */
}

.inner-main .box .menu {
    padding: 16px 12px 20px;
}

.inner-main .box .menu li, .inner-main .box .menu li a { /*mark20220401新增a并联*/
    width: 100%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-left: 16px;
    cursor: pointer;
    display: inline-block;
}

.inner-main .box .menu li:hover, .inner-main .box .menu li.on {
    background: #FF1A00;
    border-radius: 4px;
    color: #fff;
}

/*mark20220401-- start新增左侧*/
.inner-main .box .menu li a {
    color: #333;
}

.inner-main .box .menu li:hover a {
    color: #FFF;
}

.inner-main .box .menu li:hover, .inner-main .box .menu li.sm-cur {
    background: #C62C22;/*mark20230609修改：#bf9f62;为#C62C22*/
    border-radius: 10px;
    color: #C62C22;/*mark20230609修改：#bf9f62;为#C62C22*/
	/* background: linear-gradient(to right, #03b0f3,#01b0d0, #00cc93,#00d380); */
}

.inner-main .box .menu li.sm-cur a {
    color: #FFF;
}

/*mark20220401-- end*/
.inner-main .box i {
    margin-right: 8px;
    float: right;
    /*margin-top: 11px;*/
    height: 40px;
    line-height: 40px;
}
.inner-main.m-detail .box i {
    color: #999;
}
.inner-main .box .code {
    text-align: center;
    color: #222;
}

.inner-main .box .code .qr {
    width: 120px;
    height: 120px;
    margin-top: 32px;
}

.inner-main .box .code p {
    line-height: 20px;
}

.inner-main .ml .box:last-child {
    min-height: 268px; /*mark20220413修改*/
    /*margin-top: 16px;mark20220809注释*/
}

.inner-main .mr {
    width: 947px;
}

.inner-main .mr.f-right.all { /*mark20220406新增*/
    width: 1400px;
}

.inner-main .mr .box.search {
    padding: 16px 24px;
	/* display: none; */
}
.inner-main .mr .box.search.bidZj{
    display: none;
}
.inner-main .search .select {
    position: relative;
}

.inner-main .search .select.timefw{/*mark20230317新增时间范围样式*/
    left: 25px;
}
.inner-main .search .select .publish {
    /* background: none;Mark20220629注释 */
}

.inner-main .search select, .inner-main .search input {
    height: 36px;
    padding: 8px 30px 8px 16px;
    line-height: 24px;
    border: 1px solid #E7E8E9;
    border-radius: 4px;
    cursor: pointer;
    /*! margin-right: 16px; */
    color: #222;
    ppearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 210px;
}

.inner-main .search input {
    width: 208px;
    background: none;
}

.inner-main .search input::-webkit-input-placeholder {
    color: #222;
}

.inner-main .search .select i {
    font-size: 16px;
    position: absolute;
    top: 0px;
    right: 20px;
    font-weight: 600;
}

.inner-main .mr .box {
    padding: 0 24px;
    margin-bottom: 16px;
}

.inner-main .mr .box > .title {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #E7E8E9;
    position: relative;
	display: none;
}

.inner-main .mr .box > .title .title-text {
    font-weight: 600;
    font-size: 14px;
    /*! margin-right: 12px; */
    width: 85px;
    display: inline-block;
    color: #9FA2A6;
    /*! text-align: left; */
}
.inner-main .mr .box > .title .title-text:nth-child(2) {
	width: 80px;/*mark20230811修改：90改80*/
}
.inner-main .mr .box > .title .title-text:nth-child(3) {
	width: 70px;/*mark20230811修改：78改70*/
}
.inner-main .mr .box > .title .title-text:nth-child(4) {
	width: 70px;/*mark20230811修改：78改70*/
}

.inner-main .mr.f-right.all .box > .title .title-text:nth-child(2) {
	width: 80px;/*mark20230811修改：90改80*/
	text-align: center;
}
.inner-main .mr.f-right.all .box > .title .title-text:nth-child(3) {
	width: 110px;/*mark20230811修改：78改70*/
	text-align: center;
}
.inner-main .mr.f-right.all .box.cg-list.news > .title .title-text:nth-child(3){
	text-align: right;
}
.inner-main .mr.f-right.all .box > .title .title-text:nth-child(4) {
	width: 100px;/*mark20230811修改：78改70*/
	text-align: center;
	left: 18px;
	position: relative;
}

.inner-main .mr .box > .title .title-text:first-child{
    width: 720px;
    display: inline-block;
}
.inner-main .mr.f-right.all .box > .title .title-text:first-child{
    width: 820px;
    display: inline-block;
}
.inner-main .mr.all .box.cg-list.news > .title .title-text:first-child{
    width: 920px;
}
.inner-main.m-list .mr .box > .title .title-text:first-child {
    width: 800px;
}
.inner-main .mr .box > .title .total {
    font-size: 14px;
    color: #999;
    display: inline-block;
    position: absolute;
    left: 0;
}

.inner-main .mr .cg-list .infolist-main {
    min-height: 400px; /*mark20220402新增*/
}
/*mark20230316新增*/
.inner-main .mr .cg-list li .f-left{
    left: -2px;
	display: flex;
	align-items: center;
	width: 75%;
	top: -2px;
}
.inner-main .mr .cg-list li .f-left2{
    display: inline-block;
	height: 45px;
	line-height: 45px;
    text-align: center;
    float: left;
	position: relative;
	left: -18px;
	font-size: 13px;
}
.inner-main .mr .cg-list li .f-left2 span{
    display: inline-block;
	height: 45px;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	white-space: normal;
	max-width: 100px;
	display: none;
}
.inner-main .mr .cg-list li .f-center{
	margin-left: -9px;
	height: 45px;
	line-height: 45px;
	/* border: 1px solid #E7E8E9; */
	width: 70px;
	/* margin-top: 8px; */
	display: block;
}
.inner-main .mr.f-right.all .cg-list li .f-center{
	width: 120px;
	margin-left: 11px;
}
.inner-main .mr .cg-list li .f-right{
	height: 45px;
	line-height: 45px;
	width: 100px;
	text-align: center;
	position: absolute;
	left: auto;
	right: 8px;
	float: none;
	top: auto;
}
.inner-main .mr.f-right.all .cg-list li .f-right.one{
	left: 0px;
}
.inner-main .mr .cg-list li i {
    color: #999;/*mark20230327修改#FF1A00为#004EA2*/
    font-size: 16px;
    display: inline-block;
    margin-right: 8px;
    float: left;
	line-height: 45px;
	height: 45px;
	height: 16px;
	margin-left: 5px;
}

.inner-main .mr .cg-list li .title {
    font-size: 14px;
    line-height: 22px;/*mark20230328修改32为22*/
    max-width: 630px;/*mark20230328修改800为630*/
    float: left;
    /*! font-weight: 700; */
    /*! display: inline-block; */
    /*
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	*/
	/*多行溢出省略号*/
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 1;/*代表哪一行省略号*/ 
	overflow: hidden;
	text-align: left;
}
.inner-main .mr .cg-list ul.content-ul li .f-left { /*mark20220406新增*/
    height: 45px;
}
.inner-main .mr .cg-list ul.content-ul li a { /*mark20220406新增*/
    /* height: 38px;
    line-height: 38px; mark20230328注释*/
	max-height: 45px;/*mark20230818修改65为45*/
	line-height: /*mark20230818修改65为45*/
    display: inline-block;
    width: 680px;/*mark20230328修改 680为650px*/
}
.inner-main .mr.all .cg-list ul.content-ul li a {
	left: 110px;
	position: absolute;
}
.inner-main .mr.all .cg-list.news ul.content-ul li a {
	left: 0;
	position: absolute;
}
.inner-main .mr .cg-list li a span { /*mark20220406新增*/
    font-size: 16px;
}
.inner-main .mr .cg-list li a span.tz-new{ /*mark20220406新增*/
    font-size: 12px;
}

.inner-main .mr.f-right.all .cg-list ul.ul li a { /*mark20220406新增*/
    width: 1070px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 32px;
}
.inner-main .mr.f-right.all .cg-list ul.ul li:hover a { /*mark20220406新增*/
    color: #C62C22;/*mark20230609修改：#bf9f62;为#C62C22*/
}

.inner-main .mr .cg-list li a .title { /*mark20220402新增*/
    color: #333;
    width: 100%;
}

.inner-main .mr .cg-list li .title:hover {
    /* color: #FFFFFF; *//*mark20230609修改：#bf9f62;为#C62C22*/
    font-weight: 1;
}

.inner-main .mr .cg-list li .time {
    color: #999;
}
.inner-main .mr.all .cg-list li .time {
    color: #999;
	width: 100px;
}
.inner-main .mr .cg-list li:hover .time{
	color: #000;
}

/* 供应商征集列表 */
.inner-main.m-list .mr {
    width: 947px;
}
.inner-main.m-list .mr.f-right.all {
    width: 1400px;
}
.m-list .box {
    /*! padding: 16px 24px; */
}

.m-list .box ul li:last-child {
    box-shadow: none;
}

.m-list .box ul li i {
    /*mark20230317注释
    color: #FF1A00;
    font-size: 16px;
    display: inline-block;
    margin-right: 8px;
    float: left;
    margin-top: 8px;
    */
}

.m-list .box ul li .title {
    font-size: 16px;
    line-height: 32px;
    max-width: 1000px;
}

.m-list .box ul li .title:hover {
    color: #FF1A00;
}

.m-list .box ul li .bottom .f-left {
    max-width: 900px;
}

/* 详情页 */
.m-detail .title {
    height: 56px;
    padding: 0 24px;
}

.m-detail .title .split {
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #C62C22;/*mark20230609修改：#bf9f62;为#C62C22*/
    border-radius: 2px;
    margin-right: 16px;
    margin-top: 18px;
    float: left;
}
.m-detail .title .split-station img{
    width: 12px;
    height: 14px;
    vertical-align: text-top;
}
.m-detail .title .title-text {
    font-size: 14px;
    line-height: 56px;
    color: #222;
    margin-right: 5px;
}

.m-detail .title .back {
    line-height: 56px;
    color: #222;
}

.m-detail .content {
    margin-top: 16px;
    padding: 0 40px 40px;
	position: relative;
}

.m-detail .content .c-main {
    min-height: 400px; /*mark20220402新增最新高度*/
    font-size: 14px;
}
.m-detail .content .c-main .main-text p a,.m-detail .content .c-main .main-text span{
    color: #000;
}
/* mark20220824新增：---开始部分*/
.m-detail .content .c-main p.collect {
    text-align: center;
    margin-top: 25px;
	text-align: right !important;
	position: absolute;
	top: 160px;
	right: 50px;
}

.m-detail .content .c-main p.collect a {
    background: #C62C22;
    color: #fff;
    padding: 6px 15px;
    margin-left: -28px;
}

/* mark20220824新增：---结束部分*/
.m-detail .content .c-title {
    padding: 40px 0px 24px;
    box-shadow: 0px 1px 0px #E7E8E9;
    text-align: center;
    line-height: 24px;
    margin-bottom: 24px;
}

.m-detail .content .c-title h1 {
    font-size: 22px;
    font-weight: 700;
    color: #222;
}

.m-detail .content .c-title span {
    font-size: 14px;
    color: #222;
    margin: 8px 16px 0 0;
}
.m-detail .content .timeIcon, .m-detail .content .textIcon {
    width: 15px;
    height: 15px;
    vertical-align: text-top;
    margin-right: 10px;
}
.m-detail .content .titleContentItem{
    display: inline-block;
    margin-right: 20px;
}
.m-detail .content .titleContent{
    margin-top: 12px;
    cursor: pointer;
}
.m-detail .processListItem .processTitle{
    margin: 10px 0px;
	position: relative;
}
.m-detail .processListItem.cheryss .processTitle span.upoading{
	display: inline-block;
	min-width: 100px;
	height: 30px;
	position: absolute;
	top: -20px;
}
.m-detail .processListItem.cheryss .processTitle span.upoading.text{
	height: 30px;
	top: 20px;
}
.m-detail .processListItem.cheryss .processTitle span.upoading i{
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #C62C22;
	font-size: 30px;
}
.m-detail .content .hoverSpn{
    padding: 8px;
    background-color: #F1F3F5;
}
.m-detail .content .bottom-info-text .blueBgText{
    height: 36px;
    line-height: 36px;
    color: #ffffff;
    background-color: #C62C22;/*mark20230609修改：#bf9f62;为#C62C22*/
    width: 100px;
    font-weight: 700;
    text-align: center;
}
.m-detail .content .bottom-info-text .processListItem.cheryss .blueBgText{
    display: none;
}
.m-detail .bottom-info-text .f-left-home i {
    float: left;
}
.m-detail .bottom-info-text ul{
    border: 1px solid #E7E8E9;
    padding: 20px 20px;
}
.m-detail .bottom-info-text ul li{
    /*! padding: 10px 0px; */
}
.m-detail .bottom-info-text ul li a{
    color: #000000;
}
.m-detail .bottom-info-text ul li a span{
    line-height: 38px;
}
.m-detail .bottom-info-text .f-right span{
    line-height: 38px;
}
.m-detail .bottomListItem{
    margin-bottom: 10px;
}
.m-detail .notice {/*隐藏相关公告、项目进度*/
    display: none;
}
.m-detail .processListItem{
    display: none;
}
.m-detail .processListItem.cheryss{
    display: block;
	margin-bottom: 20px;
}
.m-detail .processListItem.cheryss .iconItemBox .ri-arrow-right-s-fill{
	position: absolute;
	right: -40px;
}
.m-detail .processListItem ul{
    text-align: center;
}
.m-detail .processListItem ul li {
    padding: 16px 0px;
    display: inline-block;
    width: 150px;
    position: relative;
}
.m-detail .processListItem ul li img{
    width: 24px;
    height: 24px;
}
.m-detail .processListItem ul li .time {
    font-size: 13px;
    color: #9FA2A6;
    margin-right: 5px;
}
.m-detail .processListItem.cheryss ul li .time {
    display: none;
}
.m-detail .processListItem ul li:not(:last-child) .iconItemBox .hLine{
    background: url(../images/hLine.png);
    width: 130px;
    display: inline-block;
    height: 2px;
    position: absolute;
    left: 87px;
    top: 26px;
}
.content a.m-view-file-link{/*mark202306新增附件问题浏览器升级后未显示*/
	background: none;
	display: inline-block;
	position: relative;
	border: none;
}
/* 分页 */

.pagination {
    height: 80px;
    padding: 20px 0px;
    text-align: center;
    background-color: #fff;
    position: relative;
    box-shadow: 0px -1px 0px #E7E8E9;
}

.pagination .link a {
    display: inline-block;
    padding: 0px 13px;
    border: 1px solid #E7E8E9;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    color: #000;
    border-radius: 4px;
}

.pagination .link a.on {
    background-color: #FF1A00;
    color: #fff;
}

.pagination .link a i.left {
    margin-right: 6px;
}

.pagination .link a i.right {
    margin-left: 6px;
}

.pagination .pag-txt,
.pagination .pag-link {
    position: absolute;
    font-size: 14px;
    line-height: 40px;
}

.pagination .pag-txt {
    left: 30px;
    font-weight: bold;
    color: #555;
}

.pagination .pag-txt em {
    margin: 0px 4px;
    color: #ff6600;
    font-style: normal;
}

.pagination .pag-link {
    right: 30px;
    height: 30px;
    padding: 4px 0px;
}

.pagination .pag-link a {
    padding: 6px 10px;
    height: 16px;
    line-height: 16px;
    border: #ddd 1px solid;
    float: left;
    color: #555;
}

.pagination .pag-link a + a {
    border-left: none;
}

.pagination .pag-link a:hover {
    background-color: #eee;
    text-decoration: none;
}

.pagination .pag-link a.pag-cur {
    background-color: #ff6600;
    color: #fff;
}

.pagination .pag-link .jump {
    margin-left: 14px;
    float: left;
    height: 30px;
    line-height: 30px;
}

.pagination .pag-link .jump em {
    float: left;
    font-style: normal;
}

.pagination .pag-link .jump input,
.pagination .pag-link .jump a {
    padding: 0px;
    width: 36px;
    font-size: 14px;
    font-weight: bold;
    color: #ff6600;
    height: 28px;
    line-height: 28px;
    float: left;
    margin: 0px 4px;
    text-align: center;
    border: #ddd 1px solid;
    border-radius: 2px;
    background-color: #fcfcfc;
}

.pagination .pag-link .jump a {
    color: #555;
    font-size: 12px;
    background: url(../images/bg.png) repeat-x 0px -170px;
    border: #ddd 1px solid;
}

.infolist-main .content-ul {
    min-height: 400px; /*mark20220402新增*/
}
.infolist-main .content-ul li img{
    top: 0px;
}
.bidlist ul li {
    width: 100%;
	max-height: 65px;/*mark20230328新增*/
	height: auto;
	padding: 0px 30px;
	position: relative;
}
.bidlist ul li:hover {
    background: none;
    border: #C62C22 1px solid;
}
.bidlist ul li a {
    display: inline-block;
    width: 100%;
    /* height: 42px; */
    line-height: 42px;
    color: #333;
    font-size: 16px; /*mark202207新增*/
}

.bidlist ul li a span { /*mark20220413修改*/
    display: inline-block;
	/*width: 100%;*/
}
.bidlist ul li:hover a {
    color: #FF1A00;
}

.bidlist ul.pagingUl li:hover a {
    color: #fff;
}

.search-result em {
    color: #C62C22;/*mark20230609修改：#bf9f62;为#C62C22*/
    font-weight: bold;
    margin: 0px 5px;
}

/* 供应商征集列表_首页样式 */

.cg-list.sup-list .title .total {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
}

.cg-list.sup-list .title .f-right {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    color: #222;
}

.cg-list.sup-list .title .f-right i {
    font-size: 8px !important;
    color: #222 !important;
    margin-left: 8px;
    margin-right: 20px;
}

.cg-list.sup-list .title .f-right .time {
    color: #222;
}

.cg-list.sup-list .title .f-right .more {
    color: #999;
}

.cg-list.sup-list ul li {
    padding: 8px;
    /*! height: 55px; */ /*mark20220803修改：75为55*/
    box-shadow: 0px 1px 0px #E7E8E9;
    cursor: pointer;
}

/*  .cg-list.sup-list ul li i{
    margin-top: 12px;
 } */
.cg-list.sup-list ul li a span {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
}

.cg-list.sup-list ul li:last-child {
    height: 72px;
}

.cg-list.sup-list ul li .bottom,
.cg-list.sup-list ul li .bottom .f-right {
    color: #666;
    font-size: 14px;
}

.cg-list.sup-list ul li .bottom .f-right span { /*mark20220412新增*/
    width: 85px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    top: -8px;
    position: relative;
}

.cg-list.sup-list ul li .bottom .f-left {
    max-width: 570px;
}

.cg-list.sup-list ul li .status {
    display: inline-block;
    padding: 0px 16px;
    height: 24px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    border-radius: 4px;
}

.cg-list.sup-list ul li .status.progress {
    border: 1px solid #FF1A00;
    color: #FF1A00;
}

.cg-list.sup-list ul li .status.end {
    border: 1px solid #999;
    color: #999;
}

/*mark20220413重新设计查询条件下拉框*/
.inner-main .classify .xiala {
    width: 208px;
    height: 40px;
    padding: 8px 30px 8px 16px;
    line-height: 24px;
    border: 1px solid #E7E8E9;
    border-radius: 4px;
    cursor: pointer;
    /*! margin-right: 16px; */
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* background: #E7E8E9; mark20220804注释*/
    /*! left: -27px; */
    display: inline-block;
	font-size: 14px;
}

.inner-main .classify .xiala ul {
    display: none;
    width: 205px;
    min-height: 140px;
    border-top: none;
    background: #fff; /*mark20220804修改 #E7E8E9为#fff;*/
    padding: 10px 0px;
    box-shadow: rgb(0, 0, 0, 0.2) 1px 1px 8px;
    z-index: 999;
    float: left;
    position: absolute;
    left: 0;
    top: 42px;
    /*! overflow-x: scroll; */
}

.inner-main .classify .xiala ul li {
    width: 150px;
    border-top: none;
    z-index: 999;
    float: left;
    display: inline-block;
    height: 30px;
    line-height: 30px;

}

.inner-main .classify .xiala ul li:hover {
    background: #6495ED;
}

.inner-main .classify .xiala ul li span:hover {
    color: #fff;
}

.inner-main .classify .xiala ul li span {
    width: 140px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-top: none;
    position: absolute;
    padding-left: 10px;
}


.inner-main .classify .xiala ul span:hover {
    color: #000;
    background: #F2F6FA;
}

.inner-main .classify .xiala ul span {
    width: 100%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-top: none;
    padding: 0px 16px;

}


/*mark20220413重新设计查询条件下拉框*/
.inner-main .classify .xiala {
    width: 208px;
    height: 40px;
    padding: 8px 30px 8px 16px;
    line-height: 24px;
    border: 1px solid #E7E8E9;
    border-radius: 4px;
    cursor: pointer;
    /*! margin-right: 16px; */
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* background: #E7E8E9; mark20220804注释*/
    /*! left: -27px; */
    display: inline-block;
}
/*重新定义展示筛选列表-start*/
.inner-main .classify .tab-left{
	position: absolute;
	/* top: 5px; */
}
.inner-main .classify .xiala.orgtype.tab-list{
	height: 150px;
}
.inner-main .mr.f-right.all .classify .xiala.tab-list{
	width: 1100px;
}
.inner-main .classify .xiala.tab-list{
	width: 810px;
	display: inline-block;
	border: none;
	padding: 5px 0;
	position: relative;
	left: 84px;
	/* top: 10px; */
	align-items: center;
}
.inner-main .classify .xiala.tab-list ul{
	display: block;
	width: 100%;
	top: 0;
	height: 50px;
	padding: 0;
}
.inner-main .classify .xiala.tab-list span{
    background: #f2f6fa;
	/* margin-bottom: 5px; */
}
.inner-main .classify .xiala.tab-list span.first,
.inner-main .classify .xiala.tab-list span:hover{
    background: #C62C22;
	color: #FFFFFF;
}
.inner-main .classify .xiala.tab-list span {
    width: 100px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}
.inner-main .mr.f-right.all .classify .xiala.tab-list span {
    min-width: 70px !important;
	width: auto;
}
.inner-main .classify .xiala.tab-list span.orgtype {
    width: 240px;
}
/*重新定义展示筛选列表-end*/

.inner-main .classify .xiala ul {
    display: none;
    width: 205px;
    min-height: 140px;
    border-top: none;
    background: #fff; /*mark20220804修改 #E7E8E9为#fff;*/
    padding: 10px 0px;
    box-shadow: rgb(0, 0, 0, 0.2) 1px 1px 8px;
    z-index: 999;
    float: left;
    position: absolute;
    left: 0;
    top: 42px;
    /*! overflow-x: scroll; */
}

.inner-main .classify .xiala ul li {
    width: 150px;
    border-top: none;
    z-index: 999;
    float: left;
    display: inline-block;
    height: 30px;
    line-height: 30px;

}

.inner-main .classify .xiala ul li:hover {
    background: #6495ED;
}

.inner-main .classify .xiala ul li span:hover {
    color: #fff;
}

.inner-main .classify .xiala ul li span {
    width: 140px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-top: none;
    position: absolute;
    padding-left: 10px;
}


.inner-main .classify .xiala ul span:hover {
    color: #000;
    background: #F2F6FA;
}

.inner-main .classify .xiala ul span {
    width: 100%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-top: none;
    padding: 0px 16px;

}

/*mark20220413重新设计查询条件输入框*/
.inner-main .search .select.text {
    position: relative;
    right: 0px;
}

.inner-main .search .select.text .chaxun {
    background: url(../images/search@2x.png) no-repeat 0px 12px;
    background-size: 15px;
    width: 25px;
    height: 40px;
    /*! display: flex; */
    position: relative;
    right: 26px;
    float: right;
    cursor: pointer;
}

.inner-main .classify .keyword {
    /*! float: right; */
    /* background: #E7E8E9; mark20220804注释*/
}
.cg-list ul li .f-right .time {
    margin-right: 25px;
}
.search .f-left .label{
    font-size: 14px;
    margin-right: 10px;
    line-height: 40px;
    display: inline-block;
    width: 70px;/*mark202310修改57为70*/
}
.search p {
    color: #222;
    margin-bottom: 20px;
    height: 20px;
	border-bottom: 1px dashed #D7D8D9;
	text-align: center;
}
.search .fullItems{
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.search .fullItems.last{
	margin-bottom: -15px;
}
.search .searchBtn .btnItem{
    width: 102px;
    height: 36px;
    line-height: 36px;
    padding: 9px 30px;
    border: 1px solid #E7E8E9;
    font-size: 14px;
    font-weight: 600;
}
.search .searchBtn .btnItem:first-child{
    margin-right: 10px;
}
.search .searchBtn .btnItem.submit{
    background-color: #004EA2;
    color: #ffffff;
}
.search .searchBtn{
    float: right;
    margin-right: 20px;
}
/*mark20230711新增默认表格边框*/
table,table tr{
	border: #000 1px solid;
}

.lx-box .lx-right{
	position: relative;
}
.lx-box .lx-right dt.Com.chery{
	position: absolute;
	top: 119px;
	font-size: 13.5px;
	left: 479px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.lx-box .lx-right dt.Com.address{
	position: absolute;
	top: 146px;
	font-size: 12px;
	left: 482px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	width: 390px;
}