/* global-公共样式 */
*{
    padding: 0;
    margin: 0;
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei", 微软雅黑;
    margin: 0;
    padding: 0;
}

form p {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0px;
    vertical-align: bottom;
}

a {
    text-decoration: none;
}

.img_bord {
    border: 1px solid #ccc;
}

.wrap {
    word-break: break-all;
}

.wrap a:hover{
    text-decoration: none;
}

.content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
}

.clr {
    clear: both !important;
}

.left {
    float: left;
}

.fontfamily {
    font-family: arial;
}

.center {
    text-align: center;
}

.right {
    float: right;
}

.centeris {
    margin-left: auto;
    margin-right: auto;
}

.line_middle {
    vertical-align: sub;
}

.text_indent {
    text-indent: 25px;
}

.moreright {
    float: right;
    padding-right: 8px;
}

.flotleft {
    float: left;
    padding-left: 8px;
}

.middle {
    padding-top: 10px;
    padding-bottom: 10px;
}

.margintopbottom {
    margin-top: 10px;
    margin-bottom: 10px;
}

.marginbottom {
    margin-bottom: 5px;
}

.listtimeright {
    float: right;
    padding-right: 15px;
}

a:link {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #333;
    text-decoration: none;
}

.pane_ul li a{
    text-decoration: none;
    color: #444444;
}

#frame {
    width: 1002px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}


/* font -字体样式 */

.font12px {
    font-size: 12px;
}

.font14px {
    font-size: 14px;
}

.font13px {
    font-size: 13px;
}

.font16px {
    font-size: 16px;
}

.font18px {
    font-size: 18px;
}

.fontbold {
    font-weight: 700;
}

.font400 {
    font-weight: 400;
}




/* font -字体色彩样式 */

.fontf00 {
    color: #f00;
}

.fontred {
    color: #ff2a00;
}




/* line-heihgt -文本行间距 */

.lineheight180 {
    line-height: 180%
}

.lineheight200 {
    line-height: 200%
}

.lineheight220 {
    line-height: 220%
}

.lineheight270 {
    line-height: 260% !important;
    line-height: 260%;
}