/*交易日历*/
.index_calendar{width:1200px;height:auto;overflow:hidden;margin:0 auto;display:flex;align-items: flex-start;justify-content: space-between;}
.index_calendar .cal_left{width:290px;height:465px;flex:290px 0 0;background:url("../images/calleftbg.jpg") no-repeat left top;padding:20px;}
.index_calendar .cal_left b{font-size:36px;font-weight:bolder;color:#fff;padding:0 0 15px;display:block;}
.index_calendar .cal_left em{font-size:20px;font-weight:bolder;color:#fff;padding:0 0 10px;}
.index_calendar .cal_right{width:100%;height:465px;background:url("../images/calrightbg.jpg") no-repeat left top;background-size:cover;position: relative;padding:20px;display:flex;align-items: flex-start;justify-content: space-between;}

.cal_pannel{width:100%;padding-right:20px;}

.dateList{clear:both;height:425px;background:#fff;width:100%;padding:10px 20px 0;position:relative;flex:50% 0 0;}
.dateList b{clear:both;line-height:30px;border-bottom:#ff960d solid 1px;display:block;font-size:20px;color:#ff960d;line-height:35px;}
.dateList b i{font-size:22px;}

.noDates{width:100%;height:100%;background:url("../images/null.jpg") no-repeat center center;background-size:30%;}
.noDates em{clear:both;display:block;font-size:16px;color:#999;}

#datelist{height:359px;padding:0;margin-top:20px;overflow:hidden;overflow-y:auto;}
#datelist .show{clear:both;padding:0 0 10px;}
#datelist .show .tit{clear:both;display:block;font-size:16px;font-weight: bold;padding:10px 0;}
#datelist .show .des{clear:both;display:block;font-size:14px;padding:0;line-height:23px;}

@media (max-width:1200px){
	.index_calendar{width:100%;}
}

.index_margin{height:465px;width:200px;flex:200px 0 0;display:block;margin-left:20px;background:#366;}
.index_margin img{width:100%;height:100%;overflow:hidden;object-fit:cover;}
