.inner-banner {
  position: relative;
  height: auto;
  overflow: hidden;
}

.inner-banner img {
  width: 100%;
  height: 100%;
}

.inner-page .leftbar {
  float: left;
  width: 270px;
  position: relative;
}

.inner-page .leftbar .tit {
  font-size: 22px;
  color: #ededed;
  width: 20.5%;
  padding: 15px 0;
  width: 100%;
  line-height: 30px;
  background: #1E8E94;
  opacity: 0.8;
  position: absolute;
  left: 0;
  bottom: 100%;
  text-align: center;
}
.inner-page .leftbar .tit h6{
  font-size: 22px;
}
.inner-page .leftbar .list {
  padding: 9px 0 9px 12px;
  background: #ededed;
}

.inner-page .leftbar .list li {
  font-size: 18px;
  margin-bottom: 3px;
  font-size: 18px;
}

.inner-page .leftbar .list li a {
  display: block;
  font-size: 16px;
  color: #333;
  padding: 15px 15px 15px 39px;
  position: relative;
  border-bottom: 1px solid #fff;
}

.inner-page .leftbar .list li.on a {
  position: relative;
  background: #fff;
  font-weight: bold;
  color: #1E8E94;
}

.inner-page .leftbar .list li.on a::before {
  content: '';
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
  border-left: 5px solid #1a1a1a;
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -4.5px;
}

.inner-page .right-con {
  float: right;
  width: 910px;
  min-height: 500px;
  margin-bottom: 20px;
margin-top: 10px;
}

.inner-page .right-con .bread {
  color: #919191;
  font-size: 14px;
  float: right;
  margin-top: 15px;
}

.inner-page .right-con .bread a {
  color: #919191;
}

.inner-page .right-con .bread span {
  margin: 0 5px;
}

.inner-page .right-con .right-tit {
  font-size: 24px;
  color: #1E8E94;
  line-height: 46px;
  font-weight: normal;
  padding-bottom: 5px;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 20px;
}
.inner-page .right-con .main-text-list ol {

  padding:0!important;
}
.inner-page .right-con .main-text-list li {
  line-height: 50px;
  height: 50px;
  border-bottom: 1px dashed #dcdcdc;
  padding:0 10px;
}
.inner-page .right-con .main-text-list li:hover{
  background-color:#efefef;
}
.inner-page .right-con .main-text-list li:hover a{
  color:#000;
}
.inner-page .right-con .main-text-list li a{
    display:inline-block;
    width:83%;
    font-size:16px;
    color:#494949;
    float:left;
}
.inner-page .right-con .main-text-list li .date{
   font-size:14px;
   color:#999;
    float:right;
}
.inner-page .right-con .main-text-list li:hover .date{
   color:#333;
}

.inner-page .detail .tit {
  text-align: center;
  line-height: 1.6;
  color: #1a1a1a;
  font-size: 24px;
  margin-bottom: 20px;
}

.inner-page .detail .infor {
  text-align: center;
  font-size: 14px;
  min-height: 40px;
  line-height: 40px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.inner-page .detail .infor span {
  margin: 0 10px;
}

.inner-page .detail .content {
  line-height: 34px;
  font-size: 15px;
  padding-bottom: 20px;
  margin: 0 auto;
  color: #666;
}

.inner-page .detail .content img {
  margin: 10px 0;
  max-width: 100%;
}

.inner-page .detail .content p {
  text-indent: 2em;
  margin: 10px 0;
}

.inner-page .detail .detail-pages a {
  display: block;
  line-height: 30px;
  width: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inner-page .detail .detail-pages .next {
  float: right;
}