html,body,p,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
html{font-size: 15px;font-family:"microsoft yahei","Microsoft YaHei ui";color:#333;}
a{text-decoration:none;}
ul,li{list-style:none;}
.lf{float:left;}
.rt{float:right;}
img{vertical-align: middle;border:none;}
.widthScreen{
    width: 100%;
}
#bannerText{
    margin-top: 100px;
}
#bannerText h2{
    color: #fff;
    font-size: 27px;
    font-weight: normal;
    letter-spacing: 2px;
}
#bannerText h3{
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    font-family: "仿宋";
    margin-top: 26px;
}
body{
    min-width: 1260px;
    color:#5a6575;
    background-color: #f7f9fc;
}
/*.artical:after,.nav ul:after,.artical:after{*/
/*    content: "";*/
/*    display: table;*/
/*    clear: both;*/
/*}*/
#projectWrap1{
	margin-top:10px;
}
#top{
    height: 42px;
    line-height: 40px;
    color: #7e8893;
    background-color: #f7f9fc;
    display: none;
}
#top .lf{ color: #7e8893;}
#top .rt a{
    color: #7e8893;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}
#top .rt a:first-child,#top .rt a:first-child:hover{
    color: #004492;
}
#top .rt a:last-child{
    margin-right: 0px;
}
#top .rt a:hover{
    color:#333;
}
#top .rt a img{
    height: 19px;
    vertical-align: middle;
    margin-top: -4px;
}
#headTop{
    width: 100%;
    height: 220px;
    background: url("../images/banner10.jpg") 0px 0px no-repeat;
    background-size: cover;
    position: relative;
}

#headTop::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.08); /* 半透明黑色遮罩 */
    z-index: 1;
}

#headTop > * {
    position: relative;
    z-index: 2;
}
.headTopLogo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    margin-bottom: 45px;
}
.headTopLogo-divider {
    width: 1px;
    height: 50px;
    background: rgba(255,255,255,0.5);
    margin: 0;
    flex-shrink: 0;
}
.headTopLogo span{
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    margin-left: auto;
}
.headTopLogo img{
    width: 715px;
    height: 94px;
}
.widthAuto{
    width: 84%;
    margin: auto;
}
.artical{
    width: 1260px;
    margin: auto;
}

#header{
    height: 100px;
    background-color:#fff;
}
#header .lf img{
    margin-top: 7px;
    height: 72px;
}
#header .rt{
    width:  calc(100% - 885px);
    text-align: right;
    /*height: 118px;*/
    position:relative;
}
.searchWrap{
    border: 1px solid #c3cad2;
    width: 600px;
    height: 55px;
    box-sizing: content-box;
    margin: 30px auto;
    border-radius: 50px;
    position: relative;
}
.searchWrap input{
    width: 599px;
    height: 54px;
    padding: 5px 45px 5px 30px;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 16px;
    color: #7e8893;
    border: none;
    float: left;
    border-radius: 60px;
}
.searchWrap button{
    height: 35px;
    width: 35px;
    vertical-align: middle;
    background-color: #ffffff;
    border: none;
    cursor: pointer;
    position: absolute;
    color: #fff;
    right: 10px;
    border-radius: 74px;
    top: 10px;
}
.searchWrap button img{
    height: 20px;
    vertical-align: middle;
}
.searchWrap button:hover i{
    color: #125cb0;
}
.searchWrap button i{
    font-size: 25px;
    color:#c3cad2;
    width: 25px;
    height:25px;
}
.phone400 img{
    height: 28px;
    margin-top: 13px;
}
#nav{
    height: 55px;
    line-height: 52px;
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.nav ul{
    display: flex;
    justify-content: space-between;
}
.nav ul li{
    /*float: left;*/
    /*width: 9.03%;*/
}
.nav ul li.active,.nav ul li:hover{
    border-bottom: 3px solid #fff;
}
.nav ul li.active a{
	color: #fff;
    font-weight: bold;
}
.nav ul li>a{
   display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}
.nav ul li>a:hover{
	color: #fff;
}
#noticeTip{
    height: 45px;
    border: 1px solid #eceff2;
    margin-top: 10px;
    /* box-shadow: 0px 0px 10px #d0ddec; */
    background-color: #fff;
    box-sizing: border-box;
}
.noticeTipLf{
    float: left;
    width: 100%;
}
.noticeTipRt{
    float: left;
    width: 360px;
    height: 40px;
    overflow: hidden;
}
.noticeTipLf-1{
    float: left;
    width: 100px;
    height: 45px;
    border-right: 1px solid #e9ecf0;
    box-sizing: border-box;
    font-size: 15px;
    line-height:45px;
    text-align: center;
    vertical-align: middle;
    color: #165ac5;
}
.noticeTipLf-1 img{
    height: 20px;
    vertical-align: middle;
    margin-right: 4px;
}
.noticeTipLf-2{
    float: left;
    width: calc(100% - 105px);
    margin-left: 5px;
}
.noticeTipIframe{
    padding-left: 10px;
    overflow: hidden;
    font-size: 13px;
    vertical-align: middle;
}
.noticeTipIframe span{
    float: left;
    vertical-align: top;
    font-size: 12px;
    color: #444;
    font-weight: bold;
}

