﻿@charset "UTF-8";
#topDiv .firstDiv {
  height: 80px;
  background-color: white;
  position: relative;
  z-index: 8; }
  #topDiv .firstDiv .right {
    position: absolute;
    right: 0;
    padding: 8px;
    padding-top: 0;
    font-size: 0.9em;
    text-align: right; }
    #topDiv .firstDiv .right .r-firstDiv {
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #topDiv .firstDiv .right .r-firstDiv > ul > li {
        float: left; }
        #topDiv .firstDiv .right .r-firstDiv > ul > li a {
          outline: none;
          color: black;
          display: block;
          padding: 5px; }
          #topDiv .firstDiv .right .r-firstDiv > ul > li a:hover, #topDiv .firstDiv .right .r-firstDiv > ul > li a:focus {
            color: white;
            background-color: #337ab7; }
          #topDiv .firstDiv .right .r-firstDiv > ul > li a > i {
            margin-right: 5px; }
    #topDiv .firstDiv .right .secondDiv {
      margin-top: 5px;
      float: right; }
      #topDiv .firstDiv .right .secondDiv ul > li {
        float: left; }
      #topDiv .firstDiv .right .secondDiv .searchDiv {
        width: 300px;
        float: right;
        height: 30px;
        border-radius: 0;
        margin-right: 10px; }
        #topDiv .firstDiv .right .secondDiv .searchDiv input {
          height: 30px !important;
          border-radius: 0 !important;
          font-family: '微軟正黑體' !important; }
        #topDiv .firstDiv .right .secondDiv .searchDiv button {
          border-radius: 0;
          height: 30px;
          line-height: 5px;
          vertical-align: middle; }

#topDiv .main-logo {
  position: absolute;
  left: 0;
  top: 9px;
  z-index: 30000;
  margin-left: 0;
  margin-top: 0;
  width: 360px;
  height: 60px;
  background: url(/Image/logo.png) no-repeat;
  background-size: 100% auto;
  background-position: center center; }
  #topDiv .main-logo > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-indent: -9999px;
    overflow: hidden;
    text-align: left; }

#topDiv .fontChangeIcon {
  height: 30px;
  width: 30px;
  cursor: pointer;
  display: inline-block;
  outline: none; }
  #topDiv .fontChangeIcon > span {
    display: none; }

#topDiv .fc-small {
  background-image: url(/Image/small.png);
  background-size: cover; }
  #topDiv .fc-small:hover, #topDiv .fc-small:focus {
    background-image: url(/Image/small-a.png); }

#topDiv .fcs-active {
  background-image: url(/Image/small-a.png); }

#topDiv .fc-mid {
  background-image: url(/Image/mid.png);
  background-size: cover; }
  #topDiv .fc-mid:hover, #topDiv .fc-mid:focus {
    background-image: url(/Image/mid-a.png); }

#topDiv .fcm-active {
  background-image: url(/Image/mid-a.png); }

#topDiv .fc-big {
  background-image: url(/Image/big.png);
  background-size: cover; }
  #topDiv .fc-big:hover, #topDiv .fc-big:focus {
    background-image: url(/Image/big-a.png); }

#topDiv .fcb-active {
  background-image: url(/Image/big-a.png); }

#topDiv .menuDiv {
  width: 100%;
  background-color: #6868CC;
  border-top: 0;
  border-bottom: 0; }
  #topDiv .menuDiv .menu {
    position: relative; }
    #topDiv .menuDiv .menu > ul > li {
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      width: 20%;
      float: left;
      color: white;
      vertical-align: middle;
      font-size: 1.3em;
      text-align: center; }
      #topDiv .menuDiv .menu > ul > li > div {
        line-height: normal; }
      #topDiv .menuDiv .menu > ul > li > .menuZone {
        position: absolute;
        left: 0;
        display: none; }
      #topDiv .menuDiv .menu > ul > li > a {
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block; }
        #topDiv .menuDiv .menu > ul > li > a:hover, #topDiv .menuDiv .menu > ul > li > a:focus {
          background-color: rgba(0, 0, 0, 0.4); }
    #topDiv .menuDiv .menu .m-active {
      background-color: rgba(0, 0, 0, 0.4); }
      #topDiv .menuDiv .menu .m-active > .menuZone {
        display: block; }

#topDiv .topLogo {
  margin-top: 10px;
  max-width: 360px;
  max-height: 70px; }

#topDiv .topLogo2 {
  margin-top: 3px;
  width: 100%;
  max-width: 360px;
  max-height: 70px; }

#topDiv .menuList .zone {
  width: 20%;
  padding: 30px;
  padding-top: 0;
  padding-bottom: 0;
  float: left;
  border-right: 1px dotted #C2C2FF; }

#topDiv .menuList .zGroup {
  position: relative;
  width: 100%;
  top: 0;
  z-index: 100; }
  #topDiv .menuList .zGroup > div {
    position: absolute;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 25px;
    background-color: #F0EFEF;
    top: 45px;
    border-bottom: 5px solid #203eaf; }

#topDiv .menuList .zhr {
  padding: 20px;
  clear: left; }
  #topDiv .menuList .zhr > div {
    height: 1px;
    margin-top: 8px;
    margin-bottom: 8px;
    border-top: 1px solid #C2C2FF; }

#topDiv .menuList > div .zTitle {
  color: #203eaf;
  font-size: 1.1em; }
  #topDiv .menuList > div .zTitle > i {
    margin-right: 5px; }

#topDiv .menuList > div .zList {
  padding-left: 20px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px; }
  #topDiv .menuList > div .zList > i {
    color: #828282;
    position: absolute; }
  #topDiv .menuList > div .zList > div {
    position: relative;
    left: 13px;
    top: -2px;
    color: black;
    font-size: 1em; }

#topDiv .menuList > div .zListEnd {
  margin-bottom: 0; }

#topDiv .menuZone {
  position: absolute;
  z-index: 10;
  width: 100%;
  text-align: left; }
  #topDiv .menuZone .mz-Zone {
    background-color: #FAFAFA;
    border-bottom: 5px solid #2651d3;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative; }
    #topDiv .menuZone .mz-Zone .mz-right {
      right: 0; }
    #topDiv .menuZone .mz-Zone .mz-left {
      left: 0; }
    #topDiv .menuZone .mz-Zone > .mz-changeBtnZone {
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      position: absolute;
      height: calc(100% - 50px);
      width: 50px;
      cursor: pointer;
      color: black; }
      #topDiv .menuZone .mz-Zone > .mz-changeBtnZone > table {
        height: 100%;
        width: 100%; }
        #topDiv .menuZone .mz-Zone > .mz-changeBtnZone > table td {
          vertical-align: middle;
          text-align: center; }
          #topDiv .menuZone .mz-Zone > .mz-changeBtnZone > table td i {
            font-size: 1.5em; }
      #topDiv .menuZone .mz-Zone > .mz-changeBtnZone:hover {
        background-color: rgba(0, 0, 0, 0.35);
        color: white; }
    #topDiv .menuZone .mz-Zone > .mzc-Zone {
      width: 50px;
      float: left;
      height: 50px; }
    #topDiv .menuZone .mz-Zone > .item-outZone {
      width: calc(100% - 100px);
      float: left;
      overflow: hidden; }
      #topDiv .menuZone .mz-Zone > .item-outZone > .mz-box {
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        width: 4000px;
        position: relative;
        left: 0; }
        #topDiv .menuZone .mz-Zone > .item-outZone > .mz-box > .mz-itemZone {
          float: left;
          padding-left: 10px;
          padding-right: 10px; }
          #topDiv .menuZone .mz-Zone > .item-outZone > .mz-box > .mz-itemZone > .iz-title {
            font-size: 0.82em;
            padding-left: 10px;
            color: #2651d3;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
            #topDiv .menuZone .mz-Zone > .item-outZone > .mz-box > .mz-itemZone > .iz-title a {
              color: #2651d3; }
              #topDiv .menuZone .mz-Zone > .item-outZone > .mz-box > .mz-itemZone > .iz-title a:hover, #topDiv .menuZone .mz-Zone > .item-outZone > .mz-box > .mz-itemZone > .iz-title a:focus {
                font-weight: bold; }
            #topDiv .menuZone .mz-Zone > .item-outZone > .mz-box > .mz-itemZone > .iz-title i {
              margin-right: 10px; }
          #topDiv .menuZone .mz-Zone > .item-outZone > .mz-box > .mz-itemZone > .iz-hr {
            border-bottom: 1px dotted black;
            margin-top: 10px;
            margin-bottom: 5px; }
          #topDiv .menuZone .mz-Zone > .item-outZone > .mz-box > .mz-itemZone > .iz-enList a {
            word-break: normal !important; }
          #topDiv .menuZone .mz-Zone > .item-outZone > .mz-box > .mz-itemZone > .iz-List {
            font-size: 0.7em;
            color: #171717; }
            #topDiv .menuZone .mz-Zone > .item-outZone > .mz-box > .mz-itemZone > .iz-List a {
              color: #171717;
              display: block;
              padding: 7px;
              padding-left: 23px; }
              #topDiv .menuZone .mz-Zone > .item-outZone > .mz-box > .mz-itemZone > .iz-List a:hover, #topDiv .menuZone .mz-Zone > .item-outZone > .mz-box > .mz-itemZone > .iz-List a:focus {
                background-color: #6868CC;
                color: white; }
              #topDiv .menuZone .mz-Zone > .item-outZone > .mz-box > .mz-itemZone > .iz-List a > i {
                margin-left: 10px; }
            #topDiv .menuZone .mz-Zone > .item-outZone > .mz-box > .mz-itemZone > .iz-List li {
              position: relative; }
              #topDiv .menuZone .mz-Zone > .item-outZone > .mz-box > .mz-itemZone > .iz-List li > i {
                position: absolute;
                top: 10px;
                left: 23px; }
            #topDiv .menuZone .mz-Zone > .item-outZone > .mz-box > .mz-itemZone > .iz-List div {
              margin-left: 16px;
              padding-right: 10px; }

#topDiv .top-icno1 {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  width: 60px;
  height: 60px;
  border-radius: 22px;
  z-index: 999;
  overflow: hidden;
  opacity: 0.95;
  cursor: pointer; }

#topDiv .phm-unclick {
  top: -560px; }

@media (min-width: 910px) {
  #topDiv #topLogo2, #topDiv .phoneMenu, #topDiv #phoneMenu {
    display: none; } }

