* {
  padding: 0;
  margin: 0;
  border: none;
}

a { 
  color:#000000; 
  text-decoration:none; 
}

a:hover { 
  text-decoration: none; 
}

.container .Hheader {
  position: relative;
  width: 100%;
  height: 320px;
}

.container .Hheader .header-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container .Hheader .title {
  position: relative;
  top: 168px;
  width: 1296px;
  margin: 0 auto;
  padding-left: 24px;
}

.container .Hheader .title::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  display: block;
  width: 4px;
  height: 60px;
  margin-top: -30px;
  background-color: #FF0000;
}

.container .Hheader .title .h2 {
  font-size: 32px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 45px;
}

.container .Hheader .title .h5 {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px; 
}

.container .nav-row {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FBFBFB;
}

.container .nav-row .nav {
  display: inline-block;
  height: 100%;
  padding: 0 56px;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 60px;
}

.container .nav-row .nav span {
  position: relative;
  display: block;
  height: 100%;
}

.container .nav-row .nav span::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  content: '';
  width: 84%;
  height: 2px;
  background-color: transparent;
  transform: translateX(-50%);
}

/* .container .nav-row .nav.active {
  font-weight: 500;
  color: #0A4CB6;
}

.container .nav-row .nav.active span::before {
  background-color: #0A4CB6;
} */
#jiyu_285 .container .nav-row .nav:first-child {
  font-weight: 500;
  color: #0A4CB6;
}
#jiyu_285 .container .nav-row .nav:first-child span::before {
  background-color: #0A4CB6;
}
#jiyu_286 .container .nav-row .nav:nth-child(2) {
  font-weight: 500;
  color: #0A4CB6;
}
#jiyu_286 .container .nav-row .nav:nth-child(2) span::before {
  background-color: #0A4CB6;
}
#jiyu_287 .container .nav-row .nav:nth-child(3) {
  font-weight: 500;
  color: #0A4CB6;
}
#jiyu_287 .container .nav-row .nav:nth-child(3) span::before {
  background-color: #0A4CB6;
}

#jiyu_258 .container .nav-row .nav:first-child {
  font-weight: 500;
  color: #0A4CB6;
}
#jiyu_258 .container .nav-row .nav:first-child span::before {
  background-color: #0A4CB6;
}

#jiyu_259 .container .nav-row .nav:nth-child(2) {
  font-weight: 500;
  color: #0A4CB6;
}
#jiyu_259 .container .nav-row .nav:nth-child(2) span::before {
  background-color: #0A4CB6;
}

#jiyu_260 .container .nav-row .nav:nth-child(3) {
  font-weight: 500;
  color: #0A4CB6;
}
#jiyu_260 .container .nav-row .nav:nth-child(3) span::before {
  background-color: #0A4CB6;
}

#jiyu_261 .container .nav-row .nav:last-child {
  font-weight: 500;
  color: #0A4CB6;
}
#jiyu_261 .container .nav-row .nav:last-child span::before {
  background-color: #0A4CB6;
}

.content {
  width: 1320px;
  margin: 0 auto;
  padding-top: 42px;
}

.content .list {
  display: flex;
  flex-wrap: wrap;
  padding-right: 57px;
  justify-content: space-between;
}

.content .list .item {
  position: relative;
  width: 577px;
  height: 340px;
  margin-top: 55px;
  border-left: 8px solid #0A4CB6;
}

.content .list .item .item-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.content .item .blurb {
  position: absolute;
  top: 50%;
  right: -57px;
  width: 140px;
  height: 302px;
  padding: 0 15px;
  margin-top: -151px;
  background-color: #0A4CB6;
}

.content .item .blurb .title {
  position: relative;
  margin-top: 28px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
}

.content .item .blurb .title::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #FFFFFF;
}

