.wrapper {
  margin-top: 25px;
}
.topInfo .importantWeb {
  justify-content: right;
  width: 100%;
}
.topInfo .importantWeb a {
  margin-right: 15px;
}
.topInfo .importantWeb a:last-child {
  margin-right: 0px;
}
.c_titTop {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.c_titTop li {
  padding: 0 10px;
}
/*txt-scroll*/
.txt-scroll {
  width: 100%;
  max-width: 100%;
  line-height: 30px;
}
.txt-scroll .scrollbox {
  white-space: nowrap;
  overflow: hidden;
}
.txt-scroll .txt,
.txt-scroll .txt-clone {
  display: inline;
  position: relative;
}
.txt-scroll .txt a,
.txt-scroll .txt-clone a {
  margin-right: 15px;
}
.content-marquee {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-marquee .marquee-title {
  padding: 10px;
  width: 100px;
  background-color: #0346ae;
  color: #fff;
  text-align: center;
}
.content-marquee .txt-scroll {
  width: 80%;
  flex-grow: 1;
  padding: 0 15px;
}
.same_wordStyle.practice_m,
.same_wordStyle.threeEyes_m {
  margin-top: 0px;
}
.Wrap_4in1 {
  width: 1400px;
  position: relative;
  margin: auto;
  clear: both;
}
.Wrap_4in1 .w_4in1 {
  width: 1400px;
  margin: auto;
  height: 1%;
  overflow: hidden;
}
.Wrap_4in1 .w_4in1 .swiper-slide {
  width: 340px;
  height: 192px;
}
.Wrap_4in1 .w_4in1 .swiper-slide img {
  width: 340px;
  height: 192px;
  border-radius: 5px;
}
.Wrap_4in1 .w_4in1 .swiper-slide .item {
  width: 100%;
  height: 100%;
  background-color: #ccc;
  position: relative;
}
.Wrap_4in1 .w_4in1 .swiper-slide .item .cbs_title {
  position: absolute;
  border-radius: 5px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 20px;
  background: linear-gradient(transparent 5%, #000000);
}
.Wrap_4in1 .w_4in1 .swiper-slide .item .cbs_title a {
  font-size: 16px;
  color: #fff;
}
.Wrap_4in1 .Next {
  width: 34px;
  height: 61px;
  position: absolute;
  top: 65px;
  right: 0px;
  cursor: pointer;
  z-index: 5;
}
.Wrap_4in1 .Prev {
  width: 34px;
  height: 61px;
  position: absolute;
  top: 65px;
  left: 0px;
  cursor: pointer;
  z-index: 5;
}
