@charset 'utf-8';
.info {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 16px;
  line-height: 31px;
  color: #666666;
  font-weight: normal;
}
.info .info_wrap {
  width: 1040px;
  margin: 0 auto;
  overflow: hidden;
}
.info .info_wrap .info_title {
  text-align: center;
}
.info .info_wrap .info_title h2 {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 20px;
  line-height: 45px;
  font-weight: bold;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.info .info_wrap .info_title .time {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 14px;
  line-height: 29px;
  color: #666666;
  font-weight: normal;
  color: #999;
}
.info .info_wrap .content_wrap{
  width: 800px;
  margin: 0 auto;
}
.info .info_wrap .content_wrap img {
  width: auto;
  height: auto;
}
.info .related_infos {
  margin-top: 50px;
}
.info .related_infos .related_title {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.info .related_infos .related_title h3 {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 20px;
  line-height: 45px;
  color: #333333;
  font-weight: normal;
  border-left: 4px solid #f8a008;
  padding-left: 10px;
  height: 20px;
  line-height: 20px;
}
.info .related_infos ul {
  height: 364px;
}
.info .related_infos ul li {
  float: left;
  margin: 20px 20px 0 0;
}
.info .related_infos ul li a .imgWrap {
  width: 224px;
  height: 126px;
}
.info .related_infos ul li a .biaoti {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 16px;
  line-height: 31px;
  color: #666666;
  font-weight: normal;
  color: #333;
  height: 36px;
  line-height: 36px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 5px;
}
.info .related_infos ul li:nth-child(5n) {
  margin-right: 0;
}
.info .related_infos ul li:hover .biaoti {
  color: #f8a008;
}
#footer {
  margin-top: 40px !important;
}
