@charset "utf-8";
*{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
    float: left;
}
a{
    text-decoration: none;
    color: #fff;
}
body{

    color: #fff;
    font: 14px/25px Arial, Helvetica, sans-serif;
    background-size: 100%;
}
#container{
    min-width: 1000px;
}
#header{
    background-color: #283586;
}
.content{
    max-width: 1200px;
    margin: auto;
}
.top{
    height: 75px;
    padding: 10px 0;
}
.logo{
    float: left;
}
.logo img{
    width: 150px;
}
.search{
    float: right;
    margin: 20px ;
}
.search input{
    float: left;
    padding: 5px;
    height: 20px;
    width: 150px;
    border: none;
    outline: none;
}
.search button{
    float: left;
    border: none;
    padding: 0 20px 0 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: url("../img/search-dark.png") #ff4081 no-repeat 10px 7px;
}
.nav{
    float: left;
    padding-top: 10px;
    height: 45px;
    font-size: 18px;
    padding-left: 100px;
    line-height: 45px;
}
.nav li{
    padding: 0 30px;

}
.nav a{
    color: #c5cae9;
    transition: .3s;
}
.nav a:hover{
    color: #fff;
}
.active a{
    color: #fff;
}
#main{
    background-color: #e8eaf6;
    padding-top: 40px;
    padding-bottom: 50px;
}
.title{
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #1a237e;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    border-bottom: 3px solid #fcab2b;
}
.clear{
    clear: both;
}
#bottom{
    width: 100%;
    background-color: #283586;

    height: 50px;
    line-height: 50px;
    text-align: center;
}

.left{
    float: left;
    width: 850px;
    padding-bottom: 30px;
    background-color: #fff;
}
.right{
    float: right;
    width: 300px;
    color: #333;
    padding-bottom: 30px;
    background-color: #fff;
}
.update{
    position: relative;
    float: left;
    margin-left: 10px;
    width: 60px;
    line-height: 30px;
    text-align: center;
    background-color: #ff4081;
    height: 30px;
}
.update input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    text-align: center;
    height: 100%;
    opacity: 0;
    border: none;
}