html {
  background-color: white;}

.main {
  width: 1100px;
  min-width: 1100px;
  min-height: 480px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 20px;
  overflow: hidden;}

.main > * {
  float: left;
  text-decoration: none;}

.left {
  width: 20%;
  padding-top: 20px;}

.left .column-name {
  color: white;
  width: 80%;
  height: 80px;
  background-color: #b50000;
  font-size: 20px;
  line-height: 80px;
  text-align: center;
  border-bottom: 1px red solid;
  margin: 0 auto;}
.left .column-name > a {
  color: white;
  text-decoration: none;}
 
.left .column-name2 {
  color: red;
  width: 80%;
  height: 80px;
  background-color: #E7E3E7;
  font-size: 20px;
  line-height: 80px;
  text-align: center;
  border-bottom: 1px red solid;
  margin: 0 auto;}

.left .column-name2 > a {
  color: red;
  text-decoration: none;}
 
.right {
  width: 80%;
  min-height: 550px;
  }

.nav {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px #e5e5e5 solid;}

.nav > a {
  text-decoration: none;
  color: inherit;}

.nav > a:hover {
  color: rgb(235, 3, 3);}

.articles {
  width: 100%;
  line-height: 30px;
  margin-top: 10px;
  list-style: none;}

.article {
  height: 36px;
  line-height: 36px;
  width: 100%;
  border-bottom: 1px #efefef dotted;
  font-size: 16px;
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;}

.article--date {
  font-size: 16px;
  float: right;
  color: #666656;}

.article > a {
  text-decoration: none;
  text-overflow: ellipsis;
  width: 700px;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  color: #333;}

.article > a:hover {
  color: rgb(220, 64, 64);}

.article::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgb(161, 161, 161);
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);}

.pagination {
  overflow: hidden;
  list-style: none;
  font-size: 14px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: 0;
  color: #666666;}

.pagination li {
  float: right;
  margin-right: 10px;}

.pagination li a {
  padding: 0 5px;
  cursor: pointer;
  text-decoration: none;
  color: inherit;}

.pagination li a:hover {
  color: #da3434;}

.pagination input {
  width: 24px;
  line-height: 15px;
  border: 1px solid #d5d5d5;
  background: #fff;
  text-align: center;
  outline: none;
  padding: 0 5px;}
