@charset "utf-8";
.imglist {
  width: 100%;
}

.imglist ul li {
  width: 100%;
  background-color: #fff;
  padding: .4rem;
  display: flex;
  margin-bottom: .2rem;
}

.imglist ul li .img {
  width: 20%;
  overflow: hidden;
}

.imglist ul li .img:hover img {
  transition: all 0.3s;
  transform: scale(1.1);
}

.imglist ul li .img img {
  width: 100%;
}

.imglist ul li .txtt {
  margin-left: .5rem;
  width: 80%;
}

.imglist ul li .txtt p:nth-child(1) a {
  font-size: .2rem;
  font-weight: bold;
}

.imglist ul li .txtt p:nth-child(2) {
  font-size: .16rem;
  color: #c7c7c7;
  margin-top: .3rem;
}

.imglist ul li .txtt p:nth-child(3) {
  border-top: 1px solid #d7d7f1;
  width: 2rem;
  font-size: .16rem;
  margin-top: .3rem;
  padding: .05rem;
}

.wzlist {
  width: 100%;
}

.wzlist ul li {
  width: 100%;
  padding: .2rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: .2rem;
  position: relative;
  border-bottom: 1px solid #ccc;
  align-items: center;
}

.wzlist ul li:hover {
  background: url(../images/frame/listbg.png) center/cover no-repeat;
  border-bottom: 0;
}

.wzlist ul li:hover .times {
  color: #fff;
}

.wzlist ul li:hover .txtt p:nth-child(2) {
  color: #fff;
}

.wzlist ul li:hover .txtt a {
  color: #fff;
}

.wzlist ul li:hover .btn {
  background: url(../images/frame/2.png) center no-repeat;
  border: 0;
}

.wzlist ul li:hover .btn::after {
  content: "";
  width: .63rem;
  height: .63rem;
  border-radius: 50%;
  border: 2px dashed #fff;
  position: absolute;
  top: 0rem;
  left: 0rem;
  animation: rotateBorder 3s linear infinite;
}

@keyframes rotateBorder {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.wzlist ul li .times {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif !important;
  width: 8%;
  color: #333;
  border-right: .01rem solid #ccc;
  /* 宽度和高度都设置为.82rem */
}

.wzlist ul li .times p:nth-child(1) {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: .3rem;
  font-weight: bold;
}

.wzlist ul li .times p:nth-child(3) {
  font-size: .14rem;
  font-family: Arial, Helvetica, sans-serif !important;
}

.wzlist ul li .txtt {
  width: 85%;
  margin-left: .2rem;
}

.wzlist ul li .txtt p:nth-child(1) a {
  font-size: .22rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wzlist ul li .txtt p:nth-child(2) {
  font-size: .16rem;
  color: #acacac;
  margin-top: .1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: .28rem;
}

.wzlist ul li .btn {
  width: 8%;
  width: .63rem;
  height: .63rem;
  border-radius: 50%;
  border: 2px dashed #ccc;
  background: url(../images/frame/1.png) center no-repeat;
  position: relative;
}

.btlist {
  width: 100%;
}

.btlist ul li {
  width: 100%;
  padding: .2rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: .2rem;
  border-bottom: 0.01rem dashed #ccc;
  align-items: center;
  font-size: .18rem;
}

.btlist ul li img {
  margin-right: .1rem;
  width: 0.19rem;
}

.btlist ul li p {
  font-size: .16rem;
  color: #666;
}

.threeNav {
  display: flex;
  margin: .2rem 0rem;
}

.threeNav .thnav {
  width: 1.5rem;
  border-right: 1px solid #ebebff;
}

.threeNav .thnav li {
  width: 1.5rem;

  padding: .1rem;
  margin: .16rem 0rem;
}

.threeNav .thnav li a {
  font-size: .18rem;
}

.threeNav .thnav .activeTh {
  background: #ebf5ff;
  font-weight: bold;
  border-radius: .01rem;
}

.threeNav .thnav .activeTh a {
  color: #0c5fbb;
}

.threeNav .listTh {
  width: 100%;
  padding-left: .2rem;
}

.threeNav .listTh li {
  width: 100%;
  padding: .2rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: .2rem;
  position: relative;
  align-items: center;
}

.threeNav .listTh li:hover {
  background: url(../images/frame/listbg.png) center/cover no-repeat;
  border-bottom: 0;
}

.threeNav .listTh li:hover .times .tim {
  color: #fff;
}

.threeNav .listTh li:hover .times p {
  color: #fff;
}

.threeNav .listTh li:hover .txtt p:nth-child(2) {
  color: #fff;
}

.threeNav .listTh li:hover .txtt a {
  color: #fff;
}

.threeNav .listTh li:hover .btn {
  background: url(../images/frame/2.png) center no-repeat;
  border: 0;
}

.threeNav .listTh li:hover .btn::after {
  content: "";
  width: .63rem;
  height: .63rem;
  border-radius: 50%;
  border: 2px dashed #fff;
  position: absolute;
  top: 0rem;
  left: 0rem;
  animation: rotateBorder 3s linear infinite;
}

@keyframes rotateBorder {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.threeNav .listTh li .times {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif !important;
  width: 8%;
  color: #333;
  border-right: .01rem solid #ccc;
  /* 宽度和高度都设置为.82rem */
}

.threeNav .listTh li .times p:nth-child(1) {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: .3rem;
  font-weight: bold;
  color: #0c5fbb;
}

.threeNav .listTh li .times p:nth-child(3) {
  font-size: .14rem;
  font-family: Arial, Helvetica, sans-serif !important;
}

.threeNav .listTh li .txtt {
  width: 85%;
  margin-left: .2rem;
}

.threeNav .listTh li .txtt p:nth-child(1) a {
  font-size: .2rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.threeNav .listTh li .txtt p:nth-child(2) {
  width: 90%;
  font-size: .16rem;
  color: #acacac;
  margin-top: .1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: .28rem;
}

.threeNav .listTh li .btn {
  width: 8%;
  width: .63rem;
  height: .63rem;
  border-radius: 50%;
  border: 2px dashed #ccc;
  background: url(../images/frame/1.png) center no-repeat;
  position: relative;
}

.threeNav .content {
    margin-top: .3rem;
    width: 100%;
    margin-left: .8rem;
}

@media screen and (max-width: 1200px) {
  .imglist ul li .img {
    width: 50%;
  }
  .wzlist ul li .btn {
    display: none;
  }
  .wzlist ul li .times {
    border-right: 0;
  }
.wzlist {
    width: 100%;
    padding: .2rem;
}
.wzlist ul li .txtt p:nth-child(1) a {
    font-size: .3rem;
    line-height: .5rem;
}
.wzlist ul li .txtt p:nth-child(2) {
    font-size: .25rem;
    line-height: .5rem;
}
.wzlist ul li .times p:nth-child(1) {
    font-size: .58rem;
}
.wzlist ul li .times p:nth-child(3) {
    font-size: .2rem;
}
.imglist ul li .txtt p:nth-child(1) a {
    font-size: .28rem;
    font-weight: bold;
}
.imglist ul li .txtt p:nth-child(2) {
    font-size: .25rem;
}
.imglist ul li .txtt p:nth-child(3) {
    font-size: .18rem;
}

.imglist ul li .txtt {
    margin-left: .25rem;
    width: 100%;
}



}