:root {
  --wzColor: #43C3FD;
}
/*换行*/
.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  {
  width: 1200px;
  margin:0 auto;
}
.p-l-20 {
  padding-left: 20px;
}
.p-l-50 {
  padding-left: 50px;
}
.p-l-30 {
  padding-left: 30px;
}
.p-r-20 {
  padding-right: 20px;
}
.p-r-40 {
  padding-right: 40px;
}
.logo img{
  width:172px;
  height: 50px;
  display: block;
  margin-top:8px;
}
.head{
  border-bottom: 2px solid #eee;
}
.head .head1{
  line-height: 60px;
}
.nav{
   height: 60px;
   line-height: 60px;
}
.nav li {
  padding: 0px 30px;
   margin-left: 20px;
}
.nav li a {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    padding-bottom: 10px;
}
.nav  .active a{
  color:var(--wzColor);
  border-bottom: 4px solid var(--wzColor);
}
.nav .active a:hover {
  border-style: none;
  color:#333;
}
.nav li a:hover {
  text-decoration: none;
  color:var(--wzColor);
  border-bottom: 4px solid var(--wzColor);
}
/**/
.title {
  padding-bottom: 10px;
  line-height: 47px;
  border-bottom: 1px solid var(--wzColor)
}
.title span {
  font-size: 24px;
  font-weight: 400;
  color:var(--wzColor);
}
.title a {
  font-size: 16px;
  font-weight: 400;
  color:var(--wzColor);
}
.title a:hover {
  text-decoration: none;
  color:#888;
}
/**/
.list1 ul {
  padding-left: 0;
  margin: 0;
}
.list1 li {
  padding: 19px 0;
  border-bottom: 1px solid #E6E6E6;
}
.list1 li a {
  width: 86%;
  font-size: 18px;
  font-weight: 400;
  color:#333;
}
.list1 li a:hover {
  text-decoration: none;
  color:var(--wzColor);
}
.list1 li span {
  font-size: 16px;
  font-weight: 400;
  color:#999;
}
/**/
.list2 img {
  height: 169px;
}
.list2 div p {
  font-size: 18px;
  font-weight: 400;
  color:#333;
  text-align: center;
}
.list2 div a:hover {
  text-decoration: none;
  color:#888;
}
.list2 .uk-card {
  padding:26px 20px;
}
/*友情链接*/
.link p {
   flex-wrap: wrap;
   justify-content: flex-start;
}
.link p a {
  margin-right: 15px;
  font-size: 12px;
  font-weight: 400;
  color:#999;
}
.link p a:hover {
  text-decoration: none;
  color:var(--wzColor);
}
/*footer*/
.footer {
  margin-top: 40px;
  padding: 50px 30px;
  background: #333;
} 
.footer p {
  text-align: center;
  font-size:18px;
  font-weight: 400;
  text-align: center;
  margin: 6px 0;
  color: #ccc;
  letter-spacing: 1px;
}
/*面包屑*/
.breadcrumb a img {
  width: 10px;
  height: 18px;
}
.breadcrumb span img {
  display: block;
  width: 24px;
  height: 26px;
  margin: -2px 10px 0 0;
}
.breadcrumb span {
  font-size: 18px;
  font-weight: 400;
  color:#333;
}
.breadcrumb a {
  color:#333;
}
.breadcrumb a:hover {
  text-decoration: none;
}
/**/
.list-home img {
  height: 169px;
}
.list-home p {
  font-size: 18px;
  font-weight: 400;
  color:#333;
}
.list-home a:hover {
  text-decoration: none;
  color:#888;
}
.list-home .uk-card-body{
  padding:15px;
}
/*分页*/
.pageTurn {}
.pageTurn ul {
  padding: 0;
  text-align: center;
}
.pageTurn ul li {
  display: inline-block;
  margin: 0 5px;
  font-size: 20px;
  font-weight: 400;
  border: 1px solid #ddd;
border-radius: 10px;
  padding: 3px 10px;
}
.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:nth-child(1) {
  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;
}
.pageTurn .thisclass:hover{
  color:#333;
}
.pageTurn .pageinfo{
  color: #fff;
}
/**/
.textTitle h1 {
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.textTitle .d1 {
  
}
.textTitle .d1 span {
  font-size: 18px;
  font-weight: 400;
  color: #999;
  padding: 0 8px;
}
.textTitle .d1 .s1 {
  margin-right: 15px;
  padding-right: 15px;
}
.textContent {
  margin-top: 40px;
  font-size: 24px;
  line-height: 36px;
  color: #666;
}
.textContent p,.textContent div {
  font-size: 14px!important;
  font-weight: 400;
  color: #666!important;
  margin-bottom: 15px;
}
.textContent img  {
    display: block;
    margin:0 auto;
     height:auto!important;
    width:100%!important;
}
.pageTurn>div,.pageTurn>div a {
  font-size: 18px;
  font-weight: 400;
  color:#333;
}
.pageTurn>div {
  color:var(--wzColor);
}
