.main {
    width: 100%;
    min-height: 600px;
    margin-top: 57px;
}
.main .dq {
    width: 1200px;
    height: 48px;
    background: #F4F4F4;
    padding-left: 19px;
    line-height: 48px;
}
.dq .tb {
    display: inline-block;
    margin: 0 9px 0 0 ;
    width: 13px;
    height: 17px;
}
.dq .tb img {
    width: 100%;
    height: 100%;
}
.dq .lm,
.dq .lm a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.main .zt {
    width: 100%;
    height:auto;
    margin-top: 30px;
}
.zt .m-l {
    width: 280px;
    height: auto;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
}
.m-l h2 {
    width: 100%;
    height: 90px;
    background: #C60203;
    line-height: 90px;
    border-radius: 15px 15px 0px 0px;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}
.m-l ul {
    width: 100%;
    height: auto;
}
.m-l ul li {
    height: 76px;
    line-height: 76px;
    text-align: center;
    background: #FFFFFF;
    border-left: 4px solid  #C60203;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
    color: #333333;
}
.m-l  li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    
}
.m-l  .li1 a {
    color: #FFAC04;
}

.zt .m-r {
    width: 878px;
    height: auto;
}
.m-r li {
    width: 100%;
    line-height: 40px;
}
.m-r li .tb,
.m-r li p,
.m-r li .time {
    display: inline-block;
}
.m-r li .tb {
    width: 9px;
    height: 7px;
    margin-top: 17px;
    margin-right: 7px;
    background: url(./lm_jd_03.png) no-repeat center center;
    background-size: 100% 100%;
}
.m-r li:hover .tb {
    background: url(./hover_jd_03.png) no-repeat center center;
}
.m-r li p {
    font-size: 16px;
    color: #454545;
}
.m-r li .time {
    font-size: 16px;
    color: #999;
}
.m-r li:hover p,
.m-r li:hover .time {
    font-weight: bold;
}
