.module-header {
  border-bottom: 1px solid #DCDCDC;
  overflow: hidden;
}

.module-header .title {
  position: relative;
  float: left;
  padding-left: 0.6rem;
}

.module-header .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.48rem;
  height: 0.48rem;
  background: url("../image/title-icon.png");
  background-size: 100% 100%;
}

.module-header .title .chinese {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}

.module-header .title .english {
  color: #666;
}

.module-header .more {
  float: right;
}

.module-header .more a {
  color: #818181;
  font-weight: 600;
}

.banner {
  margin-top: 0.88rem;
}

.banner img {
  width: 100%;
}

.data {
  padding: 0.2rem;
}

.data .broadcast {
  display: flex;
  margin-top: 0.22rem;
  border: 1px solid #DCDCDC;
}

.data .broadcast .title {
  width: 2rem;
  line-height: 0.44rem;
  color: #fff;
  background: url("../image/title-bg.png") no-repeat;
  background-size: 100% 100%;
  text-align: center;
}

.data .broadcast .index-scroll {
  width: 100%;
  white-space: nowrap;
}

.data .broadcast .index-scroll .item {
  display: inline-block;
  line-height: 0.4rem;
}

.data .broadcast .index-scroll .up {
  color: red;
}

.data .broadcast .index-scroll .down {
  color: green;
}

.data .index-category {
  margin: 0.2rem 0;
  display: flex;
  justify-content: space-between;
  font-size: 0.24rem;
  text-align: center;
  border: 1px solid #3579BA;
}

.data .index-category .title {
  flex: 5;
  color: #fff;
  background: #183E78;
  text-align: center;
  padding: 0.18rem 0;
}

.data .index-category .item {
  flex: 4;
  border-left: 1px solid #3579BA;
  text-align: center;
  padding: 0.18rem 0;
}

.data .index-category .active {
  background: #3579BA;
  color: #fff;
}

.data .line-chart {
  height: 4rem;
  background: url("../image/chart-bg.png");
  background-size: cover;
}

.about {
  padding: 0.2rem;
}

.about .about-container .video {
  margin-top: 0.2rem;
  position: relative;
}

.about .about-container .video::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-color: transparent;
  border-width: 0.35rem 0 0.35rem 0.5rem;
  border-left-color: #fff;
}

.about .about-container .title {
  margin: 0.2rem 0;
  font-weight: 600;
  color: #333333;
  font-size: 16px;
}

.about .about-container .profile {
  color: #333;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.about .about-container .image {
  margin-top: 0.22rem;
  display: flex;
  justify-content: space-between;
}

.about .about-container .image .img-div {
  height: 1.24rem;
  overflow: hidden;
}

.about .about-container .image .img-div img {
  height: 100%;
}

.introduce-info {
  background: url("../image/introduce-bg.png");
  background-size: cover;
  padding: 0.2rem;
  overflow: hidden;
}

.introduce-info .module-header {
  border-bottom: 1px solid #558FC6;
}

.introduce-info .introduce-container {
  margin: 0.24rem 0;
  overflow: hidden;
}

.introduce-info .introduce-container .image {
  float: left;
  width: 50%;
  padding-right: 0.4rem;
}

.introduce-info .introduce-container .image .more {
  margin-top: 0.16rem;
}

.introduce-info .introduce-container .profile {
  float: right;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.introduce-info .info-container .item {
  margin-top: 0.24rem;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 0.1rem;
  color: #777777;
}

.introduce-info .info-container .item .publish-time {
  font-size: 0.24rem;
  font-weight: 600;
}

.introduce-info .info-container .item .title {
  position: relative;
  font-size: 0.32rem;
  font-weight: 600;
  padding-right: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.introduce-info .info-container .item .title::after {
  content: ">";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.company {
  margin-bottom: 0.4rem;
  padding: 0.2rem;
  overflow: hidden;
}

.company .company-container .item {
  float: left;
  margin-top: 0.2rem;
  width: 50%;
}

.company .company-container .item .image {
  position: relative;
  height: 1.6rem;
  overflow: hidden;
}

.company .company-container .item .image img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
}

.company .company-container .item .name {
  height: 0.8rem;
  text-align: center;
  padding: 0 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
