.banner-img {
    width: 100%;
    height: auto;
}
.bannertit {
    font-size: 0.3125rem;
    line-height: 0.3125rem;
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 8.333333333333333%;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0.07291666666666667rem;
}
.bannertit:after {
    content: "";
    position: relative;
    width: 0.3125rem;
    height: 0.015625rem;
    border-radius: 0.010416666666666666rem;
    background-color: #ffffff;
    bottom: -0.129rem;
    left: 0.020833333333333332rem;
}

.content {
    padding: 0.6041666666666666rem 0 0.09895833333333333rem;
    width: 100%;
    overflow: hidden;
}
.sqhzbox {
    width: 8.333333333333334rem;
    margin: 0 auto;
}
.sqhzlist{
    width: 100%;
}
.sqhzli{
    display: flex;
    width: 100%;
    border-bottom: 0.010416666666666666rem solid rgba(102,102,102,0.502);
    padding-bottom: 0.328125rem;
    margin-bottom: 0.3802083333333333rem;
}
.sqhzli-l {
    width: 2.6041666666666665rem;
    min-height: 1.4583333333333333rem;
    border-radius: 0.10416666666666667rem;
    background-color: #c4cdda;
    flex-shrink: 0;
    margin-right: 0.3229166666666667rem;
    overflow: hidden;
}
.sqhz-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sqhzli-r {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.10416666666666667rem 0;
}
.sqhz-country {
    font-size: 0.15625rem;
    color: #333333;
}
.sqhz-title {
    font-size: 0.15625rem;
    margin-top: 0.13541666666666666rem;
    color: #666666;
}
.sqhz-con{
    font-size: 0.15625rem;
    margin-top: 0.13541666666666666rem;
    color: #666666;
}
@media only screen and (max-width: 768px) {
.bannertit {
    padding: 0 2.75%;
    font-size: 0.525rem;
    line-height: 0.525rem;
}
.bannertit:after {
    left: 0;
    width: 0.8rem;
    height: 0.05rem;
    bottom: -0.225rem;
}

.content {
    padding: 0.75rem 0 0.575rem;
}
.sqhzbox{
    width: 100%;
    padding: 0 2.75%;
    box-sizing: border-box;
    overflow: hidden;
}
.sqhzli{
    flex-wrap: wrap;
    padding-bottom: 0.375rem;
    margin-bottom: 0.5rem;
}
.sqhzli-l{
    width: 100%;
    border-radius: 0.2rem;
    background-color: #c4cdda;
    margin-right:0px;
}
.sqhzli-r{
    width:100%;
    padding:0;
}
.sqhz-country {
    font-size: 0.475rem;
    color: #333333;
    margin-top: 0.3125rem;
}
.sqhz-title {
    margin-top: 0.1875rem;
    font-size: 0.375rem;
    color: #666666;
}
.sqhz-con {
    font-size: 0.375rem;
    margin-top: 0.225rem;
    color: #666666;
}
}