@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  width: 100%;
  min-width: 320px;
}

a {
  outline-style: none;
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: none;
}

img {
  display: block;
  border: 0;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.fl-no {
  float: none;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.hidden {
  display: none;
}

.show-pc {
  display: none;
}

.show-mobile {
  display: block;
}

/*滚动条*/
.scrollbar::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.1);
}

.scrollbar::-webkit-scrollbar {
  width: .0667rem;
  height: .32rem;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(244, 216, 215, 0.8);
  background-clip: padding-box;
  min-height: 30px;
  border-radius: 3px;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #f4d8d7;
}

.bjs-container {
  width: 100%;
  margin: 0 auto;
  background: url(../images/bg-m.jpg) top center no-repeat;
  background-size: 100% auto;
}

.header {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.header .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  height: 54px;
  background: #f2f2f2;
}

.header .nav .logo {
  width: 60px;
  margin-left: 38px;
}

.header .nav .logo img {
  height: 26px;
}

.header .nav .topnav {
  margin-right: 24px;
}

.header .nav .topnav ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  line-height: 28px;
  padding: 0 20px;
}

.wrapper {
  margin: 0 auto;
  padding-top: .8rem;
}

.wrapper .pic {
  overflow: hidden;
}

.wrapper .pic > a {
  display: block;
  height: 100%;
  width: 100%;
}

.wrapper .pic > a img {
  width: 100%;
  height: 100%;
}

.wrapper .toppic {
  margin: 0 auto;
  width: 80%;
}

.wrapper .toppic img {
  margin: 0 auto;
  width: 100%;
}

.wrapper .leader {
  width: max-content;
  margin: 0 auto;
  font-size: .4rem;
  font-weight: bold;
  color: #000;
  border-bottom: 3px solid #2e4d87;
  padding-bottom: 7px;
}

.wrapper .latest {
  width: 100%;
  margin: .9067rem auto 0;
  padding: 0 .5333rem;
}

.wrapper .latest .latest-cont .latest-swiper {
  padding-bottom: 0.6rem;
}

.wrapper .latest .latest-cont .latest-swiper .latest-swiper-button {
  display: none;
}

.wrapper .latest .latest-cont .latest-swiper .swiper-pagination {
  bottom: 0;
}

.wrapper .latest .title {
  font-size: .32rem;
  line-height: .42rem;
  color: #000;
  text-align: center;
  margin: .5333rem auto .2667rem;
}

.wrapper .latest .video-live {
  background: #fafafa;
  width: 100%;
  height: 5rem;
}

.wrapper .latest .video-live img {
  width: 100%;
  height: 100%;
}

.wrapper .latest .clist {
  margin-top: .28rem;
}

.wrapper .latest .clist .company {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  height: 2.33rem;
  overflow-y: auto;
  padding: 0 0 6px 0;
}

.wrapper .latest .clist .company .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 0.1rem;
}

.wrapper .latest .clist .company .item .clogo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.0667rem;
  height: 1.0667rem;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: .0533rem;
  margin: 0 auto 5px auto;
}

.wrapper .latest .clist .company .item .clogo img {
  width: 100%;
}

.wrapper .latest .clist .company .item .text {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.wrapper .latest .clist .company .item .text .cname,
.wrapper .latest .clist .company .item .text .ccode {
  font-size: .2133rem;
  line-height: .32rem;
  text-align: center;
  margin-top: 4px;
}

.wrapper .latest .clist .tips {
  font-size: .2133rem;
  line-height: .32rem;
  text-align: center;
  margin-top: .2rem;
}

.wrapper .previous {
  width: 100%;
  margin: 1.0667rem auto 0;
  padding: 0 .5333rem;
}

.wrapper .previous .content {
  margin-top: .5333rem;
}

.wrapper .previous .content .tab-nav {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
}

.wrapper .previous .content .tab-nav .tab-cell {
  position: relative;
  font-size: .24rem;
  color: #666;
  line-height: .4267rem;
  cursor: pointer;
}

.wrapper .previous .content .tab-nav .tab-cell.current {
  font-weight: bold;
  color: #2e4d87;
  cursor: default;
}

.wrapper .previous .content .tab-nav .tab-cell.current::after {
  position: absolute;
  left: calc(50% - .2333rem);
  top: .4667rem;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 .2333rem .24rem .2333rem;
  border-color: transparent transparent #f2f2f2 transparent;
}

.wrapper .previous .content .tab-body {
  margin-top: .2667rem;
  height: 8.0555rem;
}

.wrapper .previous .content .tab-content {
  display: none;
  width: 100%;
}

.wrapper .previous .content .tab-content.current {
  display: block;
}

.wrapper .previous .content .tab-content .tab-content-swiper .swiper-wrapper {
  padding-bottom: .1333rem;
}

.wrapper .previous .content .tab-content .tab-content-swiper .tab-content-swiper-button {
  display: none;
}

.wrapper .previous .content .tab-content .tab-content-swiper .swiper-pagination {
  bottom: 0;
}

.wrapper .previous .content .tab-content .title {
  font-size: .2667rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: .5333rem;
  display: none;
}

.wrapper .previous .content .tab-content .cont {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}

.wrapper .previous .content .tab-content .pic {
  background: #fafafa;
  width: 100%;
  height: 5.1733rem;
}

.wrapper .previous .content .tab-content .details {
  background: #fff;
}

.wrapper .previous .content .tab-content .details .info {
  display: none;
  font-size: 18px;
  line-height: 32px;
}

.wrapper .previous .content .tab-content .details .info .l {
  color: #000;
}

.wrapper .previous .content .tab-content .details .info .d {
  color: #333;
}

.wrapper .previous .content .tab-content .details .info:nth-child(4) {
  margin-top: 15px;
}

.wrapper .previous .content .tab-content .details .company {
  margin-top: .28rem;
}

.wrapper .previous .content .tab-content .details .company .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wrapper .previous .content .tab-content .details .company .swiper-container .swiper-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  overflow-y: auto;
  height: 2.33rem;
  padding: 0 0 6px 0;
}

