﻿/* 手机端 */
/* 红色       #17a2b8*/
.m{
  padding-top: 84px;
  padding-bottom: 50px;
}

.m_h{
  background-color: #f6f6f6;
}

.m .box-title{
  width: 285px;
  height: 40px;
  margin: 0 auto;
}
.m .box-title span{
  font-size: 18px;
}
.m .box-title::before{
  height: 40px;
  top: 0;
  background-size: 120px;
  background-position: center;
  background-repeat: no-repeat;
}

body{
  background-color: #FFFFFF;
}

.m_box_title{
  position: relative;
  color: #17a2b8;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.m_box_title::before{
  position: absolute;
  left: 0;
  content: '';
  display: inline-block;
  height: 25px;
  width: 5px;
  background-color: #17a2b8;
}
.m_box_title .more{
  position: absolute;
  right: 0;
  color: #333333;
  font-weight:normal;
  font-size: 15px;
}

/* 轮播图部分开始 */
.m .swiper-box {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

.m .btns {
  height: 30px;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  z-index: 10;
  display: none;
}

.m .btns>div {
  height: 15px;
  width: 15px;
  line-height: 15px;
  text-align: center;
  color: rgba(0, 0, 0, .5);
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  font-size: 15px;
  margin: 0 10px;
  cursor: pointer;
}

.m .swiper {
  /* height: 162px; */
  /* line-height: 162px; */
  height: calc(100vw/375*162);
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}


.m .swiper-item {
  width: 100vw;
  flex-shrink: 0;
  position: relative;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.m .swiper-item img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.m .swiper-box .iconfont {
  font-size: 26px;
  color: rgba(200, 200, 200, .1);
  transition: color .5s;
}

.m .swiper-box:hover .iconfont {
  font-size: 26px;
  color: rgba(200, 200, 200, .4);
}

/* 轮播图部分结束 */
/* 考生部分开始 */
.course_box{
  height: 125px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.course_item{
  height: 85px;
}
.course_item .img{
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 50%;
  margin-bottom: 10px;
}
.course_item .img .iconfont{
  font-size: 30px;
}
.course_item .text{
  height: 17.4px;
  line-height: 17.4px;
  color: #333333;
  text-align: center;
  font-size: 12.5px;
}
.course_item.gz .img{
  background-color: #8dc331;
  box-shadow: 0px 0px 12px #8dc331;
}
.course_item.dz .img{
  background-color: #1aa0e9;
  box-shadow: 0px 0px 12px #1aa0e9;
}
.course_item.tg .img{
  background-color: #fd5064;
  box-shadow: 0px 0px 12px #fd5064;
}
.course_item.xf .img{
  background-color: #b956e5;
  box-shadow: 0px 0px 12px #b956e5;
}
/* 考生部分结束+ */
/* 课程部分开始 */
.product_list{
  margin-top: 15px;
}
.product_row{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.product_item{
  display: block;
  width: calc(50% - 5px);
  height: calc((50% - 5px)/330*185);
  margin-bottom: 10px;
  border-radius: 5px;
}

/* 课程部分结束 */

/* 优势开始 */
.advantage_box{
  padding-top: 15px;
  background-color: #f6f6f6;
  padding-bottom: 30px;
}
.advantage_box img{
  width: 100%;
  margin-top: 20px;
}
/* 优势结束 */
/* 图书部分开始 */
.book_list{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.book_box{
  /* padding-top: 30px; */
  padding-bottom: 20px;
}
.book_box .book_title{
  margin-bottom: 20px;
}

.book_item{
  width: 30%;
  text-align: center;
}
.book_item img{
  width: 80%;
  /* height: calc(30%/210*291); */
  /* height: calc((50% - 5px)/330*185); */
}

.book_more{
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  padding-bottom: 10px;
  position: relative;
  color: #656565;
}
.book_more .iconfont{
  position: absolute;
  height: 10px;
  line-height: 10px;
  width: 20px;
  bottom: -5px;
  left: calc(50% - 5px);
  color: #656565;
}
/* 图书部分结束 */
/* 环境部分开始 */
.life_box{
  padding-top: 20px;
  padding-bottom: 20px;
}
.life_box img{
  width: 100%;
  margin-top: 15px;
}
/* 环境部分结束 */

/* 新闻部分开始 */
.m_article{
/* margin-top: 20px; */
margin-bottom: 10px;
}
.m_article ul{
  padding:10px 0 10px 10px ;
  position: relative;
}
.m_article li{
  height: 25px;
  line-height: 25px;
  font-size: 14px;
}
.m_article .m_time{
  width: 25%;
  float: left;
  height: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow: hidden;
}
.m_article .m_a_title{
  width: 75%;
  float: right;
  text-align: left;
  box-sizing: border-box;
  padding-left: 15px;
  height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.m_yd_list{
  width: 5px;
  height: 120px;
  position: absolute;
  top: 20px;
  left: calc(25% + 10px);
  background-color: ;
}
.m_yd_list div:nth-of-type(2n+1){
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #17a2b8;
}
.m_yd_list div:nth-of-type(2n){
  height: 14px;
  width: 2px;
  background-color: #e4e4e3;
  margin: 3px auto;
}
/* 新闻部分结束 */

/* 学校新闻开始 */
.news_box{
  background-color: #f6f6f6;
  padding-top: 15px;
  padding-bottom: 15px;
}
.news_list{
  padding-top: 5px;
}
.news_item{
  float: left;
  background-color: #FFFFFF;
  width: calc((100% - 10px)/2);
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(12,12,13,.1);
  margin-top: 10px;
  overflow: hidden;
}
.news_item:nth-child(2n+1){
  margin-right: 10px;
}

.news_item>.img{
  height: 90px;
  background-image: url(../images/index-new-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news_item:nth-child(2)>.img{
  background-image: url(../images/index-new-2.jpg);
}
.news_item:nth-child(3)>.img{
  background-image: url(../images/index-new-3.jpg);
}
.news_item:nth-child(4)>.img{
  background-image: url(../images/index-new-4.jpg);
}

.news_item>.info{
  height: 52px;
  text-align: left;
  padding: 10px;
  line-height: 16px;
  box-sizing: border-box;
  font-size: 14px;
}
.news_item>.info>div{
  height: 32px;
  line-height: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-indent:0;
  overflow: hidden;
}

/* 学校新闻结束 */

/* 视频部分开始 */
.brand_box{
  background-color: #f6f6f6;
}
.brand_box .vedio{
  height: calc((100vw - 20px)/864*486);
  width: calc(100vw - 20px);
  margin: 0 auto;
  margin-top: 16px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.brand_box video{
  height: 190px;
  /* width: 340px; */
  width: calc(100vw - 20px);
  height: calc((100vw - 20px)/864*486);
  border-radius: 5px;
}
.veido-img{
  background: url(/static/picture/视频封面.jpg) no-repeat left top;
}

.veido-img{
  background: url(/static/picture/视频封面.jpg) no-repeat left top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: blur(1px);
}
.veido-imgbg{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 190px;
  text-align: center;
  background-color: rgba(0,0,0,.6);
  cursor: pointer;
}

.veido-imgbg .iconfont{
  font-size: 20px;
  font-weight: 600;
  display:inline-block;
  height: 46px;
  line-height: 46px;
  width: 46px;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
  background-color: rgba(0,0,0,.8);
  cursor: pointer;
}

.brand_box.active .veido-img,.brand_box.active .veido-imgbg{
  display: none;
}
/* 视频部分结束 */


/* 了解点成开始 */
.know_box{
  background-color: #FFFFFF;
  background-color: #f6f6f6;
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 0;
  /* background:  url(../images/bg-1.jpg) no-repeat 50%; */
}
/* .know_box .m_box_title{
  color: white;
}

.know_box .m_box_title::before {
    position: absolute;
    left: 0;
    content: '';
    display: inline-block;
    height: 25px;
    width: 5px;
    background-color: #FFFFFF;
} */

.know_list{
  width: 100%;
  /* padding: 20px; */
  box-sizing: border-box;
  border-radius: 5px;
  padding: 0 5px;
  padding-top: 20px;
}
.know_item{
  float: left;
  width: calc(50% - 5px);
  height: 60px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  margin-bottom: 10px;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(12,12,13,.2);
  box-shadow: 
      inset 0 0 0.75em rgba(0,0,0,.01),
      0 1px 3px 0 rgba(12,12,13,.2),
      0 1px 2px rgba(0,0,0,.08);
  /* background-image: linear-gradient(to bottom,#FFFFFF 0,rgba(220,220,220,.1) 100%); */
  position: relative;
  padding: 10px 0;
  padding-left: 42px;
  text-align: left;
  box-sizing: border-box;
}
.know_item:nth-child(2n+1){
  margin-right: 10px;
}

.know_item i{
  color: #666;
}
.know_item>*:nth-child(1){
  display: block;
  width: 42px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 28px;
  text-align: center;
  /* font-weight: 600; */
  color: #17a2b8;
}
.know_item>*:nth-child(3){
  display: block;
  width: 30px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  text-align: center;
  color: #CCCCCC;
}

.know_item .info{
  height: 40px;
  border-left: 1px solid #E9E9E9;
  padding-left: 6px;
  font-size: 14px;
  text-shadow: 1px 1px 3px rgba(200,200,200,.3);
}

.know_item .title{
  font-size: 16px;
  /* line-height: 22px; */
  line-height: 40px;
  color: #333;
}

.know_item .desc{
  font-size: 14px;
  line-height: 18px;
  color: #666;
  display: none;
}
/* 了解点成结束 */