.font20{font-size: 20px;font-family: "宋体", "微软雅黑";}
a {text-decoration: none!important;}
  .slideshow-container {
    position: relative;
    max-width: 1000px;
    margin: auto;
  }

  .mySlides {
    position: relative;
    display: none;
    max-width: 100%;
    height: auto;
  }

  .mySlides img {
    width: 100%;
  }

  .slide-caption {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.5); /* 半透明背景 */
    color: white;
    padding: 5px 0;
    font-size: 16px;
  }

  .slide-caption a {
    color: white;
    text-decoration: none;
  }
.wp-block-latest-posts__post-title{font-size: 24px;}
li a:hover {
    color: red!important;
}
h1 a:hover {
    color: blue!important;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin: 0 -38px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  .active, .dot:hover {
    background-color: #717171;
  }

  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }

  @-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
  .newslist li {
    height: 48px;
    min-height: 24px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.hometuijian li {margin-bottom: 20px;color: #333;}