a {
  text-decoration: none;
}

a:hover {

}

a, p, span {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.banner img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}

.container {
  width: 100%;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.container .main-left {
  width: 20.5%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
   border-top-width: 0;
}

.container .main-left a:hover{
  color:#086CBE;
}

.container .main-left  .list_title a:hover{
  color:#333333!important;
}


.container .main-right {
  height: 100%;
  width: 78%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-width: 0;
  background: #fff;
}

.container .main-right .title {
  width: 100%;
  height: 65px;
  line-height: 65px;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container .main-right .title-left {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.container .main-right .title-left>span {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}

.container .main-right .title-right {
  margin-right: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.container .main-right .title-right span {
  font-size: 14px;
  color: #808080;
}

.container .main-right .title-right a {
  font-size: 14px;
  color: #2c7266;
}

.search-bar {
  display: flex;
  justify-content: flex-start;
}

.search-input {
  margin: 15px 0;
}

.search-input input {
  margin-left: 20px;
  height: 20px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border: 1px solid gainsboro;
  border-radius: 3px 0 0 3px;
}

.search-input button {
  display: inline-block;
  padding: 7px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #2c7266;
  color: #fff;
  border-radius: 0 3px 3px 0;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}

.container .main-right .acticle-list {
  width: 96%;
  padding: 0 2%;
}

.container .main-right .acticle-list ul li {
  width: 100%;
  height: 40px;
  border-bottom: 1px dashed #d2d2d2;
}

.container .main-right .acticle-list ul li a {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container .main-right .acticle-list .article-title {
  width: 70%;
  font-size: 15px;
  color: #686767;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.container .main-right .acticle-list .article-title:hover {
  color:#2c7266;
}


.container .main-right .acticle-list .article-title.top::before {
  content:'\3010\7f6e\9876\3011';
  display: inline-block;
  color: #2c7266;
  margin-left: -8px;
}

.container .main-right .acticle-list .article-msg {
  width: 25%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
  color: #686767;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pagination {
  padding: 1rem 0;
}

.pagination .disabled {
  cursor: not-allowed;
}

.pagination .page-item .page-link {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0 14px;
  margin: 0 4px;
  color: #2c7266;
  border: 1px solid #ddd;
  border-radius: 4px;
  vertical-align: middle;
}

.pagination .disabled .page-link {
  padding: 0 10px;
  margin: 0 2px;
  color: #bfbfbf;
  background: #f2f2f2;
  border: 1px solid #bfbfbf;
}

.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #2c7266;
}

.page-item-select {
  display: none;
}

.pagination .page-item .page-link:hover{
    color: #333333 !important;
}

.article-container {
  width: 100%;
  background: #fff;
  margin-top: 1%;
}

.article-container .body-articleDetail {
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.article-container .body-articleDetail .title {
  min-height: 60px;
  height: auto;
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px dashed #ddd;
  flex-direction: column;
}

.article-container .body-articleDetail .title-left {
  width: 90%;
  margin: 15px auto 5px;
}

.article-container .body-articleDetail .title-left>span:nth-child(1) {
  font-size: 28px;
  color: #000;
}

.article-container .body-articleDetail .title-right {
  margin-bottom: 10px;
}

.article-container .body-articleDetail .title-right a {
  padding-right: 15px;
  font-size: 12px;
  color: #686767;
}

.article-container .body-articleDetail .article-headinfo {
  width: 100%;
  text-align: center;
  color: #686767;
  padding: 5px 0;
}

.article-container .acticle-content {
  width: 90%;
  height: auto;
  margin: 20px auto;
}
.article-container .acticle-content a,
.article-container .acticle-content p,
.article-container .acticle-content span {
  overflow: unset;
  -o-text-overflow: unset;
  text-overflow: unset;
}

.article-container .acticle-content img {
}

@media (max-width: 1024px) {
  .banner img {
    height: 180px;
    margin-top: 55px;
  }
  
  .list_title {
    position: relative;
  }
  
  .list_title p {
  }
  
  .list_title p a {
    color: #FFF;
    display: block;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAeUlEQVQ4T2NkoDJgpLJ5DAQN/P//vwPQ0v1Qix0ZGRkP4HPEqIGYoTN4whDqkv9YYtAAKDYBKl4ApC9gi2Vg7B8EicNjGWggNsOITqZAA8Fm0dRAUALGBkBe7odKFOLxMjjBjybswZywcSU4qmc9olM2VCHBZEOqgQAUj1EVPb0dqQAAAABJRU5ErkJggg==") no-repeat 97% center;
  }
  
  .list_title p a:hover {
    color: #FFF!important;
  }
  
  .list_title.unfold {
    border-radius: 3px 3px 0 0!important;
  }
  
  .list_title.unfold p a {
    display: block;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAPUlEQVQ4T2NkoDJgpLJ5DKMGUh6iIzUM////fwAYevYUhuBBRkZGB3AYUt1ACl2Gon2kxvJoGFIUAlRPNgCxdgoVOK3tfgAAAABJRU5ErkJggg==") no-repeat 97% center;
  }
  
  .channel_list .list {
    border: 1px solid #E1E1E1;
    border-top-width: 0;
    border-radius: 0 0 3px 3px;
    display: none;
  }
  
  .article-container .acticle-content {
    margin: 20px auto 0;
  }
  
  .article-container .acticle-content .table-wrapper {
    overflow-x: auto;
  }
  
  .article-container .acticle-content img {
  	height:auto;
  }
  
  .article-container .body-articleDetail .title-left>span:nth-child(1) {
    font-size: 22px;
  }
  
  .container {
    width: 100%;
    margin-top: 8px;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  
  .container .main-left {
    width: 100%;
    background: transparent;
    border: none;
  }
  
  .container .main-left .list_title {
    line-height: 40px;
    height: 40px;
    background-color: #2c7266;
    border: 1px solid #2c7266;
    border-right: 1px solid #2c7266;
    border-radius: 3px;
  }
  
  .container .main-right {
    width: 100%;
  }

  .container .main-right .acticle-list .article-title {
    width: 65%;
  }
  
  .container .main-right .acticle-list .article-msg {
    padding-right: 15px;
  }
  
  .search-bar {
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    background: #F3F3F3;
  }
  
  .search-input {
    width: 100%;
    margin: 5px 0;
  }
  
  .search-input input {
    flex: 1;
  }
  
  .search-input button {
    margin-right: 20px;
  }
  
  .page-item-select select {
    padding: 4px 12px;
    border-color: #ddd;
    border-radius: 3px;
  }
  
  .page-item {
    display: none;
  }
  
  .page-item.previous, .page-item-select, .page-item.next {
    display: block;
    margin: 0 4px;
  }
}
@media (max-width: 960px) {
  .banner img {
    height: 150px;
  }
  
  .container .main-left .list_title a:hover {
    color: #fff!important;
  }
}
@media (max-width: 640px) {
  .banner img {
    height: 130px;
  }
  .container .main-right .acticle-list .article-title {
    width: 60%;
  }
  .container .main-right .acticle-list .article-msg {
    width: 30%;
  }
  .acticle-content .audio-content {
    width: 100%!important;
  }
  .acticle-content .audiojs {
    width: 100%;
    display: flex;
  }
  .acticle-content .audiojs .play-pause {
    float: none;
    flex: 0 0 25px;
  }
  .acticle-content .audiojs .scrubber {
    float: none;
    flex: 1;
  }
  .acticle-content .audiojs .time {
    float: none;
  }
}
@media (max-width: 500px) {
  .banner img {
    height: 110px;
  }
  .container .main-right .acticle-list .article-title {
    width: 100%;
  }
  .container .main-right .acticle-list .article-msg {
    width: 0;
  }
}