@media (max-width: 910px) {
  #topDiv .right, #topDiv .menuList, #topDiv .menuDiv, #topDiv #topLogo1, #topDiv .top-icno1, #topDiv .main-logo {
    display: none; }
  #topDiv .firstDiv {
    background-color: #6868CC; }
  #topDiv .menuTdBtn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
    color: white;
    font-size: 2.2em;
    margin-top: 10px;
    vertical-align: middle;
    overflow: hidden; }
    #topDiv .menuTdBtn:hover {
      background-color: rgba(0, 0, 0, 0.5); }
  #topDiv #phoneMenu {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: relative;
    z-index: 5; }
  #topDiv .pm-menuBtn {
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    position: relative;
    height: 50px;
    top: 0;
    color: white;
    text-align: center; }
  #topDiv .pm-BtnClick {
    top: -83px; }
  #topDiv .phm-click {
    top: 0; }
  #topDiv .twoList {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    overflow: hidden;
    height: 0px; }
  #topDiv .two-show {
    height: auto; }
  #topDiv .phoneMenuZone {
    width: 100%;
    background-color: #FAF2FF;
    position: absolute;
    cursor: pointer; }
    #topDiv .phoneMenuZone .otherZone {
      cursor: default;
      background-color: #BABABA;
      padding: 15px; }
      #topDiv .phoneMenuZone .otherZone .z-item {
        margin-top: 5px;
        background-color: #EDEDED;
        padding: 10px;
        border-radius: 5px;
        cursor: pointer; }
        #topDiv .phoneMenuZone .otherZone .z-item a {
          display: block; }
        #topDiv .phoneMenuZone .otherZone .z-item:hover {
          background-color: #737373; }
    #topDiv .phoneMenuZone .pmz-title {
      padding: 15px;
      border-bottom: 1px solid #737373; }
      #topDiv .phoneMenuZone .pmz-title > i {
        margin-right: 10px; }
      #topDiv .phoneMenuZone .pmz-title:hover {
        background-color: rgba(0, 0, 0, 0.2); }
    #topDiv .phoneMenuZone .pmz-list {
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      overflow: hidden;
      height: 0px; }
      #topDiv .phoneMenuZone .pmz-list > div > div {
        padding: 15px;
        padding-left: 45px;
        border-bottom: 1px solid #737373;
        background-color: #E0E0FF; }
        #topDiv .phoneMenuZone .pmz-list > div > div:hover {
          background-color: rgba(0, 0, 0, 0.2); }
        #topDiv .phoneMenuZone .pmz-list > div > div > i {
          margin-right: 10px; }
    #topDiv .phoneMenuZone .pmz-active {
      height: auto; } }

#topDiv .hotKeyZone {
  margin-top: 10px; }
  #topDiv .hotKeyZone > div {
    float: left;
    margin-right: 10px; }

#topDiv .hotBox {
  position: relative; }
  #topDiv .hotBox .shareOut {
    position: absolute;
    top: 30px;
    left: 0;
    height: 50px;
    width: 195px; }
    #topDiv .hotBox .shareOut .shareZone {
      position: absolute;
      margin-top: 10px;
      width: 220px;
      background-color: antiquewhite;
      padding: 10px;
      box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px;
      border-radius: 5px;
      top: 0;
      left: 0;
      z-index: 9999; }
      #topDiv .hotBox .shareOut .shareZone .intBtn {
        width: 100%;
        border: 1px solid #828282;
        border-radius: 5px;
        background-color: #CCCCFF;
        text-align: center;
        height: 40px;
        vertical-align: middle;
        line-height: 40px; }
        #topDiv .hotBox .shareOut .shareZone .intBtn > a {
          display: block;
          text-indent: -9999px; }
          #topDiv .hotBox .shareOut .shareZone .intBtn > a:hover, #topDiv .hotBox .shareOut .shareZone .intBtn > a:focus {
            color: white !important; }
          #topDiv .hotBox .shareOut .shareZone .intBtn > a:focus {
            background-color: #0000FF;
            border-radius: 5px;
            outline: none; }
        #topDiv .hotBox .shareOut .shareZone .intBtn:hover, #topDiv .hotBox .shareOut .shareZone .intBtn:focus {
          background-color: #0000FF; }
      #topDiv .hotBox .shareOut .shareZone > div:nth-child(1) {
        margin-right: 0; }

#topDiv .shareLi {
  position: relative;
  cursor: pointer; }
  #topDiv .shareLi .shareOut {
    position: absolute;
    top: 30px;
    left: -155px;
    height: 50px;
    width: 205px;
    display: none; }
    #topDiv .shareLi .shareOut .shareZone {
      position: absolute;
      margin-top: 10px;
      height: 50px;
      width: 195px;
      background-color: antiquewhite;
      padding: 10px;
      box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px;
      border-radius: 5px;
      top: 0;
      left: 0;
      z-index: 9999; }
      #topDiv .shareLi .shareOut .shareZone a {
        text-indent: -9999px; }
      #topDiv .shareLi .shareOut .shareZone > div:nth-child(1) {
        margin-right: 0; }
    #topDiv .shareLi .shareOut:hover {
      display: inline-block; }
  #topDiv .shareLi:hover .shareOut {
    display: inline-block; }

.box {
  height: 30px;
  width: 30px;
  float: left;
  color: white;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block; }

.boxBtn {
  height: 30px;
  width: 30px;
  float: right;
  color: white;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  border: 0; }

.box1 {
  height: 38px;
  width: 38px;
  float: right;
  color: white;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
  margin-right: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  cursor: pointer; }

#newsDiv {
  background-color: white;
  min-height: 500px;
  padding-bottom: 25px; }
  #newsDiv h2 {
    padding-top: 5px;
    padding-left: 5px;
    margin-top: 15px;
    margin-bottom: 15px; }
  #newsDiv .newsTitle {
    width: 100%;
    border-top: 1px solid #595959;
    border-bottom: 1px solid #595959;
    color: #595959;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 63px; }
    #newsDiv .newsTitle h2 {
      margin: 0; }
    #newsDiv .newsTitle a {
      color: #595959;
      float: right;
      position: relative;
      width: 125px;
      top: -34px; }
      #newsDiv .newsTitle a:hover, #newsDiv .newsTitle a:focus {
        font-weight: bold; }
    #newsDiv .newsTitle span {
      font-size: 0.9em; }
      #newsDiv .newsTitle span i {
        margin-right: 10px; }
    #newsDiv .newsTitle .nt-more {
      font-size: 1em;
      position: absolute;
      right: 30px;
      line-height: 43px;
      vertical-align: middle;
      cursor: pointer; }
    #newsDiv .newsTitle .nt-more:hover {
      font-weight: bold; }
  #newsDiv .newsList > div:hover {
    background-color: #F6EDFF; }
  #newsDiv .newsList > div {
    padding: 20px;
    padding-left: 0;
    padding-right: 30px;
    border-bottom: 1px dashed #4F4FFF;
    font-size: 1.16em;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
    width: 100%; }
    #newsDiv .newsList > div a {
      color: #0F0F0F; }
      #newsDiv .newsList > div a:hover {
        color: #0000B2; }
    #newsDiv .newsList > div i {
      width: 30px;
      text-align: right;
      margin-right: 10px; }
    #newsDiv .newsList > div .hot {
      color: red; }
    #newsDiv .newsList > div > span {
      color: #008080; }
  #newsDiv .rightMsg:hover {
    box-shadow: 0 0 3px rgba(51, 51, 102, 0.6), 4px 4px 6px rgba(51, 51, 102, 0.4), 6px 6px 12px rgba(51, 51, 102, 0.4); }
  #newsDiv .rightMsg {
    box-shadow: 0 0 3px rgba(51, 51, 102, 0.6), 4px 4px 6px rgba(51, 51, 102, 0.4), 0 0 0 rgba(51, 51, 102, 0.4);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s; }
    #newsDiv .rightMsg .rm-Title {
      width: 100%; }
      #newsDiv .rightMsg .rm-Title .rm-foucs {
        background-color: #F5F5F5;
        border-bottom: 3px solid #A3A3FF; }
      #newsDiv .rightMsg .rm-Title .rm-nofoucs {
        border-bottom: 3px solid white;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s; }
      #newsDiv .rightMsg .rm-Title .rm-nofoucs:hover {
        background-color: #F5F5F5;
        border-bottom: 3px solid #A3A3FF; }
      #newsDiv .rightMsg .rm-Title .rm-line {
        border-top: 1px solid #ABABAB; }
      #newsDiv .rightMsg .rm-Title .rm-menu {
        cursor: pointer; }
        #newsDiv .rightMsg .rm-Title .rm-menu > a, #newsDiv .rightMsg .rm-Title .rm-menu div {
          width: 50%;
          float: left;
          font-size: 1.35em;
          line-height: 60px;
          vertical-align: middle;
          text-align: center;
          display: inline-block;
          color: black; }
  #newsDiv .rl-more {
    padding: 10px;
    text-align: center;
    background-color: #5959FF;
    color: white;
    font-size: 1em;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s; }
    #newsDiv .rl-more > a {
      color: white; }
  #newsDiv .rl-more:hover, #newsDiv rl-more:focus {
    background-color: #1C1CFF; }
  #newsDiv .rm-display {
    display: none; }
  #newsDiv .rm-List > .rl-table {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    width: 100%; }
    #newsDiv .rm-List > .rl-table td {
      vertical-align: middle;
      padding: 17px;
      height: 80px;
      font-size: 0.9em; }
      #newsDiv .rm-List > .rl-table td > div {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        -moz-box-orient: vertical;
        line-height: 24px;
        overflow: hidden; }
        #newsDiv .rm-List > .rl-table td > div > a {
          color: #363636; }
          #newsDiv .rm-List > .rl-table td > div > a:hover {
            color: #000080; }
    #newsDiv .rm-List > .rl-table .rl-icon {
      padding-right: 0;
      width: 60px; }
    #newsDiv .rm-List > .rl-table i {
      font-size: 1.9em; }
    #newsDiv .rm-List > .rl-table tr {
      border-bottom: 1px solid #4F4FFF; }
    #newsDiv .rm-List > .rl-table tr:hover {
      background-color: #F5F5F5; }
    #newsDiv .rm-List > .rl-table .endtr {
      border-bottom: 0; }
  #newsDiv .rm-List > .rl-data {
    padding: 10px;
    padding-top: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    height: 72px; }
  #newsDiv .rm-List > .rl-line {
    margin-top: 20px;
    border-bottom: 1px solid #4F4FFF; }
  #newsDiv .newsTime {
    width: 125px; }
  @media (max-width: 510px) {
    #newsDiv .newsTime {
      display: none; } }

#focusDiv .picZone {
  width: 100%;
  position: relative;
  z-index: 1; }
  #focusDiv .picZone .pz-pic {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1; }
  #focusDiv .picZone .pz-changeZone {
    position: absolute;
    padding: 20px;
    right: 0;
    z-index: 3; }
    #focusDiv .picZone .pz-changeZone > .pz-box {
      cursor: pointer;
      font-size: 1.4em;
      color: white;
      text-align: center;
      vertical-align: middle;
      line-height: 44px;
      width: 50px;
      height: 50px;
      float: left;
      margin-right: 5px;
      background-color: rgba(0, 0, 0, 0.5);
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s; }
    #focusDiv .picZone .pz-changeZone > .pz-box:hover, #focusDiv .picZone .pz-changeZone .pz-box:focus {
      background-color: rgba(0, 0, 0, 0.8); }

#focusDiv #gotobarZone {
  position: relative;
  z-index: 99;
  margin: auto; }
  #focusDiv #gotobarZone > div {
    position: absolute;
    top: 20px; }
    #focusDiv #gotobarZone > div > div {
      position: relative;
      cursor: pointer;
      float: left;
      width: 50px;
      height: 3px;
      background-color: #FFE8E8;
      border-radius: 15px;
      margin-right: 8px; }
      #focusDiv #gotobarZone > div > div > a {
        font-size: 0;
        overflow: hidden; }

#focusDiv .hotDivA:hover .hotMessage2, #focusDiv .hotDivA:hover .hotMessage1, #focusDiv .hotDivA:focus .hotMessage2, #focusDiv .hotDivA:focus .hotMessage1 {
  color: yellow; }

