@charset "utf-8";
.topUserDiv{
    width: 100%;
    height: 30px;
    background-color: #2461B1;
    margin-bottom: 2px;
}

.userDiv{
    float:right;
    height: 30px;
    margin-right: 2%;
    line-height: 30px;
    font-size: 12px;
    color: #FFFFFF;
}

.topSearchDiv{
    width: 100%;
    height: 180px;
    background-color: #2461B1;
    padding-top: 20px;
}

.searchOneDiv{
    width: 800px;
    height: 50px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.searchTitle{
    width: 12%;
    height: 50px;
    text-align: right;
    font-size: 16px;
    line-height: 50px;
    margin-right: 3%;
    color: #FFFFFF;
    float:left;
}

.searchText{
    width: 70%;
    height: 36px;
    margin-top: 7px;
    padding: 5px;
    font-size: 14px;
    float:left;
}

.searchButton{
    width: 12%;
    height: 36px;
    margin-top: 7px;
    margin-left: 3%;
    font-size: 14px;
    color: #000000;
    background-color: #f48a24;
    border-radius: 5px;
    float:left;
}

.searchDate{
    width: 20%;
    height: 36px;
    margin-top: 7px;
    float:left;
}

.dataDiv{
    width: 100%;
    background-color: #FFFFFF;
}

.dataOneDiv:hover {
    color: #2461B1;
    text-decoration: underline;
}/* 鼠标移动到链接上 */

.dataOneDiv{
    max-width: 90%;
    width: 1000px;
    height: 80px;
    color: #000000;
    margin:10px auto;
}

.dataDateDiv{
    max-width: 20%;
    width: 60px;
    height: 60px;
    margin: 10px 30px;
    float:left;
    color: #FFFFFF;
    background-color: #2461B1;
}

.dataDateDay{
    width: 100%;
    height: 30px;
    margin-top: 8px;
    margin-bottom: 5px;
    line-height: 30px;
    text-align: center;
    font-size: 36px;
    float:left;
}

.dataDateYears{
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 12px;
    float:left;
}

.dataValueDiv{
    max-width: 75%;
    width: 750px;
    max-height: 150px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    float:left;
}

.dataTitle{
    max-width: 100%;
    width: 800px;
    max-height: 60px;
    margin-top: 10px;
    line-height: 30px;
    font-size: 20px;
    text-overflow:ellipsis;
    display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
    float:left;
}

.dataValue{
    max-width: 100%;
    width: 800px;
    height: 30px;
    margin-top: 10px;
    line-height: 30px;
    font-size: 16px;
    text-overflow:ellipsis;
    display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 1; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
    float:left;
}

.dataOneLine{
    max-width: 90%;
    width: 1000px;
    height: 1px;
    margin:0 auto;
    background-color: #dddddd;
}

.bottomPageDiv{
    width: 100%;
    float:left;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.pageDiv{
    max-width: 50%;
    width: 500px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
}

.pageButton{
    max-width: 30%;
    width: 150px;
    height: 40px;
    font-size: 16px;
    color: #000000;
    background-color: #f48a24;
    border-radius: 5px;
    float:left;
}

.pageValue{
    max-width: 40%;
    width: 200px;
    height: 30px;
    margin-top: 5px;
    font-size: 20px;
    color: #000000;
    text-align: center;
    float:left;
}

.disabledButton{
    color: #999999;
    background-color: #f5f5f5;
}

/* 谷歌 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
/* 火狐 */
input{
    -moz-appearance:textfield;
}
