.column-t .title {
  background-color: #ef8413;
  padding: 10px 25px;
  text-align: center;
}
.column-t .title h1 {
  font-size: 24px;
  color: #ffffff;
}
.column-t .menunr {
  border: 1px solid #e5e5e5;
  border-top: none;
}
.column-t .menunr ul {
  padding: 15px;
}
.column-t .menunr ul li {
  list-style: none;
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.column-t .menunr ul li:hover {
  background-color: #ef8413;
}
.column-t .menunr ul li:hover a {
  color: #fff;
}
.column-t .menunr ul li a {
  display: block;
  text-decoration: none;
  color: #050404;
}
.column-b .title {
  background-color: #ef8413;
  padding: 10px 25px;
  text-align: center;
}
.column-b .title h1 {
  font-size: 24px;
  color: #ffffff;
}
.column-b .menunr {
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 10px 15px;
}
.column-b .menunr ul {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.column-b .menunr ul a {
  padding: 3px 5px;
  text-decoration: none;
  color: #050404;
  line-height: 200%;
}
/* 重点文章 */
.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;
}
