/* .badge-search{
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 1280px;
    height: 80px;
    margin: 0 auto;
    margin-top: -30px;
    padding: 0 30px;
    background: #f0f0f0;
}
.badge-text {
    line-height: 80px;
}
.badge-input {
    width: 400px;
    line-height: 80px;
}
.badge-input input {
    float: none;
    width: 400px;
    height: 40px;
    font-size: 16px;
    text-indent: 10px;
    text-align: left;
    border: 1px solid #ccc;
    border-radius: 50px;
    outline: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background: #f0f0f0;
    transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out;
} */
/* .badge-input input:focus {
    border-color: ;
    border-shadow

} */
.news-main {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    width: 100%;
    margin: 30px auto;
}
.news-main .news-left {
    /* width: 970px; */
    width: 75%;
    min-height: 600px;
    padding: 0 50px;
    background: #fff;
}
.news-main .news-right {
    width: 280px;

}
.news-item {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    height: 164px;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
.news-item-img {
    display: block;
    width: 160px;
    height: 100px;
    border: 1px solid #eee;
	overflow: hidden;
}
.news-item-img img {
    display: block;
    width: 100%;
     height: 100%;
}
.news-item .news-item-text {
    flex: 1;
    margin-left: 15px;
    padding-top: 5px;
}
.news-item .news-item-text h3 {
    margin-bottom: 0;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}
.news-item .news-item-text .news-desc {
    width: 536px;
    margin-top: 5px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-item .news-go-desc a {
    font-size: 12px;
    color: #0a3d86;
}
.news-item .news-item-time {
    padding-top: 10px;
}
.news-item .news-item-time p {
    width: 70px;
    text-align: center;
    font-size: 18px;
    color: #0a3d86;
    margin-bottom: 0;
}
.news-item .news-item-time p:nth-of-type(1) {
    font-size: 48px;
    line-height: 48px;
    border-bottom: 1px solid #0a3d86;
}
.news-page {
    margin: 30px auto;
    text-align: center;
}
.news-page a, .news-page span {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-left: 5px;
    background: #d2d2d2;
}
.news-page .active {
    background: #0a3d86;
}

/* youbian */
.right-top {
    position: relative;
    background: #fff;
}
.right-title {
    width: 212px;
    height: 92px;
    margin: 20px auto;
    padding-top: 65px;
    text-align: center;
    color: #fff;
    background: #5277aa;
}
.right-title h3 {
    position: absolute;
    z-index: 3;
    top: 15px;
    left: 30%;
    font-weight: normal;
}
.title-mask {
    position: absolute;
    width: 100%;
    height: 80px;
    top: -20px;
    opacity: .45;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    background: #000;
    -webkit-filter: alpha(opacity=50);
}
.news-state {
    width: 212px;
    margin: 0 auto;
    padding: 25px 0 20px 0;
    color: #0a3d86;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
.news-active {
      background: #eee;
  }
/* 轮播 */
.right-bottom {
    position: relative;
    box-sizing: border-box;
    height: 610px;
    margin-top: 20px;
    overflow: hidden;
    background: #fff;
    padding: 20px 0;
}
.swiper-container {
    width: 100%;
    height: 496px;
    /* padding: 20px 0; */
    /* border: 1px solid #333; */
  }
  .swiper-slide {
    box-sizing: border-box;
    width: 212px;
    height: 124px !important;
    margin: 0 auto;
    margin-bottom: 0 !important;
    padding: 12px 0;
    border-bottom: 1px dashed #eee;
    background: #fff;
	overflow: hidden;
  }
  .swiper-slide img {
      display: block;
      width: 100%;
      /* height: 100px; */
  }
  .swiper-slide p {
      position: absolute;
      bottom: 12px;
      width: 100%;
      /* min-height: 32px; */
      padding: 5px 10px;
      font-size: 12px;
      color: #fff;
      background: #000;
      opacity: 0.7;
      margin-bottom: 0;

  }
  .swiper-button-next, .swiper-button-prev {
      position: static;
      width: 90px;
      height: 26px;
      margin: 0 auto;
      border: 1px solid #eee;
      outline: none;
  	  background:#eee;
  }
  .swiper-button-next {
      margin-bottom: 15px;
  }
  .swiper-button-prev {
      margin-top: 15px;
  }
  .swiper-button-next::after, .swiper-button-prev::after {
      /* content: ''; */
  	transform: rotate(-90deg);
    font-size: 25px;
  	color:#999;
  }
