* {
  padding: 0;
  margin: 0;
}

button,
input {
  outline: none;
  border: none;
}

ul,
li.ol {
  list-style: none;
}

a {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}

div {
  box-sizing: border-box;
}

.w_muban-page {
  /* width: 1902px; */
  box-sizing: border-box;
}

.w_muban-page .w_mian {
  width: 100%;
  background: #6d7685;
  display: flex;
  min-height: 90vh;
}

.w_muban-page .w_mian .w_left {
  width: 200px;
  min-width: 200px;
  background: #ffffff;
}

.w_muban-page .w_mian .w_right {
  /* width: 1681px; */
  margin: 20px 0 0 20px;
  padding-bottom: 15px;
  position: relative;
  width: calc(100% - 200px);
}

.w_muban-page .w_mian .w_right .w_list {
  margin-top: 24px;
}

.w_l-navbar {
  width: 100%;
  font-size: 16px;
  font-family: microsoft yahei, microsoft yahei-bold;
  text-align: left;
  color: #333333;
  line-height: 40px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.w_l-navbar .w_navbar-top {
  width: 100%;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 16px;
  margin-top: 20px;
}

.w_l-navbar .w_navbar-top img {
  width: 20px;
  height: 20px;
  margin-right: 13px;
}

.w_l-navbar .w_navbar-top p {
  margin: 0;
}

.w_l-navbar .w_navbar-top span {
  margin-left: 23px;
}

.w_l-navbar .w_navbar-item {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  padding-left: 16px;
  position: relative;
  text-decoration: none;
}

.w_l-navbar .w_navbar-item p {
  min-width: 64px;
  color: #666;
  font-weight: 400;
  margin: 0 0 0 34px;
  font-size: 15px;
}

.w_l-navbar .w_navbar-item span {
  margin-left: 23px;
}

.w_l-navbar .w_navbar-item .cates {
  width: 261px;
  font-family: microsoft yahei, microsoft yahei-regular;
  font-weight: 400;
  display: none;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(102, 102, 102, 0.2);
  padding: 16px 30px;
  box-sizing: border-box;
  position: absolute;
  left: 200px;
  top: 0;
  z-index: 2;
}

.w_l-navbar .w_navbar-item .cates a {
  min-width: 71px;
  text-decoration: none;
  color: #333333;
}

.w_l-navbar .w_navbar-item .w_cates a:hover {
  color: #0278f8;
}

.w_l-navbar .w_active {
  background: #f2f5fa;
  color: #0278f8;
}

.w_l-navbar .w_active p {
  color: #0278f8;
}

.w_l-navbar .w_navbar-item:hover {
  cursor: pointer;
  background: #f2f5fa;
}

.w_l-navbar .w_navbar-item:hover .w_cates {
  display: flex;
}

.w_mb-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  box-sizing: border-box;
}

.w_mb-list .w_mb-item {
  height: 368px;
  width: 246px;
  margin-bottom: 33px;
  position: relative;
  margin-right: 40px;
  box-sizing: border-box;
  overflow: hidden;
}

.w_mb-list .w_mb-item .img {
  width: 246px;
}

.w_mb-list .w_mb-item .bok {
  width: 246px;
  height: 368px;
  display: none;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
}

.w_mb-list .w_mb-item .w_bok a {
  width: 140px;
  height: 44px;
  font-size: 16px;
  font-family: pingfang sc, pingfang sc-medium;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
  background: #0278f8;
  border-radius: 22px;
  position: absolute;
  top: 225px;
  cursor: pointer;
  line-height: 44px;
  text-decoration: none;
}

.w_mb-list .w_mb-item .w_bok .w_views {
  width: 140px;
  height: 44px;
  font-size: 16px;
  font-family: pingfang sc, pingfang sc-medium;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
  background: #0278f8;
  border-radius: 22px;
  position: absolute;
  top: 175px;
  cursor: pointer;
  line-height: 44px;
  text-decoration: none;
}

