@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; }

input {
  outline: none; }

html, body {
  width: 100%;
  font-family: "Microsoft YaHei", arial, "宋体", sans-serif, tahoma;
  color: #000; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1;
  /*IE/7/6*/ }

.mainContainer {
  width: 100%;
  min-width: 1250px; }

.topBar {
  width: 100%; }
  .topBar .topDiv {
    background: url(../imagesNew/headNYSFXY.jpg) no-repeat;
    width: 1250px;
    height: 139px;
    margin: 0 auto;
    text-align: center;
    position: relative; }
  .topBar .flash {
    display: inline-block;
    position: absolute;
    top: 50px;
    left: 43%; }
  .topBar .loginBtn {
    position: absolute;
    bottom: 30px;
    right: 20px;
    padding: 6px 24px;
    font-size: 14px;
    cursor: pointer;
    float: right;
    color: #fff;
    font-weight: bold;
    background-color: #AE1C1C;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
    .topBar .loginBtn:hover {
      background-color: #a21313; }

.menuBar {
  width: 100%;
  background-color: #AE1C1C; }
  .menuBar .menu {
    width: 1250px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    position: relative; }
    .menuBar .menu li {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      font-size: 0; }
      .menuBar .menu li:hover a {
        background-color: #fff;
        color: #AE1C1C !important; }
    .menuBar .menu li.fir {
      background-image: none; }
    .menuBar .menu a {
      height: 50px;
      line-height: 50px;
      display: inline-block;
      color: #fff !important;
      font-size: 16px;
      font-weight: 800;
      cursor: pointer;
      padding: 0 30px; }
  .menuBar .appImg {
    width: 240px;
    position: absolute;
    top: 100%;
    left: 0%;
    display: none;
    z-index: 99; }

.bannerPic {
  width: 1250px;
  height: 460px;
  margin-bottom: 10px;
  clear: both;
  margin: auto;
  position: relative; }
  .bannerPic .focusPic {
    width: 100%;
    height: 100%;
    position: relative; }
    .bannerPic .focusPic li {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background-repeat: no-repeat; }
    .bannerPic .focusPic .fli0 {
      background-image: url(../imagesNew/banner1NYSFXY.jpg); }
    .bannerPic .focusPic .fli1 {
      background-image: url(../imagesNew/banner2NYSFXY.jpg); }
    .bannerPic .focusPic .fli2 {
      background-image: url(../imagesNew/banner3NYSFXY.jpg); }

#colArea {
  width: 1250px;
  background-color: #FFF;
  margin: 0 auto; }

.column {
  width: 100%;
  margin-top: 5px;
  border: 2px solid #E6E6E6; }
  .column .title {
    width: 100%;
    padding: 5px 10px; }
    .column .title .columnTitle {
      font-size: 20px;
      color: #920100;
      font-weight: bold; }
    .column .title .more {
      font-size: 14px;
      float: right;
      margin-top: 2px;
      cursor: pointer; }
  .column .contentArea {
    width: 100%;
    padding: 10px; }

.containColumn {
  width: 100%; }
  .containColumn .column {
    display: inline-block;
    vertical-align: top; }

#introPart {
  width: 395px;
  min-height: 200px;
  float: left; }

#announcePart {
  width: 850px;
  float: right;
  min-height: 200px; }

.major {
  padding-bottom: 25px\9;
  min-height: 300px;
  margin-bottom: 5px; }

.major .majorUL {
  width: 100%; }
  .major .majorUL li {
    display: inline-block;
    font-size: 13px;
    padding: 5px 20px;
    color: #000;
    background-color: #f2f2f2;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .major .majorUL li.active {
      color: #fff;
      background-color: #AE1C1C; }

.major .showDiv {
  width: 100%;
  position: relative; }
  .major .showDiv ul {
    width: 100%;
    display: none; }
    .major .showDiv ul.activeul {
      display: block; }
    .major .showDiv ul li {
      width: 145px;
      padding-left: 10px;
      margin: 12px 8px;
      border-bottom: 1px dashed #ccc;
      display: inline-block;
      font-size: 12px; }

.introduction .article {
  font-family: '宋体';
  width: 100%;
  font-size: 12px;
  text-align: justify;
  letter-spacing: 2px;
  line-height: 18px;
  line-height: 19px\9;
  overflow: hidden; }

.announcement .announce {
  width: 100%;
  overflow: hidden; }
  .announcement .announce li {
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer; }
    .announcement .announce li span {
      font-size: 12px;
      display: inline-block;
      vertical-align: middle;
      letter-spacing: 1px; }
    .announcement .announce li .aTitle {
      width: 70%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .announcement .announce li .aTime {
      width: 30%;
      text-align: right; }

.copyRight {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #AE1C1C;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px; }
  .copyRight.posa {
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0; }

.loginArea {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60000; }
  .loginArea .mb {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0.15;
    filter: alpha(opacity=15);
    background-color: #000; }
  .loginArea .wrapper {
    width: 380px;
    height: 320px;
    padding: 60px 20px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: -160px;
    margin-left: -190px;
    background-color: #FFF; }
    .loginArea .wrapper p {
      width: 100%;
      margin-top: 15px;
      position: relative; }
      .loginArea .wrapper p:first-child {
        margin-top: 0; }
      .loginArea .wrapper p .namel, .loginArea .wrapper p .pwdl {
        display: block;
        position: absolute;
        top: 8px;
        left: 6px;
        width: 0;
        height: 24px;
        overflow: hidden;
        padding: 0 0 0 24px;
        background-image: url(../images/input_icons.png);
        background-repeat: no-repeat;
        z-index: 20; }
      .loginArea .wrapper p .namel {
        background-position: 0 -68px; }
        .loginArea .wrapper p .namel.focused {
          background-position: 0 -108px; }
      .loginArea .wrapper p .pwdl {
        background-position: 0 -147px; }
        .loginArea .wrapper p .pwdl.focused {
          background-position: 0 -187px; }
      .loginArea .wrapper p input[type="text"], .loginArea .wrapper p input[type="password"] {
        padding: 12px 10px;
        border: 1px solid #ddd;
        margin: 0 !important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
        font-size: 14px;
        color: #666;
        padding-left: 36px; }
        .loginArea .wrapper p input[type="text"]:focus, .loginArea .wrapper p input[type="password"]:focus {
          border-color: #488ee7; }
      .loginArea .wrapper p .ifrl, .loginArea .wrapper p #ifRemember {
        display: inline-block;
        vertical-align: middle; }
      .loginArea .wrapper p #userName, .loginArea .wrapper p #userPwd, .loginArea .wrapper p #submitBtn {
        width: 100%;
        display: block; }
      .loginArea .wrapper p #submitBtn {
        display: block;
        padding-left: 15px;
        height: 48px;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 10px;
        cursor: pointer;
        color: #fff;
        background-color: #AE1C1C;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
        border: 0; }
        .loginArea .wrapper p #submitBtn:hover {
          background-color: #a21313; }
      .loginArea .wrapper p .alertForIE {
        font-size: 14px;
        color: #ddd;
        position: absolute;
        top: 14px;
        left: 37px;
        display: none;
        display: block\9; }
        .loginArea .wrapper p .alertForIE.dn {
          display: none\9; }
    .loginArea .wrapper .close {
      font-size: 24px;
      position: absolute;
      top: 2px;
      right: 2px;
      cursor: pointer;
      color: #666; }

/*# sourceMappingURL=indexNYSFXY.css.map */
