﻿body {
  font-size: 16px;
}

li {
  list-style: none;
}
ul {
  padding: 0px;
  margin: 0px;
}

a {
  color: #444;
}

#header {
  height: 395px;
  background: url("http://www.zuihaokangshuailao.com/kab/web2020/img/kabh1.jpg") center center;
  transition: background-image 1s ease;
}
.header-control {
  padding-top: 110px;
}

@media only screen and (max-width:768px) {
#header {
  height: 230px;
}
.header-control {
  padding-top: 60px;
}
}
@media only screen and (max-width:576px) {
#header {
  height: 200px;
}
.header-control {
  padding-top: 50px;
}
}

.search-input {
  position: relative;
}

.search-input .form-control {
  border-radius: 18px;
}

.search-input .search-btn {
  color: #888;
  top: 20px;
  right:22px;
  position: absolute;
  border: none;
  background: transparent;
}
.search-input .iconfont {
  font-size: 1.2rem;
}

.logo img {
  width: 100%;
  object-fit: contain;
}

.navbar .iconfont {
  font-size: 1.5rem;
}

.toppest-header {
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 0.7rem;
  color: #555;
  height: 40px;
  line-height: 40px;
}
.toppest-header span {
  overflow: hidden;
  white-space: nowrap;
}
.toppest-header span a {
  color: #555;
}
.nav {
  width: 100%;
}

#topNavbar {
  font-size: 1.2rem;
  background-color: #005fd4;
}
#topNavbar .nav-item {
  line-height: 49px;
}
#topNavbar .nav-link a:hover {
  text-decoration: none;
}
#topNavbar .nav-item:hover {
  background: #0072ff;
}
#topNavbar .nav-item.active {
  background-color: #5daef8;
}

/* Home Page */

.headline {
  position: relative;
  background-color: #fafafa;
  border: 1px solid #eee;
  border-radius: 3px;
}
.headline-badge {
  position: absolute;
  top: 0;
  left: 0;
}

.headline-title a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #f00;
  font-weight: bold;
  font-size: 1.7rem;
}

.headline-des a {
  font-size: 0.9rem;
  color: #555;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .headline-des a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
}

/* Slide Show */
#mainSlide {
  max-height: 440px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
#mainSlide {
  height: 440px;
}
}
.slideBox ul {
  padding-left: 0px;
}
.slideBox {
  width: 450px;
  height: 230px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}
.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 10px;
  z-index: 1;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox .hd ul li {
  float: left;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
}
.slideBox .hd ul li.on {
  background: #f00;
  color: #fff;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  position: relative;
}
.slideBox .bd img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.slideBox .bd li p {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  margin-bottom: 0;
  padding: 8px 70px 8px 15px;
  width: 100%;
}
.slideBox .bd li p a {
  color: #fff;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* Main Tab */
.video-list-entry {
  margin-bottom: 10px;
}
.video-list-entry .image-wrapper {
  height: 150px;
}
.video-list-entry .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-entry-title {
  text-align: center;
  padding-top: 5px;
}

.video-entry-title a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-list-entry {
  padding: 9px 50px 9px 20px;
  position: relative;
}
.news-list-entry::before {
  content: "";
  background-color: #555;
  border-radius: 50%;
  height: 3px;
  width: 3px;
  margin-bottom: 5px;
  margin-right: 5px;
  position: absolute;
  left: 5px;
  top: 45%;
}
.news-list-entry a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-entry-date {
  position: absolute;
  right: 0px;
  bottom: 11px;
  color: #bbb;
  float: right;
}

#mainTabContent {
  height: 400px;
}
@media only screen and (max-width: 990px) {
  #mainTabContent {
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 767px) {
  #mainTabContent {
    height: 100%;
    overflow: hidden;
  }
}

.nav-more {
  font-size: 0.7rem;
  position: absolute;
  right: 22px;
  top: 15px;
}
.nav-more a {
  color: #888;
}

.nav-tabs {
  border: none;
  background-color: #ebebeb;
  height: 50px;
}
.nav-tabs .nav-link {
  border: none;
  height: 100%;
}
.nav-tabs .nav-link {
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 0;
  padding: 8px 20px;
}
.nav-link a {
  color: #fff;
}
.nav-link i {
  color: #fff;
}
.nav-link {
  position: relative;
}

