
html,body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	min-width:1300px;
	background: #f1f1f1;
}
.outbox{
    margin: 0 auto;
}
body{
}
/*.outbox{*/
/*    width: 1200px;*/
/*    margin: 0 auto;*/
/*}*/
.list-jiantou{
	list-style-type: circle;
    padding-left: 15px;
	min-height: 400px;
}

 
.submenu, submenu li {
	list-style: cjk-earthly-branch;/* 将默认的列表符号去掉 */
/*	padding:0;  */
	margin:0; /* 将默认的外边距去掉 */
	float: left; /* 往左浮动 */
	display: block;
	width: 100%;
}
.submenu li a {
	display:inline-block; /* 将链接设为块级元素 */
	width:120px; /* 设置宽度 */
	height:48px; /* 设置高度 */
	line-height:48px; /* 设置行高，将行高和高度设置同一个值，可以让单行文本垂直居中 */
/*	text-align:center; */
	color:black;
	text-decoration:none; /* 去掉下划线 */
	font-family: sans-serif;
    font-size: 16px;
	padding-left: 10px;
}
.submenu li:hover {
	background:#35a779; /* 变换背景色 */
	color:#fff; /* 变换文字颜色 */
}
.submenu li a.last {
	border-right:0; /* 去掉左侧边框 */
}

 
 
 

/*navsearch框结束*/

.mainright {
	position: absolute;
    float: right;
    right: 10px;
	font-size: 10px;
	top: 0;
}

.container {
    width: 1200px;
    margin: 0 auto;
    /*padding-left: 27px;*/
	/*display:table;*/
    box-sizing: border-box;
	background:white;
}
/*通知公告banner-div开始*/
.banner-div{
    width: 1200px;
    height: 308px;
    margin-top: 42px;
    box-sizing: border-box;
}
.banner-div .leftbox{
    /*margin-left: 35px;*/
    width: 463px;
    height: 300px;
    float: left;
    /*background-color: red;*/
	    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 14%);
}
.banner-div .leftbox .l-top{
    height: 44px;
    /*background-color: #FFFFFF;*/
/*    border-bottom: 1px solid #B8CEE0;*/
    box-sizing: border-box;
	background: linear-gradient(to right, rgba(0,73,132,0.2), rgba(138,146,168,0.01));
}

.banner-div .leftbox .l-top ul li {
    float: left;
    margin-right: 53px;
    font-size: 19px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 500;
    color: #999999;
    line-height: 44px;
/*	padding-top: 10px;*/
}

.banner-div .leftbox .l-top ul li:first-child{
    margin-left: 15px;
}
.banner-div .leftbox .l-top ul li:last-child{
    float: right;
    font-size: 19px;
    font-weight: 400;
    color: #BFBFBF;
}
.banner-div  .leftbox .l-top a{
    text-decoration: none;
        color: #3f3f3f;
    font-size: 14px;
}
.banner-div .leftbox .l-top ul .top-selected{
        font-size: 20px;
    font-family: sans-serif;
    font-weight: 600;
    color: black;
}
.banner-div .leftbox .l-down{
    height: 257px;
    padding: 21px 16px;
    position: relative;
    box-sizing: border-box;
    transition: all .8s;
/*    background: linear-gradient(180deg, #FBFBFB 0%, #F6F6F6 100%);*/
}
.banner-div .leftbox .l-down .news{
    display: none;
    position: absolute;
}