/*濡炪倕鐖奸崕瀛樼┍閳╁啩绱栭柡宥呯箲閻楀崬顕ｉ敓锟�*/
.txtScroll-top{
    overflow: hidden;
    position: relative;
   /*  border-right: 1px solid #e6e6e6; */
    box-sizing: border-box;
}
.txtScroll-top .hd{
    overflow: hidden;
    height: 42px;
    position: absolute;
    right:3px;
    top: 0px;
    width: 30px;
}
.txtScroll-top .hd .prev,.txtScroll-top .hd .next{
    display: block;
    width: 18px;
    height: 10px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/arrow.png) 0px 0px no-repeat;
}
.txtScroll-top .hd .prev{
    position: absolute;
    top: -4px;
    right: 0px;
}
.txtScroll-top .hd .next{
    position: absolute;
    top: 19px;
    right: 0px;
}
.tempWrap ul li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.txtScroll-top .hd .next{ background-position: 0 -10px;}
.txtScroll-top .hd .prev:hover{background-position:0 -21px;}
.txtScroll-top .hd .next:hover{background-position:0 -30px;}
.txtScroll-top .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; }
.txtScroll-top .hd ul li{
    float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer;
}
.txtScroll-top .hd ul li.on{ background-position:0 0; }
.txtScroll-top .bd{
    padding: 12px 0px;
    width: 92%;
}
.txtScroll-top .infoList li{ height:24px; line-height:24px;   }
.txtScroll-top .infoList li .date{ float:right; color:#999;  }
/*濡炪倕鐖奸崕瀛樼┍閳╁啩绱栭柡宥呯箲閻楀崬顕ｅ绁卍*/

.advertising{
  /*   height: 100px; */
  /*   border:1px solid #e6e6e6; */
    box-sizing: border-box;
    margin-top: 10px;
}
#loginWrap{
  height: 480px;
    margin-top: 10px;
    background-color: #fff;
    padding: 25px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px #d0ddec;
}
.loginWrapLf{
    width: 44%;
    height: 100%;
    box-sizing: border-box;
}
.loginWrapLf img{
	width:100%;
	height:100%;
}
.loginWrapRt{
   background-color: #fff;
    height: 100%;
    width: calc(100% - 46%);
}
.padding10{
    padding: 10px;
    box-sizing: border-box;
}
.layui-carousel-ind li {
   border-radius: 0px;
    width: 50px;
    height: 2px;
    margin: 0 5px;
}
.loginTitle{
/*  background-color: #edf0f4;  */
    height: 45px;
    box-sizing: border-box;
    line-height: 45px;
   /*  margin-top: 10px; */
    border-bottom: 1px solid #e6ecf4;
}
.loginTitle ul:after{
    content: "";
    display: table;
    clear: both;
}
.loginTitle li:first-child{
    border-left: none;
}
.loginTitle li{
    float: left;
    width:100%;
    font-size: 18px;
    letter-spacing: 10px;
    text-align: center;
    border-bottom: 2px solid #d8dde4;
    color: #5a6575;
    border-left: 1px solid #d8dde4;
    box-sizing: border-box;
   /*  cursor: pointer; */
}
.loginTitle li.on{
   border-bottom: none;
    color: #20252a;
    /* background-color: #006cee; */
    letter-spacing: 0px;
    text-align: left;
    /* padding-left: 10px; */
    /* background: url(../images/rtloginbg.png) center no-repeat #dfedff; */
   /*  font-weight: bold; */
    padding-left: 5px;
}
.loginPart ul:not(:first-child){
    display: none;
}
.loginPart ul{
    display: flex;
    justify-content: space-between;
}
.loginPart ul li{
    height:215px;
    width: 24%;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    box-shadow:0 0 15px #c9d9ed;
}
.loginpartbg{
	position: absolute;
    width:0%;
    height: 100%;
    /*background-image:linear-gradient(45deg,#b1d3ff,#c4deff);*/
    background-color: #bfe2f0;
    z-index: 5;
    transition: all linear .4s;
}
.loginPart ul li a img{
    height: 70px;
    vertical-align: middle;
    display: block;
}
.loginPart ul li a span{
    color: #333;
    display: inline-block;
    padding-top: 8px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 20px;
}
.loginPart ul li a:hover span{
    color: #125cb0;
}

