:root {
  --wzColor: #197C82;
}
* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color:#333;
}

ul {
  list-style: none;
}
/*换行*/
.twoHang{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.threeHang{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
 .main  {
  margin:0 0.3rem;
}
.pd-30 {
  padding:0 0.3rem;
}
.logo {
  margin:0.18rem 0 0.46rem 0;
}
.logo img{
  display: block;
  width: 1.8rem;
  height: 0.53rem;
}
.nav ul {
  padding-left: 0;
  margin:0;
}
.nav li {
  padding-right:0.25rem ;
}
.nav li a {
  display: block;
  font-size: 0.3rem;
  font-weight: 400;
  color:#333;
}
.nav .active a{
  color:var(--wzColor);
}
.nav .active a:hover {
  text-decoration: none;
  border-style: none;
  color:#333;
}
.nav li a:hover {
  text-decoration: none;
  color:var(--wzColor);
  border-bottom: 0.06rem solid var(--wzColor);
}
.nav .scro-x {
  display: -webkit-box;
  display: -ms-flexbox;
  overflow-x: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav .scro-x::-webkit-scrollbar {
  display: none;
}
/**/
.title {
  position: relative;
  height: 0.5rem;
}
.title a,.title span {
  position: absolute;
  z-index:1;
  font-size: 0.32rem;
  font-weight: 700;
  color: var(--wzColor);
}
.title a:hover {
  text-decoration: none;
  color:#888;
}
.title div {
  position: absolute;
  top: 0;
  left:20%;
  width: 6rem;
  height: 0.6em;
  background: url(../images/t1.png) no-repeat;
  background-size: 4.39rem 0.44rem;
}
/**/
.list1 ul {
  padding-left: 0;
  margin: 0;
  flex-wrap: wrap;
}
.list1 li {
  width: 3.3rem;
  margin-top:0.3rem;
}
.list1 li a {
  display: block;
  width: 3.3rem;
}
.list1 li a .p1 {
  font-size: 0.28rem;
  font-weight: 700;
  color:#333;
}
.list1 li p {
   font-size: 0.24rem;
   font-weight: 400;
   color:#999;
   margin:0.1rem 0 0 0;
}
.list1 li span {
  display: inline-block;
  width: 1rem;
  height: 0.66rem;
  margin-top: 0.1rem;
}
.list1 li span a {
  width: 100%;
  font-size: 0.24rem;
  font-weight: 400;
  color:var(--wzColor);
  border:0.01rem solid var(--wzColor);
  border-radius: 0.2rem;
  text-align: center;
  padding:0.06rem 0.08rem;
}
.list1 li a:hover,.list1 li span a:hover {
  text-decoration: none;
  color:#888;
}
.list1 li a p:hover {
  color:#888;
}
/**/
.list2 ul {
  padding-left: 0;
  margin:0;
  flex-wrap: wrap;
}
.list2 li {
  position: relative;
  width: 3.3rem;
  list-style: none;
  margin-top:0.3rem;
}
.list2 li a {
  display: block;
  width: 3.3rem;
}
.list2 li .uk-overlay {
  padding:0.12rem 0.24rem;
}
.list2 li div p {
  font-size: 0.24rem;
  font-weight: 400;
  color:#fff;
  text-align: center;
}
/**/
.list3 ul {
  padding-left: 0;
  margin:0;
}
.list3 li {
  padding: 0.3rem 0;
  border-bottom: 0.01rem solid #e6e6e6;
}
.list3 li>div a {
  width: 86%;
  font-size: 0.28rem;
  font-weight: 700;
  color:#333;
}
.list3 li>div span {
  font-size: 0.28rem;
  font-weight: 400;
  color:#999;
}
.list3 li p {
  font-size: 0.24rem;
  font-weight: 400;
  color:#666;
  margin:0.2rem 0 0 0 ;
}
/**/
.link {
  -webkit-box-pack: start;
  justify-content: start;
  flex-wrap: wrap;
}
.link span ,.link a {
  font-size: 0.24rem;
  font-weight: 400;
  color:#333;
  margin-right: 0.18rem;
}
/*footer*/
.footer {
  margin-top: 0.4rem;
  padding: 0.5rem 0.3rem;
  background: #333;
} 
.footer p {
text-align: center;
  font-size: 0.22rem;
  text-align: center;
  margin: 0.06rem 0;
  color: #fff;
  letter-spacing: 0.01rem;
}
/*面包屑*/
.breadcrumb span {
  font-size: 0.24rem;
  font-weight: 400;
  color:#666;
}
.breadcrumb a {
  color:#666;
}
.breadcrumb a:hover {
  text-decoration: none;
}
/*分页*/
.pageTurn {
  margin-top: 0.4rem;
}
.pageTurn ul {
  padding: 0 0.2rem;
  margin:0;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}
.pageTurn ul li {
  display: inline-block;
  font-size: 0.24rem;
  font-weight: 400;
  border: 0.01rem solid #ddd;
  padding: 0.06rem 0.2rem;
  border-radius: 0.2rem;
  margin:0.1rem 0.2rem;
}
.pageTurn ul li a {
  color: #333;
}
.pageTurn ul li:hover{
  color:var(--wzColor);
}
.pageTurn ul li:hover a {
  text-decoration: none;
  color:var(--wzColor);
}
.pageTurn ul li:first-child {
  background: #E6E6E6;
}
.pageTurn ul li:last-child {
  background: #666666;
}
.pageTurn ul li:last-child a {
  color:#fff;
}
.pageTurn .thisclass{
    color:var(--wzColor);
    border-style: none;
    font-weight: 700;
}
.pageTurn .thisclass:hover{
  color:#333;
}
.pageTurn .pageinfo{
  color: #fff;
}
/**/
.textTitle h1 {
  font-size: 0.32rem;
  color: #333333;
  font-weight: 700;
  margin-bottom: 0.3rem;
  text-align: center;
}
.textTitle .d1 {
  background: #F7F7F7;
  padding:0.06rem 0;
}
.textTitle .d1 span {
  font-size: 0.24rem;
  font-weight: 400;
  color: #999;
  padding: 0 0.16rem;
}
.textTitle .d1 .s1 {
  margin-right: 0.3rem;
  padding-right: 0.3rem;
  border-right: 0.01rem solid #333;
}
.textContent {
  margin-top: 0.4rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #666;
}
.textContent p,.textContent div {
  font-size: 0.28rem!important;
  font-weight: 400;
  color: #666!important;
  margin-bottom: 0.3rem;
}
.textContent img  {
    display: block;
    margin:0 auto;
    height:auto!important;
    width:100%!important;
}
.pageTurn1 {
  background: #e7e7e7;
}
.pageTurn1>div,.pageTurn1>div a {
  font-size: 0.28rem;
  font-weight: 400;
  color:#333;
}
.pageTurn1>div {
  color:var(--wzColor);
}
