[v-cloak] {
  display: none;
}
.header {
}
.header .img {
  width: 100%;
}
.header .title {
  padding: 0.2rem 0.24rem 0;
  font-size: 0.34rem;
  line-height: 0.48rem;
  color: #111;
  font-weight: 700;
}
.header .text {
  padding: 0.2rem 0.24rem 0;
  font-size: 0.28rem;
  line-height: 0.36rem;
  color: #525252;
}
.break {
  height: 0.1rem;
  background: #f7f7f7;
}
a {
  display: block;
}
.content .fixed-nav-box{
  position: fixed;
  width: 100%;
  overflow-x: auto;
  top: 1.1rem;
  left: 0;
  display: flex;
  background: #F3F7FF;
  z-index: 99;
}
/* .content .fixed-nav-box::-webkit-scrollbar { width: 0 !important }
.content .fixed-nav-box{ -ms-overflow-style: none; }
.content .fixed-nav-box{ overflow: -moz-scrollbars-none; } */
.content .fixed-nav-box .nav{
  flex-shrink: 0;
  position: relative;
}
.content .fixed-nav-box .nav-item{
  padding: 0.32rem 0.2rem;
  font-size: 0.28rem;
  line-height: 0.28rem;
  color: #3976DC;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .fixed-nav-box .nav.active .choose{
  display: block;
}
.content .fixed-nav-box .choose{
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.6rem;
  height: 0.1rem;
  background: #3976DC;
}
.content .nav-box {
  height: 1.8rem;
  overflow: hidden;
}
.content .nav-box.more {
  height: auto;
}
.content .nav-box.hidden{
  display: none;
}
.content .nav-box .nav {
  padding: 0.3rem 0.1rem 0 0.3rem;
  display: flex;
  flex-wrap: wrap;
}
.content .nav-box .nav .nav-item {
  max-width: 100%;
  padding: 0.16rem 0.1rem;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  font-size: 0.28rem;
  line-height: 0.28rem;
  background: #F3F7FF;
  color: #3976DC;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 4px;
  flex-shrink: 0;
}
.content .nav-box .nav .nav-item.active {
  background: #FFFFFF;
  box-shadow: 0px 0px 7px 0px rgba(109, 174, 186, 0.35);
  color: #3976DC;;
}
.content .show-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.2rem;
  padding-bottom: 0.5rem;
}
.content .show-more div {
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #999;
}
.content .show-more img {
  width: 0.16rem;
  height: 0.08rem;
  margin-left: 0.1rem;
}
.content .message-box {
  padding: 0;
}
.content .message-box .list-box{
  padding-top: 0.2rem;
}
.content .message-box .list-box .list-title {
  display: flex;
  align-items: center;
}
.content .message-box .list-box .list-title .icon {
  width: 0.08rem;
  height: 0.3rem;
  background: #57B0BC;
  margin-right: 0.1rem;
}
.content .message-box .list-box .list-title .title {
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #000;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: pre-wrap;
}
.list-title2 {
  border-bottom: 0.01rem solid #f5f5f5;
  margin-bottom: 0.2rem;
}
.list-title2 .title{
  text-align: center;
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #000;
  font-weight: 700;
  padding-top: 0.2rem;
  margin-bottom: 0.2rem;
  white-space: pre-wrap;
}
.list-title2 p{
  margin: 0.2rem 0;
  color: #999;
  text-align: center;
  white-space: pre-wrap;
}
.content .message-box .list-box .advert {
  width: 100%;
  height: 1.8rem;
  margin-bottom: 0.3rem;
}
.content .message-box .list-box .news {
  padding-bottom: 0.2rem;
}
.content .message-box .list-box .news .news-item {
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
}
.content .message-box .list-box .news .news-item .item-left {
  flex-grow: 1;
}
.content .message-box .list-box .news .news-item .img-left {
  flex-shrink: 0;
  width: 2.22rem;
  height: 1.48rem;
  margin-right: 0.16rem;
}
.content .message-box .list-box .news .news-item .img-left .img {
  width: 100%;
  height: 100%;
}
.content .message-box .list-box .news .news-item .img-right {
  flex-shrink: 0;
  width: 2.22rem;
  height: 1.48rem;
  margin-left: 0.16rem;
}
.content .message-box .list-box .news .news-item .img-right .img {
  width: 100%;
  height: 100%;
}
.content .message-box .list-box .news .news-item .news-title {
  font-size: 0.34rem;
  line-height: 0.48rem;
  color: #121212;
  margin-bottom: 0.16rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.content .message-box .list-box .news .news-item .news-time{
  font-size: 0.22rem;
  color: #a8a8a8;
}
.content .message-box .list-box .news .news-item .img-box .img {
  width: 100%;
  height: 4rem;
}
.content .message-box .list-box .news .news-item .img-box .img-little {
  width: 100%;
  height: 1.8rem;
}
.content .message-box .list-box .news .news-item .imgs-box {
  display: flex;
}
.content .message-box .list-box .news .news-item .imgs-box .img {
  margin-right: 0.2rem;
  width: 2.2rem;
  height: 1.48rem;
}
.content .message-box .list-box .news .news-item .imgs-box .img:nth-child(3n) {
  margin-right: 0;
}
.content .message-box .list-box .news .news-item.flex {
  display: flex;
}
.content .message-box .list-box .news .news-item.flex .news-title {
  height: 0.96rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.content .message-box .list-box .apposition {
  padding-bottom: 0.2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content .message-box .list-box .apposition .apposition-item {
  width: 3.3rem;
  margin-bottom: 0.2rem;
}
.content .message-box .list-box .apposition .apposition-item .img-box {
  width: 3.3rem;
  height: 1.8rem;
  margin-bottom: 0.2rem;
}
.content .message-box .list-box .apposition .apposition-item .img-box .img {
  width: 100%;
  height: 100%;
}
.content .message-box .list-box .apposition .apposition-item .name {
  font-size: 0.28rem;
  line-height: 0.36rem;
  color: #111;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.content .message-box .list-box .swiper-container{
  width: 100%;
  height: 4rem;
}
.content .message-box .list-box .swiper-container .news-title{
  position: absolute;
  width: 100%;
  height: 0.96rem;
  bottom: 0.4rem;
  padding: 0 0.2rem;
  color: #fff;
  font-size: 0.34rem;
  line-height: 0.48rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.content .message-box .list-box .swiper-container .img-box{
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.content .message-box .list-box .swiper-container .img-box .img{

}

.xc-subject-more{
  height: 0.3rem;
  text-align: center;
  margin-bottom: 0.3rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.xc-subject-more a{
  font-size: 0.24rem;
  color: #333;
  margin-right: 0.2rem
}
.xc-subject-more img{
  width: 0.3rem;
  height: 0.3rem
}
.flex-between{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-between a{
  width: 3.4rem;
}
.flex-between a img{
  width: 100%;
  height: 2.2rem;
  margin-bottom: 0.2rem;
}
.flex-between a div{
  font-size: 0.32rem;
  color: #303030;
  white-space: pre-wrap;
  margin-bottom: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}