.dt-list{padding:35px 0;border-bottom:1px dashed #ccc;}
.list-tit{float:left;width:98px;height:158px;text-align:center;}
.list-tit div.tit-top{height:50px;background:#00a3ff;color:#fff;font-size:18px;line-height:50px;}
.list-tit div.tit-bottom{padding:9px 0;width:98px;border:1px solid #ccc;}
.tit-bottom h3{color:#666;font-weight:700;font-size:36px;}
.tit-bottom span{color:#666;font-size:14px;}
.tit-bottom a{display:block;color:#666;font-size:12px;line-height:24px;}
.dt-list .list-con{float:right;width:1080px;height:138px;}
.list-con .img_bg{float:left;margin-right:20px;width:210px;height:160px;text-align:center;}
.list-con .img_bg img{margin-top:5px;width:200px; height:150px;}
.list-con h3{margin-bottom:15px;font-size:18px;}
.list-con h3 a{color:#333;}
.list-con h3 a:hover{color:#00a3ff;}
.list-con p{color:#666;text-indent:2em;font-size:14px;line-height:24px;}
.vis{margin-top:15px;color:#666;line-height:36px;}
.vis .more{float:right;display:inline-block;padding:0 21px;border:1px solid #00a3ff;color:#00a3ff;font-size:14px;line-height:34px;}
.vis .more:hover{background:#00a3ff;color:#fff;}
.banner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-width: 1200px;
}



