/* 立即投稿 */
.contribute {
  background-color: #f9f1e9;
  padding: 80px 0;
}
.contribute .contribute-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.contribute .contribute-box .contribute-left {
  width: 280px;
  text-align: center;
}
.contribute .contribute-box .contribute-left h3 {
  font-size: 40px;
  font-weight: bold;
  color: #080808;
}
.contribute .contribute-box .contribute-left h5 {
  margin: 35px 0;
  color: #080808;
  font-size: 18px;
}
.contribute .contribute-box .contribute-left .item {
  display: inline-block;
  background-color: #f9f1e9;
  border: 1px solid #cd0d0c;
  padding: 10px 25px;
  margin-top: 15px;
  text-decoration: none;
}
.contribute .contribute-box .contribute-left .item h4 {
  font-size: 24px;
  font-weight: bold;
  color: #ec2b28;
}
.contribute .contribute-box .contribute-left p {
  margin-top: 15px;
  font-size: 14px;
  color: #080808;
}
.contribute .contribute-box .contribute-right {
  width: 240px;
}
.contribute .contribute-box .contribute-right img {
  width: 100%;
}
/* 关于期刊 */
.journal {
  border: 1px solid #e5e5e5;
  padding: 25px 25px 70px;
}
.journal .journal-title {
  margin-left: 20px;
  color: #050404;
  font-size: 24px;
  font-weight: bold;
  padding-left: 25px;
  background: url(../image/logo.png) left center no-repeat;
  margin-bottom: 20px;
}
.journal .journal-box {
  display: flex;
}
.journal .journal-box .journal-left p {
  font-size: 16px;
  color: #080808;
  word-wrap: break-word;
  white-space: pre-line;
  overflow-wrap: break-word;
}
.journal .journal-box .journal-left .text {
  margin-top: 35px;
}
.journal .journal-box .journal-left .text dl {
  display: flex;
  margin-bottom: 10px;
}
.journal .journal-box .journal-left .text dl dt {
  min-width: 64px;
  text-align: right;
  float: left;
}
.journal .journal-box .journal-left .text dl dd {
  min-width: 180px;
}
.journal .journal-box .journal-right img {
  width: 100%;
  object-fit: cover;
}
/* 最新活动 */
.activity .activity-left {
  border: 1px solid #e5e5e5;
  padding: 25px 25px 25px;
  min-height: 344px;
  margin-top: 25px;
}
.activity .activity-left .activity-title {
  margin-left: 20px;
  color: #050404;
  font-size: 24px;
  font-weight: bold;
  padding-left: 25px;
  background: url(../image/logo.png) left center no-repeat;
  margin-bottom: 20px;
}
.activity .activity-left ul {
  padding-left: 50px;
}
.activity .activity-left ul li {
  line-height: 35px;
}
.activity .activity-left ul li a {
  display: block;
  width: 95%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  font-size: 16px;
  color: #050404;
  letter-spacing: 2px;
}
.activity .activity-right {
  border: 1px solid #e5e5e5;
  padding: 25px 25px 70px;
  min-height: 344px;
}
.activity .activity-right .directory {
  font-size: 16px;
  color: #0d0c0c;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}
.activity .activity-right .time {
  padding: 20px 35px;
}
.activity .activity-right .time a {
  text-decoration: none;
  font-size: 16px;
  color: #212121;
}
/* 重点文章 */
.article {
  border: 1px solid #e5e5e5;
  padding: 25px 25px 70px;
}
.article .article-title {
  margin-left: 20px;
  color: #050404;
  font-size: 24px;
  font-weight: bold;
  padding-left: 25px;
  background: url(../image/logo.png) left center no-repeat;
  margin-bottom: 25px;
}
.article .article-list {
  padding: 0 35px;
}
.article .article-list ul {
  margin-left: 15px;
}
.article .article-list ul li {
  line-height: 35px;
}
.article .article-list ul li a {
  display: inline-block;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #050404;
  font-size: 16px;
  float: left;
  letter-spacing: 2px;
}
.article .article-list ul li span {
  margin-left: 10px;
  float: right;
}
