@charset "utf-8";
@import url(reset.css);
@import url(footer.css);
@import url("animate.min.css");

body {background: url("../images/2022_zfdlt_top_bg.png") no-repeat center top #f5f9ff;}
html,body{ min-width: 100vw; min-height: 100vh;}

.warp{width: 100%;max-width: 1920px;min-width: 1360px;position: relative;overflow: hidden;margin: 0 auto;}



.zfdlt_logo {margin-top: 31px;}
.dlt_search {width: 681px;margin-top: 400px;height: 73px;font-size: 18px;color: #ffffff;position: relative;}
.dlt_search input {width: 596px;background: none;outline-style: none;border: none;height: 65px;line-height: 65px;border-bottom: 2px solid #ffffff;color: #ffffff;}
.dlt_search ::-webkit-input-placeholder {color: #ffffff;font-size: 18px;}
.dlt_search :-moz-placeholder {color: #ffffff;font-size: 18px;}
.dlt_search ::-moz-placeholder {color: #ffffff;font-size: 18px;}
.dlt_search :-ms-input-placeholder {color: #ffffff;font-size: 18px;}
.dlt_search .button {width: 71px;height: 72px;background: url("../images/zfdlt_search_icon.png") no-repeat;right: 0;top: 0;position: absolute;cursor: pointer;}

.main_body {overflow: hidden;background: #ffffff;border-radius: 8px;margin-top: 35px;margin-bottom: 30px;}
.top_bg {width: 1180px;height:57px;margin: 0 auto;background: url("../images/zfdlt_list_bg.png") no-repeat;margin-top: 23px;}
.dlt_lb {width: 1100px;margin: 0 auto;overflow: hidden;}
.dlt_bt {height: 60px;line-height:60px;width: 100%;border-radius: 8px;background: linear-gradient(to right,#2747eb, #1d6ff0);margin-bottom: 20px;}
.dlt_bt ul {display: flex;justify-content: space-between;}
.dlt_bt ul li:first-child {width: 84px;}
.dlt_bt ul li {text-align: center;font-size: 24px;color: #ffffff;font-weight: 700;}
.dlt_bt ul li:nth-of-type(2) {width: 214px;text-align: left;}
.dlt_bt ul li:nth-of-type(3) {width: 475px;}
.dlt_bt ul li:nth-of-type(4) {width: 247px;text-align: left;}

.dlt_lb .list ul {width: 100%;height: auto;line-height: 60px;border-radius: 8px;display: flex;justify-content: space-between;}
.dlt_lb .list ul li {text-align: center;font-size: 16px;}
.dlt_lb .list ul li:first-child {width: 84px;font-weight: 700;}
.dlt_lb .list ul li:nth-of-type(2) {width: 34%;text-align: left;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.dlt_lb .list ul li:nth-of-type(3) {/* width: 475px; */text-align: left;width: 40%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.dlt_lb .list ul li:nth-of-type(4) {width: 247px;text-align: left;}
.dlt_lb .list ul:nth-child(even) {background: #eef9fe;}
.dlt_lb .list {margin-bottom:30px;}