﻿.TitilAD {
    width: 100%;
    margin: 0px auto;
}

    .TitilAD a {
        display: inline-block;
        width: 100%;
        height: 420px;
    }

.ryList {
    width: 100%;
    height: 470px;
    margin: 0px auto;
    position: absolute;
}

.ryd {
width: 1320px; 
height: 500px; 
margin: 0px auto; 
overflow:hidden;
 position: relative;
}

    .ryList .ListItem {
        height: 100%;
        float: left;
        margin: 20px 40px;
        display: flex;
        align-items: center;
        width: 247px;
        position: relative;
    }

        .ryList .ListItem img {
            width: 247px;
            height: auto;
            position:absolute;
            align-items: center;
            z-index:99;
        }


        .ryList .ListItem div {
            position: absolute;
            bottom: 5px;
            width: 247px;
            text-align: center;
        }

.i_right > ul > li {
    width: calc(100% - 20px);
    height: 80px;
    padding: 20px 10px;
    cursor: pointer;
}

    .i_right > ul > li.cur {
        background: #f2f2f2;
    }

    .i_right > ul > li .AddressName {
        font-size: 18px;
        color: #b00005;
    }

.AddressLeftTop {
    width: 100%;
    height: 140px;
}

    .AddressLeftTop h1 {
        font-size: 24px;
        color: #b00005;
    }
    .AddressLeftTop>ul>li{
        font-size:16px;
    }
