
.ens {
    text-align: center;
    padding-top: 0.1rem;
    font-size: 0.14rem;
    color: #4cbbb4;
}

.titles { font-size: 0.40rem;text-align: center;padding-top: 0.5rem;}


.gaoxiao {height:8.40rem;background: #fafafa;}
.teach .tigao {
    margin-top: 0.2rem;
    text-align: center;
    line-height: 0.4rem;
    font-size: 0.24rem;
    color: #3e3a39;
	margin-bottom: 0.5rem;
}




.carousel {
  display: flex;
  justify-content: center;
  overflow-x: auto; /* 可选，如果你想要滚动的效果 */
  margin-top: 0.25rem;
}

.social-focus{height: 6.85rem;width: 6.22rem;border: 2px solid #efefef;border-radius: 0.3rem;}

.social-focus .bd { display: flex;justify-content: center;}

.social-focus .bd ul li {position: absolute;width:5.95rem;height:3.35rem;left: 0px;top: 0px;}

.social-focus .bd ul li a img { padding: 0.1rem;}

.social-focus .hd{position: relative;left: 0;right:0;top:-0.35rem;font-size: 0;line-height: 0; text-align: center;}
.social-focus .hd li{display: inline-block;width: 10px;height: 10px;margin: 0 5px;overflow:hidden; border-radius: 6px; background: #fff;  cursor: pointer;}
.social-focus .hd li.on{background: #4cbbb4;transition: all linear .2s;}

.social-focus .zhenwen {text-align:center;}

.social-focus .zhenwen p {font-size: 0.26rem;color:#3e3a39; line-height: 0.5rem;}


.zhongnews { margin-top: 0.5rem;height:auto;background: #fafafa;}
.news {
  display: flex;
  justify-content: center;
  overflow-x: auto; /* 可选，如果你想要滚动的效果 */
  margin-top: 0.25rem;
}

.news-focus{height: 16rem;width: 6.22rem;background:#fff;border-radius: 0.3rem;}

.news-focus ul li {height: 2.2rem;padding: 0.2rem;}
.news-focus ul li dl dt{float:left;}
.news-focus ul li dl dt img {width:2.84rem;height:1.64rem;}
.news-focus ul li dl dt  .rights {margin-left: 0.2rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 2.7rem;}

.news-focus ul li dl dt  .rights p {font-size: 0.24rem;color:#3e3a39;    line-height: 0.3rem;}

.news-focus ul li dl dt  .rights .time {font-size: 0.18rem;color:#888888; line-height: 0.3rem;}

.news-focus ul li dl dt  .rights .zaiyao {font-size: 0.16rem;color:#898989; line-height: 0.25rem;}

.centered-line {
    text-align: center;
    position: relative;
}
 
.centered-line::after {
    content: '';
    position: absolute;
    left: 3%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5.73rem;
    border-top: 1px solid #e6e6e6; /* 直线的颜色和宽度 */
}

.zbtns a img {width:2.82rem;height:0.58rem;}