.loginPart ul li i img{
    height: 25px;
    margin-top: 7px;
}
.loginPart ul li p{
    background-color: #125cb0;
    width: 18%;
    height: 2px;
    margin: 20px 0px;
    transition: all linear .4s;
}
.loginPart ul li a:hover p{
    width: 24%;
}
.loginPart ul li:hover{
    box-shadow: 0 0 15px #92c4ff;
}
.loginPart ul li a{
    display: block;
    text-align: left;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    padding: 10%;
    box-sizing: border-box;
}
#noticeInfos{
 width: 100%;
}
.noticeInfos{
    background-color: #fff;
    width: 100%;
    overflow: hidden;
}
.title{
  height: 45px;
    /*border-bottom: 1px solid #e6ecf4; */
    box-sizing: border-box;
    line-height: 45px;
    padding: 0 5px;
}
#todayBid .title{
	height: 38px;
    line-height: 30px;
}
.title span{
    font-size: 20px;
     font-weight: bold;
    color: #20252a;
    display: inline-block;
    height: 44px;
    letter-spacing: 2px;
}
#noticeInfos .title{
	 background-color: #fff; 
	 padding: 0px;
}
#noticeInfos .title span{
	font-weight: normal;
    font-size: 21px;
    letter-spacing: 0px;
    margin-right: 25px;
    padding-right: 5px;
    color: #20252a;
   /*  font-weight: bold; */
}
#noticeInfos .title .active{
    color: #125cb0;
    font-weight: normal;
    border-radius: 50px;
}
.newUl ul:not(:first-child){
	display:none;
}
#main .title{
	float:left;
	margin-left: 45px;
}
.title ul:after,.container{
	content:"";
	display:table;
	clear:both;
}
.title ul li{
	float: left;
    font-size: 18px;
    color: #667588;
    margin-right: 15px;
    cursor:pointer;
}
.title ul li.on{
	border-bottom: 2px solid #0a69de;
    color: #0a69de;
    position:relative;
    font-weight: bold;
}
.title ul li.on:after{
	content: "";
    display: table;
    clear: both;
    position: absolute;
    border: 10px solid transparent;
    border-top-color: #0a69de;
    left: 50%;
    margin-left: -10px;
}
.titleImg{
    vertical-align: middle;
    height: 28px;
    margin-right: 5px;
}
.title a{
    float: right;
    font-size: 14px;
    color: #a5adb7;
}
.title a:hover{
color:#5a6575;
}
.noticeInfos ul{
    margin-top: 15px;
    height:370px;
    overflow: hidden;
}
.noticeInfos ul li{
    height: 52px;
    line-height: 52px;
}
.noticeInfos ul li i{
    float: left;
    width: 10px;
    height: 10px;
    background-color: #165ac5;
    margin-right: 5px;
    margin-top: 22px;
}
.noticeInfos ul li a{
    float: left;
    width: calc(100% - 145px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333;
}
.noticeInfos ul li span{
   float: right;
    color: #9baaba;
    font-size: 17px;
}
.noticeInfos ul li:hover{
    box-sizing: border-box;
    box-shadow: 0px 1px 3px #d0d9e6;
}
.noticeInfos ul li:hover a,.noticeInfos ul li:hover span{
    color: #165ac5;
}
.noticeInfos ul li:hover i{
    background-color: #165ac5;
}
.articalLf{
    width: 1260px;
    /*float: left;*/
    background-color: #fff;
    box-shadow: 0px 0px 10px #d0ddec;
}
.newUl ul:first-child li a{
	/*color:#fe1313;*/
}
.titleImgNew{
    width: 1260px;
    margin:20px auto;
}
.noticeInfosLf ul li i{
	background-color: #165ac5;
    border-radius: 62px;
}
.newUl ul:first-child li i{
	/*background-color: #fe1313;*/
}
.articalRt{
    width: 250px;
    float: left;
    background-color: #fff;
    box-shadow: 0px 0px 10px #d0ddec;
    margin: 0 10px;
}
.companyOther{
    margin-top: 10px;
   
    background-color: #fff;
    box-shadow: 0px 0px 10px #d0ddec;
}

.tradInfosLf{
    float: left;
    width: 160px;
  
    box-sizing: border-box;
}
.tradInfosLf ul li{
    font-size: 16px;
    cursor: pointer;
    color: #5d6a76;
    margin-bottom: 5px;
    height: 30px;
    line-height: 30px;
}
.tradInfosLf ul li.active{
    /*border-bottom: 1px solid #165ac5;*/
    color: #165ac5;
    font-weight: bold;
}

.tradInfosRt{
    margin-left:240px;
    overflow: hidden;
}
#publicWrap .tradInfos{
	height:320px;
}
.tipText{
    background-color: #f4f6f8;
    border-radius: 20px;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    margin: 0 5px;
    color: #F44336;
}
.tipText i{
    margin-right: 5px;
}

