.main {
  width: 100%;
  height: 424px;
  background: url(/uploads/image/scimg/policy_bg.png) no-repeat;
}
.main .bannerbox {
  height: 392px;
  background-color: #ffffff;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;
}
.main .bannerbox .date {
  width: 538px;
  height: 100%;

  border-right: 1px solid #e0e0e0;
}
.main .bannerbox .banner {
  flex: 1;
  height: 100%;
}
.main .bannerbox .date .datebox {
  width: 375px;
  height: 301px;
  margin: 0 auto;
  margin-top: 42px;
}
.main .bannerbox .date .datebox .datetitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .bannerbox .date .datebox .datetitle .iconp {
  width: 66px;
  height: 62px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #e0e0e0;
  line-height: 62px;
  text-align: center;
  cursor: pointer;
}
.main .bannerbox .date .datebox .datetitle .iconp i {
  font-size: 25px;
  color: #999;
  font-weight: bold;
}
.main .bannerbox .date .datebox .datetitle .iconp:hover:not(.disabled) {
  border-color: #ba2418;
}
.main .bannerbox .date .datebox .datetitle .iconp:hover:not(.disabled) i {
  color: #ba2418;
}
.main .bannerbox .date .datebox .datetitle .disabled {
  cursor: default;
}
.main .bannerbox .date .datebox .datetitle .disabled i {
  color: #e0e0e0;
}
.main .bannerbox .date .datebox .datetitle .textp {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}
.main .bannerbox .date .datebox .monthsiul .monthsli {
  width: 66px;
  height: 62px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #e0e0e0;
  margin-top: 20px;
  float: left;
  line-height: 62px;
  text-align: center;
  margin-right: 37px;
  cursor: pointer;
}
.main .bannerbox .date .datebox .monthsiul .monthsli:nth-child(4n) {
  margin-right: 0;
}
.main .bannerbox .date .datebox .monthsiul .monthsli span {
  font-size: 16px;
  color: #333333;
}
.main .bannerbox .date .datebox .monthsiul .active, .main .bannerbox .date .datebox .monthsiul .monthsli:hover:not(.disabled) {
  border-color: #ba2418;
}
.main .bannerbox .date .datebox .monthsiul .active span, .main .bannerbox .date .datebox .monthsiul .monthsli:hover:not(.disabled) span {
  color: #ba2418;
}
.main .bannerbox .date .datebox .monthsiul .disabled {
  cursor: default;
}
.main .bannerbox .date .datebox .monthsiul .disabled span {
  color: #e0e0e0;
}
.banner .carousel-inner {
  width: 530px;
  margin: 0 auto;
  margin-top: 56px;
  min-height: 250px;
}
.banner .carousel-inner .carousel-item .titlep {
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  color: #333333;
}
.banner .carousel-inner .carousel-item .timep {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  margin-top: 10px;
}
.banner .carousel-inner .carousel-item .textp {
  font-size: 14px;
  line-height: 25px;
  color: #666666;
  margin-top: 24px;
}
.banner .carousel-indicators {
  bottom: -50px;
}
.banner .carousel-indicators li {
  width: 9px;
  height: 9px;
  margin-right: 9px;
  background-color: #cccccc;
  opacity: 0.6;
  border-radius: 2px;
  cursor: pointer;
}
.banner .carousel-indicators li.active {
  width: 24px;
  height: 9px;
  background-color: #ba2418;
  margin-right: 9px;
  border-radius: 2px;
  opacity: 1;
}
.newsbox {
  margin-top: 30px;
}
.newsbox .titleimg {
  width: 100%;
  height: 45px;
  display: flex;
}
.newsbox .titleimg .title {
  margin-left: 22px;
  font-size: 24px;
  font-weight: bold;
  line-height: 65px;
  white-space: nowrap;
}
.newsbox .titleimg .more {
  line-height: 45px;
  width: 100%;
  text-align: right;
  margin-left: 5px;
  border-image: linear-gradient(to right, #dd918b 70%, #fff) 0 0 1 0;
  border-width: 1px;
  border-style: solid;
}
.newsbox .titleimg .more a {
  color: #dd918b;
  font-size: 11px;
  font-family: arial;
}
.newsbox .bg_sta {
  background: url(/uploads/image/scimg/policy_sta.png) no-repeat;
}
.newsbox .bg_dev {
  background: url(/uploads/image/scimg/policy_dev.png) no-repeat;
}
.newsbox .bg_tra {
  background: url(/uploads/image/scimg/policy_tra.png) no-repeat;
}
.newsbox .bg_ind {
  background: url(/uploads/image/scimg/policy_ind.png) no-repeat;
}
.newsbox .bg_sec {
  background: url(/uploads/image/scimg/policy_sec.png) no-repeat;
}
.newsbox .bg_biz {
  background: url(/uploads/image/scimg/policy_biz.png) no-repeat;
}
.newsbox .bg_fin {
  background: url(/uploads/image/scimg/policy_fin.png) no-repeat;
}
.newsbox .bg_tax {
  background: url(/uploads/image/scimg/policy_tax.png) no-repeat;
}
.newsbox .col-6 {
  padding-right: 0;
  padding-left: 0;
}
.newsbox .col-6:first-child {
  padding-left: 0;
  padding-right: 15px;
}
.newsbox .col-6:last-child {
  padding-left: 15px;
  padding-right: 0;
}
.media-body-inner {
  padding-right: 8px;
  padding-bottom: 10px;
}
.media-body-inner .list-box li a {
  font-size: 14px;
  width: 460px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.media-body-inner .list-box li a:hover {
  color: #dd918b;
}
.media-body-inner .list-box li span {
  font-size: 14px;
  color: #999999;
}
.footer {
  width: auto;
}
