﻿/*
 * file    : about.css
 * author  : chao.Radish@gmail.com
 */

@charset "utf-8";


.events{width:760px; margin-top:20px; overflow:hidden; position:relative;}
.events a{ color:#fff;}
.events a:hover{ color:#fff; font-weight:bold}
.events .year{width:514px; height:31px; overflow:hidden; position:absolute; top:5px; right:0;}
.events .year .button_left,.events .year .button_right{width:15px; height:31px; background:url(../images/arror_bg.png) no-repeat; float:left; overflow:hidden; cursor:pointer;}
.events .year .button_left{margin-right:12px;}
.events .year .button_right{background-position:-15px 0;}
.events .year .box{width:460px; height:31px; margin-right:12px; float:left; overflow:hidden;}
.events .year .box .menu{width:75px; height:31px; line-height:30px; color:#fff; font-family:Microsoft YaHei; text-align:center; margin-right:2px; background:url(../images/year_menu_bg.jpg) no-repeat; float:right; overflow:hidden; cursor:pointer;}

.events .year .box .menu_dsj{width:75px; height:31px; line-height:30px; color:#fff; font-family:Microsoft YaHei; text-align:center; margin-right:2px; background:url(../images/year_menu_bg.jpg) no-repeat; float:left; overflow:hidden; cursor:pointer;}

.events .year .box .menu a{ text-decoration:none; font-size:14px}
.events .year .box .select{color:#FFF;background-position:0 -31px;}

.events .show{width:760px; overflow:hidden;}
.events .show h2{display:block; width:760px; height:39px; margin-bottom:35px; overflow:hidden;font-size:28px; color:red;font-family:"Microsoft YaHei","微软雅黑",helvetica,arial,verdana,tahoma,sans-serif; }
.events .show .cont{width:495px; /*height:320px;*/ padding-left:240px; background:url(images/events_bg.jpg) repeat-y left top; overflow:hidden; position:relative;}
.events .show .cont h3{height:28px; text-align:right; color:#fff; font-family:Microsoft YaHei; border-top:2px solid #8D5A2D; overflow:hidden; position:absolute; top:0; right:515px; z-index:9; _width:89px;}
.events .show .cont h3 b{font:17px Arial;}
.events .show .cont .perch{width:225px; height:30px; background:#FFF; overflow:hidden; position:absolute; top:0; left:0; z-index:0;}
.events .show .cont ul{width:495px; background:url(images/events_show_bg.jpg) repeat-x left top; overflow:hidden;}
.events .show .cont ul li{width:490px; line-height:19px; margin-top:15px; padding:0 0 15px 5px; background:url(images/events_show_bg.jpg) repeat-x left bottom; overflow:hidden;}
.events .show .cont ul li span{font:15px Arial; color:#fff;}
.events .show .cont ul li div{width:410px; float:right; overflow:hidden; color:#fff}


