body {
  font-size: 14px;
  background: #f1f1f1;
}

.wbox {
  width: 100%;
}

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

a:hover {
  color: #22262A;
}

.z-header {
  background: #22262A;
  height: 70px;
  border-bottom: 1px solid #eeeeee;
}
.z-header .cont {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.z-header .cont .z-logo {
  width: 200px;
  height: 50px;
}
.z-header .cont .z-logo img {
  width: 150px;
  height: 50px;
  object-fit: cover;
}
.z-header .cont .z-nav {
  flex: 1;
  height: 100%;
}
.z-header .cont .z-nav ul {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: right;
}
.z-header .cont .z-nav ul li {
  margin-right: 20px;
  font-size: 15px;
}
.z-header .cont .z-nav ul li a {
  color: #ffffff;
  padding: 8px 10px;
}
.z-header .cont .z-nav ul li.active a {
  background: #2D3540;
  color: #ffffff;
  border-radius: 5px !important;
}
.z-header .cont .z-member {
  margin-left: 100px;
}
.z-header .cont .z-member a {
  color: #ffffff;
}

.main-page {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.main-page .main-page-left {
  width: 850px;
}
.main-page .main-page-right {
  width: 330px;
}
.main-page .cont-box {
  background: #ffffff;
  padding: 15px;
  border-radius: 10px !important;
}

.bg-fff dl {
  background: #ffffff;
  padding: 15px;
}

.arc-list dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
}
.arc-list dl dt {
  width: 135px;
  height: 95px;
  line-height: 0;
}
.arc-list dl dt img {
  margin: 0 !important;
  width: 135px;
  height: 95px;
  object-fit: cover;
}
.arc-list dl dd {
  flex: 1;
  margin-left: 15px;
}
.arc-list dl dd ul {
  height: 95px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.arc-list dl dd ul .tt {
  font-weight: bolder;
  color: #000;
  font-size: 15px;
}
.arc-list dl dd ul .desc {
  line-height: 150%;
  color: #555555;
}
.arc-list dl dd ul .other {
  color: #777777;
}

.cont-item-title {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  font-size: 20px;
  color: #000;
  font-weight: 500 !important;
}

.cont-item-title-2 {
  font-weight: bold;
  color: #000;
  margin: 0;
  margin-bottom: 20px;
}

.arc-list-2 li {
  margin-bottom: 10px;
}
.arc-list-2 li span {
  font-size: 16px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
}
.tag-list li {
  background: #f1f1f1;
  padding: 3px 7px;
  margin: 0 10px 10px 0;
}

.cate-list li {
  height: 35px;
  line-height: 35px;
  margin-bottom: 10px;
  text-indent: 10px;
}
.cate-list li.active {
  background: #2F3541;
  border-radius: 7px !important;
}
.cate-list li.active a {
  color: #ffffff;
}

.cont-box h1 {
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  color: #000;
}
.cont-box .content-other {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid #eeeeee;
}
.cont-box .content-other p {
  margin-right: 20px;
}
.cont-box .content-other p i {
  margin-right: 5px;
}
.cont-box .content a {
  color: #22262A;
}
.cont-box .content p{
    font-size: 16px;
    line-height: 180%;
}
.cont-box .content img {
  display: block;
  max-width: 600px !important;
  height: auto;
  margin: 0 auto;
}
.cont-box .content h2 {
  font-size: 22px;
  font-weight: 400;
  margin: 30px 0;
  text-indent: 0 !important;
  padding-left: 10px;
  position: relative;
}
.cont-box .content h2:before {
  content: '';
  width: 5px;
  height: 100%;
  line-height: 100%;
  background: #22262A;
  position: absolute;
  left: 0;
  top: 0;
}
.cont-box .content h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 10px 0;
  text-indent: 0 !important;
}

.mianze {
  color: #22262A;
}

.rel-tag {
  display: flex;
  flex-wrap: wrap;
}
.rel-tag a {
  padding: 3px 5px;
  background: #e1e1e1;
  color: #333333;
  margin-right: 10px;
}
.rel-tag a:hover {
  color: #22262A;
}

.arc-focus {
  margin-bottom: 20px;
}
.arc-focus dl {
  width: 100%;
  height: 320px;
  overflow: hidden;
  position: relative;
}
.arc-focus dl dt {
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.arc-focus dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.arc-focus dl dd {
  width: 100%;
  height: 50px;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  display: flex;
  align-items: center;
  color: #ffffff;
  text-indent: 10px;
}

.box-rel {
  border: 1px dashed #dddddd;
  background: #f1f1f1;
  padding: 10px;
}
.box-rel h3 {
  margin: 0;
  font-size: 20px;
  margin-bottom: 20px;
}

.cate-arc-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cate-arc-list .cont-box {
  width: 49%;
  margin-bottom: 20px;
}
.cate-arc-list .cont-box ul li {
  margin-bottom: 10px;
}

.footer {
  background: #2F3541;
  color: #ffffff;
  text-align: center;
  height: 100px;
  display: flex;
  align-items: center;
}

/*# sourceMappingURL=basic.css.map */
