@charset "utf-8";
/* CSS Document */

body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,a,input,dl,dt,dd,em,strong {
	margin:0;
	padding:0;
	font-family:"????","??",arial,verdana,sans-serif;
	color:#333;
	font-size:14px;
}


img {
 border:none;
}
ol,ul,ol li,ul li {
	list-style:none;
}
a {
	text-decoration:none;
}


/*clearfix*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	zoom:1;
}


.container {
  width: 810px;
  height: 340px;
  margin: 0 auto;
  padding:20px 20px 20px 30px;
}

.trade_calendar_h {
    overflow: hidden;
    width: 390px;
}
.trade_calendar_h li {
    float: left;
    display:block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 8px 2px 7px;
    font-size: 16px;
    font-weight: bold;
}

.trade_calendar_b {
    overflow: hidden;
    width: 390px;
}
.trade_calendar_b li {
    float: left;
    display:block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 8px 5px 7px;
    cursor: pointer;
    font-size: 16px;
}
.trade_calendar_b li.cur_day {
    background-color: #095bc9;
    color: #fff;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}
.trade_calendar_b li:nth-child(7n+1) {
    cursor:default;
    color: #f66f3a;
}
.trade_calendar_b li:nth-child(7n) {
    cursor:default;
    color: #f66f3a;
}
.trade_calendar_b li span {
    display: none;
    width: 4px;
    height: 4px;
    background: #f00;
    margin: -9px auto 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.trade_calendar_b li.cur_day span {
    background: #fff;
}
.trade_calendar_b li.has_note span {
    display: block;
}  

.calendar_pick {
    position: relative;
    height: 30px;
    padding: 0 0 0 15px;
    margin-bottom: 5px
}
.sel_year,
.sel_mon {
    display: block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    float: left;
    color: #282848;
    background: url('../images/bg_down.png') no-repeat center right;
}
.sel_year {
    padding-right: 20px;
    margin-right: 20px;
}
.sel_mon {
    width: 50px;
}
.prev_month {
    background: url('../images/bg_prev01.png') no-repeat;
}
.prev_month {
	display: block;
	width: 10px;
	height: 11px;
	text-indent: -9999px;
	float: right;
	margin: 10px 10px 0 10px;
}
.next_month {
    background: url('../images/bg_next01.png') no-repeat;
}
.next_month {
    display: block;
    width: 10px;
    height: 11px;
    text-indent: -9999px;
    float: right;
    margin: 10px 10px 0 10px;
}

.year_list {
    position: absolute;
    left: 18px;
    top: 30px;
    width: 76px;
    height: 200px;
    overflow-y: scroll;
    background: #fff;
    -moz-box-shadow: 0px 6px 12px #ccc;
    -webkit-box-shadow: 0px 6px 12px #ccc;
    box-shadow: 0px 6px 12px #ccc;
    display: none;
}
.year_list li {
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.year_list li:hover,
.year_list li.year_active {
    background: #075cc9;
    color: #fff;
}
.month_list {
    position: absolute;
    left: 112px;
    top: 30px;
    width: 60px;
    height: 200px;
    overflow-y: scroll;
    background: #fff;
    -moz-box-shadow: 0px 6px 12px #ccc;
    -webkit-box-shadow: 0px 6px 12px #ccc;
    box-shadow: 0px 6px 12px #ccc;
    display: none;
}
.month_list li {
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.month_list li:hover,
.month_list li.mon_active {
    background: #075cc9;
    color: #fff;
}

.notes_list {
    width: 370px;
    height: 210px;
    overflow: hidden;
    margin-bottom: 10px;
}
.notes_list ul {
    width: 1200px;
    overflow: hidden;
}
.notes_list ul li {
    width: 370px;
    height: 210px;
    line-height: 30px;
    float: left;
    font-size: 18px;
    color: #333;
    text-align: justify;
    overflow-y:auto;
}
.notes_list ul li span {
    margin-right: 20px;
}
.notes_area {
    width:370px;
    float: left;
    margin-right: 50px;
    position: relative;
}
.calendar_area {
    width:380px;
    float: left;
}
.notes_area h2 {
    font-size: 22px;
    color: #012b64;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}
.notes_area h2 a {
    font-size: 22px;
    color: #012b64;
    font-weight: normal;
}
.notes_area h2 a:hover {
    color: #4fd4ff;
}
.pick_date {
    font-size: 18px;
    color: #546782;
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px;
}
.page_num div {
    color: #888;
    font-size: 16px;
    float: left;
    line-height: 16px;
    margin: 0 10px;
}
.cur_num {
    color: #095bc9;
}
.prev_btn,
.next_btn {
    display: block;
    width: 12px;
    height: 17px;
    text-indent: -9999px;
    float: left;
}
.prev_btn {
    background: url('../images/bg_prev.png') no-repeat;
}
.next_btn {
    background: url('../images/bg_next.png') no-repeat;
}
.jyrl_btn {
    font-size: 16px;
    position: absolute;
    right: 0;
    color: #012b64;
    bottom: 0;
}
.jyrl_btn:hover {
    color: #4fd4ff;
}
