@CHARSET "UTF-8";

*{margin:0;padding:0;}


/* page */
.page{width: 97%; display:table;margin:0 auto;}
.box{width:100%;margin:18px auto 0 auto;}
/*左侧的ul 年数*/
.event_year{width:60px;text-align:center;float:left;margin-top:10px; position:absolute;margin-left: 10px;}
.event_year li{width:52px;  height:52px;line-height:52px; margin-bottom:1px;font-size:16px; position: relative;
	font-family: "微软雅黑"; font-weight:bold; background-color: #3E3E3E; color:#7B7B7B; float: left; cursor:pointer;}
.event_year li label{ cursor: pointer;font-size:16px; font-family: "微软雅黑"; font-weight:bold;}
.event_year li span {
    display: block;
    width: 0px;
    height: 0px;
    border-top: 8px solid transparent;
    border-left: 8px solid #1A8F6E;
    border-bottom: 8px solid transparent;
    position: absolute; right: -8px; top: 50%; margin-top: -8px;
    text-indent: -1000px;
     overflow: hidden;
    display: none;
}

.event_year li.current{width:52px;background:#1A8F6E; color:#D8E9E2;
	 float: left; }
.event_year li.current span{display: block}
/*右侧的内容*/
.event_list{width:100%; margin-left: 100px; float:left;background:url('img/dian3.png') 139px 0 repeat-y;}
.event_list div{ width: 100%; height:auto; float: left; }
.event_list h3{margin:0 0 10px 132px;font-size:30px;font-family:Georgia;color:#1A906E;padding-left:25px;
	background:url('img/jian.png') 0 -45px no-repeat;height:38px;line-height:30px;font-style:italic;}
.event_list li{ width:100%; height:auto;background:url('img/jian.png') 136px -80px no-repeat; float: left; margin: 5px auto}
.event_list li span{width:127px;text-align:right;display:block;float:left;margin-top:15px; font-size: 12px; color: #C0C0C0;}
.event_list li p{width:580px;margin-left:24px;display:inline-block;padding-left:10px; cursor: pointer;
	background:url('img/jian.png') -21px 0 no-repeat;line-height:25px;_float:left;}
.event_list li p span{width:100%;text-align:left;padding:8px 15px;background:#3E3E3E; color:#C0C0C0; margin:0; line-height: 20px;}
.event_list li p span:hover{ color:#1A906E;}
.event_list li p span a{color:#C0C0C0;}