#focusDiv .fastMenuTopZone {
  position: relative;
  z-index: 2;
  height: 68px;
  background-color: white; }

#focusDiv .hotMessage1 {
  margin-bottom: 30px;
  font-size: 1.7em;
  text-align: center;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  width: 100%; }

#focusDiv .hotMessage2 {
  margin-bottom: 30px;
  font-size: 1.7em;
  text-align: center;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  width: 100%; }

#focusDiv #focus1, #focusDiv #focus2, #focusDiv #focus3, #focusDiv #focus4, #focusDiv #focus5, #focusDiv #focus6, #focusDiv #focus7 {
  outline: none;
  position: absolute;
  width: 100%;
  height: 30px;
  top: -15px; }

#focusDiv #gotobar1, #focusDiv #gotobar2, #focusDiv #gotobar3, #focusDiv #gotobar4, #focusDiv #gotobar5, #focusDiv #gotobar6, #focusDiv #gotobar7 {
  background-color: #363636;
  width: 0;
  height: 100%;
  border-radius: 15px; }

#focusDiv .fastMenu {
  margin: auto;
  position: relative;
  z-index: 2; }
  #focusDiv .fastMenu > .f-menuDiv {
    position: absolute;
    top: -45px;
    text-align: center; }
    #focusDiv .fastMenu > .f-menuDiv .fm-l {
      margin-right: 10px; }
    #focusDiv .fastMenu > .f-menuDiv .fm-r {
      margin-left: 10px; }
    #focusDiv .fastMenu > .f-menuDiv .fm-sZone:hover > .fmz-sbtn, #focusDiv .fastMenu > .f-menuDiv .fm-sZone:focus > .fmz-sbtn {
      background-color: white;
      color: black; }
    #focusDiv .fastMenu > .f-menuDiv .fm-sZone {
      float: left;
      padding-top: 40px; }
      #focusDiv .fastMenu > .f-menuDiv .fm-sZone > .fmz-sbtn {
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        line-height: 47px;
        vertical-align: middle;
        font-size: 1em;
        background-color: #0F0F0F;
        border: 3px solid #303030;
        color: white;
        overflow: hidden;
        width: 50px;
        height: 50px;
        border-radius: 99em;
        text-align: center; }
    #focusDiv .fastMenu > .f-menuDiv .fm-Zone:hover > .fmz-btn, #focusDiv .fastMenu > .f-menuDiv .fm-Zone:focus > .fmz-btn {
      background-color: white; }
      #focusDiv .fastMenu > .f-menuDiv .fm-Zone:hover > .fmz-btn > div, #focusDiv .fastMenu > .f-menuDiv .fm-Zone:focus > .fmz-btn > div {
        position: relative; }
        @media (min-width: 1050px) {
          #focusDiv .fastMenu > .f-menuDiv .fm-Zone:hover > .fmz-btn > div, #focusDiv .fastMenu > .f-menuDiv .fm-Zone:focus > .fmz-btn > div {
            top: -120px; } }
        @media (max-width: 1050px) {
          #focusDiv .fastMenu > .f-menuDiv .fm-Zone:hover > .fmz-btn > div, #focusDiv .fastMenu > .f-menuDiv .fm-Zone:focus > .fmz-btn > div {
            top: -105px; } }
        @media (max-width: 1050px) {
          #focusDiv .fastMenu > .f-menuDiv .fm-Zone:hover > .fmz-btn > div, #focusDiv .fastMenu > .f-menuDiv .fm-Zone:focus > .fmz-btn > div {
            top: -96px; } }
    #focusDiv .fastMenu > .f-menuDiv .fm-Zone:hover > .fmz-text, #focusDiv .fastMenu > .f-menuDiv .fm-Zone:focus > .fmz-text {
      top: -15px; }
    #focusDiv .fastMenu > .f-menuDiv .fm-Zone:hover .fb-c1, #focusDiv .fastMenu > .f-menuDiv .fm-Zone:focus .fb-c1 {
      border-color: #3B5998; }
    #focusDiv .fastMenu > .f-menuDiv .fm-Zone:hover .fb-c2, #focusDiv .fastMenu > .f-menuDiv .fm-Zone:focus .fb-c2 {
      border-color: #DB0000; }
    #focusDiv .fastMenu > .f-menuDiv .fm-Zone:hover .fb-c3, #focusDiv .fastMenu > .f-menuDiv .fm-Zone:focus .fb-c3 {
      border-color: #FFAC12; }
    #focusDiv .fastMenu > .f-menuDiv .fm-Zone:hover .fb-c4, #focusDiv .fastMenu > .f-menuDiv .fm-Zone:focus .fb-c4 {
      border-color: #DBDB00; }
    #focusDiv .fastMenu > .f-menuDiv .fm-Zone:hover .fb-c5, #focusDiv .fastMenu > .f-menuDiv .fm-Zone:focus .fb-c5 {
      border-color: #00B200; }
    #focusDiv .fastMenu > .f-menuDiv .fm-Zone:hover .fb-c6, #focusDiv .fastMenu > .f-menuDiv .fm-Zone:focus .fb-c6 {
      border-color: #0000B2; }
    #focusDiv .fastMenu > .f-menuDiv .fm-Zone:hover .fb-c7, #focusDiv .fastMenu > .f-menuDiv .fm-Zone:focus .fb-c7 {
      border-color: #6700B2; }
    #focusDiv .fastMenu > .f-menuDiv .fm-Zone {
      outline: none;
      float: left; }
      #focusDiv .fastMenu > .f-menuDiv .fm-Zone .fb-c1 {
        color: #3B5998;
        border-color: #303030; }
      #focusDiv .fastMenu > .f-menuDiv .fm-Zone .fb-c2 {
        color: #DB0000;
        border-color: #303030; }
      #focusDiv .fastMenu > .f-menuDiv .fm-Zone .fb-c3 {
        color: #FFAC12;
        border-color: #303030; }
      #focusDiv .fastMenu > .f-menuDiv .fm-Zone .fb-c4 {
        color: #DBDB00;
        border-color: #303030; }
      #focusDiv .fastMenu > .f-menuDiv .fm-Zone .fb-c5 {
        color: #00B200;
        border-color: #303030; }
      #focusDiv .fastMenu > .f-menuDiv .fm-Zone .fb-c6 {
        color: #0000B2;
        border-color: #303030; }
      #focusDiv .fastMenu > .f-menuDiv .fm-Zone .fb-c7 {
        color: #6700B2;
        border-color: #303030; }
      #focusDiv .fastMenu > .f-menuDiv .fm-Zone > .fmz-btn {
        vertical-align: middle;
        background-color: #0F0F0F;
        color: white;
        overflow: hidden;
        border-radius: 99em;
        text-align: center;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #focusDiv .fastMenu > .f-menuDiv .fm-Zone > .fmz-btn i {
          width: 100%; }
        #focusDiv .fastMenu > .f-menuDiv .fm-Zone > .fmz-btn > div {
          transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
          position: relative;
          top: 0; }
          #focusDiv .fastMenu > .f-menuDiv .fm-Zone > .fmz-btn > div i:first-child {
            color: white !important; }
      #focusDiv .fastMenu > .f-menuDiv .fm-Zone > .fmz-text {
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        color: white;
        font-weight: bolder;
        text-shadow: black 2px 1px 0px;
        position: relative;
        top: -30px; }

#focusDiv .smZ-btn {
  text-align: center;
  padding: 10px;
  background-color: white;
  cursor: pointer;
  color: white;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s; }
  #focusDiv .smZ-btn > div:nth-child(1) {
    font-size: 2.8em; }

#focusDiv .smz-b1 {
  background-color: #3B5998;
  opacity: 0.95; }

#focusDiv .smz-b2 {
  background-color: #DB0000;
  opacity: 0.95; }

#focusDiv .smz-b3 {
  background-color: #FFAC12;
  opacity: 0.95; }

#focusDiv .smz-b4 {
  background-color: #DBDB00;
  opacity: 0.95; }

#focusDiv .smz-b5 {
  background-color: #00B200;
  opacity: 0.95; }

#focusDiv .smz-b6 {
  background-color: #0000B2;
  opacity: 0.95; }

#focusDiv .smz-b7 {
  background-color: #6700B2;
  opacity: 0.95; }

#focusDiv .smZ-btn:hover, #focusDiv smZ-btn:focus {
  background-color: white;
  color: #595959; }

@media (min-width: 1050px) {
  #focusDiv .fastMenu {
    width: 980px; }
  #focusDiv .changeBtn {
    display: none; }
  #focusDiv .fmz-btn {
    width: 140px;
    height: 140px;
    border: 6px solid #303030;
    font-size: 3.9em;
    line-height: 120px; }
  #focusDiv .fmz-text {
    font-size: 1.2em; }
  #focusDiv .bkH {
    height: 110px;
    background-color: #303030; } }

@media (max-width: 1050px) {
  #focusDiv .fastMenu {
    width: 840px; }
  #focusDiv .fmz-btn {
    width: 120px;
    height: 120px;
    border: 5px solid #303030;
    font-size: 3.7em;
    line-height: 110px; }
  #focusDiv .fmz-text {
    font-size: 1.1em; }
  #focusDiv .bkH {
    height: 85px;
    width: 100%;
    background-color: #303030; } }

@media (max-width: 1000px) {
  #focusDiv .fastMenu {
    width: 780px; }
  #focusDiv .fmz-btn {
    width: 110px;
    height: 110px;
    border: 5px solid #303030;
    font-size: 3em;
    line-height: 100px; }
  #focusDiv .fmz-text {
    font-size: 1.1em; }
  #focusDiv .bkH {
    height: 75px;
    background-color: #303030; } }

@media (min-width: 890px) {
  #focusDiv .sm-fastMenu {
    display: none; } }

@media (max-width: 890px) {
  #focusDiv .fastMenu, #focusDiv .fastMenuTopZone, #focusDiv .fastBk {
    display: none; }
  #focusDiv .sm-btn1, #focusDiv .sm-btn2, #focusDiv .sm-btn3, #focusDiv .sm-btn4 {
    float: left;
    width: 25%;
    margin: 0; }
  #focusDiv .sm-btn6 {
    float: left;
    width: 34%; }
  #focusDiv .sm-btn5, #focusDiv .sm-btn7 {
    float: left;
    width: 33%; } }

@media (max-width: 580px) {
  #focusDiv .sm-btn1, #focusDiv .sm-btn3, #focusDiv .sm-btn4, #focusDiv .sm-btn6 {
    float: left;
    width: 33%;
    margin: 0; }
  #focusDiv .sm-btn2, #focusDiv .sm-btn5 {
    float: left;
    width: 34%;
    margin: 0; }
  #focusDiv .sm-btn7 {
    float: left;
    width: 100%; }
  #focusDiv #news-right {
    font-size: 1em !important;
    width: 45px !important;
    height: 45px !important;
    line-height: 45px !important; }
  #focusDiv #news-left {
    font-size: 1em !important;
    width: 45px !important;
    height: 45px !important;
    line-height: 45px !important; }
  #focusDiv #gotobarZone {
    display: none;
    position: relative;
    z-index: 99;
    width: 176px;
    margin: auto; }
    #focusDiv #gotobarZone > div {
      position: absolute;
      top: 20px; } }

