@charset "UTF-8";
.home_page-nav .swiper_page_content {
  width: 100%;
  height: 672px;
  z-index: 50;
}

.home_page-nav .swiper_page_content .swiper-slide {
  position: relative;
}

.home_page-nav .swiper_page_content .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home_page-nav .swiper_page_content .swiper-slide .tex_pos {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  z-index: 50;
}

.home_page-nav .swiper_page_content .swiper-slide .black_pos {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 260px;
  background: url("/static/ccirm/image/list_details/black_pos.png") no-repeat;
  background-size: cover;
  z-index: 10;
}

.home_page-nav .pagination_ok {
  bottom: 40px;
  z-index: 50;
}

.home_page-nav .swiper_thumbs {
  width: 100%;
  height: 180px;
}

.home_page-nav .swiper_thumbs .swiper-slide {
  width: auto;
  flex: 1;
}

.home_page-nav .swiper_thumbs .swiper-slide img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.home_page-nav .swiper_thumbs .swiper-slide-thumb-active {
  border: 6px solid #141ED2;
}

.home_page-nav .swiper_content {
  position: relative;
}

.home_page-nav .swiper_content .pagination_page_content {
  position: absolute;
  bottom: 40px;
  display: flex;
  justify-content: center;
  z-index: 100;
}

.home_page-nav .swiper-pagination-bullet {
  width: 50px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  opacity: 1;
}

.home_page-nav .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.3s;
  /* border-radius: 8px; */
  background: white;
  transform-origin: left;
  animation: LeftToRight 2s;
}

.home_page-nav .swiper-pagination-bullet-active {
  transform: scaleX(1);
}