.banner-div .leftbox .l-down .laws{
    display: none;
    position: absolute;
}
.banner-div .leftbox .l-down .down-selected{
    display: block;
}
.banner-div .leftbox .l-down ul li{
    margin-top: 20px;
    height: 21px;
    line-height: 21px;
    font-size:15px;
    color: #212121;
}
.banner-div .leftbox .l-down ul li:first-child{
    margin-top: 0;
}
.banner-div a{
    text-decoration: none;
    color: #212121;
}
.banner-div .leftbox .l-down ul li a:hover{
    color: #015293;
}
.banner-div .leftbox .l-down ul li span{
    float: right;
    display: block;
    margin-left: 84px;
}
.banner-div .rightbox{
   float: left;
    width: 380px;
    height: 300px;
    /* margin-right: 20px; */
    margin-left: 0px;
    display: inline-block;
    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 14%);
}
.banner-div .rightbox img{
    width: 100%;
    height: 100%;
}
/*通知公告banner-div结束*/
/*second-div开始*/
.second-div{
    width: 1200px;
    height: 506px;
	margin-top: 20px;
    /*margin-left: 25px;*/
}
.second-div .second-div-left{
    float: left;
    width: 844px;
	    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 14%);
    background: white;
}
.second-div .second-div-right{
    margin-left: 28px;
    float: left;
    width: 328px;
    /*background-color: #1F547E;*/
	background:white;
	box-shadow: 0 3px 7px 0 rgb(0 0 0 / 14%);
}
.second-div .second-div-right .second-div-right-top{
    height: 68px;
    font-size: 19px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #015293;
    line-height: 68px;
    border-bottom: 1px solid #B8CEE0;
	background: linear-gradient(to right, rgba(0,73,132,0.2), rgba(138,146,168,0.01));
}
.second-div-right-middle{
    height: 436px;
/*    background: linear-gradient(180deg, #FFFFFF 0%, #F1F1F1 100%);*/
    background:white;
	box-sizing: border-box;
	padding-left:10px;
}
.second-div-right-middle div{
    /*float: left;*/
    /*width: 222px;*/
    height: 66.2px;
    line-height: 66.2px;
    box-sizing: border-box;
    /*text-align: center;*/
    /*line-height: 100px;*/
}
.second-div-right-middle div span{
    padding: 4px 10px 3px 11px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 24px;
    border: 1px solid #979797;
    width: 118px;
    height: 30px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    /*font-weight: 500;*/
    color: #2D2D2D;
    line-height: 30px;
    margin-left: 8px;
}
.second-div-right-middle div span:hover{
    cursor: pointer;
    color: #FFFFFF;
    background-color:  #1F547E;

}

.second-div .second-div-left .second-div-left-top{
    /*width: 105px;*/
    height: 68px;
    font-size: 19px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #015293;
    line-height: 68px;
	    padding: 0 10px;
	background: linear-gradient(to right, rgba(0,73,132,0.2), rgba(138,146,168,0.01));
    font-family: sans-serif;
}
.second-div .more{
    /*padding: 15px;*/
    margin-top: 1px;
    float: right;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #BFBFBF;
    box-sizing: border-box;
	margin-right:10px;
}
.second-div .more a{
    display: block;
    margin-top: 20px;
	color:#555;
}
.more a{
    color: #BFBFBF;
}
.second-div .second-div-left .second-div-left-down{
    padding: 13px 18px 20px 0px;
    box-sizing: border-box;
    background-color: #FBFBFB;
    height: 438px;
    position: relative;
    border-top: 1px solid #B8CEE0;
	    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 14%);
    background: white;
}
.second-div .second-div-left .second-div-left-down .second-div-left-down-side ul li{
    line-height: 61px;
    width: 165px;
    height: 61px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #494949;
    text-align: center;
    border-bottom: 1px solid #E7E7E7;
    /*transition: all .6s;*/
}
.second-div .second-div-left .second-div-left-down .second-div-left-down-side ul li:hover{
/*    background: linear-gradient(180deg, #028AC5 0%, #015293 100%);*/
       background: url(../../static/images/syanbj.png);
    color: #ffffff;
    cursor: pointer;
    background-size: 100% 100%;
}
.second-div .second-div-left .second-div-left-down .second-div-left-down-side .second-div-left-down-side-selected{
        background: url(../../static/images/syanbj.png);
    color: #ffffff;
    cursor: pointer;
    background-size: 100% 100%;
}
.second-div-left-down-side{
    float: left;
}
.second-div-left-down-side-article{
    position: absolute;
    left:165px;
    float: left;
    width: 664px;
    height: 404px;
    background-color: #FFFFFF;
}
.second-div-left-down-side-article .article-top{
    height: 61px;
    line-height: 61px;
    box-sizing: border-box;
}
.second-div-left-down-side-article .article-top ul{
    padding-top: 14px;
}
.second-div-left-down-side-article .article-top ul li{
    float: left;
    line-height: 33px;
    text-align: center;
    margin-left: 68px;
    width: 85px;
    height: 33px;
    background: #f6f6f6;
    border-radius: 26px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #858585;
}
.second-div-left-down-side-article .article-top ul li:hover{
    background: #F1FFF9;
    cursor: pointer;
    color: #00A063;
}
.second-div-left-down-side-article .article-top ul li.article-top-selected{
    background: #F1FFF9;
    color: #00A063;
}
.article-down{
    margin-left: 68px;
    display: none;
}
.article-down-selected{
    display: block;
}
.article-down ul li{
    height: 85.75px;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #212121;
    border-bottom: 1px solid #E7E7E7;
}

