.ts_left {
  width: 68%;
  float: left;
}

.ts_right {
  width: 32%;
  float: left;
  border: solid 1px #eee;
  border-left: solid 2px #3498db;
  box-sizing: border-box;
}

.ts_left li img {width: 300px;height: 190px;float: left;margin-right: 10px;}
.ts_left li a.title_type {
    font-size: 20px;
    line-height: 27px;
    display: block;
}

.ts_left li p {
    margin-top: 10px;
    font-size: 15px;
}

.ts_left li p a {
    display: none;
}
.ts_left .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  opacity: 1;
  background: #3498db;
  border-radius: 0;
  margin: 0 1px !important;
}
.ts_left .swiper-pagination-bullet-active {
  color: #fff;
  background: #1abc9c;
}
.ts_left .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  text-align: right;
  bottom: 0px;
  position: absolute;
  padding-right: 10px;
  box-sizing: border-box;
  z-index: 2;
}
.ts_right ul.article_list {
    padding: 0 10px;
}

.ts_right ul.article_list a.title_type {
    display: block;
    overflow: hidden;
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ts_left li {
    padding-right: 10px;
    box-sizing: border-box;
}
.ts_con {
  overflow: hidden;
}

.doc_con li img {
    width: 100%;
    height: 215px;
}



.doc_con li .con_doc {
    background: rgb(0 0 0 / 50%);
    color: #fff;
    text-align: center;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 65px;
}



.doc_con li .con_doc h2 a {
    color: #fff;
    font-size: 18px;
}

.dep_header {
    border-bottom: solid 2px #3498db;
    overflow: hidden;
}

.dep_header h2 {
    float: left;
    font-size: 14px;
    padding: 5px 15px;
    margin-bottom: -1px;
    cursor: pointer;
}

.dep_header h2.on {
    color: #fff;
    background: #3498db;
}

.dep_Con .li_dep_name {
    padding: 0 0 0 20px;
    background: url(/Content/Areas/Doctors/images/hdd.png) no-repeat 0px center;
    float: left;
    width: 14%;
    height: 30px;
    line-height: 30px;
}
.doc_con li .con_doc h2 {
  font-size: 20px;
}

.doc_con li .con_doc p {
  font-size: 14px;
}
.dep_Con .li_dep_name a {
    color: #3498db;
}

.dep_Con {
    padding: 10px 0;
    display: none;
}

.dep_Con.active {
    display: block;
}