.tradInfosRt .tradInfosRtMain ul{
    height:220px;
    overflow: hidden;
}
.tradInfosRt .tradInfosRtMain:not(:first-child){
    display: none;
}
.tradInfosRt .tradInfosRtMain ul li{
    overflow: hidden;
    padding: 11px 5px;
}
.tradInfosRt .tradInfosRtMain ul li:hover{
    background-color: #f4f6f8;
}
.tradInfosRt .tradInfosRtMain ul li:hover a,.tradInfosRt .tradInfosRtMain ul li:hover span{
    color: #165ac5;
}
.tradInfosRt .tradInfosRtMain ul li i{
    color: #FF5722;
    font-style: normal;
    float: left;
}
.tradInfosRt .tradInfosRtMain ul li a{
    float: left;
    width: calc(100% - 200px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333;
}
#projectWrap{
	margin-top:10px;
}
.tradInfosRt .tradInfosRtMain ul li span{
    float: right;
    color: #b2b2b2;
    font-size: 16px;
}
.companyOther .articalRt{
    height: 400px;
}
.rtInfos{
    height:121px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 2px;
}
.rtInfos li{
    height: 34px;
    line-height: 34px;
}
.rtInfos li i{
    float: left;
    width: 3px;
    height: 10px;
    background-color: #d7dde4;
    margin-right: 5px;
    margin-top: 15px;
}
.rtInfos li a{
    float: left;
    width: calc(100% - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rtInfos li:hover{
    background-color: #f4f6f8;
}
.rtInfos li:hover i{
    background-color: #165ac5;
}
.rtInfos li:hover a{
    color: #165ac5;
}
.zhn{
    width: 100%;
    height: 100%;
}
.zhn a{
	display: block;
    width: 100%;
    height: 36px;
    background-color: #f3f6f8;
    border-bottom: 5px solid #fff;
    box-sizing: border-box;
    padding: 6px;
    color: #20252a;
    cursor:pointer;
}
.zhn a:hover,.zhn a:hover span{
	color: #0063d3;
}
.zhn a span{
	color: #868f99;
}
.zhn img{
    width:100%;
    height: 100%;
    border-radius: 3px;
}
#cargoWrap{
    margin-top: 10px;
}

.xyInfos{
    overflow: hidden;
    float: left;
    margin-left: 5px;
}
.imgs{
    float: right;
}
.imgs a{
    display: block;
    width: 220px;
    height: 48px;
    margin-bottom: 5px;
}
.imgs a img{
    width: 100%;
    height: 100%;
}
.xyInfos li{
    margin-top: 0px;
}
.xyInfos li:not(:first-child){
	height: 71px;
    margin-top: 10px;
}
.xyInfos li a{
    display: block;
    width: 100%;
    height: 100%;
}
.xyInfos li a img{
    width: 100%;
    height: 100%;
}
#serviceWrap .articalRt{
    height: 354px;
}
.rtInfosG{
    height: 280px;
    margin-top: 10px;
}
#serviceWrap,#publicWrap{
    margin-top: 10px;
}
#publicWrap .tradInfosLf ul li{
    margin-bottom: 5px;
}
.topTitle{
    margin-left: 6px;
}
.topTitle span{
    display: inline-block;
    height: 40px;
    line-height: 33px;
    text-align: center;
    color: #333;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    margin-right:5%;
}
.topTitle .active{
    position: relative;
    color: #125cb0;
    border-bottom: 2px solid #125cb0;
}
.tradMore{text-align: right;margin-bottom: 15px;}
.tradMore a{color: #125cb0;font-size: 18px;}
.publicFlag{
    font-size: 16px;
    color: #01c001;
    border: 1px solid #01c001;
    padding: 3px 10px;
    margin-left: 15px;
    border-radius: 5px;
}
.publicFlagBlue{
    font-size: 16px;
    color: #187ff3;
    border: 1px solid #187ff3;
    padding: 3px 10px;
    margin-left: 15px;
    border-radius: 5px;
}
.pageInfoRt{
    min-height: 430px;
}
#myBody tr td{
    height: 50px;
    padding: 0px;
}
#myBody tr:hover td a{
    color: #125cb0;
}
#myBody tr:nth-child(even){
    background-color: #f9f9f9;
}
#myBody tr td a{
color:#333;
    font-size: 18px;
}
.downMore{
    position: absolute;
    top: 7px;
    right: 0px;
    color: #999;
    font-size: 14px;
}
.tradInfosRtMain {
	position:relative;
}
.downMore a{
	color: #999;
    font-size: 14px;
}
.downMore a:hover{color: #5a6575;}
#publicWrap .articalRt{
    height: 400px;
}
.rtInfosD{
    height: 310px;
    margin-top: 10px;
}
.downContainer .downList:not(:first-child){display: none;}
#todayBid{
    margin-top:10px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #d0ddec;
    padding: 10px;
    box-sizing: border-box;
}
.todayBidHead{
    margin-top: 10px;
}
.todayBidHead table{
    width:100%;
}
.todayBidHead table tr th{
    padding: 5px;
    box-sizing: border-box;
    height: 35px;
    text-align: left;
    background-color:#f4f6f8;
    color: #5a6575;
}
.todayBidBody{
    height:170px;
    background-color: #fff;
    overflow: hidden;
}
.todayBidBody ul li{
    border-bottom: 1px dotted #e6e6e6;
    overflow: hidden;
    line-height: 28px;
    height: 35px;
}
.todayBidBody ul li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #5a6575;
}
.todayBidBody ul li:hover a{
    background-color: #f4f6f8;
    color:#165ac5;
}
.todayBidBody ul li a span{
    display: inline-block;
    padding: 5px;
    box-sizing: border-box;
    height: 35px;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.todayBidBody ul li a span:nth-child(1){width: 15%;}
.todayBidBody ul li a span:nth-child(2){width: 40%;}
.todayBidBody ul li a span:nth-child(3){width: 15%;}
.todayBidBody ul li a span:nth-child(4){width: 15%;}
.todayBidBody ul li a span:nth-child(5){width: 15%;}
.str_wrap.str_active {
    background: #ffffff;
}
#generalMsg{
    background-color: #fff;
    box-shadow: 0px 0px 10px #d0ddec;
    height: 300px;
    box-sizing: border-box;
    margin-top: 10px;
}
#generalMsg>ul>li{
    width:165px;
    height: 300px;
    float: left;
    overflow: hidden;
    border-right: 1px solid #fff;
}
#generalMsg>ul{
    overflow: hidden;
}
#generalMsg>ul>.active{
    width: 760px;
}
.generalMsgLf{
    text-align: center;
    width: 165px;
    float: left;
    height: 300px;
    color: #fff;
    border-right: 1px solid #d7dde4;
}
#generalMsg>ul>li:nth-child(1) .generalMsgLf{
    background-color: #e7231b;
    border-top: 10px solid #f94840;
    box-sizing: border-box;
}
#generalMsg>ul>li:nth-child(2) .generalMsgLf{
    background-color: #3177d2;
    border-top: 10px solid #518fde;
    box-sizing: border-box;
}
#generalMsg>ul>li:nth-child(3) .generalMsgLf{
    background-color: #3177d2;
    border-top: 10px solid #518fde;
    box-sizing: border-box;
}
#generalMsg>ul>li:nth-child(4) .generalMsgLf{
    background-color: #14b33e;
    border-top: 10px solid #3dc160;
    box-sizing: border-box;
}
.generalMsgLf h5{
    font-size: 20px;
    margin-top: 20px;
     color: #fff;
}

.active .generalMsgLf  h5,.active .generalMsgLf  p{
     color: #333;
}

