/* v1 */
/*公共样式*/
@import "comman.css";
/*头部*/
@import "header.css";
/*导航栏*/
@import "nav.css";
/*脚部区域*/
@import "footer.css";

/* banner 区域*/
.banner {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  background: url("../images/banner1.png") no-repeat;
}

div.splitLine {
  width: 100%;
  border: 1px solid #D9D9D9;
  opacity: 0.2;
}

/*标题栏样式(公共)*/
.titleCard .titleBar {
  position: relative;
  display: flex;
  align-items: center;
  height: 54px;
  padding-bottom: 17px;
  border-bottom: 1px solid #DEDEDE;
}

.titleCard .titleBar:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 25px;
  margin-right: 12px;
  background-color: #B43435;
  border-radius: 0px 9px 9px 0px;
}

.titleCard .titleBar>h4 {
  font-size: 28px;
  font-weight: bold;
  line-height: 37px;
  color: #3B3B3B;
}

.titleCard .titleBar>a.more {
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  font-size: 15px;
  color: #3B3B3B;
}

.titleCard .titleBar .icon-right-arrow {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 9px;
  background: url("../images/icon-r-arrow.png");
}

/*新闻列表栏(公共)*/
.listGroup>ul>li {
  box-sizing: border-box;
  position: relative;
  margin-left: 7px;
  padding: 9px 0 11px 0;
  border-bottom: 1px dashed #E2E2E2;
  font-size: 14px;
  color: #3B3B3B;
}

.listGroup>ul>li:before {
  content: "";
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 4px;
  background-color: #B43435;
  border-radius: 50%;
}

.listGroup>ul>li>.publish-time {
  float: right;
  color: #999999;
}

/*图层底部阴影遮罩*/
.overLay:after {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  width: 385px;
  height: 118px;
  background: url("../images/overlay.png");
}

/*以上是可复用的样式*/
/*新添样式*/
.hot .news {
  margin-top: 59px;
  margin-bottom: 64px;
}

/*新闻左边部分*/
.news>.left {
  float: left;
  width: 600px;
}

.news>.left .titleBar {
  position: relative;
  height: 54px;
  border-bottom: 1px solid #DEDEDE;
}

.news>.left .titleBar:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 4px;
  height: 25px;
  background-color: #B43435;
  border-radius: 0px 9px 9px 0px;
}

.news>.left .titleBar>h4 {
  display: inline-block;
  margin-left: 12px;
  margin-top: -5px;
  font-size: 28px;
  font-weight: bold;
  line-height: 37px;
  color: #3B3B3B;
}

.news>.left .titleBar>a.more {
  position: absolute;
  right: 30px;
  display: inline-block;
  font-size: 15px;
  line-height: 21px;
  color: #3B3B3B;
}

.news>.left .titleBar .icon-right-arrow {
  position: absolute;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 9px;
  background: url("../images/icon-r-arrow.png");
}

.news>.left>ul>li {
  box-sizing: border-box;
  position: relative;
  margin-left: 7px;
  padding: 9px 0 7px 0;
  border-bottom: 1px dashed #E2E2E2;
  font-size: 14px;
  color: #3B3B3B;
}

.news>.left>ul>li>a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  width: 420px;
}

.news>.left>ul>li:before {
  content: "";
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 4px;
  background-color: #B43435;
  border-radius: 50%;
}

.news>.left>ul>li>.publish-time {
  float: right;
  color: #999999;
}

.news>.left>.content {
  position: relative;
  width: 600px;
  height: 322px;
  margin: 28px 0 21px;
}

.news>.left>.content:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay.png") no-repeat;
  background-size: cover;
  opacity: .3;
}

.news>.left>.content>.swiperItem {
  position: relative;
  width: 600px;
  height: 322px;
}

.news>.left>.content>.swiperItem>.swiperImg>a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.news>.left>.content>.swiperItem>.swiperImg {
  display: block;
  width: 100%;
  height: 100%;
}

.news>.left>.content>.swiperItem>.swiperImg>img {
  width: 100%;
  height: 100%;
}

.news>.left>.content>.swiperItem>.swiperImg>p {
  position: absolute;
  left: 22px;
  bottom: 25px;
  font-size: 18px;
  color: #fff;
  z-index: 99;
}

/*新闻右边部分*/
.news>.right {
  float: right;
  width: 547px;
}

.news>.right .titleBar {
  position: relative;
  height: 54px;
  border-bottom: 1px solid #DEDEDE;
}

.news>.right .titleBar:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 4px;
  height: 25px;
  background-color: #B43435;
  border-radius: 0px 9px 9px 0px;
}

