#nav_Comics a{
	color: #1d3f6c;
	font-weight: bold;
}
/*内容*/
.zuopin .zuopin_img img{width:auto; height:auto; max-width:280px;max-height:196px}
.content{
	width: 1200px;
	padding-bottom: 48px;
	margin: 0 auto;
}
.content_title{
	padding-left: 28px;
	height: 43px;
	border-bottom: 1px solid #ededed;
	line-height: 43px;
	background-color: #fff;
	font-family: '微软雅黑';
	font-size: 18px;
	color: #000;
}
/*main_title-start*/
	.main_title{
		height: 56px;
		background-color: #fff;
		overflow: hidden;
		padding-left: 28px;
	}
	.main_title li a{color:rgb(102, 102, 102);
	text-decoration:none;}
	.main_title li{
		float: left;
		margin-top: 19px;
		margin-right: 35px;
		
		font-family: '微软雅黑';
		font-size: 14px;
		color: #666666;
		cursor: pointer;
	}
	.main_title li:hover{
		color: #2483d1;
		border-bottom: 1px solid #2483d1;
	}
	.main_title .main_title_select{
		color: #2483d1;
		border-bottom: 1px solid #2483d1;
	}
/*main_title-end*/

/*main_content -start*/
	.main_content{
		margin-top: 35px;
	}
	.main_box{
		display: none;
		width: 1200px;
		overflow: hidden;
	}
	.main_box_select{
		display: block;
	}
	/*列表-start*/
		.main_list{
			width: 1226px;
			overflow: hidden;
		}
		.main_list li{
			float: left;
			margin-right: 26px;
			margin-bottom: 25px;
			width: 280px;
			height: 376px;
			background-color: #fff;
		}
		.zuopin{
			height: 315px;
			border-bottom: 1px solid #eaeaea;
		}
		.zuopin_img{
			display: block;
		}

 .zuopin_img img {
    width: auto;
    height: 100%;
    max-width: 280px;
    max-height: 196px;
}
		.zuopin_p1{
			margin-top: 20px;
			margin-left: 20px;
			max-height:20px;
			overflow:hidden;
			text-overflow:ellipsis;
			white-space:nowrap;
		}
		.zuopin_p1 a{
			font-family: '微软雅黑';
			font-size: 16px;
			color: #000000;
		}
		.zuopin_p2{
			margin-top: 10px;
			margin-left: 20px;
		}
		.zuopin_p2 a{
			font-family: '微软雅黑';
			font-size: 16px;
			color: #b5b5b5;
		}
		.zuopin_xinxi{
			margin-top: 15px;
			margin-left: 20px;
			overflow: hidden;
		}
		.zuopin_look{
			float: left;
			font-family: '微软雅黑';
			font-size: 16px;
			color: #b9b9b9;
			padding-left: 25px;
			background: url(./../images/zuopin_look.png) 0 center no-repeat;
		}
		.zuopin_sizi{
			float: left;
			margin-left: 17px;
			font-family: '微软雅黑';
			font-size: 16px;
			color: #b9b9b9;
			padding-left: 25px;
			background: url(./../images/zuopin_sizi.png) 0 center no-repeat;
		}
		.zuozhe{
			overflow: hidden;
		}
		.zuozhe_img{
			float: left;
			display: block;
			margin-top: 10px;
			margin-left: 20px;
		}
		.zuozhe_name{
			float: left;
			margin-top: 20px;
			margin-left: 12px;
			font-family: '微软雅黑';
			font-size: 16px;
			color: #000;
		}
		.zuozhe_time{
			float: right;
			margin-top: 20px;
			margin-right: 20px;
			font-family: '微软雅黑';
			font-size: 16px;
			color: #b5b5b5;
		}
	/*列表-end*/

	/*页码-start*/
		.page_nume{
			margin-top: 55px;
			margin-left: 337px;
			overflow: hidden;
		}
		.page_nume li{
			float: left;
			margin-right: 5px;
			width: 29px;
			height: 29px;
			text-align: center;
			line-height: 29px;
			cursor: pointer;
			background-color: #fff;
			font-family: '微软雅黑';
			font-size: 14px;
			color: #9b9b9b;
			border-radius: 2px;
		}
		.page_nume li a{
			color: rgb(155, 155, 155);
		}
		.page_nume .prev_big{
			margin-right: 25px;
			background: #fff url(./../images/prev_big.png) 0 0 no-repeat;
		}
		.page_nume .nex_big{
			margin-left: 20px;
			margin-right: 0;
			background: #fff url(./../images/nex_big.png) 0 0 no-repeat;
		}
		.page_nume .number:hover{
			background-color: #023f6e;
			color: #fff;
		}
		.page_nume .number_select{
			background-color: #023f6e;
			color: #fff;
		}
	/*页码-end*/
/*main_content -end*/

