<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* å†…é¡µ */
.inner {
    background: #F1F3F5;
}

.inner-banner {
    width: 100%;
    height: 200px;/*mark20230310ä¿®æ”¹240ä¸º480,æ”¹200*/
    background: url("../images/in-banner.png") no-repeat center center;
	background-size: cover;
}

.inner-banner img {
    width: 100%;
    height: 240px;
}

.inner-main {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 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;
	font-size: 20px;
}
.inner-main .sideMenu2.wechat2 { /*mark20220401æ–°å¢ž*/
    top:0px;
}
.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%);
	/* 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{ /*mark20220401æ–°å¢žaå¹¶è”*/
    margin-bottom: 10px;
}

.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: #00da81;/*mark20230609ä¿®æ”¹ï¼š#bf9f62;ä¸º#00da81*/
    border-radius: 50px;
    color: #00da81;/*mark20230609ä¿®æ”¹ï¼š#bf9f62;ä¸º#00da81*/
	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 .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: 1200px;
}

.inner-main .mr .box.search {
    padding: 16px 24px;
}
.inner-main .mr .box.search.bidZj{
    /* display: none; */
}
.inner-main .search .select {
    position: relative;
}

.inner-main .search .select.timefw{/*mark20230317æ–°å¢žæ—¶é—´èŒƒå›´æ&nbsp;·å¼*/
    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 &gt; .title {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #E7E8E9;
    position: relative;
}

.inner-main .mr .box &gt; .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 &gt; .title .title-text:nth-child(2) {
	width: 90px;
}
.inner-main .mr .box &gt; .title .title-text:nth-child(3) {
	width: 78px;
}
.inner-main .mr .box &gt; .title .title-text:first-child{
    width: 720px;
    display: inline-block;
}
.inner-main.m-list .mr .box &gt; .title .title-text:first-child {
    width: 800px;
}
.inner-main .mr .box &gt; .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;
    width: 52px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    float: left;
	position: relative;
	left: -22px;
}
.inner-main .mr .cg-list li .f-center{
    margin-left: -14px;/*mark20230519ä¿®æ”¹-4ä¸º-14*/
}
.inner-main .mr .cg-list li .f-right{
    margin-right: -10px;
}

.inner-main .mr .cg-list li i {
    color: #bf9f62;/*mark20230327ä¿®æ”¹#FF1A00ä¸º#004EA2*/
    font-size: 16px;
    display: inline-block;
    margin-right: 8px;
    float: left;
    /*margin-top: 8px;*/
    line-height: 16px;
	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: 2;/*ä»£è¡¨å“ªä¸€è¡Œçœç•¥å·*/ 
	overflow: hidden;
}

.inner-main .mr .cg-list ul.content-ul li a { /*mark20220406æ–°å¢ž*/
    /* height: 38px;
    line-height: 38px; mark20230328æ³¨é‡Š*/
	max-height: 65px;
	line-height: 65px;
    display: inline-block;
    width: 680px;/*mark20230328ä¿®æ”¹ 680ä¸º650px*/
}

.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: #00da81;/*mark20230609ä¿®æ”¹ï¼š#bf9f62;ä¸º#00da81*/
}

.inner-main .mr .cg-list li a .title { /*mark20220402æ–°å¢ž*/
    color: #333;
    width: 100%;
}

.inner-main .mr .cg-list li .title:hover {
    color: #00da81;/*mark20230609ä¿®æ”¹ï¼š#bf9f62;ä¸º#00da81*/
    font-weight: 1;
}

.inner-main .mr .cg-list li .time {
    color: #999;
}

/* ä¾›åº”å•†å¾é›†åˆ—è¡¨ */
.inner-main.m-list .mr {
    width: 947px;
}
.inner-main.m-list .mr.f-right.all {
    width: 1200px;
}
.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: #00da81;/*mark20230609ä¿®æ”¹ï¼š#bf9f62;ä¸º#00da81*/
    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;
}