.news>.right .titleBar>h4 {
  display: inline-block;
  margin-left: 12px;
  margin-top: -5px;
  font-size: 28px;
  font-weight: bold;
  line-height: 37px;
  color: #3B3B3B;
}

.news>.right .titleBar>a.more {
  position: absolute;
  right: 30px;
  display: inline-block;
  font-size: 15px;
  line-height: 21px;
  color: #3B3B3B;
}

.news>.right .titleBar .icon-right-arrow {
  position: absolute;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 9px;
  background: url("../images/icon-r-arrow.png");
}

.news>.right>ul>li {
  box-sizing: border-box;
  position: relative;
  margin-left: 7px;
  padding: 9px 0 7px 0;
  border-bottom: 1px dashed #E2E2E2;
  font-size: 14px;
  color: #3B3B3B;
}

.news>.right>ul>li>a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  width: 390px;
}

.news>.right>ul>li:before {
  content: "";
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 4px;
  background-color: #B43435;
  border-radius: 50%;
}

.news>.right>ul>li>.publish-time {
  float: right;
  color: #999999;
}

.news>.right>ul {
  margin-top: 20px;
}

/*专家推荐*/
.experts {
  width: 100%;
  height: 524px;
  margin-top: 53px;
  border: 1px solid black;
  background-image: url("../images/experts.png");
}

.experts .titleBar {
  position: relative;
  display: flex;
  align-items: center;
  height: 54px;
  padding-bottom: 17px;
  border-bottom: 1px solid #DEDEDE;
}

.experts .titleBar:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 25px;
  margin-right: 12px;
  background-color: #B43435;
  border-radius: 0px 9px 9px 0px;
}

.experts .titleBar>h4 {
  font-size: 28px;
  font-weight: bold;
  line-height: 37px;
  color: #3B3B3B;
}

.experts .titleBar>a.more {
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  font-size: 15px;
  color: #3B3B3B;
}

.experts .titleBar .icon-right-arrow {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 9px;
  background: url("../images/icon-r-arrow.png");
}

.experts .titleBar {
  position: relative;
  margin-top: 64px;
}

.experts .titleBar>h4 {
  color: #fff;
}

.experts .titleBar>a.more {
  color: #fff;
}

.experts .titleBar:before {
  content: '';
  position: absolute;
  bottom: -1px;
  display: block;
  width: 43px;
  height: 4px;
  background-color: #FFBA08;
}

.experts>.container>.experts-photos {
  overflow: hidden;
  display: flex;
  margin-top: 53px;
}

.experts>.container>.experts-photos>li {
  width: 144px;
  height: 260px;
  font-size: 15px;
  color: #fff;
}

.experts>.container>.experts-photos>li>a>img {
  width: 144px;
  height: 203px;
}

.experts>.container>.experts-photos>li:not(:first-child) {
  margin-left: 20.71px;
}

.experts>.container>.experts-photos>li>p {
  margin-top: 12px;
  text-align: center;
}

.experts>.container>.experts-photos>li>img+p {
  margin-top: 12px;
  margin-bottom: 5px;
}

/*医疗技术 科研教学*/
section.tech {
  margin-top: 76px;
}

.tech>.left {
  float: left;
  width: 585px;
}

.tech>.left .titleBar {
  position: relative;
  height: 54px;
  border-bottom: 1px solid #DEDEDE;
}

.tech>.left .titleBar:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 4px;
  height: 25px;
  background-color: #B43435;
  border-radius: 0px 9px 9px 0px;
}

.tech>.left .titleBar>h4 {
  display: inline-block;
  margin-left: 12px;
  margin-top: -5px;
  font-size: 28px;
  font-weight: bold;
  line-height: 37px;
  color: #3B3B3B;
}

.tech>.left .titleBar>a.more {
  position: absolute;
  right: 30px;
  display: inline-block;
  font-size: 15px;
  line-height: 21px;
  color: #3B3B3B;
}

.tech>.left .titleBar .icon-right-arrow {
  position: absolute;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 9px;
  background: url("../images/icon-r-arrow.png");
}

.tech>.left>ul {
  padding-top: 23px;
}

.tech>.right>ul {
  padding-top: 23px;
}

.tech>.left>ul>li {
  box-sizing: border-box;
  position: relative;
  margin-left: 7px;
  padding: 9px 0 7px 0;
  border-bottom: 1px dashed #E2E2E2;
  font-size: 14px;
  color: #3B3B3B;
}

