@charset "utf-8";
@import url("reset.css");
@import url("header.css");
@import url("footer.css");
@import url("animate.min.css");

:root{
    --main-boxshadow:0px 0px 15px 0px rgba(226,226,226,0.75); /* 公共阴影属性 */
}

.Main{background:url("../images/gdyx_img01.png") no-repeat center;background-size: cover;padding-top: 26px;margin-bottom: 36px;min-height: calc(100vh - 652px);}
.gdyxPart{padding-top: 100px;}
.gdyxPart .search-container {width: 800px;height:auto;overflow: visible;margin: 0 auto 90px;}
.gdyxPart .filters {display: flex;gap: 10px;}
.gdyxPart .filter-btn {background: #2e73e6;color: #FFFFFF;border: none;padding: 0px 28px 0px 15px;border-radius: 10px;cursor: pointer;font-size: 16px;position: relative;z-index:12;min-width: 151px;height:43px;text-align: left;width: auto;}
.gdyxPart .filter-btn::after {content: "";width: 18px;height:10px;background:url("../images/gdyx_img02.png") no-repeat center;position: absolute;top: 50%;transform: translateY(-50%);right: 8px;}
.gdyxPart .filter-dropdown {display: none;transform:translateY(-10px);position: absolute;top: 100%;left: 0;background:#FFFFFF;border: 1px solid #ddd;border-radius: 6px;width:151px;z-index: 10;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);transition:all ease-in-out 0.5s;}
.gdyxPart .filter-dropdown.show {display:block;transform: translateY(0px);}
.gdyxPart .dropdown-item {padding: 10px;cursor: pointer;border-bottom: 1px solid #eee;}
.gdyxPart .dropdown-item:hover {background: #f0f8ff;}
.gdyxPart .input-area {width:800px;height:64px;background:#ffffff;border:1px solid #b0d0ff;border-radius:10px;box-sizing: border-box;overflow: hidden;margin-top:8px;}
.gdyxPart .input-box {width:calc(100% - 76px);height:100%;line-height:64px;font-size: 16px;color:#888888;float: left;border: none;outline: none;padding-left:20px;box-sizing: border-box;}
.gdyxPart .search-btn {width: 50px;height: 50px;background:url("../images/gdyx_img04.png") no-repeat center;border: none;border-radius: 50%;cursor: pointer;float: right;margin-right: 16px;margin-top: 7px;}
.gdyxPart .results {width:100%;height: auto;overflow: hidden;}
.gdyxPart .filter-group{position: relative;}
.gdyxPart .tips{width: 100%;height:48px;border-bottom:2px solid #dae9ff;font-size:16px;color:#1f58ae;line-height: 48px;margin-bottom:20px;}

.results{/* display: flex; *//* justify-content: space-between; *//* gap: 20px; *//* flex-wrap: wrap; *//* height: auto; */}
.results .items{width: 453px;height:235px;background: #ffffff;border-radius: 10px;box-shadow: var(--main-boxshadow);margin-top: 4px;padding:30px 23px 0px;box-sizing: border-box;float: left;margin: 4px 20px 20px 0px;}
.results .items:nth-child(3n){margin-right:0px;}
.results .items h1{width:100%;height:44px;font-size: 24px;color:#1f58ae;line-height:44px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-bottom:12px;}
.results .items p{width:100%;height:32px;}
.results .items p em{line-height:32px;font-size:16px;font-weight: bold;color: #222222;float: left;width: auto;}
.results .items p span{line-height:32px;font-size:16px;color: #222222;overflow: hidden;white-space: nowrap;display: inline-block;max-width: calc(100% - 95px);float: left;text-overflow: ellipsis;}

.layui-laypage a, .layui-laypage span,.layui-laypage input, .layui-laypage button{background:none;}
.layui-laypage a, .layui-laypage span, .layui-laypage input, .layui-laypage button, .layui-laypage select{border-color:#dae9ff;}
.layui-disabled, .layui-disabled:hover{color:#333333!important;}