@charset "UTF-8";
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

/* 设置默认字体 */
body,
button, input, select, textarea { /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none; }
a:hover { text-decoration: none; }

abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}

q:before, q:after { content: ''; }

/* 重置表单元素 */
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll;}
body {font-family: "微软雅黑"; background: #322c50; padding-top: 75px}
_html,_html body{background-image:url(about:blank);background-attachment:fixed}
.container-fluid {
    width: 100%;
    overflow: hidden;
}
.container {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    background: #FFF;
}
.votes {
    text-align: center;
    margin-top:20px;
}
.title {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.context-box {
    overflow: hidden;
    padding-top: 40px;
}
.box-title {
    position: relative;
    *height:76px;
}
.title-border {
    position: absolute;
    left: 0;
    bottom: 0;
}
.box-text {
    width: 168px;
    height: 38px;
    margin: 0 auto;
    background: #322c50;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 38px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-top: 35px;
}
.box-hint {
    padding: 0 40px;
    text-align: justify;
    line-height: 2;
    font-size: 16px;
    margin-top: 25px;
    color: #322c50;
}
.introduce-list {
    padding: 0 20px;
    overflow: hidden;
    margin-top: 10px;
}
.introduce-list li {
    float: left;
    width: 288px;
    height: 327px;
}
.introduce1 {
    background: url("../images/introduce1.jpg") no-repeat;
}
.introduce1 p {
    padding: 0 20px;
    text-align: justify;
    line-height: 1.5;
    font-size: 14px;
    margin-top: 185px;
    color: #FFF;
}
.introduce2 {
    background: url("../images/introduce2.jpg") no-repeat;
    margin-left: 45px;
}
.introduce2 p {
    padding: 0 20px;
    text-align: justify;
    line-height: 1.5;
    font-size: 14px;
    margin-top: 185px;
    color: #FFF;
}
.introduce-list .introduce3 {
    background: url("../images/introduce3.jpg") no-repeat;
    float: right;
}
.introduce3 p {
    padding: 0 20px;
    text-align: justify;
    line-height: 1.5;
    font-size: 14px;
    margin-top: 150px;
    color: #FFF;
}
.employee {
    display: block;
    margin: 40px auto;
}
.employee-title {
    text-align: center;
    font-size: 24px;
    color: #e39133;
    margin-top: 40px;
}
.column-title {
    width: 916px;
    height: 38px;
    border-radius: 8px;
    background: #e39133;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 38px;
    margin: 0 auto;
    margin-top: 20px;
}
.employee-list {
    width: 916px;
    padding: 0 20px;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
}
.bodies {

    float: left;
}
.bodies dt {
    font-size: 30px;
    color: #322c50;
    height: 68px;
    line-height: 68px;
    font-weight: bolder;
}
.bodies dt img {
    float: left;
    margin-right: 10px;
}
.bodies dd {
    margin-top: 10px;
    color: #e3931b;
    font-size: 16px;
    padding-left:50px;
}
.bodies dd img {
    float: left;
    margin-right: 10px;
}
.personal {
    float: left;
    margin-left: 160px;
    _margin-left: 0;
}
.personal dt {
    font-size: 30px;
    color: #322c50;
    height: 68px;
    line-height: 68px;
    font-weight: bolder;
}
.personal dt img {
    float: left;
    margin-right: 10px;
}
.personal dd {
    margin-top: 30px;
    color: #e3931b;
    font-size: 18px;
    padding-left:50px;
    font-weight: bolder;
}
.personal dd img {
    float: left;
    margin-right: 10px;
    margin-top: 4px;
}
.personal dd p {
   color: #322c50;
    font-weight: normal;
    font-size: 14px;
    margin-top: 20px;
}
.rules {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.material-list {
    width: 916px;
    overflow: hidden;
    margin: 0 auto;
}
.material-list li {
    width: 45%;
    margin-left: 20px;
    float: left;
    margin-bottom: 20px;
}
.material-list li .title {
    font-size: 16px;
    color: #322c50;
    font-weight: bolder;
    overflow: hidden;
    line-height: 21px;
}
.material-list li .hint {
    line-height: 1.4;
    font-size: 16px;
    text-align: justify;
    margin-top: 10px;
    padding-left: 30px;
}
.material-list li .title img{
    float: left;
    margin-right: 10px;
}
.name {
    display: inline-block;
    border: 1px solid #dad9e2;
    width: 214px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #322c50;
    font-size: 18px;
    float: left;
    margin-left: 88px;
}
.address {
    width: 940px;
    margin: 0 auto;
    border-bottom: 1px solid #f4f3f5;
    padding-bottom: 10px;
}
.center-img {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.meeting {
    width: 940px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 20px;
}
.day {
    width: 160px;
    height: 32px;
    margin: 0 auto;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    line-height: 32px;
    background: #e3931b;
    border-radius: 2px;
    margin-bottom: 40px;
}
.day span {
    font-weight: bolder;
}
.meeting-list {
    overflow: hidden;
    width: 50%;
    float: left;
    border-right: 1px solid #eae9ed;
}
.meeting-list li {
    font-size: 16px;
    color: #322c50;
    font-weight: bolder;
}
.time {
    display: inline-block;
    font-size: 18px;
    color: #e39133;
    margin-right: 10px;
    font-weight: normal;
}
.meeting-text {
    margin-top: 20px;
    color: #322c50;
    font-size: 16px;
    padding-left: 82px;
    font-weight: normal;
}
.meeting-text span {
    padding: 5px 10px;
    background: #a1a1a1;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    margin-right: 10px;
}
.meeting-guest {
    margin-top: 20px;
    color: #322c50;
    font-size: 16px;
    padding-left: 82px;
    margin-bottom: 40px;
    font-weight: normal;
}
.meeting-guest .guest {
    padding: 5px 10px;
    background: #a1a1a1;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    margin-right: 10px;
}
.meeting-guest b {
    margin-right: 10px;
}


.meeting-list2 {
    overflow: hidden;
    width: 40%;
    float: left;
    padding-left: 30px;
}
.meeting-list2 li {
    font-size: 16px;
    color: #322c50;
    font-weight: bolder;
}
.meeting-text2 {
    margin-top: 20px;
    color: #322c50;
    font-size: 16px;
    padding-left: 143px;
    font-weight: normal;
}
.meeting-text2 span {
    padding: 5px 10px;
    background: #a1a1a1;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    margin-right: 10px;
}
.meeting-guest2 {
    margin-top: 20px;
    color: #322c50;
    font-size: 16px;
    padding-left:53px;
    margin-bottom: 24px;
    font-weight: normal;
}
.meeting-guest2 .guest {
    padding: 5px 10px;
    background: #a1a1a1;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    margin-right: 10px;
}
.meeting-guest2 b {
    margin-right: 10px;
}
.news-list {
    overflow: hidden;
    float: left;
    width: 45%;
}
.news-list li {
    padding: 15px 0;
    border-bottom: 1px dashed #dddddd;
    overflow: hidden;
}
.news-list li span {
    display: block;
    width: 4px;
    height: 4px;
    background: #e3931b;
    float: left;
    margin-top: 6px;
}
.news-list li a {
    display: block;
    float: left;
    margin-left: 5px;
    font-size: 16px;
    color:#322c50;
}
.news-box {
    padding: 0 40px;
    overflow: hidden;
    margin-top: 40px;
}
.news-list2 {
    overflow: hidden;
    float: right;
    width: 45%;
}
.news-list2 li {
    padding: 15px 0;
    border-bottom: 1px dashed #dddddd;
    overflow: hidden;
}
.news-list2 li span {
    display: block;
    width: 4px;
    height: 4px;
    background: #e3931b;
    float: left;
    margin-top: 6px;
}
.news-list2 li a {
    display: block;
    float: left;
    margin-left: 5px;
    font-size: 16px;
    color:#322c50;
}
.footer {
    margin-top: 40px;
    border-top: 2px solid #cfcdd6;
    padding: 20px 40px;
}
.footer-dl {
    width: 33%;
    float: left;
}
.footer-dl dt {
    font-size: 24px;
}
.footer-dl dt img {
    float: left;
    margin-top: 3px;
    margin-right: 10px;
}
.footer-dl dd {
    margin-top: 20px;
    padding-left: 30px;
}
.footer-dl span {
    display: block;
    width: 170px;
    height: 30px;
    border-radius: 8px;
    border: 1px solid #c3c1cc;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}
.top_bar {
    width: 100%;
    height: 75px;
    border-bottom:1px solid #e69a42;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
_position:absolute; _bottom:auto; _top:expression(eval(document.documentElement.scrollTop));
}
.top_bar ul {
    width: 1000px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
}
.top_bar ul li {
    float: left;

    text-align: center;
    line-height: 75px;
    font-size: 18px;

    margin-left: 50px;
}
.top_bar ul li a {
    color:#e69a42 ;
    height: 73px;
    width: 85px;
    display: block;
}
.top_bar ul li.active {
    border-bottom: 2px solid #e69a42;
}