@charset "utf-8";

/* CSS Document 维护：CAORONG */


/* CSS Reset */

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}


/* 设置默认字体 */

body,
button,
input,
select,
textarea {
    font-size: 14px;
    color: #444;
}

body {
    background: #ddf0ed;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

small {
    font-size: 12px;
}


/* 重置列表元素 */

ul,
ol {
    list-style: none;
}

em {
    font-style: normal;
}


/* 重置文本格式元素 */

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    text-decoration: none;
    color: #4367c3;
}

fieldset {
    border: none;
}

img {
    border: none;
    vertical-align: middle;
}

button,
input,
select,
textarea {
    font-size: 100%;
    /* 使得表单元素在 ie 下能继承字体大小 */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* 重置 hr */


/* CSS Reset End */

.clear {
    clear: both;
}

.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

.clearfix {
    zoom: 1;
}


/* IE6 clearfix*/

*:first-child+html .clearfix {
    zoom: 1;
}


/* IE7 clearfix*/

.hidden {
    display: none;
}

.blank10,
.blank20,
.blank30 {
    overflow: hidden;
    line-height: 1px;
    font-size: 0;
    clear: both;
}

.blank10 {
    height: 10px;
}

.blank20 {
    height: 20px;
}

.blank30 {
    height: 30px;
}


/*Blank*/

.f_red {
    color: #F00;
}

.f_red2 {
    color: #D60000;
}

.f_orange {
    color: #F60;
}

.f_green {
    color: #0B0;
}

.f_blue {
    color: #1a67b2;
}

.f_grey {
    color: #666;
}


/*font color*/

.page {
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
}

.page A {
    border: #EEE 1px solid;
    padding: 5px 8px;
    color: #666;
    background: #FFF;
    margin-right: 3px;
}

.page A:hover {
    color: #FFF;
    background: #dc3f5c;
    border: #dc3f5c 1px solid;
}

.page a.current {
    color: #FFF;
    background: #dc3f5c;
    border: #dc3f5c 1px solid;
}


/*页码*/

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}


/*Mt 必须放在CSS文档尾部*/

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt25 {
    padding-top: 25px;
}


/*Mt 必须放在CSS文档尾部*/