*{
    padding: 0;
    margin: 0;
}
.download_body {
    background-image: url("../images/bg_img_download.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #e9ecf3;
}
a:hover{
    color: #4e9be9;
}
.main{
    min-height: 689px;
    padding-bottom: 100px;
}
.header{
    width: 1200px;
    height: 50px;
    background-color: aqua;
    margin: 0 auto;
}
.xiazai{
    /*float: right;*/
    margin: 0 90px 10px;
    padding-top: 10px;
   /* height: 20px;
    line-height: 20px;*/
}
.xiazai .home1{
    color: #4e9be9;
}
.xiazai span{
    color: #ccc;
    font-size: 12px;
}
.download{
    margin: 20px 90px 10px;
    width: 80px;;
    text-align: center;
    font-size: 18px;
    border-left: 2px solid #4e9be9;
}

.item{
    margin: 10px 20px;
    padding: 0 70px;
}
.lists{
    list-style: none;
    color: #959595;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.list{
    height: 40px;
    line-height: 40px;
    display: flex;
}
.list i{
    margin-right: 5px;
}
.list-left{
    flex: 1;
}
.items {
    position: relative;
}
.main .items .lists .list .list-left a {
    color: #393939;
}
.list-time, .list-download{
    float: right;
    padding-left: 20px;
}
.list-download i{
    border: 1px solid #959595;
    padding: 2px 1px;
}
.main .items .lists .list .list-download i a {
    color: #959595;
    font-size: 14px;
}
.main .items .lists .list:hover a,
.main .items .lists .list:hover,
.main .items .lists .list:hover span i a{
    color: #4e9be9;
}
.page-button{
    margin: 0 auto;
    width: 525px;
}
.page-button ul li a{
    display: inline-block;
    margin: 0 5px;
    border-radius: 10px;
    color: #ccc;
}
.page-button ul li .sot{
    border: none;
}
.page-button .jiantou{
    width: 50px;
    text-align: center;
    border-radius: 15px;
}
