#main {
  width: 1200px;
  min-width: 1200px;
  margin: 0px auto;
  margin-bottom: 20px;}

.carousel {
  width: 540px;
  height: 350px;
  margin-top: 20px;
  float: left;
  background-color: grey;
  position: relative;
  overflow: hidden;}
.column2 {
  width: 540px;
  height: 350px;
  float: left;
  background-color: #fff;
  padding: 15px;
  position: relative;
  box-sizing: border-box;
  margin-left: 10px;
  margin-top: 20px;}

.column {
  width: 350px;
  height: 300px;
  float: left;
  background-color: #fff;
  padding: 15px;
  position: relative;
  box-sizing: border-box;
  margin-top: 20px;}

.column:nth-child(even) {
  margin-left: 20px;
  margin-right: 20px;}

.column__header {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  font-size: 0;
  border-bottom: red 2px solid;}

.column__header > * {
  display: inline-block;
  vertical-align: middle;}

.column__header > a {
  color: rgb(220, 64, 64);
  font-size: 14px;
  text-decoration: none;
  float: right;
  margin-right: 10px;}

.column__emblem {
  margin-bottom: 0;}

.column__title {
  font-size: 24px;
  margin-left: 10px;}

.column__articles {
  width: 100%;
  height: 250px;
  list-style: none;
  line-height: 30px;}

.column__article {
  width: 100%;
  height: 30px;
  border-bottom: #ccc 1px dotted;
  font-size: 14px;}

.column__article--date {
  font-size: 14px;
  float: right;}

.column__article > a {
  text-decoration: none;
  text-overflow: ellipsis;
  width: 400px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  color: #600;}

.column__article > a:hover {
  color: rgb(220, 64, 64);}