.article-down ul li div{
    height: 42.5px;
    line-height: 42.5px;
}
.article-down ul li:hover{
    color: #1F547E;
    cursor: pointer;
}
.article-down ul li div span:last-child{
    float: right;
    margin-right: 20px;
}
.article-down ul li div:last-child{
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #A2A2A2;
}
.second-div-right-bottom{
    width: 301px;
    height: 305px;
    background: linear-gradient(180deg, #028AC5 0%, #015293 100%);
    box-sizing: border-box;
    padding-top: 12px;
}
.second-div-right-bottom ul li{
    margin: 16px 26px;
    width: 249px;
    height: 49px;
    background: #FFFFFF;
    border-radius: 3px;
    line-height: 49px;
}
.second-div-right-bottom ul li:first-child{
    margin-top: 0;
}
.second-div-right-bottom ul li:hover{
    cursor: pointer;
}
.second-div-right-bottom ul li img{
    float: left;
    width: 34px;
    height: 34px;
    margin: 6px 19px 9px 42px;
}
.second-div-right-bottom ul li div{
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #015293;
    float: left;
    /*margin-right: 60px;*/
    box-sizing: border-box;
}
.second-div-right-bottom-down{
    position: relative;
}
.second-div-right-bottom-down span:first-child{
    margin-left: 18px;
    /*line-height: 80px;*/
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}
.second-div-right-bottom-down span:last-child{
    position: absolute;
    /*top: 20px;*/
    display: inline-block;
    padding: 1px 3px;
    /*margin-left: 20px;*/
    width: 91px;
    height: 24px;
    background: #FFFFFF;
    border-radius: 30px;
    color: #00A063;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 24px;
}
.second-div-right-bottom-down span:last-child:hover{
    cursor: pointer;
}
   /*second-div结束*/

/*third-div开始*/
.third-div-right-down{
    height: 438px;
    background-color: #FFFFFF;
    padding: 10px 10px;
    box-sizing: border-box;
}
.third-div-right-down li{
    line-height:32px;
    font-size:16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #2D2D2D;
    height: 26px;
}
.third-div-right-down .title{
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #959595;
}
.third-div-right-down img{
       display: block;
    margin-top: 20px;
    width: 100%;
    height: 244px;
}
    /*third-div结束*/

/*work-div开始*/
.work-div{
    width: 100%;
    height: 275px;
}
.work-div-left-down{
    height: 205px;
    background: linear-gradient(180deg, #FBFBFB 0%, #F6F6F6 100%);
    padding: 0px 32px 23px 21px;
    box-sizing: border-box;
    border-top: 1px solid #B8CEE0;
}
.work-div-left-down ul li:first-child{
    margin-top: 0;
}
.work-div-left-down ul li{
    height: 50px;
    line-height:50px;
    /*margin-top: 35px;*/
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #212121;
}
.work-div-left-down ul li:hover{
    color: #1F547E;
    cursor: pointer;
}
.work-div-left-down ul li span:last-child{
    float: right;
}
.work-div-right-down{
    padding-left: 22px;
    box-sizing: border-box;
    height: 202px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F1F1F1 100%);
}
.work-div-right-down ul li{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #015293;
}
.work-div-right-down ul li a{
    color: #015293;
}
/*work-div结束*/

/*footer开始*/
.footer{
    width: 100%;
/*    height: 187px;*/
    background-color: #0F3C86 ;
/*    margin-top: 26px;*/
/*    padding-top: 28px;*/
    box-sizing: border-box;
	display: flow-root;
	display:-ms-inline-flexbox;
}
.footer ul {
/*    width: 600px;*/
    margin: 0 auto;
    /*margin: 0 auto 221px;*/
}
.footer-top{
    padding-bottom: 26px;
    border-bottom: 1px solid #E6E6E6;
    box-sizing: border-box;
}
.footer-top ul li{
    float: left;
    width: 200px;
	height:50px;
    text-align: center;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
	background:white;
}
.footer-top div{
    height: 50px;
}
.footer-top div:first-child{
    width: 100%;
	text-align:center;
    margin: 0 auto;
}
.footer-top div:last-child{
    width: 571px;
    margin: 0 auto;
    height: 21px;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 21px;
    text-align: center;
}
.footer-top ul li a{
    color: #FFFFFF;
}
.footer-down{
    /*padding-top: 38px;*/
    box-sizing: border-box;
    /*height: 71px;*/
}
.footer-down div{
    margin: 0 auto;
    width: 433px;
    height: 50px;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
}
.foot {
    width: 100%;
    margin: 0 auto;
    margin-top: 5px !important;
    padding: 0 20px;
    box-sizing: border-box;
    height: 380px;
    background-image: url(./img/底部.png);
    background-color: #0f3c86;
}

.more{
	line-height:36px;
}


.friend-link ul{
	width:100%;
	list-style:none;
}



.link-li{
	width:200px;
	margin:0 5px;
}
.link-img{
	width:200px;
	height:50px;
}

.login-in{
	    vertical-align: middle;
}

/*footer结束*/

/*轮播图*/
swiper-container{
    position: relative;
}
.swiper-pagination{
    position: absolute;
    bottom: 20px;
    left: 311px;
}

.login-div{
	width:330px;
	height:300px;
	text-align:center;
	background: white;
    float: right;
    right: 0;
	box-shadow:0 3px 7px 0 rgb(0 0 0 / 14%);
	position: relative;
}
.leftbox{
	position: relative;
}


.login-table{
	width:100%;
	height:100%;
	text-align:center;
}

.login-div tr{
	height:150px;
	text-align:center;
}
.login-table td{
	border: 1px solid #ccc;
}

.prj-ul{
	height: 61px;
    line-height: 61px;
    box-sizing: border-box;
	    display: inline-flex;
}

.prj-ul li{
float: left;
    line-height: 33px;
    text-align: center;
    margin-left: 68px;
    width: 85px;
    height: 33px;
    background: #f6f6f6;
    border-radius: 26px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #858585;
}
.prj-ul li.article-top-selected{
    background: #c4a173!important;
    color: white;
}

.title-icon{
	    width: 38px;
    height: 38px;
    margin-top: 16px;
    margin-left: 101px;
    float: left;
}

.title-txt{
	display: block;
    float: left;
    margin-left: 10px;
	font-size: 22px;
}

#sun-guid ul{
	list-style:none;
}

