p {
  margin: 0;
}

ul {
  padding: 0;
}

.layer1 {
  background: #f2faff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:100px 0;
}
.if-laery1{
    max-width:736px;
    margin:0 auto;
}
.layer1_search_div {
  width: calc(100% - 124px);
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 3px 4px 20px 0px #e2effb;
}
.layer1_search_div img {
  width: 21px;
  margin:0 20px;
}
.layer1_search_div input {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  outline: none;
}
.layer1_search_div input:focus {
  border-color: #fff;
}
.layer1_title {
  font-size: 0.18rem;
  color: #333333;
}
.layer1 .search-btn{
  width: 124px;
  text-align: center;
  font-size: 14px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #0064d2;
  color: white;
  cursor: pointer;
  height:50px;
  line-height:50px;
}
.layer1 .search-btn:hover{
  opacity: 0.8;
  transition: 0.2s 0.1s;
}
.layer1_scene {
  font-weight: 600;
}
.hot_history {
  text-align: center;
  padding-top:20px;
}
.hot_history a {
  font-size: 14px;
  color: #4498f1;
  display: inline-block;
  margin: 0 5px;
}

.hot_history .hot_search {
  color: #333333;
  font-size: 14px;
}
.search_title {
  position: relative;
}
.search_title::after {
  position: absolute;
  top: 4px;
  right: -0.036rem;
  height: 0.056rem;
  width: 1px;
  content: "";
  background-color: #4498f1;
}
.hot_history :last-child::after {
  position: absolute;
  top: 4px;
  right: -0.036rem;
  height: 0 !important;
  width: 1px;
  content: "";
  background-color: #ffffff !important;
}
.layer1_omit {
  color: #4498f1 !important;
  display: inline-block;
  padding: 0.03rem 0.04rem;
  cursor: pointer;

}
.layer1 .layer1_introduce {
  width: 1.79rem;
  font-size: 0.06rem;
  color: #777777;
  margin-top: 0.1rem;
  height: 0.5rem;
  overflow: hidden;
}

.understanding_cases {
  width: 0.76rem;
  height: 0.2rem;
  background: #0064d2;
  border-radius: 0.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.056rem;
}

.understanding_cases .detail_understanding_cases {
  margin-right: 0.08rem;
  color: #ffffff;
}

.understanding_cases:hover {
  opacity: 0.8;
  transition: 0.2s;
  cursor: pointer;
}

.understanding_cases img {
  width: 0.06rem;
}

.layer2 .nav_title {
  display: flex;
  border-bottom: 1px solid #eaf3fc;
  cursor: pointer;
}

.layer2 .nav_title li {
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
  color: #555555;
  box-sizing: border-box;
  position: relative;
  padding:20px;
  font-weight: 600;
  border-top: 2px solid #ffffff;
}
.loading{
  margin-top:50%
}
.loading img{
  width: 0.3rem;
}
@-webkit-keyframes rotation{
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(360deg);}
}

.imgRotate{
  -webkit-transform: rotate(360deg);
  animation: rotation 1.5s linear infinite;
  -moz-animation: rotation 1.5s linear infinite;
  -webkit-animation: rotation 1.5s linear infinite;
  -o-animation: rotation 1.5s linear infinite;
}


.result-list{
  min-height: 230px;
}
.text-center{
  text-align: center;
  line-height: 230px;
  color: #999;
}
.active_layer2_title {
  background-color: #f5fbff;
  color: #0064d2;
  border-top: 2px solid #0064d2 !important;
}

.active_layer2_title a {
  color: #0064d2;
}

.nav_title li:hover {
  background-color: #f5fbff;
  color: #0064d2;
  border-top: 2px solid #0064d2;
  transition: 0.2;
}

.nav_title li:hover a {
  color: #0064d2;
  transition: 0.2;
}
.layer2_num {
  font-size: 18px;
  padding:40px 0;
  color: #333333;
}
.layer2_num_num {
  color: #4498f1 !important;
  font-weight: 700;
  font-size: 22px;
  padding:0 5px;
}
.layer2_list {
  display: flex;
  justify-content: space-between;
  margin-bottom:40px;
}

