.zjbb {
  width: 100%;
  background: #f8f8f8;
  overflow: hidden;
}
.zjbb .layout {
  width: 1198px;
  background: #fff;
  border: 1px solid #eee;
  margin-top: 20px;
  padding: 25px;
}
.zjbb img {
  width: 380px;
  height: 200px;
  float: left;
}
.zjbb .zjbb_right {
  float: right;
  width: 670px;
}
.zjbb .zjbb_right h1 {
  font-size: 22px;
  color: #2c2c2c;
  text-align: left;
  float: left;
}
.zjbb .zjbb_right .time span {
  font-size: 14px;
  color: #9f9f9f;
  padding-top: 5px;
}
.zjbb .zjbb_right .content {
  height: 125px;
  margin-top: 5px;
  padding: 10px 0px;
  display: block;
  border-bottom: none;
  border-top: 1px solid #eee;
}
.zjbb .zjbb_right .content p {
  font-size: 14px;
  color: #2c2c2c;
  line-height: 28px;
  max-height: 125px;
  overflow-y: auto;
}
.zjbb .zjbb_right .t-label {
  height: 40px;
  line-height: 40px;
}
.zjbb .zjbb_right .t-label p {
  float: left;
  font-size: 14px;
  color: #005cd0;
}
.zjbb .zjbb_right .t-label ul li {
  float: left;
  width: 80px;
  height: 35px;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  margin-left: 5px;
}
.zjbb .zjbb_right .t-label ul li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
}
.zjbb .zjbb_right .t-label ul li:nth-child(1) {
  background: #0099ff;
}
.zjbb .zjbb_right .t-label ul li:nth-child(1):hover {
  background: #007eff;
}
.zjbb .zjbb_right .t-label ul li:nth-child(2) {
  background: #48d8d7;
}
.zjbb .zjbb_right .t-label ul li:nth-child(2):hover {
  background: #00bfc1;
}
.zjbb .zjbb_right .t-label ul li:nth-child(3) {
  background: #82dc86;
}
.zjbb .zjbb_right .t-label ul li:nth-child(3):hover {
  background: #4fc955;
}
.zjbb .zjbb_right .t-label ul li:nth-child(4) {
  background: #de93e9;
}
.zjbb .zjbb_right .t-label ul li:nth-child(4):hover {
  background: #e068f2;
}
.zjbb .zjbb_right .t-label ul li:nth-child(5) {
  background: #ffb240;
}
.zjbb .zjbb_right .t-label ul li:nth-child(5):hover {
  background: #ff9915;
}