.wrapper .previous .content .tab-content .details .company .swiper-container .swiper-wrapper .swiper-slide {
  width: auto;
  height: auto;
  margin: 0.1rem auto;
}

.wrapper .previous .content .tab-content .details .company .citem {
  display: flex;
  flex-direction: column;
  font-size: .2133rem;
  align-items: center;
}

.wrapper .previous .content .tab-content .details .company .citem .clogo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.067rem;
  height: 1.067rem;
  border: 1px solid #ececec;
  padding: 3px;
  border-radius: 5px;
}

.wrapper .previous .content .tab-content .details .company .citem .clogo a {
  display: block;
}

.wrapper .previous .content .tab-content .details .company .citem .clogo img {
  width: 100%;
}

.wrapper .previous .content .tab-content .details .company .citem .text {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.wrapper .previous .content .tab-content .details .company .citem .text .cname,
.wrapper .previous .content .tab-content .details .company .citem .text .ccode {
  font-size: .1867rem;
  color: #333;
  margin-top: 4px;
}

.wrapper .previous .content .tab-content .details .company .tips {
  display: none;
}

.wrapper .qa {
  width: 100%;
  min-width: 100%;
  margin: .9333rem auto 0;
}

.wrapper .qa .content {
  width: 100%;
  margin: .7rem auto 0;
}

.wrapper .qa .content .swiper-container {
  margin-bottom: .5333rem;
}

.wrapper .qa .content .swiper-container .swiper-slide {
  width: 50vw;
  background: #f2f2f2;
  padding: .4rem .16rem;
}

.wrapper .qa .content .item {
  height: 5.2rem;
  font-size: .1867rem;
  line-height: .32rem;
  overflow: hidden;
}

.wrapper .qa .content .item .a {
  margin-top: .3333rem;
}

.wrapper .qa .content .item .user {
  color: #2e4d87;
}

.wrapper .qa .content .item .user .qa-v {
  color: #333;
}

.wrapper .qa .content .item .desc {
  color: #333;
  font-size: .18667rem;
  line-height: 1.4;
}

.wrapper .video {
  width: 100%;
  margin: .9333rem auto 0;
}

.wrapper .video .content {
  width: 100%;
  margin: .48rem auto 0;
}

.wrapper .video .content .swiper-container {
  margin: 0 .56rem .5333rem;
  height: 7.2rem;
}

.wrapper .video .content .swiper-container .swiper-slide {
  height: 3.42rem;
}

.wrapper .video .content .item {
  position: relative;
  width: 100%;
}

.wrapper .video .content .item .pic {
  background: #fafafa;
  width: 4.3rem;
  height: 2.4rem;
  position: relative;
}

.wrapper .video .content .item .pic a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.wrapper .video .content .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.wrapper .video .content .item .title {
  width: 100%;
  font-size: .24rem;
  line-height: 1.5;
  color: #000;
  margin-top: .1rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wrapper .news {
  width: 100%;
  margin: .9333rem auto 0;
  padding: 0 .5333rem;
}

.wrapper .news .content {
  width: 100%;
  margin: .48rem auto 0;
}

.wrapper .news .content .news-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0;
}

.wrapper .news .content .news-list ul li {
  width: 100%;
  font-size: .2533rem;
  color: #000;
  line-height: .3867rem;
  margin-bottom: .3rem;
  display: flex;
  align-items: flex-start;
}

.wrapper .news .content .news-list ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333;
  margin: 5px 5px 0 0;
}

.wrapper .news .content .news-list ul li:nth-of-type(n + 10) {
  display: none;
}

.wrapper .news .content .news-list ul li p {
  flex: 1;
}

.wrapper .news .content .more {
  height: .2267rem;
  font-size: .2133rem;
  color: #000000;
  line-height: .32rem;
  text-align: center;
  margin-top: .1333rem;
}

.wrapper .college {
  width: 100%;
  margin: .9333rem auto 0;
  padding: 0 .5333rem;
}

.wrapper .college .content {
  width: 100%;
  margin: .48rem auto 0;
}

.wrapper .college .content .swiper-container .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wrapper .college .content .swiper-container .swiper-wrapper .swiper-slide {
  width: 48%;
}

.wrapper .college .content .swiper-container .swiper-wrapper .swiper-slide:nth-child(n+5) {
  display: none;
}

.wrapper .college .content .swiper-container .swiper-wrapper .swiper-slide:nth-child(-n+2) {
  margin-bottom: .6rem;
}

.wrapper .college .content .item .pic {
  background: #fafafa;
  width: 100%;
  height: 2.1333rem;
}

.wrapper .college .content .item .pic img {
  width: 100%;
}

.wrapper .college .content .item .title {
  width: 100%;
  font-size: .24rem;
  color: #000;
  line-height: .48rem;
  margin-top: .16rem;
}

.wrapper .college .content .more {
  height: .2267rem;
  font-size: .2133rem;
  color: #000000;
  line-height: .32rem;
  text-align: center;
  margin-top: .1333rem;
}

.wrapper footer {
  min-width: 100%;
  margin: 1.4667rem auto 0;
  padding: 0 0 .4rem 0;
}

.wrapper footer .copy {
  text-align: center;
  line-height: .4667rem;
  font-size: .1867rem;
  color: #666;
}

.wrapper .my-swiper-pagination {
  position: relative;
}

.wrapper .my-swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
}

.wrapper .my-swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #2e4d87;
}
