.page-header {
  height: 104px;
  width: 100%;
  margin-bottom: 20px;
  z-index: 999;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
  background: #fff;
}
.header-main {
  width: 1200px;
  height: 104px;
  margin: 0 auto;
}
.header-main .logo {
  text-decoration: none;
  color: #0051ba;
  font-size: 38px;
  font-weight: bold;
  white-space: nowrap;
}
.header-main .logo .red {
  color: #f63131;
}
.menu-list .menu-line .menu {
  position: relative;
}
.menu-list .menu-line .menu a {
  height: 32px;
  padding: 0 10px;
  margin-left: 10px;
  font-size: 16px;
  color: #666666;
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 32px;
  text-decoration: none;
}
.menu-list .menu-line .menu:nth-child(n + 5) a {
  /* width: auto; */
}
.menu-list .menu .sub-menu-list {
  position: absolute;
  top: 52px;
  right: 0;
  width: 100px;
  background: #E3332F;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  border-radius: 5px;
  display: none;
  height: 50vh;
  overflow-y: auto;
}

.menu-list .menu .sub-menu-list::-webkit-scrollbar {
  display: none;
}
.menu-list .menu .sub-menu-list.show {
  display: block;
}
.menu-list .menu-line .menu .sub-menu-list a:hover {
  background: #C12A1B;
}
.menu-list .menu-line .menu .sub-menu-list a {
  display: inline-block;
  width: 100px;
  height: 36px;
  margin-left: 0;
  text-align: center;
  line-height: 36px;
  color: #fff;
}
.menu-list .menu:hover .sub-menu-list {
  display: block;
}

