﻿
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;text-decoration:none;}
body{font:12px/180% Arial, Helvetica, sans-serif, "å¾®è½¯é›…é»‘";}

.more{margin-bottom: 2px;width: 60px;}
.titlePart a{text-align: right;display: block;}
.zldw {
    min-height: 30vw;
    font-size: 22px;
    line-height: 3rem;
    padding-top: 1rem;
}

.pic{width:100%;height: calc(100vw/8);margin:70px auto 0;}
/* .pic ul li{list-style:none;width:100px;float:left;} */

.txt{width:100px;height: 200px;background:#000;filter:alpha(opacity=50);background:rgba(0,0,0,.5);}
.txt p{color:#fff;}
.txt .p1{font-size:12px;margin:25px 25px 0 20px;}
.txt .p2{font-size:14px;margin-top:25px;text-align: center;margin: auto;}
.pic li a{
  display: flex;
  justify-content: space-evenly;
}
.txt .p1 img{width: 100%;padding: 0.5rem;min-width: 3rem;}
.pic .contentPart .content{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.pic .contentPart .content .btoTitle{
  background-color: rgb(127 127 127);
  position: relative;
  color: white;
  top: -2.4rem;
  opacity: 0.8;
  font-size: 1rem;
  height: 2rem;
  line-height: 2rem;
}
.pic .contentPart .content .btoSubContent{
    position: absolute;
    top: 0;
    background-color: dimgrey;
    opacity: 0.8;
    color: #fff;
    height: 200px;
}
.pic .contentPart .content .btoSubContent .iconPic{
    padding: 0.5rem 6.5rem;
}
.pic .contentPart .content .btoSubContent .iconPic img{
    width: 100%;
}

