@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 {
  margin: 0 auto;
    padding: 0;
    border: 0;

    font-size: 12px;
    min-width: 1280px;
    font-family: Arial, Helvetica, sans-serif;
}

.container {
  width: 6rem;
  margin: 0 auto;
  background: #fff;
  padding-top: 0.15rem;
  border-radius: 15px;
  min-height:80vh;
}



.head-con {
  width: 100%;
  height: 0.35rem;
  background:#21437e;

}
.head-con .con {
  width: 6rem;
  margin:0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.head-con .con img {
    height: 0.35rem;
    margin: 0 auto;
    display: block;
}


.head-con .con .btn-nav {
  width: 0.2rem;
  position: absolute;
  left: 0;
  top: 0.1rem;
  cursor: pointer;
}

.head-con .con .btn-nav img {width: 100%;height: auto;}



.top-con {
  width: 6rem;
  margin: 0 auto;
  position: relative;
  display: flex;
  margin-top: 0.15rem;
  border-bottom: solid #e2e2e2 1px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.15rem;
}

.top-con span {color: #333;font-size: 0.12rem;font-weight: bold;margin-bottom: -1px;border-bottom: solid #8dc11f 2px;}

.top-con i {
  width: 75px;
  height:2px;
  position: absolute;
  bottom:0px;
  left:0px;
  display: block;
  background:#cc4323;
}
.top-con a {
  float:right;
  color:#21437e;
  font-size: 0.1rem;
  font-weight: bold;
  font-style: oblique;
}
.top-con a img {
  margin-left:5px;
}
.list-con {
  width: 6rem;
  margin:0 auto;
  overflow: hidden;
}


.list-con .item {
  width: 31.2%;
  float: left;
  margin-right: 3.1%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.list-con .item:nth-child(3n){
    margin-right: 0%;
}




.list-con .item  .item-img {width: 100%;height: 1.06rem;overflow: hidden;border-radius: 10px;display: flex;align-items: center;position: relative;}
.list-con .item .item-img a {
  display: flex;
}
.list-con .item  .item-img img {
 width: 100%;
 height: 100%;
 border-radius: 10px;
}

.list-con .item .title {
  font-size: 0.1rem;
  color:#21437e;
  line-height: 0.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.05rem;
  margin-bottom: 0.05rem;
  height: 0.25rem;
  font-weight: bold;
}
.list-con .item .title a {
  color:#21437e;
}


.list-con .item .infor {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0.13rem;
}
.list-con .item .infor span {
  color:#7e7e7e;
  font-size: 0.08rem;
}

.list-con .item .infor i.tags {
  font-size: 0.08rem;
  color: #333;
  margin-left: 0.1rem;
  font-weight: bold;
  }
.list-con .item .infor i.tags a {
  color: #8dc11f;
}


.list-con .item  .item-img img.icon-play {
      width: 30px !important;
      height: 30px !important;
      bottom: 15px !important;
      right: 10px !important;
      position: absolute;
      min-height: auto;
}




.btn-more {
    margin: 0 auto;
    width: fit-content;
    background: #1e395e;
    border-radius: 15px;
    opacity: 1;
    padding: 0.01rem 0.05rem;
    font-size: 0.1rem;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 0.1rem;
}

