html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #F4F4F4;
}
.top_iframe {
  width: 100%;
  height: 226px;
  border: 0;
  overflow: hidden;
}

.top_ifram{
  /* position: absolute;
  top: 0; */
  z-index: 999;
  /* height: 60px; */
  background: transparent;
}

.footer_iframe {
  /* width: 100%;
  height: 216px;
  border: 0; */
  overflow: hidden;
 /*  position: fixed;
  bottom: 0;
  z-index: 9999; */
  margin-top: 10px;
}

.container {
  min-height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
}

.container .main {
  width: 100%;
  flex: 1;
  background: #ffffff;
  /* padding-top: 60px; */
  /* margin-top: -90px; */
  /* padding-bottom: 100px; */
}

.main .main_content {
  width: 1200px;
  margin: 0 auto;
}

.block1 {
  /* height: 400px; */
  display: flex;
  background: #ffffff;
  margin: 10px 0;
}

.block1 .swiper {
  width: 572px;
  height: 372px;
  overflow: hidden;
  margin: 10px;
}

.swiper-container {
  height: 100%;
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
}

.block1 .news {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 10px;
}

.news .title {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #00bcce;
  border-bottom: 1px solid #00bcce;
  display: flex;
  justify-content: space-between;
}
.news .news_list {
  height: 150px;
  margin: 0;
  padding: 0 0 0 20px;
  overflow: hidden;
}
.news .news_list_item {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  position: relative;
}

.news_list_item .topic {
  width: 460px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_list_item .date {
  position: absolute;
  top: 0;
  right: 10px;
  color: #666666;
}

.block2 {
  background: #ffffff;
  margin: 10px 0;
}

.logo_title {
  width: 230px;
  height: 88px;
  line-height: 88px;
  background-image: url(../image/title.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #00bcce;
}

.banner {
  /* height: 98px;
  box-sizing: border-box;
  padding: 0 10px 10px;
  margin-top: 20px; */
  overflow: hidden;
}

.swiper-banner {
  height: 100%;
}

.exam {
  display: flex;
  box-sizing: border-box;
  padding: 0 50px;
}

.exam_type {
  width: 132px;
  margin: 0 30px 10px;
}

.exam_type_item {
  height: 54px;
  line-height: 54px;
  border: 1px solid #9C9C9C;
  text-align: center;
  color: #666666;
  margin-top: -1px;
  cursor: pointer;
}
.exam_type_active  {
  height: 54px;
  line-height: 54px;
  border: 1px solid #9C9C9C;
  text-align: center;
  margin-top: -1px;
  cursor: pointer;
  background: #00BCCE;
  color: #fff;
}
.exam_right {
  flex: 1;
}

.tab {
  width: 100%;
  border-bottom: 1px solid #00bcce;
  display: flex;
}

.tab_item {
  padding: 0 30px 0;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}

.tab_item_active {
  color: #00bcce;
}

.tab_list {
  /* height: 180px; */
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-height: 262px;
}
.tab_list li {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  position: relative;
}

.el-button--primary,
.el-button--primary:active {
  background: #255EA5;
  border-color: #255EA5;
}
.el-button--primary:hover,
.el-button--primary:focus {
  background: #366eb4;
  border-color: #366eb4;
}
.el-button--primary.is-disabled, .el-button--primary.is-disabled:active, .el-button--primary.is-disabled:focus, .el-button--primary.is-disabled:hover{
  color: #FFF;
  background-color: #CCCCCC;
  border-color: #CCCCCC;
}

.top {
  /* height: 226px; */
  height: auto;
  width: 100%;
  overflow: hidden;
  background: #FFFFFF;
  /* position: absolute; */
  position: fixed;
  z-index: 99;
  top: 0;
}
.top-10 {
  height: 60px;
  width: 100%;
  overflow: hidden;
}

.bar {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  /* background: #f4f4f4; */
  box-shadow: inset 0px -1px 0px 0px #e5e5e5;
  margin-right: calc(100% - 100vw);
}

.bar .content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.bar .content img{
  margin-right: 25px;
}

.wrap {
  width: 1200px;
  height: 116px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: center;
}

.wrap .logo {
  width: 58px;
  height: 78px;
  margin-right: 20px;
}

.wrap .logo img {
  height: 100%;
  width: 100%;
}

.wrap .info .title {
  font-size: 30px;
  font-weight: bold;
  height: 42px;
  line-height: 42px;
}

.wrap .info .side_title {
  font-size: 18px;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
}

.menu {
  height: 60px;
  line-height: 60px;
  background: #00bcce;
}
.menu_list {
  width: 1200px;
  /* width: 800px; */
  height: 100%;
  margin: 0 auto;
  display: flex;
  font-size: 18px;
}
.content_menu{
  display: flex;
  color: #666666;
}
.flex-box{
  display: flex;
}
.menu_item {
  /* flex: 1; */
  /* width: 120px; */
  padding: 0 25px;
  flex-shrink: 0;
  text-align: center;
  cursor: pointer;
  /* color: #ffffff; */
}

.menu_item_active {
  color: #255EA5;
}

.login span:hover {
  color: #255EA5;
}
.el-dropdown-link {
  cursor: pointer;
}
.el-icon-arrow-down {
  font-size: 12px;
}
.top_bar{
  margin-top: 60px;
}
.el-message{
  z-index: 99999999 !important;
}
[v-cloak] {
  display: none;
}