﻿.introduce-title {
  font-family: PingFang SC;
  font-size: 30px;
  text-align: center;
  height: 58px;
  line-height: 42px;
  font-weight: 600;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  margin-bottom: 26px;}
.introduce-right-acticle {
  font-family: PingFang SC;
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
  color: rgba(0, 0, 0, 0.9);}
.news-content-item {
  width: 1000px;
  height: 240px;
  padding: 29px 34px 0 28px;
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);}
.news-content-item:hover {
  background: #bd1313;}
.news-content-item:hover .news-content-title,
.news-content-item:hover .news-content-desc {
  color: #fff;}
.news-content-item:hover .news-content-time {
  color: #fff;
  background: url(../../images/whitetime.png) no-repeat 2px 2px;}
.news-content-img {
  width: 290px;
  height: 180px;
  overflow: hidden;}
.news-content-img img {
  width: 290px;
  height: 180px;
  transition: all 0.3s;}
.news-content-img img:hover {
  transform: scale(1.1);}
.news-content-content {
  width: 607px;}
.content-right .news-right-top,
.content-right .notice-right-top {
  margin-bottom: 29px;}
.news-content-title {
  padding-top: 5px;
  transition: all 0.3s;
  font-family: PingFang SC;
  font-size: 22px;
  text-align: justify;
  color: #000000;
  min-height: 65px;
  display: block;}

.news-content-desc {
  transition: all 0.3s;
  font-family: PingFang SC;
  font-size: 14px;
  line-height: 20px !important;
  text-align: justify;
  color: #808080;
  margin: 12px 0 16px;}
.news-content-time {
  font-family: DINPro;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  background: url(../../images/redtime.png) no-repeat;
  padding-left: 23px;}
.notice-right-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -10px;}
.notice-content-item {
  width: 485px;
  height: 160px;
  padding: 20px 32px 0 18px;
  margin-bottom: 20px;
  box-sizing: border-box;
  position: relative;
  border-top: 3px solid #c01920;
  background: #f7f7f7;}
.notice-content-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  transition: 0.5s;}
.notice-content-item:hover::before {
  background: #9b171a;
  height: 100%;}
.notice-content-item:hover .notice-content-day,
.notice-content-item:hover .notice-content-month,
.notice-content-item:hover .notice-content-title {
  color: #fff;}
.notice-content-time {
  display: flex;
  align-items: baseline;}
.notice-content-day {
  font-family: Arial;
  font-size: 40px;
  font-weight: bold;
  margin: 0 11px 13px 1px;
  color: #c01920;
  position: relative;
  z-index: 1;
  transition: all 0.3s;}
.notice-content-month {
  font-family: Arial;
  font-size: 16px;
  color: #a4a4a4;
  position: relative;
  z-index: 1;
  transition: all 0.3s;}
.notice-content-title {
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  font-family: Source Han Sans CN;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: justify;
  color: #333333;}

.science-right-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;}
.science-content-item {
  width: 485px;
  height: 455px;
  box-sizing: border-box;
  margin-bottom: 27px;}
.science-item-img {
  width: 485px;
  height: 265px;
  overflow: hidden;}
.science-item-img img {
  width: 485px;
  height: 265px;
  transition: all 0.3s;}
.science-item-img img:hover {
  transform: scale(1.1);}
.science-item-bottom {
  padding: 16px 21px 18px 21px;
  border: 1px solid rgba(0, 0, 0, 0.1);}
.science-content-time {
  display: flex;
  align-items: baseline;}
.science-content-day {
  font-family: Arial;
  font-size: 28px;
  font-weight: bold;
  color: #c01920;
  margin: 0 7px 4px 0;}
.science-content-month {
  font-family: Arial;
  font-size: 14px;
  color: #a4a4a4;}
.science-item-title {
  font-family: PingFang SC;
  font-size: 18px;
  text-align: justify;
  color: #333333;
  margin-bottom: 7px;}
.science-item-desc {
  font-family: PingFang SC;
  font-size: 14px;
  color: #808080;}
.achievement-right-content {
  border-top: 1px dashed #d8d8d8;}
.achievement-content-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  border-bottom: 1px dashed #d8d8d8;}
.achievement-item-title {
  padding-left: 22px;
  font-family: PingFang SC;
  position: relative;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  width: 800px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;}
.achievement-item-title:hover {
  color: #9a0000;}
.achievement-item-title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #bd1313;
  border-radius: 50%;}
.achievement-item-time {
  position: relative;
  font-family: PingFang SC;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);}
.achievement-item-time::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -27px;
  width: 18px;
  height: 18px;
  background: url(../../images/rili.png) no-repeat;}
/* 内容页 */
.article-title {
  font-family: PingFang SC;
  font-size: 28px;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  font-weight: 600;
  padding-top: 9px;}
.article-author {
  margin: 12px 0 30px;
  padding-bottom: 21px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;}
.article-time {
  font-family: PingFang SC;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  position: relative;
  top: 1px;
  left: -45px;}
.article-time::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -26px;
  width: 16px;
  height: 16px;
  background: url(../../images/redrili.png) no-repeat;}
.article-author-name {
  font-family: PingFang SC;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  position: relative;
  top: 2px;
  left: 12px;}

.article-author-name::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: -28px;
  width: 16px;
  height: 16px;
  background: url(../../images/redren.png) no-repeat 0 1px;}
.article-author-num {
  font-family: PingFang SC;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  position: relative;
  top: 2px;
  left: 70px;}
.article-author-num::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: -28px;
  width: 17px;
  height: 16px;
  background: url(../../images/redeye.png) no-repeat 0 1px;}
.article-content {
  font-family: PingFang SC;
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
  color: #000;}
/* 分页 */
.Page {
  height: 40px;
  margin: 30px 0 26px;
  text-align: right;
  font-family: PingFang SC;
  color: rgba(0, 0, 0, 0.8);}
.Page a:first-child {
  margin-left: 14px;}
.Page a:last-child {
  margin-right: 0;}
.Page a {
  color: #999;
  font-size: 16px;
  margin: 0 2.3px;
  border: 1px solid #e6e6e6;
  padding: 8px 14px 8px 14px;
  background: #fff;
  border-radius: 4px;}

.Page a:hover {
  color: #fff;
  border: 1px solid #bd1313;
  background: #bd1313;}

.Page a.hover {
  color: #fff;
  border: 1px solid #bd1313;
  background: #bd1313;}