.generalMsgLf p{
    font-size: 15px;
    padding: 0px 10px;
    line-height: 25px;
    margin-bottom: 35px;
     color: #fff;
}
.generalMsgLf img{
    height: 60px;
    margin: 20px 0px;
}
.generalMsgLf a{
    color: #fff;
    border-radius: 20px;
    border: 1px solid #fff;
    padding:5px 10px;
}
.generalMsgRt{
    float: left;
    width: calc(100% - 165px);
    padding: 0px 20px;
    box-sizing: border-box;
    height: 300px;
    box-shadow: none;
}
#generalMsg>ul>.active .generalMsgLf{
    background-color: #fff!important;
    border-top: 10px solid #ffffff!important;
    color: #333;
}
#generalMsg>ul>li:nth-child(1).active .generalMsgLf a{
    color: #e7231b;
    border: 1px solid #e7231b;
}
#generalMsg>ul>li:nth-child(2).active .generalMsgLf a{
    color: #3177d2;
    border: 1px solid #3177d2;
}
#generalMsg>ul>li:nth-child(3).active .generalMsgLf a{
    color: #3177d2;
    border: 1px solid #3177d2;
}
#generalMsg>ul>li:nth-child(4).active .generalMsgLf a{
    color: #14b33e;
    border: 1px solid #14b33e;
}
#linkWrap{
    width: 84%;
    background-color: #f7f9fc;
    height: 70px;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px #d0ddec;
    margin: 20px auto;
}
.linkWrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.linkWrap label{
    font-size: 20px;
    color: #165ac5;
    margin-left: 5px;
    font-weight: bold;
}
.linkWrap select{
    width: 24.2%;
    height: 40px;
    font-size: 15px;
    border: 1px solid #e3e9f0;
    color: #5a6575;
    background-color: #f4f6f8;
    padding: 0 5px;
    box-sizing: border-box;
}
.linkRt{
    width: calc(100% - 125px);
    display: flex;
    justify-content: space-between;
}
.footLfList{
    float: left;
    width: 100%;
}
.footLfList h2{
    color: #deeafb;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}
.footLfList ul li{
    float: left;
    margin-bottom: 15px;
    width: 35%;
}
.footLfList ul li a{
    color: #485b72;
    font-size: 15px;
    margin-bottom: 15px;
}
.footLfList ul li a:hover{
    color:#333;
}
.pageTab{
    width: 100%;
}
#footPart{
    width: 100%;
    height: 50px;
    text-align: center;
    line-height:50px;
    color:#b3bac3;
    background: url("../images/footbg.png") no-repeat #eaf2fb;
    display: none;
}
#footer{
    width: 100%;
    background-color: #fff;
    padding: 30px 0;
    border-top: 1px solid #eee;
}
.footLf{
    display: none;
}
.footRt{
    display: none;
}
.footCenter{
    display: none;
}
.footer-center {
    text-align: center;
}
.footer-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 8px;
}
.footer-row p {
    color: #666;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}
.footer-row-1 {
    justify-content: center;
    margin-top: 4px;
}
.footer-center p {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.8;
}
.footCenter p,.footLf p,.footRt p{
    color: #eaeff6;
    font-size: 16px;
    margin-bottom: 15px;
}
.footCenter p b{
   color: #165ac5;
   font-size: 16px;
}
.footer{
    width: 84%;
    margin: auto;
    padding-top:15px;
    box-sizing: border-box;
}
.footRt1{
    float:right;
}
#top .rt a:first-child{
    position: relative;
}
.footTitle{
	   margin-bottom: 15px;
    border-bottom: 1px solid #d6dadf;
    padding-bottom: 15px;
}
.footTitle ul{
	overflow: hidden;
}
.footTitle ul li{
	float: left;
    margin-right: 30px;
}
.footTitle ul li a{
	color: #a2aab2;
}
.footTitle ul li a:hover{
	color: #0063d3;
}
#codeImg{
    position: absolute;
    background-color: #fff;
    z-index: 10;
    width: 260px;
    left: -60px;
    top: 27px;
    border: 1px solid #eaeef2;
    box-shadow: 0px 2px 3px #e1e7ee;
    padding: 15px;
    box-sizing: border-box;
    border-top: 1px solid #165ac5;
    display:none;
}
#codeImg:after{
    content: "";
    display: table;
    clear: both;
    position: absolute;
    left: 50%;
    top: -13px;
    border: 6px solid transparent;
    border-bottom-color: #165ac5;
    margin-left: -6px;
}
#codeImg dl{
    width: 50%;
    float: left;
    text-align: center;
}
#codeImg dt img{
    width: 105px;
    height: 105px!important;
}
#codeImg dd{
    font-size: 14px;
    color: #84909e;
    line-height: 17px;
    height: 30px;
    margin-top: 10px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #165ac5;
}
.layui-laypage a:hover {
    color: #165ac5;
}
.layui-laypage input:focus, .layui-laypage select:focus {
    border-color: #165ac5!important;
}
.layui-carousel-ind ul{
    background-color: transparent;
}

@media screen and (max-width:1800px){
   .noticeTipIframe>span{
       margin-top: -2px;
    }
}

select {
    border: solid 1px #ccc;
    appearance: none; /*婵炴挸鎳樺▍宸梕lect濞戞挸顑嗘刊鍝勵浖閸℃稓甯涢悹浣靛�栭悧鍗烆嚕閿燂拷*/
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 14px; /*濞戞捁妗ㄧ粭鍛村箯婢跺﹦姣堢紒鐙�鍘奸妵鏃堟偩濞嗗繐姣夊☉鎿勬嫹闁绘劙锟芥稓绉寸紓鍐惧櫙缁辨繈鏌嗛崹顔煎赋閻炴凹鍋呴弸鍐拷娑欘殙椤╊偊鎯勯敓锟�*/
    background: url("../images/arrow-1.png") no-repeat scroll right 3px center transparent; /*闁煎浜滈悾鐐▕婢跺﹥绂堥柣妤�娲╅々顐︽儎閺嵮冩枾闁哄牆顦卞▓鎴炵▔鐎ｂ晝鐟忛悷娆愬笧椤戜線宕ｉ敓锟�*/
}

