﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #000;
}
.center-wrap {
	width: 1285px;
	margin: 0 auto;
}

.clearfix {
	overflow: hidden;
}
.clearfix::after {
	content: '';
	display: block;
	clear: both;
	overflow: hidden;
}
body {
	background-image: url(../components/header/images/0716.png);
	background-repeat: no-repeat;
}
strong {
	font-weight: bold;
}

/*.page*/
.page-page {
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    color: #444;
    width: 100%;
    overflow: hidden;
}

.page-page strong {
    color: #222;
}

.page-page a {
    display: inline-block;
    border: 1px solid #ddd;
    color: #444;
    padding: 0 8px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    cursor: pointer;
    margin: 0 4px;
    border-radius: 4px;
}

.page-page a:hover {
    border-color: #b50000;
    background-color: #b50000;
    color: #fff;
}

.page-page a.gray {
    display: inline-block;
    border: 1px solid #ddd;
    color: #ddd;
    padding: 0 8px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    cursor: not-allowed;
    background: #fff;
}

.page-page a.currpage {
    border-color: #b50000;
    background-color: #b50000;
    color: #fff;
}

.page-page .ipt {
    height: 26px;
    line-height: 26px;
    border: 1px solid #ddd;
    color: #444;
    font-size: 16px;
    display: inline-block;
    outline: none;
    vertical-align: middle;
    margin-top: -3px;
    padding: 0 3px;
    width: 50px;
    text-align: center;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 4px;
}

.page-page .okbtn {
    height: 26px;
    line-height: 26px;
    border: 1px solid #b50000;
    font-size: 15px;
    display: inline-block;
    outline: none;
    vertical-align: middle;
    margin-top: -3px;
    padding: 0 3px;
    width: 50px;
    text-align: center;
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer;
    background-color: #b50000;
    color: #fff;
    border-radius: 4px;
    -webkit-appearance: none;
}

.page-page .okbtn:hover {
    opacity: .85
}

.page-left {
    width: 230px;
    float: left;
    margin-bottom: 40px;
    padding: 30px 0 0 30px;
}

.page-right {
    float: right;
    width: 980px;
    margin-bottom: 20px;
    min-height: 500px;
    padding-right: 30px;
    padding-top: 30px;
}