.w_mb-list .w_mb-item .w_title {
  width: 246px;
  height: 44px;
  font-size: 14px;
  font-family: pingfang sc, pingfang sc-medium;
  font-weight: 500;
  text-align: left;
  color: #666666;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.1);
  padding: 0 7px;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
}

.w_mb-list .w_mb-item .w_title p {
  margin: 0;
  width: 180px;
  height: 19px;
  cursor: pointer;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.w_mb-list .w_mb-item .w_title .w_num {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.w_mb-list .w_mb-item .w_title .w_num .w_xin {
  width: 17px;
  height: 16px;
  margin-left: 6px;
}

.w_mb-list .w_mb-item:hover .w_bok {
  display: flex;
}

.w_mb-list .w_mb-item:nth-child(6n) {
  margin-right: 0px;
}

.w_banner {
  width: 100%;
  height: 250px;
  background: #071142;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: ;
  background-size: cover;
  /* background-position: top center; */
}

.w_banner img {
  width: 100%;
  /* height: 486px; */
  position: absolute;
  /* top: -77px; */
  height: 100%;
}

.w_banner .w_info {
  width: 400px;
  font-family: pingfang sc, pingfang sc-medium;
  font-weight: 500;
  text-align: left;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 25%;
  bottom: 16%;
}

.w_banner .w_info .w_input {
  background: #ffffff;
  border-radius: 24px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  position: relative;
}

.w_banner .w_info .w_input .w_m-b-search {
  width: 18px;
  height: 18px;
  margin-left: 24px;
  position: relative;
  top: 0px;
}

.w_banner .w_info .w_input input {
  width: 274px;
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  padding-left: 8px;
  outline: none;
  border: none;
}

.w_banner .w_info .w_input button {
  width: 126px;
  height: 46px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
  background: #0278f8;
  border: 1px solid #0278f8;
  border-radius: 0px 23px 23px 0px;
}

.w_banner .w_info .w_search-tag {
  height: 15px;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  margin-top: 24px;
}

.w_banner .w_info .w_search-tag p {
  margin: 0 12px 0 0;
}

.w_banner .w_info .w_search-tag p:hover {
  cursor: pointer;
  text-decoration: underline;
}

.w_banner .w_info .w_search-tag p a {
  color: #fff;
}

.l_paginationbox .ui.pagination.menu {
  background-color: inherit;
}

.l_paginationbox {
  margin-top: 50px;
}

.l_paginationbox .ui.pagination.menu .item {
  background-color: #fff;
}

.l_paginationbox .ui.pagination.menu .item.active {
  color: #fff;
  border: none;
  background: #0278f8;
}

.leftnavbaractive {
  background-color: #f2f5fa;
}

.w_right_secondbox {
  width: 560px;
  background-color: #fff;
  box-shadow: -2px 0px 8px 2px rgba(0, 0, 3, 0.14);
  position: absolute;
  z-index: 10;
  left: 200px;
  top: 0px;
  padding-left: 30px;
  overflow-y: auto;
  display: none;
  padding-bottom: 30px;
  min-height: 200px;
}

.w_right_item {
  margin-top: 40px;
}

.w_right_item:nth-child(1) {
  margin-top: 30px;
}

.w_right_three_title {
  font-size: 16px;
  font-family: microsoft yahei, microsoft yahei-bold;
  font-weight: 700;
  text-align: left;
  color: #333333;
  line-height: 30px;
}

.w_right_three_box a {
  margin-top: 18px;
  display: inline-block;
  padding-right: 20px;
  border-right: 1px solid #d4d4d4;
  padding-left: 20px;
  color: #666666;
  font-size: 15px;
  height: 20px;
  line-height: 20px;
}

.w_right_three_box a:hover {
  color: #0474f5;
}

.w_right_three_box {
  margin-top: -10px;
  margin-left: -20px;
}