.layer2_list .layer2_list_img {
  max-width: 315px;
  border-radius:10px;
  overflow: hidden;
  cursor: pointer;
}
.layer2_list .layer2_list_img a, .layer2_list .layer2_list_content a{
  display: inline-block;
  width: 100%;
  height: 100%;
}
.layer2_list .layer2_list_img:hover img {
  transform: scale(1.2);
  transition: 0.2s 0.1s;
}
.layer2_list .layer2_list_img .imgs {
}
.search-flex{
  display: flex;
  justify-content: flex-start;
}
.layer2_list .layer2_list_img .imgs img {
  width: 100%;
  height:auto;
}

.layer2_list_content {
  width:calc(100% - 315px);
  box-sizing: border-box;
  padding-left:20px;
  cursor: pointer;
}

.layer2_list .layer2_list_title {
  font-size:18px;
  color: #222222;
  font-weight: 600;
  margin:20px 0;
}
.layer2_list .layer2_list_title span{
    color:#4498f1;
}
.layer2_list .dept {
  font-size:14px;
  color: #829db5;
}
.layer2_list .layer2_list_introduce span{
    color:#4498f1;
}
.layer2_list .layer2_list_introduce {
  font-size: 14px;
  color: #777777;
  margin-bottom:20px;
}
/**分页样式*/
.l-page {
  margin-top: 30px;
  margin-bottom: 55px;
  margin: auto;
  text-align: center;
}
.l-page .ui-pagination-container .ui-pagination-page-item.active {
  background-color: #0064d2;
  color: #ffffff;
}
.l-page .ui-pagination-container .ui-pagination-page-item {
  margin: 0 0.06rem;
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  text-align: center;
  line-height: 0.2rem;
  color: #787e86;
  font-size: 0.064rem;
  border-radius: 50%;
  text-decoration: none;
  background-color: #fff;
}
.l-page .ui-pagination-container .ui-pagination-page-item:hover {
  color: #636363;
}
#pagination {
  padding: 0 1.25rem;
}
.layer2{
}
.inner-page .layer2 .nav_title li{
    padding:10px 20px;
}
.paging {
    padding-bottom:100px;
  background-image: url(https://ecomoss.ks3-cn-beijing.ksyuncs.com/assets/ceseListPage_bgc.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.layer2 .nav_title :last-child::after {
  content: "";
  height: 0px;
}
@media screen and (min-width: 1440px) {
  .layer1_title {
    font-size: 50px;
  }
  .layer1 .layer1_introduce,
  .layer2_list .dept,
  .layer2_list .layer2_list_introduce {
    font-size: 16px;
  }
  .understanding_cases {
    font-size: 14px;
  }
}
.current-title {
  color: #4498f1;
  text-decoration: none;
  font-size: 0.05rem;
  margin-right: 0.1rem;
}
@media only screen and (max-width: 1000px) {
  .layer1{
  }
  .layer2 .nav_title{
    padding: 0;
    justify-content: normal;
  }
  .layer2 .nav_title li{
    font-size: 12px;
    padding:0;
    width: fit-content;
    white-space: nowrap;

  }
  .layer2 .nav_title li span{
      padding:10px 20px;
      display: block;
      width: fit-content;
      white-space: nowrap;
  }
  .inner-page .layer2 .nav_title li{
      padding:0;
  }
  .layer1_search_div{
  }
  .layer1 .search-btn{
    font-size: 12px;
  }
  .hot_history .hot_search, .hot_history{
    font-size: 12px;
  }
  .layer2_list{
      display: block;
  }
  .layer2_list .layer2_list_img{
      max-width:100%;
      width:100%;
  }
  .layer2_list_content{
    font-size: 12px;
    width:100%;
    padding-left:0;
  }
  .result-list{
    font-size: 12px;
  }
  .inner-page .layer2 .nav_title li{
      font-size:12px;
      font-weight:400;
  }
}
#myPage {
  text-align: center;
}
