.header{
    height: 40px;
    padding: 50px;
    border-bottom: 1px solid gainsboro;
}
.header input{
    width: 500px;
}
a{color:#001ba0;}
a:hover{color:#001ba0}
a:visited{color:#600090}
.main {
    height: 700px;
    padding: 20px 70px;
    border-bottom: 1px solid gainsboro;
}
.list{
    height: 100px;
    width: 700px;
    margin-bottom: 20px;
}
.title{
    width: 500px;
    float: left;
    height: 35px;
}
.title a{
    font-size: 18px;
    color:#001ba0
}
.title a:hover{color:#001ba0;text-decoration:underline;}
.title a:visited{color:#600090}
.description{
    float: left;
    height: 35px;
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.description a{
    font-size: 12px;
}
.city{
    float: left;
    height: 20px;
    margin-top: 10px;
    margin-left: 530px;
}
.time{
    height: 20px;
    margin-top: 10px;
    color: #666;
}
.msg{
    font-size: 20px;
    font-weight: bold;
}
.show-url{color:#006d21}
.footer {
    padding-top: 20px;
    padding-left: 70px;
}
