.main>.container {
    padding: 20px;
    background: #fff;
}

/* 导航 */
.crumbs {
    font-size: 16px;
    padding-bottom: 18px;
}
.crumbs span img{
    width: 7px;
    height: 14px;
    margin: 0 10px;
}

.details {
    padding: 21px 30px;
    border: 1px solid #e5e5e5;
}

.nav {
    height: 40px;
    line-height: 40px;
    background: #f2f2f2;
}

.nav span {
    float: left;
    padding: 0 15px;
    height: 100%;
    text-align: center;
    font-size: 20px;
    background: #d4403d;
    color: #fff;
}

.list-li {
	width: 1100px;
    margin-top: 20px;
	display: block;
}

.list-li_001 {
    margin-top: 20px;
    display: block;
}

.list-li li {
    line-height: 36px;
    padding-left: 20px;
    background: url(../images/icon/dian.png) no-repeat 2px 16px;
}

.list-li_001 li {
    line-height: 36px;
    padding-left: 20px;
    background: url(../images/icon/dian.png) no-repeat 2px 16px;
}

.list-li span {
    float: right;
}
.list-li_001 span {
    float: right;
}

.list-li p {
    font-size: 16px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-li_001 p {
    font-size: 16px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-li li:nth-child(5n) {
    border-bottom: 1px #c9c9c9 dashed;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.list-li_001 li:nth-child(5n) {
    border-bottom: 1px #c9c9c9 dashed;
    margin-bottom: 15px;
    padding-bottom: 15px;
}


.navTitle{
	display: block;
	width: 1100px;
	height: 40px;
	background-color: #e5e5e5;
}
.navTitle a{
	float: left;
	display: inline-block;
	width: 120px;
	height: 40px;
	background-color: beige;
	font-size: 18px;color: black;
	text-align: center;line-height: 40px;
}


/* 分页 */
#page_div{width: 100%;margin:1em auto;text-align: center;}
.pagination-index,.pagination-num{border: 1px solid #ccc;margin: 0 .2em;padding:0 .5em;display: inline-block;border-radius: 3px;color: #000;}
.pagination-num.active,.pagination-index:hover,.pagination-num:hover{background: #d4403d;color: white;border: 1px solid #d4403d;}
.pagination-last{margin-left:10px;}
.pagination-last>span{margin: 0 .2em;}
.pagination-last>input{
	/**height: 1.3em;
	width: 2em;
	text-align: center;**/
	height: 1.3em;
	width: 2em;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: inline-block;
}
.page_num {
    margin-top: 32px;
}

@media screen and (max-width: 768px) {
    .main>.container {
        width: 100%;
        padding: 10px;
    }

    .none {
        display: none;
    }

    .list-li p {
        width: 50%;
    }

    .list-li_001 p {
        width: 50%;
    }

    .details {
        padding: 10px;
    }

    .list-li {
        margin-top: 10px;
    }

    .list-li li:nth-child(5n) {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .list-li_001 {
        margin-top: 10px;
    }

    .list-li_001 li:nth-child(5n) {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    #page_div {
        width: 100%;
    }

    .pagination-last {
        display: block;
        margin-left: 0;
        margin-top: 15px;
    }
}

