﻿@charset "utf-8";

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}

li {
	list-style: none;
}

* {
	box-sizing: content-box;
	margin: 0px;
	padding: 0px;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body {
	color: #333;
	font-family: "微软雅黑";
	font-size: 13px;
}

dt+dd,dd,dt,ul,ol,p,span {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
/**清除浮动**/
.clear:after {
	display: block;
	clear: both;
	content: ' ';
}

.clear {
	zoom: 1;
}

header,footer {
	width: 100%;
	height: 166px;
	background-color: #313131;
}
/*****交易详情****开始****/
.tradingCalendar {
	width: 1200px;
	overflow: hidden;
	margin: auto;
}
/****sTradingInformationBox***/
.sTradingInformationBox {
	padding: 15px;
	background-color: #fff;
}

.sTradingInformationBoxHead {
	padding-left: 15px;
	border-bottom: 2px solid rgba(185, 185, 185, 1);
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	overflow: hidden;
}

.sTradingInformationBoxHead>b {
	display: inline-block;
	width: 8px;
	height: 18px;
	background-color: rgba(0, 0, 0, 1);
	border-radius: 3px 3px 3px 3px;
	vertical-align: middle;
	margin-right: 6px;
}

/**********交易日历*****开始****/
.xTradingInformationCalendar {
	padding: 15px;
	background-color: #fff;
	border: 1px solid #dddddd;
	border-radius: 5px;
	margin-bottom:15px;
}

.xCalendarLayer {
	padding: 15px;
}

.xCalendar {
	width: 414px;
	height: 230px;
	padding: 15px;
	float: left;
	background-color: #f9f9f9;
	border-radius: 5px 5px 5px 5px;
	border: solid 1px rgba(221, 221, 221, 1);
	overflow: hidden;
}

.xCalendarUse {
	width: 650px;
	float: left;
	height: 230px;
	padding: 15px;
	background-color: #f9f9f9;
	border-radius: 10px 10px 10px 10px;
	border: solid 1px rgba(221, 221, 221, 1);
	margin-left: 10px;
}

.xCalendarChooseLeftName {
	width: 100%;
	margin-bottom: 12px;
	overflow: hidden;
}

.xCalendarChooseLeftName>p {
	width: 200px;
	float: left;
}

.xCalendarChooseTime {
	float: right;
}

.xCalendarChooseTime>li {
	float: left;
	margin-left: 10px;
}
/*****修改时间控件**开始**/
.xCalendarChooseDetail {
	width: 100%;
	height: 22px;
}

.refix {
	height: 100%;
	width: 100%;
}

.refix .jedatebox {
	width: 100%;
	position: relative;
}

.refix .jedatetop {
	height: 40px;
}

.refix .jedatetop .jedateym {
	height: 40px;
}

.refix .jedatetop .jedateym:nth-child(1) {
	width: 80px;
}

.refix .jedatetop .jedateym>i { /*width: 40px;*/
	
}

.refix .jedatetop .jedateym  .yearprev {
	display: none;
}

.refix .jedatetop .jedateym  .yearnext {
	display: none;
}

.refix .jedatetop .jedateym .jedatemm { /*display: none;*/
	
}

.refix .jedaul {
	height: 180px;
}
/*****修改时间控件**结束**/
.xCalendarLeftBtn,.xCalendarRightBtn {
	width: 20px;
	height: 20px;
	background-color: #00ff00;
}

.xCalendarUseHeader {
	width: 100%;
	margin-bottom: 12px;
	overflow: hidden;
}

.xCalendarHeaderName {
	float: left;
	line-height: 20px;
}

.xCalendarHeaderTime {
	float: right;
	color: #333333;
}

.xCalendarUseMain table {
	width: 100%;
}

.xCalendarUseMain table tr td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #dddddd;
}

.sBetween {
	text-align: center;
}

.sBetween>li {
	display: inline-block;
	font-size: 12px;
	width: 64px;
	text-align: center;
}

.sBetween>li>span {
	display: inline-block;
}
/**********交易日历*****结束****/

/*<!-- 今日标讯*****开始 -->*/

.sMarkNav {
	margin-bottom: -1px;
}

.sMarkNavLine {
	width: 100%;
	height: 1px;
	background-color: #dddddd;
}

.sMarkNav>li {
	float: left;
	border-radius: 3px 3px 0px 0px;
	border: 1px solid #dddddd;
	width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-left: 6px;
	background-color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
}

.sMarkNav .sMarkNavActive {
	padding-bottom: 1px;
	margin-bottom: -2px;
	border-bottom: none;
	background-color: #ff5152;
	color: white;
}

.sMarkSearch {
	float: right;
	position: relative;
	padding-right: 15px;
}

.sMarkSearch>input {
	border: none;
	outline: none;
	width: 352px;
	padding: 0px 10px;
	height: 34px;
	background-color: #fff;
	border-radius: 17px 17px 17px 17px;
	border: solid 1px #dddddd;
	font-size: 14px;
	color: #666666;
}

.bysMarkSearch{
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0px;
	right: 20px;
	cursor: pointer;
	text-align: center;
}
.bysMarkSearch img{
	display: inline-block;
    vertical-align: middle;
    *zoom:1;
    *display: inline;
    border:none;
    width:25px;
    margin-top:6px;
}
.dailyList{
	min-height:652px;
}
.sMarkMainWhole {
	padding: 0px 15px;
	/* height: 652px; */
	overflow: hidden;
}

.sMarkMain>dl {
	padding: 10px 15px;
	line-height: 20px;
	border-bottom: 1px solid #dddddd;
}

.sMarkMain>dl:nth-child(1) {
	border-top: 1px solid #dddddd;
}

.sMarkMain>dl:nth-child(2n) {
	background-color: #f9f9f9;
}

.sMarkMain>ul {
	padding: 10px 15px;
	line-height: 22px;
}

.sMarkMain>ul>li {
	float: left;
	margin-left: 46px;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333;
}

.sMarkMain>dl dt {
	float: left;
	margin-left: 46px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}
.sMarkMain>dl>a{
	color: #666666;
	overflow:hidden;
	display:inline-block;
	clear:both;
}

.sMarkMain .sMarkMainListNumber {
	margin-left: 0px;
}
/**<!-- 今日标讯 -->**序号*****/
.sMarkMain .sMarkMainListNumber {
	width: 40px;
	min-height:22px;
	text-align: center;
}
/**<!-- 今日标讯 -->**项目名称*****/
.sMarkMainListName {
	width: 354px;
	text-align: left;
	min-height:22px;
}
.sMarkMainListName>a{
	color:#666;
}
.sMarkMainListName>a:hover{
	color:#333;
}
/**<!-- 今日标讯 -->**交易编码*****/
.sMarkMainListCoding {
	width: 225px;
	text-align: left;
	min-height:22px;
}
/**<!-- 今日标讯 -->**开标地点*****/
.sMarkMainListPlace {
	width: 160px;
	text-align: left;
	min-height:22px;
}
/**<!-- 今日标讯 -->**开标时间*****/
.sMarkMainListTime {
	width: 142px;
	text-align: center;
	min-height:22px;
}
/********js**所需要的样式**开始**/
.sMarkNav .sMarkNavActive {
	
}

.sMarkMain {
	display: none;
	min-height:652px;
}

.sMarkMainActive {
	display: block;
}
/********js**所需要的样式**结束**/

/*<!-- 今日标讯*****结束 -->*/

/**<!--*** 分页开始 ***-->**/
.sCommentsPage {
	text-align: center;
	lighting-color: #fff;
	margin-top: 22px;
}

.sCommentsPage>dl {
	background-color: #fff;
	padding: 35px 0px;
}

.sCommentsPage a {
	text-decoration: none;
	color: #858585;
}

.sCommentsPageDetail {
	display: inline-block;
	overflow: hidden;
}

.sCommentsPageDetail>ol>li>a {
	display: block;
	float: left;
	border: 1px solid #e3e3e3;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.sCommentsPageDetail>ol>li {
	float: left;
	margin: 0px 2px;
	border-radius: 3px;
	cursor: pointer;
	overflow: hidden;
}

.sCommentsPageDetail>ol .sCommentsPageActive a {
	background: #6f6f6f;
	color: #fff;
}

.sCommentsPagePoint {
	display: inline-block;
	width: 30px;
	height: 20px;
	overflow: hidden;
	position: relative;
}

.sCommentsPagePoint>a {
	display: block;
	position: absolute;
	top: -6px;
	left: 0px;
	width: 30px;
	height: 20px;
	line-height: 20px;
}

.sCommentsPageEnd {
	width: 54px;
	display: inline-block;
}

.sCommentsPageEnd>ol>li {
	float: left;
	margin: 0px 2px;
	border-radius: 3px;
	cursor: pointer;
	overflow: hidden;
}

.sCommentsPageEnd>ol>li>a {
	display: block;
	float: left;
	border: 1px solid #e3e3e3;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.sCommentsPageRightBtn,.sCommentsPageLeftBtn {
	cursor: pointer;
	display: inline-block;
	background: #00ff00;
	text-align: center;
	height: 22px;
	width: 22px;
}
/**<!--*** 分页结束 ***-->**/

/**********平台场地使用情况**********/
.xCalendarUseMainLie>ul {
	float: left;
}

.xCalendarUseMainLie>ul>li {
	height: 46px;
	line-height: 46px;
	width: 68px;
	text-align: center;
	border-top: 1px solid #dddddd;
}

.xCalendarUseMainLie>ul>li:nth-child(1) {
	border-top: none;
}

.xCalendarUseMain table tr .xCalendarUseMainLieWidth {
	width: 284px;
	font-size: 13px;
}

.xCalendarUseMain table tr .xCalendarUseMainLieTitle {
	width: 78px;
}

.xCalendarUseMainLieTitle .xCalendarUseMainLie>ul>li {
	width: 78px;
}

.xCalendarUseTimeTitle {
	padding: 15px;
}

/**********平台场地使用情况****结束*****/



/*******时间控件样式调整***开始***/
.xCalendarChooseDetail{

}
.xCalendarChooseDetail .layui-laydate-content table thead{
	border-bottom: 1px solid rgba(255, 81, 81, 1);
}
.xCalendarChooseDetail .layui-laydate-content table tbody tr:nth-last-child(1){
	display: none;
}
.xCalendarChooseDetail .layui-laydate-content table{
	width: 100%;
}
.xCalendarChooseDetail .layui-laydate-content .layui-laydate-list{
	background-color: #f9f9f9;
}
.xCalendarChooseDetail .layui-laydate-content .layui-laydate-list>li{
	height: 32px;
	line-height: 32px;
}
.xCalendarChooseDetail .layui-laydate .layui-this{
	background-color: #ff5151!important;
    border-radius: 30px;
}
.xCalendarChooseDetail .layui-laydate-static{
	width: 100%;
	border:none;
	background: #f9f9f9;
	box-shadow:none;
}
.xCalendarChooseDetail .layui-laydate-main{
	width: 100%;
}
.xCalendarChooseDetail .layui-laydate .layui-laydate-header .laydate-prev-y{
	display: none;
}
.xCalendarChooseDetail .layui-laydate .layui-laydate-header .laydate-next-y{
	display: none;
}
/*去掉标签中的onclick事件*/
.xCalendarChooseDetail .layui-laydate .layui-laydate-header .laydate-set-ym{
	pointer-events: none; 
}

.xCalendarChooseDetail .layui-laydate .layui-laydate-header .laydate-icon{
	background:#f9f9f9;
	border:none;
}
.xCalendarChooseDetail .layui-laydate-content td, .xCalendarChooseDetail .layui-laydate-content th{
	height:auto;
	padding:0px;
	padding:8px;
}
/*******时间控件样式调整***结束***/



/**********下载--和新闻列表********开始****/
/*****交易详情****开始****/
.gDownloadCenter{
	width: 1200px;
	overflow: hidden;
	margin:auto;
}
/****sTradingInformationBox***/
.sTradingInformationBox{
	padding: 15px;
	background-color: #fff;
}
.sTradingInformationNav{
    height: 38px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-bottom: 3px;
    width: 1198px;
}

/*<!-- 交易导航菜单*****开始 -->*/

.gDownloadCenterList{
	border:1px solid #dddddd;
	background-color: #fff;
	padding: 0px 15px;
	margin-bottom:15px;
	min-height: 350px;
}
/********新闻列表------开始******/
.sNewListBoxHead{
	border-bottom: 2px solid #dddddd;
	font-size: 16px;
	line-height: 34px;
	letter-spacing: 0px;
	color: #333333;
	overflow: hidden;
	margin-bottom: 10px;
	padding:10px 0px 10px 15px;
}
.sNewListBoxHead>b{
	display: inline-block;
	width: 8px;
	height: 18px;
	background-color: rgba(0, 0, 0, 1);
	border-radius: 3px 3px 3px 3px;
	vertical-align: middle;
	margin-right: 6px;
}

.sNewList{
	border:1px solid #dddddd;
	background-color: #fff;
	padding: 0px 15px;
}
.sNewListSearchWholeBox_Left{
	float:left;
}
.sNewListSearchWholeBox{
	float: right;
}
.sNewListSearch{
	width:338px;
	position: relative;
	border-radius: 17px 17px 17px 17px;
	border: solid 1px #dddddd;
	height:34px;
}
.sNewListSearch>input{
	border:none;outline: none;
	width: 284px;
	padding: 0px 10px;
	height: 34px;
	line-height:34px;
	background-color: #fff;
	font-size: 14px;
	color: #666666;
	position: absolute;
	top: 0px;
	left:0px;
}
.sNewListSearch-Pic{
	position: absolute;
	top: 8px;
	right: 15px;
}
.sNewListSearch-Pic img{
	display:block;
	border:none;
	height:22px;
}



/***********新闻列表----开始****/
.gDownloadNav{
	width: 100%;
	border-bottom:1px solid #dddddd;
	margin-top: 10px;
}
.gDownloadNav>ul{
	margin-bottom: -1px;
	margin-left: 16px;
}
.gDownloadNav>ul>li{
	float: left;
	height: 34px;line-height: 34px;
	padding:0px 15px;
	cursor: pointer;
}
.gDownloadNav>ul .gDownloadNavActive{
	border:1px solid #dddddd;
	border-radius: 5px 5px 0px 0px;
	background: #ffffff;
	border-bottom: none;
	color: #c31717;
}
.gDownloadConActive{
	display: block;
}
.gDownloadCon>dl:nth-child(1){
	border-top: 1px solid #dddddd;
}
.gDownloadCon>dl:nth-child(2n){
	background-color: #f9f9f9;
}
.gDownloadConListanbul{
	padding:10px 15px;
	background-color: #fff;
	border-bottom: 1px solid #dddddd;
	line-height: 32px;
}
.gDownloadConListanbul>dd{
	float: left;
}
.gDownloadConListanbul>dd>a{
	color: #666;
	text-decoration: none;
	display: block;
	overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
    width: 880px;
}
.gDownloadConListanbul>dt{
	float: right;
}
.gDownloadConListanbul>dt>i{
	float: left;
	display: block;
	font-style: normal;
	color: #666;
}
.gDownloadConListanbul>dt>a{
	float: left;
	display: block;
	text-decoration: none;
	width: 83px;
	height: 32px;
	background-color: #0089cd;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	margin-left: 60px;
	text-align: center;
	line-height: 32px;
}
.gDownloadPage{
	position: absolute;
	bottom: 30px;
	left: 0px;
	width: 100%;
	height: 30px;
	background-color: #00ff00;
}
.gDownloadConListanbulPage {
	position: absolute;
	bottom: 30px;
	left: 0px;
	width: 100%;
	height: 30px;
}

/*****************新闻资讯***************/
.NewsInformation{
	width: 1200px;
	overflow: hidden;
	margin:auto;
}
.gNewsInfoBox{
	border:1px solid #dddddd;
	background-color: #fff;
	padding: 15px;
	margin-bottom:15px;
}
.gNewsInfoDetailHead>h4{
	width: 100%;
	font-size: 16px;
	text-align: center;
	line-height: 32px;
	margin-bottom:15px;
}
.gNewsInfoDetailHead>ul{
	padding:0px 20px;
	padding-bottom: 2px;
	border-bottom:1px solid #dddddd;
}
.gNewsInfoDetailHead>ul>li{
	font-size: 14px;
	letter-spacing: 0.7px;
	color: #666666;
	float: left;
	line-height: 22px;
	margin-left: 90px;
}
.gNewsInfoDetailHead>ul>li:nth-child(1){
	margin-left: 0px;
}
.gNewsInfoDetailHead>ul>li>span{
	display: inline-block;
}
.gNewsInfoDetailHead .gNewsInfoDetailNub{
	float: right;
}
.gNewsInfoDetailMain{
	padding:20px 50px 50px 50px;
}
.gNewsInfoDetailContent{
	text-indent: 32px;
	line-height: 22px;
	letter-spacing: 0.7px;
	color: #666666;
	margin-bottom: 20px;
}
.gNewsInfoDetailPicBox{
	text-align: center;
	margin-bottom: 20px;
}
.gNewsInfoDetailPic{
	text-align: center;
}
.gNewsInfoDetailPic>img{
	display: block;
	margin:auto;
	border:none;
	max-width: 1060px;
}
.gNewsInfoDetailPicBox>p{
	text-align: center;
	line-height: 22px;
	width: 100%;
	margin-top: 10px;
}


/**********下载--和新闻列表********结束****/

/*****分享按钮*****/
.jxTradingShareLayer>ul .socialShare .social_group>a{
	position:static;
}

/*************11月26日修改*****************/

/*********分页样式************/
.sMarkBox {
	overflow: hidden;
	background:#fff;
}
.byMainPage {
	padding:0px 15px;
}
.sMarkNavWhole {
	float:left;
	text-decoration: none;
	height: 42px;
	line-height:42px;
	overflow:hidden;
}
.sMarkNavWhole p{
	float:left;
	margin-left:4px;
	font-size:16px;
	font-weight:600;
}
.sMarkNavWhole-Pic{
	float:left;
	height:42px;
	line-height:42px;
}
.sMarkNavWhole-Pic img{
	display: inline-block;
	border:none;
	width:20px;
    *zoom:1;
    *display: inline;
    margin-top: 11px;
    *margin-top:5px;
    _margin-top:5px;
}
.sMarkSearchWhole {
	float:right;
	margin: 3px 0;
}
.sMarkNavWhole-TitleBox{
	padding:0px 15px;
}
.sMarkNavWhole-Title{
	border-bottom:1px solid #dddddd;
	
}
.jcSearchWhole_Right img{
	float: right;
	display: block;
	height: 80px;
	width: 776px;
	margin-top: 2px;
}




.zxAgoNav{
    width: 1200px;
    height: 44px;
    margin:auto;
}
.zxAgoNavLink{
    float: left;
    height: 22px;
    line-height: 22px;
    margin:11px 0px;
}
.zxAgoNavLink>li{
    float: left;
}
.zxAgoNavLink>li:nth-child(1){
    margin-right: 10px;
}
.zxAgoNavLink>li>a{
    display: block;
    float: left;
    padding-left: 20px;
    position: relative;
    text-decoration: none;
    color: #999;
}
.zxAgoNavLink>li>a>i{
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;height: 22px;
}
.zxAgoNavLink1>i{
    background: url(../images/icon_index.png) center no-repeat;
    -webkit-background-size: 88%;
    background-size: 88%;
}
.zxAgoNavLink2>i{
    background: url(../images/prev.png) center no-repeat;
    -webkit-background-size: 76%;
    background-size: 76%;
}
.zxAgoNavLink .zxAgoNavLinkActive>a{
    color: #333333;
}

.zxAgoNavSearch{
    float: right;
    width: 376px;
    height: 34px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 18px;
    border: solid 1px rgba(170, 170, 170, 1);
    position: relative;
    overflow: hidden;
    margin:4px 0;
}
.zxAgoNavSearch>input{
    border:none;outline: none;
    width: 290px;
    height: 34px;
    padding-right: 60px;
    font-size: 14px;
    padding-left: 15px;
}
.zxAgoNavSearch>span{
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    right:15px;
    top: -1px;
    cursor: pointer;
    background: url(../images/fdj.png) center no-repeat;
    -webkit-background-size: 78%;
    background-size: 78%;
}