#sun-guid li{
	height: 30px;
    line-height: 30px;
    padding: 15px;
    border-bottom: 1px solid #e5e4e4;
}

.biaoshi{
 
	float:unset !important;
	display:inline-block !important;
	margin-left:0!important;
}

.biaoshia{ 
	font-size:18px;
}
.list-index{
	margin-left:-30px;
}

.list-index  a:hover{
	background:#eef4fd;
	color:black;
}

.list-index  a{
	width:100%;
	height:100%;
	display:block;
}

.ad{
	width: 325px;
    height: 170px;
    background-image: url(../../fore/img/bg.c0a2b430.c0a2b430.png);
    position: absolute;
    z-index: 9999;
    top: 0;
    padding: 10px 30px;
    box-sizing: border-box;
}
.ad h6{
	 height: 40px;
    line-height: 60px;
    font-weight: 400;
    font-size: 20px;
}
.ad h6 i{
	float:right;
}
.ad ul li{
	width: 265px;
    text-overflow: ellipsis;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
	line-height: 30px;
}
.ad ul li:hover{
	color:red;
}

.sidebar{
	    width: 100px;
    background-color: #fff;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 14%);
}

.sidebar ul li{
    text-align: center;
    padding: 5px;
    padding-top: 10px;
    border-bottom: 1px solid #cecdcd;
    height: 100px;
    box-sizing: border-box;
	cursor:pointer;
}