@keyframes LeftToRight {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.home_page-center_news {
  height: 777px;
  background: url("/static/ccirm/image/headline_news.png") no-repeat;
  background-size: cover;
  padding-top: 80px;
}

.home_page-center_news .center_news-header {
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  background: url(../image/header-img.png) no-repeat center;
}

.home_page-center_news .center_news-header img {
  width: 691px;
  height: 11px;
  object-fit: cover;
}

.home_page-center_news .center_news-header h4 {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 26px;
  color: #111111;
  text-align: center;
}

.home_page-center_news .center_news-content {
  display: flex;
  margin-top: 67px;
  justify-content: center;
  flex-wrap: wrap;

}

.home_page-center_news .center_news-content .headline_news {
  width: 782px;
}

.home_page-center_news .center_news-content .headline_news .space_swiper .swiper_news {
  width: 100%;
  height: 440px;
  background-color: antiquewhite;
}

.home_page-center_news .center_news-content .headline_news .space_swiper .swiper_news .swiper-slide {
  position: relative;
}

.home_page-center_news .center_news-content .headline_news .space_swiper .swiper_news .swiper-slide .title_tex {
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  z-index: 20;
  padding: 30px 61px 30px 30px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  background: url("/static/ccirm/image/page_home/title_tex.png") no-repeat;
  background-size: cover;
}

.home_page-center_news .center_news-content .headline_news .space_swiper .news_bottom {
  height: 100px;
  display: flex;
  align-items: center;
}

.home_page-center_news .center_news-content .headline_news .space_swiper .news_bottom .bottom-left {
  width: 228px;
  background-color: #FFFFFF;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  /* padding: 35px; */
}

.home_page-center_news .center_news-content .headline_news .space_swiper .news_bottom .bottom-left .swiper-left {
  width: 42px;
  height: 30px;
  background: url("/static/ccirm/image/turn-left.png") no-repeat;
  background-size: cover;
}

.home_page-center_news .center_news-content .headline_news .space_swiper .news_bottom .bottom-left .swiper-left:hover {
  background: url("/static/ccirm/image/turn-left-ac.png") no-repeat;
}

.home_page-center_news .center_news-content .headline_news .space_swiper .news_bottom .bottom-left .swiper-right {
  width: 42px;
  height: 30px;
  background: url("/static/ccirm/image/turn-right.png") no-repeat;
  background-size: cover;
}

.home_page-center_news .center_news-content .headline_news .space_swiper .news_bottom .bottom-left .swiper-right:hover {
  background: url("/static/ccirm/image/turn-right-ac.png") no-repeat;
}

.home_page-center_news .center_news-content .headline_news .space_swiper .news_bottom .bottom-right {
  width: 782px;
  height: 100px;
  background: #141ED2;
  padding: 41px 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home_page-center_news .center_news-content .headline_news .space_swiper .news_bottom .bottom-right p {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}

.home_page-center_news .center_news-content .headline_news .space_swiper .news_bottom .bottom-right a {
  display: flex;
  align-items: center;
}

.home_page-center_news .center_news-content .headline_news .space_swiper .news_bottom .bottom-right a span {
  font-family: Poppins;
  font-weight: 300;
  font-size: 14px;
  color: #FFFFFF;
  margin-right: 10px;
}

.home_page-center_news .center_news-content .headline_news .space_swiper .news_bottom .bottom-right a img {
  width: 20px;
  height: 9px;
  object-fit: cover;
}

.home_page-center_news .center_news-content .central_dynamics {
  width: 818px;
  background-color: #fff;
}
.home_page-center_news .center_news-content .central_dynamics ul{
	padding: 0px 60px 0;
}
.home_page-center_news .center_news-content .central_dynamics .dynamics-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  padding: 35px 60px 0;
}

.home_page-center_news .center_news-content .central_dynamics .dynamics-header div {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DADCDF;
}

.home_page-center_news .center_news-content .central_dynamics .dynamics-header div p {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  color: #111111;
  margin-right: 15px;
}

.home_page-center_news .center_news-content .central_dynamics .dynamics-header div img {
  width: 48px;
  height: 16px;
  object-fit: cover;
}

.home_page-center_news .center_news-content .central_dynamics .dynamics-header a {
  display: flex;
  align-items: center;
}

.home_page-center_news .center_news-content .central_dynamics .dynamics-header a span {
  font-family: Poppins;
  font-weight: 300;
  font-size: 14px;
  color: #999999;
  margin-right: 10px;
}

.home_page-center_news .center_news-content .central_dynamics .dynamics-header a img {
  width: 20px;
  height: 9px;
  object-fit: cover;
}

.home_page-center_news .center_news-content .central_dynamics .dynamics-header a img:last-of-type {
  display: none;
}

.home_page-center_news .center_news-content .central_dynamics .dynamics-header a:hover span {
  color: #141ED2;
}

.home_page-center_news .center_news-content .central_dynamics .dynamics-header a:hover img:first-of-type {
  display: none;
}

.home_page-center_news .center_news-content .central_dynamics .dynamics-header a:hover img:last-of-type {
  display: inline-block;
}

.home_page-center_news .center_news-content .central_dynamics ul li {
  padding-bottom: 24px;
  padding-top: 25px;
  border-bottom: 1px dashed #DDDDDD;
  height: 90px;
}

.home_page-center_news .center_news-content .central_dynamics ul li a {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #111111;
  line-height: 24px;
  display: -webkit-box;
  /* 设置为WebKit内核的弹性盒子模型 */
  -webkit-box-orient: vertical;
  /* 垂直排列 */
  -webkit-line-clamp: 2;
  /* 限制显示三行 */
  overflow: hidden;
  /* 隐藏超出范围的内容 */
}

.home_page-center_news .center_news-content .central_dynamics ul li a:hover {
  color: #141ED2;
}

.home_page-center_news .center_news-content .central_dynamics ul li:last-of-type {
  border-bottom: none;
}

.home_page-notice {
  background-color: #fff;
  padding-top: 70px;
}

.home_page-notice .center_news-header {
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  background: url(../image/header-img.png) no-repeat center;
}

.home_page-notice .center_news-header img {
  width: 691px;
  height: 11px;
  object-fit: cover;
}

.home_page-notice .center_news-header h4 {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 26px;
  color: #111111;
  text-align: center;
}

.home_page-notice .chemical_state .more {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
  align-items: center;
}

.home_page-notice .chemical_state .more p {
  font-family: Poppins;
  font-weight: 300;
  font-size: 14px;
  color: #999999;
  margin-right: 10px;
}

.home_page-notice .chemical_state .more img {
  width: 20px;
  height: 9px;
  object-fit: cover;
}

.home_page-notice .chemical_state .more img:last-of-type {
  display: none;
}

.home_page-notice .chemical_state .more:hover p {
  color: #141ED2;
}

.home_page-notice .chemical_state .more:hover img:first-of-type {
  display: none;
}

.home_page-notice .chemical_state .more:hover img:last-of-type {
  display: inline-block;
}

.home_page-notice .chemical_state .swiper-state {
  margin-top: 35px;
  position: relative;
  padding-bottom: 60px;
}

.home_page-notice .chemical_state .swiper-state .chemical_swiper .swiper-slide ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.home_page-notice .chemical_state .swiper-state .chemical_swiper .swiper-slide ul li {
  width: 373px;
  height: 159px;
  background: #FFFFFF;
  border: 1px solid #E9EAEC;
  padding-top: 35px;
  /* margin-right: 35px; */
  margin-bottom: 35px;
}

.home_page-notice .chemical_state .swiper-state .chemical_swiper .swiper-slide ul li > div {
  display: flex;
  align-items: center;
}

.home_page-notice .chemical_state .swiper-state .chemical_swiper .swiper-slide ul li > div div {
  width: 216px;
  height: 1px;
  background: #E9EAEC;
}

.home_page-notice .chemical_state .swiper-state .chemical_swiper .swiper-slide ul li > div p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  margin-left: 30px;
}

