/* yui3 reset.css */

html {
  color: #333;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

input {
  outline: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */

body {
  font-size: 14px;
  color: #333;
  font-family: 'Microsoft YaHei';
}

select,
input,
button,
textarea {
  font: 99% Microsoft YaHei, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
  color: #333;
}

/* utilities */

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: '';
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.mr1 {
  margin-right: 1px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

::-webkit-input-placeholder
/* WebKit browsers */ {
  color: #999 !important;
}

:-moz-placeholder
/* Mozilla Firefox 4 to 18 */ {
  color: #999;
}

::-moz-placeholder
/* Mozilla Firefox 19+ */ {
  color: #999 !important;
}

:-ms-input-placeholder
/* Internet Explorer 10+ */ {
  color: #999 !important;
}

.placeholder
/* Internet Explorer 9- */ {
  color: #999 !important;
}

.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

/*#region 头部样式 */

.header {
  background-color: #fff;
}

.header-top {
  height: 97px;
}

.header-top > img,
.header-sj,
.header-search {
  float: left;
}

.header-top > img {
  cursor: pointer;
  margin: 19px 0px 20px 0px;
}

.header-sj {
  position: relative;
  height: 64px;
  padding: 33px 20px 0 23px;
  /* cursor: pointer; */
}

.city {
  float: left;
  font-size: 16px;
  width: 250px;
  text-align: right;
}

.arrow {
  float: left;
  margin: 9px 0 0 12px;
  width: 13px;
  height: 8px;
  background: url(images/arrowdown.png) no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
}

.header-sj:hover .city-around {
  display: block;
}

.header-sj:hover .arrow {
  background-image: url(images/arrowup.png);
}

.city-around {
  display: none;
  position: absolute;
  top: 84px;
  left: -320px;
  width: 1131px;
  padding: 15px 0px 18px 31px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  z-index: 10;
}

.city-around > img {
  position: absolute;
  top: -10px;
  left: 550px;
}

.header-search {
  margin-top: 28px;
  width: 400px;
}

.header-search #headsearchtxt,
.header-search #txtsearch {
  float: left;
  width: 315px;
  height: 37px;
  line-height: 37px;
  text-indent: 10px;
  font-size: 14px;
  color: #999;
  border: 1px solid #cacaca;
  outline: none;
}

.header-search #zwdtqwjs,
.header-search #searchbutton {
  float: left;
  width: 83px;
  height: 39px;
  margin-left: -1px;
  background: #f38401 url(images/icon_09.png) no-repeat;
  background-position: center;
  cursor: pointer;
}

.header-search > span:hover {
  background-color: #f36d01;
}

.header-user {
  float: right;
  margin-top: 11px;
}

.header-user > img {
  width: 43px;
  height: 43px;
  margin: 0px 24px 0px 27px;
  border-radius: 20px;
}

.header-user p {
  color: #b6b6b6;
}

.header-user > p a {
  text-align: center;
  float: left;
  display: block;
  width: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
}

.header-user .line {
  display: block;
  margin: 0 5px;
  float: left;
}

.header-user a:hover {
  color: #ce1e2c;
}

.header-user p a.active {
  color: #257ed7;
}

.header-user p a.activename {
  color: #257ed7;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  width: 42px;
}

.city-item {
  margin-top: 8px;
}

.city-item > span,
.city-item > ul,
.city-item > li {
  float: left;
}

.city-item > span {
  height: 25px;
  padding-top: 1px;
  font-size: 16px;
  font-weight: bold;
  color: #265fae;
}

.city-item > ul {
  margin-left: 12px;
}

.city-item > ul li {
  float: left;
  height: 26px;
  line-height: 26px;
  margin-right: 2px;
  font-size: 14px;
}

.city-item > ul li a {
  color: #333;
  padding: 0px 15px;
  display: block;
}

.city-around li:hover,
.city-around .active,
.city-around .current {
  background-color: #ffae00;
}

.city-around li:hover a,
.city-around .active a,
.city-around .current a {
  color: #fff;
}

/*#endregion */

/*#region 尾部样式 */

.footer {
  background-color: #2a2b2a;
}

.footerwrapper > p {
  float: left;
  line-height: 74px;
  color: #a2a3a2;
}

.footerwrapper span {
  margin: 0px 5px;
}

.footerwrapper a,
.footerwrapper span {
  font-size: 14px;
  color: #a2a3a2;
}

.footer-bq {
  margin: 0px 41px 0px 40px;
}

.img-cn {
  float: left;
  margin: 22px 39px 0px 160px;
}

.img-js {
  margin: 22px 0px 0px 0px;
}

/*headerbar*/

.headerbar {
  background-color: #257ed8;
}

.headerbar-list {
  padding-left: 30px;
}

.headerbar-list > li {
  float: left;
}

.headerbar-list > li > a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0px 40px;
  text-align: center;
  font-size: 17px;
  color: #fff;
}