select::-ms-expand {
    display: none; /*婵炴挸鎳樺▍宥狤濮掓稒顭堥缁樼▔鐎ｎ偄顎欓柟绋款樀閹告娊鏁嶇仦鑲╃ɑ闁哄嫷鍨辩粊瀵告嫚閺囩偛绲洪柣婊呮E10濞寸姰鍎扮粭鍌炲嫉婢跺娅忛柨娑樼摜E8闁挎冻鎷�9濮掓稒顭堥缁樼▔鐎ｎ偄顎欓柟绋款樀閹歌櫕绂掑鍡橈紜閻庢稒锚濠�锟�*/
}


/*2020-11-01*/
#todayBid{
    background-color: transparent;
    padding: 0px;
}
.xyInfos li a.optionList{
    height: 32px;
    line-height: 32px;
    width: 114px;
    display:block;
    margin-top: 4px;
    border-radius: 5px;
    margin-right: 3%;
    text-align: center;
    color: #fff;
}
.xyInfos li a:nth-child(1){
    background-color: rgba(255, 155, 89, 1);
    margin-top: 0px;
}
.xyInfos li a:nth-child(2){
    background-color:rgba(255, 81, 81, 1);
}
.xyInfos li a:nth-child(3){
    background-color:#36b4cf;
    margin-right: 0px;
}
#generalMsg>ul>.active{
    width: 1003px;
}
.generalMsgLf,#generalMsg>ul>li{
    width: 255px;
}
.generalMsgRt {
    width: calc(100% - 255px);
}
#navBanner,#navBanner div{
    width: 100%;
}
#navBanner img{
    width: 100%;
    height: 100px;
}

.advertising2 a{
    margin-right: 15px;
}
.advertising4 a{
    margin-right: 10px;
    display:inline-block;
}
.advertising4 a img {
    vertical-align: middle;
    border: none;
    width: 246px;
    height: 80px;
}
.advertising4 a:last-child{
    display: inline-block;
    width: 86px;
    height: 80px;
    background-color: rgba(255,255,255,0.85);
    vertical-align: middle;
    text-align: center;
    line-height: 80px;
    font-size: 18px;
    letter-spacing: 2px;
    color: #242831;
}

/*200-11-3*/
.advertising2{
    position: relative;
}

.advertisingWrap2{
    width: 900px;
    background-color: transparent;
    position: absolute;
    padding-top:10px;
}
.advertisingWrap2:hover{
    background-color: transparent!important;
}

/* 鏈緥瀛恈ss */
.picMarquee-left{ overflow:hidden; position:relative; }
.picMarquee-left .bd ul{ overflow:hidden;padding-bottom:15px!important;}
.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;   width: 190px !important;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.tempWrap ul li a{
    display: block;
    width: 190px !important;
    height: 80px !important;
}
.tempWrap ul li a img{
    vertical-align: top!important;
}
.picMarquee-left .bd ul li .pic img{ width:190px; height:80px; display:block; }
#bigDataModule{
	margin: 0px 4px;
}
#bigDataModule ul{
	overflow: hidden;
}
#bigDataModule ul li{
	width: 49%;
    background-color:#e3f0f5;
    height: 42px;
    /* margin: 0 1%; */
    line-height: 39px;
    /* background: url(../images/databg1.jpg) center no-repeat #165ac5; */
    float: left;
    margin: 0px;
    padding: 0px;
    border: 2px solid #fff;
    box-sizing: border-box;
}
/* #bigDataModule ul li:nth-child(2){
	 background: url(../images/databg2.jpg) center no-repeat #165ac5;
}
#bigDataModule ul li:nth-child(3){
	 background: url(../images/databg3.jpg) center no-repeat #165ac5;
}
#bigDataModule ul li:nth-child(4){
	 background: url(../images/databg4.jpg) center no-repeat #165ac5;
} */
#bigDataModule ul li a{
	font-size: 15px;
    color: #20252a;
    text-align: center;
    display: block;
    cursor: pointer;
    transition: all linear .4s;
}
#bigDataModule ul li a:hover{
	color: #165ac5;
}
/*采购专区*/
.purchInfos{
   background: #fff;
    height:100px;
    
    width: 1260px;
    margin: auto;
    box-shadow: 0px 0px 10px #d0ddec; 
    background: url(../images/fpt.jpg) no-repeat;
   /*  background-size: 100% 100%; */
     
}
.advertising2{
    background: none!important;
    border: none!important;
    padding: 0px!important;
    text-align: center!important;
    height:auto;
}
.advertisingWrap2{
    width: 1240px;
    margin-left:210px;
}
.advertising2 h1{
    font-size: 23px;
    color: #1a222c;
    text-align: center;
   /*  padding: 20px 0px; */
   height:80px;
    letter-spacing: 13px;
    font-weight: bold;
    margin: 10px;
    background-color: #f4f6f8;
    border-top: 10px solid #fff;
    margin-bottom:8px;
    background: url(../images/tradbg.jpg) no-repeat;
}
.advertising2 h1 a{
   display: inline-block;
    width: 90px;
    height: 46px;
    float: right;
    font-size: 16px;
    background-color: rgba(255,255,255,0.25);
    line-height: 46px;
    color: #045bbc;
    margin-top: 16px;
    border-radius: 3px;
    letter-spacing: 0px;
    font-weight: normal;
}
.advertising2 h1 a:hover{
	background-color: rgba(255,255,255,0.55);
    color: #0761c9;
}
.picMarquee-left .bd ul li {
    margin: 0 9px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
   /*  width: 230px !important; */
  /*   background-image:linear-gradient(to bottom, #ddedff,#f9fcff); */
    /* padding: 20px 20px 25px 20px; */
    box-sizing: border-box;
    position: relative;
    background-color:#f4f6f8;
   /*  background: url(../images/comtradbg.jpg) no-repeat; */
}
.picMarquee-left .bd ul li:hover{
	border-top: 2px solid #165ac5;
}
.picMarquee-left .bd ul li a img{
    transition: all linear .4s;
}