.menu-list .menu-line .menu a:hover, .menu-list .menu-line .menu.active a {
  background: linear-gradient(180deg, #FF796A 0%, #FF0C0C 100%);
  border-radius: 4px;
  color: #fff;
}

.full {
  width: 100% !important;
}
.page-main {
  width: 1200px;
  min-height: calc(100vh - 209px);
  margin: 0 auto;
  padding-bottom: 50px;
}
.top-left-box {
  width: 750px;
  margin-right: 20px;
}
.top-right-box {
  width: 430px;
}
.top-hot-box {
  width: 750px;
  height: auto;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #eee;
}
.box-title {
  height: 56px;
  padding: 0 16px;
  border-bottom: 1px solid #D3E1E2;
  font-size: 18px;
  font-weight: 700;
}
.box-title.gray {
  background: #E7D8E8;
}
.box-title a {
  height: 33px;
}

.box-title img {
  height: 25px;
  margin-right: 4px;
}
.box-title img.big {
  height: 30px;
}
.box-title .more {
  width: auto;
  height: 33px;
  color: #999;
  font-size: 14px;
  line-height: 33px;
}
.box-title .tag2 {
  display: none;
  font-size: 12px;
  color: #F23632;
}

.box-title .more a {
  text-decoration: none;
  color: #999;
}
.box-title .tag2 a {
  color: #F23632;
}
.box-title .tabs .tab.active {
  color: #fff;
  background: #F23632;
}
.box-title .tabs .tab:last-child {
  border-radius: 0 4px 4px 0;
}
.box-title .tabs .tab {
  display: inline-block;
  width: 100px;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #F23632;
  text-align: center;
  color: #F23632;
  cursor: pointer;
  border-radius: 4px 0 0 4px;
}
.box-title .tag {
  width: 100px;
  height: 28px;
  margin-left: 35px;
  line-height: 28px;
  border: 1px solid #D3E1E2;
  border-radius: 42px;
  text-align: center;
  font-size: 14px;
  color: #999999;
  cursor: pointer;
  text-decoration: none;
}
.hot-list {
  width: 100%;
}
.hot-list a:hover {
  background: #F1F9F9;
}

.hot-list .line {
  width: 100%;
  height: 68px;
  padding: 0 16px;
  box-sizing: border-box;
}
.hot-list .line + .line .list{
  border-top: 1px solid #D3E1E2;
}
.hot-list .list {
  width: 100%;
  height: 68px;
  color: #000000;
  font-size: 16px;
}
.hot-list a {
  text-decoration: none;
  color: #000000;
}
.hot-list .list .status {
  width: 72px;
  height: 28px;
  margin-right: 20px;
  color: #fff;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  background: linear-gradient(90deg, #929292 0%, #C1C1C1 100%);
}
.hot-list .list .status.yellow {
  background: linear-gradient(90deg, #F63030 0%, #FF6E6E 100%);
  font-weight: bold;
}
.hot-list .list .time {
  margin-right: 10px;
}
.hot-list .list .name {
  width: 80px;
}
.hot-list .list .detail .group1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
.hot-list .list .detail .group2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hot-list .list .detail img {
  height: 24px;
  margin: 0 7px;
}
.hot-list .list .detail .count {
  width: 64px;
  height: 36px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  background: #F5F5F5;
  border-radius: 4px;
}
.hot-list .list .detail .space {
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.hot-list .list .detail .play-icon {
  display: none;
}
.video-box {
  width: 100%;
  margin-top: 20px;
}
.video-box.clear {
  margin-top: 0;
}
.left-video, .right-video {
  width: 365px;
}
.left-video .title, .right-video .title {
  width: 100%;
  height: 56px;
  padding-right: 20px;
  font-size: 14px;
  color: #fff;
  line-height: 56px;
  text-align: right;
  background: url('https://www.szscjj888.com/static/images/h27/video-bg1.png') center center / 100% 100% no-repeat;
}
.left-video .title a, .right-video .title a {
  text-decoration: none;
  color: #fff;
}
.right-video .title {
  background: url('https://www.szscjj888.com/static/images/h27/video-bg2.png') center center / 100% 100% no-repeat;
}
.video-box .video-list {
  width: 100%;
  padding: 0 16px;
  border: 1px solid #eee;
  border-radius: 0 0 4px 4px;
  border-top: none;
}
.video-box .video-list a {
  width: 100%;
  height: 48px;
  text-decoration: none;
  color: #000;
}
.video-box .video-list .list {
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #D3E1E2;
  font-size: 16px;
}
.video-box .video-list .list .icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: url('../../images/h27/icon_play.svg') center center / 20px 20px no-repeat;
}
.video-box .video-list .list .name:hover {
  color: #F23632;
}
.video-box .video-list .list .name {
  width: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-news-box {
  border: 1px solid #eee;
  border-radius: 4px;
}
.news-list {
  width: 100%;
  padding: 18px 24px 4px 16px;
}
.news-list .bold-news a:hover, .news-list .default-news a:hover {
  color: #F23632;
}
.news-list .bold-news .name, .news-list .default-news .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list .bold-news, .news-list .default-news {
  margin-bottom: 14px;
}
.news-list .bold-news a, .news-list .default-news a {
  text-decoration: none;
  color: #000;
}
.news-list .bold-news .name {
  font-size: 18px;
  font-weight: bold;
}
.news-list .bold-news .tag.blue {
  background: url('../../images/h27/tag-bg2.png') center center / 100% 100% no-repeat;
}
.news-list .bold-news .tag {
  width: 74px;
  height: 28px;
  margin-right: 8px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
  background: url('../../images/h27/tag-bg1.png') center center / 100% 100% no-repeat;
}
.news-list .default-news .icon.video {
  background: url('../../images/h27/icon_play.svg') center center / 20px 20px no-repeat;
}
.news-list .default-news .icon{
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url('../../images/h27/icon_news.svg') center center / 20px 20px no-repeat;
}

.rank-box {
  width: 100%;
  margin-top: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
}
.rank-box .rank-table {
  width: 100%;
  border: none;
}
.rank-box .rank-table.hide {
  display: none;
}
.rank-box .rank-table table th, .rank-box .rank-table table td{
  border: none;
}
.rank-box .rank-table table th:first-child, .rank-box .rank-table table td:first-child {
  padding-left: 20px;
  text-align: left;
}
.rank-box .rank-table table {
  width: 100%;
}
.rank-box .rank-table table thead tr {
  text-align: center;
  height: 28px;
  width: 100%;
  background: #F8F8F8;
  color: #999999;
  font-family: Microsoft YaHei;
  font-size: 14px;
  line-height: 28px;
}
.rank-box .rank-table table td {
  height: 45px;
  text-align: center;
}
.rank-box .rank-table table td .rank {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: #CCCCCC;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}
.rank-box .rank-table table tbody tr:nth-child(1) td .rank {
  background: #FF3131;
}
.rank-box .rank-table table tbody tr:nth-child(2) td .rank {
  background: #FF8331;
}
.rank-box .rank-table table tbody tr:nth-child(3) td .rank {
  background: #FCCE35;
}
.rank-box .rank-table table td img {
  height: 24px;
  margin: 0 7px;
}

.group-box {
  width: 100%;
  margin-top: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
}
.group-box .group-main {
  width: 100%;
  padding: 20px 16px;
}
.group-news-list {
  width: 100%;
}
.group-news-list .news:nth-child(4n + 1) {
  margin-left: 0;
}
.group-news-list .news a {
  color: #000;
  text-decoration: none;
}
.group-news-list .news:nth-child(-n + 4) {
  font-size: 16px;
  font-weight: bold;
}
.group-news-list .news {
  width: 271px;
  margin-bottom: 16px;
  margin-left: 27px;
  font-size: 14px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.group-news-list .news:hover a {
  color: #F23632;
}
.group-bisai-list .bisai:nth-child(4n + 1) {
  margin-left: 0;
}
.group-bisai-list a {
  text-decoration: none;
  color: #000;
}
.group-bisai-list .bisai {
  width: 271px;
  margin-left: 27px;
  padding-bottom: 7px;
  border: 1px solid #eee;
}
.group-bisai-list .bisai .th {
  width: 100%;
  height: 39px;
  background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 100%);
  align-items: center;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
}
.group-bisai-list .bisai .result {
  padding: 0 16px 0;
  margin-top: 6px;
  margin-bottom: 10px;
}
.group-bisai-list .bisai .result img {
  height: 24px;
  margin-right: 10px;
}
.group-bisai-list .bisai .result .count {
  font-size: 18px;
  font-weight: bold;
}
.bottom-desc {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #eee;
  padding: 20px 16px 40px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
}

.to-top {
  position: fixed;
  left: 50%;
  bottom: 26vh;
  width: 48px;
  height: 48px;
  transform: translateX(620px);
  cursor: pointer;
  background: url('https://www.szscjj888.com/static/images/h27/gototop.png') center center / 100% 100% no-repeat;
}
.to-top.hide {
  display: none;
}
.to-top:hover {
  background: url('https://www.szscjj888.com/static/images/h27/gototop_hover.png') center center / 100% 100% no-repeat;
}
.footer {
  background: #292E2E;
  color: #999999;
  font-size: 12px;
}
.footer .container {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer .copyright a {
  color: #999;
}
.footer .copyright {
  text-align: center;
  height: 39px;
  background: #1F2323;
  align-items: center;
  display: flex;
  justify-content: center;
}


/* 鏂伴椈鍒楄〃 */
.news-page-list {
  width: 100%;
}
.news-page-list .news-list-box:nth-child(2n) {
  margin-left: 20px;
}
.news-page-list .news-list-box {
  width: 590px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
  background: #fff;
}
.news-list-box .news-title a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: normal;
}
.news-list-box .news-title {
  width: 100%;
  height: 56px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: bold;
  background: #E7D8E8;
}
.news-list-box .list {
  padding: 14px 20px;
}
.news-list-box .list .news:hover {
  padding: 13px 15px;

  border: 2px solid #F23632;
}
.news-list-box .list .news:hover a {
  color: #F23632;
}
.news-list-box .list .news {
  background: #F8F8F8;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  height: 48px;
  padding: 14px 16px;
  margin-bottom: 14px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #000000;
}
.news-list-box .list .news img {
  margin-right: 8px;
}
.news-list-box .list .news a {
  color: #000;
  text-decoration: none;
}

.news-sub-page-list {
  width: 100%;
}
.news-sub-page-list .news-left {
  width: 750px;
}
.news-sub-page-list .news-left .page-box .page {
  height: 28px;
  border: 1px solid #D3E1E2;
  color: #999;
  cursor: pointer;
  line-height: 28px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-weight: bold;
  margin-right: 5px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  padding-left: 5px;
  padding-right: 5px;
}
.news-sub-page-list .news-left .page-box .page.active {
  background: #F23632;
  color: #fff;
}
.news-sub-page-list .news-left .page-box {
  width: 100%;
  height: 67px;
  padding: 20px;
  border: 1px solid #eee;
  border-top: none;
}
.news-sub-page-list .news-left .list-box {
  border: 1px solid #eee;
  border-radius: 4px;
}
.news-sub-page-list .news-left .list-box + .list-box {
  margin-top: 20px;
}
.news-sub-page-list .news-left .list-box .hot-list .line:hover {
  background: #F1F9F9;
}
.news-left .list-box .list .news:hover {
  background: #F1F9F9;
}
.news-left .list-box .list .news:hover .name {
  color: #F23632;
}
.news-left .list-box .list .news {
  width: 100%;
  min-height: 152px;
  padding: 16px 16px 0;
}
.news-left .list-box .list .news a {
  text-decoration: none;
  color: #000;
}
.news-left .list-box .news-detail {
  padding-bottom: 16px;
  box-shadow: 0px 20px 3px -20px #D3E1E2;
}
.news-left .list-box .news-detail img {
  width: 160px;
  height: 120px;
  margin-right: 20px;
}
.news-left .list-box .news-detail .news-content {
  padding-top: 12px;
}
.news-content .name {
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
}
.news-content .desc {
  min-height: 72px;
  font-size: 12px;
  line-height: 18px;
}
.news-content .time {
  font-size: 14px;
  line-height: 19px;
  color: #999;
}
.news-sub-page-list .news-right {
  width: 430px;
  margin-left: 20px;
}
.news-right .tag-box {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 4px;
}
.news-right .tag-box .tag-main {
  width: 100%;
  padding: 16px 16px 20px;
}
.news-right .tag-box .tag-main a {
  text-decoration: none;
  color: #000;
}
.news-right .tag-box .tag-main .tag {
  display: inline-block;
  height: 28px;
  padding: 4px 10px;
  line-height: 20px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.news-right .tag-box .tag-main .tag:hover {
  background: #F23632;
  color: #fff;
  font-weight: bold;
}
.news-right .video-box {
  border: 1px solid #eee;
  border-radius: 4px;
}
.news-right .video-box .list {
  height: auto;
  border-bottom: none;
}
.news-right .video-box .list a {
  height: 38px;
}
.news-right .video-box .list .name:hover {
  color: #000 !important;
}
.news-right .news .list .icon {
  background: url('../../images/h27/icon_news.svg') center center / 20px 20px no-repeat;
}
.news-content-box {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 20px;
}
.news-content-box .content-title {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 37px;
  color: #292E2E;
  margin-bottom: 20px;
}
.news-content-box .time {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #999999;
  padding-bottom: 20px;
  border-bottom: 1px solid #D3E1E2;
}
.news-content-box .news-content-detail {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 32px;
  color: #292E2E;
  margin-bottom: 30px;
}
.news-content-box .news-content-detail img {
  display: block;
  margin: auto;
  width: 360px;
  height: auto;
}
.news-content-box .news-content-tags {
  width: 100%;
  margin: 20px 0;
}
.news-content-box .news-content-tags .tag {
  height: 28px;
  line-height: 28px;
  background: #F5F5F5;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 200ms;
  margin-right: 16px;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
.news-content-box .news-content-tags .tag a {
  color: #999;
  font-size: 14px;
  text-decoration: none;
}
.news-content-box .news-content-tags .tag:hover {
  background: #000;
}
.news-content-box .news-content-tags .tag:hover a {
  color: #fff;
}
.news-content-box .news-content-link .link {
  font-size: 12px;
  color: #000;
  margin-right: 20px;
}
.news-content-box .news-content-link .link a {
  text-decoration: none;
  color: #000;
}
.others-news {
  margin-top: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
}
.others-news .others-list .list {
  width: 100%;
  height: 45px;
  padding: 0 16px;
  line-height: 44px;
  border-bottom: 1px solid #D3E1E2;
}
.others-news .others-list .list:last-child {
  border-bottom: none;
}
.others-news .others-list .list a {
  text-decoration: none;
  color: #000;
}
.others-news .others-list a:hover {
  color: #F23632;
}
.left-video-list {
  width: 100%;
  padding: 20px 20px 0;
}
.left-video-list .video {
  width: 344px;
  height: 73px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #eee;
}
.left-video-list .video:hover {
  border: 2px solid #F23632;
  padding: 9px;
}
.left-video-list .video:hover .video-title, .left-video-list .video:hover .time {
  color: #F23632;
}
.left-video-list .video:nth-child(2n) {
  margin-right: 0;
}
.left-video-list .video img {
  height: 21px;
  margin-right: 6px;
}
.left-video-list .video a {
  width: 100%;
  text-decoration: none;
  color: #000;

}
.left-video-list .video .video-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.left-video-list .video .time {
  margin-top: 12px;
  color: #999;
  line-height: 19px;
  font-size: 14px;
}

.video-play-box {
  position: relative;
  width: 100%;
  height: 510px;
}
.video-play-box .play {
  position: absolute;
  left: 50%;
  top: 164px;
  width: 72px;
  height: 72px;
  margin-left: -36px;
  cursor: pointer;
}
.video-play-box .play.pause {
  opacity: 0;
}
.video-play-box:hover .pause, .video-play-box .pause.show  {
  opacity: 1;
}
.video-play-box .play.hide {
  display: none;
}
.video-play-box .video-outer {
  width: 100%;
  height: 400px;
  background: #000;
}
.video-play-box .video-outer video{
  width: 100%;
  height: 100%;
}
.video-play-box img {
  width: 100%;
  height: 400px;
}
.video-play-box .video-info {
  width: 100%;
  height: 110px;
  padding: 20px;
  background: linear-gradient(180deg, #181A1A 0%, #292E2E 100%);
  border-radius: 0 0 4px 4px;
}
.video-play-box .video-name {
  height: 24px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.video-play-box .time {
  height: 16px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 16px;
  color: #999999;
}

.bisai-box {
  width: 100%;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
}
.bisai-box .tabs {
  margin: 12px 0;
}
.bisai-box .tabs .tab {
  width: 200px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  cursor: pointer;
  color: #F23632;
  border: 1px solid #F23632;
  padding: 10px 0;
  background: #ffffff;
  border-radius: 4px 0 0 4px;
  text-align: center;
}
.bisai-box .tabs .tab:last-child {
  border-radius: 0 4px 4px 0;
}
.bisai-box .tabs .tab.active {
  background: #F23632;
  color: #fff;
}
.bisai-box .time-line {
  width: 100%;
  margin: 20px 0;
  display: flex;

}
.bisai-box .time-line .time-box {
  border: 1px solid #D3E1E2;
  border-radius: 4px;
  width: 100px;
  height: 64px;
  margin-right: 16px;
  padding-bottom: 5px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
}
.bisai-box .time-line .time-box.hide {
  display: none;
}
.bisai-box .time-line .time-box a {
  text-decoration: none;
  color: #000;
}
.bisai-box .time-line .time-box.big.active {
  font-weight: bold;
}
.bisai-box .time-line .time-box.big {
  font-size: 16px;
}
.bisai-box .time-line .time-box.active, .bisai-box .time-line .time-box:hover {
  padding-bottom: 0;
  border: 1px solid #F23632;
  border-bottom: 6px solid #F23632;
  color: #F23632;
}
.bisai-box .time-line .time-box.active a, .bisai-box .time-line .time-box:hover a {
  color: #F23632;
}


.bisai-box .bisai-list {
  width: 100%;
}
.bisai-box .bisai-list .day-tag {
  font: 12px/12px "microsoft yahei";
  width: 100px;
  margin-top: 20px;
  margin-left: 10px;
  color: #999;
  font-weight: 400;
  line-height: 24px;
  background: linear-gradient( 270deg, rgba(255, 255, 255, 0) 0%, #EEEEEE 100%);
}
.bisai-box .bisai-list .bisai-line {
  width: 100%;
  height: 68px;
  border-bottom: 1px solid rgba(211, 225, 226, .6);
}
.bisai-line:hover {
  background: #F1F9F9;;
}
.bisai-line .status {
  width: 72px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  margin-right: 20px;
  background: #FFE9E9;
  color: #FF2A2A;
  font-weight: bold;
}
.bisai-line a {
  text-decoration: none;
  color: #000;
}
.bisai-line .status.gray {
  background: #f5f5f5;
  color: #000;
  font-weight: normal;
}
.bisai-line .status.disabled {
  background: #f5f5f5;
  color: #333;
  font-weight: normal;
}
.bisai-line  .detail img {
  height: 24px;
  margin: 0 7px;
}
.bisai-line .detail .count {
  width: 64px;
  height: 36px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  background: #F5F5F5;
  border-radius: 4px;
}
.bisai-line .detail .space {
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.bisai-line .name {
  width: 80px;
  margin-left: 20px;
}
.bisai-line .detail .name:first-child {
  margin-left: 20px;
  justify-content: flex-end;
  text-align: right;
}
.bisai-line .detail .name {
  width: 200px;
  margin-left: 0;
  justify-content: flex-start;
}

.bisai-line .right-btn {
  margin-left: 20px;
}
.right-btn .btn {
  padding: 0 16px;
  height: 36px;
  line-height: 36px;
  background: #FFFFFF;
  border: 1px solid #D3E1E2;
  opacity: 1;
  border-radius: 4px;
  margin: 0 10px;
  font-family: Microsoft YaHei;
  font-size: 14px;
  color: #999999;
  text-decoration: none;
}
.right-btn .btn.hide {
  display: none;
}
.right-btn .btn:hover, .right-btn .btn.active {
  background: linear-gradient(180deg, #FF796A 0%, #FF0C0C 100%);
  color: #FFFFFF;
}

.bisai-detail-bg img {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 424px;
  height: 140px;
  margin-left: -212px;
}
.bisai-detail-bg {
  height: 280px;
  background: linear-gradient(90deg, #292E2E 0%, #F23632 50%, #292E2E 100%);
  position: absolute;
  top: 102px;
  left: 0;
  right: 0;
  z-index: -1;
}
.bisai-score {
  width: 100%;
  height: 193px;
  padding-top: 30px;
}
.bisai-score .score-left .logo, .bisai-score .score-right .logo {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  padding: 12px;
  border-radius: 50%;
  background: #fff;
}
.bisai-score .score-right .logo {
  margin-left: 20px;
  margin-right: 0;
}
.bisai-score .score-left .logo img, .bisai-score .score-right .logo img {
  width: 56px;
  height: 56px;
}
.bisai-score .score-left, .bisai-score .score-right {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.bisai-score .score-center .time{
  height: 38px;
  line-height: 28px;
  border: 1px solid #FFFFFF;
  border-radius: 18px;
  padding: 4px 27px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.bisai-score .score-center .count {
  width: 100%;
  margin: 25px 0;
  height: 39px;
  padding: 0 12px;
  font-size: 32px;
  font-family: DIN;
  font-weight: bold;
  line-height: 39px;
  color: #FFFFFF;
}
.bisai-score .score-center .status {
  width: 140px;
  height: 36px;
  margin: auto;
  text-align: center;
  background: #FFFFFF;
  border-radius: 18px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 36px;
  color: #F23632;
}
.source-box {
  width: 100%;
  margin-top: 35px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #D3E1E2;
  border-radius: 4px;
}
.source-box .source-title {
  width: 100%;
  height: 46px;
  padding-left: 16px;
  border-bottom: 1px solid #D3E1E2;
}
.source-box .source-title img {
  height: 24px;
}
.source-box .source-list {
  width: 100%;
  padding: 20px;
}
.source-box .source-list .list {
  width: 160px;
  height: 64px;
  margin-right: 16px;
  font-size: 16px;
  color: #333;
  border: 2px solid #D3E1E2;
  border-radius: 4px;
  cursor: pointer;
  background: linear-gradient(180deg, #FF796A 0%, #FF0C0C 100%);
}
.source-box .source-list .list a{
  text-decoration: none;
  color: #FFFFFF;
}
.source-box .source-list .list .desc {
  font-size: 12px;
  color: #999;
  margin-top: 7px;
}
.source-box .source-list .list:hover {
  border: 2px solid #F23632;
  color: #F23632;
}

.bisai-detail {
  width: 100%;
  min-height: 1000px;
  border: 1px solid #D3E1E2;
  border-radius: 4px;
}
.bisai-detail .tabs {
  width: 100%;
  height: 58px;
  border-bottom: 1px solid #D3E1E2;
}
.bisai-detail .tabs .tab {
  width: 120px;
  text-align: center;
  font-weight: bold;
  line-height: 57px;
  color: #999999;
  font-size: 16px;
  cursor: pointer;
}
.bisai-detail .tabs .tab.active {
  position: relative;
  color: #F23632;
}
.bisai-detail .tabs .tab.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 28px;
  background: linear-gradient(to right, #F73835 0%, #F73835 50%, #3B8EF4 50%, #3B8EF4 100%);
  display: block;
  height: 4px;
  width: 64px;
}
.bisai-detail .detail-card.hide {
  display: none;
}
.bisai-detail .detail-card {
  width: 100%;
  padding: 20px 16px;
}
.bisai-detail .detail-card p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: 0;
}
.bisai-detail .detail-card p a{
  color: #FF0C0C;
  text-decoration: none;
}
.card-table table {
  border: 1px solid #D3E1E2;
  border-bottom: 0;
}
.card-table table tr th, .card-table table tr td {
  border-bottom: 1px solid #D3E1E2;
}
.card-table table tr td {
  padding: 16px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #292E2E;
  border-bottom: 1px solid #D3E1E2;
}
.card-table table tr th {
  padding: 8px 16px;
  background: #F8F8F8;
  border-bottom: 1px solid #D3E1E2;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #292E2E;
}
.card-table table tr th:first-child {
  color: #F23632;
  font-weight: bold;
}
.card-table + .card-table {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #D3E1E2;
}
.detail-card .video-list {
  width: 100%;
  height: 48px;
  line-height: 48px;
  border: 1px solid #D3E1E2;
  padding: 0 20px;
  margin-bottom: 16px;
  color: #292E2E;
}
.detail-card .video-list a {
  text-decoration: none;
  color: #292E2E;
}
.detail-card .video-list:hover {
  border: 1px solid #F23632;
}
.detail-card .video-list:hover a {
  color: #F23632;
}
/*详情分类*/
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-color: #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel > .panel-heading {
    background-image: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel-primary>.panel-heading{
  background-color: #F23632 !important;
  border-color: #F23632 !important;
}
.panel-primary{
  border-color: #F23632 !important;
}


.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}
.list {
    padding: 0 15px
}

.list > header {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5
}

.items .item {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: all .4s cubic-bezier(.175, .885, .32, 1);
    -o-transition: all .4s cubic-bezier(.175, .885, .32, 1);
    transition: all .4s cubic-bezier(.175, .885, .32, 1)
}

.items .item-heading h1, .items .item-heading h2, .items .item-heading h3, .items .item-heading h4, .items .item-heading h5, .items .item-heading > h6 {
    margin-top: 5px
}

.items .item-content:after, .items .item-content:before {
    display: table;
    content: " "
}

.items .item-content:after {
    clear: both
}

.items .item-content > .media {
    max-width: 100%;
    margin: 5px 0
}

.items .item-content > .media.pull-left {
  max-width: 150px;
  margin: 0;
  margin-right: 8px;
  white-space: nowrap;
}

.items .item-content > .media.pull-right {
    max-width: 150px;
    margin: 0;
    margin-left: 8px
}

.items .item-footer {
    padding-top: 5px
}

.items .item-footer > a {
    color: grey
}

.items-hover .item:hover {
    background-color: #f5f5f5
}

.list-condensed {
    padding: 0
}

.list-condensed > .items > .item, .list-condensed > footer, .list-condensed > header {
    padding-right: 15px;
    padding-left: 15px
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: #FFFFFF;
}
.panel-heading {
    padding: 8px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.pull-left {
    float: left!important;
}

.item-content .text a {
  color: grey;
  text-decoration: none;
}
.item-content .text b {
  color: #f23632;
  text-decoration: none;
}
.item-content{
  font-size: 14px;
}
.col-sm-10  {
	line-height: 200%;
}

ul.list {
	line-height: 180%;
	margin-bottom: 0;
	padding: 0;
	margin-left: 20px;
	padding-top: 10px;
}

ol.breadcrumb {
  padding-left: 0;
  font-size: 14px;
}

.breadcrumb > li {
  display: inline-block;
  color: #000;
}

.breadcrumb > li a {
  color: #000;
  text-decoration: none;
}

.breadcrumb > .active {
  color: #000;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #000;
    content: "/\00a0";
}
.items p {margin-top:5px;word-wrap:break-word}
.items p a{padding:6px}
.flink li {display:inline}
/**閫傞厤鏍峰紡**/
@media screen and (max-width: 768px) {
  .more_none{
    display: none !important;
  }
  body, html {
    min-width: 100vw;
    overflow-x: hidden;
  }
  .page-header {
    height: 88px;
    margin-bottom: 0;
    box-shadow: none;
    position: sticky;
    top: 0;
  }
  .page-header .header-main {
    display: block;
    width: 100%;
    height: 88px;
    overflow: hidden;
  }
  .page-header .header-main .logo {
    display: block;
    height: 48px;
    padding: 10px;
    padding-top: 10px;
    font-size: 20px;
  }
  .page-header .header-main .logo img {
    height: 28px;
  }
  .page-header .menu-list {
    display: flex;
    width: 100%;
    height: 50px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .page-header .menu-list .menu-line {
    height: 40px;
   }
  .page-header .menu-list .menu a {
    /* min-width: 76px; */
    margin-left: 0;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
  }
  .page-header .menu-list .menu.more {
    border-right: none;
  }
  .page-header .menu-list .menu.more .more-menu {
    display: none;
  }
  .page-header .menu-list .menu.more .sub-menu-list {
    position: relative;
    display: flex;
    top: 0;
    width: auto;
    height: 40px;
  }
  .page-header .menu-list .menu.more .sub-menu-list a {
    height: 40px;
    line-height: 40px;
  }
  .page-header .menu-list .menu.more .sub-menu-list .sub-menu ,.page-header .menu-list .menu.more .sub-menu-list .sub_menu{
    width: auto;
    height: 40px;
    padding: 0 10px;
    border-right: 1px solid #fff;
    min-width: 92px;
  }

  .page-header .menu-list .menu.more .sub-menu-list .sub-menu  a{
    width: auto;
    padding: 0;
  }

  .page-header .menu-list .menu-line .menu:nth-child(n + 5) a {
    /* width: 50px; */
  }

  /* .page-header .menu-list .menu.active {
    background: #C12A1B;
  } */
  .page-header .menu-list .menu {
    height: 40px;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    background: #E92724;
    border-right: 1px solid #FFFFFF !important;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
  }
  /* .page-header .menu-list .menu-line .menu.active a {
    background: #C12A1B;
  } */

  /**main*/
  .box-title {
    font-size: 16px;
  }
  .box-title a {
    height: 28px;
  }
  .box-title img {
    height: 20px;
  }
  .box-title .more {
    height: 28px;
  }
  .top-left-box .video-box {
    display: block;
  }
  .box-title .more a {
    color: #F23632;
  }

  .hot-list .line {
    padding: 0;
  }
  .hot-list .list {
    font-size: 12px;
    padding: 0 10px;
  }
  .hot-list .list .space {
    display: none;
  }
  .hot-list .list .detail .count {
    position: absolute;
    left: -50px;
    width: auto;
    height: 14px;
    background: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
  }
  .hot-list .list .status {
    width: 48px;
    height: auto;
    margin-right: 0;
    color: #333;
    line-height: 12px;
    font-size: 12px;
    text-align: center;
    border-radius: 0;
    background: none;
    text-align: left;
  }
  .hot-list .list .name {
    width: 60px;
    margin-right: 24px;
  }
  .hot-list .list .time {
    width: 40px;
    margin-left: 10px;
  }
  .hot-list .list .status.yellow {
    background: none;
    font-weight: normal;
  }
  .hot-list .list .detail {
    position: relative;
    display: block;
    padding-left: 30px;
    line-height: 20px;
  }
  .hot-list .list .detail .group2 {
    position: relative;
    padding-right: 24px;
  }
  .hot-list .list .detail .group1 {
    padding-right: 24px;
    position: relative;
    justify-content: flex-start;
    text-align: left;
  }
  .hot-list .list .detail img {
    position: absolute;
    left: -25px;
    top: 2px;
    height: 16px;
    margin: 0;
  }

  .hot-list .list .detail .play-icon {
    display: block;
    width: 24px;
    height: 24px;
    right: 0px;
    top: 10px;
    left: initial;
  }
  .group-box .tag {
    display: none;
  }
  .group-box .box-title .tag2 {
    display: block;
  }
  .group-news-list .news {
    margin-left: 0;
  }
  .group-news-list .news:nth-child(-n + 4) {
    font-size: 14px;
    font-weight: normal;
  }
  .group-bisai-list {
    overflow-x: auto;
  }
  .group-bisai-list .bisai {
    float: left;
    width: 158px;
  }
  .group-bisai-list .bisai a {
    display: block;
    width: 158px;
    font-size: 12px;
  }
  .group-bisai-list .bisai .result .count {
    font-size: 12px;
  }
  .group-bisai-list .bisai .result img {
    height: 16px;
  }
  .left-video, .right-video {
    width: 95%;
    margin: 0 auto 20px;
  }


  .news-page-list .news-list-box {
    width: 95%;
    margin: 10px auto 10px;
  }
  .news-page-list .news-list-box:nth-child(2n) {
    margin-left: auto;
  }
  .news-page-list .news-list-box .list {
    padding: 0;
  }
  .news-page-list .news-list-box .list .news a div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news-page-list .news-list-box .list .news {
    background: none;
    margin: 0;
    border-radius: 0;
    border-bottom: 1px solid #eee;

  }


  .page-main {
    position: relative;
    width: 100%;
    margin: 0;
    padding-bottom: 16px;
  }
  .page-main .top-left-box {
    width: 100%;
    margin-right: 0;
  }
  .page-main .top-left-box .top-hot-box {
    width: 100%;
  }
  .page-main .top-right-box {
    width: 100%;
  }

  .news-sub-page-list .news-left {
    width: 100%;
  }
  .news-sub-page-list .news-right {
    display: none;
  }
  .news-sub-page-list .news-left .list-box + .list-box {
    border-top: 1px solid #D3E1E2;
    border-radius: 0;
  }
  .news-left .list-box .list .news {
    min-height: 96px;
    padding: 10px;
  }
  .news-left .list-box .news-detail img {
    width: 100px;
    height: 75px;
    margin-right: 10px;
    border-radius: 5px
  }
  .news-left .list-box .news-detail .news-content {
    width: 1px;
  }
  .news-content .desc {
    display: none;
  }
  .news-content .time {
    font-size: 12px;
    margin-top: 20px;
  }
  .news-content .name {
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .news-content-box .news-content-detail img {
    width: 96%;
  }
  .others-news .others-list .list {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .left-video-list {
    width: 100%;
    padding: 20px 0;
  }
  .left-video-list .video {
    width: 100%;
  }
  .news-sub-page-list .news-left .list-box {
    width: 95%;
    margin: 10px auto;
    border: none;
  }
  .video-play-box {
    height: 320px;
  }
  .video-play-box .video-outer {
    height: 210px;
  }
  .video-play-box img {
    height: 210px;
  }
  .video-play-box .play {
    width: 48px;
    height: 48px;
    top: 81px;
    margin-left: -24px;
  }
  .video-play-box .video-name {
    height: auto;
    font-size: 16px;
  }
  .bisai-box {
    padding: 0;
  }
  .bisai-box .tabs {
    width: 95%;
    margin: 10px auto;
  }
  .bisai-box .tabs .tab {
    height: 36px;
    font-size: 14px;
    line-height: 14px;
  }
  .bisai-box .time-line .time-box a {
    width: 60px;
  }
  .bisai-box .time-line {
    overflow-x: auto;
    margin-top: 10px;
  }
  .bisai-box .time-line .time-box {
    border: none;
  }
  .bisai-box .time-line .time-box.active {
    position: relative;
    border: none;
  }
  .bisai-box .time-line .time-box.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 32px;
    height: 4px;
    background: #F23632;
    margin-left: -16px;
  }
  .bisai-box .time-line .time-box.big {
    font-size: 14px;
  }
  .bisai-line .name {
    margin: 0;
  }
  .bisai-line .right-btn {
    display: none;
  }
  .bisai-box .bisai-list .bisai-line {
    position: relative;
    height: 116px;
    padding: 16px 20px;
  }
  .bisai-list .bisai-line .info {
    position: absolute;
    left: 50%;
    width: 80px;
    height: 77px;
    transform: translateX(-50%);
  }
  .bisai-list .bisai-line .info .status {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

    width: 80px;
    height: 20px;
    border-radius: 12px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    background: linear-gradient(270deg, #FF3636 0%, #FC8F8F 100%);
    color: #fff;
  }
  .bisai-list .bisai-line .info .status.disabled,  .bisai-list .bisai-line .info .status.gray{
    background: linear-gradient(270deg, #9A9A9A 0%, #E1E1E1 100%);
  }
  .bisai-list .bisai-line .info .time {
    position: absolute;
    top: 8px;
    left: 50%;
    font-size: 13px;
    color: #999;
    text-align: center;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .bisai-list .bisai-line .info .name {
    position: absolute;
    top: -10px;
    left: 50%;
    width: auto;
    font-size: 12px;
    color: #999;
    text-align: right;
    line-height: 12px;
    white-space: nowrap;
    text-align: center;
    transform: translateX(-50%);
  }
  .bisai-line a {
    width: 100%;
  }
  .bisai-line .detail .name:last-child {
    left: initial;
    right: 30px;
    padding-left: 10px;
  }
  .bisai-line .detail {
    width: 100%;
    /* padding-bottom: 10px; */
  }
  .bisai-line .detail .name {
    position: absolute;
    left: 0;
    top: 25px;
    height: 60px;
    display: block;
    padding-top: 44px;
    margin: 0;
    text-align: center !important;
    font-size: 14px;
    line-height: 16px;
  }
   .bisai-line .detail .name img {
    position: absolute;
    left: 50%;
    top: 0;
    width: 40px;
    height: 40px;
    margin-left: -20px;
  }
  .bisai-line .detail .count {
    background: none;
    width: auto;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    color: #999;
  }
  .bisai-line .detail .space {
    width: auto;
    color: #999;
    padding: 0 8px;
  }
  .bisai-box .bisai-list .day-tag {
    background: none;
  }

  .bisai-detail-bg {
    top: 0;
    height: 165px;
  }
  .bisai-score {
    padding-top: 0;
    height: 165px;
  }
  .bisai-score .score-left, .bisai-score .score-right {
    position: relative;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
  .bisai-score .score-left .logo img, .bisai-score .score-right .logo img {
    width: 32px;
    height: 32px;
  }
  .bisai-score .score-left .logo, .bisai-score .score-right .logo {
    margin-right: 0;
    margin-bottom: 8px;
    width: 48px;
    height: 48px;
    padding: 8px;
  }
  .bisai-score .score-right {
    padding-top: 56px;
  }
  .bisai-score .score-right .logo {
    position: absolute;
    top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .bisai-score .score-center {
    flex: 1.5;
  }
  .bisai-score .score-center .count {
    margin-top: 0;
    margin-bottom: 23px;
    font-size: 32px;
  }
  .bisai-score .score-center .time {
    height: 16px;
    font-size: 12px;
    border: none;
    padding: 0;
    margin-bottom: 9px;
    line-height: 16px;
    white-space: nowrap;
  }
  .bisai-score .score-center .status {
    width: 100px;
    height: 28px;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
  }
  .source-box {
    margin-top: -10px;
    border-radius: 8px 8px 0 0;
  }
  .source-box .source-list {
    flex-wrap: wrap;
  }
  .source-box .source-list .list {
    width: auto;
    height: 28px;
    margin-bottom: 16px;
    border: none;
    background: #E92724;
    border-radius: 4px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 6px 10px;
  }
  .source-box .source-list .list .desc {
    display: none;
  }
  .bisai-detail .tabs {
    width: 97%;
    height: 36px;
    margin: 10px auto;
    border: 1px solid #F23632;
    border-radius: 4px;

  }
  .bisai-detail .tabs .tab {
    font-size: 14px;
    font-weight: normal;
    color: #F23632;
    line-height: 34px;
    border-right: 1px solid #F23632;
  }
  .bisai-detail .tabs .tab:last-child {
    border-right: none;
  }
  .bisai-detail .tabs .tab.active {
    background: #F23632;
    color: #fff;
  }
  .bisai-detail .tabs .tab.active:after {
    display: none;
  }
  .bisai-detail .detail-card {
    padding: 0 10px 16px 10px;
  }
  .bisai-detail {
    min-height: auto;
  }
  .card-table table tr th {
    font-size: 13px;
    padding: 8px 0 8px 4px;
  }
  .card-table table tr td {
    font-size: 12px;
    padding: 8px 0 8px 4px;
  }
  .detail-card .video-list {
    height: 40px;
    margin-bottom: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /***/
  .footer .container {
    width: 100%;
  }
  .footer .copyright {
    height: 58px;
    padding: 14px 40px;
  }
}