.tech>.left>ul>li:before {
  content: "";
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 4px;
  background-color: #B43435;
  border-radius: 50%;
}

.tech>.left>ul>li>a {
  overflow: hidden;
  display: inline-block;
  width: 417px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tech>.left>ul>li>.publish-time {
  float: right;
  color: #999999;
}

.tech>.right {
  float: right;
  width: 572px;
}

.tech>.right .titleBar {
  position: relative;
  height: 54px;
  border-bottom: 1px solid #DEDEDE;
}

.tech>.right .titleBar:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 4px;
  height: 25px;
  background-color: #B43435;
  border-radius: 0px 9px 9px 0px;
}

.tech>.right .titleBar>h4 {
  display: inline-block;
  margin-left: 12px;
  margin-top: -5px;
  font-size: 28px;
  font-weight: bold;
  line-height: 37px;
  color: #3B3B3B;
}

.tech>.right .titleBar>a.more {
  position: absolute;
  right: 30px;
  display: inline-block;
  font-size: 15px;
  line-height: 21px;
  color: #3B3B3B;
}

.tech>.right .titleBar .icon-right-arrow {
  position: absolute;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 9px;
  background: url("../images/icon-r-arrow.png");
}

.tech>.right>ul>li {
  box-sizing: border-box;
  position: relative;
  margin-left: 7px;
  padding: 9px 0 7px 0;
  border-bottom: 1px dashed #E2E2E2;
  font-size: 14px;
  color: #3B3B3B;
}

.tech>.right>ul>li:before {
  content: "";
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 4px;
  background-color: #B43435;
  border-radius: 50%;
}

.tech>.right>ul>li>a {
  overflow: hidden;
  display: inline-block;
  width: 417px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tech>.right>ul>li>.publish-time {
  float: right;
  color: #999999;
}

/*媒体关注*/
.media .titleBar {
  position: relative;
  display: flex;
  align-items: center;
  height: 54px;
  padding-bottom: 17px;
  border-bottom: 1px solid #DEDEDE;
}

.media .titleBar:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 25px;
  margin-right: 12px;
  background-color: #B43435;
  border-radius: 0px 9px 9px 0px;
}

.media .titleBar>h4 {
  font-size: 28px;
  font-weight: bold;
  line-height: 37px;
  color: #3B3B3B;
}

.media .titleBar>a.more {
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  font-size: 15px;
  color: #3B3B3B;
}

.media .titleBar .icon-right-arrow {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 9px;
  background: url("../images/icon-r-arrow.png");
}

.media .titleBar {
  margin-bottom: 32px;
}

.media>.content {
  display: flex;
  justify-content: space-between;
}

.media>.content>.newspaper {
  position: relative;
  width: 385px;
  height: 217px;
}

.media>.content>.newspaper>a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.media>.content>.newspaper>img {
  width: 100%;
  height: 100%;
}

.media>.content>.newspaper:after {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  width: 385px;
  height: 100%;
  background: url("../images/overlay.png") no-repeat;
  background-size: cover;
  opacity: .7;
}

.media>.content>ul {
  margin-top: -10px;
  margin-left: 25px;
}

.media>.content>ul>li {
  box-sizing: border-box;
  position: relative;
  margin-left: 7px;
  padding: 9px 0 7px 0;
  border-bottom: 1px dashed #E2E2E2;
  font-size: 14px;
  color: #3B3B3B;
}

.media>.content>ul>li:before {
  content: "";
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 4px;
  background-color: #B43435;
  border-radius: 50%;
}

.media>.content>ul>li>a {
  overflow: hidden;
  display: inline-block;
  width: 242px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.media>.content>ul>li>.publish-time {
  float: right;
  color: #999999;
}

section.others {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
  margin-bottom: 108px;
}

section.others .titleBar {
  position: relative;
  display: flex;
  align-items: center;
  height: 54px;
  padding-bottom: 17px;
  border-bottom: 1px solid #DEDEDE;
}

section.others .titleBar:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 25px;
  margin-right: 12px;
  background-color: #B43435;
  border-radius: 0px 9px 9px 0px;
}

section.others .titleBar>h4 {
  font-size: 28px;
  font-weight: bold;
  line-height: 37px;
  color: #3B3B3B;
}

section.others .titleBar>a.more {
  position: absolute;
  right: 30px;
  display: inline-block;
  font-size: 15px;
  line-height: 21px;
  color: #3B3B3B;
}

section.others .titleBar .icon-right-arrow {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 9px;
  background: url("../images/icon-r-arrow.png");
}

section.others .titleBar {
  margin-bottom: 17px;
  padding-bottom: 15px;
}