.sidebar ul li:hover{
    background:#03399c;
	color:white;
}
.sidebar ul li a{
    width: 100%;
    height: 100%;
    display: block;
}

.sidebar ul li a:hover{
    color:white;
}
.sidebar ul li img {
    margin-top: 5px;
    width: 36px;
    height: 33px;
}

.sidebar ul li span{
    display: block;
    bottom: 5px;
    font-size: 16px;
}
#closead{
	cursor:pointer;
}
.swiper-slide img{
	width:100%;
	height:380px;
}

.banner-div {
	width: 100%;
	height: 240px;
	margin-top: 0px;
	box-sizing: border-box;
}

#sun-guid li a:hover{
	color:red;
}
 
 
#sun-open ul{
	list-style:none;
}

#sun-open li{
	height: 30px;
    line-height: 30px;
    padding: 15px;
    border-bottom: 1px solid #e5e4e4;
}
#sun-open li a:hover{
	color:red;
}

#addiv li:hover{
	background:darkturquoise;
}

pre{
	white-space:pre-wrap;
	white-space:-moz-pre-wrap;
	white-space:-pre-wrap;
	white-space:-o-pre-wrap;
	word-wrap:break-word;
}

.page-elem-field-root{
	margin-bottom:10px;
}

.page-elem-field-root .foot{
	    margin: 0px;
    padding: 3px 5px;
    background: unset;

}

td{
	border-bottom: 1px solid #ccc !important;
}

.sublist thead td {
    line-height: 24px !important;
}


 
 

.submenu { 
	font:12px verdana, arial, sans-serif; /* 设置文字大小和字体样式 */
	width: 1200px;
	margin: 0 auto;
	 
}
.submenu, submenu li {
	list-style: disc;/* 将默认的列表符号去掉 */
/*	padding:0;  */
	margin:0; /* 将默认的外边距去掉 */
	float: left; /* 往左浮动 */
	display: block;
	width: 100%;
}
.submenu li a {
	display:inline-block; /* 将链接设为块级元素 */
	width:200px; /* 设置宽度 */
	height:48px; /* 设置高度 */
	line-height:48px; /* 设置行高，将行高和高度设置同一个值，可以让单行文本垂直居中 */
/*	text-align:center; */
	color:black;  
	text-decoration:none; /* 去掉下划线 */
	font-family: sans-serif;
    font-size: 16px;
/*	padding-left: 10px;*/
}
.submenu li a:hover {
	background:#35a779; /* 变换背景色 */
	color:#fff; /* 变换文字颜色 */
}
.submenu li a.last {
	border-right:0; /* 去掉左侧边框 */
}

 

 

.mainright {
	position: absolute;
    float: right;
    right: 10px;
	font-size: 10px;
	top: 0;
}

.container {
    width: 1200px;
    margin: 0 auto;
	display:table;
}
 
.main-content-left{
	width: 850px;
}

.main-content{
	width: 850px;
    margin-left: 330px;
	padding-top: 10px;
/*	padding-bottom:20px;*/
}

.submenus{
	width:300px;
	position:absolute;
	float:left;
}
.sub-card{
	width:100%;
	border: 1px solid #eee;
    border-radius: 5px;
    margin-top: 10px;
	display: table-cell;
	position: absolute;
	display:none;
}
.sub-card-title{
	height: 48px;
/*    background-color: #f8fafc;*/
    color: black;
    font-size: 15px;
    padding-left: 10px;
    line-height: 48px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	border-bottom: 1px solid #014da1;
	font-weight: bold;
}
.sub-card-content{
	min-height: 100px;
    padding-left: 10px;
	padding-top:10px;

}
.search-btn{
	    color: #FFF;
    background-color: #409EFF;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    border: none;
    -webkit-transition: .1s;
    font-weight: 500;
    padding: 11px 20px;
    font-size: 14px;
    border-radius: 4px;
}

