﻿.sidebar_right {
  padding: 0;
  width: 960px;
}
.sidebar_right .description-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.description-box .dec-title {
  font-family: 微软雅黑;
  font-size: 26px;
  font-weight: 700;
  line-height: 102px;
}
.description-box .dec-content {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-family: Arial;
  font-size: 16px;
  line-height: 49px;
  text-align: justify;
  background-color: #fff;
  color: rgb(102, 102, 102) !important;
}

.sidebar_right .nav-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sidebar_right .nav-list li {
  width: 282px;
  height: 282px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 20px;
  margin-bottom: 50px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}

.sidebar_right .nav-list li .tupian {
  width: 280px;
  height: 205px;
}

.sidebar_right .nav-list li .tupian img,
.sidebar_right .nav-child-list li .child_tupian img {
  width: 100%;
  height: 100%;
}

.sidebar_right .nav-list li .nav-title {
  width: 100%;
  padding: 0 16px;
  border-spacing: 0px 0px;
  color: #1e2f8c;
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: 700;
  line-height: 56px;
  overflow-wrap: break-word;
  text-align: left;
  text-wrap-mode: wrap;
  white-space-collapse: collapse;
  word-break: normal;
}

.sidebar_right .nav-child-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sidebar_right .nav-child-list li {
  width: 464px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 5px;
  padding-top: 2px;
  background-color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}
.sidebar_right .nav-child-list li .child_tupian {
  width: 100%;
  height: 279px;
  position: relative;
  cursor: pointer;
}

.sidebar_right .nav-child-list li .child_tupian .click-search {
  width: 64px;
  height: 64px;
  display: none;
  position: absolute;
  top: 40%;
  left: 45%;
}

.sidebar_right .nav-child-list li .child_tupian:hover .click-search {
  display: block;
}

.sidebar_right .nav-child-list li .child-title {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 14px;
  font-family: 微软雅黑;
  font-size: 16px;
  text-align: center;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(102, 102, 102);
}
