.rankingList{
    height: 400px;
    margin: 20px auto 50px;
}
.rankingListLeft{
    width: 300px;
    height: 100%;
}
.rankingListLeft ul{
    flex-wrap: wrap;
    height: 100%;
}
.rankingListLeft ul li{
    width: 100%;
}
.rankingListLeftTitle{
    height: 30px;
    line-height: 30px;
}
.rankingListLeftTitle i{
    float: left;
    width:28px;
    height:28px;
    background:rgba(0,183,238,1);
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    margin-right: 20px;
}
.rankingListLeftTitle a{
    float: left;
    height: 100%;
    width: 230px;
}
.rankingListLeftTitle span{
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
}
.rankingListLeftContent{
    width: 100%;
    height:40px;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(136,136,136,1);
    line-height:20px;
    margin-top: 5px;

    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.rankingListRight a img{
    display: block;
    width: 860px;
    height: 400px;
}

.item1{
    height: 400px;
    margin: 40px auto;
}
.item1Left{
    width: 300px;
    height: 100%;
}
.item1Left ul{
    height: 100%;
    flex-wrap: wrap;
}
.item1Left ul li{
    width: 100%;
    height: 180px;
}
.item1Left ul li img{
    display: block;
    width: 100%;
    height: 100%;
}
.item1Right{
    width: 860px;
    height: 100%;
}
.itemTitle span{
    font-size:24px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(67,67,67,1);
    line-height:40px;
    padding: 0 10px;
    border-bottom: 9px solid rgba(0,183,238,1);;
}
.item1List{
    margin-top: 10px;
    height: 350px;
}
.item1List ul{
    height: 100%;
    flex-wrap: wrap;
}
.item1List ul li{
    width: 100%;
}
.item1List ul li a{
    justify-content: space-between;
}
.item1List ul li a p{
    max-width: 800px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.item2{
    height: 700px;
    margin: 40px auto;
}
.item2Left{
    width: 300px;
    height: 100%;
}
.item2Left ul{
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
}
.item2Left ul li{
    width: 100%;
}
.item2Left ul li a p{
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:36px;

    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.item2Right{
    width: 860px;
    height: 100%;
}
.item2List{
    margin-top: 10px;
    height: 650px;
}
.item2List ul{
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.item2List ul li{
    width: 260px;
}
.item2List ul li img{
    display: block;
    width: 260px;
    height: 220px;
}
.item2List ul li p{
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:36px;

    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}


.item3{
    height: 400px;
    margin: 40px auto;
}
.item3Left{
    width: 300px;
}
.item3Left img{
    display: block;
    width: 300px;
    height: 140px;
}
.item3Left ul{
    flex-wrap: wrap;
    height: 260px;
}
.item3Left ul li{
    width: 100%;
}
.item3Left ul li a{
    display: block;
    width: 100%;
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:48px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
 }
.item3Right{
    width: 860px;
}
.item3List{
    margin-top: 10px;
    height: 350px;
}
.item3List ul{
    flex-wrap: wrap;
    justify-content: space-between;
}
.item3List ul li{
    width: 48%;
}
.item3List ul li a{
    justify-content: space-between;
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:60px;
}
.item3List ul li a p{
    max-width: 320px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.bottomLinks{
    height: 142px;
    background:rgba(246,246,246,1);
    border:1px solid rgba(229,229,229,1);
    padding: 18px 20px;
}
.bottomLinksTitle{
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:42px;
}
.Links a{
    float: left;
    padding: 0 5px;
    margin: 5px 0;
}
.Links a+a{
    border-left: 1px solid #767676;
}

