header {
    position: sticky;
    top: 0;
    z-index: 1001;
}
.head {
  background-color: #007607;
  height: 71px;
  overflow: hidden;
}
.head img {
  display: block;
}
.logo {
  max-width:200px;
  width: 40%;
}
.back {
  color: #136493;
  font-size: 24px;
  margin-right: 10px;
}

.topsearch {
  display: block;
  margin-left: auto;
  margin-right: 10px;
  text-align: center;
  cursor: pointer;
}
.topsearch img {
  width: 40px;
}
.topsearch span {
  display: block;
  width: 100%;
  height: 0.42rem;
  background-position: 0rem -1.19rem;
  width: 0.42rem;
}
.hidden {
  display: none;
}
.tsearch {
  position: absolute;
  height: 1rem;
  width: 100%;
  padding: 0.2rem 5%;
  left: 0;
  top: 51px;
  z-index: 99;
  background: #f2f2f2;
  box-sizing: border-box;
  display: none;
}
.tsearch input {
  -webkit-appearance: none;
}
.tsearch .txt {
  width: 78%;
  color: #666;
  text-indent: 0.15rem;
  font-size: 16px;
  height: 0.64rem;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 0.1rem;
  position: absolute;
  left: 5%;
  top: 0.2rem;
  border-top-left-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
}
.tsearch .btn {
  color: #fff;
  font-size: 18px;
  width: 16%;
  height: 0.62rem;
  line-height: 0.6rem;
  text-align: center;
  border: 0px;
  
  position: absolute;
  right: 5%;
  top: 0.2rem;
 
  border-radius: 0px .6rem .6rem 0px;
}
.btn_close_main {
  width: 50px;
  height: 51px;
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 9;
  display: none;
}
.btn_close_main .btn_close {
  width: 34px;
  height: 33px;
  margin: 8px;
  display: block;
}
.weather {
  font-size: 18px;
  font-weight: bold;
  color: #01507e;
  min-height: 44px;
  padding: 10px;
  letter-spacing: 2px;
  border-bottom: #ffc107 3px solid;
  background-color: #F9F9F9;
}

.nav {
  background-color: #defff4;
  padding-top: 10px;
  overflow: hidden;
}
.nav .item {
  width: 20%;
  padding: 0 0.1rem 10px;
  text-align: center;
  float: left;
}
.nav .item a {
  font-size: 20px;
}
.nav .item a img {
  max-width: 100%;
}
.nav .item a p {
  padding-top: 5px;
}
.notice {
  border-top: 5px solid #f4f4f4;
  border-bottom: 3px solid #f4f4f4;
}
.notice .con {
  height: 45px;
  border-radius: 5px;
  padding: 0 10px;
  background: linear-gradient(to bottom, #ffc107, #ffc107);
}
.notice .con .title {
  font-size: 25px;
  margin-right: 15px;
}
.notice .con .info {
  font-size: 18px;
}
.adv {
  border: 4px solid #ffc107;
}

.main {
  background-color: #f4f4f4;
  overflow: hidden;
}

.type-title {
  background: #ffc107;
  height: 35px;
  font-size: 25px;
  line-height: 35px;
  border-radius: 5px;
  padding: 0 10px;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.type-title h1 {
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-con {
  border: 2px solid #ffc107;
  border-radius: 5px;
}
.table-con table {
  width: 100% !important;
}
.fenlei-list ul li {
  border: 1px solid #dddddd;
  border-radius: 8px;
  margin: 5px 3px;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(to bottom, #fefefe, #f0f0f0, #fefefe);
}
.fenlei-list ul li a {
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  padding: 0 10px;
}

.tuce-list {
  overflow: hidden;
}
.tuce-list ul li {
  height: 40px;
  width: 33.3%;
  border: 1px solid #fff;
  line-height: 40px;
  background-color: #f5f5f5;
  float: left;
}

.tuce-list ul li a {
  display: block;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding: 0 0.1rem;
}

.photo-list ul {
  overflow: hidden;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
}

.photo-list ul li {
  width: 25%;
  float: left;
  padding: 5px;
}

.photo-list ul li .card-img {
}
.photo-list ul li .title {
  font-size: 16px;
  display: block;
  text-align: center;
  padding-top: 5px;
  background: #fff;
  padding-bottom: 5px;
}

.footer {
  background-color: #ffc107;
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px 5px 0 0;
  text-align: center;
}

.footer .sm,
.footer .copyright {
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}

.intro {
  background-color: #bef2da;
  padding: 0 25px;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 16px;
  margin: 10px 3px 15px;
}
.content {
  border: 4px solid #ffc107;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 0.15rem;
  font-size: 16px;
  line-height: 1.7;
}
.content p {
  margin: 5px 0 1em;
}
.btn {
  background-color: #ffc107;
  width: 160px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  font-size: 29px;
  border-radius: 10px;
  margin: 0 0.5rem 25px;
}
@media (max-width: 600px) {
  .weather {
    font-size: 16px;
  }
  .nav .item a {
    font-size: 16px;
  }
}

@media (max-width: 540px) {
    
    .type-title {
  background: #ffc107;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  border-radius: 5px;
  padding: 0 10px;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tuce-list ul li a {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding: 0 0.1rem;
}
.fenlei-list ul li a {
    display: block;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    padding: 0 10px;
}
.notice .con .title {
    font-size: 15px;
    margin-right: 15px;
}
.type-title h1 {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
  
  .photo-list ul li .title {
    font-size: 14px;
    display: block;
    text-align: center;
    padding-top: 5px;
    background: #fff;
    padding-bottom: 5px;
} 
.photo-list ul li .title {
    font-size: 14px;
    display: block;
    text-align: center;
    padding-top: 5px;
    background: #fff;
    padding-bottom: 5px;
}
    
    
  .intro .position {
    display: none;
  }
  .intro .time {
    float: none;
    text-align: center;
  }
  .photo-list ul li {
    width: 33.333%;
  }
}
