/* -------------------------------------------------
 * 
 * -------------------------------------------------
*/
@import url(./bootstrap.min.css);
/* -------------------------------------------------
 * 
 * -------------------------------------------------
*/
[v-cloak] { display: none !important; }

nav {
  width: 100%;
  height: 60px;
  background: #fff;
  box-shadow: 1px 1px 10px #ccc;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  nav .inner {
    width: 1200px;
    height: 60px;
    margin: 0 auto; }
    nav .inner .logo {
      width: 100px;
      height: 60px;
      line-height: 60px;
      float: left;
      text-align: center; }
      nav .inner .logo a {
        color: #0066CC; /* 原 #3fbad9 改为蓝色主调 */
        font-size: 26px;
        font-weight: 700;
        text-decoration: none; }
    nav .inner .items {
      float: right;
      margin-right: 20px; }
      nav .inner .items li {
        height: 60px;
        line-height: 60px;
        float: left;
        text-align: center;
        list-style: none;
        padding: 0 15px; }
        /* 导航菜单按钮美化（加框 + 统一风格） */
        nav .inner .items li a {
          padding: 4px 10px;
          border: 1px solid #0066CC; /* 边框改为蓝色主调 */
          border-radius: 4px;
          color: #0066CC !important; /* 文字改为蓝色主调 */
          text-decoration: none !important;
          transition: all 0.2s ease;
          font-size: 16px; }
          nav .inner .items li a:hover {
            background: #0066CC; /* hover背景改为蓝色主调 */
            color: #fff !important; }
    nav .inner .search {
      height: 35px;
      float: left;
      margin: 14px 0 0 60px; }
      nav .inner .search input {
        float: left;
        height: 35px;
        outline: none;
        width: 350px;
        padding-left: 20px;
        border-radius: 4px 0 0 4px;
        float: left; }
        nav .inner .search input:focus {
          border-color: #0066CC; /* 聚焦边框改为蓝色主调 */
          outline: none; }
      /* 搜索按钮美化 */
      nav .inner .search button {
        width: 80px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        transition: all 0.2s ease;
        background: #0066CC; /* 按钮背景改为蓝色主调 */
        color: #fff;
        font-weight: 600;
        float: left;
        border: none;
        outline: none;
        border-radius: 0 4px 4px 0; }
        nav .inner .search button:hover {
          background: #004c99; /* hover深色版 */ }
    nav .inner .btnGroup {
      float: right;
      height: 60px;
      line-height: 60px; }
      /* 登录注册按钮美化 */
      nav .inner .btnGroup a {
        transition: all 0.2s ease; }
      nav .inner .btnGroup .login-btn {
        display: inline-block;
        height: 25px;
        line-height: 23px;
        text-align: center;
        border-radius: 4px;
        margin-left: 10px;
        text-decoration: none;
        padding: 0 10px;
        border: 1px solid #0066CC; /* 边框改为蓝色主调 */
        background: #0066CC !important; /* 背景改为蓝色主调 */
        color: #fff !important; }
        nav .inner .btnGroup .login-btn:hover {
          background: #004c99 !important; /* hover深色版 */
          border-color: #004c99; }
      nav .inner .btnGroup .register-btn {
        display: inline-block;
        height: 25px;
        line-height: 23px;
        text-align: center;
        border-radius: 4px;
        margin-left: 10px;
        text-decoration: none;
        padding: 0 10px;
        color: #0066CC !important; /* 文字改为蓝色主调 */
        border: 1px solid #0066CC !important; /* 边框改为蓝色主调 */
        transition: all 0.2s ease;
        background: #fff !important; }
        nav .inner .btnGroup .register-btn:hover {
          background: #f0f7ff !important; /* 浅蓝背景 */
          color: #004c99 !important; /* hover深色文字 */
          border-color: #004c99; }
/* 列表行鼠标悬浮高亮效果 */
.list-item:hover {
    background-color: #f0f7ff; /* 浅蓝悬浮背景 */
    cursor: pointer;
    transition: all 0.2s ease;
}

/* 原有样式保持不变，只是增加悬浮效果 */
.list-item {
    margin: 0;
    padding: 0;
}

/* -------------------------------------------------
 * 
 * -------------------------------------------------
*/
.footer {
  width: 100%;
  background: #335588; /* 深蓝色页脚 */
  height: 150px;
  margin-top: 50px; }
  .footer p {
    color: #fff;
    text-align: center;
    padding-top: 100px; }

body {
  background: #f8fafc; /* 浅蓝底背景 */
  font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale; }

*, ul, ol, li, dl, dd {
  padding: 0;
  margin: 0; }

.box-container {
  width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
  min-height: 600px; }
  .box-container .main-content {
    width: 1200px;
    min-height: 300px;
    margin: 0 auto;
    border-radius: 4px;
    border: 1px solid #cce0ff; /* 浅蓝边框 */
    background: #fff; }
    .box-container .main-content .listRec .title {
      height: 40px;
      line-height: 40px;
      margin: 0;
      font-size: 18px;
      color: #0066CC; /* 标题蓝色 */
      padding-left: 20px; }
    .box-container .main-content .listRec .header {
      height: 48px;
      line-height: 48px;
      color: #335588; /* 深蓝文字 */ }
      .box-container .main-content .listRec .header div {
        text-align: center;
        background: #f0f7ff; /* 浅蓝表头背景 */
        font-weight: bold;
        font-size: 14px;
        float: left; }
      .box-container .main-content .listRec .header .row-02 {
        width: 216px;
        text-align: left;
        padding: 0 10px; }
      .box-container .main-content .listRec .header .row-03 {
        width: 162px;
        text-align: left;
        padding: 0 10px; }
      .box-container .main-content .listRec .header .row-04 {
        width: 120px;
        text-align: left;
        padding: 0 10px; }
      .box-container .main-content .listRec .header .row-05 {
        width: 150px;
        text-align: left;
        padding: 0 10px; }
      .box-container .main-content .listRec .header .row-06 {
        width: 60px;
        text-align: left;
        padding: 0 10px; }
      .box-container .main-content .listRec .header .row-07 {
        width: 135px;
        text-align: left;
        padding: 0 10px; }
      .box-container .main-content .listRec .header .row-08 {
        width: 75px; }
      .box-container .main-content .listRec .header .row-09 {
        width: 100px; }
      .box-container .main-content .listRec .header .row-10 {
        width: 55px; }
      .box-container .main-content .listRec .header .row-11 {
        width: 55px; }
      .box-container .main-content .listRec .header .row-12 {
        width: 70px; }
    .box-container .main-content .listRec .list-item {
      height: 68px;
      line-height: 68px;
      border-bottom: 1px #e6f0ff solid; /* 浅蓝分隔线 */
      color: #335588; /* 深蓝文字 */ }
      .box-container .main-content .listRec .list-item:nth-child(odd) {
        background: #fbfcff; /* 浅蓝奇偶行背景 */ }
      .box-container .main-content .listRec .list-item:hover ul {
        background: #e6f0ff; /* hover浅蓝背景 */ }
      .box-container .main-content .listRec .list-item li {
        height: 68px;
        line-height: 68px;
        float: left;
        text-align: center;
        list-style: none;
        overflow: hidden; }
        .box-container .main-content .listRec .list-item li a {
          text-decoration: none;
          text-overflow: ellipsis;
          white-space: nowrap;
          color: #0066CC; /* 链接蓝色 */ }
          .box-container .main-content .listRec .list-item li a:hover {
            color: #004c99; /* 链接hover深色 */ }
      .box-container .main-content .listRec .list-item .row-02 {
        width: 216px;
        text-align: left;
        padding: 0 10px; }
      .box-container .main-content .listRec .list-item .row-03 {
        width: 162px;
        text-align: left;
        padding: 0 10px; }
      .box-container .main-content .listRec .list-item .row-04 {
        width: 120px;
        text-align: left;
        padding: 0 10px; }
      .box-container .main-content .listRec .list-item .row-05 {
        width: 150px;
        text-align: left;
        padding: 0 10px; }
      .box-container .main-content .listRec .list-item .row-06 {
        width: 60px;
        text-align: left;
        padding: 0 10px; }
      .box-container .main-content .listRec .list-item .row-07 {
        width: 135px;
        text-align: left;
        padding: 0 10px; }
      .box-container .main-content .listRec .list-item .row-08 {
        width: 75px; }
      .box-container .main-content .listRec .list-item .row-09 {
        width: 100px; }
      .box-container .main-content .listRec .list-item .row-10 {
        width: 55px; }
      .box-container .main-content .listRec .list-item .row-11 {
        width: 55px; }
      .box-container .main-content .listRec .list-item .row-12 {
        width: 70px; }

/* 下载按钮美化 */
.btn-info {
  transition: all 0.2s ease;
  background: #0066CC !important; /* 按钮蓝色主调 */
  color: #fff !important;
  border-color: #0066CC !important; }
  .btn-info:hover {
    background: #004c99 !important; /* hover深色版 */
    border-color: #004c99 !important; }

#kkpager {
  height: 50px;
  line-height: 50px; }
  #kkpager .pageBtnWrap {
    margin-top: 20px; }
  #kkpager a {
    color: #0066CC; /* 分页链接蓝色 */ }
    #kkpager a:hover {
      color: #004c99; /* 分页hover深色 */ }
  #kkpager .currPage {
    background: #0066CC; /* 当前页蓝色背景 */
    color: #fff !important; }

#pager {
  margin: 0 auto;
  width: 170px; }

/*# sourceMappingURL=search.css.map */