.main .tuijian {
  /* width: 785px; */
  /* height: 210px; */
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border: solid 1px #e5e5e5;
  position: relative;
}
.main .tuijian .tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 24px;
  background-color: #3b58ad;
  border-radius: 0px 0px 8px 0px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}
.main .content {
  display: flex;
  align-items: center;
}
.main .content .leftdiv {
  width: 323px;
  margin-right: 35px;
}
.main .content .leftdiv .top {
  width: 100%;
  display: flex;
  align-items: center;
}
.main .content .leftdiv .top .date {
  width: 66px;
  height: 56px;
  border: solid 1px #3b58ad;
  margin-right: 20px;
}
.main .content .leftdiv .top .date .p1 {
  font-size: 22px;
  line-height: 34px;
  color: #3b58ad;
  text-align: center;
}
.main .content .leftdiv .top .date .p2 {
  font-size: 12px;
  color: #3b58ad;
  background: #ebeef7;
  text-align: center;
  padding: 0 7px;
  line-height: 19px;
  border-top: solid 1px #3b58ad;
}
.main .content .leftdiv .top .title {
  font-size: 18px;
  line-height: 30px;
  color: #3b58ad;
  cursor: pointer;
  height: 60px;
  overflow: hidden;
}
.main .content .leftdiv .bottom {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  height: 72px;
  overflow: hidden;
}
.main .content .right {
  padding-left: 35px;
  margin-right: 0;
  border-left: 1px dashed #e0e0e0;
}
.media-body-inner {
  padding: 30px 0px 30px 0;
  border-bottom: solid 1px #e0e0e0;
}
.list-box--pre li .time {
  font-size: 13px;
  color: #666666;
}
.list-box--pre li {
  padding-left: 20px;
}
.none {
  border-bottom: none;
}
.main .row .ul-list .pagin .pagination {
  width: 526px;
  height: 42px;
}
.main .pagin {
  margin-top: 35px;
  margin-bottom: 45px;
}
.footer {
  width: auto;
}