html {
    position: relative;
    min-height: 100%;
}

/* body>.container，body>.main {
    padding: 115px 15px 0;
} */
body{
    padding: 115px 15px 0;
}

.navbar-logo {
    font-size: 36px;
    color: #fff;
}

.navbar-logo:focus,
.navbar-logo:hover {
    text-decoration: none;
    color: rgb(248, 239, 239);
}

.navbar-blue {
    padding: 10px 0px;
    color: #fff;
    background: #417bdc;
}

.nav-right .slogan-text {
    margin-top: 10px;
}

.nav-right {
    float: right;
}

.footer {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    /* height: 120px; */
    background-color: #417bdc;
    color: #fff;
}

.container .foot-item {
    margin: 20px 0;
    color: #fff;
}

.footer {
    padding: 20px auto;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

.text-logo {
    font-size: 32px;
}

.footer .slogan-text {
    right: 30px;
    top: 20px;
    position: absolute;
}

.foot-right {
    position: relative;
}

.slogan-text {
    font-size: 32px;
}

.article {
    background: #ededed;
    padding: 15px;
    margin-bottom: 20px;
    min-height: 220px;
    
}


/* :nth-child(odd) 与 :nth-child(even) */

.article-list .col-md-6:nth-child(2n+1) {
    /* background: orange; */
    padding-right: 10px;
}

.article-list .col-md-6:nth-child(2n+2) {
    /* background: rgb(148, 8, 8); */
    padding-left: 10px;
}

.article-title {
    font-size: 30px;
    margin-bottom: 15px;
}

.article-link {
    display: block;
    width: 125px;
    height: 45px;
    background: url(../images/link.png) no-repeat left top;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 20px;
}

#float-ad {
    width: 300px;
    height: 300px;
    /* background: red; */
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1031;
    background: url(../images/web-ad.jpg);
    background-size: cover;
}

#ipccode{
    color: #FFF;
}

.verifypwcode{
padding: 50px;
}