@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-size:inherit;font-style:inherit;font-weight:inherit;}
code, kbd, samp, tt {font-size:100%;}

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;}

/* common */

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 */



.container {
  width: 6rem;
  margin: 0 auto;
}
.banner-con {
  width: 100%;
  height: 99.9vh;
  overflow: hidden;
  display: flex;
  position: relative;
}

.banner-video {
  width: 100%;
  height: 100%;
}

.banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 关键属性：保持视频比例并覆盖整个容器 */
}

.banner-infor {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translateX(-50%); /* 更现代的水平居中方式 */
  width: 6rem;
   /* 防止在小屏幕上溢出 */
}
.banner-infor img {
  width: 100%;
}
 .infor-font {
  color:#fff;
  font-size: 0.14rem;
  position: absolute;
  line-height: 0.16rem;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%); /* 更现代的水平居中方式 */
  width: 6rem;
  max-width: 90%;
  font-weight: bold;
}

.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.05rem;
}

.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;
  margin-top: 0.1rem;
}
.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;}
.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;
}


.item .tags {
  position: absolute;
  left:0px;
  top:0px;
  background:#3e619f;
  color: #fff;
  padding: 6px 12px;
  font-size: 12px;
}
.btn-nav {
    width: 0.13rem;
    position: absolute;
    left: 0.2rem;
    top: 0.2rem;
    cursor: pointer;
    display: flex;
}
.btn-nav img {
width: 100%;
}
