.contaniner {
    display: block;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 46px;
}
.list_top {
    display: block;
    width: 100%;
    line-height: 40px;
    border-bottom: 5px solid #EBEBEB;
    position: relative;
}
.list_top li {
	display: inline-block;
    /*width: 96px;*/
    height: 60px;
    line-height: 60px;
    padding:  0 20px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    /*font-size: 14px;*/
    /*background-color: #EEEEEE;*/
    /*border: 1px solid #E1E1E1;*/
    cursor: pointer;
    margin-bottom: -5px;
}
/*.list_top li:first-child {
    background-color: #1055B4;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: initial;
}*/
.list_top ul {
	margin-bottom: 0;
}
.list_top .activeList{
    border-bottom: 5px solid #1055B4;
    /*position: absolute;
    bottom: -5px;*/
}
.list_bottom {
    display: inline-block;
    width: 100%;
}
.typeTitle {
    display: block;
    width: 100%;
    line-height: 40px;
    color: #404040;
    font-size: 16px;
    border-bottom: 1px solid #949494;
    font-weight: bold;
}
.typeDetail {
    display: block;
    width: 100%;
    min-height: 420px;
    overflow: hidden;
    /*overflow-y: scroll;*/
    margin-top: 10px;
    margin-bottom: 20px;
}
.typeDetail .typePoint {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #E2E2E2;
    margin-right: 10px;
}
.typeDetail li {
    display: block;
    width: 100%;
    line-height: 38px;
    cursor: pointer;
}
.typeDetail li:nth-child(5n+5) {
    border-bottom: 1px dashed #D8D8D8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.detailTitle {
    display: inline-block;
    width: 1068px;
    height: 38px;
    font-size: 18px;
    color: #393939;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.detailTime {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    color: #B5B5B5;
}
.block {
	text-align: center;
}