.wrapper{
  overflow: hidden;
  background: url(../images/background.png) no-repeat center top;
}
.wrapper a{
  color: #000;
}
.banner{
  width: 927px;
  height: 252px;
  background: url(../images/banner.png) no-repeat;
  margin: 60px auto 0;
}
.row1{
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 170px;
}
#topline20210826 {
  padding-bottom: 0;
  background: #fff;
  margin-bottom: 0;
}
.border{
  width: 100px;
  height: 6px;
  background: url(../images/border.png) no-repeat;
  margin: 0 auto 30px;
}
.f30{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.f14{
  font-size: 14px;
  text-indent: 2em;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.wrapper .list {
  float: left;
  width: 570px;
  margin-bottom: 20px;
}

.wrapper .list .left {
  float: left;
  width: 192px;
  height: 108px;
  position: relative;
}

.wrapper .list .left a {
  display: block;
  width: 192px;
  height: 108px;
  border-radius: 8px;
  overflow: hidden;
}

.wrapper .list .right p.f16 a {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.wrapper .list .right p.f12 {
  height: 70px;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0 0;
}

.wrapper .list .right p.f12 a {
  font-size: 12px;
  color: #999;
}

.wrapper .list .right {
  width: 360px;
  float: right;
}
.clear {
  clear: both;
}
.list:nth-child(2n){
  float: right;
}
.video_wraper {
  margin: 60px auto 50px;
  width: 1194px;
  height: 668px;
  border: 3px solid #edcc9a;
}
#video{
  width: 1194px;
  height: 668px;
}
ul.list-wrap{
  width: 570px;
  float: left;
}
ul.list-wrap li{
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background: url(../images/dot.png) no-repeat left center;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.list-wrap:last-child{
  float: right;
}