@media (max-width: 460px) {
  #focusDiv .sm-btn1, #focusDiv .sm-btn2, #focusDiv .sm-btn3, #focusDiv .sm-btn4, #focusDiv .sm-btn5, #focusDiv .sm-btn6 {
    float: left;
    width: 50%;
    margin: 0; }
  #focusDiv .sm-btn7 {
    float: left;
    width: 100%; } }

#focusDiv .fo-hotDiv {
  background-color: #C0392B;
  position: relative;
  top: -20px;
  z-index: 4;
  height: 66px;
  overflow: hidden; }

#focusDiv .fo-hotDivT {
  height: 50px;
  position: relative;
  z-index: 0;
  background-color: #C0392B; }

#focusDiv .news-left-zone {
  height: 100%;
  width: 100px;
  position: absolute;
  z-index: 999; }
  #focusDiv .news-left-zone #news-left {
    position: absolute;
    z-index: 7;
    opacity: 0;
    top: calc(50% - 35px);
    font-size: 1.3em;
    width: 70px;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    text-align: center;
    color: white;
    background-color: transparent;
    cursor: pointer;
    border-radius: 99em;
    left: 10px;
    border: 0;
    outline: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s; }
    #focusDiv .news-left-zone #news-left:focus {
      opacity: 1;
      background-color: rgba(0, 0, 0, 0.5); }
  #focusDiv .news-left-zone:hover #news-left, #focusDiv .news-left-zone:focus #news-left {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5); }

#focusDiv .news-right-zone {
  height: 100%;
  width: 100px;
  position: absolute;
  z-index: 999;
  right: 0; }
  #focusDiv .news-right-zone #news-right {
    position: absolute;
    z-index: 7;
    opacity: 0;
    top: calc(50% - 35px);
    right: 10px;
    font-size: 1.3em;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 99em;
    vertical-align: middle;
    text-align: center;
    color: white;
    background-color: transparent;
    cursor: pointer;
    border: 0;
    outline: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s; }
    #focusDiv .news-right-zone #news-right:focus {
      opacity: 1;
      background-color: rgba(0, 0, 0, 0.5); }
  #focusDiv .news-right-zone:hover #news-right, #focusDiv .news-right-zone:focus #news-right {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5); }

#achievementsDiv {
  padding-top: 5px;
  height: 410px;
  width: 100%;
  position: relative;
  -moz-user-select: none;
  /* for Firefox */
  -webkit-user-select: none;
  /* for Chrome */ }
  #achievementsDiv .ac-picBoxZone {
    position: relative;
    z-index: 2;
    padding-top: 65px;
    width: 100%;
    overflow: hidden;
    height: 390px; }
    #achievementsDiv .ac-picBoxZone .ac-picBox:hover {
      box-shadow: 3px 2px 1px rgba(51, 51, 102, 0.8), 4px 4px 6px rgba(51, 51, 102, 0.8), 6px 6px 12px rgba(51, 51, 102, 0.8);
      color: yellow; }
    #achievementsDiv .ac-picBoxZone a {
      color: #FFE8E8 !important; }
      #achievementsDiv .ac-picBoxZone a:hover, #achievementsDiv .ac-picBoxZone a:focus {
        color: yellow !important; }
    #achievementsDiv .ac-picBoxZone .ac-picBox {
      box-shadow: 0 0 3px rgba(51, 51, 102, 0.6), 4px 4px 6px rgba(51, 51, 102, 0.4), 6px 6px 12px rgba(51, 51, 102, 0.4);
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      height: 275px;
      background-color: white;
      z-index: 3;
      padding: 10px;
      position: relative;
      display: inline-block;
      margin-left: 50px;
      margin-right: 50px;
      font-size: 1.1em;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-weight: bold;
      color: white;
      text-shadow: 1px 1px black,2px 2px black,2px 1px black,1px 2px black,0 1px black,1px 0 black,0 2px black,2px 0 black,0 -1px black,-1px 0 black,-1px -1px black,1px -1px black,-1px 1px black; }
      #achievementsDiv .ac-picBoxZone .ac-picBox > div:last-child {
        padding: 5px;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center; }
    #achievementsDiv .ac-picBoxZone .ac-pic-Zone {
      box-shadow: 1px 1px 3px 2px rgba(51, 51, 102, 0.5) inset;
      height: 200px;
      width: 100%;
      background-size: cover; }
  #achievementsDiv .ach-leftZone {
    height: 390px;
    width: 40px;
    position: absolute;
    left: 0;
    z-index: 7; }
    #achievementsDiv .ach-leftZone td {
      vertical-align: middle;
      text-align: left; }
    #achievementsDiv .ach-leftZone #ach-left {
      border: 0;
      transition: all 50.3s;
      -webkit-transition: all 50.3s;
      -moz-transition: all 50.3s;
      -o-transition: all 50.3s;
      width: 40px;
      height: 40px;
      line-height: 40px;
      vertical-align: middle;
      text-align: center;
      color: white;
      background-color: rgba(0, 0, 0, 0.8);
      cursor: pointer; }
      #achievementsDiv .ach-leftZone #ach-left:hover {
        background-color: rgba(0, 38, 255, 0.8); }
  #achievementsDiv .ach-rightZone {
    height: 390px;
    width: 40px;
    position: absolute;
    right: 0;
    z-index: 7; }
    #achievementsDiv .ach-rightZone td {
      vertical-align: middle;
      text-align: left; }
    #achievementsDiv .ach-rightZone #ach-right {
      border: 0;
      transition: all 50.3s;
      -webkit-transition: all 50.3s;
      -moz-transition: all 50.3s;
      -o-transition: all 50.3s;
      width: 40px;
      height: 40px;
      line-height: 40px;
      vertical-align: middle;
      text-align: center;
      color: white;
      background-color: rgba(0, 0, 0, 0.8);
      cursor: pointer;
      position: relative;
      top: -390px; }
      #achievementsDiv .ach-rightZone #ach-right:hover, #achievementsDiv .ach-rightZone #ach-right:focus {
        background-color: rgba(0, 38, 255, 0.8);
        color: yellow !important; }
  #achievementsDiv .picBZone {
    position: absolute;
    width: 100%;
    opacity: 0.3;
    z-index: 0;
    background-color: #303030;
    padding-bottom: 3px;
    padding-top: 3px; }
  #achievementsDiv .picZone1 {
    width: 60%;
    float: left; }
    #achievementsDiv .picZone1 .picZone1-1 {
      width: 50%;
      float: left; }
      #achievementsDiv .picZone1 .picZone1-1 > div > div {
        width: 100%;
        height: 100%;
        background-position: center; }
      #achievementsDiv .picZone1 .picZone1-1 .picZone1-1-1 {
        width: 66%;
        position: relative;
        height: 200px;
        overflow: hidden;
        padding: 3px;
        float: left; }
      #achievementsDiv .picZone1 .picZone1-1 .picZone1-1-2 {
        width: 34%;
        position: relative;
        height: 100px;
        overflow: hidden;
        padding: 3px;
        float: left; }
      #achievementsDiv .picZone1 .picZone1-1 .picZone1-1-3 {
        width: 34%;
        position: relative;
        height: 200px;
        overflow: hidden;
        padding: 3px;
        float: right; }
      #achievementsDiv .picZone1 .picZone1-1 .picZone1-1-4 {
        width: 66%;
        position: relative;
        height: 100px;
        overflow: hidden;
        padding: 3px;
        float: left; }
    #achievementsDiv .picZone1 .picZone1-2 {
      width: 50%;
      position: relative;
      height: 300px;
      overflow: hidden;
      padding: 3px;
      float: left; }
      #achievementsDiv .picZone1 .picZone1-2 > div {
        width: 100%;
        height: 100%;
        background-position: center; }
    #achievementsDiv .picZone1 .picZone1-3 {
      width: 17%;
      position: relative;
      height: 100px;
      overflow: hidden;
      padding: 3px;
      float: left; }
      #achievementsDiv .picZone1 .picZone1-3 > div {
        width: 100%;
        height: 100%;
        background-position: center; }
    #achievementsDiv .picZone1 .picZone1-4 {
      width: 33%;
      position: relative;
      height: 100px;
      overflow: hidden;
      padding: 3px;
      float: left; }
      #achievementsDiv .picZone1 .picZone1-4 > div {
        width: 100%;
        height: 100%;
        background-position: center; }
    #achievementsDiv .picZone1 .picZone1-5 {
      width: 33%;
      position: relative;
      height: 100px;
      overflow: hidden;
      padding: 3px;
      float: left; }
      #achievementsDiv .picZone1 .picZone1-5 > div {
        width: 100%;
        height: 100%;
        background-position: center; }
    #achievementsDiv .picZone1 .picZone1-6 {
      width: 17%;
      position: relative;
      height: 100px;
      overflow: hidden;
      padding: 3px;
      float: left; }
      #achievementsDiv .picZone1 .picZone1-6 > div {
        width: 100%;
        height: 100%;
        background-position: center; }
  #achievementsDiv .picZone2 {
    width: 10%;
    position: relative;
    height: 200px;
    overflow: hidden;
    padding: 3px;
    float: left; }
    #achievementsDiv .picZone2 > div {
      width: 100%;
      height: 100%;
      background-position: center; }
  #achievementsDiv .picZone3 {
    width: 30%;
    position: relative;
    height: 200px;
    overflow: hidden;
    padding: 3px;
    float: left; }
    #achievementsDiv .picZone3 > div {
      width: 100%;
      height: 100%;
      background-position: center; }
  #achievementsDiv .picZone4 {
    width: 20%;
    position: relative;
    height: 200px;
    overflow: hidden;
    padding: 3px;
    float: left; }
    #achievementsDiv .picZone4 > div {
      width: 100%;
      height: 100%;
      background-position: center; }
  #achievementsDiv .picZone5 {
    width: 10%;
    position: relative;
    height: 100px;
    overflow: hidden;
    padding: 3px;
    float: left; }
    #achievementsDiv .picZone5 > div {
      width: 100%;
      height: 100%;
      background-position: center; }
  #achievementsDiv .picZone6 {
    width: 10%;
    position: relative;
    height: 100px;
    overflow: hidden;
    padding: 3px;
    float: left; }
    #achievementsDiv .picZone6 > div {
      width: 100%;
      height: 100%;
      background-position: center; }
  #achievementsDiv .picZone7 {
    width: 20%;
    position: relative;
    height: 100px;
    overflow: hidden;
    padding: 3px;
    float: left; }
    #achievementsDiv .picZone7 > div {
      width: 100%;
      height: 100%;
      background-position: center; }

.picgo {
  left: 0;
  transition: all 50.3s;
  -webkit-transition: all 50.3s;
  -moz-transition: all 50.3s;
  -o-transition: all 50.3s; }

.aaa {
  left: -4000px; }

