img{
  width:unset;
  max-width:100%;
}
.bd-web img{
  object-fit: contain;
}
.policy-content{
  position:relative;
  cursor: pointer;
}
.policy-content img{
  width:100%;
  position:absolute;
}
.policy-content:hover img{
  opacity: 0.8;
}
.policy-content:after {
  padding-top: 79%;
  content: "";
  display: block;
}
.policy-text{
  position: absolute;
  top: 0;
  padding: 1.5rem 15px;
  color:white;
  font-size:0.9rem;
  height: 100%;
  line-height:1.7em;
  /* cursor: pointer; */
}
.prevail{
  color:#FDDD10;
}
.policy-title{
  background:#7A6292;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.policy-bd{
  padding-right:15px;
}
.policy-tlp{
  padding-left:15px;
}
.policy-tlp .policy-title{
  background:#648193;
  /* #3F3A4A */
}
.policy-tlp .border-radius10{
  /* border:1px solid #3F3A4A; */
}
.policy-title b{
  color:white;
}
.policy-bd .policy-text{
  /* background: rgb(122 98 146 / 0.2); */
}
.policy-tlp .policy-text{
  /* background: rgb(100 129 147 / 0.2); */
}
.container-usa{
  background:url(https://wwp-static.wenweipo.com/img/special/USelection/line.jpg) repeat-y center;
}
.election-content{
  background:url(https://wwp-static.wenweipo.com/img/special/USelection/bg.jpg) repeat-y center;
}
.policy .mb20:nth-child(3),
.policy .mb20:nth-child(4){
  margin-bottom:0px;
}

@media(min-width:768px){
  .m-banner {
    display: none;
  }
}
@media (max-width:768px){
  .bd-web img{
    height:46px;
  }
  .policy-bd{
    padding-right:0px;
  }
  .policy-tlp{
    padding-left:0px;
  }
  .election-content>.col-md-6{
    width:50%;
  }
  .banner.mb40{
    margin-bottom:0px;
  }
  .election-content{
    background: url(https://wwp-static.wenweipo.com/img/special/USelection/line.jpg) repeat-y center,url(https://wwp-static.wenweipo.com/img/special/USelection/bg.jpg) no-repeat center;
    background-size: auto,100%;
    background-position: center,0 12%;
  }
  .policy-text{
    padding:0px 15px;
    height:100%;
    overflow:auto;
  }
  .policy .mb20:nth-child(3){
    margin-bottom:1.25rem;
  }
}