.lb-box {
  width: 100%;
  height: 370px;
  margin: 15px auto;
  position: relative;
  overflow: hidden;
}
.wywboot ul li {
    float: left;
    text-align: center;
}

.wywboot ul li p {
    font-size: 13px;
    color: #fff;
}
.wywboot>ul {
    display: inline-block;
}
.wywxxlist>ul {
    margin-top: 20px;
}
@media (max-width:568px) {
  .lb-box {
    width: 100%;
    height: 260px;
  }
}

.lb-content {
  width: 100%;  
  height: 100%;
}

.lb-item {
  width: 100%;  
  height: 100%;
  display: none;
  position: relative;   
}

.lb-item > a {
  width: 100%;
  height: auto;
  display: block;
}

.lb-item > a > img {
  width: 100%;
  height: 100%;
}

.lb-item > a > span {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  padding: 10px 0 20px 0;
  color: #000;
  text-align: center;
  background-color: rgb(243,243,243);text-indent: 0;
}
.nav {
    position: relative;
}
.nav-tabs{
    border-bottom: none;
}
.nav-tabs>li,.dropdown-menu>li,.three_menu>li{
    margin-bottom: 0;
    height: 50px;
    width: 150px;
    background-color: #0c69b7;
	list-style: none;
}
.nav-tabs>li>a,.dropdown-menu>li>a,.three_menu>li>a{
background: url(https://www.chongchuan.gov.cn/xccqrmzf/resource1/image/xline.png) no-repeat right center;
    border-radius: 0;
    height: 50px;
    display: block;
    width: 100%;
    line-height: 50px;
    padding:0;
    text-align: center;
    color: #fff;
    font-size:21px;
    font-family:MicrosoftYaHei;
   
    color:rgba(255,255,255,1);
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #1F7CCA;
}
@media (max-width:568px) {
  .lb-item > a > span {
    padding: 10px 10px 20px 10px;background: rgba(0,0,0,0.5);
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;width: 96%;
  }
  .lb-sign{right:180px !important;bottom: 5px !important;}
}

.lb-item.active {
  display: block;
  left: 0%;
}
.lb-item.active.left {
  left: -100%;
}
.lb-item.active.right {
  left: 100%;
}

/*  */
.lb-item.next,
.lb-item.prev {
  display: block;
  position: absolute;
  top: 0px;
}
.lb-item.next {
  left: 100%;
}
.lb-item.prev {
  left: -100%;
}
.lb-item.next.left,
.lb-item.prev.right {
  left: 0%;
}

.lb-sign {
  position: absolute;
    right: 245px;
    bottom: 10px;
    padding: 0px 0px;
    border-radius: 6px;
    list-style: none;
    user-select: none;
}

.lb-sign li {
  width: 15px;
    height: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    float: left;
    background: #aaa;
    margin: auto 2px;
    border-radius: 3px;
    cursor: pointer;
}
.lb-sign li:hover {
  color: #fff;
}
.lb-sign li.active {
  color: #000;
  background-color: #0c69b7;
}

.lb-ctrl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-weight: 900;
  user-select: none;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.1s linear;
}
@media (max-width:568px) {
  .lb-ctrl {
    font-size: 30px;
  }
}
.lb-ctrl.left {
  left: -50px;
}
.lb-ctrl.right {
  right: -50px;
}
.lb-box:hover .lb-ctrl.left {
  left: 10px;
}
.lb-box:hover .lb-ctrl.right {
  right: 10px;
}
.lb-ctrl:hover {
  background-color: #000;
}
