@charset "utf-8";
/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  resize: none;
}
li {
  list-style: none;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
abbr,
acronym {
  border: 0;
}
em,
i {
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  outline-style: none;
}
body {
  overflow-x: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}


h1 {
  position: absolute;
  left: -99999px;
  z-index: -999;
  font-size: 0;
}
body {
  background-color: #f9f9f9;
}
.base {
  margin: 0 auto;
  width: 1200px;
}
.box1 {
  height: 441px;
}
.box1 .base {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
.box1 .swiper1 {
  width: 820px;
  height: 410px;
}
.box1 .swiper1 .lists_article {
  width: 260px;
  height: 360px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.box1 .swiper1 .lists_article:hover .thumb img {
  transform: translateX(-50%) scale(1.1);
}
.box1 .swiper1 .lists_article .thumb {
  position: relative;
  width: 260px;
  height: 239px;
  overflow: hidden;
  text-align: center;
}
.box1 .swiper1 .lists_article .thumb::after {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 69px;
  background: linear-gradient(transparent, #000);
  opacity: 0.2;
}
.box1 .swiper1 .lists_article .thumb img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  transition: all ease 0.2s;
}

.box1 .swiper1 .lists_article .thumb .views {
  z-index: 2;
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 14px;
  color: #FFFFFF;
}

.box1 .swiper1 .lists_article .info {
  display: block;
  width: 100%;
  padding: 14px 17px;
  box-sizing: border-box;
}
.box1 .swiper1 .lists_article .info:hover .dec {
  color: #326cf6;
}
.box1 .swiper1 .lists_article .info .tit {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box1 .swiper1 .lists_article .info .dec {
  font-size: 13px;
  color: #999999;
  line-height: 18px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 54px;
  transition: all ease 0.2s;
}
.box1 .swiper1 .swiper-pagination {
  bottom: 30px;
}
.box1 .swiper1 .swiper-pagination-bullet {
  width: 21px;
  height: 4px;
  background: #326CF6;
  opacity: 0.2;
  border-radius: 2px;
  transition: all ease 0.2s;
}
.box1 .swiper1 .swiper-pagination-bullet-active {
  width: 31px;
  height: 4px;
  background: #326CF6;
  border-radius: 2px;
  opacity: 1;
}
.box1 .r_bwie {
  margin-left: 20px;
  width: 360px;
  height: 360px;
  background: #FFFFFF;
  border-radius: 10px;
  transition: transform ease 0.2s;
}

.box1 .r_bwie .cover {
  height: 290px;
  box-sizing: border-box;
  border-radius:10px;
}
.box1 .r_bwie .cover .r_txt {
	padding-top: 27px;
}
.icon_lists {
  width: 100% !important;
  overflow: hidden;
  *zoom: 1;
  margin-left:10px;
}

.icon_lists li {
  width: 66px;
  margin-bottom: 10px;
  margin-right: 20px;
  text-align: center;
  list-style: none !important;
  cursor: default;
  display:inline-block;
}

.icon_lists li .code-name {
  line-height: 1.2;
}

.icon_lists .icon {
  display: block;
  height: 80px;
  line-height: 100px;
  font-size: 60px;
  margin: 10px auto;
  color: #333;
  -webkit-transition: font-size 0.25s linear, width 0.25s linear;
  -moz-transition: font-size 0.25s linear, width 0.25s linear;
  transition: font-size 0.25s linear, width 0.25s linear;
}
/*
.icon_lists .icon:hover {
  font-size: 100px;
}
*/
.icon_lists .svg-icon {
  /* 通过设置 font-size 来改变图标大小 */
  width: 1em;
  /* 图标和文字相邻时，垂直对齐 */
  vertical-align: -0.15em;
  /* 通过设置 color 来改变 SVG 的颜色/fill */
  fill: currentColor;
  /* path 和 stroke 溢出 viewBox 部分在 IE 下会显示
      normalize.css 中也包含这行 */
  overflow: hidden;
}

.icon_lists li .name,
.icon_lists li .code-name {
  color: #666;
}
.r_txt h2{
margin-top: 20px;
font-size: 37px;
font-weight: bold;
color: #FFFFFF;
line-height: 58px;
text-align: center;
-webkit-background-clip: text;
}	
.r_btn a{
margin-top: 15px;
display: block;
height: 55px;
background: linear-gradient(90deg, #FF4800, #FF003C);
border-radius: 6px;
line-height: 56px;
font-size: 24px;
color: #FFFFFF;
text-align: center;
overflow: hidden;
position: relative;
}


.box3 {
  padding: 40px 0;
}
.box3 .base {
  display: flex;
  justify-content: space-between;
}
.box3 .one {
  width: 348px;
}
.box3 .one .con .article {
  width: 166px;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}
.box3 .one .con .article .cover {
  height: 81px;
  overflow: hidden;
  position: relative;
}
.box3 .one .con .article .cover img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  transition: all ease 0.2s;
}
.box3 .one .con .article .tit-box {
  box-sizing: border-box;
}
.box3 .one .con .article .tit-box .tit {
  display: block;
  color: #666666;
}
.box3 .one .con .article:hover .cover img {
  transform: translateY(-50%) scale(1.1);
}
.box3 .one .con .article:hover .tit {
  color: #326cf6;
}
.box3 .one .con .article:first-child {
  margin-bottom: 20px;
  width: 100%;
}
.box3 .one .con .article:first-child .cover {
  height: 146px;
}
.box3 .one .con .article:first-child .tit-box {
  height: 45px;
  padding: 0 16px;
}
.box3 .one .con .article:first-child .tit-box .tit {
  line-height: 45px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box3 .one .con .article:nth-child(2) {
  margin-right: 15px;
}
.box3 .one .con .article:nth-child(2),
.box3 .one .con .article:nth-child(3) {
  float: left;
}
.box3 .one .con .article:nth-child(2) .tit-box,
.box3 .one .con .article:nth-child(3) .tit-box {
  height: 55px;
  padding: 9px 14px 0 14px;
}
.box3 .one .con .article:nth-child(2) .tit-box .tit,
.box3 .one .con .article:nth-child(3) .tit-box .tit {
  font-size: 13px;
  line-height: 18px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 36px;
}
.box3 .two {
  width: 523px;
}
.box3 .two .con {
  height: 348px;
  background: #FFFFFF;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px 16px 0 16px;
}
.box3 .two .con .top-article {
  display: flex;
  height: 105px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #D3D3CF;
}
.box3 .two .con .top-article:hover .cover img {
  transform: scale(1.1);
}
.box3 .two .con .top-article:hover .info .tit {
  color: #326cf6;
}
.box3 .two .con .top-article .cover {
  width: 179px;
  height: 100%;
  background: #3366FF;
  border-radius: 10px;
  overflow: hidden;
}
.box3 .two .con .top-article .cover img {
  width: 100%;
  height: 100%;
  transition: all ease 0.2s;
}
.box3 .two .con .top-article .info {
  margin-left: 15px;
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box3 .two .con .top-article .info .tit {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 44px;
}
.box3 .two .con .top-article .info .dec {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 60px;
}
.box3 .two .con .top-article .info .dec span {
  color: #326cf6;
}
.box3 .two .con .article-list {
  margin-top: 23px;
  display: flex;
  flex-wrap: wrap;
}
.box3 .two .con .article-list a {
  width: 50%;
  margin-bottom: 17px;
  padding-left: 28px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #999999;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box3 .two .con .article-list a:hover {
  color: #326cf6;
}
.box3 .two .con .article-list a::before {
  position: absolute;
  content: '1';
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #F5F9FF;
  border-radius: 5px;
  color: #326CF6;
  text-align: center;
  line-height: 20px;
}
.box3 .two .con .article-list a:nth-child(odd) {
  padding-right: 15px;
}
.box3 .two .con .article-list a:nth-child(2)::before {
  content: '2';
}
.box3 .two .con .article-list a:nth-child(3)::before {
  content: '3';
}
.box3 .two .con .article-list a:nth-child(4)::before {
  content: '4';
}
.box3 .two .con .article-list a:nth-child(5)::before {
  content: '5';
}
.box3 .two .con .article-list a:nth-child(6)::before {
  content: '6';
}
.box3 .two .con .article-list a:nth-child(7)::before {
  content: '7';
}
.box3 .two .con .article-list a:nth-child(8)::before {
  content: '8';
}
.box3 .two .con .article-list a:nth-child(9)::before {
  content: '8';
}
.box3 .three {
  width: 290px;
}
.box3 .three .con .article-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box3 .three .con .article-list .article {
  width: 137px;
}
.box3 .three .con .article-list .article:hover .cover img {
  transform: scale(1.1);
}
.box3 .three .con .article-list .article:nth-last-child(-n+2) {
  margin-top: 16px;
}
.box3 .three .con .article-list .article:nth-last-child(-n+2) .cover::after {
  content: '新';
  background: linear-gradient(45deg, #FF8A00, #FFCC00);
}
.box3 .three .con .article-list .article .cover {
  height: 117px;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.box3 .three .con .article-list .article .cover img {
  height: 100%;
  transition: all ease 0.2s;
}
.box3 .three .con .article-list .article .cover::after {
  position: absolute;
  top: 0;
  right: 10px;
  content: '热';
  width: 29px;
  height: 27px;
  background: linear-gradient(90deg, #FF4E00, #FF2400);
  border-radius: 0px 0px 8px 8px;
  font-weight: 600;
  color: #F4F7FF;
  line-height: 27px;
  text-align: center;
}
.box3 .three .con .article-list .article .tit {
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 40px;
}
.box3 .three .con .article-list .article .tit:hover {
  color: #326cf6;
}

.box2 {
  padding-top: 40px;
}
.box2 .base {
  display: flex;
  justify-content: space-between;
}
.box2 .part h2 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  line-height: 21px;
}
.part h2 a.more {
  float: right;
  font-size: 14px;
  color: #999999;
  line-height: 21px;
  font-weight: 400;
}
.part h2 a.more:hover {
  color: #326cf6;
}
.box2 .part .con {
  height: 533px;
  box-sizing: border-box;
}
.box2 .l_three {
  width: 551px;
}
.box2 .l_three .con {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px 20px 46px 20px;
  position: relative;
}
.box2 .l_three .con .sub_btns {
  height: 100%;
  overflow: hidden;
}
.box2 .l_three .con .sub_btns .btn_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: transform ease 0.2s;
}
.box2 .l_three .con .sub_btns .btn_list a {
  display: block;
  margin-bottom: 14px;
  width: 160px;
  height: 83px;
  padding: 16px 0 0 52px;
  background: #F5F5F5;
  border-radius: 6px;
  position: relative;
  box-sizing: border-box;
}


.box2 .l_three .con .sub_btns .btn_list a:hover {
  background-color: #326CF6;
  transition: all ease 0.2s;
  color: #fff;
}
.box2 .l_three .con .sub_btns .btn_list a:hover .icon{
  color: #326CF6 !important;
}
.box2 .l_three .con .sub_btns .btn_list a:hover .tit,
.box2 .l_three .con .sub_btns .btn_list a:hover .dec {
  color: #fff;
}
.box2 .l_three .con .sub_btns .btn_list a .icon{
  position: absolute;
  top: 14px;
  left: 10px;
  width: 33px;
  height: 33px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
}
.box2 .l_three .con .sub_btns .btn_list a .tit {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 16px;
}
.box2 .l_three .con .sub_btns .btn_list a .dec {
  font-size: 13px;
  color: #999999;
  line-height: 18px;
}

.box2 .r_three {
  width: 628px;
}
.box2 .r_three .con {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 10px 20px;
}
.box2 .r_three .con .wrap {
  height: 533px;
  overflow: hidden;
}
.box2 .r_three .con .swiper2 {
  height: 626px;
}
.box2 .r_three .con .article {
  display: block;
  padding: 20px 0 16px 30px;
  box-sizing: border-box;
  border-bottom: 1px dashed #D3D3CF;
}
.box2 .r_three .con .article:hover .tit {
  color: #326cf6;
}
.box2 .r_three .con .article .tit {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 16px;
  position: relative;
}
.box2 .r_three .con .article .tit img.icon {
  position: absolute;
  width: 20px;
  top: -2px;
  left: -30px;
}
.box2 .r_three .con .article .tit .time {
  float: right;
  font-size: 12px;
  color: #999;
  font-weight: normal;
}
.box2 .r_three .con .article .dec {
  margin-top: 10px;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 40px;
}
.box5 .base {
  display: flex;
  justify-content: space-between;
}
.box5 .part .tit {
  display: flex;
  margin-bottom: 20px;
  height: 33px;
  align-items: center;
}
.box5 .hot_it .tit h2 {width:890px;}
.box5 .top-search-box .tit h2 {width:890px;}
.box5 .part .tit h2 {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  line-height: 21px;
}
.box5 .part .con {
  height: 653px;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
}
.box5 .hot_it .con {
  width: 890px;
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
}
.box5 .hot_it .con .article .about {
  font-size: 13px;
  line-height: 23px;
}
.box5 .hot_it .con .article .about .tag {
  display: inline-block;
  width: 79px;
  height: 23px;
  background: #F5F5F5;
  border-radius: 4px;
  text-align: center;
  color: #666666;
  white-space: nowrap;
}
.box5 .hot_it .con .article .about .time {
  float: right;
  color: #999999;
}
.box5 .hot_it .con .article .title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.box5 .hot_it .con .left {
  width: 398px;
}
.box5 .hot_it .con .left .top-article {
  display: block;
  height: 191px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.box5 .hot_it .con .left .top-article .cover {
  width: 100%;
  height: 100%;
  transition: all ease 0.2s;
}
.box5 .hot_it .con .left .top-article:hover .cover {
  transform: scale(1.1);
}
.box5 .hot_it .con .left .top-article .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  color: #FFFEFE;
  background: linear-gradient(transparent, #000);
}

.box5 .hot_it .con .left .top-article .title span {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #FFFEFE;
  font-size: 14px;
  padding-right: 10px;
  box-sizing: border-box;
}
.box5 .hot_it .con .left .article {
  display: block;
  padding-left: 30px;
  margin-bottom: 22px;
  box-sizing: border-box;
  position: relative;
}
.box5 .hot_it .con .left .article:hover .title {
  color: #326cf6;
}
.box5 .hot_it .con .left .article .hot-tag {
position: absolute;
top: 2px;
left: 0;
width: 24px;
height: 24px;
background: #FF0000;
border-radius: 4px;
font-size: 18px;
color: #fff;
text-align: center;
line-height: 24px;
}
.box5 .hot_it .con .left .article .title {
  line-height: 27px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box5 .hot_it .con .left .article .dec {
  margin: 3px 0 13px 0;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 40px;
}
.box5 .hot_it .con .right {
  width: 415px;
}
.box5 .hot_it .con .right .article {
  margin-bottom: 24px;
  display: flex;
}
.box5 .hot_it .con .right .article:hover .cover img {
  transform: scale(1.1);
}
.box5 .hot_it .con .right .article:hover .title {
  color: #326cf6;
}
.box5 .hot_it .con .right .article .cover {
  width: 166px;
  height: 95px;
  overflow: hidden;
  border-radius: 10px;
}
.box5 .hot_it .con .right .article .cover img {
  width: 100%;
  height: 100%;
  transition: all ease 0.2s;
}
.box5 .hot_it .con .right .article .info {
  margin-left: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box5 .hot_it .con .right .article .info .title {
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 44px;
}
.box5 .hot_it .con .right .article .info .about {
  width: 100%;
}
.box5 .top-search-box {
  width: 290px;
}
.box5 .top-search-box .tit {
  justify-content: space-between;
}
.box5 .top-search-box .tit img {
  width: 86px;
  height: 23px;
}
.box5 .top-search-box .con {
  padding: 20px 16px;
}
.box5 .top-search-box .con .article-list .article {
  padding-bottom: 16px;
  margin-bottom: 16px;
  display: flex;
  border-bottom: 1px dashed #D3D3CF;
}
.box5 .top-search-box .con .article-list .article:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.box5 .top-search-box .con .article-list .article:hover .cover img {
  transform: translateX(-50%) scale(1.1);
}
.box5 .top-search-box .con .article-list .article:hover .info .title {
  color: #326cf6;
}
.box5 .top-search-box .con .article-list .article .cover {
  width: 88px;
  height: 72px;
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
  position: relative;
}
.box5 .top-search-box .con .article-list .article .cover img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  transition: all ease 0.2s;
}
.box5 .top-search-box .con .article-list .article .info {
  margin-left: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box5 .top-search-box .con .article-list .article .info .title {
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 40px;
  box-sizing: border-box;
  padding-right: 18px;
  position: relative;
}
.box5 .top-search-box .con .article-list .article .info .title .hot-tag {
  position: absolute;
  top: 2px;
  right: 0;
  width: 16px;
  height: 16px;
  background: #FF0000;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 16px;
}
.box5 .top-search-box .con .article-list .article .info .about {
  width: 100%;
  font-size: 13px;
  line-height: 23px;
}
.box5 .top-search-box .con .article-list .article .info .about .tag {
  display: inline-block;
  width: 69px;
  height: 23px;
  background: #F5F5F5;
  border-radius: 4px;
  text-align: center;
  color: #666666;
  white-space: nowrap;
}
.box5 .top-search-box .con .article-list .article .info .about .time {
  float: right;
  color: #999999;
}
.cm-tit {
  margin-bottom: 20px;
  height: 22px;
  align-items: center;
  line-height: 22px;
}
.cm-tit h2 {
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  color: #333333;
}
.cm-tit span {
  margin-left: 16px;
  font-size: 16px;
  color: #999999;
}
.cm-tit a.more {
  float: right;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}
.cm-tit a.more:hover {
  color: #326cf6;
}
.box4 {
  height: 214px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px 0;
}
.box4 .swiper-subjects a.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box4 .swiper-subjects a.swiper-slide:hover p {
  color: #326cf6;
}
.box4 .swiper-subjects a.swiper-slide img {
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  color: #fff;
  border-radius: 50%;
}
.box4 .swiper-subjects a.swiper-slide p {
  margin-top: 15px;
  font-size: 13px;
  color: #999999;
  line-height: 13px;
  white-space: nowrap;
}
