.Nations-cases{
    width: 100%;
    height: 100%;
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
    background-color: #f5f5f5;
}
.Nations-cases-box{
    padding-top: 50px;
}
.secondPage-crumbs{
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}
.secondPage-crumbs a{
    color: #666;
}
.Nations-cases-list{
    width: 800px;
    padding: 40px 30px;
    float: left;
    background-color: #fdfbf4;
    border-radius: 10px;
    overflow: hidden;
}
.Nations-cases-list li{
    width: 100%;
    height: 135px;
    margin-bottom: 40px;
    overflow: hidden;
}
.Nations-cases-img{
    width: 240px;
    height: 135px;
    border-radius: 5px;
    overflow: hidden;
    float: left;
}
.Nations-cases-title{
    width: 540px;
    float: left;
    padding-left: 20px;
}
.Nations-cases-title a{
    font-size: 20px;
    line-height: 1.3;
    color: #333;
}
.Nations-cases-abstract{
    width: 540px;
    float: left;
    padding-left: 20px;
    margin-top: 10px;
}
.Nations-cases-abstract a{
    font-size: 14px;
    line-height: 1.75;
    color: #888;
}
.Nations-cases-list .list-more{
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    padding-bottom: 35px;
}
.Nations-cases-list .list-more a{
    display:inline-block;
    cursor: pointer;
    color: #666666;
    background: url(https://v2.cri.cn/M00/19/7D/rBABC1_zt7OAW_UVAAAAAAAAAAA2529020.icon-reload.png) no-repeat left center;
    padding-left:36px;
}