﻿@charset "utf-8";
/*CSS通用重置样式*/
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form, fieldset, legend, input, button,textarea, p, blockquote, th, td {margin:0;padding:0;list-style:none; text-decoration:none;}
fieldset, img {border:0;}
:focus {outline:0;}
address, caption, cite, code, dfn,em, th, var, optgroup,i {font-style:normal;font-weight:normal;}
h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal;}
abbr, acronym {border:0;font-variant:normal;}
input, button, textarea,select, optgroup, option {font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
code, kbd, samp, tt {font-size:100%;}
input, button, textarea, select {*font-size:100%;}
body {font-size:12px;color:#333;background:#FFF;}
ol, ul {list-style:none;}
caption, th {text-align:left;}
sup, sub {font-size:100%;vertical-align:baseline;}
:link, :visited , ins {text-decoration:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
a{text-decoration:none;}
a:hover{text-decoration:none;}
img{vertical-align:middle;}
.clearfix:before,.cf:before,.clearfix:after,.cf:after{content:"\0020";display:block;height:0;overflow:hidden;}
.clearfix:after,.cf:after{clear:both;}
.clearfix,.cf{zoom:1;}
html{_text-overflow:ellipsis;} /*���IE6��ͼƬ����*/ 
iframe{display:block;}

ol, ul {list-style: none;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* Init */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend{margin: 0; padding: 0;border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;}

/* common */
body { font: 14px/1.5 "Helvetica Neue", Microsoft YaHei, "Microsoft Yahei", Helmet, Freesans, sans-serif; color:#333333; 
}
a,a:visited{ text-decoration:none;}

.clearer{ line-height:0px; clear:both; }
strong{ font-weight:bold;}

/* new clear .clear{overflow:hidden; zoom:1; clear:both;}*/
.clear:after {content: ".";clear: both;height: 0;visibility: hidden;display: block;} 
.clear {display: inline-block;    }
/**//* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/**//* End hide from IE-mac */

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-size: .32rem;
  background-color: #f5f5f5;
  }
  .m-nfwheader ,.m-cnav{
    display: none;
  }
.header {
     width: 7.5rem;
    margin: 0 auto;
}
.header img {
  width:100%;
}
.wrapper {
  width: 7.5rem;
  margin: 0 auto;
  padding: 0 .32rem .12rem;
  box-sizing: border-box;
  padding-top: 0.22rem;
  opacity: 1;
  background: #fff;
  margin-bottom: .16rem;
  position: relative;
}
.header-swiper {width:100%;
   position: relative;
   border-radius: 0.1rem;
   overflow:hidden;
   margin-top:-0.5rem;
  margin-bottom: 0.4rem;}
.header-swiper img {

width:100%;
}
.header-swiper h5 {
  width: 100%;
  color: #fff;
  font-size: 18px;
  z-index: 10;
  height: 45px;
  line-height: 45px;
  background: rgba(15,36,90,0.8);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
  text-align: center;
  position: absolute;
  bottom: 0px;
}

.header-swiper h5 a {
  color:#fff;
}
.banner .swiper-pagination {
  bottom:0.1rem;
}
.banner  .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,6px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,6px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color,#114ede);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .32);
}
.banner .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color,#114ede);
}


.top {
  width:100%;
}

.top img {
  width:100%;
}


.imglist {
  width:100%;
  margin:0 auto; 
  overflow:hidden;
}
.imglist ul {
  overflow:hidden;
}
.imglist ul li {
  float: left;
  width: 45%;
  height: 3.2rem;
  margin-left: 2%;
  margin-right: 2%;
  padding-bottom:1vh;
  border:1px solid #eaeaea;
  margin-top: 2vh;
}
.imglist ul li img {
  width:100%;

}
.imglist ul li h5 {
  width: 96%;
  margin: 0 auto;
  height: 8vh;
  padding-top: 1vh;
  padding-bottom: 0.5vh;
  overflow: hidden;
  font-size: 2.4vh;
  line-height: 4vh;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.morem {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  width: 20vh;
  height: 5vh;
  background: #99c3ee;
  color: #fff;
  text-align: center;
  line-height: 5vh;
  margin: 0 auto;
  margin-top: 2vh;
  margin-bottom: 2vh;
}
.con-list {
  width: 100%;
  margin-top: 0.3rem;
}


.con-list li {
  width:100%;
}
.con-list li a.alist {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 0 .2rem;
  padding: .2rem 0;
  border-bottom: 1px solid hsla(0,0%,93.3%,.8);
  font-size: .32rem;
  color: #333;
  -webkit-box-align: start;
  align-items: flex-start;
}


.article-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: auto;
  min-height: 1rem;
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.article-info-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 2em;
  font-size:0.32rem;
  margin-bottom: 0.2rem;
}
.article-info-time {
  font-size: .24rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  line-height: 1;
  color: #999;
}
.article-info-img {
  -webkit-box-flex: 0;
  flex: none;
  width: 2rem;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.article-info-img img {
  width:100%;
}

.bookcon {
  width:100%;
  overflow:hidden;
  margin-top: 0.35rem;
}
.book {
  float:left;
  width:30%;
}
.book img {
  width:100%;
}
.booklist {
  float:left;
  width:62%;
  overflow:hidden;
  margin-left:5%;
}


.booklist li {

overflow: hidden;

min-height: 2em;

font-size: 0.32rem;

line-height: 0.5rem;

padding-bottom:0.2rem;

margin-bottom:0.18rem;

border-bottom: 1px solid hsla(0,0%,93.3%,.8);
}


.m-header {
  overflow: hidden;
}

.onedelay {
  -webkit-transition: transform 1.0s;
    animation-delay: 0.3s
  }
  
  .onedelaya {
    animation-delay: 0.5s
  }
  
  .onedelayb {
    animation-delay: 1s
  }
  
  .onedelayc {
    animation-delay: 2s
  }
  
  .onedelayd {
    animation-delay: 3s
  }






