.site-header .topbar {
  height: 30px;
  background: #282828;
  font-size: 12px;
  color: #c0c4cc;
  line-height: 30px;
}
.site-header .topbar .m-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-header .topnav {
  height: 100px;
  background: #fff;
  font-size: 18px;
  color: #303133;
}
.site-header .topnav .m-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-header .topnav .m-container .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header .topnav .m-container .links li {
  line-height: 70px;
  padding-left: 22px;
}
.site-header .topnav .m-container .links li.active {
  font-weight: 600;
  color: #005ca1;
}
.site-footer {
  height: 120px;
  background: #282828;
}
.site-footer .m-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-footer .m-container .left {
  width: 52px;
  height: 64px;
  /* background: #fff; */
  margin-right: 29px;
}
.site-footer .m-container .center p {
  font-size: 12px;
  color: #fff;
  line-height: 2;
}
.site-footer .m-container .right {
  margin-left: auto;
}
.banner {
  height: 360px;
  background: url("../images/成果概况/位图_5.png");
  background-size: cover;
  font-size: 36px;
  color: #ffffff;
  overflow: hidden;
}
.banner .zh {
  margin-top: 114px;
  margin-bottom: 19px;
}
.content .m-container {
  min-height: 814px;
  background: #f0f2f5;
  margin: 20px auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content .m-container a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content .m-container .left {
  width: 240px;
}
.content .m-container .left .title {
  background: #d8ddea;
  height: 110px;
  line-height: 110px;
  font-size: 24px;
  text-align: center;
}
.content .m-container .left .m-nav li {
  height: 59px;
  font-size: 18px;
  font-weight: 600;
  color: #434457;
  line-height: 59px;
  padding-left: 40px;
  border-bottom: 1px dashed #d8ddea;
}
.content .m-container .left .m-nav li.active {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#005ca1),
    to(#0082e3)
  );
  background: linear-gradient(90deg, #005ca1, #0082e3);
  color: #fff;
  border-bottom: none;
}
.content .m-container > .right {
  width: 960px;
  background: #fff;
  padding: 40px 60px;
}
.content .m-container > .right .tophead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8ddea;
}
.content .m-container > .right .tophead .title {
  font-size: 24px;
  color: #000;
}
.content .m-container > .right .tophead .bread {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #909399;
}
.content .m-container > .right .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 24px;
  border-bottom: 1px dashed #d8ddea;
}
.content .m-container > .right .list li .left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 168px;
  height: 134px;
}
.content .m-container > .right .list li .right {
  margin-left: 20px;
  height: 134px;
  overflow: hidden;
}
.content .m-container > .right .list li .right .title {
  font-size: 16px;
  color: #000;
}
.content .m-container > .right .list li .right p {
  margin-top: 2px;
  font-size: 14px;
  color: #606266;
}
.content .m-container > .right .list li:hover {
  border-bottom: 1px dashed #005ca1;
}
.content .m-container > .right .list li:hover .title {
  color: #005ca1;
}
.content .m-container > .right .list-pagination {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
