html,
body {
  font-family: "微软雅黑";
  margin: 0;
}
.container {
  width: 1000px;
  max-width: 1000px;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
p {
  margin: 0;
}
a {
  text-decoration: none !important;
  color: #333;
}
#backtop {
  position: fixed;
  width: 54px;
  right: 49px;
  bottom: 20px;
  z-index: 100;
  opacity: 0;
  transition: 0.3s;
}
#backtop ul li {
  width: 54px;
  height: 54px;
  float: left;
  position: relative;
  line-height: 54px;
  text-align: center;
  margin-bottom: 3px;
}
#backtop ul li .inner {
  position: absolute;
  right: 70px;
  top: 0;
  background: #fff;
  border: 1px solid #ddd;
  line-height: normal;
  padding: 15px;
  transform: scale(0);
  transform-origin: top right;
  transition: 0.3s;
}
#backtop ul li .inner p {
  font-size: 12px;
}
#backtop ul li:hover .inner {
  transform: scale(1);
}
#backtop ul li .sidebox {
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  right: 0;
  transition: all 0.3s;
  background: #fff;
  border: 1px solid #ddd;
  color: #fff;
  font: 14px/54px "微软雅黑";
  overflow: hidden;
  background-position: center;
  background-size: inherit;
  background-repeat: no-repeat;
}
#backtop ul li .sidetop {
  width: 54px;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: all 0.3s;
  border: 1px solid #eef4f7;
  background: #eeeeee url(../images/side_icon.png) center no-repeat;
}
#backtop ul li .sidetop:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #ffc200 url(../images/side_icon-w.png) center no-repeat;
}
#backtop.show {
  opacity: 1;
}
#header {
  background-image: url(../images/header/bg.png);
  background-color: #ca111f;
  background-size: cover;
}
#header .top-c {
  color: #fff;
  height: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header .top-c a {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
}
#header .top-c .l-c {
  float: left;
}
#header .top-c .l-c li {
  float: left;
  line-height: 30px;
  font-family: '微软雅黑';
}
#header .top-c .l-c li img {
  margin-right: 9px;
}
#header .top-c .l-c .dl {
  position: relative;
  width: 60px;
}
#header .top-c .l-c .dl:hover .weixin {
  display: block;
}
#header .top-c .l-c .line {
  height: 14px;
  width: 1px;
  background-color: #7d0a14;
  border-left: 1px solid #fc3243;
  opacity: .8;
  margin: 8px 20px;
}
#header .top-c .r-c {
  float: right;
}
#header .top-c .r-c a {
  font-family: '微软雅黑';
}
#header .top-c .r-c li {
  float: left;
}
#header .top-c .r-c .line {
  height: 14px;
  width: 1px;
  margin-top: 8px;
  background-color: #7d0a14;
  border-left: 1px solid #fc3243;
  opacity: .8;
  margin: 8px 20px;
}
#header .b-c {
  padding: 16px 0 16px;
  overflow: hidden;
}
#header .b-c .l-logo {
  float: left;
  padding-right: 21px;
}
#header .b-c .r-logo {
  position: relative;
  float: left;
  font-size: 36px;
  color: #fff;
  margin-top: 20px;
  padding-left: 21px;
  line-height: 1;
}
#header .b-c .r-logo::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 34px;
  width: 1px;
  background-color: #7d0a14;
  border-left: 1px solid #fc3243;
}
#header .b-c .r-c {
  float: right;
  font-size: 24px;
  color: #fff;
  font-weight: 100;
  margin-top: 17px;
  margin-right: 50px;
}
#header > .nav-center {
  border-bottom: 1px solid#7d0a14;
}
#header .nav-c {
  border-top: 1px solid#fc3243;
}
#header .nav-ment {
  line-height: 50px;
}
#header .nav-ment li {
  position: relative;
  float: left;
  width: 14.28%;
  text-align: center;
}
#header .nav-ment li:first-of-type::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 12px;
  width: 1px;
  background-color: #7d0a14;
  border-left: 1px solid #fc3243;
}
#header .nav-ment li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 12px;
  width: 1px;
  background-color: #7d0a14;
  border-left: 1px solid #fc3243;
}
#header .nav-ment li.active a {
  border-bottom: 3px solid #fff;
  font-weight: 700;
  color: #fff;
}
#header .nav-ment li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  border-radius: 2px;
  padding-bottom: 6px;
  line-height: 50px;
}
#header .nav-ment li a:hover {
  border-bottom: 3px solid #fff;
}
.weixin {
  display: none;
  width: 100px;
  height: 120px;
  padding: 10px;
  color: #000;
  background: #f4f4f4;
  text-align: center;
  position: absolute;
  top: 35px;
  left: -35px;
  z-index: 999;
}
.weixin .arrow {
  width: 0;
  height: 0;
  border-bottom: 10px solid #f4f4f4;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 50px;
  top: -10px;
}
#main-content {
  background-color: #f8f8f8;
}
#main-content .section1 {
  margin-bottom: 60px;
}
#main-content .section1 .firend-links {
  background-color: #fff;
  height: 250px;
}
#main-content .section1 .firend-links .item {
  padding: 4px;
}
#main-content .section1 .firend-links .item a {
  float: left;
  border: 1px solid #f5f5f5;
  width: 154px;
  margin: 4.5px;
  height: 80px;
  line-height: 100px;
  background-color: #fff;
  overflow: hidden;
}
#main-content .section1 .firend-links .item a:hover img {
  transform: scale(1.1);
}
#main-content .section1 .firend-links .item a img {
  display: block;
  transition: .3s;
  width: 100%;
}
#main-content .section1 .firend-links .carousel-indicators {
  bottom: -17px;
  left: 0;
  right: 0;
  top: auto;
  margin: auto;
  text-align: center;
}
#main-content .section1 .firend-links .carousel-indicators li {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #a4a4a4;
  display: inline-block;
  float: none;
  cursor: pointer;
}
#main-content .section1 .firend-links .carousel-indicators li.active {
  background-color: #ca111f;
  width: 18px;
}
#main-content .section1 .firend-links .dt {
  padding: 0 10px;
  line-height: 40px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  background-color: #ca111f;
  font-weight: 700;
}
#main-content .section1 .firend-links .dt .more-btn {
  color: #fffefe;
  font-size: 12px;
  float: right;
  font-weight: normal;
  margin-right: 5px;
}
#main-content .section1 .firend-links .dt:before {
  margin-right: 9px;
  display: inline-block;
  content: "";
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background-color: #fff;
}
#main-content .section1 .firend-links .pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
#main-content .section1 .firend-links .swiper-pagination-switch {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #555;
  margin: 0 5px;
  cursor: pointer;
}
#main-content .section1 .firend-links .swiper-active-switch {
  background: #ca111f;
  width: 18px;
}
#main-content .section2 {
  overflow: hidden;
  margin: 20px 0;
}
#main-content .section2 .item {
  width: 489px;
  height: 277px;
  float: left;
  background-color: #fff;
}
#main-content .section2 .item.item3s {
  float: right;
}
#main-content .section2 .item .title {
  padding: 0 10px;
  line-height: 40px;
  padding: 0 12px;
  height: 40px;
  color: #fff;
  font-size: 17px;
  background-color: #ca111f;
  font-weight: 700;
}
#main-content .section2 .item .title:before {
  margin-right: 9px;
  display: inline-block;
  content: "";
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background-color: #fff;
  vertical-align: -1px;
}
#main-content .section2 .item .title .more-btn {
  color: #fff;
  font-size: 12px;
  float: right;
  font-weight: normal;
}
#main-content .section2 .item .info-list {
  padding: 0 13px;
}
#main-content .section2 .item .info-list li {
  margin-top: 15px;
}
#main-content .section2 .item .info-list a {
  font-size: 16px;
  font-size: 14px;
}
#main-content .section2 .item .info-list a .dt {
  color: rgba(0, 0, 0, 0.87);
  margin-right: 10px;
  margin-right: 5px;
}
#main-content .section2 .item .info-list a .dd {
  color: #7f7f7f;
}
#main-content .section2 .item .info-list a .dd.active {
  color: #ff4800;
}
#main-content .section3 {
  overflow: hidden;
  padding-top: 20px;
}
#main-content .section3 .carousel {
  margin-bottom: 0;
}
#main-content .section3 .carousel-indicators {
  bottom: 8px;
  left: 0;
  right: 0;
  top: auto;
  margin: auto;
  text-align: center;
}
#main-content .section3 .carousel-indicators li {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #a4a4a4;
  display: inline-block;
  float: none;
  cursor: pointer;
}
#main-content .section3 .carousel-indicators li.active {
  background-color: #ca111f;
  width: 18px;
}
#main-content .section3 .item {
  height: 280px;
  float: left;
  background-color: #fff;
}
#main-content .section3 .item.l-c {
  width: 580px;
}
#main-content .section3 .item.r-c {
  width: 400px;
  float: right;
}
#main-content .section3 .item .title {
  padding: 0 10px;
  line-height: 40px;
  padding: 0 12px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  background-color: #ca111f;
  font-weight: 700;
}
#main-content .section3 .item .title:before {
  margin-right: 9px;
  display: inline-block;
  content: "";
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background-color: #fff;
}
#main-content .section3 .item .title .more-btn {
  color: #fff;
  font-size: 12px;
  float: right;
  font-weight: normal;
}
#main-content .section3 .item .nav {
  background-color: #ca111f;
  border: 0;
  height: 40px;
  margin: 0;
}
#main-content .section3 .item .nav .dt {
  padding: 0 10px;
  line-height: 40px;
  padding: 0 12px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  background-color: #ca111f;
  font-weight: 700;
  border: 0;
  margin: 0;
  transition: .3s;
  border-radius: 0;
}
#main-content .section3 .item .nav .dt:before {
  margin-right: 9px;
  display: inline-block;
  content: "";
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background-color: #fff;
  vertical-align: -1px;
}
#main-content .section3 .item .nav .active .dt {
  background-color: #fff;
  color: #ca111f;
}
#main-content .section3 .item .nav .active .dt:before {
  background-color: #ca111f;
}
#main-content .section3 .item .info-list {
  padding: 0 12px !important;
}
#main-content .section3 .item .info-list li {
  margin-top: 15px;
  overflow: hidden;
}
#main-content .section3 .item .info-list li.active .dt {
  color: #ff4800;
}
#main-content .section3 .item .info-list a {
  font-size: 15px;
}
#main-content .section3 .item .info-list a .ds {
  color: rgba(0, 0, 0, 0.87);
}
#main-content .section3 .item .info-list.right a {
  display: block;
  width: 100%;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#main-content .section3 .item .info-list.right a:hover {
  color: #ff4800;
}
#main-content .section3 .item .info-list.right a .dt {
  position: relative;
  padding-left: 15px;
}
#main-content .section3 .item .info-list.right a .dt::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  border-radius: 50%;
  margin: auto;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #265ebe;
}
#main-content .section3 .item .info-list.left a {
  display: block;
  width: 95%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#main-content .section3 .item .info-list .dd {
  float: right;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 700;
}
#main-content .section3 .item32s {
  float: right;
}
#main-content .section3 .item31s .info-list .dt:before {
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #265ebe;
}
#main-content .section3 .item31s .content {
  height: 190px;
  overflow: hidden;
}
#main-content .section4 {
  margin-bottom: 20px;
}
#main-content .section4 .address {
  background-color: #fff;
}
#main-content .section4 .address .dt {
  padding: 0 10px;
  line-height: 40px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  background-color: #ca111f;
  font-weight: 700;
}
#main-content .section4 .address .dt .more-btn {
  color: #fff;
  font-size: 12px;
  float: right;
  font-weight: normal;
  margin-right: 5px;
}
#main-content .section4 .address .dt:before {
  margin-right: 9px;
  display: inline-block;
  content: "";
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background-color: #fff;
}
#main-content .section4 .address .add-list {
  padding: 20px 10px 23px;
}
#main-content .section4 .address .add-list .item {
  width: 225px;
  margin: 0 10px;
  float: left;
}
#main-content .section4 .address .add-list .item a:hover .ds {
  color: #ff4800;
}
#main-content .section4 .address .add-list .item .box-img {
  height: 150px;
  background-color: #f5f5f5;
}
#main-content .section4 .address .add-list .item .box-img img {
  height: 100%;
}
#main-content .section4 .address .add-list .item .ds {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  color: #000;
  margin: 7px 0;
  transition: .3s;
}
#main-content .section4 .address .add-list .item .dd {
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #7f7f7f;
}
#main-content .section4.people .ds {
  text-align: center;
}
#main-content .section5 {
  background-color: #fff;
  padding-top: 19px;
  padding-bottom: 5px;
}
#main-content .section5 b {
  font-size: 18px;
  color: #bd0d1b;
  font-family: '微软雅黑';
  font-weight: 700;
  margin-bottom: 14px;
  display: block;
}
#main-content .section5 .friend-list li {
  float: left;
  margin-bottom: 8px;
}
#main-content .section5 .friend-list li a {
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  margin-right: 20px;
}
#main-content .section1 .r-c .search-r,
#main-content .section1 .r-c .city-list {
  overflow: hidden;
}
#main-content .section1 .r-c .search-r .dt,
#main-content .section1 .r-c .city-list .dt {
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  float: left;
  font-weight: 700;
}
#main-content .section1 .r-c .search-r .dd,
#main-content .section1 .r-c .city-list .dd {
  float: left;
  overflow: hidden;
}
#main-content .section1 .r-c .search-r .dd li,
#main-content .section1 .r-c .city-list .dd li {
  float: left;
  margin-left: 7px;
}
#main-content .section1 .r-c .search-r .dd li a,
#main-content .section1 .r-c .city-list .dd li a {
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
}
#main-content .section1 .r-c .broadcast .itemtab ul li:hover,
#main-content .section1 .r-c .broadcast .itemtab ul li.active {
  border: 2px solid #abb9cf;
}
#main-content .section1 .r-c .broadcast .itemtab ul li:hover img,
#main-content .section1 .r-c .broadcast .itemtab ul li.active img {
  opacity: 1;
}
#main-content .section2 .item2s .info-list li,
#main-content .section2 .item3s .info-list li {
  overflow: hidden;
}
#main-content .section2 .item2s .info-list a,
#main-content .section2 .item3s .info-list a {
  display: block;
  overflow: hidden;
  width: 100%;
}
#main-content .section2 .item2s .info-list a span,
#main-content .section2 .item3s .info-list a span {
  display: block;
  width: 50%;
  margin-right: 0 !important;
  float: left;
}
#main-content .section2 .item2s .info-list a .dd,
#main-content .section2 .item3s .info-list a .dd {
  text-align: right;
}
#main-content .section2 .item2s .info-list .ds,
#main-content .section2 .item3s .info-list .ds {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.54);
}
#footer {
  background-image: url(../images/footer/bg.png);
}
#footer .top-c {
  overflow: hidden;
  height: 220px;
}
#footer .top-c .item li {
  color: #fff;
  margin-top: 17px;
  font-family: '微软雅黑';
}
#footer .top-c .item li .dt {
  display: inline-block;
  width: 90px;
}
#footer .top-c .item li .dd {
  display: inline-block;
  vertical-align: text-top;
}
#footer .top-c .item li .dd span {
  display: block;
}
#footer .top-c .item2 {
  border-left: 1px solid rgba(248, 248, 248, 0.1);
  border-right: 1px solid rgba(248, 248, 248, 0.1);
  width: 583px;
  font-family: '微软雅黑';
  overflow: hidden;
  float: left;
  height: 100%;
  padding: 30px 0;
}
#footer .top-c .item2 .contact-list {
  overflow: hidden;
}
#footer .top-c .item2 .cc {
  padding: 0 60px;
  text-align: center;
}
#footer .top-c .item2 .cc .desc {
  margin-top: 15px;
  color: #fff;
}
#footer .top-c .item3 {
  width: 180px;
  margin: 0 auto;
  font-family: '微软雅黑';
  overflow: hidden;
  float: left;
  height: 100%;
  padding: 30px 0;
}
#footer .top-c .item3 .box-img {
  width: 126px;
  height: 126px;
  margin: 0 auto 25px;
}
#footer .top-c .item3 .box-img img {
  width: 100%;
}
#footer .top-c .item3 .tips {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
#footer .b-c {
  background-color: #fff;
  text-align: center;
  font-size: 12px;
  padding-top: 20px;
  padding-bottom: 15px;
  color: #7f7f7f;
  font-weight: 700;
  line-height: 1.8;
  word-spacing: 10px;
}
#footer b {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
}
#footer .top-c .item {
  width: 233px;
  overflow: hidden;
  float: left;
  height: 100%;
  padding: 30px 0;
}
.show-container {
  background-color: #F8F8F8;
}
.show-container .showhead-box {
  padding-top: 20px;
  margin-bottom: 20px;
}
.show-container .tab-box {
  height: 33px;
  padding: 15px 20px 0 20px;
  font-size: 16px;
  background-color: #fff;
  color: #999;
}
.show-container .tab-box span a {
  color: #ca111f;
}
.show-container .tab-box span:nth-child(2) a {
  color: #999;
}
.show-container .banner-box .banner .banner-left {
  position: relative;
  width: 733px;
  height: 340px;
  float: left;
}
.show-container .banner-box .banner .banner-left ul .flash {
  position: absolute;
  width: 100%;
  height: 340px;
}
.show-container .banner-box .banner .banner-left .title-t {
  width: 500px;
  position: absolute;
  left: 20px;
  bottom: 101px;
  font-size: 20px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.show-container .banner-box .banner .banner-left .title-b {
  width: 468px;
  height: 41px;
  line-height: 22px;
  font-size: 16px;
  position: absolute;
  left: 20px;
  bottom: 40px;
  color: #dcdcdc;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: inherit;
}
.show-container .banner-box .banner .banner-right {
  float: right;
}
.show-container .banner-box .banner .banner-right .right-head {
  height: 18px;
  width: 267px;
  background-color: #434545;
  text-align: center;
  padding: 16px 0;
}
.show-container .banner-box .banner .banner-right .right-head a {
  line-height: 18px;
  font-size: 18px;
  color: #fff;
}
.show-container .banner-box .banner .banner-right .right-body {
  width: 257px;
  height: 251px;
  background-color: #2B2C2C;
  padding: 19px 0 20px 10px;
}
.show-container .banner-box .banner .banner-right .right-body .right-item .item-list {
  margin-bottom: 4.5px;
  position: relative;
}
.show-container .banner-box .banner .banner-right .right-body .right-item .item-list a {
  display: block;
  width: 100%;
  color: #999;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.show-container .banner-box .banner .banner-right .right-body .right-item .item-list a .font-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-family: ArialMT;
  font-size: 12px;
  color: #999;
  padding: 1px;
  border-radius: 3px;
  margin-right: 11px;
  border: solid 1px #999;
}
.show-container .banner-box .banner .banner-right .right-body .right-item .item-list a .font-icon.active {
  color: #fff;
  border-color: #fff;
}
.show-container .banner-box .banner .banner-right .right-body .right-item .item-list a .icon-i {
  background: #ff4800;
  color: #fff;
  border: none;
}
.show-container .section4 {
  margin: 20px 0;
}
.show-container .section4 .address {
  background-color: #fff;
}
.show-container .section4 .address .dt {
  padding: 0 10px;
  line-height: 40px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  background-color: #ca111f;
  font-weight: 700;
}
.show-container .section4 .address .dt .more-btn {
  color: #e0e0e0;
  font-size: 12px;
  float: right;
  font-weight: normal;
  margin-right: 5px;
}
.show-container .section4 .address .dt:before {
  margin-right: 9px;
  display: inline-block;
  content: "";
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background-color: #fff;
}
.show-container .section4 .address .add-list {
  padding: 20px 10px 0;
}
.show-container .section4 .address .add-list .item {
  width: 225px;
  margin: 0 10px;
  float: left;
}
.show-container .section4 .address .add-list .item a:hover .ds {
  color: #ff4800;
}
.show-container .section4 .address .add-list .item .box-img {
  position: relative;
  height: 150px;
  background-color: #f5f5f5;
}
.show-container .section4 .address .add-list .item .box-img .bg-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 62px;
  height: 20px;
  background-color: #ff4800;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.show-container .section4 .address .add-list .item .box-img img {
  height: 100%;
}
.show-container .section4 .address .add-list .item .ds {
  width: 201px;
  height: 41px;
  margin: 7px 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #000;
  transition: .3s;
}
.show-container .section4 .address .add-list .item .dd {
  margin: 11px 16px 20px 16px;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #666;
}
.show-container .section4.people .ds {
  text-align: center;
}
.show-container .section5 {
  background-color: #fff;
  padding-top: 19px;
  margin-top: 60px;
  padding-bottom: 5px;
  box-shadow: 0 9px 20px #888;
}
.show-container .section5 b {
  font-size: 18px;
  color: #bd0d1b;
  font-family: '微软雅黑';
  font-weight: 700;
  margin-bottom: 14px;
  display: block;
}
.show-container .section5 .friend-list li {
  float: left;
  margin-bottom: 8px;
}
.show-container .section5 .friend-list li a {
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  margin-right: 20px;
}