.tim-inp{
	height: 33px;
    width: 120px;
    font-size: 10px;
    padding-left: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.tim-ser{
	display: inline-flex;
    align-items: center;
	font-size:15px;
}
.ser-inp{
	    height: 33px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 10px;
    width: 240px;
	margin-right: 60px;
}

h4{
	font-size:14px;
}
.key_search{
	padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
	float: left;
    margin: 20px 20px 20px 1%;
    width: 98%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.biddate{
display:inline-block;
/*	position: relative;*/
    float: right;
    right: 0;
	color:black;
    
}
.bidstatus{
	display:inline-block;
	 margin-right:5px;
	 color:green;
	 font-weight:800;
}
.bidlink{
	display:inline-block;
	margin-right:5px;
	color:black;
}
.bidinfo{
	line-height:48px;
}

.bidinfo:hover{
	background-color:#ccc;
}

.pool_ser{
	border: 1px solid #ccc;
    padding: 10px 40px;
    border-radius: 5px;
/*    margin: 0 30px;*/
}
.pool_ser:hover{
	    background-color: #40a789;
    color: white;
    cursor: pointer;
}

.ser_title{
	font-size:15px;
}

.tim-split{
	margin:0 10px;
}
.main_ul_div{
	min-height:400px;
	 width: 665px;
}


.dc-detail{
	min-height: 400px;
}
.dc_title{
	    font-size: 24px;
    font-family: sans-serif;
    text-align: center;
    padding: 10px 0;
}

.dc_pubtime{
    text-align: center;
    background-color: #ccc;
    line-height: 36px;
}

.dc_content{
	    text-align: center;
    min-height: 400px;
	padding-top:15px;
}

.dc_bid{
	display:none;
}

.index_card_pub{
	display: block;
    width: 184px;
    background-color: #014da1;
    color: white;
	padding-bottom:30px;
	height:450px;
	position:relative;
	margin-top:0;
}

.index_card_pub > .sub-card-title{

    background-color: #014da1;
	color:white;
	border:none;
	    font-size: 16px;
    font-weight: bolder;
}

.index_card_pub_ul{
	list-style:none !important;
	margin-top: 20px;
	width: min-content;
}
.index_card_pub_ul li {
    text-align: center;
    width: 135px;
    background:#cfe3f8;
	opacity: 0.9;
	margin-bottom:10px;
	color:white;
}

.index_card_pub_ul li a{
/*	color:white;*/
    height: 40px;
    line-height: 40px;
	font-size:12px;
	width:120px;
}
.main_index{

	margin-left: 1px;
}
.pub_main{
	margin: 5px 0;
    width: 880px;
    background-color: #f5f5f5;
	display: list-item;
}

.neg_main{
	margin: 5px 0;
    width: 880px;
    background-color: #f5f5f5;
	height:440px;
	display: table-cell;
}

.btnlist{
	height: 40px;
    line-height: 40px;
    padding-left: 20px;
	display: flex;
}

.btnlist-index{
/*	height: 40px;*/
    line-height: 40px;
    font-size: 12px;
    background-color: white;
    padding:10px 10px 10px 40px;
	border-bottom:1px solid #eee;
}

.list-index{
	list-style: none;
    background-color: white;
    margin-top: 0;
    padding-left: 5px;
    padding-right: 10px;
}

.list-index li{
	border-bottom:1px solid #eee;
}

.bid_index{
	line-height:30px;
}

.sub-index{
	position: relative;
    float: right;
    right: 0;
}

.sub-index .sub-card{
	position: relative;
	display:table;
}

.more-info{
	float: right;
    text-decoration: none;
	margin-right: 10px;
    font-size: 14px;
}

.sub-pub-title{
	height: 48px;
    background-color: white;
    color: black;
    font-size: 15px;
    padding-left: 10px;
    line-height: 48px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #014da1;
    font-weight: bold;
    display: block;
    width: 869px;
}

.sub-pub-card{
	display: table-cell;
    width: 184px;
    /* background-color: #9e9e9e; */
    color: white;
    padding-bottom: 30px;
    height: 360px;
     
}
.sub-pub-ul{
	list-style: none !important;
    margin-top: 0;
    width: 100%;
    padding: 0;
 
}

.sub-pub-ul a{
	    height: 56px;
    /* color: white; */
    line-height: 56px;
    /* line-height: 40px; */
    width: 175px;
    font-size: 14px;
    text-decoration: none;
    color: black;
    font-weight: bolder;
/*	padding: 20px 60px;*/
}

.sub-pub-ul li{
	 text-align: center;
    /* width: 135px; */
    /* background: #cfe3f8; */
    opacity: 0.9;
    /* margin-bottom: 10px; */
    color: white;
    border-bottom: 1px solid #ccc;
}

.subpub_ul_div{
	min-height: 400px;
    /* margin-top: 5px; */
    width: 688px;
    margin-left: 186px;
	display: table-cell;
}

 
.sub-pub-card li a {
		    height: 56px;
    /* color: white; */
    line-height: 56px;
    /* line-height: 40px; */
    width: 175px;
    font-size: 14px;
    text-decoration: none;
    color: black;
    font-weight: bolder;
/*	padding: 20px 60px;*/
}
.sub-pub-card li a:hover {
	background-color:#014da1;
	color:white;
}
.sub-pub-card li a.last {
	border-right:0; /* 去掉左侧边框 */
}

.bidder{
	font-size:12px;
	color:#555;
	display:inline-block;
}

.contact-t{
	    font-family: sans-serif;
    font-size: 14px;
    color: #777;
    line-height: 28px;
}

.contact-t a{
	text-decoration: none;
}
.contact-v{
	font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
	color:#333;
}    

.contact-s{
width:100%;
/*	background:url(../../bid/img/cyjt.png)*/
}

.log_ul{
	    width: 261px;
	background:url(../../bid/img/bgblue.png);
	background-size:100% 100%;
	list-style:none;
	margin-bottom: 20px;
	    padding-bottom: 20px;
    padding-top: 20px;

}
.log_ul li{
	background: white;
    width: 200px;
    margin: 10px 0;
	margin-bottom: 10px;
}

.log_ul img{
	    width: 30px;
    vertical-align: middle;
	margin-right:10px;

}
.index-ser{
	text-align:center;
	
	padding-bottom:10px;
	color:white;
}
.log_now{
	margin:20px 0;
	color:black;
}
.log_now a{
	margin:20px 0;
	color:red;
	padding:5px 20px;
	background-color:white;
	border-radius:10%;
}
.iconfont{
	font-size:20px;
}

#main_neg_ul{
	min-height:320px;
}

.notice-index{
	list-style: disc;
    padding-left: 15px;
}

.notice-index li a{
	font-size:14px;
	height:40px;
	line-height:40px;
}

.card-law{
   display:block;height: 200px;margin-bottom: 20px;
}
.card-wrk{
	display:block;width: 880px;margin-top: 3px;height: 200px;
}

#sun-notice a{
	width:390px;
}

