@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 0; }

ul, li {
  list-style: none; }

a {
  text-decoration: none;
  outline: none;
  color: #000; }

table {
  border-collapse: collapse; }

td, th {
  padding: 5px 10px;
  border: 1px solid #DDD; }

html, body {
  width: 100%;
  height: 100%;
  font-family: PingFangSC, "Microsoft YaHei", arial, "宋体", sans-serif, tahoma; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1;
  /*IE/7/6*/ }

.publicList {
  position: relative; }
  .publicList .plul {
    width: 100%; }
    .publicList .plul li {
      width: 100%;
      text-align: left;
      padding: 10px 0;
      cursor: pointer;
      line-height: 20px; }
      .publicList .plul li span {
        display: inline-block;
        vertical-align: middle;
        letter-spacing: 2px;
        color: #909090; }
      .publicList .plul li .index {
        width: 4px;
        height: 4px;
        border: 1px solid #909090;
        margin-right: 24px; }
      .publicList .plul li .date {
        float: right;
        text-align: right;
        margin-right: 0;
        font-size: 12px; }
      .publicList .plul li .words {
        font-size: 13px;
        width: 600px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .publicList .plul li:hover span {
        color: #008BFF; }
      .publicList .plul li:hover .index {
        background-color: #008BFF;
        border: 1px solid #008BFF; }
  .publicList .pd {
    margin-top: 30px; }

.detailList {
  width: 100%;
  padding: 25px 15px;
  position: relative; }
  .detailList p {
    width: 100%;
    color: #494949; }
  .detailList .dtitle {
    text-align: center;
    font-size: 20px; }
  .detailList .dtime {
    margin-top: 10px;
    text-align: right;
    font-size: 14px; }
  .detailList .dmain {
    margin-top: 20px;
    text-align: justify;
    font-size: 14px;
    color: #494949;
    word-wrap: break-word; }
    .detailList .dmain * {
      font-size: 14px; }

.mb {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0%;
  left: 0%;
  background-color: #000; }

.txtoverflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#mainContainer {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  background-color: #F8F8F8;
  padding-top: 110px;
  padding-bottom: 50px;
  position: relative; }

.pageTop {
  width: 1020px;
  height: 70px;
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 90px; }
  .pageTop .topBar {
    width: 100%;
    height: 100%;
    padding: 10px 34px;
    position: relative; }
    .pageTop .topBar .whitebg {
      width: 100%;
      height: 100%;
      background-color: #fff;
      opacity: 0.9;
      filter: alpha(opacity=90);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .pageTop .topBar .topDiv {
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 2; }
    .pageTop .topBar .logoDiv {
      display: inline-block;
      vertical-align: middle;
      margin-top: -10px; }
      .pageTop .topBar .logoDiv img {
        height: 70px;
        width: auto; }
    .pageTop .topBar .typeImg {
      display: inline-block;
      vertical-align: middle;
      width: 60px; }
    .pageTop .topBar .menu {
      float: right; }
      .pageTop .topBar .menu li {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        height: 50px;
        line-height: 50px;
        padding: 0 18px;
        color: #878787;
        font-size: 14px; }
        .pageTop .topBar .menu li:hover, .pageTop .topBar .menu li.clicked {
          color: #383838; }
          .pageTop .topBar .menu li:hover a, .pageTop .topBar .menu li.clicked a {
            color: #383838; }
      .pageTop .topBar .menu a {
        font-size: 14px;
        display: inline-block;
        color: #878787; }
      .pageTop .topBar .menu .hoverli img {
        position: absolute;
        top: 100%;
        left: 0%;
        display: none; }
      .pageTop .topBar .menu .hoverli:hover img {
        display: block; }
    .topBar .menu .dropli {
        padding-right: 16px;
        background: url('../images/downArrow.png') no-repeat right center;
    }
    .topBar .menu .dropli .dropBox {
        min-width: 130px;
        background-color: rgba(255,255,255,0.9);
        position: absolute;
        top: 100%;
        line-height: 36px;
        left: 0%;
        display: none; }
    .topBar .menu .dropli:hover .dropBox {
        display: inline-block; }
    .topBar .menu .dropli .dropBox a{
        width: 100%;
        text-align: center;
        font-size: 14px;
        border-top: 1px solid #ccc;
    }
    .topBar .menu .dropli .dropBox a:first-child {
        border-top: none;
    }
    .topBar .menu .dropli .dropBox a:hover{
        color: #009bdd;
    }
    .pageTop .topBar .loginBtn {
      float: right;
      margin-left: 20px;
      margin-top: 8px;
      width: 94px;
      height: 32px;
      text-align: center;
      line-height: 32px;
      color: #fff;
      font-size: 14px;
      background-color: #828282;
      cursor: pointer; }

#pageContent {
  width: 1020px;
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 1; }
  #pageContent .pageC {
    width: 100%;
    padding: 0 85px 20px 85px; }

.pageTitle {
  width: 100%;
  height: 64px;
  padding-left: 20px;
  position: relative;
  border-bottom: 2px solid #AC0000; }
  .pageTitle .titleName {
    font-size: 14px;
    color: #494949;
    margin-top: 38px;
    display: inline-block; }
    .pageTitle .titleName:hover {
      color: #4285D4; }
  .pageTitle .tag {
    font-size: 12px;
    color: #383838;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 18px; }
    .pageTitle .tag a {
      display: inline-block;
      font-size: 12px; }

#centerContent {
  width: 100%; }

#loginArea {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 33; }
  #loginArea .mb {
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50); }

.wrapper {
  z-index: 3;
  width: 302px;
  padding: 45px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff; }
  .wrapper p {
    width: 100%;
    margin-bottom: 10px;
    position: relative; }
    .wrapper p:first-child {
      margin-top: 0; }
    .wrapper p input[type="text"], .wrapper p input[type="password"] {
      padding: 8px 10px;
      border: 1px solid #D8D8D8;
      margin: 0 !important;
      font-size: 14px;
      color: #AFAFAF; }
      .wrapper p input[type="text"]:focus, .wrapper p input[type="password"]:focus {
        border-color: #ccc; }
    .wrapper p .ifrl, .wrapper p #ifRemember {
      display: inline-block;
      vertical-align: middle; }
    .wrapper p .ifrl {
      color: #AFAFAF;
      font-size: 12px; }
    .wrapper p #ifRemember {
      margin-left: 12px; }
    .wrapper p #userName, .wrapper p #userPwd, .wrapper p #submitBtn {
      width: 100%;
      display: block; }
    .wrapper p #submitBtn {
      display: block;
      margin-top: 10px;
      height: 45px;
      font-size: 14px;
      cursor: pointer;
      color: #474747;
      background-color: #D8D8D8;
      border: 0; }
      .wrapper p #submitBtn:hover {
        background-color: #ccc; }
    .wrapper p .alertForIE {
      font-size: 14px;
      color: #ddd;
      position: absolute;
      top: 14px;
      left: 37px;
      display: none;
      display: block\9; }
      .wrapper p .alertForIE.dn {
        display: none\9; }
  .wrapper .close {
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    display: inline-block;
    z-index: 3; }
  .wrapper #lblLoginMessage {
    color: red;
    font-size: 12px;
    margin-top: 14px;
    margin-left: 12px; }
    
.certifyBox{
    width: 100%;
    margin-bottom: 10px;
}
.certifyBox.dnc{
    display: none;
}
.certifyBox input{
    border: 1px solid #D8D8D8;
    font-size: 14px;
    color: #AFAFAF;
    width: 120px;
    padding: 8px 10px;
}
.certifyBox input, .vcodeBox, .vcodeBox img, .changeCode{
    display: inline-block;
    vertical-align: middle;
}
.vcodeBox{
    float: right;
}
.vcodeBox img{
    height: 32px;
    width: auto;
}
.changeCode{
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
    color: #ababab;
    margin-left: 10px;
    user-select: none;
}
#resetPwd{
    color: #8594C4;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#footer {
  width: 1020px;
  position: absolute;
  bottom: 0;
  left: 90px;
  height: 40px;
  line-height: 40px;
  background-color: #fff; }
  #footer .copyRight {
    width: 100%;
    color: #909090;
    text-align: center;
    letter-spacing: 2px;
    margin-left: -2px;
    font-size: 12px; }
    #footer .copyRight span {
      margin-right: 8px; }
    #footer .copyRight span, #footer .copyRight a, #footer .copyRight p {
      font-size: 12px;
      color: #909090;
      display: inline-block; }
    #footer .copyRight a img {
      margin-bottom: -6px; }

/*# sourceMappingURL=newAnnouncement.css.map */
