.background {
    float: left;
    margin-top: 80px;
    width: 100%;
    height: 368px;
    background-image: url(../images/img/beijin.png);
}

.classify {
    float: left;
    width: 100%;
	height:1400px;
}
.classify .center {
    margin: 0 auto;
    width: 70%;
    background-color: brown;
}
.classify .zuo {
    float: left;
    width: 30%;
}
.classify .zuo .pull {
    margin: 40px auto;
    width: 240px;
}
.classify .zuo .pull .biaoti {
    display: block;
    width: 240px;
    height: 50px;
    text-align: center;
    background-color: rgb(0, 119, 211);
    border-radius: 8px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.classify .zuo .pull .biaoti::after {
    vertical-align: top;
    font-family: 'icomoon';
    font-size: 30px;
    content: '\e901';
}
.classify .zuo .pull select {
    font-size: 16px;
    padding-left: 15px;
    width: 240px;
    height: 50px;
    margin-top: 10px;
    border: 0px;
    border-collapse: collapse;
}
.classify .zuo .pull select option {
    font-size: 18px;
}










.classify .you {
    float: left;
    width: 70%;
}
.classify .you .you_1 {
    width: 100%;
    height: 40px;
    margin-top: 45px;
    background-color: rgb(0, 119, 211);
}
.classify .you .you_1 h4::before {
    vertical-align: top;
    margin-right: 10px;
    font-family: 'icomoon';
    font-size: 20px;
    content: '\e908';
}
.classify .you .you_1 h4 {
    margin-left: 30px;
    line-height: 40px;
    color: #fff;
    font-family:initial;
}

.classify .you table {
    table-layout: fixed;
    margin-top: 10px;
    width: 100%;
    border-style: none;
}
.classify .you table td {
    border-style: dotted;
}
.classify .you table thead td:first-of-type {
    width: 18%;
}
.classify .you table thead td:nth-of-type(2) {
    width: 49%;
}
.classify .you table thead td {
    height: 40px;
    font-weight: 700;
    padding-left: 20px;
}
.classify .you table tbody tr td {
    height: 35px;
    padding-left: 20px;
}
.classify .you table tbody tr td {
   	text-overflow:ellipsis;
   	white-space:nowrap;
	overflow:hidden;
}
.classify .you .pagebreak {
	margin-top:10px;
	font-size:16px;
}
.classify .you .pagebreak A {
	display:inline-block;
	width:80px;
	height:30px;
	color:#FFF;
	line-height:30px;
    border-radius: 20px;
	background-color:rgb(243, 39, 39);
	margin-left:20px;
}