|
@@ -106,6 +106,7 @@
|
|
|
border: 1px solid #efefef;
|
|
|
border-left: none;
|
|
|
height: 226px;
|
|
|
+ overflow: hidden;
|
|
|
}
|
|
|
.subsidy .subsidyTxt ul {
|
|
|
|
|
@@ -388,7 +389,7 @@
|
|
|
height: 100%;
|
|
|
}
|
|
|
.certification .certificationList{
|
|
|
- width: 378px;
|
|
|
+ width: 770px;
|
|
|
height: 280px;
|
|
|
}
|
|
|
.certification .certificationList>div{
|
|
@@ -409,11 +410,12 @@
|
|
|
.certification .certificationList>div img{
|
|
|
margin-right: 10px;
|
|
|
}
|
|
|
+
|
|
|
.certification .certificationList ol li{
|
|
|
width: 50%;
|
|
|
float: left;
|
|
|
- height: 51px;
|
|
|
- line-height: 51px;
|
|
|
+ height: 55.5px;
|
|
|
+ line-height: 55px;
|
|
|
text-align: center;
|
|
|
font-size: 14px;
|
|
|
color: #7a7878;
|
|
@@ -424,6 +426,13 @@
|
|
|
text-overflow:ellipsis;
|
|
|
-o-text-overflow:ellipsis;
|
|
|
}
|
|
|
+.certification .certificationList ol li:nth-child(1),.certification .certificationList ol li:nth-child(2){
|
|
|
+ border-top: 1px solid #efefef
|
|
|
+}
|
|
|
+.certification .certificationList ol{
|
|
|
+ overflow: hidden;
|
|
|
+ height: 278px;
|
|
|
+}
|
|
|
.certificationList ol li:hover{
|
|
|
background: #f8f8f8;
|
|
|
}
|
|
@@ -448,7 +457,8 @@
|
|
|
/* 管理 */
|
|
|
.administration{
|
|
|
overflow: hidden;
|
|
|
- border: 1px solid #efefef;
|
|
|
+ height: 192px;
|
|
|
+ border-left: 1px solid #efefef;
|
|
|
}
|
|
|
.administration ul li {
|
|
|
width:25%;
|
|
@@ -456,8 +466,8 @@
|
|
|
line-height: 48px;
|
|
|
float: left;
|
|
|
text-align: center;
|
|
|
- border-top: 1px solid #efefef;
|
|
|
- border-left: 1px solid #efefef
|
|
|
+ border-bottom: 1px solid #efefef;
|
|
|
+ border-right: 1px solid #efefef
|
|
|
}
|
|
|
.administration ul li a{
|
|
|
width: 100%;
|
|
@@ -633,7 +643,7 @@
|
|
|
}
|
|
|
.newFlash ul{
|
|
|
padding-top: 10px;
|
|
|
- height: 315px;
|
|
|
+ height: 290px;
|
|
|
}
|
|
|
.newFlash ul li{
|
|
|
border-bottom: 1px dashed #eeeeee;
|
|
@@ -1011,6 +1021,8 @@
|
|
|
}
|
|
|
.projectMid .imgLeft {
|
|
|
width: 680px;
|
|
|
+ height: 236px;
|
|
|
+ overflow: hidden;
|
|
|
}
|
|
|
.projectMid .imgLeft ul li {
|
|
|
float: left;
|