.ex-banner{
    width: 100%;
    height: 200px;
    text-align: center;
    /* overflow: hidden; */
    background-color: #1d2087;
    padding: 20px 0;
}
.ex-banner h3{
    padding: 30px 0;
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    color: #fff;
}
.ex-banner ul{
    width: 410px;
    height: 82px;
    margin: 0 auto;
    /* border: 1px solid red; */
}
.ex-banner ul li{
    float: left;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #fff;
}
.ex-banner ul li:nth-child(odd){
    border: 1px solid #fff;
    border-radius: 50%;
}
/* 商品列表 */
.ex-list{
    padding: 30px 0;
}
.ex-list-shop{
    width: 1024px;
    margin: 30px auto;
    overflow: hidden;
}
.ex-shop{
    width: 50%;
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
}
.ex-shop-img{
    width: 200px;
    height: 200px;
    float: left;
    margin-right: 10px;
    text-align: center;
    border: 1px dashed #ddd;
    border-radius: 8px;
}
.ex-shop-img img{
    width: 120px;
    height: 120px;
    margin-top: 40px;
}
.ex-shop-txt{
    float: left;
    width: 280px;
    height: 210px;
    position: relative;
}
.ex-shop-txt h3{
    font-size: 18px;
}
.ex-shop-txt p{
    text-indent: 2em;
    padding-right: 10px;
    margin-top: 20px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 92px;
    overflow: hidden;
}
.ex-shop-txt a{
    position: absolute;
    left: 20px;
    bottom: 10px;
    display: block;
    padding: 5px 25px;
    border: 1px solid #ddd;
    border-radius: 15px;
    /* font-size: 16px; */
    color: #333;
}
.ex-shop-txt a:hover{
    background-color: red;
    color: #fff;
    border: 1px solid red;
}