.list-main {
  display: flex;
  justify-content: space-between;
  margin:40px auto;
  gap: 40px;
  min-height: calc(100vh - 2.9rem);
}
.left-nav {
  width: 205px;
  height: auto;
}
.left-nav .title {
  background: #BB0107;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.left-nav .list {
  width: 205px;
  height: auto;
  border-left: 4px solid #BB0107;
}
.left-nav .list li {
  height: 55px;
}
.left-nav .list li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 55px;
  text-align: center;
  border-left: 4px solid #BB0107;
  border-bottom: 1px solid #E6E6E6;
  font-size:18px;
}
.left-nav .list li.active a,
.left-nav .list li:hover a {
  border-left: 4px solid #fff;
  color: #BB0107;
}
.right-content {
  width: calc(100% - 245px);
  height: auto;
}
.right-content .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  border-bottom: 1px dotted #BB0107;
}
.right-content .top h3 {
  color: #BB0107;
  font-size: 20px;
  font-weight: 400;
}
.right-content .top .bread {
  font-size: 14px;
  color: #515151;
}
.right-content .list li {
  width: 100%;
  height: 70px;
  border: 1px solid #EBEBEB;
  border-left: 6px solid #EBEBEB;
  padding: 9px 15px;
  margin: 10px 0;
  box-sizing: border-box;
}
.right-content .list li a{
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.right-content .list li a .date {
  font-size: 16px;
  color:#C9C9C9;
  margin-bottom: 2px;
}
.right-content .list li a .title {
  font-size: 18px;
  color:#666666;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 30px;
}

.right-content .list li:hover {
  border-left: 6px solid #BB0107;
}
.right-content .list li:hover a .title,
.right-content .list li:hover a .date {
  color: #BB0107;
}

.right-content .info-wrap {
  width: 100%;
  height: auto;
  padding: 10px 15px;
  box-sizing: border-box;
  margin: 10px 0;
}

.right-content .info-wrap .info-title {
  font-size: 24px;
  color: #333333;
  line-height: 36px;
  margin-bottom: 10px;
  text-align: center;
}
.right-content .info-wrap .sub-info{
  text-align: center;
  color: #999999;
  font-size: 14px;
  margin-bottom: 30px;
}

.right-content .info-wrap .info-content {
  font-size: 19px;
}
.right-content .info-wrap .info-content p,
.right-content .info-wrap .info-content a,
.right-content .info-wrap .info-content span{
  font-size: 19px;
  line-height: 36px;
}

.right-content .info-wrap .info-content p {
  margin-top: 10px;
  text-indent: 38px;
}
.right-content .info-wrap .info-content p img {
  max-width: 100% !important;
  margin: 10px auto !important;
  text-align: center;
  display: block;
}

/* 分页 */
.paging{margin-top:20px;}
.paging a{
    color:#a6080e !important;
    border:none !important;
    padding:3px 8px;
    font-size:0.18rem;
	text-decoration:none;
}
.paging a:hover{background-color:#eee; text-decoration: none;}
.paging .page-curr{
    background-color:#a6080e !important;
    color:#fff !important;
    border:none !important;
    padding:3px 8px;
}
.pagination{
    margin-top: 40px;
}
.jump{
    width: 165px;
    margin-top: 4px;
    margin-left: 15px;
}
.paging .drift{
    float: left;
    margin-bottom: 50px;
}
.txt{
    width: 40px;
    height: 27px;
    border: none;
}
.bnt{
    background: #fff;
    width: 48px;
    height: 27px;
    border: none;
}


@media screen and (max-width: 1024px) {
  .list-main {
    padding-top: 15px;
  }
  .left-nav {
    display: none;
  }
  .right-content {
    width: 100%;
  }
}