@charset "utf-8";
/* CSS Document */
img{ border:none; display:block;}
*{ text-decoration:none; font-family:Verdana, "Microsoft YaHei", "SimHei", "SimSun"; font-size:14px; color:#2b2b2b;margin: 0;padding: 0;}
.clearfix{ clear:both;}
ul{ margin:0; padding:0;}
li{ list-style:none;}
body{ margin:0; padding:0; background-image:url(../img/erji/bag.png); background-repeat:no-repeat;}

.header{ margin-bottom:30px;}
.banner-box{width:100%;position:relative;}
.banner{width:100%; height:273px;}
.banner-box .logo{position:absolute;}
.nav-box{ width:100%;/* height:40px;*/ background-color:rgba(0,115,255,0.8);}
.nav{ width:960px; margin:auto;}
.nav li{ float:left; margin-left:43px; margin-right:43px; line-height:40px; padding-top:8px; padding-bottom:8px;}
.nav li a{ color:white; font-size:26px;}
.nav span{ background-color:white; display:block;}

.content-box{ width:1184px; margin:0 auto;/* background-color:#eaf2fb;*/ padding-bottom:30px;}
.tonghua_box{float:left; width:920px; margin-top:20px;}
.tonghua{ float:left; width:170px; height:162px;border-radius:10px; margin-right:14px; margin-bottom:20px;}
.tonghua .name{ width:170px; text-align:center; line-height:25px;}
.tonghua .tu{ width:170px; height:110px; /*border:5px white solid;*/ border-radius:10px;/* box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35);*/ overflow:hidden;}
.tonghua .tu img{ width:170px; min-height:110px;}
.tonghua:hover{box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.35);}
.pagebox{
	width:496px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:60px;
}
.pagebox *{
	font-family:"宋体";
	font-size:12px;
	float:left;
	border:1px solid #cccccc;
	display:block;color:#484848;
	line-height:26px;
	text-align:center;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
	border-radius: 5px;
}
.page{
	width:46px;
	height:26px;
}
.num{
	width:32px;
	height:26px;
}
.pageCurrent{
	background-color:#fc6160;
	color:white;
}

.right{ width:230px; float:right;}
.title-cai{ margin-bottom:18px;}
.cai-content{ width:230px; height:60px;border-radius:10px; margin-bottom:15px;}
.cai-content:hover{box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.35);}
.cai-tu{ width:90px; height:60px; float:left;border-radius:10px;overflow:hidden;}
.cai-tu img{ width:90px; height:60px;}
.cai-name{ float:left; width:130px; margin-left:10px; margin-top:5px;}
.cai-name span{ display:block; color:#5b5b5b; font-size:12px; padding-top:10px; width:120px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.xia{ padding-top:15px;}
.title-re{ margin-bottom:18px;}
.re-content{ width:230px;border-radius:5px; margin-bottom:15px;}
.re-content:hover{box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.35);}
.re-tu, .re-name{ float:left;}
.re-tu img{ width:18px; height:18px;}
.re-name{ width:202px; margin-left:10px;}
.re-name span{ display:block; color:#5b5b5b; font-size:12px; padding:5px; background-color:#fdf0f0; margin-top:5px;  width:180px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.footer{
	height: 148px;
	position: relative;
}
.footer-box{ 
	width: 100%;
    height: 148px;
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
}
/* kkPages */
.Pagination {
	margin:0 auto;
	height: 40px;
	line-height: 20px;
	color: #565656;
	clear: both;
	font-size: 12px;
	width: 700px;
	padding-top: 16px;
	padding-left: 4px;
}
.Pagination span {
	margin-right: 5px;
	display: block;
	float: left;
	margin-left: 5px;
}
.Pagination span b {
	padding: 0 2px;
}
.Pagination div {
	float: left;
}
.Pagination a {
	font-size:14px;
	text-decoration: none;
	display: block;
	float: left;
	color: #565656;
	border: 1px solid #cacaca;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	margin: 0 2px;
}
.Pagination .Ellipsis {
	line-height: 32px;
	overflow: hidden;
	display: none;
}
cite.FormNum {
	display: block;
	float: left;
	line-height: 20px;
	height: 20px;
	font-style: normal;
	padding-left: 10px;
}
#PageNum {
	color: #777;
	width: 30px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #cacaca;
	margin: 0 5px;
	text-align: center;
}
.Pagination a:hover, .Pagination a.PageCur {
	background-color: #fc6160;
	border: 1px solid #fc6160;
	color: #ffffff;
}
@media only screen and (max-width: 1300px) {
	body,html{
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }
	.banner{
		height: 163px;
	}
	.right,.pagebox{
		display: none;
	}
	.tonghua_box {
		width: 1110px;
	}
	.content-box{
		padding-bottom: 0;
	}
	.banner-box .logo{
		margin: 0;
		top: 10px;
    	left: 10px;
    	transform: scale(0.6);
	}
	.footer,.footer-box{
		height: 100px;
	}
}



















