div{
    display: table;
}
body{
    font-size: 14px;
}
.main{
    width:1200px;
    margin:0px auto;
}
.wth100{
    width:100%;
}

.bgred{
    background: #A60000;
}
.logo{
    width:250px;
    float: left;
}
.t_mid{
    width: 700px;
    float: left;
    display: inline-block;
}
.t_right{
    width:250px;
    float: left;
}
.logo img {
    height: 90px;
    margin: 10px 0px;
}

.menu {
    display: table;
    padding: 0px;
    margin:0px;
    width:100%;
}
.menu li{
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.menu li a{
    color: #FFF;
    display: block;
    width:100%;
    font-size: 16px;
}

.bird_left{
    width:250px;
    float: left;
    border: 1px solid #cdcdcd;
}
.bird_right{
    width:940px;
    float:right;
}
.bird_card{
    width:95%;
    margin:0px auto;
    border-bottom: 1px dotted #cdcdcd;
}
.bird_card h2{
    height: 35px;
    line-height: 35px;
    color:#C00;
    font-weight: bold;
    font-size: 15px;
}
.bird_content{
    width:100%;
    padding-bottom: 10px;
    line-height: 25px;
}
.bird_top10{
    margin-top: 10px;
}

.bird_content ul{
    width:100%;
    margin:0px;
    padding:0px;
}
.bird_content ul li{
    height: 30px;
    line-height: 30px;
    border-top:1px dotted #cdcdcd;
}
.bird_card h2 em{
    font-style: normal;
    float: right;
}
.bird_card h3{
    height: 35px;
    line-height: 35px;
    color:#C00;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #cdcdcd;
    text-indent: 10px;
}
.bird_card h3 em{
    font-style: normal;
    float: right;
    font-size: 14px;
    font-weight: normal;
}

.bird_content dl{
    width:100%;
}
.bird_content dl dd{
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dotted #cdcdcd;
    float: left;
    width:33.3%;
    text-indent: 10px;
}
.bird_content dl dd em{
    float: right;
    font-style: normal;
    color:#EA0000;
    margin-right: 15px;
    text-align: right;
}
.bird_border{
    border:1px solid #cdcdcd;
}

.numCls{
    font-size:16px;
}

.friend a{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin:0px 5px;
}
.footer{
    line-height: 30px;
    margin: 10px 0px;
    text-align: center;
}

.bird_menu_active{
    border-bottom: 3px solid #FC0;
    border-top: 3px solid #FC0;
}
.bird_search{
    width:100%;
}
.bird_search dl{
    display: table;
    width: 100%;
    margin:5px 0px;
}
.bird_search dl dt{
    width:80px;
    float: left;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.bird_search dl dd{
    width:780px;
    float: left;
}

.bird_search dl dt a{
    display: inline-block;
    float: right;
    width:60px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.bird_search dl dd a{
    display: inline-block;
    float: left;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin:0px 3px;    cursor:pointer;
    padding:0px 2px;
}

.bird_stat{
    background: #A60000;
    color: #fff;
    border-radius: 5px;
}
.bird_stat:hover{
    color:#fff;
}

.page .current{color: #fff; background-color: #A60000; border-bottom:1px solid #009688; border-top:1px solid #009688; cursor: default;}
.page .disabled{color: #666 !important; background-color: #f1f1f1 !important; cursor: not-allowed;}
.layui-laypage{
    display: block;
}
.page{
    margin:0px auto;
}

.bird_ipt input{
    width:400px;
}


.bird_btn{
    width:100%;
    text-align: center;
}

.bird_btn_color{
    background: #A60000;
    width:100px;
}

.bird_box{
    width:540px;
    float: left;
    height: 343px;
}

.bird_tips{
    width:380px;
    float: right;
    height: 343px;
}

.bird-title{
    text-align: center;
}
.bird-title h2{
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}
.yellow {
    color: #ff9f00;
}
.red {
    color: #e4000f;
}
.orange {
    color: #ff8a00;
}
.sinput{
    display: inline-block;
    width:27px;
    height: 27px;
    float: left;
    text-align: center;
}
.sinput input{
    height:25px;
    line-height: 25px;
    width: 25px;
    text-align: center;
}
.bird_ipt{
    width:200px;
    height: 25px;
    line-height: 25px;
}

.bird_sort{
    margin-top:10px;
}

.bird_sort .layui-btn{
    height: 28px;
    line-height: 28px;
}

.bird_sort .on{
    border:1px solid red;
}