|
@@ -188,59 +188,6 @@ body {
|
|
|
background: #779FCC;
|
|
|
}
|
|
|
|
|
|
-.title-first1{
|
|
|
- margin-top: 10px;
|
|
|
- margin-bottom: 20px;
|
|
|
- box-sizing: border-box;
|
|
|
- padding: 5px 10px;
|
|
|
- display: flex;
|
|
|
- justify-content: flex-start;
|
|
|
- margin: -10px 25px 30px 32px;
|
|
|
- align-items: center;
|
|
|
-}
|
|
|
-.title-first1:hover {
|
|
|
- background-color: #d6e5f7;
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-.title-first1:nth-child(even) {
|
|
|
- background-color: rgb(233 243 255 / 50%);
|
|
|
-}
|
|
|
-.title-first1>ul{
|
|
|
- width: 73%;
|
|
|
-}
|
|
|
-
|
|
|
-.title-first1>li {
|
|
|
- /* width: 100%; */
|
|
|
- font-size: 14px;
|
|
|
- margin-bottom: 10px;
|
|
|
- color: #333333;
|
|
|
- text-overflow: ellipsis;
|
|
|
- overflow: hidden;
|
|
|
- white-space: nowrap;
|
|
|
- /* display: flex; */
|
|
|
- /* flex-wrap: wrap; */
|
|
|
-}
|
|
|
-
|
|
|
-.title-first1>ul>li:nth-child(1){
|
|
|
- color: #2775CC;
|
|
|
- /* height: 24px; */
|
|
|
- /* line-height: 24px; */
|
|
|
- margin-bottom: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.title-first1>ul>li>span {
|
|
|
- color: #FF780B;
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-.title-first1>li>p {
|
|
|
- width: 100%;
|
|
|
- margin: 0 auto;
|
|
|
- color: #666666;
|
|
|
- text-overflow: ellipsis;
|
|
|
- overflow: hidden;
|
|
|
- white-space: nowrap;
|
|
|
-}
|
|
|
-
|
|
|
.flex_box {
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
@@ -425,6 +372,109 @@ body {
|
|
|
overflow-x:hidden;
|
|
|
}
|
|
|
|
|
|
+.hide_list{
|
|
|
+ width: 27%;
|
|
|
+ margin: 0;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ border-bottom: 1px solid #CCCCCC;
|
|
|
+ position: fixed;
|
|
|
+ z-index: 999;
|
|
|
+ background-color: #fff;
|
|
|
+ left: 0;
|
|
|
+ padding: 10px 25px 10px 18px;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+.hide_fl{
|
|
|
+ width: 27%;
|
|
|
+ margin: 0;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ border-bottom: 1px solid #CCCCCC;
|
|
|
+ position: fixed;
|
|
|
+ z-index: 999;
|
|
|
+ background-color: #fff;
|
|
|
+ left: 0;
|
|
|
+ padding: 10px 10px 10px 18px;
|
|
|
+}
|
|
|
+.hide_list>h6 {
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #2775CC;
|
|
|
+ cursor: default;
|
|
|
+}
|
|
|
+.hide_fl>h6 {
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #2775CC;
|
|
|
+ cursor: default;
|
|
|
+}
|
|
|
+.back_btn {
|
|
|
+ width: 64px;
|
|
|
+ height: 30px;
|
|
|
+ background-color: #FFF;
|
|
|
+ border: 1px solid #CCCCCC;
|
|
|
+ outline: none;
|
|
|
+ font-size: 14px;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.title-first1{
|
|
|
+ margin-top: 10px;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding: 5px 10px;
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-start;
|
|
|
+ margin: -10px 25px 30px 18px;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+.title-first1:hover {
|
|
|
+ background-color: #d6e5f7;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+.title-first1:nth-child(even) {
|
|
|
+ background-color: rgb(233 243 255 / 50%);
|
|
|
+}
|
|
|
+.title-first1>ul{
|
|
|
+ width: 73%;
|
|
|
+}
|
|
|
+
|
|
|
+.title-first1>li {
|
|
|
+ /* width: 100%; */
|
|
|
+ font-size: 14px;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ color: #333333;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ overflow: hidden;
|
|
|
+ white-space: nowrap;
|
|
|
+ /* display: flex; */
|
|
|
+ /* flex-wrap: wrap; */
|
|
|
+}
|
|
|
+
|
|
|
+.title-first1>ul>li:nth-child(1){
|
|
|
+ color: #2775CC;
|
|
|
+ /* height: 24px; */
|
|
|
+ /* line-height: 24px; */
|
|
|
+ margin-bottom: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.title-first1>ul>li>span {
|
|
|
+ color: #FF780B;
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+.title-first1>li>p {
|
|
|
+ width: 100%;
|
|
|
+ margin: 0 auto;
|
|
|
+ color: #666666;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ overflow: hidden;
|
|
|
+ white-space: nowrap;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
/* 办理和办事 */
|
|
|
.inline_one {
|
|
|
width: 100%;
|
|
@@ -650,9 +700,9 @@ body {
|
|
|
}
|
|
|
|
|
|
.search-result {
|
|
|
- width: 86%;
|
|
|
- margin: 0px auto 0;
|
|
|
- padding: 50px 0 0 0;
|
|
|
+ /* width: 86%; */
|
|
|
+ /* margin: 0px auto 0; */
|
|
|
+ padding: 61px 0 0 0;
|
|
|
}
|
|
|
|
|
|
.textSecond {
|
|
@@ -872,55 +922,6 @@ body {
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
-.hide_list{
|
|
|
- width: 25.5%;
|
|
|
- margin: 0;
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
- border-bottom: 1px solid #CCCCCC;
|
|
|
- position: fixed;
|
|
|
- z-index: 999;
|
|
|
- background-color: #fff;
|
|
|
- left: 0;
|
|
|
- padding: 10px 10px 10px 18px;
|
|
|
-}
|
|
|
-.hide_fl{
|
|
|
- width: 25.5%;
|
|
|
- margin: 0;
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
- border-bottom: 1px solid #CCCCCC;
|
|
|
- position: fixed;
|
|
|
- z-index: 999;
|
|
|
- background-color: #fff;
|
|
|
- left: 0;
|
|
|
- padding: 10px 10px 10px 18px;
|
|
|
-}
|
|
|
-.hide_list>h6 {
|
|
|
- font-size: 16px;
|
|
|
- font-weight: 400;
|
|
|
- color: #2775CC;
|
|
|
- cursor: default;
|
|
|
-}
|
|
|
-.hide_fl>h6 {
|
|
|
- font-size: 16px;
|
|
|
- font-weight: 400;
|
|
|
- color: #2775CC;
|
|
|
- cursor: default;
|
|
|
-}
|
|
|
-.back_btn {
|
|
|
- width: 64px;
|
|
|
- height: 30px;
|
|
|
- background-color: #FFF;
|
|
|
- border: 1px solid #CCCCCC;
|
|
|
- outline: none;
|
|
|
- font-size: 14px;
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
/* 起始点和终点的选择的样式 */
|
|
|
.boxpanel{
|
|
|
display: none;
|
|
@@ -1152,9 +1153,6 @@ body {
|
|
|
.flex_wrap>li>img {
|
|
|
margin-top: 3px;
|
|
|
}
|
|
|
- .hide_list{
|
|
|
- width: 25%;
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
@media screen and (min-width: 1441px) and (max-width: 1680px) {
|
|
@@ -1190,9 +1188,6 @@ body {
|
|
|
.flex_wrap>li>img {
|
|
|
margin-top: 3px;
|
|
|
}
|
|
|
- .hide_list{
|
|
|
- width: 25.25%;
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
@media screen and (min-width: 1401px) and (max-width: 1440px) {
|
|
@@ -1228,9 +1223,6 @@ body {
|
|
|
.flex_wrap>li>img {
|
|
|
margin-top: 3px;
|
|
|
}
|
|
|
- .hide_list{
|
|
|
- width: 25.1%;
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
@media screen and (min-width: 1367px) and (max-width: 1400px) {
|
|
@@ -1266,9 +1258,6 @@ body {
|
|
|
.flex_wrap>li>img {
|
|
|
margin-top: 3px;
|
|
|
}
|
|
|
- .hide_list{
|
|
|
- width: 25%;
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
@media screen and (min-width: 1681px) and (max-width: 1919px) {
|
|
@@ -1301,7 +1290,4 @@ body {
|
|
|
.flex_wrap>li>img {
|
|
|
margin-top: 3px;
|
|
|
}
|
|
|
- .hide_list{
|
|
|
- width: 25%;
|
|
|
- }
|
|
|
}
|