/*********??????*/
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.mj-header,
.mj-footer {
  min-width: 1200px;
}
/**********閫氱敤妯″潡*/
.mj-head-nav {
  display: flex;
}
.mj-nav-box {
  margin-left: 2rem;
  flex-grow: 2;
}
.mj-nav-menu {
  display: flex;
  justify-content: flex-end;
}
.mj-nav-menu .mj-item {
  min-width: 77px;
  white-space: nowrap;
}
.hover-list li .item-box {
  transition: .2s;
}
.mj-item .item-box {
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
  width: initial;
  background: #fff;
  border-radius: 5px;
  z-index: 99999;
}
.mj-item .item-box .unit {
  width: 60px;
  height: 34px;
  padding: 7px;
  margin: 0 10px;
  line-height: 34px;
  border-bottom: 1px dotted #ccc;
}
.mj-item .item-box .unit a {
  font-size: 14px;
  color: #333!important;
}
.mj-item .item-box .unit:last-child {
  border: none;
}
.item-box .unit:first-child:before {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: 39px;
  width: 17px;
  height: 12px;
  background: url(../images/icon.png) 0 0 no-repeat;
}
.mj-item:hover .item-box {
  display: initial;
}
.mj-topTypeName {
  visibility: hidden;
}
.mj-topTypeName a:nth-of-type(1) {
  display: none;
}
.mj-topTypeName a:nth-of-type(2) {
  visibility: visible;
  margin-left: -1em;
}
/**********閫氱敤妯″潡end*/
/****************???*/
.mj-bannerMenu {
  display: flex;
  justify-content: left;
  border: 1px solid red;
}
.list ul li {
  display: block;
}
.list ul li .con p {
  background-color: rgba(255, 255, 255, 0.2);
}
.mj-typeBox {
  width: 724px;
  height: 632px;
  overflow: hidden;
}
.mj-typeBox li {
  height: 36px;
  padding-left: 40%;
  padding-right: 10px;
  color: #666;
  font-size: 18px;
  line-height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mj-typeBox li a:hover {
  color: #EE6B6B;
}
.mj-typeBox li:nth-of-type(5n) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.mj-typeBox li:nth-of-type(5n+1) {
  position: relative;
}
.mj-typeBox li:nth-of-type(5n+1) a {
  color: #EE6B6B;
}
.mj-typeBox li:nth-of-type(5n+1) img {
  display: block;
  width: 232px;
  height: 178px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid;
}
.mj-imgMask-link {
  width: 232px;
  height: 178px;
  border: 1px;
}
.mj-hot-menu {
  counter-reset: hot;
}
.mj-hot-item {
  position: relative;
}
.mj-hot-item a:before {
  content: counter(hot);
  counter-increment: hot;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
  text-align: center;
  font: italic bold 1em/1.5em Georgia Serif;
  transition: .2s ease;
  z-index: 5;
}
.mj-hot-item:nth-child(-n+5) a:before {
  width: 2em;
  height: 2em;
  line-height: 2em;
  corlor: #ccc;
  background-color: #f5f5f5;
  border-radius: 50%;
  border: 5px solid rgba(0, 0, 0, 0.05);
}
.mj-hot-item:nth-child(-n+5):hover a:before {
  background-color: #ffd797;
  border-color: rgba(0, 0, 0, 0.08);
  border-width: .2em;
  color: #444;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.mj-hot-item:nth-child(n+6) {
  height: initial;
  background: initial;
  padding-left: 2em;
}
.mj-hot-item:nth-child(n+6) dt {
  display: none;
}
.mj-hot-item:nth-child(n+6) dd {
  width: 100%;
  height: initial;
}
.mj-hot-item:nth-child(n+6) dd p {
  height: initial;
}
.mj-hot-item:nth-child(n+6) dd span {
  display: none;
}
/****************???end*/
/**************鍒楄〃椤�**/
.mj-otherPage .mj-hot-item a:before {
  content: initial;
}
.sorter-listPage .sorter-box {
  display: flex;
  justify-content: center;
}
.sorter-listPage li {
  width: initial;
  margin: 0 5px;
  padding: 0;
  list-style: none;
  height: 2em;
  line-height: 2em;
  text-align: center;
}
/**********************鏂囩珷椤�*/
.mj-art-main {
  min-height: 670px;
  font-size: 16px;
}
.mj-art-main .mj-art-position {
  padding: 5px 10px;
}
.mj-art-main .mj-art-title {
  font-size: 26px;
  text-align: center;
  padding: 10px;
}
.mj-art-main .mj-art-body {
  line-height: 30px;
}
.mj-art-title {
  font-size: 18px;
  text-align: center;
}
.mj-art-body > * {
  text-indent: 2em;
  font-size: 16px;
  line-height: 24px;
}
.sorter-arcPage .sorter-box {
  display: flex;
  justify-content: center;
}
.sorter-arcPage .sorter-box a {
  margin-right: 20px;
}
/**********************鏂囩珷椤礶nd*/
/*****閲嶇疆*/
.mj-nav-menu .mj-item {
  width: initial;
  margin-right: initial;
}
.list ul li {
  top: initial;
  left: initial;
}
.list ul li .con img {
  display: block;
}
.list .mj-bannerMenu {
  position: initial;
}
.list .mj-bannerMenu li {
  position: initial;
}
.list-left {
  width: 705px;
}
.list-left-head ul {
  float: initial;
}
/*********閲嶇疆end*/
/*??????dede??????*/
.mj-IMG-DATA {
  display: none;
}
/** 骞垮憡椤甸�傞厤
 */
#showcloneshengxiaon {
  min-height: 1697px;
}