.content .item .blurb .info {
  margin-top: 38px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 21px;
  min-height: 127px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.content .item .blurb .btn {
  display: block;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  text-align: right;
}
.liveCon .content{
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  flex-wrap: wrap;

}
.liveCon .content .list .item{
  width: 30%;
  margin-right: 1.5%;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  border: none;
}
.liveCon .content .list .item:nth-child(3n){
  margin-right: 0;
}
.liveCon .content .list .item .item-img{
  position: relative;
  width: 100%;
  height: 300px;
}
.liveCon .content .item .blurb{
  position: relative;
  width: 100%;
  height: 200px;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  background-color: #ffffff;
}
.pages {
  width: 1320px;
  height: 110px;
  margin: 20px auto;
  font-size: 28px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap:wrap;
}

.pages span,
.pages a {
  margin: 0 5px;
  font-size: 16px;
  display: inline-block;
}

.pages .current {
  color: #0A4CB6;
  font-weight: bold;
}

.pages .phone_page {
  display: none;
}

@media screen and (max-width: 800px) {
  .container .Hheader {
    height: 320px;
  }
  .container .Hheader .title::before{
	  left:10px
  }
  .container .Hheader .title{
	  width: calc(100% - 24px);
  }
  .container .nav-row {
    height: 40px;
  }
  .container .nav-row .nav {
    font-size: 14px;
    padding: 0 5px;
    line-height: 40px;
  }
  .content {
    width: auto;
    padding: 0 15px;
  }
  .content .list {
    padding-right: 0;
  }
  .content .list .item {
    /* position: unset; */
    margin-top: 27px;
    border: none;
    width: 100%;
    height: auto;
  }
  .content .list .item .item-img {
    position: static;
    width: 100%;
    height: 168px;
    border-radius: 8px 8px 0 0;
  }
  .content .item .blurb {
    position: static;
    width: auto;
    height: auto;
    margin-top: 0;
    padding-top: 12px;
    padding-bottom: 18px;
    background-color: #417bd7;
    border-radius: 0 0 8px 8px;
  }
  .content .item .blurb .title {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 20px;
    padding-bottom: 4px;
  }
  .content .item .blurb .info {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    min-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .content .item .blurb .btn {
    display: none;
  }
  /* .content .list {
    padding-right: 28px;
  }
  .content .list .item {
    height: 186px;
    margin: 0 auto;
    margin-top: 27px;
    border-left: 4px solid #0A4CB6;
  }
  .content .item .blurb {
    right: -28px;
    width: 88px;
    height: 165px;
    padding: 0 8px;
    margin-top: -82.5px;
  }
  .content .item .blurb .title {
    margin-top: 8px;
    padding-bottom: 3px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
  }
  .content .item .blurb .info {
    margin-top: 12px;
    font-size: 12px;
    line-height: 20px;
    min-height: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .content .item .blurb .btn {
    margin-top: 12px;
    font-size: 12px;
  } */
  .pages {
    width: auto;
    height: 80px;
    margin-bottom: 30px;
    font-size: 16px;
  }
  .pages .phone_page {
    display: block;
    transform: scale(0.7);
  }
  .pages .web_page {
    display: none;
  }
}

/* Ò³ÂëÌø×ªÑùÊ½ */
.page-jump {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    font-size: 14px;
    color: #666;
    flex-wrap: wrap;
    width:100%;
}

    .page-jump span {
        margin: 0 5px;
        white-space: nowrap;
    }

#pageInput {
    width: 60px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    margin: 0 5px;
    padding: 0 5px;
    font-size: 14px;
}

    #pageInput:focus {
        border-color: #0A4CB6;
        outline: none;
        box-shadow: 0 0 5px rgba(10, 76, 182, 0.3);
    }

#pageJumpBtn {
    height: 32px;
    padding: 0 15px;
    background: #0A4CB6;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 10px;
    transition: background 0.3s;
    font-size: 14px;
}

    #pageJumpBtn:hover {
        background: #083a8c;
    }

    #pageJumpBtn:disabled {
        background: #cccccc;
        cursor: not-allowed;
    }

/* ÒÆ¶¯¶ËÊÊÅä */
@media screen and (max-width: 800px) {
    .page-jump {
        margin-top: 15px;
        font-size: 12px;
    }

        .page-jump span {
            margin: 0 3px;
        }

    #pageInput {
        width: 50px;
        height: 28px;
        font-size: 12px;
        margin: 0 3px;
    }

    #pageJumpBtn {
        height: 28px;
        padding: 0 12px;
        font-size: 12px;
        margin-left: 5px;
    }

    .pages .phone_page {
        margin-bottom: 10px;
    }
}