#sun-lawn a{
	width:258px;
}

#sun-dyna a{
	width:800px;
}

.bidtitle{
	width: 600px;
    line-height: 20px;
}

.bidinfolist{
	border-bottom: 1px solid #ccc;
    padding-top: 4px;
}
.doc-detail{
	width:800px
}
.dc_attach{
	padding: 20px 30px;
    font-size: 20px;
    text-align: center;
	border-top: 3px solid #ccc;
}
hr{
	border-top: 2px dashed #b2aeae;
    width: 100px;
    text-align: left;
    left: 0px;
    margin-left: 0;
}

.pur-input-group select {
    height: 3.4rem;
    padding: 2px 4px;
    outline: none;
    vertical-align: middle;
    /* background-color: #fbfbfb; */
    min-width: 24rem;
    font-size: 1.2rem;
    color: #000090;
    border: 1px solid #b0c4de;
    /* border-top: none; */
    /* border-left: none; */
    /* border-right: none; */
    border-radius: 5px;
}



.grouptitle{
	font-size: 14px;
	font-family: sans-serif;
	font-weight: 700;
	margin-top: 30px;
}
.selectize-control{
	display:inline-block;
}
.operation_column{
	min-width:80px !important;
}

/* 本例子css */
		.slideBox{ display: inline-block;
    margin-left: 450px;
    width: 745px; height:300px; overflow:hidden; position:relative; border:1px solid #ddd;  }
		.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
		.slideBox .hd ul li.on{ background:#f00; color:#fff; }
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width: 745px; height:300px; display:block;  }

		 
		 .slideBox *{margin:0; padding:0; list-style:none; }
.slideBox img{ border:0;  }
.slideBox		a{ text-decoration:none; color:#333;  }