@import url(fonts.css);
body,html{margin:0;padding:0;}
body,a,span,h1,h2,h3,h4,h5,h6,p,div,b,strong,table,tr,td,th{font-family:'Arial';}
body ul{list-style:none;}
body a{text-decoration:none;}
/*-----------------LayoutDefault-------------*/
/*body{
	background: url(../images/bg_home.png) repeat-x;
	height:auto;}*/
.layout-bound{ width:100%; margin:0 auto}
.layout-top{}

.layout-inner-bound{}
.layout-inner{}
.layout-bottom{}
.layout-bound .adm-b{position:relative;background:rgba(255,255,255,.6);height:20px;line-height:20px;padding:0 10px;}
.layout-bound .adm{font-size:12px;color:#f00;}
.inner-content{width:1101px;margin:0 auto;}
#backtop{}
span.not-data{
	display: block;
	color: #f00;
	font-size: 24px;
	padding: 24px;
	text-align: center;
	padding: 20px;
}

/*-----------------Paging-------------*/
/*-----------------Paging-------------*/

@media(max-width:767px){.paging-bound{

	width:100% !important;

	text-align:center;

	margin-bottom:10px}}

.paging-bound{  

    position: relative;
    margin-top: 16px;
    width: 100%;
    text-align: center;
    display: block;
    overflow: hidden;}

.paging-bound .page-item{
    display: inline;
    color: #000;
    padding: 0px;
    line-height: 90px;
    text-align: center;
    padding: 10px 14px;
    border: 1px solid #bbb1b1;
    margin-left: 5px;
    font-size: 18px;
}
.paging-bound span{    color: #EF3135 !important;
    padding: 0px;
    line-height: 35px;
    text-align: center;}
.paging-bound .page-item.active{    
	color:#fff !important ;
	    background-color: #d2577e;
}
.paging-bound .page-item:hover { 	
		color:#fff  ;
	    background-color: #d2577e;}

.paging-bound a.page-item:hover{border-color:1px solid #fff;text-decoration:none;}

.paging-bound .page-next,

.paging-bound .page-preview{

	position:absolute;

	display:block;

	width:9px;

	height:18px;

	top:-1px;

	right:-10px;

	background-color:transparent;

	background-image: url(../images/next.png);

	background-repeat:no-repeat;

	background-position:center center;

	display:none

}

.paging-bound .page-preview{background-image:url(../images/paging-prev.png);left:0; width:13px; height:13px;}