.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;
	margin-bottom: 25px;
}

.m-detail .content .c-main p.collect a {
	background: -webkit-linear-gradient(left, #148dd0 0%,#25d58e 100%);
    color: #fff;
    /* padding: 6px 15px; */
    margin-left: -28px;
	width: 200px;
	height: 54px;
	line-height: 54px;
	display: inline-block;
	font-size: 22px;
}

/* 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;
}
.m-detail .content .hoverSpn{
    padding: 8px;
    background-color: #F1F3F5;
}
.m-detail .content .bottom-info-text{

}
.m-detail .content .bottom-info-text .blueBgText{
    height: 65px;
    line-height: 65px;
    color: #000;
   /*  background-color: #00da81; *//*mark20230609ä¿®æ”¹ï¼š#bf9f62;ä¸º#00da81*/
    width: 100px;
    font-weight: 700;
    text-align: center;
	display: flex;
	align-items: center;
	position: relative;
	right: 0px;
}
.m-detail .content .bottom-info-text .blueBgText-ul,
.m-detail .content .bottom-info-text .blueBgText-ul ul{
	width: 500px;
	height: 65px;
	line-height: 65px;
	position: relative;
	right: 0px;
	display: flex;
	
}
.m-detail .content .bottom-info-text .blueBgText-ul .f-left-home,
.m-detail .content .bottom-info-text .blueBgText-ul .f-left-home .m-view-file-name{
	width: 800px;
	overflow: hidden;    
	text-overflow:ellipsis;    
	white-space: nowrap;
	display: inline-block;
	height: 65px;
	line-height: 65px;
}
.m-detail .content .bottom-info-text .blueBgText img{
	display: inline-block;
	width: 20px;
	position: relative;
	top: 0px;
	left: -5px;
}
.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;
	background: #f6f7f8;
	display: flex;
	padding: 0 1rem;
}
.m-detail .notice {/*éšè—ç›¸å…³å…¬å‘Šã€é¡¹ç›®è¿›åº¦*/
    display: none;
}
.m-detail .processListItem{
    display: none;
}
.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 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;
}
/*è¿ç§»ä¸Šä¸€ç¯‡ä¸‹ä¸€ç¯‡*/
.paging-links {
    margin-bottom: 0.5rem;
}

.paging-links a {
	position: relative;
	font-size: 1.125rem;
	color: #555;
	padding: 0 1rem;
	width: 100%;
	display: inline-block;
	height: 65px;
	line-height: 65px;
	align-items: center;
	display: flex;
	background: #f6f7f8;
}

.paging-links a i {
    position: absolute;
    top: -.25rem;
    left: 0;
    font-size: 1.4rem;
}
.paging-links .text-updn {
     display: inline-block;
	 width: 49%;
}

.paging-links .text-updn span.text-sp{
     display: inline-block;
	 width: 77%;
	overflow: hidden;    
	text-overflow:ellipsis;    
	white-space: nowrap;
}
.paging-links .text-updn span img{
     display: inline-block;
	 width: 20px;
     position: relative;
     top: 0px;
	 left: -5px;
}
.paging-links .page-next {
     float: right;
}

.paging-links .page-next i {
    right: 0;
    left: auto;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}

.paging-links a:hover {
    color: #229dff;
}

/* åˆ†é¡µ */

.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;
}

.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: #00da81;/*mark20230609ä¿®æ”¹ï¼š#bf9f62;ä¸º#00da81*/
    font-weight: bold;
    margin: 0px 5px;
}

/* ä¾›åº”å•†å¾é›†åˆ—è¡¨_é¦–é¡µæ&nbsp;·å¼ */

.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 .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: 57px;
}
.search .fullItems{
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.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: #00da81;/*mark20230609ä¿®æ”¹ï¼š#bf9f62;ä¸º#00da81*/
    color: #ffffff;
}
.search .searchBtn{
    float: right;
    margin-right: 20px;
}
</pre></body></html>