main {
  margin: 20px auto;
  width: 1200px;
  background: #fff;
  padding: 0 20px;
}

/* 新闻列表 */
#newslist {
  margin: 20px auto;
  width: 100%;
  overflow: hidden;
}
#newslist ul {
  margin: 15px 0;
  font-size: 16px;
  line-height: 40px;
  border-bottom: 0px solid #c7c7c7;
  overflow: hidden;
  clear: both;
}
#newslist .nav_t,
#newslist .nav_t a {
  color: #666;
  margin-top: 0;
}
#newslist .list_txt dt {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 10px 0;
}
#newslist .list_txt a {
  color: #666;
  width: 85%;
}
#newslist .list_txt a h1 {
  font-weight: normal;
  display: block;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#newslist .list_txt span {
  font-style: normal;
  color: #666;
  white-space: nowrap;
}

#newslist .list_pic dt a {
  float: left;
  width: 200px;
  margin: 15px 10px 0 10px;
  overflow: hidden;
  position: relative;
}
#newslist .list_pic dt a span {
  display: block;
  width: 100%;
  height: 130px;
  background: #f3f3f3;
  border: 0px #c00 solid;

  overflow: hidden;
  position: relative;
}
#newslist .list_pic dt a h1 {
  margin-top: 10px;
  width: 100%;
  font-size: 14px;
  line-height: 20px;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#newslist .list_pic dt a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
}

.list_r {
  float: right;
  width: 885px;
}
.list_r dd {
  color: #da0504;
  font-size: 18px;
  line-height: 25px;
  width: 100%;
  background: url(../images/tab_bg2.png) no-repeat 50%;
  background-size: 100% 100%;
}

.ld ol {
  display: table;
  width: 100%;
  margin: 30px;
  padding-bottom: 20px;
  border-bottom: 1px #ccc solid;
  clear: both;
}
.ld ol:last-child {
  border-bottom: none;
}
.ld li {
  float: left;
}
.ld .ld_l {
  width: 150px;
  font-size: 20px;
  font-weight: bold;
}
.ld .ld_r {
  width: 700px;
}
.ld a {
  float: left;
  text-align: left;
  margin: 0 10px;
}
.ld a span {
  display: block;
  width: 150px;
  height: 200px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px #ccc solid;
}
.ld a img {
  width: 100%;
  height: 100%;
}

#fxTab {
  float: left;
  width: 290px;
  height: 605px;
  text-align: center;
  background: url(../images/tab_bg.png) no-repeat top;
  background-size: 100%;
}
#fxTab h1 {
  padding-left: 60px;
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  line-height: 85px;
  height: 85px;
}
#fxTab ol dt {
  font-size: 22px;
  line-height: 50px;
  background: rgba(250, 250, 250, 0.5);
  border-bottom: 1px #fff solid;
  clear: both;
}
#fxTab ol dt a {
  color: #104478;
}
#fxTab ol dt:hover {
  color: #fff;
  background: #da0504;
  cursor: pointer;
}
#fxTab ol dt:hover a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}
#fxTab ol dd {
  text-align: center;
}
#fxTab ol dd a {
  float: left;
  width: 100%;
  line-height: 40px;
  color: #1764b0;
  font-size: 18px;
  border-bottom: 1px #fff solid;
  clear: both;
}

/* 内容页 */
#content {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
#content ul {
  margin: 15px auto;
  font-size: 16px;
  line-height: 40px;
  overflow: hidden;
  clear: both;
}
#content .nav_t,
#content .nav_t a {
  color: #666;
  margin-top: 0;
}
#content .con_t {
  text-align: center;
  border-bottom: 1px #c7c7c7 solid;
}
#content .con_t h1 {
  color: #dd2519;
  font-size: 30px;
  line-height: 40px;
  clear: both;
}
#content .con_t h2 {
  color: #666;
  font-size: 14px;
  font-weight: normal;
  margin: 10px 0;
}
#content .con_m p {
  margin: 30px 0;
  font-size: 18px;
}
#content .con_m p img {
  max-width: 100%;
  height: auto;
}

/* 分页 */
#pagenum {
  padding: 3px;
  margin: 3px;
  text-align: center;
  font-size: 12px;
}
#pagenum a {
  border: #ddd 1px solid;
  padding: 2px 5px;
  margin-right: 2px;
  color: #aaa;
  text-decoration: none;
}
#pagenum a:hover {
  border: #a0a0a0 1px solid;
  padding: 2px 5px;
  margin-right: 2px;
}
#pagenum a:active {
  border: #a0a0a0 1px solid;
  padding: 2px 5px;
  margin-right: 2px;
}
#pagenum a.current {
  border: #e0e0e0 1px solid;
  padding: 2px 5px;
  margin-right: 2px;
  font-weight: bold;
  color: #aaa;
  background-color: #f0f0f0;
}
#pagenum span.disabled {
  border: #f3f3f3 1px solid;
  padding: 2px 5px;
  margin-right: 2px;
  color: #ccc;
}
