.lygd{
    width: 100%;
    max-width: 1300px;
    overflow: hidden;
    padding-bottom: 15px;
    height: auto;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 30px;
}
.lytp1{
    width: 49%;
    float: left;
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
}
.lytp1 img{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 20px;
}
.lytp2{
    width: 49%;
    float: right;
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
}
.lytp2 img{
    display: block;
    width: 98%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 20px;
}
.lytp1 p {
    position: absolute;
    font-size: 19px;
    top: 32%;
    color: #ffffff;
    font-family: dqht;
    text-indent: 30px;
    height: 30px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: bold;
    padding-left: 5px;
}
.lytp2 p {
    position: absolute;
    font-size: 19px;
    top: 32%;
    color: #ffffff;
    font-family: dqht;
    text-indent: 30px;
    height: 30px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: bold;
}
@media screen and (min-width: 1000px) {
 
   .lytp1:nth-child(even) {
    float: right;
  }
}