/***************************列表***************************/
.content_box{
	width: 100%;
}
.content{
	width: 96%;
	margin: 30px auto;
    display: flex;
    background-image: url(../img/listBg.png);
    background-repeat: no-repeat;
    background-size: 100% 30%;
    border-radius: 4px;
}
.main_titBox{
    width: 100%;
    min-width: 1280px;
   /*  background-color: #138BFF; */
}
.main_tit{
    width: 96%;
	line-height: 40px;
    font-size: 14px;
    color: #333333;
	margin: 0px auto 30px auto;
}
.main_tit a{
    color: #333333;
}
.main_tit a:hover{
	color:#dc0501;
}
.title_list{
	display:block;
	border-bottom: 2px solid #DDDDDD;
    padding-bottom: 5px;
    position: relative;
    height: 20px;
    margin-bottom: 15px;
}
.title_list a, .title_list span{
	float:left;
}
.title_list .menu_focus{
	border-bottom: 2px solid #C50C11;
	color: #C50C11;
	line-height: 19px;
	padding-bottom: 6px;
}
.title_list a:hover{
	text-decoration:none;
	border-bottom: 2px solid #C50C11;
	color: #C50C11;
	line-height: 19px;
	padding-bottom: 6px;
	cursor: pointer;
}
.menu_box{
    width: 290px;
    min-height: 720px;
    margin-right: 24px;
    border: 1px solid #cccccc;
}
.menu li{
    list-style: none;
    width: 290px;
    background: #ffffff;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    line-height: 52px;
    font-size: 24px;
    color: #333333;
    cursor: pointer;
}
.list_nrBox{
    width: 100%;
	min-height: 720px;
    /* border: 1px solid #cccccc; */
}
.list_nr{
	margin-bottom: 20px;
    overflow: hidden;
	min-height: 680px;
}
.list_nr li{
	font-size: 18px;
    line-height: 48px;
    margin-left: 24px;
    margin-right: 24px;
    /* border-bottom: 1px #cccccc dashed; */
	overflow:hidden;
}
.list_nr li a{
	color: #434343;
}
.list_nr li a:hover{
	color:#dc0501;
}
.list_nr li span{
	display: block;
    float: right;
    font-size: 16px;
    color: #999999;
}
.pagelink{
	color: #666;
    font-size: 18px;
    text-align: center;
    width: 660px;
    padding-top: 20px;
	margin: 0 auto 20px;
}
.pagelink a{
	color: #333333;
}
.First_Page, .Fir_Page, .next_Page, .Last_Page, .First_Page_action, .Fir_Page_action, .next_Page_Action, .Last_Page_Action {
    border: 1px solid #DDD;
    background: #FFF;
    padding: 0 12px;
    height: 32px;
    display: inline-block;
    color: #666;
    font-size: 18px;
    line-height: 32px;
	border-radius: 4px;
}
.action_num{
    /* border: 1px solid #DDD; */
    background: #fff;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    display: inline-block;
    padding: 0 8px;
	border-radius: 4px;
}
.pagelink input{
    width: 54px;
    font-size: 18px;
    line-height: 32px;
    border: 0;
    background-color: #f2f2f2;
    text-align: center;
    border-radius: 4px;
}