.newspapper {
  width: 100%;
  overflow: hidden;
}
.newspapper .tab {
  border-bottom: 3px solid #004a94;
  float: left;
  width: 100%;
  height: 36px;
  _border: none;
}
.newspapper .tab .on {
  color: #004a94;
  margin-right: 10px;
  font-size: 24px;
}
.newspapper-title {
  font-size: 16px;
  margin: 30px 0 20px;
  font-weight: bold;
  color: #bb0000;
}
.h4 {
  margin-bottom: 8px;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  word-break: break-all;
}
.h4 a {
  color: #1a1a1a;
}
.h4-text {
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  color: #606060;
  margin-bottom: 8px;
}
.h4-text img {
  float: left;
  margin-right: 10px;
}
.newspapper li {
  padding: 0 0 10px 0;
  height: auto;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
}
.news-index-title {
  padding: 10px 0;
  font-size: 18px;
  color: #004a94;
  border-bottom: 1px solid #eaeaea; 
  font-weight: normal;
}
.news-index-ul li {
  margin-top: 10px;
}
.news-index-ul li a {
  color: #050505;
  font-size: 14px;
}
.pag {
  overflow: hidden;
  margin-top: 10px;
}
.pag a {
  float: left;
  margin-right: 8px;
  padding: 1px 16px;
  color: #010101;
  text-align: center;
  display: inline-block;
  margin-bottom: 5px;
  border-right: 1px solid #eaeaea;
  font-size: 14px;
}
.main-left {
    width: 764px;
    float: left;
}
.main-right {
    width: 304px;
    float: right;
}