/*====== 列表样式 开始 =====*/
#list_nav {
    width: 1200px;
    margin: 20px auto;
    background: #fff;
    border: 2px solid #DCDCDC;
    border-radius: 5px;
}

@media screen and (max-width: 1200px) {
    #list_nav {
        width: 90%;
    }
}

#list_nav nav a {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-weight: bold;
}

#list_nav nav a:first-of-type {
    float: left;
}

#list_nav nav a.ing, #list_nav nav a:hover {
    color: #4C9ED9;
}

/*====== 列表样式 结束 =====*/


/*====== 分页样式 开始 =====*/

#pages {
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    margin-top: 35px;
    margin-bottom: 35px;
    padding-top: 3px;
    font-size: 12px;
    text-align: center;
    color: #6c6c6c;
}

.list-page {
    text-align: center;
    padding: 15px 15px;
}

.pagination {
    margin: 0 !important;
    padding: 10px 10px;
    user-select: none;
}

.pagination li {
    margin: 0 5px;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    line-height: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 8px 0 transparent;
    transition: box-shadow .2s ease-in-out;
}

.pagination li a, .pagination li span {
	color: #6c6c6c;
    display: block;
    padding: 5px 10px;
}

.pagination li.active span,  .pagination li:hover {
    background: #3591D5;
    color: #fff;
    border-color: #3591D5;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3)
}

.pagination li a:hover {
    color: #fff;
}

.pagination li.disabled {
    color: #6c6c6c;
    background: #fff;
    border: 1px solid #ccc;
    cursor: no-drop;
}


/*
#pages {
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	margin-top:35px;
	margin-bottom:35px;
	padding-top: 3px;
	font-size: 12px;
	text-align: center;
	color:#6c6c6c;
}
#pages a {
	border-right: #dcdcdc 1px solid;
	padding-right: 10px;
	border-top: #dcdcdc 1px solid;
	padding-left: 10px;
	border-left: #dcdcdc 1px solid;
	color: #6c6c6c;
	margin: 0 5px;
	border-bottom: #dcdcdc 1px solid;
	text-decoratton: none;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
}
#pages a:hover {
	border-right: #f5f8fd 1px solid;
	border-top: #f5f8fd 1px solid;
	border-left: #f5f8fd 1px solid;
	color: #6c6c6c;
	border-bottom: #f5f8fd 1px solid;
	background-color: #f5f8fd;
	text-decoration: none;
}
#pages a:active {
	border-right: #f5f8fd 1px solid;
	border-top: #f5f8fd 1px solid;
	border-left: #f5f8fd 1px solid;
	color: #6c6c6c;
	border-bottom: #f5f8fd 1px solid;
	background-color: #f5f8fd;
}
#pages span.disabled {
	border-right: #dcdcdc 1px solid;
	padding-right: 10px;
	border-top: #dcdcdc 1px solid;
	padding-left: 10px;
	border-left: #dcdcdc 1px solid;
	color: #747474;
	margin: 0 5px;
	border-bottom: #dcdcdc 1px solid;
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
}
#pages input.number {
	width:35px;
	height:20px;
	border:1px solid #dcdcdc;
	text-align:center;
	margin:0 6px;
}
#pages input.qued {
	width:45px;
	height:22px;
	border: #dcdcdc 1px solid;
	background:#f5f7f9;
	cursor:pointer;
	margin-left:10px;
}
*/
/*====== 分页样式 结束 =====*/


/*====== 头部样式 开始 =====*/
#banner {
    position: relative;
}

#banner .list_page_sidebar_bg {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    text-align: center;
    background-color: #F0F0F0;
    z-index: 3;
}

#banner .list_page_sidebar {
    height: 50px;
    position: absolute;
    bottom: 0;
    z-index: 4;
    font-size: 14px;
}

#banner .list_page_sidebar h5 {
    display: block;
    float: left;
    width: 80px;
    height: 50px;
    margin: 0px 20px;
    text-align: center;
    font-size: 14px;
}

#banner .list_page_sidebar ul {
    display: block;
    float: left;
}

#banner .list_page_sidebar ul li {
    display: block;
    width: 80px;
    height: 50px;
    line-height: 50px;
    margin: 0px 10px;
    float: left;
    text-align: center;
}

#banner .list_page_sidebar ul li.span {
    width: 50px;
    color: #999;
}

#banner .list_page_sidebar a {
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    color: #666;
}

#banner .list_page_sidebar a:hover, #banner .list_page_sidebar a.ing {
    color: #4C9ED9;
}

#banner ul.min_nav {
    color: #666;
}

#banner ul.min_nav a, ul.min_nav span {
    padding: 0 20px;
}
#banner ul.min_nav a:first-child{
    padding-left: 0;
}

#banner ul.min_nav span {
    color: #4C9ED9;
}

/*====== 头部样式 结束 =====*/


/*====== 详情页 开始 =====*/
#content {
    margin-top: 30px;
}

#content .content_title {
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 20px;
}

#content .content_title h5 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    margin: 20px 0px;
}

#content .content_title h5 b {
    color: #4C9ED9;
    font-weight: normal;
}

#content .content_title h1 {
    color: #333;
    font-size: 40px;
    line-height: 50px;
    font-weight: normal;
    margin-bottom: 20px;
}

#content .content_title p{
    padding: 5px 0;
}

#content .content_main {
    line-height: 24px;
    font-size: 16px;
    margin: 20px 0px;
    width: 100%;
    min-height: 400px;
}

/*====== 详情页 结束 =====*/