.home_page-notice .chemical_state .swiper-state .chemical_swiper .swiper-slide ul li > p {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #111111;
  line-height: 28px;
  margin-top: 25px;
  padding: 0 36px;
}

.home_page-notice .chemical_state .swiper-state .chemical_swiper .swiper-slide ul li > p a {
  display: -webkit-box;
  /* 设置为WebKit内核的弹性盒子模型 */
  -webkit-box-orient: vertical;
  /* 垂直排列 */
  -webkit-line-clamp: 2;
  /* 限制显示三行 */
  overflow: hidden;
  /* 隐藏超出范围的内容 */
}

.home_page-notice .chemical_state .swiper-state .chemical_swiper .swiper-slide ul li:hover {
  box-shadow: 0px 3px 16px 0px rgba(121, 27, 181, 0.1);
}

.home_page-notice .chemical_state .swiper-state .chemical_swiper .swiper-slide ul li:hover > div div {
  background-color: #141ED2;
}

.home_page-notice .chemical_state .swiper-state .chemical_swiper .swiper-slide ul li:hover > div p {
  color: #141ED2;
}

.home_page-notice .chemical_state .swiper-state .chemical_swiper .swiper-slide ul li:nth-child(4n) {
  margin-right: 0;
}

.home_page-notice .chemical_state .swiper-state .pagination_chemical {
  position: absolute;
  bottom: 30px;
}

.home_page-notice .chemical_state .swiper-state .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  position: relative;
  background: url("/static/ccirm/image/bullet.png") no-repeat;
  background-size: cover;
  opacity: 1;
  margin-right: 20px;
}

.home_page-notice .chemical_state .swiper-state .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -22px;
  width: 22px;
  height: 1px;
  background-color: #000000;
  opacity: 0.2;
}

.home_page-notice .chemical_state .swiper-state .swiper-pagination-bullet-active {
  background: url("/static/ccirm/image/bullet-ac.png") no-repeat;
  background-size: cover;
}

.home_page-notice .chemical_state .swiper-state .swiper-pagination-bullet:last-of-type::after {
  display: none;
}

.home_page-special_column {
  padding-top: 50px;
  overflow: hidden;
}

.home_page-special_column .center_news-header {
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
   background: url(../image/header-img01.png) no-repeat center;
}

.home_page-special_column .center_news-header img {
  width: 651px;
  height: 11px;
  object-fit: contain;
}

.home_page-special_column .center_news-header h4 {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 24px;
  color: #111111;
  text-align: center;
}

.home_page-special_column .special_column-content {
  margin-top: 65px;
  display: flex;
  background: url("/static/ccirm/image/article_express.png") no-repeat top left;
  /* justify-content: center; */
  width: 100%;
  max-width: 1920px;
  /* margin: 0 auto; */
  /* flex-wrap: wrap; */
}
.home_page-special_column .special_column-content .w-1600{
	display: flex;
	/* justify-content: space-between; */
}

.home_page-special_column .special_column-content .turn-left {
  max-width: 886px;
  background-size: cover;
  height: 707px;
  padding-top: 35px;
}

.home_page-special_column .special_column-content .turn-left .turn-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

.home_page-special_column .special_column-content .turn-left .turn-header .article_overview {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
}

.home_page-special_column .special_column-content .turn-left .turn-header .article_overview p {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  color: #111111;
  margin-right: 12px;
}

.home_page-special_column .special_column-content .turn-left .turn-header .article_overview img {
  width: 47px;
  height: 16px;
  object-fit: cover;
}

.home_page-special_column .special_column-content .turn-left .turn-header .more {
  display: flex;
  align-items: center;
}

.home_page-special_column .special_column-content .turn-left .turn-header .more p {
  font-family: Poppins;
  font-weight: 300;
  font-size: 14px;
  color: #111111;
  margin-right: 10px;
}

