.csrl {
  margin-top: 166px;
  background: url(../images/back.png) center no-repeat;
  background-size: cover;
}
.csrl div {
  box-sizing: border-box;
}
@media (max-width: 1241px) {
  .csrl {
    margin-top: 0px;
  }
}
.inner {
  box-sizing: border-box;
  position: relative;
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1400px) {
  .inner {
    width: 100%;
    padding: 0 0.1rem;
  }
}
.w-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .w-row {
    flex-wrap: wrap;
  }
  .w-row > .w-col {
    width: 100% !important;
  }
  .w-row > .w-col + .w-col {
    margin-top: 30px;
  }
}
.csrl_top_banner {
  text-align: center;
}
.csrl_top_banner img {
  width: 100%;
}
.blue_box {
  position: relative;
  z-index: 1;
  margin-top: -40px;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .blue_box {
    margin-top: 20px;
    padding: 10px;
  }
}
.white_box {
  background-color: #ffffff;
  border-radius: 12px 12px 20px 20px;
  padding: 10px;
}
.list_date3 {
  margin-left: 0px;
  margin-right: 0px;
}
.list_date3::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.list_date3 > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
}
.list_date3 > li:nth-child(n) {
  margin-top: 0;
}
.list_date3 > li:nth-child(n)::after {
  display: block;
}
.list_date3 > li:nth-child(n + 1) {
  margin-top: 15px;
}
.list_date3 > li:nth-child(1) {
  margin-top: 0;
}
.list_date3 > li:nth-child(1n)::after,
.list_date3 > li:last-child::after {
  display: none;
}
.list_date3 a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list_date3 li {
  box-sizing: border-box;
}
.list_date3 li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.list_date3 li .left {
  transition: all 0.3s;
  position: relative;
  width: 108px;
  height: 87px;
  background-color: #fff4e3;
  border-radius: 4px;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  align-items: center;
}
.list_date3 li .left em {
  width: 100%;
  height: 30px;
  background-color: #a31b21;
  border-radius: 4px 4px 0px 0px;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
}
.list_date3 li .left span {
  display: block;
  width: 100%;
  height: 57px;
  font-size: 18px;
  font-weight: normal;
  color: #a31b21;
  text-align: center;
}
.list_date3 li .left span b {
  display: inline;
  font-size: 40px;
  font-weight: bold;
  color: #a31b21;
}
.list_date3 li .right {
  height: 87px;
  background-color: #fff4e3;
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 60px;
  display: flex;
  align-items: center;
  width: calc(100% - (108px + 10px));
  margin-left: 10px;
  position: relative;
}
.list_date3 li .right .text {
  max-width: 100%;
  display: inline-block;
  position: relative;
}
.list_date3 li .right .text::after {
  content: '';
  position: absolute;
  top: -16px;
  right: -40px;
  width: 48px;
  height: 25px;
  background: url(../images/csrl_icon_new.png) no-repeat center;
  background-size: contain;
}
@media (max-width: 600px) {
  .list_date3 li .right .text::after {
    top: 0px;
    right: -50px;
  }
}
.list_date3 li .right h6 {
  transition: all 0.3s;
  font-size: 20px;
  font-weight: normal;
  color: #333333;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (max-width: 600px) {
  .list_date3 li .right h6 {
    white-space: normal;
    overflow: visible;
    -o-text-overflow: inherit;
    text-overflow: inherit;
    -webkit-line-clamp: inherit;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.list_date3 li .right h6 span {
  color: #a31b21;
}
@media (max-width: 600px) {
  .list_date3 li > a {
    flex-wrap: wrap;
  }
  .list_date3 li .left,
  .list_date3 li .right {
    width: 100%;
  }
  .list_date3 li .right {
    margin-top: 10px;
    margin-left: 0;
  }
}
.list_date3 li:hover .right h6 {
  color: #a31b21;
}
.list_t li {
  line-height: 1.1;
  position: relative;
  padding: 15px 0px 15px 20px;
  display: flex;
  align-items: center;
}
.list_t li::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  width: 18px;
  height: 18px;
  background: url(../images/icon_li.png) no-repeat center;
  background-size: contain;
}
.list_t li .list_text {
  transition: all 0.3s;
  flex: 1;
  flex-shrink: 0;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: normal;
  color: #333;
}
.list_t li .list_text:hover {
  color: #a31b21;
}
.list_t li .date {
  font-size: 18px;
  font-weight: normal;
  color: #999;
}
.list_t li > a:not(:first-child),
.list_t li > span:not(:first-child) {
  margin-left: 30px;
}
.list_t a span {
  color: #a31b21;
}
.tab_pane {
  overflow: hidden;
}
.tab_pane .pane > ul,
.tab_pane .pane > div {
  animation-duration: 0.3s;
}
@media (max-width: 992px) {
  .tab_pane_mobile .pane ul {
    margin-bottom: 0;
  }
  .tab_pane_mobile a.more {
    display: none !important;
  }
}
.tab_pane_mobile .panel-more {
  display: none;
  margin: 10px 0;
  background: none;
}
.tab_pane_mobile .panel-more a {
  box-sizing: border-box;
  position: relative;
  display: block;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border: 0.5px solid #e9e9e9;
  background-color: #fff;
  color: #666;
  border-radius: 4px;
  width: 100% !important;
}
.tab_pane_mobile .panel-more a::before,
.tab_pane_mobile .panel-more a::after {
  position: absolute;
  top: 0;
  content: '\2022';
  font-weight: normal;
  font-size: 12px;
  color: #ddd;
  text-shadow: 8px 0 #ddd, -8px 0 #ddd;
  pointer-events: none;
}
.tab_pane_mobile .panel-more a::before {
  left: 30%;
}
.tab_pane_mobile .panel-more a::after {
  right: 30%;
}
@media (max-width: 992px) {
  .tab_pane_mobile .panel-more {
    display: block;
  }
}
.csrl_tab {
  display: flex;
  justify-content: center;
  align-items: center;
}
.csrl_tab a {
  text-align: center;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 157px;
  height: 45px;
  background-color: #fff4e3;
  border-radius: 21px;
  font-size: 18px;
  font-weight: bold;
  color: #a31b21;
}
@media (max-width: 600px) {
  .csrl_tab a {
    width: 100px;
  }
}
.csrl_tab .cur a {
  background-color: #a31b21;
  color: #ffffff;
}
@media (max-width: 600px) {
  .csrl_tab {
    flex-wrap: wrap;
  }
}
.csrl_box {
  margin-top: 35px;
}
.csrl_box .csrl_title {
  background: url(../images/csrl_title3.png) no-repeat right bottom;
}
.csrl_box .csrl_title span {
  display: inline-block;
  width: 159px;
  height: 57px;
  background: url(../images/csrl_title2.png) no-repeat center;
  background-size: contain;
  font-size: 24px;
  font-weight: bold;
  color: #fdfdfd;
  line-height: 57px;
  padding-left: 20px;
}
.csrl_box .csrl_cont {
  background-color: #f5fbff;
  box-shadow: 0px 0px 6px 0px rgba(28, 76, 165, 0.2);
  border-radius: 0px 0px 12px 12px;
  padding: 30px;
}
.csrl_ul {
  box-sizing: border-box;
  margin-left: -30px;
  margin-right: -30px;
}
.csrl_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.csrl_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
  float: left;
}
.csrl_ul > li:nth-child(n) {
  margin-top: 0;
}
.csrl_ul > li:nth-child(n)::after {
  display: block;
}
.csrl_ul > li:nth-child(n + 2) {
  margin-top: 30px;
}
.csrl_ul > li:nth-child(2) {
  margin-top: 0;
}
.csrl_ul > li:nth-child(2n)::after,
.csrl_ul > li:last-child::after {
  display: none;
}
.csrl_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .csrl_ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .csrl_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .csrl_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .csrl_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .csrl_ul > li:nth-child(n)::after {
    display: block;
  }
  .csrl_ul > li:nth-child(n + 2) {
    margin-top: 30px;
  }
  .csrl_ul > li:nth-child(2) {
    margin-top: 0;
  }
  .csrl_ul > li:nth-child(2n)::after,
  .csrl_ul > li:last-child::after {
    display: none;
  }
  .csrl_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .csrl_ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .csrl_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .csrl_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .csrl_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .csrl_ul > li:nth-child(n)::after {
    display: block;
  }
  .csrl_ul > li:nth-child(n + 1) {
    margin-top: 30px;
  }
  .csrl_ul > li:nth-child(1) {
    margin-top: 0;
  }
  .csrl_ul > li:nth-child(1n)::after,
  .csrl_ul > li:last-child::after {
    display: none;
  }
  .csrl_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.csrl_ul li > div {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 108px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.csrl_ul li .img {
  flex-shrink: 0;
  width: 108px;
  height: 108px;
  background: url(../images/csrl_img_bg.png) no-repeat center;
  background-size: 100% 100%;
  font-size: 24px;
  font-weight: bold;
  color: #a31b21;
  line-height: 1.3;
  letter-spacing: 4.8px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 24px;
}
.csrl_ul li .text {
  width: calc(100% - 128px);
  margin-left: 20px;
}
.csrl_ul li h6 a {
  display: block;
  width: 100%;
  transition: all 0.3s;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: left;
}
.csrl_ul li p {
  margin-top: 14px;
  font-size: 18px;
  font-weight: normal;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.csrl_ul li h6 a:hover {
  color: #a31b21;
}
@media (max-width: 600px) {
  .calendar_box {
    overflow-x: auto;
  }
  .calendar {
    width: 600px;
  }
}