.nav-tabs .nav-link.active:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-left: solid 6px #005fd4;
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
}

.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #005fd4;
}

#bannerSlide {
  height: 120px;
}

#outterLink .nav-tabs {
  background: transparent;
}

#outterLink .nav-title {
  border-top: solid 1px #f3f3f3;
  border-bottom: solid 1px #f3f3f3;
}
#outterLink .link a {
  display: inline-block;
  color: #333;
  font-size: 1rem;
  font-weight: normal;
  padding: 5px;
}

@media only screen and (max-width: 990px) {
  #outterLink .link-list {
    width: 100%;
  }
}

.right-absolute {
  position: absolute;
  top: 500px;
  right: 0;
}
.right-fixed {
  position: fixed;
  top: 100px;
  right: 0;
}

@media only screen and (max-width: 1366px) {
  #rightFloat {
    display: none;
  }
}

/* Contents Page */
#sideNav .iconfont {
  font-size: 1.7rem;
  margin-right: 10px;
}

#mainContent {
  background-color: #f8f8f8;
}
#mainContent .container {
  background-color: #fff;
}
#mainContent .breadcrumb {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#mainContent .breadcrumb a {
  color: #000;
}
#mainContent .breadcrumb a:nth-child(2) {
  display: none;
}

.sidenav {
  padding-bottom: 20px;
}
.sidenav {
  border-right: 2px #ddd solid;
}
.sidenav .nav-link::after {
  font-family: 'iconfont';
  float:right;
  content: '\e61a';
}
@media only screen and (max-width: 991px) {
  .sidenav {
    border-right: none;
  }
}
.sidenav h3 {
  background-color: #005fd4;
  font-size: 1.6rem;
  line-height: 4rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.sidenav h3 i {
  margin-right: 10px;
}
.sidenav .nav-link {
  color: #000;
  text-align: center;
  line-height: 3em;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}
.sidenav .nav-link.active {
  color: #005fd4;
  background-color: #fff;
  border-bottom: 1px solid #408be7;
}
.sidenav .nav-link:hover {
  background-color: #eee;
}
.sidenav .iconright-arrow {
  float: right;
}

.p-title {
  color: #555;
  font-size: 1.2rem;
  border-bottom: 1px solid #ddd;
}

.contents-list-entry {
  position: relative;
  padding-top: .7rem;
  padding-bottom: .7rem;
}
.contents-list-title {
  width: 100%;
}
.contents-list-title a {
  color: #333;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.contents-list-date {
  text-align: right;
}
.pagination .page-link {
  color: #005fd4;
}
.pagination .active .page-link {
  color: #fff;
  background-color: #005fd4;
  border: 1px solid #666;
}


/* Detail Page */
.content-title {
  line-height: 2rem;
  font-size: 1.8rem;
  color:  #083e80;;
  text-align: center;
  padding: 0 0 10px;
  font-weight: normal;
}

.content-mess {
  line-height: 1.8rem;
  padding: 5px;
  margin: 0 auto 10px;
  text-align: center;
  border-bottom: 1px dashed #bbb;
  font-size: .9rem;
  overflow: hidden;
}
.content-mess span {
  float: left;
  margin-right: 20px;
}
.content-mess .share {
  width: 170px;
  height: 28px;
}

.content-text {
  margin: 0px;
  text-indent: 2rem;
  font-size: 1rem;
  line-height: 2rem;
}
.content-text img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.content-text video {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/*Ïà¹ØÎÄµµ */
.gl-left .xgwd{ height: 35px; border-bottom: 2px solid #3181ef;font-size:16px;}
.gl-left .xgwd span{display: inline-block;background: #3181ef;text-align: center;line-height: 35px;color: #fff;font-weight: bold;padding: 0 28px;}
.ul-list ul{padding: 10px 0;border-bottom: 1px dotted #eeeeee;overflow: hidden;}
.ul-list ul li{line-height: 40px;height: 40px;padding-left: 10px; font-size:15px; border-bottom:1px solid #eee; }
.ul-list ul li a{float: left;color: #666;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 65%;}
.ul-list ul li span{float: right;color: #999;}
.ul-list ul li a:hover{color: #000;}