#manageWrap{
	width:1260px;
	margin:10px auto;
	overflow: hidden;
}
.manageDetails{
	margin: 20px 5px 20px 5px;
}
.manageDetails a{
	display: inline-block;
	margin-right: 10px;
}
.headPage{
	float: left;
    margin-top: 17px;
    width: calc(100% - 810px);
    text-align: center;
  
}
.headPage .platCodenameMain{
	font-size: 18px;
    color: #23364f;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 10px 0px;
    text-shadow: 0 0 0px #997400;
    box-sizing: border-box;
    display: inline-block;
    max-width: 380px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.platCodenameMain img{
   height: 35px;
    margin-right: 10px;
}
#platCodename1{
	letter-spacing: 3px;
	font-weight: bold;
}
.headPage b{
	font-size: 16px;
    color: #23364f;
    text-shadow: 0 0 0px #005fcd;
    font-weight: normal;
    display: block;
    text-align: center;
    margin-top: 5px;
}

.searchSel{
	width: 374px;
    float: right;
    text-align: left;
    /*margin-top: 30px;*/
    box-sizing: content-box;
}
.searchSel span{
	display: inline-block;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    box-sizing: content-box;
}
.searchSel span.active{
	/*background-image: linear-gradient(to right, #165ac5, #004996);*/
    color: #fff;
    padding: 3px 20px;
    font-size: 14px;
    background-color: #165ac5;
}
.pagezhn a{
	display: block;
    width: 100%;
    margin-top: 10px;
}
.pagezhn a img{
	height: 139px;
    width: 100%;
}

.asideLf{
	width: 200px;
    float: left;
}
.asideLf ul{
	margin-top: 7px;
}
.asideLf ul li{
	background-color: #f4f6f8;
    height: 50px;
    margin: 10px 0px;
    text-align: center;
    line-height: 50px;
}
.asideLf ul li a{
	font-size: 15px;
	display: block;
}
.asideLf ul li.active{
	background-color: #165ac5;
}
.asideLf ul li.active a{
	color:#fff;
}
.asideRt{
	margin-left:215px;
}
.tradInfos h3{
    font-size: 20px;
    color: #20252a;
    margin: 30px 0px 10px 5px;
    font-weight: bold;
}
.projectList{
	width: 100%!important;
    padding: 0px;
    position:relative;
}
#imgLink{
	height:100px;
}

.projectList .tradInfosLf{
	height: 325px;
    width: 240px;
 
    box-sizing: border-box;
    background-color: #f3f6f8;
}
.projectList .tradInfosRt{
	height: 325px;
    padding: 20px;
    box-sizing: border-box;
}
.projectList .tradInfosLf ul li{
	text-indent:2em;
}
#loginBanner a{
	display: block;
    position: relative;
    height:430px;
}
.bannerTitle{
	position: absolute;
    left: 0px;
    bottom: 0px;
    height: 50px;
    background-color: rgba(0,0,0,0.65);
    width: 100%;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    text-shadow: 0 0 4px #000;
    font-weight: normal;
}
.bannerTitle b{
	color: #fff;
    padding: 0 3px;
    font-weight: normal;
}
.companyTradTitle{
   text-align: left;
    position: absolute;
    left: 73px;
    bottom: 10px;
}
.companyTradTitle span{
	font-size: 18px;
    font-weight: bold;
}
.companyTradTitle a{
	float: right;
    color: #046ade;
    font-size: 14px;
    margin-right: 10px;
}
.companyTradTitle a:hover {
    color: #5a6575;
}
#address4{
	display:block;
}
#address4 img{
	width:100%;
}
.layui-layer-tips .layui-layer-content{
	color:#333!important;
}
.aboutCompany{
    display: flex;
    flex-wrap: wrap;
}
.aboutCompany p{
    font-size: 15px;
    color: #5a6575;
    line-height: 40px;
    text-indent: 2em;
    background-color: #f4f4f4;
    width: 48%;
    margin: 10px 1%;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 10px 10px;
}
.aboutCompany p:hover{
    border: 1px solid #165ac5;
}
.aboutCompany2{
    padding:0px 25px;
}
.aboutCompany2 p{
    font-size: 16px;
    color: #64707c;
    text-indent: 2em;
    line-height: 38px;
}
.aboutCompany2 p:first-child{
    text-indent: 0px;
    font-size: 21px;
    color: #165ac5;
    margin: 20px 0px;
}
#bannerBh{
    width: 1260px;
    margin: 15px auto;
}
#bannerBh img{
    width: 100%;
}
.titleWrap{
    background: url("../images/titleBg.png") center no-repeat;
    padding: 30px 0px;
}
.widthScreen1{
    background-color: #f7f9fc;
}
.widthScreen2{
    width: 100%;
    height: 780px;
    margin:0px;
    background: url("../images/infoBg.jpg") center no-repeat;
    background-size: 100% 100%;
    margin: 50px auto;
}
.titleWrap .titleBg{
    width: 190px;
    text-align: center;
    margin: auto;
    background-color: #f7f9fc;
}
.titleWrap .titleBg h1{
    font-size: 26px;
    font-weight: bold;
    color: #125cb0;
}
.titleWrap .titleBg h2{
    font-size: 12px;
    color: #929ba6;
}
.widthScreen2 .titleWrap .titleBg{
    background-color: #e9f2f7;
}
.pageInfo{
    background-color: #fff;
    padding: 25px;
    box-sizing: border-box;
}
.layui-laypage a, .layui-laypage span{
    font-size: 16px;
    background-color: transparent;
}
#page1{
    text-align: center;
    margin-top: 1.5%;
}

