html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p,
a, em, img, ins,
small, strong, i, center,
dl, dt, dd, ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'FreightText', Georgia, Arial, Verdana, sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.news {
  padding: 15px;
  margin-bottom: 20px;
  border-bottom: 10px solid #eeeeee;
}

.news .title {
  font-size: 26px;
  line-height: 28px;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 12px;
  font-family: GoodOT-Cond, Arial Narrow, Arial, sans-serif;
}

.news .info {
  height: 40px;
  padding: 0 10px 5px 3px;
  margin-bottom: 15px;
  border-bottom: 1px solid #afafaf;
  /*box-sizing: border-box;*/
}

.news .author {
  display: block;
  /*float: left;*/
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #828282;
  margin-bottom: 3px;
}

.news .datetime {
  display: block;
  /*float: right;*/
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #828282;
}

.news .icon {
  display: block;
  height: 8px;
  width: 60px;
  margin-left: 10px;
  background: #ff0000;
}

.news .summary {
  display: block;
  padding: 12px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #4b4b4b;
  background: #eaeaea;
  border-radius: 5px;
  margin-bottom: 20px;
}

.news .cover {
  width: 100%;
  margin-bottom: 20px;
}

.news .content p, .news .content  li, .news .content i {
  font-family: 'FreightText', Georgia, serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}

.news .content img {
  max-width: 100%;
  margin:10px 0;
}

.recommend {
  padding: 0 15px;
  margin-bottom: 30px;
}

.recommend a {
  text-decoration: none;
}

.recommend-news {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #008888;
  margin-bottom: 15px;
  font-family: GoodOT-Cond, Arial Narrow, Arial, sans-serif;
}

.recommend-box {
  display: flex;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #d9d9d9;
}

.recommend-cover {
  flex: 0 0 125px;
  height: 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.recommend-text {
  flex: 1;
  margin-left: 10px;
}

.recommend-title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #2c2c2c;
  line-height: 22px;
  padding-top: 5px;
  font-family: GoodOT-Cond, Arial Narrow, Arial, sans-serif;
  margin-bottom: 8px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.recommend-datetime {
  float: right;
  padding-right: 10px;
  font-size: 14px;
  color: #4b4b4b;
}
