.adtemp{margin-bottom:140px;}
.adtemp-t {
    display: flex;
    justify-content: space-between;
}
.adtemp .more {
    width: 180px;
    height: 54px;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    background-color: #c82a2a;
    color: #FFF;
    margin-top: 0px;
    position: relative;
  
}
.adtemp-tl {
    width: 66%;
}

.adtemp-tl a {
    display: block;
    position: relative;
}

.adtemp-tl a .pic {
    height: 450px;
}

.adtemp-tl a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/adtemp-zzc.png) repeat-x;
    background-position: center bottom;
    z-index: 9;
}

.adtemp-tl a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 15px;
    z-index: 10;
}

.adtemp-tl a .info span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    color: #f4f4f4;
    padding-left: 40px;
    position: relative;
}

.adtemp-tl a .info span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 36px;
    height: 1px;
    background-color: #f4f4f4;
}

.adtemp-tl a .info p {
    padding: 0 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    color: #ffffff;
}

.adtemp-tr {
    width: 32%;
    border-bottom: 2px solid #c82a2a;
}

.adtemp-tr a {
    display: block;
}

.adtemp-tr a .pic {
    height: 226px;
}


.adtemp-tr a .info span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    color: #c82a2a;
    padding-left: 40px;
    position: relative;
    margin-top: 38px;
}

.adtemp-tr a .info span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 36px;
    height: 1px;
    background-color: #c82a2a;
}

.adtemp-tr a .info h3 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 90px;
    margin-top: 28px;
}



.adtemp-b {
    margin-top: 33px;
}

.adtemp-b ul {
    display: flex;
    justify-content: space-between;
}

.adtemp-b ul li {
    width: 32%;
}

.adtemp-b ul li a {
    display: block;
    position: relative;
}

.adtemp-b ul li a .pic {
    height: 226px;
}

.adtemp-b ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/adtemp-zzc.png) repeat-x;
    background-position: center bottom;
    z-index: 9;
}

.adtemp-b ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    color: #ffffff;
    z-index: 10;
    padding: 0 15px;
}
.adtemp  .pic{
    overflow: hidden;
}

@media (min-width: 1025px) {
   
    .adtemp a:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
}
@media (max-width: 1024px){
    .adtemp-tl a .pic{
        height: 400px;
    }
    .adtemp-tr a .pic{
        height: 180px;
    }
    .adtemp-b ul li a .pic{
        height: 180px;
    }
    .adtemp-b ul li a p,.adtemp-tr a .info h3,.adtemp-tl a .info p{
        font-size: 16px;
    }
}
@media (max-width: 768px){
    .adtemp-t{
        display: block;
    }
    .adtemp-tl{
        width: auto;
    }
    .adtemp-tr{
        width: auto;
        margin-top: 25px;
    }
    .adtemp-tl a .pic {
        height: 240px;
    }
    .adtemp-tr a .pic{
        height: 240px;
    }
    .adtemp-tr a .info span{
        margin-top: 15px;
    }
    .adtemp-tr a .info h3{
        margin-top: 15px;
    }
    .adtemp-tr a .info {
        padding-bottom: 15px;
    }
    .adtemp-b ul{
        display: block;
    }
    .adtemp-b ul li{
        width: auto;
        margin-top: 20px;
    }
}