.home_page-special_column .special_column-content .turn-left .turn-header .more img {
  width: 20px;
  height: 9px;
  object-fit: cover;
}

.home_page-special_column .special_column-content .turn-left .turn-header .more img:last-of-type {
  display: none;
}

.home_page-special_column .special_column-content .turn-left .turn-header .more:hover p {
  color: #141ED2;
}

.home_page-special_column .special_column-content .turn-left .turn-header .more:hover img:first-of-type {
  display: none;
}

.home_page-special_column .special_column-content .turn-left .turn-header .more:hover img:last-of-type {
  display: inline-block;
}

.home_page-special_column .special_column-content .turn-left .turn-content {
  width: 100%;
  margin: 30px auto 0;
}

.home_page-special_column .special_column-content .turn-left .turn-content > div {
  display: flex;
}

.home_page-special_column .special_column-content .turn-left .turn-content > div div {
  position: relative;
}

.home_page-special_column .special_column-content .turn-left .turn-content > div div img {
  width: 443px;
  height: 249px;
  object-fit: cover;
}

.home_page-special_column .special_column-content .turn-left .turn-content > div div .img_pos {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 58px;
  background: url("/static/ccirm/image/page_home/img_pos.png") no-repeat;
  background-size: cover;
  padding: 20px 0 20px 30px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home_page-special_column .special_column-content .turn-left .turn-content ul li {
  height: 103px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  padding-left: 30px;
}

.home_page-special_column .special_column-content .turn-left .turn-content ul li a {
  display: flex;
  align-items: center;
  height: 100%;
}

.home_page-special_column .special_column-content .turn-left .turn-content ul li a div span {
  font-family: Poppins;
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  line-height: 1;
}

.home_page-special_column .special_column-content .turn-left .turn-content ul li a div p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  border-top: 1px solid #333333;
}

.home_page-special_column .special_column-content .turn-left .turn-content ul li a > p {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  margin-left: 30px;
  margin-top: 15px;
}

.home_page-special_column .special_column-content .turn-left .turn-content ul li:hover {
  transform: translateX(30px);
  box-shadow: 0px 3px 16px 0px rgba(121, 27, 181, 0.1);
  transition: all linear .3s;
}

.home_page-special_column .special_column-content .turn-left .turn-content ul li:hover a div span, .home_page-special_column .special_column-content .turn-left .turn-content ul li:hover a div p {
  color: #141ED2;
}

.home_page-special_column .special_column-content .turn-left .turn-content ul li:hover a > p {
  color: #141ED2;
}

.home_page-special_column .special_column-content .turn-right {
  padding: 35px 0 0 35px;
  background: #FFFFFF;
}

.home_page-special_column .special_column-content .turn-right .turn-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 654px;
}

.home_page-special_column .special_column-content .turn-right .turn-header .article_overview {
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
}

.home_page-special_column .special_column-content .turn-right .turn-header .article_overview p {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  color: #111111;
  margin-right: 12px;
}

.home_page-special_column .special_column-content .turn-right .turn-header .article_overview img {
  width: 47px;
  height: 16px;
  object-fit: cover;
}

.home_page-special_column .special_column-content .turn-right .turn-header .more {
  display: flex;
  align-items: center;
}

.home_page-special_column .special_column-content .turn-right .turn-header .more p {
  font-family: Poppins;
  font-weight: 300;
  font-size: 14px;
  color: #111111;
  margin-right: 10px;
}

.home_page-special_column .special_column-content .turn-right .turn-header .more img {
  width: 20px;
  height: 9px;
  object-fit: cover;
}

.home_page-special_column .special_column-content .turn-right .turn-header .more img:last-of-type {
  display: none;
}

.home_page-special_column .special_column-content .turn-right .turn-header .more:hover p {
  color: #141ED2;
}

.home_page-special_column .special_column-content .turn-right .turn-header .more:hover img:first-of-type {
  display: none;
}

.home_page-special_column .special_column-content .turn-right .turn-header .more:hover img:last-of-type {
  display: inline-block;
}

.home_page-special_column .special_column-content .turn-right .title {
  width: 619px;
  height: 194px;
  background: #F4F5FA;
  padding-left: 20px;
  margin-top: 60px;
}

.home_page-special_column .special_column-content .turn-right .title img {
  width: 150px;
  height: 203px;
  object-fit: cover;
  margin-right: 35px;
  transform: translateY(-30px);
}

