.main {
	width: 1200px;
	margin: 95px auto 0;
	overflow: hidden;
}

.main .surname {
	float: left;
	margin-bottom: 5px;
	height: 550px;
	width: 100%;
}

.surname-header {
	height: 50px;
	line-height: 50px;
	float: left;
	width: 100%;
}

.surname-foot{
    width: 1200px;
    margin: 0 auto;
    text-align: right;
    padding-bottom: 15px;
}
.surname-cent{
	width: 200px;
	height: 50px;
	line-height: 50px;
	float: left;
}
.surname-header ul li {
	font-size: 18px;
	float: left;
	width: 92px;
}

.surname-header ul li a {
	border-bottom: 3px solid #E30B20;
	padding-bottom: 10px;
}
.surname-right{
	float: right;
	width: 240px;
	text-align: right;
}
.main .surname .item {
	width: 100%;
	height: 550px;
}

.content-top{
	width: 100%;
}
.content-left{
	width: calc(100% - 165px);
	float: left;
}
.content-left p{
	margin:0;
	line-height:1.5;
	font-size:13px;
	text-indent:2em;
}

.content-right{
	width: 150px;
	float: left;
}
.content-title{
    font-size: 15px;
    font-weight: 600;
}
.content-img{
	float:left;
	margin:4px; 
}
.content-btn {
    text-align: center;
    width: 50%;
    float: left;
}
.content-bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
	height: 30px;
	line-height: 30px;
}
.bo-left{
	width: calc(100% - 200px);
}
.bo-right{
	float: right;
	width: 165px;
	font-size: 14px;
}
.bo-right span{
	color: #007AFF;
}
.search-box{
    position: absolute;
    z-index: 1000;
    margin: 15px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-right: 0;
	line-height: 28px;
}
.search-box input {
    width: 174px;
    padding-left: 5px;
    border: 0;
	font-size: 14px;
}
.s-btn{
    float: right;
    display: inline-block;
    background-color: #d9271d;
    width: 50px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.list-container{
	float: left;
}
.list-container .imgs{
	float: left;
	width: 285px;
	margin-right: 20px;
    height: 235px;
    text-align: center;
    font-size: 18px;
}
.list-container .imgs img{
	width: 285px;
	height: 185px;
}
.census{
	width: 100%;
	float: left;
}
.census-bottom{
	width: 100%;
	height: 300px;
}
.census-box{
	float: left;
	width: 400px;
	height: 260px;
}
.tac {
	text-align: center;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #d9271d;
}