.footer{
background:#eee
}

.jtdt-box{
    width: 100%;
    background: #fff;
    margin-top: 50px;
    padding: 45px;
    border: solid 1px #e1e1e1;
    overflow: hidden;
}
.common-title{
    overflow: hidden;
}
.jtdt-tt-l{
    float: left;
}
.jtdt-tt-r{
    float: right;
}
.jtdt-ser{
    overflow: hidden;
    margin-top: 15px;
}
.jtdt-ser input{
    width: 500px;
	height: 40px;
	background-color: #f1f1f1;
	border-radius: 20px;
    border: none;
    outline: none;
    text-indent: 2em;
    font-size: 16px;
}
.jtdt-ser button{
    width: 118px;
	height: 40px;
	background-color: #b90601;
	border-radius: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    margin-left: 15px;
    font-size: 20px;
    font-weight: bold;
}
.jtdt-top{
    /* overflow: hidden; */
}
.jtdt-top li{
    /* float: left;
    width: 380px;
    margin-right: 33px; */
}
.jtdt-top li:hover a p{
    color: #b90601;
}
.jtdt-top li:last-child{
    margin: 0;
}
.jtdt-top li a{
    display: block;
}
.jtdt-top li a img{
    width: 380px;
	height: 222px;
    display: block;
    margin: 5px auto;
}
.jtdt-top li:hover a img{
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
}
.jtdt-top li a p{
    font-size: 16px;
    color: #4e4e4e;
    line-height: 30px;
    display: block;
    text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
    margin-top: 10px;
    padding: 0 10px;
        text-align: justify;
}
.jtdt-ul{
    margin-top: 30px;
}
.jtdt-ul li:nth-child(8){
    border-bottom: solid 1px  #e1e1e1;
    padding-bottom: 10px;
}
.jtdt-ul li:nth-child(9){
    margin-top: 10px;
}.m-lst42 {
    height: auto;
    overflow: hidden
}

.m-lst42 ul li {
    overflow: hidden;
    line-height: 42px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px
}
.m-lst42 ul li:hover a{
    color: #000;
}
.m-lst42 ul li:hover b{
    color: #000;
}
.m-lst42 ul li:hover .time{
    color: #000;
}
.m-lst42 ul li a {
    overflow: hidden;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis
}

.m-lst42 ul li .column {
    padding-right: 10px;
    font-size: 16px
}

.m-lst42 ul li .time {
    float: right;
    padding-left: 10px;
    font-size: 16px;
    padding-right: 10px;
    color: #333;
}

.m-lst42 ul b {
    float: left;
    padding-right: 10px;
    font-style: revert;
    color: #cecece;
}
/*分页*/
.pages {
    padding: 15px 0;
    color: #ccc;
    text-align: center;
}
.pages span {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    vertical-align: middle;
    font-size: 16px;
}
.pages 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;
}
.pages span.current {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 4px;
    vertical-align: middle;
}
.pages a {
    display: inline-block;
    color: #000;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin: 0 2px;
    border-radius: 4px;
    vertical-align: middle;
}
.pages input[type=text] {
    display: inline-block;
    height: 25px;
    width: 30px;
    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;
}

/*分页*/