.listBox {
    width: 1200px;
    height: 1036px;
    margin: 0px auto;
    background-color: rgb(254, 246, 234);
}

.listBox .view {
    width: 1200px;
   
}

.listBox .view .title {
    width: 623px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.listBox .view .tit {
    display: block;
    min-width: 150px;
    height: 50px;
    line-height: 50px;
    background-color: rgb(184, 30, 3);
    color: white;
    text-align: center;
    font-size: 25px;
}
.listBox .view .onelist{
    margin: 0 auto;
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	width: 1030px;

}
.listBox .view  .onelist li{
    width: 1030px;
    margin: auto;
    line-height: 62px;
    display: block;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.listBox .view .onelist li a {
    width: 1024px;
    font-size: 20px;
    color: #333333;
    text-decoration: none;
    display: block;
	border-bottom:dashed 2px rgba(247,162,74,0.4);
}
.listBox .view  li .d{
    float: left;
}
.listBox .view .onelist a:hover {
    color: #b81e03;
 
}

.listBox .view .onelist a .span1 {
    float: left;
    display: block;
    width: 700px;
    white-space: nowrap;
    /* 多于字隐藏 */
    overflow: hidden;
    /* 隐藏字代替格式  ellipsis省略号*/
    text-overflow: ellipsis;
	margin-left: 36px;
}
.listBox .view .onelist a .span2{
    float: right;
	margin-right: 20px;

}
.listBox  .twolist{
    display: block;
	width: 100%;
    height: 38px;
    display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 80px;
}
.listBox  .twolist li {
    display: block;
    min-width: 38px;
    height: 38px;
    float: left;
    border: 1px solid black ;
    margin: 5px;
    line-height: 38px;

}
.listBox  .twolist li a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    color: #333;
    text-align: center;

}

.listBox .view .twolist a:hover {
    color: white;
    background:#b81e03 ;
 
}