.home_page-special_column .special_column-content .turn-right .title a {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  line-height: 28px;
  text-decoration-line: underline;
}

.home_page-special_column .special_column-content .turn-right .title a:hover {
  color: #141ED2;
}

.home_page-special_column .special_column-content .turn-right .journal_introduction {
  margin-top: 40px;
}

.home_page-special_column .special_column-content .turn-right .journal_introduction h4 {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  text-decoration-line: underline;
}

.home_page-special_column .special_column-content .turn-right .journal_introduction h4:hover {
  color: #141ED2;
}

.home_page-special_column .special_column-content .turn-right .journal_introduction div {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  margin-top: 25px;
  width: 617px;
  height: 225px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  /* 最大行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
}

.home_page-research_report {
  background: url("/static/ccirm/image/report_bg.png") no-repeat;
  background-size: cover;
  height: 959px;
  padding-top: 80px;
}

.home_page-research_report .center_news-header {
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
   background: url(../image/header-img.png) no-repeat center;
}

.home_page-research_report .center_news-header img {
  width: 691px;
  height: 11px;
  object-fit: cover;
}

.home_page-research_report .center_news-header h4 {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 24px;
  color: #111111;
  text-align: center;
}

.home_page-research_report .chemical_state .more {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
  align-items: center;
}

.home_page-research_report .chemical_state .more p {
  font-family: Poppins;
  font-weight: 300;
  font-size: 14px;
  color: #999999;
  margin-right: 10px;
}

.home_page-research_report .chemical_state .more img {
  width: 20px;
  height: 9px;
  object-fit: cover;
}

.home_page-research_report .chemical_state .more img:last-of-type {
  display: none;
}

.home_page-research_report .chemical_state .more:hover p {
  color: #141ED2;
}

.home_page-research_report .chemical_state .more:hover img:first-of-type {
  display: none;
}

.home_page-research_report .chemical_state .more:hover img:last-of-type {
  display: inline-block;
}

.home_page-research_report .swiper-research_report {
	width: 100%;
  max-width: 1600px;
  margin: 40px auto 0;
  position: relative;
  height: 600px;
}

.home_page-research_report .swiper-research_report .research_swiper {
  padding: 20px 0;
}

.home_page-research_report .swiper-research_report .research_swiper .swiper-slide {
  width: 292px;
}

.home_page-research_report .swiper-research_report .research_swiper .swiper-slide .slide_content img {
  width:100%;
  height: 389px; 
  object-fit: cover;
}

.home_page-research_report .swiper-research_report .research_swiper .swiper-slide .slide_content .bom {
  /* width: 292px; */
  height: 90px;
  background-color: #F4F5FA;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  color: #111111;
  line-height: 24px;
  padding: 24px;
  text-align: center;
}

.home_page-research_report .swiper-research_report .research_swiper .swiper-slide:hover {
  box-shadow: 0px 3px 16px 0px rgba(121, 27, 181, 0.1);
}

.home_page-research_report .swiper-research_report .research_swiper .swiper-slide:hover .slide_content {
  transform: scale(1.05);
}

.home_page-research_report .swiper-research_report .research_swiper .swiper-slide:hover .bom {
  background-color: #fff;
}

.home_page-research_report .swiper-research_report .research_swiper .swiper-slide:hover .bom a {
  color: #141ED2;
}

.home_page-research_report .swiper-research_report .research_swiper .swiper-slide-active .slide_content {
  box-shadow: 0px 3px 16px 0px rgba(121, 27, 181, 0.1);
}

.home_page-research_report .swiper-research_report .research_swiper .swiper-slide-active .slide_content .bom a {
  color: #141ED2;
}

.home_page-research_report .swiper-research_report .pagination_research {
  position: absolute;
  bottom: 20px;
}

.home_page-research_report .swiper-research_report .pagination_research .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  position: relative;
  background: url("/static/ccirm/image/bullet.png") no-repeat;
  background-size: cover;
  opacity: 1;
  margin-right: 20px;
}

.home_page-research_report .swiper-research_report .pagination_research .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -22px;
  width: 22px;
  height: 1px;
  background-color: #000000;
  opacity: 0.2;
}

.home_page-research_report .swiper-research_report .pagination_research .swiper-pagination-bullet-active {
  background: url("/static/ccirm/image/bullet-ac.png") no-repeat;
  background-size: cover;
}

.home_page-research_report .swiper-research_report .pagination_research .swiper-pagination-bullet:last-of-type::after {
  display: none;
}
