body,
html {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.page {
  width: 100%;
  min-width: 1250px;
  min-height: 100%;
}

.el_container {
  width: 100%;
  margin: 0 auto;
  /* padding-bottom: 150px; */
  /* background-color: palegoldenrod; */
}

.el_header {
  width: 100%;

  margin: 0 auto;
  height: auto;
}

/* 中间区域 */
.el_main {
  width: 100%;
  min-height: 750px;
  margin: 0 auto;
  /* background-color: palegoldenrod; */
}





/* 一级菜单 */
.header_firstNav {
  width: 100%;
}

.firstNav_content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  box-sizing: border-box;
  /* background-color: lightblue; */
}

.firstNav_content_left {
  width: 685px;
  /* background-color: orange; */
}

.firstNav_content_left img {
  width: 685px;
  height: 116.88px;
  display: block;
  cursor: pointer;
}

.firstNav_content_right {
  width: 150px;
  /* background-color: pink; */
  flex-shrink: 0;
}

.firstNav_content_right a {
  width: 145px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
  border-radius: 24px;
  background-color: #22B5AF;
  border: none;
  float: right;
}


/* 二级菜单 */
.header_secondNav {
  width: 100%;
  background-color: #22B5AF;
}

.seconddNav_content {
  width: 1200px;
  height: 60px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.seconddNav_content .nav_item {
  flex: 1;
  flex-shrink: 0;
  height: 60px;
  text-align: center;
  line-height: 60px;
  flex-shrink: 0;
  font-size: 15px;
  cursor: pointer;
  color: #fff;
  position: relative;
}

.seconddNav_content .nav_item .fir_a {
  width: 100%;
  display: inline-block;
  color: #fff;
}

.seconddNav_content .nav_active {
  background-color: #069D96;
}


.seconddNav_content .nav_active .fir_a {
  color: #fff;
}


/* 导航下拉 */
.nav_item ul {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  top: 60px;
  border: 1px solid #84D6D3;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 15px;
  display: none;
  z-index: 100;
}

.nav_item ul li {
  width: 100%;
  height: 60px;
  color: #069D96;
}

.nav_item ul li a {
  color: #069D96;
  width: 100%;
  display: inline-block;
}

.nav_item ul li:hover {
  background-color: #069D96;
}

.nav_item ul li:hover a {
  color: #fff;
}





/* 一、首页开始------------- */
/*banner*/
.bannerArea {
  width: 100%;
  min-width: 1000px;
  /* height: 446px; */
  position: relative;
}

.banner {
  width: 100%;
  margin: 0 auto;
}

.banner img {
  width: 100%;
  height: 100%;
  display: block;
}


/* 修改swiper轮播开始 */
.bannerArea .swiper-container {
  width: 100% !important;
  height: 500px !important;
  margin-top: 0 !important;
}

.bannerArea .swiper-wrapper {
  width: 100% !important;
  height: 500px !important;
}

.bannerArea .swiper-slide {
  width: 100% !important;
  height: 500px !important;
}

.bannerArea .swiper-slide img {
  width: 100% !important;
  height: 500px !important;
}


/* swiper pagination*/
.swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: palegoldenrod; */
}

.bannerArea .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: .8;
}

.bannerArea .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #11eae3;
}

/* 修改swiper轮播结束 */









.mainArea {
  width: 100%;
  height: auto;
  margin: 80px auto 0;
}

.mainContent {
  width: 1200px;
  margin: 0 auto;
}

.mainContent_flex {
  display: flex;
  justify-content: space-between;
}

/* 新闻 */

.mainArea_firsection .block_news {
  width: 585px;
  /* background-color: lightgreen; */
}

.mainTop {
  width: 100%;
  position: relative;
}

.mainTop .top_img {
  width: 100%;
  height: auto;
  margin-top: 6px;
}

.mainTop .top_title {
  width: auto;
  font-size: 30px;
  color: #22B5AF;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.mainTop .top_more {
  width: auto;
  font-size: 15px;
  color: #22B5AF;
  position: absolute;
  right: 0;
  bottom: 15px;
  cursor: pointer;
  /* background-color: pink; */
}

.mainArea .top_more:hover {
  color: #0f9b96;
}





.infoList {
  margin-top: 40px;
}

.list_con {
  display: flex;
  padding-bottom: 18px;
  margin-bottom: 18px;
  box-sizing: border-box;
  border-bottom: 1px dashed #A5D4AC;
}

.list_con:last-child {
  margin-bottom: 0;
}

.con_left {
  width: 200px;
  height: 114px;
  flex-shrink: 0;
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
}