section.others>div>.content>ul>li {
  box-sizing: border-box;
  position: relative;
  margin-left: 7px;
  padding: 9px 0 7px 0;
  border-bottom: 1px dashed #E2E2E2;
  font-size: 14px;
  color: #3B3B3B;
}

section.others>div>.content>ul>li>a {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: 198px;
  text-overflow: ellipsis;
}

section.others>div>.content>div {
  width: 355px;
  height: 88px;
  margin-bottom: 17px;
}

section.others>div>.content>div>a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

section.others>div>.content>div>a>img {
  width: 100%;
  height: 100%;
}

section.others>div>.content>ul>li:before {
  content: "";
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 4px;
  background-color: #B43435;
  border-radius: 50%;
}

section.others>div>.content>ul>li>.publish-time {
  float: right;
  color: #999999;
}

/* banner */
.swiper-banner {
  width: 100%;
  height: 600px;
}

.swiper-container .arrow-left {
  background: url("../images/arrows.png") no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 101;
  margin-top: -15px;
  width: 17px;
  height: 30px;
}

.swiper-container .arrow-right {
  background: url("../images/arrows.png") no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 101;
  margin-top: -15px;
  width: 17px;
  height: 30px;
}

.swiper-container .pagination {
  width: 100%;
  position: absolute;
  z-index: 20;
  left: 0;
  bottom: 20px;
  text-align: center;
}

.swiper-container .swiper-pagination-switch {
  display: inline-block;
  width: 30px;
  height: 1px;
  background: rgba(255, 255, 255, 0.65);
  margin-right: 5px;
  cursor: pointer;
}

.swiper-container .swiper-active-switch {
  height: 3px;
  background: #B43435;
}

.quick-menu {
  position: relative;
  z-index: 102;
  border-top: 5px solid #B43435;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.quick-menu-item {
  width: 240px;
  position: relative;
}

.quick-menu-item .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
}

.quick-menu-item .icon img {
  width: auto;
  height: 36px;
}

.quick-menu-item .icon i {
  padding-top: 15px;
  font-size: 26px;
}

.quick-menu-item .name {
  font-size: 20px;
}

/* news */
.hos-news-content {
  margin-top: 15px;
}

.hos-news-list {
  width: 680px;
}

.hos-news-list.no-photo {
  margin-top: -10px;
}

.hos-news-list .hos-news-item {
  position: relative;
  width: 330px;
  padding: 15px 110px 15px 0;
}

.hos-news-list.no-photo .hos-news-item {
  padding: 15px 55px 15px 0;
}

.hos-news-list .hos-news-item:nth-child(2n) {
  margin-left: 20px;
}

.hos-news-list .hos-news-item .desc {
  height: 70px;
}

.hos-news-list.no-photo .hos-news-item .desc {
  height: 45px;
  font-size: 15px;
}

.hos-news-list .hos-news-item:hover .desc {
  color: #B43435;
}

.hos-news-list .hos-news-item .image {
  position: absolute;
  right: 0;
  top: 15px;
  width: 100px;
  height: 70px;
  overflow: hidden;
}

.hos-news-list .hos-news-item .time {
  position: absolute;
  right: 0;
  top: 15px;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.swiper-news {
  width: 480px;
  height: 300px
}

.swiper-news .swiper-slide {
  position: relative;
}

.swiper-news .swiper-slide .swiper-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  background: linear-gradient(to top, hsla(0, 0%, 10%, 0.644), 70%, hsla(0, 0%, 10%, 0));

}

.swiper-news .swiper-slide .swiper-title span {
  width: 300px;
  display: block;
}

.swiper-news .pagination {
  width: auto;
  left: auto;
  right: 20px;
  bottom: 30px;
}

.swiper-news .swiper-pagination-switch {
  width: 10px;
  height: 3px;
}

/* tab*/
.news-tab,
.article-df {
  position: relative;
}

.news-tab .all-btn,
.article-df .all-btn {
  width: 80px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 10px;
}

.news-tab .news-list {
  width: 1240px;
  margin-left: -21px;
}

.news-tab .news-item {


  width: 25%;


}

.news-tab .news-item>div {
  position: relative;
  padding-left: 55px;
}

.news-tab .news-item>div .fa {
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 45px;
  left: 0;
  top: 0;
}

.news-tab .news-item>div a {
  height: 48px;
  display: block;
  overflow: hidden;
}

.news-tab .news-item>div p {
  color: rgba(153, 153, 153, 0.65);
}

.news-tab .tab,
.article-df .tab {
  position: relative;

}

