﻿@charset "utf-8";
.hdListCon{
    padding: 10px;
}
.HDLBox h2{
    border-bottom: 1px solid #d8d8d8;
    line-height: 50px;
}
.HDLBox h2 span{
    padding: 15px 15px 13px 15px;
    border-bottom: 3px solid #9c140b;
    color: #C5291B;
    font-weight: 700;
    font-size: 20px;
}
.HDTableTitle{
    width: 100%;
}
.HDTable{
    width: 100%;
}
.HDTable tr{
    line-height: 36px;
border-bottom: 10px solid #fff;
}
.HDTable tr:hover{
    background: #e7e7e7;transition: 1s;
}
.dcing{
   display: block;
    background-color: #C5291B;
    color: #fff;
    width: 70%;
    text-align: center;
    border-radius: 10px;
   float: right;
}
.dcing:hover{ color:#fff;}
.dcend{
    display: block;
    background-color: #c4c4c4;
    color: #fff;
    width: 70%;
    text-align: center;
    border-radius: 10px;
float: right;
}
.dcTitle{
width: 60%;padding-left:5px;
     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dcTime{    text-align: center;
    width: 25%;}
.pagesBox {
    padding: 15px 0;
    color: #ccc;
    text-align: center;
}
.pagesBox span {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    vertical-align: middle;
}
.pagesBox a {
    display: inline-block;
    color: #C5291B;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin: 0 2px;
    border-radius: 4px;
    vertical-align: middle;
}
.pagesBox span.current {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #fff;
    background-color: #9c140b;
    border: 1px solid #9c140b;
    border-radius: 4px;
    vertical-align: middle;
}
.pagesBox span.disabled {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #bfbfbf;
    background: #f2f2f2;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    vertical-align: middle;
}
.pagesBox input[type=text] {
    display: inline-block;
    height: 25px;
    width: 20px;
    text-align: center;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #bfbfbf;
    background: #f2f2f2;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    vertical-align: middle;
}
.pagesBox span.btn a {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #fff;
    background-color: #C5291B;
    border: 1px solid #C5291B;
    border-radius: 4px;
    vertical-align: middle;
    cursor: pointer;
}
.pagesBox a:hover {
    text-decoration: none;
    border: 1px solid #428bca;
}
@media all and (max-width:1196px) {
.dcTitle {
    width: 51%;
    padding-left: 5px;
}
.dcTime {
    text-align: center;
    width: 30%;
}
}

@media all and (max-width:750px) {
   .dcTime{display:none;}
   .pagesBox span{
    padding: 0 10px;
    margin: 10px 2px;
    }
}