.con_left img {
  width: 100%;
  min-height: 114px;
  display: block;
  transition: all .5s linear;
}

.con_left .dateBox {
  width: 100%;
  height: 152px;
  font-size: 38px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #0094A1;
}

.con_left .dateBox span:nth-child(1) {
  font-size: 30px;
  margin-bottom: 20px;
}


.con_right {
  width: calc(100% - 200px);
  padding: 5px 5px 0px 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
}

.info_title {
  width: 100%;
  height: 48px;
  line-height: 24px;
  font-size: 17px;
  letter-spacing: 0.5px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* background-color: pink; */
  padding-right: 15px;
  box-sizing: border-box;
  cursor: pointer;
}
.info_title:hover{
  color: #22B5AF;
}

.info_detail {
  color: #B7B7B7;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info_detail .detail_address {
  width: calc(100% - 100px);
}

.info_detail .detail_time {
  width: 100px;
  /* background-color: orange; */
  text-align: right;
}




/* 公告 */
.mainArea_firsection .block_notice {
  width: 585px;

}

.noticeList {
  width: 100%;
  margin-top: 40px;
  background-color: #EEF9F9;
  border-radius: 10px;
  padding: 35px 40px 10px;
  box-sizing: border-box;
}

.list_ele {
  margin-bottom: 30px;
  cursor: pointer;
}

.ele_title {
  display: flex;
  align-items: center;
}

.ele_title .ele_title_circle {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #000;
  margin-right: 20px;
  margin-top: 3px;
}

