|
@@ -60,6 +60,7 @@ display:inline-block;position: absolute;top:0;left:0;}
|
|
|
.pol_left_cont h3{height:50px;width:100%;line-height: 50px;
|
|
|
color:#797979;font-size: 18px;padding-left:25px; }
|
|
|
.pol_left_cont p{line-height: 20px;padding:0 17px 0 25px;width:100%;height:62px;color:#616160;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
|
|
|
+.pol_left_cont p a{color:#616160;}
|
|
|
.pol_bottom{width:100%;height:30px;padding:0 12px 0 25px;}
|
|
|
.more a{color:#FFBC08;font-weight: bold;font-size: 1.6rem;}
|
|
|
.data{font-size: 1rem;color:#9B9A9A;line-height:20px;}
|
|
@@ -71,12 +72,13 @@ display:inline-block;position: absolute;top:0;left:0;}
|
|
|
.pol_right_big h3{height:50px;width:100%;line-height: 50px;
|
|
|
color:#797979;font-size: 1.4rem;padding-left:25px; }
|
|
|
.pol_right_big p{line-height: 20px;padding:0 17px 0 25px;width:100%;height:82px;color:#616160;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;}
|
|
|
+.pol_right_big p a{color:#616160;}
|
|
|
.pol_right_sm{width:275px;height:165px;display: inline-block;background: #F6F6F6;
|
|
|
margin-top:15px;box-shadow: 5px 5px 5px 0 #EaEaEa;}
|
|
|
.pol_right_sm h3{height:50px;width:100%;line-height: 50px;
|
|
|
color:#797979;font-size: 1.4rem;padding-left:25px; }
|
|
|
.pol_right_sm p{line-height: 20px;padding:0 17px 0 25px;width:100%;height:83px;color:#616160;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;}
|
|
|
-
|
|
|
+.pol_right_sm p a{color:#616160;}
|
|
|
/*need的css*/
|
|
|
.need_main{background: #f6f6f6;width: 100%;}
|
|
|
#need{width:1200px;height:295px;margin:45px auto 0;position: relative;background: #f6f6f6;}
|