#fatfooterDiv {
  background-color: #265590;
  padding-top: 30px;
  padding-bottom: 50px; }
  #fatfooterDiv h2 {
    font-size: 1em;
    color: white;
    font-weight: bold;
    text-shadow: 0 0 3px black;
    margin-top: 0;
    margin-bottom: 5px; }
  #fatfooterDiv .fat-itemZone {
    width: 20%;
    float: left; }
    #fatfooterDiv .fat-itemZone .fat-itemTitle {
      font-size: 1.4em;
      padding-left: 5px;
      color: white;
      font-weight: bold;
      text-shadow: 0 0 3px black; }
      #fatfooterDiv .fat-itemZone .fat-itemTitle i {
        margin-right: 10px; }
      #fatfooterDiv .fat-itemZone .fat-itemTitle a {
        color: white !important;
        font-weight: bold;
        text-shadow: 0 0 3px black; }
      #fatfooterDiv .fat-itemZone .fat-itemTitle a:hover {
        color: #FFBFBF; }
    #fatfooterDiv .fat-itemZone .fat-hr {
      padding: 12px;
      padding-left: 0;
      padding-right: 30px; }
      #fatfooterDiv .fat-itemZone .fat-hr > div {
        border-bottom: 1px solid #D9D9D9; }
    #fatfooterDiv .fat-itemZone .fat-en > ul > li {
      word-wrap: break-word;
      word-break: normal; }
      #fatfooterDiv .fat-itemZone .fat-en > ul > li a {
        font-size: 1.1em !important;
        word-break: normal; }
    #fatfooterDiv .fat-itemZone .fat-itemList {
      padding-left: 35px; }
      #fatfooterDiv .fat-itemZone .fat-itemList > ul {
        list-style: none; }
        #fatfooterDiv .fat-itemZone .fat-itemList > ul > li {
          padding: 5px;
          padding-right: 40px;
          padding-left: 0; }
          #fatfooterDiv .fat-itemZone .fat-itemList > ul > li a {
            color: white;
            padding: 10px;
            padding-left: 0;
            font-size: 1.15em; }
          #fatfooterDiv .fat-itemZone .fat-itemList > ul > li > a:hover {
            color: #59FFFF; }

@media (max-width: 770px) {
  #fatfooterDiv {
    display: none; } }

#ucRightContentMenu {
  padding: 30px; }
  #ucRightContentMenu ul > li > a {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    background-color: #E3E3E3;
    padding: 15px;
    display: block;
    border-radius: 6px;
    margin-bottom: 15px;
    color: black; }
    #ucRightContentMenu ul > li > a > i {
      margin-left: 10px; }
    #ucRightContentMenu ul > li > a:hover {
      background-color: #8282FF;
      color: white; }

#ucLeftMenu {
  padding: 0;
  float: left;
  width: 100%;
  background-color: white;
  font-family: 微軟正黑體;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px; }
  #ucLeftMenu .lm-title {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    background-color: #265590;
    font-size: 1.5em;
    color: white;
    padding: 10px;
    padding-left: 20px; }
    #ucLeftMenu .lm-title > i {
      margin-right: 10px; }
  #ucLeftMenu h2 {
    font-size: 1em !important;
    margin-top: 7px !important;
    margin-bottom: 7px !important; }
  #ucLeftMenu #lm-hidden {
    line-height: 53px;
    vertical-align: middle;
    color: white;
    float: right;
    width: 15px;
    height: 53px;
    text-align: center;
    cursor: pointer;
    margin-right: 5px; }
  #ucLeftMenu .lm-list {
    padding: 15px; }
    #ucLeftMenu .lm-list > div > ul {
      list-style-type: none;
      font-size: 1.05em; }
      #ucLeftMenu .lm-list > div > ul > li {
        border-bottom: 1px dashed #ABABAB; }
        #ucLeftMenu .lm-list > div > ul > li > a {
          transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
          display: block;
          padding-left: 15px;
          padding-bottom: 15px;
          padding-top: 15px;
          background-color: white;
          color: #2651d3; }
          #ucLeftMenu .lm-list > div > ul > li > a > i {
            margin-right: 10px; }
          #ucLeftMenu .lm-list > div > ul > li > a:hover {
            background-color: #2651d3;
            color: white; }
        #ucLeftMenu .lm-list > div > ul > li > .lm-active {
          background-color: #2651d3;
          color: white; }
        #ucLeftMenu .lm-list > div > ul > li > ul {
          list-style-type: none; }
          #ucLeftMenu .lm-list > div > ul > li > ul > li > .lm-active {
            background-color: #8282FF;
            color: white; }
          #ucLeftMenu .lm-list > div > ul > li > ul > li > a {
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            padding-left: 45px;
            padding-right: 20px;
            padding-top: 15px;
            padding-bottom: 12px;
            color: black;
            display: block; }
            #ucLeftMenu .lm-list > div > ul > li > ul > li > a > i {
              position: absolute; }
            #ucLeftMenu .lm-list > div > ul > li > ul > li > a > div {
              position: relative;
              left: 14px;
              top: -3px; }
              #ucLeftMenu .lm-list > div > ul > li > ul > li > a > div > i {
                margin-left: 10px; }
            #ucLeftMenu .lm-list > div > ul > li > ul > li > a:hover {
              background-color: #8282FF;
              color: white; }

#lm-show {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  font-size: 1.7em;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
  color: white;
  position: absolute;
  left: -55px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #377ACC;
  cursor: pointer; }
  #lm-show:hover {
    background-color: #265590; }

@media (max-width: 992px) {
  .hidden-sm {
    display: none !important; } }

#_ucWebContentCustom {
  line-height: 30px; }
  #_ucWebContentCustom table {
    width: 100%; }
  #_ucWebContentCustom ol {
    padding-left: 20px; }
    #_ucWebContentCustom ol > li {
      list-style-type: decimal;
      margin-left: 40px; }
  #_ucWebContentCustom th {
    padding: 5px; }
  #_ucWebContentCustom td {
    padding: 5px; }
  #_ucWebContentCustom p {
    margin-bottom: 10px;
    margin-top: 10px; }
  #_ucWebContentCustom .uwc-content {
    padding: 30px;
    padding-top: 35px;
    font-size: 1.1em;
    font-weight: 300; }
    #_ucWebContentCustom .uwc-content img {
      max-width: 100% !important;
      width: expression(document.body.clientWidth < 600?"100%":"500px"); }
  #_ucWebContentCustom .nc-picZone {
    margin-top: 15px;
    text-align: center; }
  #_ucWebContentCustom .nc-fileZone > div {
    line-height: 40px;
    vertical-align: middle; }
    #_ucWebContentCustom .nc-fileZone > div > a {
      display: block; }
      #_ucWebContentCustom .nc-fileZone > div > a > img {
        width: 30px;
        margin: 0;
        position: relative;
        top: -3px;
        margin-right: 10px; }
  #_ucWebContentCustom .goBackZone {
    margin-top: 40px;
    text-align: center;
    padding-bottom: 30px; }
    #_ucWebContentCustom .goBackZone .sb-submit, #_ucWebContentCustom .goBackZone a {
      display: inline-block;
      width: 120px;
      font-size: 1em;
      height: 38px;
      margin-right: 10px;
      background-color: #337ab7;
      border: 1px solid #3B9AB5;
      border-radius: 3px;
      color: white;
      text-align: center;
      vertical-align: middle;
      line-height: 34px; }
      @media screen and (max-width: 550px) {
        #_ucWebContentCustom .goBackZone .sb-submit, #_ucWebContentCustom .goBackZone a {
          width: 25%; } }
      #_ucWebContentCustom .goBackZone .sb-submit:hover, #_ucWebContentCustom .goBackZone a:hover {
        background-color: #286291; }
      #_ucWebContentCustom .goBackZone .sb-submit:active, #_ucWebContentCustom .goBackZone a:active {
        -moz-box-shadow: 1px 1px 5px #377784 inset;
        -webkit-box-shadow: 1px 1px 5px #377784 inset;
        box-shadow: 1px 1px 5px #377784 inset;
        background-color: #286291; }
  @media screen and (max-width: 700px) and (min-width: 1px) {
    #_ucWebContentCustom th {
      display: block !important;
      width: 100% !important;
      text-align: left !important; }
    #_ucWebContentCustom td {
      display: block !important;
      width: 100% !important;
      text-align: left !important; } }
  @media screen and (max-width: 520px) and (min-width: 1px) {
    #_ucWebContentCustom {
      font-size: 1em; } }

@media screen and (max-width: 650px) and (min-width: 1px) and (-ms-high-contrast: none) {
  #_ucWebContentCustom {
    /* IE10 */
    /* IE11 */ }
    #_ucWebContentCustom img {
      width: 100% !important; }
    #_ucWebContentCustom *::-ms-backdrop, #_ucWebContentCustom img {
      width: 100% !important; } }

