﻿.content {
    width: 1200px;
    z-index: 9;
    font-size: 14px;
    /* border:1px solid red; */
}
 .t{
    width: 100%;
    height: 50px;
    border:1px solid #ccc;
}
 .t div{
    width: 20%;
    border-right: 1px solid #eee;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    cursor: pointer;
}
 .t .this{
    background: #de1f20;
    color: #fff;
}

.search{
    background: #fff;
    height: 100px;
    border:1px solid #ddd;
    position: relative;
}
.search input{
    border:1px solid #999;
    height: 40px;
    width: 400px;
    position: absolute;
    top: 25px;
    left: 30px;
    padding-left: 10px;
}
.search img{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    left: 400px;
    cursor: pointer;
}
.cont{
    color: #949494;
    /* letter-spacing: 2px; */
}

.this{
    background: #e97575;
    color: #fff;
}
.Information{
    background: #fff;
    /* height: 150px; */
    border:1px solid #ddd;
    position: relative;
    padding: 20px;
}
.title{
    font-weight: bold;
    color: #1a1a1a;
    font-size: 16px;
}

.Information table{
    width: 100%;
    text-align: center;
}
.Information table td{
   padding: 10px;
    word-break:break-all;
}
.Information table th{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background:#ccc ;

}
.Information table td:nth-child(1){
    width: 40%;

}
.Information table td:nth-child(2){
    width: 18%;

}
.Information table td:nth-child(3){
    width: 18%;

}
.Information table td:nth-child(4){
    width: 9%;

}
.Information table td:nth-child(5){
    width: 9%;

}
/* .Information table td:nth-child(1):hover{
    color: #999;
    text-decoration: underline;
    cursor: pointer;
    transition: all 0.6s ease;
} */