/* ========== 首页卡片式布局样式 ========== */

/* 首页主内容区域 */
.home-main-content {
    width: 100%;
    background: #f7f9fc;
}

/* 区域通用样式 */
.home-section {
    padding: 20px 0;
}

/* 区域头部 */
.home-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.home-section-title {
    font-size: 20px;
    font-weight: bold;
    color: #0D469F;
    display: flex;
    align-items: center;
}

.home-section-bar {
    display: inline-block;
    width: 4px;
    height: 28px;
    background: #0D469F;
    border-radius: 2px;
    margin-right: 12px;
    flex-shrink: 0;
}

.home-section-link {
    font-size: 16px;
    color: #0D469F;
    text-decoration: none;
}

.home-section-link:hover {
    text-decoration: underline;
}

/* 网格布局 */
.home-grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.home-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.home-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* 快捷入口大卡片 */
.home-entry-card-wrap {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(13,70,159,0.12);
}

.home-entry-card-wrap .home-section-header {
    margin-bottom: 25px;
}

.home-entry-card-wrap .entry-card {
    background: #f7f9fc;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #eef1f5;
    padding: 25px 15px;
}

.home-entry-card-wrap .entry-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(13,70,159,0.12);
    border-color: #1890ff;
}

/* 快捷入口卡片 */
.entry-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(13,70,159,0.12);
    transition: all 0.3s ease;
    cursor: pointer;
}

.entry-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(13,70,159,0.18);
}

.entry-card-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.entry-card-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.entry-card-title {
    font-size: 18px;
    font-weight: bold;
    color: #0D469F;
    margin-bottom: 8px;
}

.entry-card-subtitle {
    font-size: 13px;
    color: #8c8c8c;
}

/* 信息卡片 */
.info-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(13,70,159,0.12);
}

.info-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.info-card-title-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.info-card-title-wrap.inline {
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.info-card-icon {
    font-size: 24px;
    margin-right: 10px;
    color: #1890ff;
}

.info-card-icon-img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin-right: 10px;
    flex-shrink: 0;
}

.info-card-title {
    font-size: 20px;
    font-weight: bold;
    color: #0D469F;
    margin: 0;
}

.info-card-subtitle {
    font-size: 12px;
    color: #8c8c8c;
    text-transform: uppercase;
}

.info-card-more {
    font-size: 14px;
    color: #0D469F;
    text-decoration: none;
    padding: 6px 16px;
    border: none;
    border-radius: 20px;
    background: #EEF2FC;
    transition: all 0.3s ease;
}

.info-card-more:hover {
    background: #0D469F;
    color: #fff;
}

/* 信息列表 */
.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list-item {
    padding: 15px 0;
    border-bottom: 1px solid #f5f5f5;
}

.info-list-item:last-child {
    border-bottom: none;
}

.info-list-row1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.info-list-row2 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.info-list-btn {
    display: inline-block;
    padding: 4px 16px;
    background: #0D469F;
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
}

.info-list-btn:hover {
    background: #0a3a85;
    color: #fff;
}

.info-list-content {
    flex: 1;
    margin-right: 20px;
}

.info-list-title {
    font-size: 15px;
    color: #0D469F;
    line-height: 1.5;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 15px;
}

.info-list-title a {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

.info-list-title a:hover {
    color: #0D469F;
}

.info-list-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 13px;
    color: #8c8c8c;
}

.info-list-tag {
    padding: 3px 10px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    flex-shrink: 0;
}

.info-list-icon {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.info-list-procurement {
    font-size: 13px;
    color: #8c8c8c;
    white-space: nowrap;
    flex-shrink: 0;
}

.info-list-tag.blue {
    background: #EEF2FC;
    color: #0D469F;
}

.info-list-tag.green {
    background: #EEF2FC;
    color: #0D469F;
}

.info-list-time {
    font-size: 13px;
    color: #8c8c8c;
    white-space: nowrap;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-left: auto;
}

/* 通知公告列表 */
.notice-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notice-list-item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f5f5f5;
}

.notice-list-item:last-child {
    border-bottom: none;
}

.notice-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
}

.notice-dot.blue {
    background: #1890ff;
}

.notice-dot.yellow {
    background: #faad14;
}

.notice-dot.red {
    background: #ff4d4f;
}

.notice-dot.green {
    background: #52c41a;
}

.notice-text {
    flex: 1;
    font-size: 14px;
    color: #2c3e50;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice-time {
    font-size: 13px;
    color: #8c8c8c;
    margin-left: 15px;
    flex-shrink: 0;
}

/* 平台运行数据 */
.stats-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(13,70,159,0.12);
}

.stats-main {
    text-align: left;
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.stats-number {
    font-size: 36px;
    font-weight: bold;
    color: #0D469F;
    margin-bottom: 6px;
}

.stats-label {
    font-size: 14px;
    color: #8c8c8c;
}

/* 平台运行数据行列表 */
.stats-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.stat-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
}

.stat-row-label {
    font-size: 14px;
    color: #555;
}

.stat-row-value {
    font-size: 16px;
    font-weight: bold;
    color: #555;
}

/* 政策资讯列表 */
.policy-list-item {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #f5f5f5;
}

.policy-list-item:last-child {
    border-bottom: none;
}

.policy-title {
    font-size: 15px;
    color: #2c3e50;
}

.policy-title a {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

.policy-title a:hover {
    color: #1890ff;
}

.policy-time {
    font-size: 13px;
    color: #8c8c8c;
}