#ucNewsList {
  padding: 30px;
  font-size: 1em;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s; }
  #ucNewsList .searchZone:after {
    content: "";
    display: block;
    clear: left; }
  #ucNewsList .divtitle {
    line-height: 38px;
    font-size: 1em;
    vertical-align: middle;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    font-weight: normal; }
  #ucNewsList .nl-serach {
    height: 38px;
    margin-right: 10px;
    position: relative;
    top: 1px;
    width: 300px;
    padding: 6px;
    padding-left: 20px;
    outline: none;
    border: 1px solid #B0B0B0;
    border-radius: 5px; }
    #ucNewsList .nl-serach:hover, #ucNewsList .nl-serach:focus {
      border: 1px solid #6363FF; }
  #ucNewsList .sb-input {
    width: 300px;
    height: 38px;
    padding-left: 15px;
    border: 1px solid #B0B0B0;
    border-radius: 3px;
    float: left;
    margin-right: 10px;
    outline: none; }
    #ucNewsList .sb-input:hover {
      border: 1px solid #1C1CFF; }
    #ucNewsList .sb-input:focus {
      -moz-box-shadow: 0 0 5px rgba(28, 28, 255, 0.5);
      -webkit-box-shadow: 0 0 5px rgba(28, 28, 255, 0.5);
      box-shadow: 0 0 5px rgba(28, 28, 255, 0.5);
      border: 1px solid #1C1CFF; }
  #ucNewsList .sb-clear {
    width: 120px;
    font-size: 1em;
    height: 38px;
    background-color: white;
    border: 1px solid #B0B0B0;
    border-radius: 3px;
    color: black;
    float: left;
    text-align: center;
    vertical-align: middle;
    line-height: 34px; }
    #ucNewsList .sb-clear:hover {
      background-color: #F5F5F5; }
    #ucNewsList .sb-clear:active {
      -moz-box-shadow: 1px 1px 5px #bdbdbd inset;
      -webkit-box-shadow: 1px 1px 5px #bdbdbd inset;
      box-shadow: 1px 1px 5px #bdbdbd inset;
      background-color: #D1D1D1; }
  #ucNewsList > a, #ucNewsList button, #ucNewsList .sb-submit {
    width: 120px;
    font-size: 1em;
    height: 38px;
    margin-right: 10px;
    background-color: #5bc0de;
    border: 1px solid #46b8da;
    border-radius: 3px;
    color: white;
    float: left;
    text-align: center;
    vertical-align: middle;
    line-height: 34px; }
    #ucNewsList > a:hover, #ucNewsList button:hover, #ucNewsList .sb-submit:hover {
      background-color: #50ADC4; }
    #ucNewsList > a:active, #ucNewsList button:active, #ucNewsList .sb-submit:active {
      -moz-box-shadow: 1px 1px 5px #377784 inset;
      -webkit-box-shadow: 1px 1px 5px #377784 inset;
      box-shadow: 1px 1px 5px #377784 inset;
      background-color: #49A0B2; }
  #ucNewsList .nl-title {
    border-top: 1px solid #8282FF;
    border-bottom: 1px solid #8282FF;
    color: #8282FF;
    padding-top: 17px;
    padding-bottom: 17px;
    text-align: center; }
    #ucNewsList .nl-title > div {
      float: left; }
    @media (min-width: 960px) {
      #ucNewsList .nl-title > div:nth-child(1), #ucNewsList .nl-title div:nth-child(3) {
        width: 15%;
        text-align: center; }
      #ucNewsList .nl-title > div:nth-child(2) {
        width: 70%;
        text-align: left;
        padding-left: 18px; } }
    @media (max-width: 960px) and (min-width: 680px) {
      #ucNewsList .nl-title > div:nth-child(1) {
        width: 20%;
        text-align: center; }
      #ucNewsList .nl-title div:nth-child(3) {
        display: none; }
      #ucNewsList .nl-title > div:nth-child(2) {
        width: 80%;
        text-align: left;
        padding-left: 18px; } }
    #ucNewsList .nl-title:after {
      content: "";
      display: block;
      clear: left; }
  @media (max-width: 680px) {
    #ucNewsList .nl-title {
      display: none; } }
  #ucNewsList .page-active {
    background-color: #265590;
    color: white; }
  #ucNewsList .pager li {
    margin-right: 5px; }
  #ucNewsList .nl-List a {
    color: #212121;
    display: block;
    padding-top: 18px;
    padding-bottom: 18px;
    word-break: normal !important; }
    #ucNewsList .nl-List a:hover {
      color: #00008A; }
  #ucNewsList .nl-List tr:nth-child(even) {
    background-color: #F4F4FF; }
  #ucNewsList .nl-List table {
    width: 100%; }
  #ucNewsList .nl-List tr {
    padding-bottom: 10px;
    border-bottom: 1px dashed #969696; }
    #ucNewsList .nl-List tr td {
      padding: 18px;
      padding-bottom: 0;
      padding-top: 0;
      vertical-align: middle !important; }
      #ucNewsList .nl-List tr td div {
        display: none; }
    @media (min-width: 960px) {
      #ucNewsList .nl-List tr td:nth-child(1), #ucNewsList .nl-List tr td:nth-child(3) {
        width: 15%; }
      #ucNewsList .nl-List tr td:nth-child(2) {
        width: 70%; } }
    @media (max-width: 960px) and (min-width: 680px) {
      #ucNewsList .nl-List tr td:nth-child(1) {
        width: 20%; }
      #ucNewsList .nl-List tr td:nth-child(3) {
        display: none; }
      #ucNewsList .nl-List tr td:nth-child(2) {
        width: 80%; } }
    @media (max-width: 680px) {
      #ucNewsList .nl-List tr td:nth-child(1) {
        width: 20%; }
      #ucNewsList .nl-List tr td:nth-child(1), #ucNewsList .nl-List tr td:nth-child(3) {
        display: none; }
      #ucNewsList .nl-List tr td:nth-child(2) {
        width: 100%; }
        #ucNewsList .nl-List tr td:nth-child(2) i {
          margin-right: 5px; }
        #ucNewsList .nl-List tr td:nth-child(2) div {
          display: block;
          margin-bottom: 5px; } }
    #ucNewsList .nl-List tr:hover {
      background-color: #E0E0FF; }
    #ucNewsList .nl-List tr > .nl-date {
      text-align: center; }
    #ucNewsList .nl-List tr > .nl-disivion {
      text-align: center; }
  @media (max-width: 740px) {
    #ucNewsList .divtitle, #ucNewsList .cl-page {
      display: none;
      margin-right: 0; }
    #ucNewsList .sb-input {
      width: 100%;
      margin-bottom: 10px; }
    #ucNewsList .sb-submit {
      width: calc(50% - 5px) !important;
      margin-right: 10px !important;
      float: left !important;
      margin: 0; }
    #ucNewsList .sb-clear {
      width: calc(50% - 5px) !important;
      float: left !important;
      margin: 0; } }
  @media (max-width: 460px) {
    #ucNewsList .cl-before, #ucNewsList .cl-last {
      display: none; } }

#ucNewsContent {
  padding: 30px;
  padding-top: 15px; }
  #ucNewsContent ol {
    padding-left: 40px;
    margin: 10px; }
    #ucNewsContent ol li {
      list-style-type: decimal; }
  #ucNewsContent img {
    cursor: pointer; }
  #ucNewsContent h3 {
    font-size: 1.1em !important;
    font-weight: bold; }
  #ucNewsContent .nc-topText {
    font-size: 0.8em;
    margin-bottom: 25px;
    padding-right: 10px;
    color: #737373; }
    @media (min-width: 710px) {
      #ucNewsContent .nc-topText > div {
        float: right;
        margin-right: 10px; }
        #ucNewsContent .nc-topText > div > i {
          margin-right: 5px; }
      #ucNewsContent .nc-topText:after {
        content: '';
        display: block;
        clear: both; } }
    @media (max-width: 710px) {
      #ucNewsContent .nc-topText > div > i {
        margin-right: 5px; } }
  #ucNewsContent .goBackZone {
    margin-top: 40px;
    text-align: center; }
    #ucNewsContent .goBackZone .sb-submit, #ucNewsContent .goBackZone a {
      display: inline-block;
      width: 120px;
      font-size: 1em;
      height: 38px;
      margin-right: 10px;
      background-color: #337ab7;
      border: 1px solid #3B9AB5;
      border-radius: 3px;
      color: white;
      text-align: center;
      vertical-align: middle;
      line-height: 34px; }
      @media screen and (max-width: 550px) {
        #ucNewsContent .goBackZone .sb-submit, #ucNewsContent .goBackZone a {
          width: 25%; } }
      #ucNewsContent .goBackZone .sb-submit:hover, #ucNewsContent .goBackZone a:hover {
        background-color: #286291; }
      #ucNewsContent .goBackZone .sb-submit:active, #ucNewsContent .goBackZone a:active {
        -moz-box-shadow: 1px 1px 5px #377784 inset;
        -webkit-box-shadow: 1px 1px 5px #377784 inset;
        box-shadow: 1px 1px 5px #377784 inset;
        background-color: #286291; }
  #ucNewsContent .nc-title {
    text-align: center;
    font-size: 1.35em;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 20px; }
  #ucNewsContent .nc-content {
    font-size: 1.2em;
    line-height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 300; }
    #ucNewsContent .nc-content p {
      margin-bottom: 10px; }
  #ucNewsContent .nc-picZone {
    margin-top: 15px;
    text-align: center; }
  #ucNewsContent .nc-fileZone > div {
    line-height: 40px;
    vertical-align: middle;
    text-align: left; }
    #ucNewsContent .nc-fileZone > div > a {
      display: block; }
      #ucNewsContent .nc-fileZone > div > a > img {
        width: 30px;
        margin: 0;
        position: relative;
        top: -3px;
        margin-right: 10px; }

#ucWebList {
  padding: 30px; }
  #ucWebList > table {
    width: 100%; }
    #ucWebList > table thead tr {
      border-bottom: 1px solid #8282FF;
      border-top: 1px solid #8282FF;
      color: #8282FF;
      font-size: 1em; }
      #ucWebList > table thead tr th {
        padding: 15px;
        font-weight: normal; }
      #ucWebList > table thead tr th:nth-child(1) {
        min-width: 70px;
        text-align: center; }
      #ucWebList > table thead tr th:nth-child(2) {
        width: 65%; }
      #ucWebList > table thead tr th:nth-child(3) {
        text-align: center;
        min-width: 120px; }
      #ucWebList > table thead tr th:nth-child(4) {
        text-align: center;
        width: 130px;
        min-width: 130px; }
      @media (max-width: 790px) {
        #ucWebList > table thead tr th:nth-child(1) {
          display: none; }
        #ucWebList > table thead tr th:nth-child(2) {
          width: 60%; }
        #ucWebList > table thead tr th:nth-child(3) {
          text-align: center;
          width: 20%; } }
      @media (max-width: 600px) {
        #ucWebList > table thead tr th:nth-child(3) {
          display: none; }
        #ucWebList > table thead tr th:nth-child(2) {
          width: 80%; } }
    #ucWebList > table tbody tr:nth-child(even) {
      background-color: #F4F4FF; }
    #ucWebList > table tbody tr {
      border-bottom: 1px dashed #969696;
      font-size: 1em; }
      #ucWebList > table tbody tr i {
        margin-left: 10px; }
      #ucWebList > table tbody tr:hover {
        background-color: #FFD8FF; }
      #ucWebList > table tbody tr td {
        padding: 15px;
        vertical-align: middle;
        height: 65px;
        line-height: 30px; }
        #ucWebList > table tbody tr td .b-h {
          color: black; }
        #ucWebList > table tbody tr td img {
          position: relative;
          width: 33%;
          top: -1px; }
      @media (max-width: 790px) {
        #ucWebList > table tbody tr td:nth-child(1) {
          display: none; } }
      @media (max-width: 600px) {
        #ucWebList > table tbody tr td:nth-child(3) {
          display: none; } }
      #ucWebList > table tbody tr td:nth-child(3), #ucWebList > table tbody tr td:nth-child(4), #ucWebList > table tbody tr td:nth-child(1) {
        text-align: center; }