.headerbar-list > li > a:hover,
.headerbar-list > li.active a {
  background-color: #0068b7;
}

.nav {
  height: 40px;
  width: 100%;
  line-height: 40px;
  color: #fff;
  font-size: 17px;
  background-color: #257ed7;
}

.nav li {
  float: left;
  width: 150px;
  text-align: center;
}

.nav li a {
  display: block;
  height: 100%;
  width: 100%;
  color: #fff;
}

.nav li a:hover,
.curr-nav {
  background-color: #0068b7;
}

/*当前所在位置*/

.position {
  height: 56px;
  line-height: 56px;
  color: #666;
  text-indent: 22px;
  background: url(images/position.png) left 20px no-repeat;
}

.position a {
  margin: 0 5px;
  color: #666;
}

.position a.curr-position {
  color: #cf1f1f;
}

.gray {
  background-color: #f8f8f8;
}

/* 个人空间通用页面导航 */

.menu {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 200px;
  background-color: #fff;
}

.menu .logo {
  display: block;
  margin: 2px auto;
  width: 196px;
  height: 80px;
}

.menu .menuname {
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  font-weight: bold;
  color: #257ed7;
  text-indent: 56px;
  background-color: #daebfb;
  border-left: 8px solid #257ed7;
}

.menu .menuname:hover {
  background-color: #bfe0fe;
}

.menu .link {
  display: block;
  text-indent: 64px;
  line-height: 32px;
}

.menu .link.active,
.menu .link:hover {
  font-weight: bold;
  color: #f58402;
}

.header {
  height: 97px;
}

/* 多出省略 */
.omit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ie禁用小眼睛等 */
input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

.toplength {
  height: 15px;
}

/* 审批公共样式 */
.approve-title {
  font-size: 26px;
  line-height: 83px;
  margin-left: 30px;
}

.approveheader {
  background-color: #fff;
}

/* 人才页尾 */

.footer-talent {
  margin-top: 30px;
}

.footer-talent .link li {
  float: left;
  width: 384px;
  height: 40px;
  position: relative;
  z-index: 100;
}

.footer-talent .link li + li {
  margin-left: 7px;
}

.footer-talent .link p {
  text-align: center;
  border: 1px solid #ddd;
  height: 40px;
  line-height: 38px;
  cursor: pointer;
  background: url(images/arrow-down.png) no-repeat 355px center;
}

.footer-talent .link a {
  border: 1px solid #ddd;
  border-top: none;
  height: 40px;
  text-align: center;
  line-height: 38px;
  display: none;
  background: #fff;
}

.footer-talent .link a:hover {
  background: #999;
}

.footer-talent .link p.active ~ a {
  display: block;
}

.footer-content {
  height: 236px;
  background: #2a2b2a;
  color: #fff;
  margin-top: 30px;
}

.footer-content .contact {
  float: left;
  width: 306px;
  height: 100%;
  padding-top: 35px;
  background: #333333;
  height: 236px;
  line-height: 48px;
  padding-left: 28px;
}

.footer-content .about {
  width: 480px;
  float: left;
  padding-left: 25px;
  padding-top: 35px;
  line-height: 38px;
}

.footer-content .about a {
  margin: 0 10px;
  color: #fff;
  font-weight: bold;
}

.footer-content .about a:first-child {
  margin-left: 0;
}

.footer-content .about img {
  vertical-align: middle;
}

.footer-content .imgs {
  float: right;
  padding-top: 78px;
}

.footer-content .imgs img {
  float: left;
  margin-left: 35px;
}
.footer-content .imgs a:first-child img {
  margin-left: 0;
}

.latest > p {
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  color: #333;
  margin-bottom: 8px;
}

.latestlist a {
  color: #666;
}

.latestlist > li > a:hover {
  color: #5ca9ea;
}
