body {
    background-color: #e4f2ff;
}

/*导航路径*/
.navigation {
    max-width: 1280px;
    margin: 20px auto;
    font-size: 14px;
    color: #333;
}

/* 内容区域*/
.container {
    max-width: 1280px;
    margin: 30px auto;
    margin-top: 0;
}

.res-section {
    margin-bottom: 15px;
    padding: 15px 25px;
    border-radius: 10px;
    background-color: #ffffff;
    background-image: url('../images/bgc.png');
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

.section-title {
    margin-bottom: 15px;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-title-left {
    display: flex;
    font-weight: bold;
    align-items: center;
    font-size: 20px;

}

.section-title-left img {
    height: 23px;
    margin-right: 10px;
    margin-top: 3px;
}

.section-title-right {
    font-size: 14px;
}

.section-title-right span {
    color: #2c6db4;
}


.section-title a {
    font-size: 13px;
    color: #2c6db4;
    text-decoration: none;
}

.res-tabs {
    display: inline-flex;
    align-items: center;
}

.res-tab {
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: bold;
    padding: 8px 0;
    cursor: pointer;
    font-size: 14px;
    color: #000000;
    width: 125px;
    text-align: center;
    border-radius: 20px;
    margin-right: 15px;
    background-color: #e4f2ff;
}

.res-tab.active {
    background-image: url(../images/tabs.png);
    padding: 8px 0;
    cursor: pointer;
    font-size: 14px;
    border-radius: 20px;
    font-weight: 400;
    color: #fff;
}

.res-tab-content .res-contents {
    display: none;
}

.res-tab-content .res-contents:nth-child(1) {
    display: block;
}

.search-box input {
    font-size: 12px;
    width: 200px;
    height: 30px;
    padding-left: 5px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #dcdcdc;
}

.search-box button {
    font-size: 12px;
    color: #ffffff;
    width: 50px;
    border: none;
    height: 28px;
    cursor: pointer;
    border-radius: 5px;
    background-color: #2c6db4;
}

.res-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
    margin-bottom: 30px;
    /* 为分页留出空间 */
}

.res-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #eaf5ff;
    border-radius: 12px;
    padding: 20px;
    transition: transform .12s ease, box-shadow .12s ease;
    cursor: pointer;
}

.res-content {
    flex: 1;
    min-width: 0;
}

.res-content-title {
    display: flex;
    align-items: center;
}

.res-content-title img {
    margin-right: 10px;
    height: 20px;
}

.res-title {
    font-size: 16px;
    font-weight: 700;
    color: #0b2340;
    width: 420px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.res-title a {
    text-decoration: none;
    color: #000000;

}

.res-meta {
    margin-top: 10px;
    font-size: 13px;
    color: #56626f;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.res-meta .res-dot {
    width: 1px;
    background-color: #56626f;
    height: 15px;
    margin: 0 5px;
    margin-top: 2px;
}

.res-actions img {
    height: 15px;
}

.res-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 10px;
   // background: linear-gradient(180deg, #ffffff 0, #e6f2fb 100%);
   // border: 1px solid rgba(45, 120, 184, 0.08);
    cursor: pointer;
    transition: transform .12s ease, box-shadow .12s ease;
}

.res-download-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(45, 120, 184, 0.08);
}

.res-download-btn svg {
    width: 20px;
    height: 20px;
    fill: #2d78b8;
}

#dfjp {
    display: none;
}

.page ul {
    display: flex;
    justify-content: center;
    line-height: 35px;
    margin: 50px 0 20px;
}

.page ul li {
    height: 35px;
    padding: 0 10px;
    border: 1px solid #dbdbdb;
    margin-right: 10px;
    border-radius: 4px;
    cursor: pointer;
    line-height: 35px;
    margin-left: 5px;
}

.page ul li.on {
    background-color: #20528f;
    color: #fff;
    border: none;
}

.page ul li.on a {
    color: #fff;
}

.page ul .num {
    width: 60px;
    height: 35px;
    margin: 0 5px 0;
    border-radius: 4px;
    border: 1px solid #777777;
    text-align: center;
}

.page ul .confirm {
    margin-left: 10px;
}

.page ul .active,
.page ul .confirm {
    background-color: #20528f;
    color: #fff;
    border: none;
}








.modal,
.tj_tj_modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
  z-index: 99;
}

.dialog_wrapper,
.tj_dialog_wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
  z-index: 9999;
}

.dialog {
  width: 640px;
  height: 440px;
  position: relative;
  margin: 15vh auto 50px;
  padding: 50px;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  background: url(/portal/lib/wanchang/scheme/images/detailbg.png) no-repeat;
}

.dialog_title {
  display: flex;
  justify-content: space-between;
  height: 22px;
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

.close {
  position: relative;
  left: 20px;
  top: -10px;
  font-size: 24px;
  cursor: pointer;
}

.recommendation_dialog {
  width: 660px;
  height: 450px;
  background-image: url(/portal/lib/wanchang/scheme/images/recommendation.png);
  background-color: #fff;
  overflow: hidden;
}

.recommendation_title {
  margin-bottom: 30px;
  font-size: 30px;
  color: #2c6db4;
  font-weight: bold;
  text-align: center;
}

.recommendation_content p {
  font-size: 17px;
  line-height: 48px;
  padding-bottom: 0;
}

.recommendation_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 660px;
  display: flex;
}

.recommendation_btn button {
  width: 50%;
  height: 56px;
  border: none;
  border-radius: 0;
  font-size: 18px;
  cursor: pointer;
  background-color: #fff;
  color: #333;
}

.recommendation_btn button:nth-child(1) {
  background-color: #2c6db4;
  color: #fff;
}