@charset "utf-8";
.index-body {
  min-width: 1200px;
  border-top: 1px solid #dddddd;
}

.index-body * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.index-body .red {
  color: #ff000d;
}

.index-body .bold {
  font-weight: bold;
}

.index-body h1.title {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}

.index-body p.next-p {
  margin-top: 33px;
}

.index-body p.desc {
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin-top: 10px;
}

.index-body .hr-line {
  width: 80px;
  height: 3px;
  margin: 18px auto 0 auto;
  background-color: #ff2d36;
}

.index-body .about-us {
  height: 678px;
  background: url("../images/about-us-bg-map.png");
  background-position: center center;
  padding-top: 92px;
}

.index-body .about-us p,
.index-body .about-us h1,
.index-body .about-us ul {
  text-align: center;
}

.index-body .about-us p {
  font-size: 15px;
  color: #464646;
  line-height: 32px;
}

.index-body .about-us .title-en {
  height: 12px;
  font-size: 12px;
  color: #b7b7b7;
  line-height: 12px;
  margin-top: 4px;
}

.index-body .about-us .hr-line {
  width: 50px;
  height: 3px;
  margin: 12px auto 0 auto;
  background-color: #ff2d36;
}

.index-body .about-us ul.our-service li {
  display: inline-block;
  color: #666666;
  margin: 4px 5px 4px 6px;
}

.index-body .about-us ul.our-service li span.text {
  display: inline-block;
  color: #ffffff;
  padding: 4px 7px;
  font-size: 15px;
  line-height: 15px;
  background-color: #0b0b0b;
}