#ucWebGroupList {
  padding: 30px; }
  #ucWebGroupList .SearchBar {
    margin-bottom: 20px; }
    #ucWebGroupList .SearchBar > select {
      width: 150px;
      height: 38px;
      padding-left: 5px;
      border-radius: 3px;
      float: left;
      margin-right: 10px;
      outline: none; }
      #ucWebGroupList .SearchBar > select:hover {
        border: 1px solid #1C1CFF; }
      #ucWebGroupList .SearchBar > select:focus {
        -moz-box-shadow: 0 0 5px rgba(28, 28, 255, 0.5);
        -webkit-box-shadow: 0 0 5px rgba(28, 28, 255, 0.5);
        box-shadow: 0 0 5px rgba(28, 28, 255, 0.5);
        border: 1px solid #1C1CFF; }
    #ucWebGroupList .SearchBar > .sb-input {
      width: 280px;
      height: 38px;
      padding-left: 15px;
      border: 1px solid #B0B0B0;
      border-radius: 3px;
      float: left;
      margin-right: 10px;
      outline: none; }
      #ucWebGroupList .SearchBar > .sb-input:hover {
        border: 1px solid #1C1CFF; }
      #ucWebGroupList .SearchBar > .sb-input:focus {
        -moz-box-shadow: 0 0 5px rgba(28, 28, 255, 0.5);
        -webkit-box-shadow: 0 0 5px rgba(28, 28, 255, 0.5);
        box-shadow: 0 0 5px rgba(28, 28, 255, 0.5);
        border: 1px solid #1C1CFF; }
    #ucWebGroupList .SearchBar > .sb-clear {
      width: 90px;
      font-size: 1em;
      height: 38px;
      background-color: white;
      border: 1px solid #B0B0B0;
      border-radius: 3px;
      color: black;
      float: left;
      text-align: center;
      vertical-align: middle;
      line-height: 34px; }
      #ucWebGroupList .SearchBar > .sb-clear:hover {
        background-color: #F5F5F5; }
      #ucWebGroupList .SearchBar > .sb-clear:active {
        -moz-box-shadow: 1px 1px 5px #bdbdbd inset;
        -webkit-box-shadow: 1px 1px 5px #bdbdbd inset;
        box-shadow: 1px 1px 5px #bdbdbd inset;
        background-color: #D1D1D1; }
    #ucWebGroupList .SearchBar > a, #ucWebGroupList .SearchBar button, #ucWebGroupList .SearchBar .sb-submit {
      width: 90px;
      font-size: 1em;
      height: 38px;
      margin-right: 10px;
      background-color: #5bc0de;
      border: 1px solid #46b8da;
      border-radius: 3px;
      color: white;
      float: left;
      text-align: center;
      vertical-align: middle;
      line-height: 34px; }
      #ucWebGroupList .SearchBar > a:hover, #ucWebGroupList .SearchBar button:hover, #ucWebGroupList .SearchBar .sb-submit:hover {
        background-color: #50ADC4; }
      #ucWebGroupList .SearchBar > a:active, #ucWebGroupList .SearchBar button:active, #ucWebGroupList .SearchBar .sb-submit:active {
        -moz-box-shadow: 1px 1px 5px #377784 inset;
        -webkit-box-shadow: 1px 1px 5px #377784 inset;
        box-shadow: 1px 1px 5px #377784 inset;
        background-color: #49A0B2; }
    @media (max-width: 830px) {
      #ucWebGroupList .SearchBar > select {
        width: calc(35% - 10px);
        float: left; }
      #ucWebGroupList .SearchBar .sb-input {
        width: 65%;
        float: left;
        margin: 0;
        margin-bottom: 10px; }
      #ucWebGroupList .SearchBar .sb-clear {
        width: calc(50% - 5px);
        float: left;
        margin: 0; }
      #ucWebGroupList .SearchBar .sb-submit {
        width: calc(50% - 5px);
        float: left;
        margin-right: 10px; } }
    @media (max-width: 570px) {
      #ucWebGroupList .SearchBar > select {
        width: 100%;
        float: left;
        margin: 0;
        margin-bottom: 10px; }
      #ucWebGroupList .SearchBar .sb-input {
        width: 100%;
        float: left;
        margin: 0;
        margin-bottom: 10px; } }
  #ucWebGroupList > table {
    width: 100%;
    font-size: 1em; }
    #ucWebGroupList > table thead tr {
      border-bottom: 1px solid #8282FF;
      border-top: 1px solid #8282FF;
      color: #8282FF; }
      #ucWebGroupList > table thead tr th {
        padding: 15px;
        font-weight: normal; }
      #ucWebGroupList > table thead tr th:nth-child(1) {
        width: 25%; }
      #ucWebGroupList > table thead tr th:nth-child(2) {
        width: 65%; }
      #ucWebGroupList > table thead tr th:nth-child(3) {
        text-align: center;
        width: 130px;
        min-width: 130px; }
      #ucWebGroupList > table thead tr th:nth-child(4) {
        text-align: center;
        min-width: 150px; }
      @media (max-width: 790px) {
        #ucWebGroupList > table thead tr th:nth-child(4) {
          display: none; } }
      @media (max-width: 700px) {
        #ucWebGroupList > table thead tr th:nth-child(1) {
          display: none; }
        #ucWebGroupList > table thead tr th:nth-child(2) {
          width: 80%; } }
    #ucWebGroupList > table tbody tr:nth-child(even) {
      background-color: #F4F4FF; }
    #ucWebGroupList > table tbody tr {
      border-bottom: 1px dashed #969696; }
      #ucWebGroupList > table tbody tr i {
        margin-left: 10px; }
      #ucWebGroupList > table tbody tr:hover {
        background-color: #EAEAFF; }
      #ucWebGroupList > table tbody tr td {
        padding: 15px;
        vertical-align: middle;
        height: 65px;
        line-height: 30px; }
        #ucWebGroupList > table tbody tr td .h-b {
          color: black; }
        #ucWebGroupList > table tbody tr td div {
          display: none;
          color: #6363FF; }
        #ucWebGroupList > table tbody tr td img {
          position: relative;
          top: -1px; }
      #ucWebGroupList > table tbody tr td:nth-child(3), #ucWebGroupList > table tbody tr td:nth-child(4) {
        text-align: center; }
      @media (max-width: 790px) {
        #ucWebGroupList > table tbody tr td:nth-child(4) {
          display: none; } }
      @media (max-width: 700px) {
        #ucWebGroupList > table tbody tr td div {
          display: block;
          font-size: 0.8em; }
          #ucWebGroupList > table tbody tr td div i {
            margin: 0;
            margin-right: 5px; }
        #ucWebGroupList > table tbody tr td:nth-child(1) {
          display: none; } }
  #ucWebGroupList .page-active {
    background-color: #265590;
    color: white; }
  #ucWebGroupList .pager li {
    margin-right: 5px; }
  @media (max-width: 740px) {
    #ucWebGroupList .divtitle, #ucWebGroupList .cl-page {
      display: none;
      margin-right: 0; }
    #ucWebGroupList .sb-input {
      width: 100%;
      margin-bottom: 10px; }
    #ucWebGroupList .sb-submit {
      width: calc(50% - 5px) !important;
      margin-right: 10px !important;
      float: left !important;
      margin: 0; }
    #ucWebGroupList .sb-clear {
      width: calc(50% - 5px) !important;
      float: left !important;
      margin: 0; } }
  @media (max-width: 460px) {
    #ucWebGroupList .cl-before, #ucWebGroupList .cl-last {
      display: none; } }

#ucAchievementContent {
  padding: 20px;
  padding-bottom: 50px; }
  #ucAchievementContent > .smallZone {
    display: none; }
    @media (max-width: 580px) {
      #ucAchievementContent > .smallZone {
        width: 100%;
        height: 70px;
        display: inline-block; }
        #ucAchievementContent > .smallZone > .leftBtnZone {
          float: left;
          width: 50%;
          text-align: center; }
          #ucAchievementContent > .smallZone > .leftBtnZone a {
            margin: auto;
            display: block;
            position: relative;
            top: 10px;
            height: 60px;
            width: 100%;
            font-size: 2.3em; }
        #ucAchievementContent > .smallZone > .rightBtnZone {
          float: left;
          width: 50%;
          text-align: center; }
          #ucAchievementContent > .smallZone > .rightBtnZone a {
            margin: auto;
            display: block;
            position: relative;
            top: 10px;
            height: 60px;
            width: 100%;
            font-size: 2.3em; } }
  #ucAchievementContent > .leftBtnZone {
    float: left;
    width: 20%;
    text-align: center; }
    #ucAchievementContent > .leftBtnZone a {
      margin: auto;
      display: block;
      position: relative;
      top: 10px;
      height: 60px;
      width: 80px;
      font-size: 2.3em; }
    @media (max-width: 580px) {
      #ucAchievementContent > .leftBtnZone {
        display: none; } }
  #ucAchievementContent > .topTitleZone > .rightBtnZone {
    float: left;
    width: 20%;
    text-align: center; }
    #ucAchievementContent > .topTitleZone > .rightBtnZone a {
      margin: auto;
      display: block;
      position: relative;
      top: 10px;
      height: 60px;
      width: 80px;
      font-size: 2.3em; }
    @media (max-width: 580px) {
      #ucAchievementContent > .topTitleZone > .rightBtnZone {
        display: none; } }
  #ucAchievementContent > .topTitleZone > .titleZone {
    float: left;
    width: 60%;
    text-align: center; }
    #ucAchievementContent > .topTitleZone > .titleZone > .t-title {
      font-size: 1.55em; }
    @media (max-width: 580px) {
      #ucAchievementContent > .topTitleZone > .titleZone {
        width: 100%; } }
  #ucAchievementContent .ac-picBoxZonex {
    position: relative;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 15px;
    text-align: center; }
    #ucAchievementContent .ac-picBoxZonex .ac-picBoxx {
      margin: auto;
      box-shadow: 0 0 3px rgba(51, 51, 102, 0.6), 4px 4px 6px rgba(51, 51, 102, 0.4), 6px 6px 12px rgba(51, 51, 102, 0.4);
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      width: 100%;
      max-width: 800px;
      background-color: white;
      z-index: 3;
      padding: 10px;
      position: relative;
      display: inline-block;
      font-size: 1.3em;
      color: black; }
      #ucAchievementContent .ac-picBoxZonex .ac-picBoxx > div:last-child {
        padding: 5px;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center; }
    #ucAchievementContent .ac-picBoxZonex .ac-pic-Zonex {
      box-shadow: 1px 1px 3px 2px rgba(51, 51, 102, 0.5) inset;
      width: 100%;
      background-size: cover;
      background-position: center center; }
    @media (max-width: 800px) {
      #ucAchievementContent .ac-picBoxZonex .ac-pic-Zonex {
        height: 350px; } }
    @media (max-width: 700px) {
      #ucAchievementContent .ac-picBoxZonex .ac-pic-Zonex {
        height: 300px; } }
    @media (max-width: 600px) {
      #ucAchievementContent .ac-picBoxZonex .ac-pic-Zonex {
        height: 250px; } }

#ucSiteMap {
  padding-top: 30px;
  padding-bottom: 50px; }
  #ucSiteMap .fat-itemZone .fat-itemTitle {
    padding-left: 5px;
    color: #6E6E6E;
    font-weight: bold; }
    #ucSiteMap .fat-itemZone .fat-itemTitle > i {
      margin-right: 10px; }
    #ucSiteMap .fat-itemZone .fat-itemTitle > a {
      color: #6E6E6E !important;
      font-weight: bold;
      font-size: 1.5em; }
    #ucSiteMap .fat-itemZone .fat-itemTitle > a:hover {
      color: black; }
  #ucSiteMap .fat-itemZone .fat-hr {
    padding: 12px;
    padding-left: 0;
    padding-right: 20px; }
    #ucSiteMap .fat-itemZone .fat-hr > div {
      border-bottom: 1px solid #D9D9D9; }
  #ucSiteMap .fat-itemZone .fat-itemList {
    padding-left: 35px; }
    #ucSiteMap .fat-itemZone .fat-itemList > ul {
      list-style: none; }
      #ucSiteMap .fat-itemZone .fat-itemList > ul > li {
        padding: 2px;
        padding-left: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        #ucSiteMap .fat-itemZone .fat-itemList > ul > li a {
          color: #6E6E6E;
          padding: 10px;
          padding-left: 0;
          font-size: 1em; }
        #ucSiteMap .fat-itemZone .fat-itemList > ul > li > a:hover, #ucSiteMap .fat-itemZone .fat-itemList > ul > li a:focus {
          color: black; }

.sm-ext {
  padding: 30px;
  font-size: 1em; }

@media (max-width: 770px) {
  #fatfooterDiv {
    display: none; } }

#footerDiv .sm-block-3 > a {
  color: white; }

@media (max-width: 500px) {
  .sm-block-1 {
    display: inline-block;
    width: 100%; }
  .sm-hidden-1 {
    display: none; } }

@media (max-width: 570px) {
  .sm-block-2 {
    display: inline-block;
    width: 100%; }
  .sm-hidden-2 {
    display: none; } }

@media (max-width: 520px) {
  .sm-block-3 {
    display: inline-block;
    width: 100%; }
  .sm-hidden-3 {
    display: none; } }

