.topImg ,.ul-title11,.ul-title12{
	width: 100%;
	height: auto;
}

.ul-title11,.ul-title12,.ul-title11 img,.ul-title12 img{
	width: 100%;
	min-height: 200px;
}

.ul-title12{
	display:none;
}

.breadcrumb {
	width: 1200px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	font-size: 16px;
	color: #666666;
}

.breadcrumb a {
	font-size: 16px;
	color: #666666;
}

/* 列表 */
.listBox {
	width: 1200px;
	overflow: hidden;
	margin: 30px auto 50px;
}

.listFl {
	width: 240px;
	float: left;
	overflow: hidden;
}

.GrandfatherColumn {
	width: 238px;
	height: 67px;
	line-height: 67px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-indent: 32px;
	background: url(GrandfatherColumnBg.png) no-repeat;
}

.left_zhong {
	width: 100%;
	overflow: hidden;
}

.left_zhong .class_A {
	border-bottom: 1px solid #cacaca;
	overflow: hidden;
}

.left_zhong .class_A>a {
	font-size: 22px;
	color: #333;
	float: left;
	height: 70px;
	line-height: 70px;
	text-indent: 15px;
}

.jianClass {
	margin: 28px 10px 0px 0;
	width: 15px;
	height: 11px;
	float: right;
	background: url(jianClass.png) no-repeat;
}

.jiaClass {
	margin: 30px 10px 0px 0;
	width: 11px;
	height: 14px;
	float: right;
	background: url(jiaClass.png) no-repeat;
}

.left_zhong .class_B {
	border-bottom: 1px solid #cacaca;
	overflow: hidden;
	margin-left: 20px;
}

.left_zhong .class_B>a {
	font-size: 18px;
	color: #333333;
	display: inline-block;
	width: 185px;
	height: 50px;
	padding-right: 20px;
	line-height: 50px;
}



.listFr {
	width: 1200px;
	
	overflow: hidden;
}

.columnName {
	font-size: 24px;
	color: #1A1A1A;
	font-weight: bold;
	background: url(columnName.png) no-repeat;
	height: 26px;
	line-height: 26px;
	padding-left: 15px;
}

.resumeBox {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.resumeBox li {
	line-height: 50px;
	overflow: hidden;
}

.resumeBox li a {
	width: 600px;
	float: left;
	color: #454545;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.resumeBox li span {
	float: right;
	width: 90px;
	color: #808080;
}

.resumeBox li a,
.resumeBox li span {
	font-size: 16px;
}

/* 分页 */
.easysite-theme-pagination{
	width: 635px;
	overflow: hidden;
	margin: 50px auto;
}

.easysite-theme-pagination *{
	font-size: 14px;
}

.easysite-theme-pagination>div{
	float: left;
}

.previous-page,.next-page{
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #f2f4f7;
	cursor: pointer;
	
}

.paging-normal{
	width: 300px;
	margin-left: 20px;
}

.paging-normal>span{
	float: left;
	height: 30px;
	margin-left: 15px;
}

.paging-normal>font,.paging-normal>a{
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #f2f4f7;
	
}

.NormalRed{
	color: #fff;
	background: #E50012 !important;
}


.next-page{
}

.easysite-total-page{
	width: 155px;
	height: 30px;
	line-height: 30px;
	margin-left: 20px;
}


/* 媒体查询 */
@media screen and (max-width: 1200px) {

	.breadcrumb,
	.listFl {
		display: none;
	}

	.listBox {
		width: 96%;
	}

	.listFr {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.ul-title11{
		display: none;
	}
        .ul-title12{
		display: block;
	}
	.resumeBox li{
		line-height: 25px;
		margin-bottom: 20px;
	}
	.resumeBox li a {
	    width: 96%;
	    float: left;
	    color: #454545;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}
	
	.resumeBox span {
	    float: left !important;
	}
	
	.easysite-theme-pagination{
		width: 335px;
		
	}
	.previous-page{
		margin-right: 20px;
	}
	.paging-normal{
		display: none;
	}
}

@media screen and (max-width: 500px) {}