.index-body .about-us ul.our-service li span.dawn {
  display: inline-block;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.index-body .about-us ul.icon-desc {
  margin-top: 32px;
}

.index-body .about-us ul.icon-desc .bg-red {
  background-color: #ff000d;
}

.index-body .about-us ul.icon-desc .bg-gray {
  background-color: #333333;
}

.index-body .about-us ul.icon-desc li {
  display: inline-block;
  width: 304px;
  height: 225px;
}

.index-body .about-us ul.icon-desc li .icon {
  width: 140px;
  height: 140px;
  margin: auto;
  border-radius: 70px;
  line-height: 140px;
  text-align: center;
}

.index-body .about-us ul.icon-desc li .hc {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-top: 28px;
}

.index-body .about-us ul.icon-desc li .hc.red {
  color: #ff000d;
}

.index-body .about-us ul.icon-desc li .slogan {
  font-size: 16px;
  color: #666666;
  margin-top: 7px;
}

.index-body .about-team {
  height: 627px;
  background-image: url("../images/team-photo.jpg");
  background-position: center bottom;
  padding-top: 45px;
}

.index-body .about-team h1.title {
  color: #ffffff;
}

.index-body .about-team p.desc {
  color: rgba(255, 255, 255, 0.6);
}

.index-body .about-team .team-person {
  position: relative;
  width: 1212px;
  margin: 396px auto 0 auto;
}

.index-body .about-team .team-person .prev {
  cursor: pointer;
  z-index: 6;
  position: absolute;
  top: 170px;
  left: -16px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 9px 1px rgba(43, 47, 57, 0.22);
  box-shadow: 0px 0px 9px 1px rgba(43, 47, 57, 0.22);
}

.index-body .about-team .team-person .prev::after {
  position: absolute;
  display: block;
  top: 16px;
  left: 21px;
  content: '';
  width: 16px;
  height: 16px;
  border-top: 2px solid #858585;
  border-right: 2px solid #858585;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.index-body .about-team .team-person .next {
  cursor: pointer;
  z-index: 6;
  top: 170px;
  right: -16px;
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 9px 1px rgba(43, 47, 57, 0.22);
  box-shadow: 0px 0px 9px 1px rgba(43, 47, 57, 0.22);
}

.index-body .about-team .team-person .next::after {
  position: absolute;
  top: 16px;
  left: 11px;
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  border-top: 2px solid #858585;
  border-right: 2px solid #858585;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.index-body .about-team .team-person .bd ul li {
  position: relative;
  width: 291px;
  margin: 64px 6px 24px 6px;
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(120, 120, 120, 0.17);
  box-shadow: 0px 3px 6px 0px rgba(120, 120, 120, 0.17);
}

.index-body .about-team .team-person .bd ul li .portrait {
  width: 120px;
  height: 120px;
  margin-top: -64px;
  margin-left: 81.5px;
  border-radius: 64px;
  overflow: hidden;
  background-color: #070707;
  border: 4px solid #ffffff;
}

.index-body .about-team .team-person .bd ul li .portrait img {
  width: 100%;
  margin-top: 12px;
}

.index-body .about-team .team-person .bd ul li .name {
  cursor: default;
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 16px;
}

.index-body .about-team .team-person .bd ul li .experience {
  cursor: default;
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  text-align: center;
}

.index-body .about-team .team-person .bd ul li .introduce {
  cursor: default;
  width: 231px;
  max-height: 72px;
  margin: 12px 30px 30px 30px;
  line-height: 24px;
  text-align: justify;
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.index-body .about-team .team-person .bd ul li:hover .introduce {
  max-height: 240px;
  display: -webkit-box;
  -webkit-line-clamp: 666;
  -webkit-box-orient: vertical;
}

.index-body .company-beauty {
  width: 100%;
}

.index-body .company-beauty .pictures {
  position: relative;
  width: 1200px;
  height: 730px;
  margin: 36px auto 0 auto;
  overflow: hidden;
}

.index-body .company-beauty .pictures .absolute-top-left {
  position: absolute;
  top: 0;
  left: 0;
}

.index-body .company-beauty .pictures .left-top {
  width: 290px;
  height: 282px;
  overflow: hidden;
}

.index-body .company-beauty .pictures .left-top img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.index-body .company-beauty .pictures .left-top:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.index-body .company-beauty .pictures .left-mid {
  top: 294px;
  width: 290px;
  height: 152px;
  background-image: url("../images/left-mid.png");
}

.index-body .company-beauty .pictures .left-mid p:first-child {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 36px 0 0 32px;
}

.index-body .company-beauty .pictures .left-mid p:last-child {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.38);
  line-height: 24px;
  margin: 6px 32px 0 32px;
}

.index-body .company-beauty .pictures .left-bottom {
  top: 458px;
  width: 290px;
  height: 273px;
  overflow: hidden;
}

.index-body .company-beauty .pictures .left-bottom img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.index-body .company-beauty .pictures .left-bottom:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.index-body .company-beauty .pictures .center-bottom {
  top: 458px;
  left: 302px;
  width: 292px;
  height: 273px;
  background-image: url("../images/center-bottom.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

.index-body .company-beauty .pictures .center-bottom p:first-child {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 152px 0 0 32px;
}

.index-body .company-beauty .pictures .center-bottom p:last-child {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.38);
  line-height: 24px;
  margin: 6px 32px 0 32px;
}

.index-body .company-beauty .pictures .right-mid {
  width: 292px;
  height: 282px;
  top: 164px;
  left: 908px;
  overflow: hidden;
}

.index-body .company-beauty .pictures .right-mid img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.index-body .company-beauty .pictures .right-mid:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.index-body .company-beauty .pictures .swiper-big {
  left: 302px;
  width: 594px;
  height: 446px;
}

.index-body .company-beauty .pictures .swiper-big img {
  width: 594px;
  height: 446px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.index-body .company-beauty .pictures .swiper-big .prev {
  cursor: pointer;
  position: absolute;
  top: 60px;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
  background: #fff;
}

.index-body .company-beauty .pictures .swiper-big .next {
  cursor: pointer;
  position: absolute;
  top: 60px;
  right: -60px;
  display: block;
  width: 60px;
  height: 60px;
  background: #e6212a;
}

.index-body .company-beauty .pictures .swiper-big .prev::after {
  position: absolute;
  top: 19px;
  left: 24px;
  content: '';
  width: 20px;
  height: 20px;
  border-top: 4px solid #e6212a;
  border-right: 4px solid #e6212a;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.index-body .company-beauty .pictures .swiper-big .next::after {
  position: absolute;
  top: 19px;
  left: 14px;
  content: '';
  width: 20px;
  height: 20px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.index-body .company-beauty .pictures .swiper-big img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.index-body .company-beauty .pictures .swiper-sm {
  top: 456px;
  left: 607px;
  width: 594px;
  height: 276px;
}

.index-body .company-beauty .pictures .swiper-sm img {
  width: 594px;
  height: 276px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.index-body .company-beauty .pictures .swiper-sm .prev {
  cursor: pointer;
  position: absolute;
  top: 30px;
  left: -60px;
  display: block;
  width: 60px;
  height: 60px;
  background: #e6212a;
}

.index-body .company-beauty .pictures .swiper-sm .next {
  cursor: pointer;
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  background: #fff;
}

.index-body .company-beauty .pictures .swiper-sm .prev::after {
  position: absolute;
  top: 19px;
  left: 24px;
  content: '';
  width: 20px;
  height: 20px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.index-body .company-beauty .pictures .swiper-sm .next::after {
  position: absolute;
  top: 19px;
  left: 14px;
  content: '';
  width: 20px;
  height: 20px;
  border-top: 4px solid #e6212a;
  border-right: 4px solid #e6212a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.index-body .company-beauty .pictures .swiper-sm img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* 资质 */
.qualification{
  width: 100%;
  height: 590px;
  padding-top: 100px;
  background-color: #f5f6f9;
  background: #f5f6f9 url('../images/about_bgs.png') no-repeat right;
  background-size: contain;
  margin-bottom: 50px;
}
.qualification .qualification_wrap{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.qualification .title_qualification{
  width: 100%;
  height: 365px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 29px;
  overflow: hidden;
}

.qualification_wrap .common {
  width: 100%;
}

.qualification_wrap .common_tc {
  position: relative;
  z-index: 2;
  font-size: 48px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
}

.qualification_wrap .common_tc span {
  font-size: 160px;
  color: #f9fafb;
  text-transform: uppercase;
  word-break: normal;
  position: absolute;
  z-index: -1;
  top: -16px;
  left: -312px;
  transform: scale(0.5,0.8);
  font-weight: normal;
}

.qualification_wrap .common_tinfo {
  font-size: 25px;
  color: #999;
  /* line-height: 18px; */
  position: relative;
  z-index: 2;
  margin-top: 29px;
  font-weight: bold;
}

.qualification .title_qualification .swiper-slide{
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.qualification .title_qualification .swiper-slide .swiper-slide-tag{
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 235px;
  height: 65px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
}
.qualification .title_qualification .swiper-slide:nth-child(1) .swiper-slide-tag{
  background-image: url('../images/qualification_img3.png');
}
.qualification .title_qualification .swiper-slide:nth-child(2) .swiper-slide-tag{
  background-image: url('../images/qualification_img1.png');

}
.qualification .title_qualification .title_qualification_l{
  display:inline-block;
  float: left;
  height:300px;
}
.qualification .title_qualification .title_qualification_l li{
  position: relative;
  text-indent: 30px;
  font-size: 20px;
  color: #333;
  line-height: 60px;
  text-align: left;
  font-weight: bold;
}

.qualification .title_qualification .title_qualification_l li:after{
  position: absolute;
  top: 26px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #f00;
  border-radius: 50%;
  content: "";
}
.qualification .title_qualification .title_qualification_r{
  display:inline-block;
  float: right;
  width: 870px;
  height: 328px;
  text-align: right;
  padding-right: 30px;
}
.qualification .pagenation .qualification-button-next,
.qualification .pagenation .qualification-button-prev {
  position: absolute;
  bottom: -31px;
  left: -200px;
  right: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  z-index: 10;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 200ms linear;
}
.qualification .pagenation .qualification-button-next{
  right: -270px;
  background-image: url('../images/arrow_right.png');
}

.qualification .pagenation .qualification-button-next.active {
  background-image: url('../images/arrow_right_h.png');
}

.qualification .pagenation .qualification-button-prev {
  right: -125px;
  background-image: url('../images/arrow_left.png');
}

.qualification .pagenation .qualification-button-prev.active {
  background-image: url('../images/arrow_left_h.png');
}

/*汉聪新动向*/
.trend_content {
  width: 100%;
  padding: 290px 0 70px 0;
  background: #ffffff url("../images/company-beauty-bg.png") no-repeat right top;
}

.page_content {
  width: 1200px;
  margin: 0 auto;
}

.trend_title {
  text-align: center;
}

.trend_title h1 {
  height: 47px;
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  line-height: 47px;
}

.trend_title p {
  height: 24px;
  font-size: 18px;
  color: #666666;
  line-height: 24px;
  margin-top: 8px;
}

.dream_content {
  width: 100%;
  margin-top: 42px;
}

.dream_content span {
  display: block;
  height: 37px;
  font-size: 28px;
  font-weight: bold;
  color: #222222;
  line-height: 37px;
}

.dream_content p {
  width: 613px;
  height: 56px;
  font-size: 14px;
  color: #999999;
  line-height: 28px;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.dream_box {
  width: 100%;
  height: 409px;
  margin-top: 47px;
  position: relative;
}

.journalism_text {
  width: 841px;
  height: 409px;
  background-image: url('../images/about_bj.png');
}

.information_text_box {
  width: 478px;
  height: 270px;
  margin: 56px 0 0 211px;
  overflow: hidden;
}

.journalism_img {
  width: 530px;
  height: 346px;
  position: absolute;
  left: 0;
  top: 31px;
}

.journalism_img_content {
  width: 100%;
  height: 346px;
}

.journalism_img_box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.left_btn {
  width: 40px;
  height: 40px;
  background: url("../images/btn_l.png") no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 9;
  transition: all 0.2s linear;
  cursor: pointer;
}

.right_btn {
  width: 40px;
  height: 40px;
  background: url("../images/btn_r.png") no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 9;
  transition: all 0.2s linear;
  cursor: pointer;
}

.left_btn:hover {
  background: url("../images/btn_lh.png") no-repeat;
}

.right_btn:hover {
  background: url("../images/btn_rh.png") no-repeat;
}

.information_content {
  width: 478px;
  overflow: hidden;
}

.information_content h2{
  width: 470px;
  height: 31px;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 31px;
  overflow:hidden;/*超出部分隐藏*/
  text-overflow:ellipsis;/*超出部分显示省略号*/
  white-space:nowrap;/*规定段落中的文本不进行换行 */
}

.information_line {
  margin-top: 22px;
  width: 40px;
  height: 2px;
  background: #818181;
  position: relative;
}

.information_line i {
  display: block;
  width: 8px;
  height: 2px;
  background: #E62229;
  position: absolute;
  left: 0;
  top: 0;
}

.information_xq {
  width: 478px;
  height: 84px;
  font-size: 14px;
  color: #999999;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
  margin-top: 18px;
}

.information_btn {
  width: 126px;
  margin-top: 70px;
  height: 40px;
  border: 1px solid #3F3F3F;
}

.information_btn i{
  text-align: center;
  display: block;
  width: 105px;
  font-size: 14px;
  color: #999999;
  line-height: 40px;
  background: url("../images/icon_r.png") center right no-repeat;
  cursor: pointer;
}

.all_btn {
  width: 130px;
  height: 44px;
  background: #E62229;
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: 1;
  cursor: pointer;
}

.all_btn i{
  text-align: center;
  display: block;
  width: 105px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 44px;
  background: url("../images/icon_rh.png") center right no-repeat;
}

/*弹窗*/
.mask_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  display: none;
}

.hiddenBox {
  display: none !important;
}

.mask_content {
  position: fixed;
  left: 50%;
  right: auto;
  top: 50%;
  bottom: auto;
  z-index: 99999;
}

.trend_box {
  width: 1200px;
  height: 684px;
  margin-top: -342px;
  margin-left: -600px;
  z-index: -1;
  opacity: 0;
}

.journalism_xw {
  width: 100%;
  height: 620px;
  margin-top: 30px;
  background: #ffffff;
}

.clear_gb {
  width: 34px;
  height: 34px;
  background: url("../images/icon_gb.png") no-repeat;
  cursor: pointer;
}

.journalism_xw h1 {
  width: 800px;
  height: 76px;
  font-size: 24px;
  color: #444444;
  line-height: 90px;
  overflow:hidden;/*超出部分隐藏*/
  text-overflow:ellipsis;/*超出部分显示省略号*/
  white-space:nowrap;/*规定段落中的文本不进行换行 */
  margin-left: 32px;
}

.news_information {
  width: 98.9%;
  height: 428px;
  box-sizing: border-box;
  padding: 0 22px 0 32px;
  position: relative;
}

.dt_img_box {
  width: 271px;
  height: 200px;
  position: relative;
  cursor: pointer;
  margin-top: 14px;
}

.dt_img_box:not(:first-of-type) {
  margin-left: 14px;
}

.dt_img_box:nth-of-type(4n-3) {
  margin-left: 0;
}



.dt_img_box img {
  display: block;
  width: 271px;
  height: 200px;
  object-fit: cover;
}

.dt_img_nr {
  width: 100%;
  position: absolute;
  bottom: 17px;
  padding: 0 26px;
  box-sizing: border-box;
}

.dt_img_nr p {
  width: 100%;
  height: 26px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 26px;
  background: url("../images/icon_r.png") center right no-repeat;
  overflow:hidden;/*超出部分隐藏*/
  text-overflow:ellipsis;/*超出部分显示省略号*/
  white-space:nowrap;/*规定段落中的文本不进行换行 */
}

.news_information_box {
  width: 100%;
  height: 428px;
}

.news_content_box {
  width: 100%;
  height: 428px;
}

.swiper-scrollbar {
  height:420px;
  width: 6px;
  background: #EFEFEF;
  position: absolute;
  right: 0;
  top: 10px;
}
.swiper-scrollbar-drag {
  width: 6px;
  height: 120px;
  background: #999999;
}

.news_fy {
  margin-top: 35px;
}

.journalism_xq {
  width: 100%;
  height: 719px;
  margin-top: 30px;
  background: #ffffff;
}

.trend_xq {
  width: 1200px;
  height: 783px;
  margin-top: -400px;
  margin-left: -600px;
  display: none;
}

.journalism_bt {
  padding: 22px 25px 0 35px;
}

.get_back {
  width: 34px;
  height: 34px;
  background: url("../images/icon_fh.jpg") no-repeat;
  transition: all 0.2s linear;
  cursor: pointer;
}

.get_back:hover {
  background: url("../images/icon_fhh.jpg") no-repeat;
}

.get_bt {
  width: 1085px;
  max-height: 68px;
  font-size: 28px;
  font-weight: bold;
  color: #222222;
  line-height: 34px;
  margin-left: 20px;
  float: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.page_view {
  height: 34px;
  font-size: 12px;
  color: #999999;
  margin-top: 10px;
  line-height: 34px;
}

.journalism_content {
  width: 100%;
  height: 540px;
  overflow: hidden;
  border-top: 1px solid #E8E8E8;
  padding: 27px 32px 0 89px;
  margin-top: 14px;
}

.message_content {
  width: 100%;
  height: 512px;
  overflow: auto;

}

.message_content p{
  width: 1015px;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}

/*整个滚动条*/
.message_content::-webkit-scrollbar {
  width: 6px;
}

/*滚动条的轨道*/
.message_content::-webkit-scrollbar-track {
  height: 586px;
  background: #EFEFEF;
}

/*滚动条的滑块*/
.message_content::-webkit-scrollbar-thumb {
  height: 120px;
  background: #999999;
}
