body{
	font-family: "微软雅黑";
	background:url(bg.jpg) repeat-x #edf4fd;
	color: #3e3a39;
	overflow: scroll;
}
a{
	color: #3e3a39;
	font-family: "微软雅黑";
}
a:hover{
	color: #e00216;
	text-decoration: none;
}
.clear{
	overflow: hidden;
	height: 0px;
	clear: both;
	float: none;
}
.page a{
	font-size:16px;
	color:#3e3a39;
}
.page span{color:#3e3a39 !important;}
.main{
	width: 830px;
	margin: 0 auto;

}
.main .list_logo{
	text-align: center;
	margin: 20px 0px;
}
.kk_mode{
	height: 22px;
	text-align: center;
	padding-bottom: 20px;
}
.kk_mode a {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(kk_icon.png) no-repeat;
}
.kk_mode .list_mod {
    margin-right: 15px;
    background-position: -30px 0;
}
.kk_mode .list_mod.selected {
    background-position: -30px -23px;
}
.kk_mode .card_mod {
    background-position: 0 0;
}
.kk_mode .card_mod.selected {
    background-position: 0 -23px;
}
.main .menu{
	padding-bottom: 20px;
	overflow: hidden;
}
.main .menu a{
	float: left;
	display: block;
	width: 83px;
	font-size: 22px;
	line-height: 40px;
}
.main .menu a span{
	display: block;
	font-size: 12px;
	line-height: 20px;
}
.main .list{
	
}
.main .list ul{
	margin-left: -30px;
	width: 860px;
}
.main .list ul li a{
	display: block;
}
.main .list ul li a:hover{
	color: #e00216;
	text-decoration: none;
}
.main .list ul li{
	width: 400px;
	float: left;
	margin-left: 30px;
	line-height: 40px;
	background: #fff;
	margin-bottom: 20px;
	position: relative;
	height: 290px;
}
.main .list ul li .tips{
	position: absolute;
	width: 360px;
	left: 0px;
	top: 290px;
	background: #FFFFFF;
	line-height: 30px;
	padding: 10px 20px;
	color: #a0a0a0;
	font-size: 14px;
	z-index: 2;
	display: none;
	text-indent: 30px;
}
.main .list ul li:hover .tips{
	display: block;
}
.main .list ul li h2{
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
    overflow: hidden;
    text-overflow:ellipsis;
    height: 40px;
}
.main .list ul li h2 a{
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}
.main .list ul li img{
	display: block;
	width: 100%;
	height: 250px;
}
.main .list ul.listmode{
	margin-left: 0px;
	width: 830px;
}
.main .list ul.listmode li{
	width: 100%;
	float: none;
	margin-left: 0px;
	line-height: 40px;
	background: none;
	margin-bottom: 30px;
	position: relative;
	height: 520px;
	
}
.main .list ul.listmode li .tips{
	position: absolute;
	width: 800px;
	left: 0px;
	bottom: 0px;
	top: auto;
	background: #000000;
	background: -webkit-linear-gradient(top,rgba(0,0,0,0),#000);
	line-height: 30px;
	padding: 15px;
	color: #fff;
	font-size: 14px;
	z-index: 2;
	display: none;
	text-indent: 30px;
}
.main .list ul.listmode li img{
	height: 520px;
}
.main .list ul.listmode li h2{
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
	width: 30px;
	position: absolute;
	left: -30px;
	top: 0px;
	height: 100%;
	text-decoration: none;
    -webkit-writing-mode: vertical-rl;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    overflow: hidden;
    text-overflow:ellipsis;
}
.main .list ul.listmode li:hover .tips{
	display: block;
}
.guide{ margin-bottom:10px; border-bottom:1px solid #87a7d0; line-height:40px;}
.subject{ font-size:40px; text-align:center; margin:60px  0px 30px 0px;}
.time{ text-align:center; color:#535459; margin:10px 0px;} 
.

.article{ font-size:16px; color:#535459;}
.article p{ text-indent:2em;line-height:30px; margin-bottom:10px;}
.imgbox{ width:80%; height:500px; margin:0 auto; margin-bottom:50px; background:#CCC; margin-top:50px;}