a:hover{ text-decoration:none; }
.lt {
  float: left; }

.rt {
  float: right; }

.base {
  width: 1150px;
  margin: 0 auto; }

.header {
  /*height: 530px;*/
  min-width: 1150px;
  /*background: url("../img/top.png") no-repeat;*/
  /*background-size: cover;*/
}
.header img{
  width: 100%;
}
.status {
  margin-top: 50px;
  height: 350px; }
  .status .left {
    float: left;
    width: 630px;
    height: 100%;
    background-image: url("../img/top.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative; }
    .status .left .mark {
      background-color: rgba(0, 0, 0, 0.5);
      width: 100%;
      height: 30px;
      line-height: 30px;
      color: #fff;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      text-indent: 10px;
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 10; }
  .status .right {
    margin-left: 36px;
    float: right;
    width: calc(100% - 36px - 630px); }
    .status .right .title {
      height: 56px;
      background-image: url("../img/title-bg.png");
      background-repeat: no-repeat;
      background-size: 100%;
      position: relative; }
      .status .right .title span {
        font-size: 20px;
        line-height: 60px;
        letter-spacing: 3px;
        color: #b40e0e;
        font-weight: 900;
        margin-left: 100px; }
      .status .right .title a {
        position: absolute;
        right: 17px;
        top: 11px;
        bottom: 0;
        margin: auto;
        width: 22px;
        height: 13px;
        background: url("../img/title-more.png") no-repeat;
        background-size: 100%; }
    .status .right .list {
      width: 100%;
      box-sizing: border-box;
      padding-left: 11px; }
      .status .right .list .item {
        height: 56px;
        cursor: pointer;
        line-height: 56px;
        color: #333333;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        border-bottom: 2px dashed #eaeaea;
        font-weight: 900; }
        .status .right .list .item:hover {
          color: #b40e0e; }

.content {
  overflow: hidden; }
  .content .block {
    margin-top: 38px;
    width: 525px; }
    .content .block .title {
      width: 100%;
      height: 54px;
      background: url("../img/title-bg.png") no-repeat;
      background-size: 100%;
      position: relative; }
      .content .block .title span {
        font-size: 20px;
        line-height: 66px;
        letter-spacing: 3px;
        color: #b40e0e;
        font-weight: 900;
        margin-left: 100px; }
      .content .block .title a {
        position: absolute;
        right: 17px;
        top: 16px;
        bottom: 0;
        margin: auto;
        width: 22px;
        height: 13px;
        background: url("../img/title-more.png") no-repeat;
        background-size: 100%; }
    .content .block .list {
      margin-top: 24px; }
      .content .block .list .item {
        height: 40px;
        line-height: 40px;
        color: #333333;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer; }
        .content .block .list .item:hover {
          color: #b40e0e; }
      .content .block .list .infor {
        margin-bottom: 10px;
        overflow: hidden; }
        .content .block .list .infor .img-wrap {
          width: 150px;
          height: 100px; }
          .content .block .list .infor .img-wrap img {
            width: 100%;
            height: 100%; }
        .content .block .list .infor .font {
          box-sizing: border-box;
          padding-left: 12px;
          width: calc(100% - 150px); }
          .content .block .list .infor .font .t {
            height: 42px;
            color: #b40e0e;
            line-height: 21px; }
          .content .block .list .infor .font .cot {
            font-size: 14px;
            cursor: pointer;
            line-height: 20px; }
            .content .block .list .infor .font .cot:hover {
              color: #b40e0e; }
.cot a{
  color: black;
}
.cot a:hover{
  color: #b40e0e;
}
.book {
  margin-top: 41px; }
  .book .title {
    margin: 0 auto;
    width: 525px;
    height: 54px;
    background: url("../img/title-bg.png") no-repeat;
    background-size: 100%;
    position: relative; }
    .book .title span {
      width: 84px;
      height: 30px;
      position: absolute;
      left: 0;
      right: 0;
      top: 10px;
      bottom: 0;
      margin: auto;
      font-size: 20px;
      color: #b40e0e;
      font-weight: 900; }
    .book .title a {
      position: absolute;
      right: 17px;
      top: 17px;
      bottom: 0;
      margin: auto;
      width: 22px;
      height: 13px;
      background: url("../img/title-more.png") no-repeat;
      background-size: 100%; }
  .book .cont {
    width: 1090px;
    height: 205px;
    border: solid 1px #eaeaea;
    margin: 30px auto 130px; }
    .book .cont img {
      margin-top: 12px;
      margin-left: 22px; }

.footer {
  line-height: 65px;
  text-align: center;
  background: #fbf9f6;
  font-size: 12px;
  color: #666666; }

.bread {
  height: 75px;
  line-height: 75px;
  font-size: 14px;
  color: #666666; }

.list .title {
  height: 30px;
  line-height: 30px;
  background-color: #fbf9f6;
  font-size: 16px;
  font-weight: 900;
  color: #b40e0e;
  text-indent: 23px;
  background-image: url("../img/dot.png");
  background-repeat: no-repeat;
  background-position: 10px center; }
.list .item {
  height: 60px;
  line-height: 60px;
  border-bottom: dashed 1px #eaeaea;
  overflow: hidden; }
  .list .item .p {
    float: left;
    padding-left: 10px;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333; }
  .list .item .time {
    float: right;
    color: #999999;
    font-size: 12px; }
.list .page-box {
  display: flex;
  justify-content: center;
  margin: 50px 0; }
  .list .page-box button {
    display: inline-block;
    padding: 6px 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #28a4c9;
    color: #fff;
    background-color: #5bc0de;
    margin: 20px 20px 0 0; }
  .list .page-box .box {
    height: 34px; }
  .list .page-box .info {
    width: 200px;
    height: 34px;
    line-height: 34px; }

.main_font a{
  display: inline-block;
  width: 990px;
  color: black;
  font-size: 17px;
}

