|
@@ -47,14 +47,14 @@ img {
|
|
|
text-overflow: ellipsis;
|
|
|
}
|
|
|
|
|
|
-.dl-text .ell_qw {
|
|
|
- height:60px;
|
|
|
+.dl-text .ell_qw {
|
|
|
+ height:60px;
|
|
|
text-align:left;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
- text-indent:24px;
|
|
|
+ text-indent:24px !important;
|
|
|
}
|
|
|
-.dl-text .ell_qw a{ text-align:left;}
|
|
|
+.dl-text .ell_qw a{ text-align:left; text-indent:24px;}
|
|
|
|
|
|
.w1216 {
|
|
|
width: 1200px;
|
|
@@ -113,19 +113,19 @@ img {
|
|
|
.header_nav {
|
|
|
line-height: 67px;
|
|
|
position: relative;
|
|
|
- /* overflow: hidden; */
|
|
|
+ /* overflow: hidden; */
|
|
|
}
|
|
|
|
|
|
.header_nav li {
|
|
|
float: left;
|
|
|
font-size: 20px;
|
|
|
padding: 0px 20px;
|
|
|
- position: relative;
|
|
|
+ position: relative;
|
|
|
}
|
|
|
|
|
|
.header_nav li a {
|
|
|
color: #fff;
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
|
|
|
.header_nav li span:first-child{
|
|
@@ -145,7 +145,7 @@ img {
|
|
|
display:none;
|
|
|
transition: all 0.5s;
|
|
|
text-align: center;
|
|
|
- padding-bottom: 5px;
|
|
|
+ padding-bottom: 5px;
|
|
|
z-index:111;
|
|
|
}
|
|
|
.header_nav li div a {
|
|
@@ -206,10 +206,10 @@ img {
|
|
|
bottom:10px;
|
|
|
z-index:3;
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
.wip_banner_bg {
|
|
|
- width: 100%;
|
|
|
+ width: 100%;
|
|
|
padding-bottom: 0px;
|
|
|
margin: 0px auto 0px;
|
|
|
overflow: hidden;
|
|
@@ -224,7 +224,7 @@ img {
|
|
|
.wip_banner {
|
|
|
width: 100%;
|
|
|
max-width: 1180px;
|
|
|
- height: 45px;
|
|
|
+ height: 45px;
|
|
|
margin-bottom:20px;
|
|
|
margin:0 auto;
|
|
|
position:relative; top:60px;
|
|
@@ -248,7 +248,7 @@ img {
|
|
|
float: left;
|
|
|
background: #ffffff;
|
|
|
width:400px;
|
|
|
- margin-left:20px;
|
|
|
+ margin-left:20px;
|
|
|
}
|
|
|
|
|
|
.wip_banner .ipt_sear {
|
|
@@ -267,7 +267,7 @@ img {
|
|
|
display: block;
|
|
|
float: left;
|
|
|
margin-left: 10px;
|
|
|
-}
|
|
|
+}
|
|
|
|
|
|
/*.header_nav li img {
|
|
|
margin-right: 5px;
|
|
@@ -559,7 +559,7 @@ text-align: center;
|
|
|
}
|
|
|
.c1 .t2{
|
|
|
background: url(bgcc1_1.png) no-repeat center;
|
|
|
-}
|
|
|
+}
|
|
|
.ty_list_img {
|
|
|
position: relative;
|
|
|
margin-bottom: 15px;
|
|
@@ -666,7 +666,7 @@ text-align: center;
|
|
|
font-size: 16px;
|
|
|
right: 0px;
|
|
|
position: absolute;
|
|
|
- top: 0px;
|
|
|
+ top: 0px;
|
|
|
}
|
|
|
|
|
|
|
|
@@ -1006,7 +1006,7 @@ a {
|
|
|
text-align: center;
|
|
|
padding: 0px 50px;
|
|
|
margin-bottom: 15px;
|
|
|
- background: url(tt.png) no-repeat left center;
|
|
|
+ background: url(tt.png) no-repeat left center;
|
|
|
}
|
|
|
|
|
|
.tl-l a {
|
|
@@ -1170,7 +1170,7 @@ right: 32px;
|
|
|
|
|
|
.pre_page,.next_page{
|
|
|
padding: 5px 12px;
|
|
|
-}
|
|
|
+}
|
|
|
|
|
|
.click_btn{
|
|
|
background: #0b9285 !important;
|
|
@@ -1240,14 +1240,14 @@ right: 32px;
|
|
|
ul.picture-list{ overflow:hidden;}
|
|
|
ul.picture-list li{float:left; display:inline; background:none;padding:8px;overflow:hidden;text-align:center; width:340px; }
|
|
|
ul.picture-list li a img{ background:#f2f2f2;padding:10px !important; width:320px; height:220px; float:left; display:block;}
|
|
|
-ul.picture-list li a:hover img{
|
|
|
+ul.picture-list li a:hover img{
|
|
|
background:#d5d7db;
|
|
|
-webkit-transition:-webkit-transform 0.5s ease-out;
|
|
|
-moz-transition:-moz-transform 0.5s ease-out;
|
|
|
transition:transform 0.5s ease-out;
|
|
|
transform:scale(0.9);
|
|
|
-webkit-transform:scale(0.9);
|
|
|
- -moz-transform:scale(0.9);
|
|
|
+ -moz-transform:scale(0.9);
|
|
|
}
|
|
|
ul.picture-list li span{ display:block; height:30px; line-height:30px; width:100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; float:left; text-align:left; text-indent: 10px;}
|
|
|
ul.picture-list li a{ width: 100%;}
|
|
@@ -1356,8 +1356,8 @@ ul.picture-list li .date{ text-align: left; vertical-align: middle; padding-left
|
|
|
.zjszfwzy-at {
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
- .bt_content { width: 1100px; margin: 0 auto;}
|
|
|
- .bt_content .zoom { width: 1100px; margin: 0 auto;}
|
|
|
+ .bt_content { width: 1100px; margin: 0 auto;}
|
|
|
+ .bt_content .zoom { width: 1100px; margin: 0 auto;}
|
|
|
.bt_content p {
|
|
|
/*font-size: 16px;*/
|
|
|
font-weight: normal;
|
|
@@ -1370,32 +1370,32 @@ ul.picture-list li .date{ text-align: left; vertical-align: middle; padding-left
|
|
|
line-height: 60px;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
.zt1 {
|
|
|
font-size: 24px
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.fz {
|
|
|
background:url(dqwz_20221008.png) no-repeat left;
|
|
|
padding-left: 23px;
|
|
|
float: left;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.fz a {
|
|
|
margin-left: 10px;
|
|
|
margin-right: 2px;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.dqwz2 {
|
|
|
float: left;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.dqwz2 span {
|
|
|
margin-left: 5px;
|
|
|
margin-right: 2px;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.dqwz2 span img {
|
|
|
width: 10px;
|
|
|
height: 23px;
|
|
@@ -1416,7 +1416,7 @@ ul.picture-list li .date{ text-align: left; vertical-align: middle; padding-left
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+
|
|
|
.list {
|
|
|
overflow: hidden;
|
|
|
display: inline-block;
|
|
@@ -1444,9 +1444,9 @@ ul.picture-list li .date{ text-align: left; vertical-align: middle; padding-left
|
|
|
font-size: 14px;
|
|
|
margin-left: 20px;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.contbox{ width:1100px; margin:0 auto;}
|
|
|
-
|
|
|
+
|
|
|
.contbox .xxgk th {
|
|
|
border: 1px solid #808080;
|
|
|
height: 40px;
|
|
@@ -1565,7 +1565,7 @@ ul.picture-list li .date{ text-align: left; vertical-align: middle; padding-left
|
|
|
color: #000000;
|
|
|
font-weight: bold;
|
|
|
margin-bottom: 26px;
|
|
|
- margin-right:26px;
|
|
|
+ margin-right:26px;
|
|
|
}
|
|
|
|
|
|
.dtInfosTab_2 li:before {
|
|
@@ -1602,7 +1602,7 @@ ul.picture-list li .date{ text-align: left; vertical-align: middle; padding-left
|
|
|
.dtInfosWrap li {
|
|
|
font-size: 16px;
|
|
|
height:30px;
|
|
|
- padding-top:10px;
|
|
|
+ padding-top:10px;
|
|
|
padding-bottom:10px;
|
|
|
overflow: hidden;
|
|
|
white-space: nowrap;
|
|
@@ -1646,4 +1646,4 @@ ul.picture-list li .date{ text-align: left; vertical-align: middle; padding-left
|
|
|
|
|
|
.dtInfosWrap li>a span:hover{
|
|
|
color:#ff9724 !important;
|
|
|
-}
|
|
|
+}
|