|
@@ -120,7 +120,7 @@ text-align: center;background:#2F83CE;margin-top: 15px;position: relative;paddin
|
|
|
.policy_date>p{color:#7A7878;}
|
|
|
.policy_line{width:0;height:45px;position: absolute;top:0;left:95px;border-left:1px solid #BCBBBB;}
|
|
|
.policy_p_cont{width:510px;height:55px;position: absolute;top:0;right:0;}
|
|
|
-.policy_p_cont>h5{font-size:15px;color:#3B3B3B;margin-top: 0;font-weight: bold;}
|
|
|
+.policy_p_cont>h5{font-size:15px;color:#3B3B3B;margin-top: 0;font-weight: bold;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
|
|
|
.policy_p_cont>p{color:#7f7f7f;font-size:14px;margin-top:5px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
|
|
|
|
|
|
|
|
@@ -155,10 +155,12 @@ text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
|
|
|
.indexExpert_cont>a:nth-child(4)>div{margin-right:0;}
|
|
|
.indexExpert_cont>a:nth-child(8)>div{margin-right:0;}
|
|
|
.indexExpert_basc{width:285px;height:75px;padding-left: 10px;padding-top: 5px;}
|
|
|
-.indexExpert_basc>h3{display:inline-block;color:#7C7B7B;font-size:18px;}
|
|
|
-.indexExpert_basc>span{color:#7C7B7B;font-size:18px;}
|
|
|
-.indexExpert_basc>h4{display:inline-block;color:#858383;font-weight:normal;}
|
|
|
-.indexExpert_basc>p{width:260px;height:22px;line-height: 22px;color:#858383;margin-top:10px;
|
|
|
+.indexExpert_basc>h3{display:inline-block;color:#7C7B7B;font-size:18px;max-width:90px;vertical-align:middle;
|
|
|
+text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
|
|
|
+.indexExpert_basc>span{color:#7C7B7B;font-size:18px;vertical-align:middle;}
|
|
|
+.indexExpert_basc>h4{display:inline-block;color:#858383;font-weight:normal;vertical-align:middle;max-width:180px;
|
|
|
+text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
|
|
|
+.indexExpert_basc>p{width:260px;height:22px;line-height: 22px;color:#858383;margin-top:2px;
|
|
|
text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
|
|
|
.indexExpert_yuyue{width:95px;height:30px;border:2px solid #fff;position: absolute;top:145px;right: 20px;color:#fff;border-radius:15px;
|
|
|
text-align: center;line-height: 24px;font-size: 16px;}
|