.ele_title .ele_title_text {
  font-size: 17px;
  letter-spacing: 0.5px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list_ele:hover .ele_title_circle {
  background-color: #22B5AF;
}

.list_ele:hover .ele_title_text {
  color: #22B5AF;
}



.ele_detail {
  color: #B7B7B7;
  font-size: 13px;
  display: flex;
  align-items: center;
  padding-left: 27px;
  box-sizing: border-box;
  margin-top: 18px;
}

.ele_detail .detail_address {
  margin-right: 20px;
}


/* 活动报名 */
.eventArea {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.apply_item {
  width: 585px;
  height: 304px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.apply_item img {
  width: 100%;
  height: auto;
  min-height: 304px;
  display: block;
  transition: all .5s linear;
}


/* 各地风采 */

.styleArea {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.style_item .videoBox {
  width: 585px;
  height: 304px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.style_item .videoBox img {
  width: 100%;
  height: auto;
  min-height: 304px;
  display: block;
  transition: all .5s linear;
}

.style_item .explain_tips {
  width: 100%;
  text-align: center;
  font-size: 15px;
  margin-top: 15px;
  /* background-color: orange; */
  display: block;
}



/* 照片墙 */
.mainArea_photo .mainContent {
  position: relative;
}

.mainArea_photo .mainContent .photoWall {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.photo_item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  /* float: left; */
}

.photo_item img {
  /* width: 100%; 
  height: 100%; */
}

.photo_item .modal {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 5px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.photo_item_nj {
  width: 271px;
  height: 245px;
}

.photo_item_xz {
  width: 124px;
  height: 160px;
}

.photo_item_yz {
  width: 191px;
  height: 116px;
}

.photo_item_tz {
  width: 158px;
  height: 246px;
}

.photo_item_wx {
  width: 271px;
  height: 154px;
}

.photo_item_sz {
  width: 255px;
  height: 239px;
  position: absolute;
  left: 285px;
  top: 174px;
}

.photo_item_ha {
  width: 261px;
  height: 113px;
  position: absolute;
  left: 560px;
  top: 174px;
}

.photo_item_yc {
  top: 301px;
}

.photo_item_zj {
  position: absolute;
  left: 837px;
  top: 130px;
}

.photo_item_sq {
  width: 361px;
  height: 154px;
  position: absolute;
  left: 837px;
  top: 260px;
}

.margin_rb {
  margin: 0 14px 14px 0;
}

/* 照片悬浮样式 */
.mainArea_photo .mainContent .shadowBg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  display: none; 
}

/* 放大 */
.photo_item img{
  transition:all 500ms linear;
}
.photo_item img:hover{
 transform: scale(1.3);
}




/* 课程 */

.mainArea_lesson {
  margin-top: 50px;
  padding: 150px 0 100px;
  box-sizing: border-box;
  background: url(../img/lessonBg.png) no-repeat left top;
  background-size: 100% 100%;
  overflow: hidden;


}

.lessonArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lesson_item {
  width: 32%;
  height: 202.09px;
  overflow: hidden;
  border-radius: 10px;
}

.lesson_item img {
  width: 100%;
  height: 202.09px;
  display: block;
  cursor: pointer;
  transition: all .5s linear;
}

.videoBg{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 100;
}

.playArea{
  width: 900px;
  padding:40px 25px;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
}
.playArea video{
  display: block;
  width: 100%;
  height: auto;
}


/* 一、首页结束------------- */


/* 二、资讯公告开始 */
.sectionNews{
width: 1200px;
margin: 0 auto;
}
.sectionNews .mainTop{
  width: 323px;
  margin: 90px auto 0;
}
.sectionNews .top_img{
  margin-top: 0;
  }
.sectionNews .top_title{
left: 56%;
bottom: 20px;
transform: none;
}

.sectionSwitch{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 0;
  /* background-color: orange; */
}
.switch_item{
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #22B5AF;
  font-size: 16px;
  letter-spacing: 0.5px;
  background-color: #E9F7F8;
  border-radius: 30px 10px 30px 10px;
  cursor: pointer;
  margin: 0 60px;
}
.switch_item_active{
  background-color:#22B5AF ;
  color: #ffff;
}

.switch_item:hover{
  color: #22B5AF;
}
.switch_item_active:hover{
  color: #ffff;
}



.sectionContent{
  margin: 60px auto 0;
}
.news_item {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
  box-shadow: 0px 0px 2px 1px #e2e0e0;
}

.news_item .item_left {
  width: 33%;
  height: 225px;
  flex-shrink: 0;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.news_item .item_left .newsImg{
  width: 100%;
  height: 225px;
}
.news_item .item_left .newsImg img {
  width: 100%;
  min-height: 225px;
  display: block;
  transition: all .5s linear;
}


.news_item .item_left .dateBox {
  width: 100%;
  height: 225px;
  font-size: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #22B5AF;
}

.news_item .item_left .dateBox span:nth-child(1) {
  font-size: 50px;
  margin-bottom: 20px;
}





.news_item .item_right {
  width: 67%;
  padding: 35px 40px 15px 40px;
  box-sizing: border-box;
  /* background-color: palegoldenrod; */
  position: relative;
}


.news_item .newsTitle {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}

.news_item .item_right:hover  .newsTitle{
  color: #22B5AF;
}


.news_item .newsInfo {
  width: 100%;
  height: 72px;
  background-color: #fff;
  margin-top: 25px;
  color: #646464;
  line-height: 26px;
  font-size: 15px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.newsDetail {
  width: 100%;
  color: #999999;
  font-size: 13px;
  display: flex;
  align-items: center;
  margin-top: 35px;
}

.newsDetail .detail_address {
  margin-right: 20px;
}



.lookDetail {
  position: absolute;
  right: 40px;
  bottom: 22px;
  width: 90px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 15px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  background-color: #22B5AF;
}



.noticeRow_item {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  padding: 35px 0;
  box-sizing: border-box;
  box-shadow: 0px 0px 2px 1px #e2e0e0;
  cursor: pointer;
}
.noticeRow_item:hover{
  background-color: #EDF9F9;
  box-shadow: 0px 0px 2px 1px #62c5c0a0;
  
}
.row_left{
  width: calc(100% - 140px);
  flex-shrink: 0;
  padding: 0 0 0 35px;
  box-sizing: border-box;
  border-left: 4px solid #22B5AF;
  /* background-color: lightblue; */
  display: flex;
  align-items: center;
}

.textImg{
  width: 135px;
  height: 80px;
  font-size:20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align:center;
  line-height: 28px;
  font-weight: bold;
  color: #fff;
  background-color: #079D97;
  padding: 12px 15px;
  box-sizing: border-box;
  flex-shrink: 0;
}
.centerBox{
  flex-shrink: 0;
  width: calc(100% - 135px);
  padding-left: 30px;
  box-sizing: border-box;
}
.row_left_title{
  width: 95%;
  font-size: 17px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* background-color: lightcoral; */
}

.row_left_from{
  width: 100%;
  color: #B7B7B7;
  font-size: 13px;
  margin-top: 30px;
}

.row_right{
  width: 140px;
  flex-shrink: 0;
  font-size: 15px;
  color: #22B5AF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background-color: lightblue; */
  padding: 0 41px 0 35px;
  box-sizing: border-box;
  border-left: 1px solid #C3EBEA;
}
.row_right span{
  /* background-color: orange; */
  width: 100%;
  text-align: right;
}
 .row_right span:nth-child(1) {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: bold;
  opacity: .9;
  box-sizing: border-box;
}



/* 二、资讯公告结束 */

/* 资讯公告详情页面开始 */
.articleArea{
  width: 100%;
  margin-top: 90px;
  padding-bottom: 150px;
  /* background-color: lightblue; */
}
.article_title{
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.article_info{
    width: 100%;
  font-size: 15px;
  color: #A5A5A5;
  text-align: center;
  margin: 30px auto 0;
}
.article_info span{
  margin: 0 20px;
}
.article_Text{
    width: 100%;
    padding: 45px 45px 35px;
    box-sizing: border-box;
    margin-top: 50px;  
    font-size: 16px;
    line-height: 26px;
    color: #666565;
    text-align: justify;
}
.article_Text img{
  max-width: 100%;
  /*display: block;*/
  margin: 30px auto;
}
/* 资讯公告详情页面结束 */














/* 三、活动报名开始 */
.page_apply .el_main{
  min-height: 630px;
}
/* 三、活动报名结束 */

/* 四、急救课堂开始 */
.sectionQuery{
  /* background-color: lightblue; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px auto;
}
.queryLeft{
width: 570px;
display: flex;
  align-items: center;
  justify-content: space-between;
/* background-color: orange; */
}
.queryLeft .query_item{
  width: 30%;
  height: 40px;

}
.queryLeft .query_item .layui-unselect,.queryLeft .query_item .layui-form-select{
  width: 100%;
  height: 40px;
  font-size: 14px;
  border-color: #22B5AF;
  border-radius: 4px;
}
.queryLeft .query_item input:hover {
  border-color:#22B5AF !important;
}


.queryRight{
  width: 600px;
  display: flex;
  align-items: center;
  /* background-color: lightcoral; */
}


.queryRight .el_input_box {
  width: 80%;
  /* background-color: pink; */
  position: relative;
}
.queryRight .el_input_box img{
position: absolute;
left: 15px;
top: 50%;
width: 20px;
height: 20px;
display: block;
transform: translateY(-50%);
}
.queryRight .el_input_box input {
  width: 100%;
  height: 40px;
  padding: 0 20px 0 45px;
  box-sizing: border-box;
  font-size: 15px;
  border: 1px solid #22B5AF;
  border-radius: 4px 0 0 4px;
}

.queryRight .el_input_box input::placeholder {
  color: #afafaf;
}

.queryRight .icon_search_box {
  width: 20%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  flex-shrink: 0;
  cursor: pointer;
  background-color: #22B5AF;
  color: #fff;
  font-size: 16px;
  border-radius: 0 4px 4px 0;
}

.queryRight .icon_search_box:hover {
  background-color: #20bab5;
}



.class_item {
  width: 22%;
  float: left;
  box-shadow: 0px 0px 2px 1px #e2e0e0;
  margin-right: 4%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.class_item:nth-child(4n) {
  margin-right: 0;
}

.class_item .thumbImg {
  width: 100%;
  height: 175px;
  overflow: hidden;
  position: relative;
}

.class_item .thumbImg img {
  width: 100%;
  min-height: 175px;
  display: block;
  cursor: pointer;
  transition: all .5s linear;
}

.class_item .thumbImg .tag{
  width: auto;
  height: auto;
  background-color: #22B5AF;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 10;
  color: #fff;
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 2px;
}


.detailBottom {
  padding: 15px 12px 17px 15px;
  box-sizing: border-box;
}

.botTitle {
  width: 100%;
  height: 44px;
  line-height: 22px;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* background-color: pink; */
  cursor: pointer;
}
.botTitle:hover{
  color: #0094A1;
}
.botInfo {
  color: #666666;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.info_name {
  width: 80px;
  flex-shrink: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* background-color: orange; */
}

.info_school {
  width: calc(100% - 85px);
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
}


/* 四、急救课堂结束 */


/* 五、各地风采开始 */

.baseNavArea {
  display: flex;
  align-items: center;
  background-color: #ecf6ed;
  border-radius: 4px;
  margin-top: 50px;
  /* overflow: hidden; */
}

.base_item {
  flex: 1;
  flex-shrink: 0;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 4px;
  font-size: 14px;
  color: #000;
  background-color: #E9F7F8;
  cursor: pointer;

}

.base_active {
  background-color: #22B5AF;
  color: #fff;
  position: relative;
}

.triangle {
  width: 20px;
  height: auto;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  z-index: 10;
}



.style_scholl {
  width: 285px;
  height: 161px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.style_scholl:nth-child(4n) {
  margin-right: 0;
}

.style_scholl img {
  width: 100%;
  min-height: 161px;
  display: block;
  cursor: pointer;
  transition: all .5s linear;
}

.emptyBox{
  width: 150px;
  margin: 80px auto 0;
}
.emptyBox img{
  width: 150px;
  height: auto;
}
.emptyBox span{
  color: #9F9F9F;
  font-size: 13px;
  display: block;
margin: 15px auto 0;
/* background-color: orange; */
padding-left: 37px;
box-sizing: border-box;
}


/* 五、各地风采结束 */

/* 六、社会服务开始 */
.socialList img{
  display: block;
  max-width: 80%;
  margin:0 auto 60px;
}
/* 六、社会服务结束 */


/* 七、高校高质量考核开始 */



.totalCommentsLogin {
  width: 1200px;
  padding: 45px 0px;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 30px auto;
  background-color: #fff;
  box-shadow: 0px 0px 1px 1px #62c5c0;
  display: flex;
}

/* 登录 */
.login_content {
  width: 55%;
  border-right: 2px solid #eeeeee;
  box-sizing: border-box;
  padding: 5px 100px 0px;
  box-sizing: border-box;

}

/* title */
.content_title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #22B5AF;
}

.content_title .tips {
  margin: 0 10px;
  letter-spacing: 2px;
  font-size: 23px;
}

.content_title .circle {
  width: 5px;
  height: 5px;
  background-color: #22B5AF;
  border-radius: 50%;
}


/* login_area */
#login_area {
  margin-top: 35px;

}

/* input */
.area_item {
  width: 100%;
  margin-bottom: 25px;
}

.area_item input {
  padding: 0 15px;
  display: block;
  width: 100%;
  height: 60px;
  background-color: #F2F2F2;
  border-radius: 6px;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-size: 19px;
  color: #333333;
}

.area_item input::placeholder {
  color: #696969;
  font-size: 16px;
}


/* 提交 */
.subBtn {
  display: block;
  width: 100%;
  height: 65px;
  background-color: #22B5AF;
  text-align: center;
  border-radius: 6px;
  border: none;
  outline: none;
  font-size: 20px;
  color: #ffffff;
  line-height: 65px;
  cursor: pointer;
  margin-top: 40px;
}

/* 底部点击弹框 */
#loginMsg {
  margin-top: 40px;
  /* background-color: lightblue; */

}

.msg_left {
  width: 100%;
  margin-top: 40px;
}

.msg_left a {
  font-size: 16px;
  text-decoration: underline;
  color: #414141;
}

.msg_right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.msg_right .getAccount {
  display: block;
  padding: 8px 12px;
  box-sizing: border-box;
  border: 1px solid #22B5AF;
  color: #22B5AF;
  border-radius: 4px;
  font-size: 15px;
  text-decoration: none;
}


.msg_right .foget {
  color: #838383;
}

.bg,.scanBg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 99;
}

.bgResult {
  width: 500px;
  height: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}
.scanBg .bgResult{
  width: 500px;
  height: 360px;
}

.bgResult .close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}
/* 资讯公告 */

.announce_content {
  width: 45%;
  /* background-color: lightcoral; */
}

.publicNumInner{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
  border-left: 1px solid #EDEDED;
  box-sizing: border-box;
}
.publicNumInner .ewmBox{
  width: 150px;
  height: 150px;
  /* border: 1px solid #42A552; */
  box-sizing: border-box;
  padding: 1px;
}
.publicNumInner img{
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.publicNumInner span{
  font-size: 15px;
  letter-spacing: 1px;
  color: #626666;
  margin-top: 15px;
}

/* 七、高校高质量考核结束 */

/* 分页 */
.pagenationArea{
  text-align: center;
  padding-bottom: 100px;
}
.hoverImg:hover img {
  transform: scale(1.1);
}







/* 公共代码----底部 */
.el_footer {
  background: url(../img/footerbg.png) no-repeat left top;
  background-size: 100% 100%;
  padding: 80px 0;
}

.footer_con {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}


.footer_left {
    width: 200px;
    /* background-color: orange; */
    padding-top: 10px;
    box-sizing: border-box;
}

    .footer_left .rightOuter {
        width: auto;
    }

        .footer_left .rightOuter img {
            width: 110px;
            height: auto;
            display: block;
            margin: 0 auto;
        }

.footer_right {
    width: calc(100% - 200px);
    border-left: 1px solid #fff;
    box-sizing: border-box;
    padding: 0px 0 0px 90px;
    /* background-color: palegoldenrod; */
    display: flex;
    justify-content: space-between;
}

.area_con_outerBox {
    /* background-color: pink; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.area_con {
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 24px;
}

    .area_con:last-child {
        margin-bottom: 0;
    }

.ewmArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    box-sizing: border-box;
    /* background-color: orange; */
}

    .ewmArea img {
        width: 110px;
    }

    .ewmArea span {
        color: #fff;
        font-size: 14px;
        margin-top: 10px;
    } 