﻿html {
    /*overflow-y: scroll;
    overflow-x: hidden;*/
    overflow: auto;
}

body {
    /*font-family: Arial,Helvetica,sans-serif, "宋体";*/
    font-family: 微软雅黑,宋体,Helvetica,sans-serif;
    /*font-family: arial, "Hiragino Sans GB", 宋体, sans-serif,tahoma;*/
    word-break: break-all;
    line-height: 1.5;
    letter-spacing: 0;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-size: 12px;
    margin: 0;
    padding: 0px;
    /*overflow-x: hidden;*/
    /*overflow-y: hidden;*/
    color: #000000;
    background-color: #ffffff;
    word-spacing: 0;
}

ul, li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

img /*去掉ie6下img默认有空白*/ {
    vertical-align: bottom;
}

input, textarea, select, button, div {
    outline: none;
}

/*页面主体样式*/
#div_main {
    width: 1200px;
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
/*页头样式*/
#div_head {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding-bottom: 10px;
}
/*页脚样式*/
#div_foot {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    cursor: pointer;
}

    a:link {
        color: #000000;
    }

    a:visited {
        color: #000000;
    }

    a:hover {
        text-decoration: none;
        color: #FF6600;
    }

img /*去掉ie6下img默认有空白*/ {
    vertical-align: bottom;
}
/*#AllowPagePanel
{
    width: 590px;
    margin: 5px auto 5px auto;
    font-size: 9pt;
}*/

#AllowPagePanel span {
    /*border: solid #DCD9D4 3px;
    background-color: #DCD9D4;*/
    font-size: 9pt;
    font-family: 微软雅黑,宋体,Helvetica,sans-serif;
    margin: 0px 2px 0px 2px;
}

#AllowPagePanel select {
    height: 18px;
}

.heightgao {
    height: 14px;
    font-size: 0;
    overflow: hidden;
}

.span_gray {
    color: #2B71DE;
    font-size: 13px;
}

.span10 {
    margin-left: 10px;
}

/*****都要用到的*****/
#div_title {
    width: 1202px;
    height: 35px;
    border-left: 1px solid #EDEBEC;
    border-right: 1px solid #EDEBEC;
    border-top: 1px solid #EDEBEC;
    border-bottom: 1px solid #EDEBEC;
    /*background:url(../IMG/bg03.gif) repeat-x left top;*/
    margin-top: 8px;
}

#div_title_img {
    width: 60px;
    height: 30px;
    margin-left: 15px;
    float: left;
}

#div_path {
    width: 190px;
    height: 30px;
    float: right;
    margin-right: 15px;
    color: #2B71DE;
    line-height: 30px;
    text-align: right;
}

#div_nr {
    width: 1200px;
    margin-top: 10px;
}

#div_nr_left {
    width: 1200px;
    height: auto;
    /*border: 1px solid #C0C0C0;*/
    float: left;
}

#div_nr_right {
    width: 275px;
    height: auto;
    float: right;
}


.pcw-img-zjh[src="/Resources/IMG/header/kb.png"] {
	cursor:default;
}

a:has(.pcw-img-zjh[src="/Resources/IMG/header/kb.png"]) {
	cursor:default;
}