@media (max-width: 590px) {
  .sm-block-4 {
    display: inline-block;
    width: 100%; }
  .sm-hidden-4 {
    display: none; } }

#ucSearchPage {
  padding: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s; }
  #ucSearchPage .list-title {
    font-size: 1.1em;
    font-weight: 900;
    margin-top: 5px;
    margin-bottom: 5px; }
    #ucSearchPage .list-title > a {
      color: #0000BD; }
  #ucSearchPage i {
    margin-left: 5px; }
  #ucSearchPage img {
    width: 35px; }
  #ucSearchPage .highlightRed {
    color: red;
    font-weight: 900; }
  #ucSearchPage .sp-content {
    font-size: 1em; }
  #ucSearchPage .sp-bread {
    font-size: 0.8em; }
    #ucSearchPage .sp-bread a {
      color: #9C9C9C; }
  #ucSearchPage .SearchBar {
    margin-bottom: 20px; }
    #ucSearchPage .SearchBar > select {
      width: 150px;
      height: 38px;
      padding-left: 5px;
      border-radius: 3px;
      float: right;
      margin-right: 10px;
      outline: none; }
      #ucSearchPage .SearchBar > select:hover {
        border: 1px solid #1C1CFF; }
      #ucSearchPage .SearchBar > select:focus {
        -moz-box-shadow: 0 0 5px rgba(28, 28, 255, 0.5);
        -webkit-box-shadow: 0 0 5px rgba(28, 28, 255, 0.5);
        box-shadow: 0 0 5px rgba(28, 28, 255, 0.5);
        border: 1px solid #1C1CFF; }
    #ucSearchPage .SearchBar > .sb-input {
      width: 280px;
      height: 38px;
      padding-left: 15px;
      border: 1px solid #B0B0B0;
      border-radius: 3px;
      float: left;
      margin-right: 10px;
      outline: none; }
      #ucSearchPage .SearchBar > .sb-input:hover {
        border: 1px solid #1C1CFF; }
      #ucSearchPage .SearchBar > .sb-input:focus {
        -moz-box-shadow: 0 0 5px rgba(28, 28, 255, 0.5);
        -webkit-box-shadow: 0 0 5px rgba(28, 28, 255, 0.5);
        box-shadow: 0 0 5px rgba(28, 28, 255, 0.5);
        border: 1px solid #1C1CFF; }
    #ucSearchPage .SearchBar > .sb-clear {
      width: 90px;
      font-size: 1em;
      height: 38px;
      background-color: white;
      border: 1px solid #B0B0B0;
      border-radius: 3px;
      color: black;
      float: left;
      text-align: center;
      vertical-align: middle;
      line-height: 34px; }
      #ucSearchPage .SearchBar > .sb-clear:hover {
        background-color: #F5F5F5; }
      #ucSearchPage .SearchBar > .sb-clear:active {
        -moz-box-shadow: 1px 1px 5px #bdbdbd inset;
        -webkit-box-shadow: 1px 1px 5px #bdbdbd inset;
        box-shadow: 1px 1px 5px #bdbdbd inset;
        background-color: #D1D1D1; }
    #ucSearchPage .SearchBar > a, #ucSearchPage .SearchBar button, #ucSearchPage .SearchBar .sb-submit {
      width: 90px;
      font-size: 1em;
      height: 38px;
      margin-right: 10px;
      background-color: #5bc0de;
      border: 1px solid #46b8da;
      border-radius: 3px;
      color: white;
      float: left;
      text-align: center;
      vertical-align: middle;
      line-height: 34px; }
      #ucSearchPage .SearchBar > a:hover, #ucSearchPage .SearchBar button:hover, #ucSearchPage .SearchBar .sb-submit:hover {
        background-color: #50ADC4; }
      #ucSearchPage .SearchBar > a:active, #ucSearchPage .SearchBar button:active, #ucSearchPage .SearchBar .sb-submit:active {
        -moz-box-shadow: 1px 1px 5px #377784 inset;
        -webkit-box-shadow: 1px 1px 5px #377784 inset;
        box-shadow: 1px 1px 5px #377784 inset;
        background-color: #49A0B2; }
    @media (max-width: 830px) {
      #ucSearchPage .SearchBar > select {
        width: 100%;
        float: left; }
      #ucSearchPage .SearchBar .sb-input {
        width: 100%;
        float: left;
        margin: 0;
        margin-bottom: 10px; }
      #ucSearchPage .SearchBar .sb-clear {
        width: calc(50% - 5px);
        float: left;
        margin: 0;
        margin-bottom: 10px; }
      #ucSearchPage .SearchBar .sb-submit {
        width: calc(50% - 5px);
        float: left;
        margin-right: 10px; } }
    @media (max-width: 570px) {
      #ucSearchPage .SearchBar > select {
        width: 100%;
        float: left;
        margin: 0;
        margin-bottom: 10px; }
      #ucSearchPage .SearchBar .sb-input {
        width: 100%;
        float: left;
        margin: 0;
        margin-bottom: 10px; } }
  #ucSearchPage .page-active {
    background-color: #265590;
    color: white; }
  #ucSearchPage .pager li {
    margin-right: 5px; }
  @media (max-width: 740px) {
    #ucSearchPage .divtitle, #ucSearchPage .cl-page {
      display: none;
      margin-right: 0; }
    #ucSearchPage .sb-input {
      width: 100%;
      margin-bottom: 10px; }
    #ucSearchPage .sb-submit {
      width: calc(50% - 5px) !important;
      margin-right: 10px !important;
      float: left !important;
      margin: 0; }
    #ucSearchPage .sb-clear {
      width: calc(50% - 5px) !important;
      float: left !important;
      margin: 0; } }
  @media (max-width: 460px) {
    #ucSearchPage .cl-before, #ucSearchPage .cl-last {
      display: none; } }

#statDiv {
  background-color: #D9D9D9;
  min-height: 350px;
  position: relative;
  padding: 30px; }
  #statDiv #statPic {
    font-family: 微軟正黑體; }
  #statDiv .rightMsg:hover {
    box-shadow: 0 0 3px rgba(51, 51, 102, 0.6), 4px 4px 6px rgba(51, 51, 102, 0.4), 6px 6px 12px rgba(51, 51, 102, 0.4); }
  #statDiv .rightMsg {
    box-shadow: 0 0 3px rgba(51, 51, 102, 0.6), 4px 4px 6px rgba(51, 51, 102, 0.4), 0 0 0 rgba(51, 51, 102, 0.4);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s; }
    #statDiv .rightMsg .rm-body {
      background-color: white;
      padding: 20px; }
  #statDiv .rl-more {
    padding: 16px;
    text-align: center;
    background-color: #142640;
    color: white;
    font-size: 1.6em;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s; }
    #statDiv .rl-more > a {
      color: #FFFFAB; }
      #statDiv .rl-more > a:hover {
        color: #FFFF59; }
  #statDiv .rl-more:hover {
    background-color: #325E99; }
  #statDiv .rm-List .rm-display {
    display: none; }
  #statDiv .rm-List > .rl-table {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    width: 100%; }
    #statDiv .rm-List > .rl-table td {
      vertical-align: middle;
      padding: 18px;
      height: 88px;
      font-size: 0.9em; }
      #statDiv .rm-List > .rl-table td > div {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        -moz-box-orient: vertical;
        line-height: 24px;
        overflow: hidden; }
        #statDiv .rm-List > .rl-table td > div > a {
          color: #363636; }
          #statDiv .rm-List > .rl-table td > div > a:hover {
            color: #000080; }
    #statDiv .rm-List > .rl-table .rl-icon {
      padding-right: 0;
      width: 60px; }
    #statDiv .rm-List > .rl-table i {
      font-size: 1.9em; }
    #statDiv .rm-List > .rl-table tr {
      border-bottom: 1px solid #4F4FFF; }
    #statDiv .rm-List > .rl-table tr:hover {
      background-color: #F5F5F5; }
    #statDiv .rm-List > .rl-table .endtr {
      border-bottom: 0; }
  #statDiv .rm-List > .rl-data {
    padding: 10px;
    padding-top: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    height: 72px; }
  #statDiv .rm-List > .rl-line {
    margin-top: 20px;
    border-bottom: 1px solid #4F4FFF; }
  #statDiv .newsTime {
    width: 125px; }
  @media (max-width: 510px) {
    #statDiv .newsTime {
      display: none; } }

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  background-size: cover;
  font-family: "微軟正黑體" !important;
  overflow-y: scroll;
  overflow-x: hidden; }

#indexBody, #masterPageBody {
  min-width: 400px;
  overflow-x: hidden; }

.tabBox {
  position: relative;
  top: 0;
  left: 0; }
  .tabBox > a {
    position: absolute;
    width: 20px;
    display: inline-block;
    height: 20px;
    text-align: center;
    line-height: 20px;
    vertical-align: middle; }

a {
  text-decoration: none !important; }

.k-clearLeft {
  clear: left !important; }

.image-align-center {
  text-align: center; }

.div_text_shadow {
  color: white;
  font-size: 3.5em;
  text-shadow: black 2px 2px 0px; }

.div_text_shadow2 {
  color: white;
  font-size: 1.4em;
  font-weight: bolder;
  text-shadow: black 2px 1px 0px; }

.div_text_shadow3 {
  color: yellow;
  font-weight: bolder;
  text-shadow: #5959ff 1px 1px 0px; }

.kai-hand {
  cursor: pointer; }

html, body, div, span, p, a, img, i, ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  word-break: break-all;
  list-style-type: none; }

.icno1 {
  position: absolute;
  top: -5px; }
  .icno1 > div {
    position: relative;
    left: -110px;
    background-color: #ffffff;
    width: 105px;
    height: 105px;
    border-radius: 22px;
    z-index: 999;
    overflow: hidden;
    border: 2px solid #ADADAD;
    opacity: 0.95;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s; }
    .icno1 > div:hover {
      opacity: 1;
      background-color: #F2F2F2;
      border: 2px solid #7F7F7F; }

.icno2 {
  position: absolute;
  top: 110px; }
  .icno2 > div {
    position: relative;
    background-color: #3A559F;
    left: -110px;
    width: 105px;
    height: 105px;
    border-radius: 22px;
    z-index: 999;
    overflow: hidden;
    border: 2px solid #314884;
    opacity: 0.95;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s; }
    .icno2 > div:hover {
      opacity: 1;
      background-color: #324A87;
      border: 2px solid #22335B; }

.ingb {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover; }

#toolbar {
  height: 38px; }
  #toolbar a {
    text-indent: -9999px; }

@media print {
  #fatfooterDiv, #leftZone, #topDiv, #footerDiv, #mohref, .k-print {
    display: none !important; } }

@media (max-width: 720px) {
  a[href]:after {
    content: none !important; } }

#errorPage {
  padding: 0;
  background-color: white;
  font-family: 微軟正黑體;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px;
  width: 300px;
  margin: auto;
  margin-top: 150px;
  padding: 30px;
  text-align: center; }

.goMainContent {
  position: absolute;
  color: white;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 5px; }
  .goMainContent:focus {
    display: inline-block;
    color: white;
    width: auto;
    height: auto;
    background-color: #1C1CFF; }

h2 {
  font-size: 1em !important; }

