﻿@charset 'utf-8';
/* CSS reset */
/*主体部分,字体12px,默认字体为宋体*/
html, body{ height: 100%;  }/*页面、主体高度100%*/

body, form, h1, h2, h3, h4, h5, h6, p, ul, ol,li,dl,dt, dd, blockquote{ margin: 0; padding: 0; letter-spacing:1px; line-height:180%;} /*body，form，标题，段落，无序列表，有序列表，列表项目，定义列表，定义列表中的项目，定义条目的定义部分，引用内外边距为0,字间距1px,行距180% */
body, tr, button, select, textarea{ font-size: 12px; color:#333;}/*主体，表格行，按扭，单选或复选，文本域字体为12像素，颜色#333*/
li{ list-style-type: none}/*去掉列表项标记*/
sup, sub{ font-size: 70%}/*上下标字体70%*/
img{ border: none}/*图片去掉边框*/
 
/*超级链接，默认为黑色，移上去变红色，建议改为对应网站主色调*/
a{ text-decoration: none; color:#000; } /*超链接去掉下划线，颜色为#000，建议改为对应网站主色调*/
a:hover{ color:#666; } /*超链接移上去变#f33，建议改为对应网站主色调*/
a:visited { text-decoration: none;} 
/*标题样式*/
h1,h2,h3,h4,h5,h6{ margin: 0 0 8px;}/*设置标题下外边距为8px，字体为微软雅黑*/
h4{font-size: 22px;} /*标题字体大小22像素，建议重点突出*/
h5{font-size: 18px;} /*标题字体大小18像素，建议文章正文标题*/
h6{font-size: 14px;} /*标题字体大小14像素，建议栏目标题*/
 
/*文本内容样式*/
.txtSize12{ font-family:"宋体"; font-size:12px; } /*文本字体大小12px;建议文章列表、文章正文、网站页底*/
.txtSize14,.txtSize18,.txtSize22{} /*文本字体微软雅黑*/
.txtSize14{ font-size:14px; } /*文本字体大小为14px;建议栏目标题*/
.txtSize18{ font-size:18px; } /*文本字体大小为18px;建议文章正文标题*/
.txtSize22{ font-size:22px; } /*文本字体大小为22px;建议重点突出*/
.alignC{ text-align:center; } /*居中显示*/
.alignL{ text-align:left; } /*居左显示*/
.alignR{ text-align:right; } /*居右显示*/
/*标重点样式 — 浅色底版面*/
.txtColor1{color:#333;} /*文本颜色为#333，建议重点突出*/
.txtColor2{color:#666;} /*文本颜色为#666，建议次重点*/
.txtColor2{color:#bbb;} /*文本颜色为#bbb，建议次要*/
.txtColor3{color:#ccc;} /*文本颜色为#ccc，建议次次要*/
/*标重点样式 — 深色底版面*/
/*.txtColor1{color:#dedede;} /*文本颜色为#dedede，建议重点突出*/
/*.txtColor2{color:#ccc;} /*文本颜色为#fff，建议次重点突出*/
/*.txtColor3{color:#fff;} /*文本颜色为#fff，建议次要突出*/
 
/* 表格样式，建议改为对应网站主色调 */
table{ width: 100%; margin: 0 auto; border-collapse: collapse} /*设置table(表格)的宽度为100%，居中，边框合并*/
table td, th{  } /*设置表头,单元格内边距为5px，边框实线1px颜色：#ccc*/
table th{ } /*表头背景色浅灰色#eee*/

/* 文章样式,字体，字体大小,颜色为与主体部分设置一致。 */
.article p, .article ul, .article dl{ margin: 0 0 8px; padding: 0} /*段落，无序列表，定义列表内边距为0，下外边距为8px*/
.article li{ margin: 0; padding: 0; margin-left: 12px; list-style-position: outside!important; list-style-type: inherit} /*列表项目内边距0，左外边距为12px，上右下外边距为0px;,列表项标记为外边标记*/
.article dt{ margin: 0; padding: 0} /*定义列表中的项目内外边框为0*/
.article dd, .article blockquote{ margin: 8px 12px; padding: 0} /*定义列表中定义条目的定义部分,引用内边距为0，外边距上下为8px,左右为12px,内边距为0 */
.article img{  }/*图片外边距8px*/

/*其它样式*/
.ellipsis{ text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; white-space: nowrap}/*文本溢出截取，一般为列表标题 */
.clearfix { clear:both; height:0px; font-size:0px; _overflow:hidden;}/* 清除float(浮动)*/
.floatL{ float:left; display:inline; } /*向左浮动*/
.floatR{ float:right; display:inline; } /*向右浮动*/
 
.left{ float:left; display:inline; } /*向左浮动*/
.right{ float:right; display:inline; } /*向右浮动*/
/*html元素标注
HTML:文档的根元素
Body:文档的主体
form:表单
h1-6:标题1-6
blockquote:引用
p：段落)
ul：无序列表
ol：有序列表
li：列表项目
dl：定义列表[definition list]
dt：定义列表中的项目[即术语部分]
dd：定义列表中定义条目的定义部分
button：按钮
select：单选或多选菜单
textarea：文本域
tr：表格中的行
th：表头
td:单元格
*/
/*******************************************************************
**********************
********************** 分页
**********************
*******************************************************************/
.pages { font-family: 宋体;/* padding-top: 15px; padding-bottom: 17px;width: 750px;*/ margin-top:20px; font-size: 14px;  height:38px; overflow:hidden;}
.custom-css { height: 28px; line-height: 28px; padding-top: 15px; vertical-align: bottom; padding-bottom: 17px; }
.pages a, .pages .cpb { display: inline-block; padding: 8px 16px; margin: 0px 2px; height: 20px; line-height: 20px; font-size: 14px; text-decoration: none; vertical-align: middle; }
.pages a:hover { }
.pages .cpb { font-weight: 600; }

.page-box { width: 40px; text-align: center; height: 32px; line-height: 32px; vertical-align: middle; background-color: transparent; border: solid 1px #D7D7D7; color: #404040; }
.submit-btn { border-radius: 4px 4px 4px 4px; cursor: pointer; height: 36px; line-height: 36px; margin: 0 6px; outline: medium none; text-align: center; width: 55px; vertical-align: middle; border: 1px solid #D7D7D7; color:#333333}
.pages a.page-a-close { color: #CCCCCC; }
.pages a, .pages .cpb { background-color: transparent; border: 1px solid #CCCCCC; color: #333333; }
.pages a:hover { background-color: transparent; border: 1px solid #666; }
.pages .cpb { background-color: #ccc; border: 1px solid #666; color: #666; }



.img_center {
    cursor: pointer;
    display: table;
    text-align: center;
}
.img_center span, .img_center a {
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
}
.img_center span img, .img_center a img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}