.c_l{
	position: relative;
	height: 1356px;
}
/*gai*/
#page,#pagenum{
	width: 810px;
	height: 34px;
	background-color: white;
	text-align: right;
	line-height: 34px;
	display: inline-block;
	margin-left: 0;
}
#page span,#pagenum span{
	margin-right: 10px;
	cursor: pointer;
}
#pagebtn{
	display: none;
	width: 120px;
	height: 34px;
	float: right;
	background-color: white;
	border-bottom-right-radius: 3px;
}
#prev,#next{
	cursor: pointer;
	color: #428bca;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    border: 1px solid #ddd;
    margin: 0 2px;
    border-radius: 4px;
    vertical-align: middle;
}
/*#prev{
	display: inline-block;
	width: 60px;
	height: 34px;
	background: url(../img/prev.png) left top no-repeat;
	cursor: pointer;
}
#next{
	display: inline-block;
	width: 60px;
	height: 34px;
	background: url(../img/next.png) right top no-repeat;
	cursor: pointer;
}*/
.c_b{
	height: 1292px;
}
.menu{
	width: 810px;
	height: 185px;
	padding-top: 5px;
	background-color: #fff;
	box-shadow:0px 10px 5px #000;
}
.c_br_bt{
	width: 700px;
	padding-right: 30;
}
.tabbtn{
	float: right;
}
.tabbtn span{
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 15px;
	background: white;
}
.tabbtn span img{
	cursor: pointer;
}
.type{
	width: 700px;
	height: 85px;
	margin-left: 30px;
}
.type span{
	cursor: pointer;
	display: inline-block;
	padding: 10px;
}
.type_active{
	border: 1px solid #5bb8d4;
	border-radius: 3px;
    background:-webkit-gradient(linear, 0 0, 100% 0, from(#5bb8d4), color-stop(0.5, #0c3482), to(#0c3482));
    background:-webkit-linear-gradient(left, #5bb8d4, #0c3482, #0c3482);
    background:-moz-linear-gradient(left, #5bb8d4, #0c3482, #0c3482);
    background:-o-linear-gradient(left, #5bb8d4, #0c3482, #0c3482);
    background:linear-gradient(left, #5bb8d4, #0c3482, #0c3482);
  	-webkit-background-clip:text;
  	color:#0c3482;
}
.show_item{
	width: 810px;
	height: 1066px;
}
.table1,.table2{
	width: 810px;
}
.table1 tr td{
	display: inline-block;
	height: 60px;
	line-height: 60px;
}
.table1 tr td{
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.inner-container::-webkit-scrollbar {
    display: none;
}
.table1 tr:nth-child(odd){
	background:#f7f7f7;
}
.table1 tr:nth-child(even){
	background:#eeeeee;
}
.table1 tr:hover{
	background: url(../img/text_bg.png);
	color: white;
}
.table2 tr:hover .subject{
	background: url(../img/pic_bg.png);
}
.table2 tr:hover .subject .sub_m div{
	color: white;
}
.tdw1{
	padding-left: 30px;
	width: 340px;
}
.tdw2{
	width: 20px;
}

.tdw3{
	width: 80px;
	text-align: center;
}

.tdw4{
	width: 245px;
}
.outer-container,.content {
	width: 810px;
	height: 1136px;
}
/*gai*/
.outer-container {
    position: relative;
    overflow: hidden;
}
.inner-container {
    position: absolute; 
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}
 /* for Chrome */
#show1{
}
#show2{
	display: none;
}
.subject{
	height: 190px;
	background-color: #eeeeee;
	border-bottom: 1px #e5e5e5 solid;
}
.sub_l{
	display: inline-block;
	width: 130px;
	height: 190px;
	float: left;
}
.sub_m{
	display: inline-block;
	width: 480px;
	height: 190px;
	float: left;
}
.sub_r{
	display: inline-block;
	width: 150px;
	height: 190px;
	float: left;
}
.sub_l img{
	margin-top: 35px;
	margin-left: 20px;
	width: 90px;
	height: 120px;
}
.sub_tit{
	margin-left: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #333333;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
}
.sub_msg{
	margin-left: 10px;
	color: #666666;
	margin-top: 10px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
}
.sub_mo{
	height: 40px;
	width: 100px;
	margin-left: 20px;
	background-color: white;
	border-radius: 3px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
.sub_mo span{
	background:-webkit-gradient(linear, 0 0, 100% 0, from(#5bb8d4), color-stop(0.5, #0c3482), to(#0c3482));
    background:-webkit-linear-gradient(left, #5bb8d4, #0c3482, #0c3482);
    background:-moz-linear-gradient(left, #5bb8d4, #0c3482, #0c3482);
    background:-o-linear-gradient(left, #5bb8d4, #0c3482, #0c3482);
    background:linear-gradient(left, #5bb8d4, #0c3482, #0c3482);
  	-webkit-background-clip:text;
  	color:#0c3482;
}
.radio{
	width: 320px;
	height: 70px;
	margin-left: 20px;
    margin-top: 15px;
	border-top: 1px #e5e5e5 solid;
	border-bottom: 1px #e5e5e5 solid;
}
/*gai*/
.c_r{
	width: 360px;
	height: 1356px;
	float: right;
	background-color: #eeeeee;
	border-radius: 3px;
}
/*gai*/
.rabtn{
	width: 148px;
	height: 70px;
	float: left;
	text-align: center;
	line-height: 70px;
	background-color: #f7f7f7;
	border-radius: 3px;
	border: 1px #e5e5e5 solid;
}
.rec{
    width: 320px;
    height: 723px;
    margin-left: 20px;
    margin-top: 15px;
    background-color: #f7f7f7;
}