.news-tab .tab-nav a,
.article-df .tab-nav a {
  position: relative;
  float: left;
  min-width: 120px;
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
}

.news-tab .tab-nav a+a,
.article-df .tab-nav a+a {
  margin-left: 10px;
}

.news-tab .tab-nav a span,
.article-df .tab-nav a span {
  position: relative;
  z-index: 10;
}

.news-tab .tab-nav a.current,
.article-df .tab-nav a.current {
  color: #fff;
  background: #B43435;
}

.tab-con-item {
  display: none;
  height: 470px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.tab-con-item:first-child {
  display: block;
}

/*滚动条样式*/
.tab-con-item::-webkit-scrollbar {
  width: 4px;
  /*height: 4px;*/
}

.tab-con-item::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

.tab-con-item::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);

}

.tab-con-item1 {
  display: none;
  overflow-y: hidden;
  overflow-x: hidden;
}

.expert-item {
  width: 22.9%;
  position: relative;
  margin: 15px 0 0 15px;
  overflow: hidden;
}

.expert-item .avatar {
  width: 78px;
  height: 78px;
}

.expert-item .time {
  height: 63px;
}

.expert-item .desc {
  width: 100%;
  height: 100%;
  background: rgba(180, 52, 52, 0.9);
  display: none;
  position: absolute;
  left: 0;
  top: 0;

}

.expert-item:hover .desc {
  display: block;
}

.expert-item:hover .desc>div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.expert-item:hover .desc>span {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 13px;
}

.expert-tab {
  margin-top: 15px;
  border: 15px solid #B43435;
}

.expert-tab .tab-nav {
  width: 250px;
  height: 480px;
  overflow-y: scroll;
}

/*滚动条样式*/
.tab-nav::-webkit-scrollbar {
  width: 4px;
  /*height: 4px;*/
}

.tab-nav::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

.tab-nav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);

}

.expert-tab .tab-nav a {
  padding-left: 5px;
  display: block;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
}

.expert-tab .tab-nav a span {
  font-size: 22px !important;
}

.expert-tab .tab-nav a.current {
  font-weight: bold;
  background: #fff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
}

.expert-tab .tab-nav a.current span {
  color: #B43435;
}

.expert-tab .tab-nav a+a {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.expert-tab .tab-con {
  width: 920px;
  height: 480px;
}

.article-df {
  width: 580px;
}

.article-df .article-item {
  width: 280px;
  padding: 15px 55px 15px 0;
}

.article-df .article-item:nth-child(2n) {
  margin-left: 20px;
}

.article-df .article-item .desc {
  height: 45px;
}

.article-df .article-item:hover .desc {
  color: #B43435;
}

.article-df .article-item .time {
  position: absolute;
  right: 0;
  top: 15px;
  width: 45px;
  height: 45px;
  overflow: hidden;
}

/* media */
.swiper-media {
  margin-top: 15px;
  height: 310px;
}

.swiper-media .swiper-wrapper {

  margin-left: -10px;
  margin-right: -10px;
}

.swiper-media .swiper-slide {
  position: relative;
  width: 285px;
  padding: 0 10px;
}

.swiper-media .swiper-slide:hover h2 {
  color: #B43435;
}

.swiper-media .swiper-slide .desc {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.swiper-media .swiper-slide .desc h2 {
  height: 54px;
}

.swiper-media .swiper-slide .desc .time {
  color: rgba(153, 153, 153, 0.65);
}

.swiper-media .swiper-slide .image {
  width: 100%;
  height: 170px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.swiper-media .pagination {
  bottom: 0;
}

.swiper-media .swiper-pagination-switch {
  width: 20px;
  background: #ccc
}

.swiper-container .swiper-active-switch {
  background: #B43435;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 999;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
  display: none;
  background: rgba(180, 52, 52, 0.65);
}

.swiper-media .swiper-button-prev,
.swiper-media .swiper-button-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.swiper-button-next {
  left: auto;
  right: 10px;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  display: block;
}

.adver a {
  display: block;
}

.adver a:nth-child(1) {
  margin-top: 40px;
}

.adver a:nth-child(2) {
  margin-top: 10px;
}

.float-adver {
  width: 270px;
  position: absolute;
  left: 60px;
  top: 60px;
  z-index: 999;
  overflow: hidden;
}

.float-adver .close {
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  right: 0;
  top: 0;
  border-bottom-left-radius: 6px;
  cursor: pointer;
}

.float-adver .close i {
  margin-top: 2px;
}

.ad .ad-iamge {
  display: block;
  overflow: hidden;
}