.recommendList {
  width: 100%;
  background: #f8f8f8;
  overflow: hidden;
}
.recommendList .layout {
  width: 1198px;
  border: 1px solid #eee;
  background: #fff;
  margin-top: 20px;
}
.title {
  margin: 20px 25px 0px 25px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
}
.title h2 {
  font-size: 22px;
  color: #2c2c2c;
  display: inline-block;
}
.recommendList .title span {
  font-size: 16px;
  color: #afafaf;
  margin-left: 5px;
}
.recommendList ul {
  padding: 10px 25px 25px 25px;
}
.recommendList ul li {
  width: 270px;
  height: 266px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
  float: left;
  margin-right: 20px;
}
.recommendList ul li:nth-child(4n) {
  margin-right: 0;
}
a {
  color: #8d8d8d;
}
.recommendList ul li img {
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.recommendList ul li .introduce {
  display: block;
  margin-top: 10px;
}
.recommendList ul li .introduce h3 {
  font-size: 22px;
  color: #2c2c2c;
  text-align: center;
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 3px;
}
.recommendList ul li .introduce p {
  font-size: 14px;
  color: #4d4d4d;
  line-height: 27px;
  margin-left: 30px;
  white-space: nowrap;
  overflow: hidden;
  width: 220px;
}
.recommendList ul li .introduce p::before {
  content: '';
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #aaaaaa;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.recommendList ul li button {
  width: 127px;
  height: 34px;
  border: 2px solid #014C2E;
  background: #fff;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 18px;
  color: #014C2E;
  margin-top: 5px;
  cursor: pointer;
  outline: none;
}
.recommendList ul li .tjtj {
  width: 87px;
  height: 29px;
  background: -webkit-linear-gradient(top, #ff8230, #ff3e06);
  background: -moz-linear-gradient(top, #ff8230, #ff3e06);
  background: -o-linear-gradient(top, #ff8230, #ff3e06);
  background: -ms-linear-gradient(top, #ff8230, #ff3e06);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ff8230',endColorStr='#ff3e06',gradientType='0');
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ff8230',endColorStr='#ff3e06',gradientType='0')";
  border-radius: 15px 15px 15px 0px;
  position: absolute;
  top: -20px;
  left: -1px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 29px;
}
.spriteIcon {
  background: url(../img/icon_zt.png) no-repeat;
}
.recommendList ul li .hot {
  display: inline-block;
  width: 22px;
  height: 25px;
  background-position: -56px 0px;
  position: absolute;
  top: -3px;
  right: 10px;
}
.news {
  width: 100%;
  background: #f8f8f8;
  overflow: hidden;
}
.news .layout {
  background: #fff;
  border: 1px solid #eee;
  margin-top: 20px;
}

.news .title {
  overflow: hidden;
}
.news ul {
  padding: 0px 25px 20px 25px;
  overflow: hidden;
}
.news ul li {
  margin-top: 15px;
  width: 33.3%;
  float: left;
}
.news ul li a {
  display: inline-block;
  width: 330px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #2c2c2c;
}
.news ul li a:hover {
  color: #014C2E;
}
.news ul li a::before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #2c2c2c;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.also_browse {
  width: 100%;
  background: #f8f8f8;
  overflow: hidden;
}
.also_browse .layout {
  background: #fff;
  border: 1px solid #eee;
  margin-top: 20px;
}
.also_browse ul {
  padding: 10px 25px 10px 25px;
}
.also_browse ul li {
  float: left;
  width: 158px;
  height: 32px;
  text-align: center;
  margin-right: 38px;
}
.also_browse ul li:nth-child(6n) {
  margin-right: 0;
}
.also_browse ul li a {
  font-size: 14px;
  color: #2c2c2c;
  line-height: 32px;
  width: 140px;
  margin: 0px 10px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.selected_softzt {
  width: 100%;
  background: #f8f8f8;
  overflow: hidden;
}
.selected_softzt .layout {
  background: #fff;
  border: 1px solid #eee;
  margin-top: 20px;
}
.selected_softzt ul {
  padding: 0px 20px 20px 20px;
  overflow: hidden;
}
.selected_softzt ul li {
  float: left;
  margin-left: 12px;
  margin-top: 20px;
}
.selected_softzt ul li:nth-child(1) {
  margin-left: 0px;
}
.selected_softzt ul li img {
  width: 280px;
  height: 140px;
}
.selected_softzt ul li a {
  position: relative;
}
.selected_softzt ul li p {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #2c2c2c;
  font-size: 14px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0px;
}
.selected_softzt .softzt_list {
  padding: 0px 20px;
  height: 184px;
}
.selected_softzt .softzt_list .tempWrap {
  width: 1160px !important;
}
.classification {
  width: 100%;
  background: #f8f8f8;
  overflow: hidden;
}
.classification .layout {
  background: #fff;
  border: 1px solid #eee;
  margin-top: 20px;
}
.softList {
  padding: 20px 25px 20px 25px;
}
.softList dl {
  width: 140px;
  margin-right: 28px;
  float: left;
}
.softList dl:last-child {
  margin-right: 0;
}
.softList dl dt {
  font-size: 18px;
  font-weight: bold;
  width: 115px;
  height: 30px;
  border-left: none;
  color: #fff;
  text-align: center;
  line-height: 30px;
  padding-left: 0px;
  margin-bottom: 10px;
}
.softList dl:nth-child(1) dt {
  background: #89d042;
}
.softList dl:nth-child(2) dt {
  background: #55bdf0;
}
.softList dl:nth-child(3) dt {
  background: #ff6c6c;
}
.softList dl:nth-child(4) dt {
  background: #40a1ff;
}
.softList dl:nth-child(5) dt {
  background: #ff8e4f;
}
.softList dl:nth-child(6) dt {
  background: #00c5a9;
}
.softList dl:nth-child(7) dt {
  background: #de6acf;
}
.softList dl dd {
  padding: 5px 0px 0px;
}
.softList dl dd img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.softList dl dd span {
  font-size: 14px;
  color: #1d1d1d;
  line-height: 24px;
  vertical-align: middle;
  margin-left: 5px;
  width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  cursor: pointer;
}

.tabWrap {
  width: 100%;
  background: #f8f8f8;
  overflow: hidden;
}

.tabWrap .layout {
  background: #fff;
  border: 1px solid #eee;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tabWrap .title ul {
  overflow: hidden;
}

.tabWrap .title ul li {
  float: left;
  margin-right: 40px;
  font-size: 22px;
  color: #2c2c2c;
  font-weight: bold;
  cursor: pointer;
}

.tabWrap .content {
  padding: 0px 25px;
}

.tabWrap .content ul {
  overflow: hidden;
  border-bottom: none;
  border-right: none;
  padding-bottom: 20px;
  display: none;
}

.tabWrap .content ul li {
  width: 132px;
  padding: 10px;
  border: 1px solid #eee;
  overflow: hidden;
  float: left;
  margin-right: 13px;
  background: rgba(215, 215, 215, 1);
  text-align: center;
  margin-top: 20px;
}
.tabWrap .content ul li:nth-child(8n) {
  margin-right: 0px;
}
.tabWrap .content ul li a {
  color: #333;
  width: 110px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.tabWrap .content ul li:hover {
  background: rgba(51, 102, 255, 1);
}
.tabWrap .content ul li:hover a {
  color: #fff;
}
.tabWrap .title ul li.active {
  color: #014C2E;
}
.tabWrap .content ul:nth-of-type(3) {
  padding: 7px 0px 14px 0px;
}
.tabWrap .content ul:nth-of-type(3) li {
  width: 370px;
  margin-top: 5px;
  background: #fff;
  border: none;
}
.tabWrap .content ul:nth-of-type(3) li a {
  width: 272px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #1d1d1d;
  display: inline-block;
  vertical-align: middle;
  -moz-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.tabWrap .content ul:nth-of-type(3) li a:hover {
  margin-left: 8px;
  color: #014C2E;
}
.tabWrap .content ul:nth-of-type(3) li a::before {
  content: '';
  width: 2px;
  height: 2px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background: #383838;
  margin-right: 5px;
}
.tabWrap .content ul:nth-of-type(3) li span {
  font-size: 14px;
  color: #bebebe;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
.tabWrap .content ul:nth-of-type(3) li:nth-of-type(3n) {
  margin-right: 0px;
}
.tabWrap .content ul:nth-of-type(3) li:nth-child(8n) {
  margin-right: 13px;
}
