a {
  text-decoration: none;
}

* {
  padding: 0;
  margin: 0;
  font-family: '微软雅黑';
}

ul,
li {
  list-style: none;
}

html,
body {
  background-color: #f9f9f9;
}


.BigPictureBox {
  min-height: 100vh;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  overflow: hidden;
  background-color: white;
  padding: 15px;
  box-sizing: border-box;
}
.HomeBox{
  width: 100%;
  height: 130px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;

}
.HomeImg {
  position: relative;
}
.HomeImg>img{
  width: 100px;
  height: 100px;
  border-radius: 10px;
  /*margin-top: 10px;*/
}
.right{
  width: 100%;
  padding-left: 10px;
}
.rightTitle{
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  font-weight: bold;
  color: black;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 0px 10px 0px 10px;
  margin-bottom: 5px;
}
.rightTitle2{
  color: #9da9b1;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;
  overflow: hidden;
  margin-bottom: 5px;

}
.btn{
  padding: 8px 20px;
  background-color:#7da8f6 ;
  color: #fff;
  border-radius: 10px;
  box-shadow: 2px 0px 5px  #7ea9f5;
  border: none;
}
.btnBox{
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: space-around;*/
  text-align: right;
}
.btnBoxSpan{
  font-size: 14px;
  display: flex;
  align-items: center;
}

/*轮播图和横向轮播*/
.swiper-slide>a>img{
  width: 100%;
  max-width: 540px;
}
.swiper{
  width: 100%;
  max-width: 540px;
}
.bodyAll{
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,.2);
  width: 100%;
  max-width: 540px;
  margin: auto;
}
.HengLunBo{
  width: 100%;
  /*max-width: 540px;*/
  background-color: white;
  overflow: hidden;
}
.HengLunBoTitle{
  width: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
  font-size: 26px;
  font-weight: bold;
  background-color: white;
}
.HengLunBoImg{
  width: 90px;
  height: 90px;
  display: block;
  border-radius: 10px;
  margin: auto;
}
.HengLunBoBox{
  width: 110px;
  flex: 0 0 auto;
  box-shadow: 10px 10px 8px #f1f1f1;
  margin: 0px 8px;
  border-radius: 10px;
}
.TitleLunBo{
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 5px 0px;
  color: black;
  text-align: center;
}
.HengLunBoBigBox{
  display: flex;

  padding-bottom: 40px;
  animation: scrollLeft 30s linear infinite;

}
.HengLunBoBigBox::-webkit-scrollbar{
 display: none;
}
.kb{
  width: 100%;
  height: 20px;
  background-color: #f5f7fa;
}
.FooterBar{
  background-color: #2f2f2f;
  text-align: center;
  padding: 10px 25px;
  color: #5a6268;
  /*color: white;*/
  font-size: 14px;
}
.FooterBar>a{
  color: #5a6268;
  /*color: white;*/

}
.mfpostion{
  position: absolute;
  top: 13px;
  right: 2px;
  background-color: lawngreen;
  padding: 2px 5px;
  color: white;
  border-radius: 6px;
  font-size: 12px;
  display: none;
}
.ArticleSummary{
  padding: 10px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #F1F8FF;
  border-radius: 10px;
  margin-bottom: 15px;
}
a{
  color: black;
}
.WenZhangTitle{
  width: 90%;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}
.WenZhangBox{
  padding-bottom: 20px;
}
.GengDuoArticle{
  width: 70%;
  height: 40px;
  background-color: cornflowerblue;
  text-align: center;
  line-height: 40px;
  margin: auto;
  border-radius: 10px;
  color: white;
  cursor: pointer;
}

@keyframes scrollLeft {
  0%{
    transform:translateX(0);
  }
  100%{
    transform: translateX(calc(-100% - 90px));
  }
  
}
/*分类列表*/
.classification{
  width: 96%;
  min-height: 100px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding-top: 10px;
}
.classification>a{
  display: block;
  height: 25px;
  line-height: 25px;
  padding: 5px 10px;
  margin-right: 15px;
  margin-bottom: 10px;
  cursor: pointer;
  background-color: #00b7ee;
  border-radius: 5px;
  color: white;
}
.deilyBox{
  background-color: white;
}
.dailyOne{
  width: 90%;
  margin: auto;
  min-height: 50px;
  background-color: white;
  color: black;
  border-radius: 10px;
  box-shadow: 1px 0px 5px 2px #cfcfcf;
}
.deilyOneImg{
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  padding-bottom: 30px;
}
.deilyOneImg>img{
  border-radius: 10px;
  display: block;
  margin: auto;
  max-height: 400px;
  max-width: 360px;
}
.poetryBox{
  width: 100%;
  min-height: 70px;
  margin: auto;
  background-color: white;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 10px;
  border-radius: 0px 0px 10px 10px;
}
.dailyMove{
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0px 10px;
  text-align: right;
  box-sizing: border-box;
}
.deilyBox{
  padding-bottom: 4px;
}
.zuozhe{
  text-align: right;height: 40px;line-height: 40px
}
.deilyDetailBox{
  width: 96%;
  margin: auto;
  padding-top: 20px;
}
.deilyDetailBox>img{
  width: 100%;
  border-radius: 10px;
}
.deilyContent{
  width: 96%;
  margin: auto;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.5;
}
.deilyZuozhe{
 text-align: right;
  margin-top: 20px;
  width: 96%;
}
.deilyHeadBox{
  background-color: white;
}
.deilyHead{
  width: 90%;
  height: 40px;
  line-height: 40px;
  background-color: white;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
}
#dateDeily{
  font-size: 14px;
  line-height: 40px;
}

.blockLeft{
  width: 6px;
  height: 20px;
  background-color: rgb(227 109 96);
  border-radius: 10px;
  margin-right: 8px;
}
.deilyDate{
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 40px;

}