@charset "UTF-8";
body, html {
  margin: 0;
  padding: 0;
}

img {
  border: medium none;
  outline: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
}

input[type="button"] {
  cursor: pointer;
}

input {
  border: medium none;
  outline: none;
}

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

textarea {
  resize: none;
  vertical-align: middle;
}

input, button, select, textarea {
  border: medium none;
  background: none;
  outline: none;
  font: 1em/normal "Microsoft YaHei";
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #F9F9F9;
}

/* 导航栏 */
.kepuheaderBg {
  width: 100%;
  height: 80px;
  background: white;
  border-bottom: 1px solid #DADADA;
}

.navheader {
  width: 1192px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.navleft {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 77px;
}

.navlogo {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.navname {
  height: 24px;
  font-weight: 100;
  font-size: 24px;
  color: #000000;
  line-height: 24px;
  text-align: left;
  font-style: normal;
}

.dividerline {
  width: 1px;
  height: 33px;
  background: #979797;
  margin-left: 20px;
  margin-right: 20px;
}

.navright {
  display: flex;
  align-items: center;
}

.kepuNavHeaderItem {
  height: 38px;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.kepuNavHeaderItemText {
  height: 28px;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  margin-bottom: 3px;
}

.kepuNavHeaderItemLine {
  margin-top: 4px;
  width: 16px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 3px;
}

.kepuNavHeaderItem:hover .kepuNavHeaderItemText,
.kepuNavHeaderItemTextActive {
  font-weight: 600;
  color: #96B32B;
}

.kepuNavHeaderItemLineActive {
  background: #96B32B;
}

/* ----end---- */
/* 分页 */
.paginationBg {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.paginationRight {
  height: 44px;
  line-height: 44px;
  color: #959595;
}

.paginationRight > span {
  color: #96B32B;
  padding: 0px 2px;
}

.paginationLeft {
  height: 44px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.paginationLeft > a {
  margin-right: 10px;
  color: #333333;
  text-decoration: none;
}

.paginationLeft > a:hover {
  color: #96B32B;
}

/* ----end---- */
.swiper-container {
  position: relative;
  width: 722px;
  height: 464px;
  border-radius: 4px;
  background-color: #FFFFFF;
  overflow: hidden;
}

/* 自定义导航按钮 */
.swiper-button-next,
.swiper-button-prev {
  color: #ffffff;
  opacity: 0;
  transform: scale(0.5);
  transition: transform 0.3s, opacity 0.3s;
}

/* 鼠标悬停时显示按钮 */
.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
  opacity: 1;
}

/* 自定义分页器样式 */
.swiper-pagination {
  bottom: 10px;
  /* 调整分页器位置 */
  text-align: center;
  /* 中心对齐 */
}

.swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #9e9e9e;
  border-radius: 4px;
  margin: 0 5px;
  transition: background 0.3s;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #0309C1;
  width: 25px;
}

.swiper-slide {
  background: #FFFFFF;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cbr-banner-Empty {
  width: 100%;
  height: 464px;
  text-align: center;
  line-height: 464px;
  font-size: 14px;
  color: #959595;
}

/* end */
.white_bg {
  background-color: #fff;
  width: 100%;
  min-width: 1200px;
}

.search_msg_box {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0 0;
}

/* 新闻搜索框 */
.search_box {
  width: 610px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #CCCCCC;
  border-right: medium none;
  float: left;
  display: flex;
  align-items: center;
}

.search_txt {
  padding-right: 40px;
  width: 424px;
  height: 38px;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 38px;
}

.navsearchimg {
  width: 24px;
  height: 24px;
  margin: 0 10px;
}

.search_btn {
  background: linear-gradient(270deg, #D8F367 0%, #F5FDA6 100%);
  border-radius: 40px;
  width: 120px;
  height: 40px;
  margin-left: -20px;
  font-size: 18px;
  line-height: 40px;
  color: #303030;
  text-align: center;
  float: left;
}

.loginBtn {
  display: none;
  float: right;
  width: 72px;
  height: 36px;
  background: linear-gradient(270deg, #035FF5 0%, #00A8F9 100%);
  border-radius: 18px;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 36px;
  margin: 2px 5px;
  text-align: center;
  cursor: pointer;
}

.banner_meeting_box {
  width: 1200px;
  margin: 16px auto 0;
}

.banner_box,
.banner_box .slideBox,
.banner_box .slideBox img {
  width: 746px;
  height: 466px;
}

.banner_box {
  float: left;
}

.banner_box .slideBox {
  position: relative;
}

.banner_box .slideBox img {
  border-radius: 10px;
}

.meeting_list_box {
  float: right;
  background: #FBFBFB;
  width: 394px;
  height: 445px;
  padding: 0 20px 20px;
  border-radius: 10px;
  overflow: hidden;
}

.meeting_list_tit {
  border-bottom: 1px solid #eeeeee;
  font-size: 18px;
  line-height: 27px;
  color: #333333;
  padding: 15px 0;
  font-weight: bold;
  position: relative;
}

.meeting_list_tit .border {
  background-color: #96B32B;
  width: 6px;
  height: 16px;
  position: absolute;
  left: -20px;
  top: 20px;
}

.meeting_list_cont {
  overflow: auto;
}

.meeting_list_box .cbr-bottom-Empty {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 57px);
  font-size: 14px;
  color: #959595;
}

.meeting_list_cont ul li {
  border-bottom: 1px solid #EDEDED;
}

.meeting_list_cont ul li a {
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  padding: 6px 0;
}

.meeting_list_cont ul li a .tit,
.meeting_list_cont ul li a .time {
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.meeting_list_cont ul li a .tit:hover {
  color: #96B32B;
}

.meeting_list_cont ul li a .time {
  font-size: 14px;
  color: #818181;
}

.meeting_list_cont ul li .blue {
  color: #96B32B;
}

.gray_bg {
  background-color: #fff;
  width: 100%;
  min-width: 1200px;
}

.infor_box {
  width: 1200px;
  margin: 0 auto;
}

.list_box {
  background-color: #fff;
  border-radius: 10px;
  width: calc(100% - 20px);
  padding-right: 20px;
  margin-bottom: 12px;
}

.list_tit {
  border-bottom: 1px solid #eeeeee;
  font-size: 26px;
  line-height: 56px;
  height: 56px;
  font-weight: bold;
  color: #000;
  position: relative;
}

.more {
  font-size: 14px;
  color: #959595;
  font-weight: normal;
  display: block;
  float: right;
}

.list_tit .border {
  background-color: #96B32B
  width: 6px;
  height: 16px;
  position: absolute;
  left: -20px;
  top: 20px;
}

.list_block {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}

.list_block:last-child {
  border-bottom: medium none;
}

.l_left {
  width: 270px;
  position: relative;
}

.l_left img {
  width: 270px;
}

.l_right {
  width: 100%;
  padding-left: 20px;
}

.m_tit,
.m_infor {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.m_tit {
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  color: #3A3A3A;
  width: 100%;
  height: 36px;
  -webkit-line-clamp: 1;
}

.m_tit:hover {
  color: #96B32B;
}

.m_infor {
  -webkit-line-clamp: 3;
  height: 60px;
  margin: 5px 0 8px;
  color: #818181;
  font-size: 14px;
}

.m_time {
  font-size: 12px;
  color: #959595;
}

.notice_box {
  background-color: #FBFBFB;
  border-radius: 10px;
  padding: 0 20px 10px;
min-height: 583px;
}

.notice_tit {
  border-bottom: 1px solid #eeeeee;
  font-size: 18px;
  line-height: 56px;
  height: 56px;
  font-weight: bold;
  color: #000;
  position: relative;
}

.notice_tit .border {
  background-color: #96B32B;
  width: 6px;
  height: 16px;
  position: absolute;
  left: -20px;
  top: 20px;
}

.notice_tab {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
  line-height: 26px;
  color: #333333;
}

.notice_tab a {
  color: #333333;
}

.notice_tab a:hover {
  color: #96B32B;
}

.notice_tab tr {
  display: flex;
}

.notice_tab th {
  font-size: 16px;
  padding: 20px 0 10px;
  color: #333333;
  font-weight: bold;
  display: block;
  width: 100%;
}

.notice_tab td {
  text-align: center;
  padding: 2px 0;
  height: 26px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice_tab td:first-child {
  text-align: left;
}

.notice_tab td:last-child {
  overflow: initial;
}

.my-attention-box {
  padding: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}

.my-attention-left .tit a:hover {
  color: #96B32B;
}

.my-attention-left {
  float: left;
  width: 460px;
  padding: 0 10px;
}

.my-attention-left .tit {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
}

.my-attention-left .tit a {
  display: block;
  color: #333;
  width: 100%;
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.my-attention-left .tit a.blue {
  color: #96B32B;
}

.list_cont {
  min-height: 583px;
}

.listcontent-Empty {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 358px;
  font-size: 14px;
  color: #959595;
  font-weight: 400;
}

.left_box {
  width: 766px;
  float: left;
  padding: 30px 0 0;
}

.right_box {
  width: 434px;
  float: right;
  padding: 30px 0;
}

.container-tips {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 500px;
  font-size: 14px;
  color: #959595;
}

.infor_boxV2 .notice_box,
.infor_boxV2 .meeting_list_cont ul li a .tit,
.infor_boxV2 .meeting_list_cont ul li a .time {
  width: 340px;
}

.classCategory-box {
  background-color: #FBFBFB;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 0 20px 10px;
}

.more2 {
  background: none;
  padding-right: 0;
}

.more2:hover {
  background: none;
}

.classCategory-list {
  width: 100%;
  padding: 14px 0 9px 0;
  border-top: 1px solid #EEEEEE;
}

.classCategory-list:first-child {
  border-top: 0;
}

.classCategory-name {
  width: 50px;
  height: 24px;
  line-height: 24px;
  float: left;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}

.classCategory-txt {
  width: 290px;
  float: left;
}

.className-li {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin-bottom: 5px;
  padding: 0 10px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}

.className-li-active {
  background: #96B32B;
  color: #ffffff;
}

.search-box .my-attention-left {
  width: 100%;
}
