﻿@charset "UTF-8";
/*
    Css for PEL,    ver 1.0
    CopyRight By Dongyi Network Technology CO.,Ltd Design Center

    本网站通用布局
*/
/* Css Reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    vertical-align: top;
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
    font-weight: normal;
    font-style: normal;
}
ol,
ul,
li {
    list-style: none;
}
div,
dl,
dt,
dd,
ol,
ul,
li {
    zoom: 1;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before,
q:after {
    content: '';
}
abbr,
acronym {
    border: 0;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 16px;
    line-height: 1.8;
    font-family: SimSun,"Microsoft YaHei",  Arial, Helvetica, Tahoma, sans-serif;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
time {
    margin: 0;
    padding: 0;
    display: block;
    zoom: 1;
}
/* Public */
body {
    color: #333;
    font-size: 14px;
    line-height: 30px;
    font-family: SimSun,  "Microsoft YaHei",Arial, Helvetica, Tahoma, sans-serif;
    text-align: center;
    -webkit-text-size-adjust: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #E20500;
    text-decoration: underline;
}
.clearbox {
    border: none;
    border-top: 1px solid transparent !important;
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin-top: -1px !important;
    visibility: hidden;
}
.blank {
    display: block;
    height: 10px;
    font-size: 0px;
    line-height: 0;
    overflow: hidden;
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearfix {
    height: 1%;
}
* + html .clearfix {
    min-height: 1%;
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.hide {
    display: none;
}
input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
/* frame */
html {
    background: #eef9ff;
}
body {
    text-align: center;
    background: url(../img/body-bg.jpg) center 0 no-repeat;
    min-width: 1012px;
}
.siteWidth {
    position: relative;
    max-width: 1012px;
    _width: 1012px;
    margin: 0 auto;
    padding: 0 1%;
}
#header {
    height: 254px;
    text-align: left;
    margin: 0 auto;
    width: 1012px;
    position:  relative;
}



#content {
    background: #fff;
    max-width: 1012px;
    _width: 1012px;
    position: relative;
    z-index: 1;
    text-align: left; margin: 0 auto; padding: 10px 0; overflow: hidden;
}
#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#header .letterList .ico {
    width: 24px
}
#header .letterList .dep {
    display: none
}
#header .letterList .state {
    width: 60px;
}
#header .letterList .date {
    display: none;
}
.headerTop {
    height: 28px;
    position: relative; font-size: 12px;
    z-index: 1; background: url(../img/topbg.gif) repeat-x; width: 100%; z-index: 2;
}
.headerTop .links span.Coll { float: left; line-height: 14px; padding-top: 7px;}
.headerTop .links span.Coll a { padding: 0 10px; float: left; border-right: 1px solid #999;}
.top-date { padding-left: 10px; float: left; }
.headerTop .links {
    position: absolute;
    top: 0px;
    right: 1%;
    color: #0976e0;
    font-size: 12px;
    z-index: 9;
}
.headerTop .phone {
    color: #0976e0;
    position: relative;
    float: left;
}
.headerTop .phone dt {
    float: left;
    height: 14px;
    line-height: 14px;
    position: relative; 
    z-index: 11; padding: 7px 0; cursor: pointer; color: #333;
}
.headerTop .phone dt a {border-right: 1px solid #999; padding: 0 10px; display: block; height: 14px; }
.headerTop .phone dd {
    clear: both;
    display: none;
    padding: 7px;
    background: #fff;
    position: absolute;
    right: 50%;
    top: 34px;
    margin-right: -54px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.headerTop .phone dd img {
    width: 100px;
    height: 100px;
}
.headerTop .phone dd i {
    z-index: 8;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -3px;
    border-width: 5px;
    border-color: transparent;
    border-style: dashed;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}
.headerTop .phone.on dd {
    display: block;
}




/* 站群导航 S */
#siteLast {position: relative;float: left;}
#siteLast dt{padding: 7px 10px; line-height: 13px; cursor: pointer; color:#333;} 
#siteLast.on dt {background-color: #fff; border: 1px solid #6E99B9; margin: -1px; border-bottom: 0; height: 18px;}
#siteLast dd{ display:none; padding:10px; color:#333; font-size:12px;}
#siteLast dd a{ margin:0; color:#333;}
#siteLast dd h3{ text-align:left; margin:0 10px; position:relative; font-size:14px; font-weight:bold; line-height:34px; display:block; overflow:hidden; }
#siteLast dd h3 span{float:left; height:34px; line-height:34px; padding:0 15px 0 0; background:#fff; position:relative; z-index:2; color:#222}
#siteLast dd h3 i{ content:""; display:block; height:1px; line-height:0; font-size:0; background:#ccc; top:16px; right:0; width:100%; position:absolute; z-index:1;}
#siteLast dd ul{ overflow:hidden; padding: 0 0 0 10px;}
#siteLast dd li{ float:left; width: 20%; text-align:left; overflow:hidden; height: 24px; line-height: 24px;}
#siteLast dd li a{}
#siteLast dd li a:hover{ color:#222;}
#siteLast li a{ cursor:pointer;}
#siteLast.on dd{display:block;position:absolute;right:-1px;top: 28px;width: 900px;padding-bottom:10px;background:#fff;-webkit-box-shadow:0px 4px 8px rgba(0, 0, 0, .3);-moz-box-shadow:0px 4px 8px rgba(0, 0, 0, .3);box-shadow:0px 4px 8px rgba(0, 0, 0, .3);border: 1px solid #ccc;}
/* 站群导航 E */



/* 搜索框 */
.siteSearchBar {/* background-color: #ebfbfc; */height: 30px;/* width: 100%; */position:  absolute;top: 0;left: 600px;z-index: 3;}
.s-form {/* float: right; */width: 255px;height: 22px;padding-top: 4px;padding-right: 15px;}
.s-form .input-box { float: left ; width: 170px; height: 22px; background: url(../img/searchthem.jpg) no-repeat; padding: 0 10px 0 20px; line-height: 22px;}
.s-form .input-box input { width: 170px; border: none; background: none; height: 22px; line-height: 22px; padding: 0; margin: 0; float: left; }
.s-form .btn-box { float: right; }
.s-form .btn-box input { float: right; width: 48px; height: 22px; background: url(../img/search.gif) no-repeat; overflow: hidden; border: none; outline: none; ;line-height: 100px;}
.s-form .btn-box input:active {
    background-color: #c00;
}
.s-form .link-box {
    text-align: center;
    font-size: 14px;
}
.s-form .select-box {
    float: left;
    width: 100px;
    height: 38px;
    border: none;
    background: #fff;
    border: 1px solid #ccc;
    border-right: none;
    position: relative; display: none;
}
.s-form .select-box ul {
    position: absolute;
    background: #f7f7f7;
    border-top: 0;
    line-height: 1.8;
    display: none;
    left: -1px;
    top: 39px;
    border: 1px solid #ccc;
    border-top: 0;
    width: 301px;
    padding: 5px 10px;
}
.s-form .select-box ul li {
    cursor: pointer;
    padding: 4px 5px;
    font-size: 14px;
    float: left;
    width: 90px;
    text-align: left;
}
.s-form .select-box ul li:hover {
    color: #E20500;
    background: #f1f1f1;
}
.s-form .select-box .s-option {
    display: inline-block;
    position: absolute;
    top: 0;
    height: 38px;
    line-height: 38px;
    width: 80px;
    text-align: center;
}
.s-form .select-box a:hover {
    text-decoration: none;
}
.s-form .select-box .arrow-dn {
    display: inline-block;
    top: 16px;
    height: 0;
    width: 0;
    font-size: 0;
    overflow: hidden;
    border: 5px solid transparent;
    border-color: #666 transparent transparent;
    position: absolute;
    right: 10px;
    top: 18px;
    transition: -webkit-transform .1s ease-in-out;
    transform: translate3d(0, 0, 999px);
    backface-visibility: visible;
    -webkit-transition: -webkit-transform .1s ease-in-out;
    -webkit-transform: translate3d(0, 0, 999px);
    -webkit-backface-visibility: visible;
    -moz-transition: -moz-transform .2s ease-in-out;
    -moz-transform: translate3d(0, 0, 999px);
    -moz-backface-visibility: visible;
}
.s-form .select-box .arrow-hover {
    border-color: transparent transparent #666 transparent;
    top: 11px;
}
/* logo */
.logo-box { height: 190px; width: 100%; background: url(../img/head-bg.jpg) no-repeat; }
#logo { padding: 45px 0 0 70px; }
#logo img {max-width: 100%;}

/* 主导航 */
.topNav { width: 100%; background: url(../img/nav.jpg) no-repeat; height: 36px; }
.mainNav{position:relative;height:36px;line-height:36px;padding-left: 5px;}
.mainNav li.spe{float:left;color: #fff;line-height: 36px;font-weight: normal; width: 8px;overflow:  hidden; text-align:center;}
.mainNav li.spe:last-child { display: none;}
.mainNav .li1{float:left;position:relative;width: 104px;}
.mainNav .a1{width:100%; text-align:center;display:inline-block; color:#fff; font-size:14px; font-weight:bold;}
.mainNav .a1:hover{color:white;}
.mainNav .ul1{ position:absolute;top:36px; left:0px; height:auto; width: 102px; background:#dbf4ff; border:1px solid #97d0ee;border-top:none;line-height:30px; display:none; overflow:hidden; zoom:1;z-index:100  }
.mainNav .on1 .a1{text-decoration:none;background:url(../img/navon.jpg) no-repeat;  }
.mainNav .li2{ border-bottom: 1px dotted #88c7eb; text-align: center;}
.mainNav .li2 .a2 { padding:0 4px;height:30px;line-height:30px; font-size:12px; display: block; }
.mainNav .li2 .a2:hover { background-color: #eaf9fb; color: #06c; }
/* 主栏 和 侧栏 */
.mainContent { overflow: hidden; }
.side { float: right; width: 262px; margin-left: 18px; }
/* 位置导航 */
.path {
    color: #666;
    line-height: 20px;
    text-align: left;
    font-size: 12px;
}
.path a,
.path span {
    padding: 0 3px;
    color: #666;
}

/*footer*/
#footer {
    position: relative;
    text-align: center;
    width: 1012px; margin: 0 auto; background:#effaff url(../img/foot-bg.png) repeat-x; min-height: 130px; font-size: 12px;
}
#footer .footNav {
    padding-bottom: 10px; color: #fff;
}
#footer .footNav a {
    margin: 0 10px;
    display: inline; color: #fff;
}
#footer .copyRight { line-height: 24px; }
#footer .copyRight a {
    text-decoration: underline;
}
#footer .pics {
    position: absolute;
    right: 0;
    top: 10px;
}
#footer .pics img {
    height: 50px;
}
#footer #imgConac {
    height: 70px;
    margin-top: -10px;
}

/* 学校地图 */
.siteul { padding: 10px 15px;  overflow-y: scroll; }
.siteul li.topli { font-weight: bold; }
.siteul li.siteli { font-size: 12px; line-height: 24px; padding: 3px 0 3px 12px; background: url(../img/dot.png) no-repeat left center;}


/* box-block */
.box-block .hd { height: 31px; padding: 4px 10px 0; }
.box-block .hd h3 { font-size: 14px; font-weight: bold; color: #fff; float: left; width: 90px; text-align: center; line-height: 30px; background: url(../img/on.jpg) no-repeat; }
.box-block .bd ul { padding: 0 10px; }

/* box-default */
.box-default { border: 1px solid #cde9f1; background: url(../img/box-bg.jpg) no-repeat;  }
.box-default .hd { height: 31px; padding: 0 10px; overflow: hidden; border-right: 1px solid #fff; }
.box-default .hd h3 { float: left; background: url(../img/li-on.jpg) no-repeat; width: 81px; height: 31px; text-align: center; line-height: 36px; overflow: hidden;}
.box-default .hd h3 a { color: #005fbb; font-weight: bold; }
.box-default .hd a.more { float: right; color: #fff; }
.box-default .hd li { float: left;  width: 81px; height: 31px; text-align: center; line-height: 36px; overflow: hidden; margin-right: 6px;}
.box-default .hd li a {color: #fff; font-weight: bold;}
.box-default .hd li.on {background: url(../img/li-on.jpg) no-repeat; }
.box-default .hd li.on a { color: #005fbb; }
.box-default .bd { clear: both; }
.box-default .bd ul { padding: 10px; }



/* infoListA */
.infoListA li {
    padding: 0 0 10px 12px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    line-height: 1.5;
    background: url(../img/icons.png) 0 -387px no-repeat;
    position: relative;
}
.infoListA .date {
    color: #999;
    float: right;
}
.infoListA .last {
    border-bottom: 0
}
/* 信件列表 */
.letterList {
    width: 100%;
    border: none;
}
.letterList th,
.letterList td {
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    line-height: 26px;
    padding: 5px 5px
}
.letterList th {
    background: #eff4f7;
}
.letterList th {
    color: #1a72bd;
    height: 35px;
    line-height: 35px;
    padding: 0px;
    border-bottom: 1px solid #becedc;
}
.letterList th.title {
    text-align: left;
    padding-left: 38px;
}
.letterList .even td {
    background: #f4f4f2;
}
.letterList .num {
    display: none;
}
.letterList td.title {
    text-align: left;
    padding-left: 5px;
    white-space: normal;
    word-break: break-all;
}
.letterList .ico {
    width: 30px;
    text-align: center;
    vertical-align: middle;
    padding: 0px
}
.letterList .ico img {
    vertical-align: middle;
}
.letterList .dep {
    width: 90px;
}
.letterList .state {
    width: 90px;
}
.letterList .open,
.letterList .handle {
    display: none;
}
.letterList .state .s0 {
    color: #333;
}
.letterList .state .s1 {
    color: #f70;
}
.letterList .state .s2 {
    color: #f00;
}
.letterList .state .s3 {
    color: #390;
}
.letterList .state .s4 {
    color: #333;
    text-decoration: line-through;
}
.letterList .date {
    border-right: none;
    width: 90px;
}
.letterList td.date {
    color: #999999
}
/* detailTable */
.detailTable {
    margin-bottom: 10px;
    background: #fff;
    width: 100%;
}
.detailTable,
.detailTable tr,
.detailTable tr td {
    border: 1px solid #e6e6e6;
    border-collapse: collapse;
}

.detailTable thead th {
    background: #f7f7f7;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-color: #f7f7f7; font-weight: bold;
}
.detailTable tbody td {
    padding: 10px 15px;
}
.detailTable tbody td.tdName {
    font-weight: bold;
    background: #f7f7f7;
    text-align: center;
    width: 20%;
    font-size: 14px;
}
.detailTable .trTitle .tdCon {
    font-weight: bold;
    white-space: normal;
    word-break: break-all;
}
.detailTable .trName td:nth-child(2),
.detailTable .trUnit td:nth-child(2) {
    width: 160px
}
.detailTable .trName td:nth-child(3),
.detailTable .trUnit td:nth-child(3) {
    width: 160px
}
.detailTable .preDiv {
    width: 670px;
    overflow: auto;
}
.detailTable .preDiv pre {
    font-size: 14px;
    font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
/* mainBox */
.mainBox .mHd {
    position: relative;
    border-bottom: 1px solid #E1E1E1;
    background: #F9F9F9;
    line-height: 45px;
    height: 48px;
    margin-bottom: 20px;
}
.mainBox .mHd .list {
    overflow: hidden;
}
.mainBox .mHd .list li {
    float: left;
    padding: 0 4%;
}
.mainBox .mHd .list a {
    font-size: 20px;
    color: #888;
}
.mainBox .mHd .list a:hover {
    text-decoration: none
}
.mainBox .mHd .list .on a {
    color: #0976e0
}
.mainBox .mHd h3,
.mainBox .mHd .list .on {
    position: relative;
    font-weight: bold;
    border: 1px solid #E1E1E1;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 4%;
    height: 47px;
    border-top: 2px solid #0976e0;
    color: #0976e0;
    border-bottom: 0;
    font-size: 20px;
    background: #F9F9F9;
    bottom: -1px;
}
.mainBox .mHd h3 a {
    color: #0976e0
}
.column {
    margin-bottom: 20px;
    overflow: hidden;
}
/* 热点专题 */
.indRdzt {
    overflow: hidden;
    zoom: 1;
}
.indRdzt ul {
    margin-right: -20px;
    overflow: hidden;
}
.indRdzt li {
    float: left;
    margin-right: 15px;
    width: 254px;
}
.indRdzt li a {
    display: block;
}
.indRdzt li img {
    width: 100%;
    height: 66px;
}
.indRdzt .tit {
    display: block;
    font-size: 14px;
    text-align: center;
    height: 25px;
    overflow: hidden;
}
/* 友情链接 */
.friendLinks { border: 1px solid #d0eef5; clear: both; margin-top: 10px;  padding: 10px 0;}
.friendLinks .con {overflow: hidden; clear: both; }
.friendLinks select {
    padding: 6px;
    float: left;
    width: 18.4%;
    *width: 18.2%;
    *display: inline;
    margin-left: 1.4%;
    *margin: 6px 0 6px 1.3%;
    border: 1px solid #ccc;
}

.friend-pic { height: 44px; margin-bottom: 10px; }
.friend-pic ul { padding-left: 7px; }
.friend-pic li { float: left; margin-right: 5px;  height: 42px; border: 1px solid #ccc; width: 136px;}
.friend-pic li img {width: 136px;height: 42px;font-size:  12px;overflow: hidden;line-height: 18px;}
.friend-pic li .title { display: none; }

/* 侧栏-栏目内搜索 */
#sideSearch .bd li {
    padding: 0 0 10px 0;
    overflow: hidden;
}
#sideSearch .nodes,
#sideSearch input,
#sideSearch button {
    height: 32px;
    line-height: 32px;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 14px;
    font-family: "microsoft yahei";
    outline: none
}
#sideSearch .keyword {
    width: 60%;
    padding: 0 5px;
}
#sideSearch button {
    line-height: 28px;
    width: 32%;
    float: right;
    background: #0976e0;
    border-color: #0976e0;
    color: #fff;
}
/*验证码*/
div.codeinp input[type="text"] {
    width: 100px !important;
    float: left;
    margin-right: 10px;
    line-height: 26px;
}
/* 通用底部按钮 */
.bot {
    text-align: center;
    padding: 0 0 20px 0;
}
.bot a,
.bot button {
    cursor: pointer;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0 5%;
    font-size: 16px;
    background: #0976e0;
    border: 0;
    color: #fff;
    margin: 0 2%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.bot a:hover,
.bot button:hover {
    text-decoration: none;
    background: #077BD4;
}
/* 依申请、信访、咨询等通用 查询页样色 */
.queryForm {
    background: #fff;
    padding: 3% 0;
    width: 80%;
    margin: 30px auto;
    border: 1px solid #e2e2e2;
    font-size: 16px;
}
.queryForm td {
    padding: 8px 0
}
.queryForm .tdlab {
    width: 40%;
    text-align: right;
}
.queryForm input[type="text"] {
    border: 1px solid #ccc;
    width: 56%;
    height: 30px;
}
.queryForm input[type="text"]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
}
.queryForm .bot {
    text-align: left;
}
.queryForm .bot a {
    margin: 0;
}
.queryForm .required strong {
    color: #f00;
    margin-right: 5px;
}
.queryForm .errorMessage {
    color: #f00;
}
.queryForm table {
    width: 100%;
    border: 0;
}
/* 依申请、信访、咨询等通用 查询结果页样色 */
.queryResult {
    width: 80%;
    margin: 30px auto;
}
.queryResult .mainBox {
    margin-bottom: 50px;
}
.queryResult .tit h3 {
    text-align: center;
    font-size: 38px;
    line-height: 2;
    margin-bottom: 30px;
}
.queryResult .tips {
    text-align: center;
    font-size: 16px;
    margin-bottom: 50px;
    border-top: 1px solid #ddd;
    padding: 50px 0 20px 0;
}
.queryResult .number {
    font-weight: bold;
    color: #f00
}

/* 问卷调查列表 */
.surveyCommonList { padding-top: 20px; }

/* 标记分类 */
.filter-row{background-color: rgba(65,110,180, 0.05);}
.filter-row .choose-item a:hover,
.filter-row .filter-key{color:#416eb4; }
.filter-result .filter-criteria-item:hover,
.filter-row .filter-ext-more:hover,
.filter-row .filter-ext-multiple:hover{color:#416eb4; border-color:#416eb4}
.filter-result .filter-criteria-item{border-color:rgba(65,110,180, 0.2);background-color: rgba(65,110,180, 0.03); }
.filter-result .filter-criteria-item:hover i{background-color:#416eb4}


/*--
颜色代码
#0976e0 深蓝色标题
#ddd 淡蓝色边框
--*/