|
@@ -52,11 +52,11 @@ background-size: 1200px 215px;margin:0 auto;position: relative;}
|
|
|
body{background: #f5f5f5;}
|
|
|
.container{width: 1200px;}
|
|
|
.industry{background: #ffffff;overflow: hidden;margin-bottom: 30px;}
|
|
|
-.industry_left{float: left;width: 300px;text-align: center;padding-top: 40px;background: #2a9ee2;height: 100%;}
|
|
|
+.industry_left{float: left;width: 300px;height:938px;text-align: center;padding-top: 40px;background: #2a9ee2;}
|
|
|
|
|
|
.industry_left h3{font-size: 24px;margin-bottom: 22px;color: #FFFFFF;font-weight:normal;}
|
|
|
.industry_left ul li a{font-size:16px ;color: #ffffff;}
|
|
|
-.industry_left ul li{line-height: 36px;height: 36px;}
|
|
|
+.industry_left ul li{line-height: 36px;height: 36px;cursor: pointer;}
|
|
|
.title_details{width: 840px;clear: both;margin-bottom: 36px;}
|
|
|
.industry_right{float: left;padding-left: 30px;width: 870px;}
|
|
|
.title_details ol {width: 100%;overflow: hidden;border-bottom: 1px solid #CCCCCC;}
|
|
@@ -67,13 +67,14 @@ body{background: #f5f5f5;}
|
|
|
.act{color:#074d88 !important;border-bottom: 1px solid #074d88!important;}
|
|
|
.action_li{box-shadow: 0 0 10px 0 #ddd inset}
|
|
|
.checked_no{display:none;}
|
|
|
+.main_details{overflow: hidden;width:840px;height:790px;}
|
|
|
.main_details ul{overflow: hidden;}
|
|
|
.main_details ul li{width: 260px;height:380px;float: left;position: relative;z-index: 10;box-shadow: 0 0 15px #CCCCCC;margin-left: 10px;margin-right: 10px;margin-bottom: 20px;}
|
|
|
|
|
|
.title_details ol li{float: left;padding-left: 12px;padding-right: 12px;font-size: 24px;color: #333333;border-bottom: 1px solid transparent;line-height: 50px;}
|
|
|
.act{color:#074d88 !important;border-bottom: 1px solid #074d88!important;}
|
|
|
.main_details ul{overflow: hidden;}
|
|
|
-.main_details ul li{width: 260px;float: left;position: relative;z-index: 10;box-shadow: 0 0 15px #CCCCCC;margin-left: 10px;margin-right: 10px;margin-bottom: 20px;}
|
|
|
+.main_details ul li{width: 260px;height:380px;float: left;position: relative;z-index: 10;box-shadow: 0 0 15px #CCCCCC;margin-left: 10px;margin-right: 10px;margin-bottom: 20px;}
|
|
|
|
|
|
.main_details ul li img{;width: 260px;}
|
|
|
.main_details ul li .details_fix{position: absolute;top: 145px;background: rgba(131,146,145,0.5);z-index: 12;width: 260px;height: 70px;text-align: center;color: #FFFFFF;}
|
|
@@ -98,7 +99,12 @@ body{background: #f5f5f5;}
|
|
|
.details_text p b{font-weight:normal;color: #333333;width:160px;height:40px ;display: inline-block;vertical-align: top; }
|
|
|
.details_text a{width: 80px;height: 26px;display: inline-block;background: #ffb200;border-radius: 10px;float: right;line-height: 26px;text-align: center;color: #ffffff;margin-right: 30px;margin-bottom: 16px;}
|
|
|
|
|
|
-.pagination_box{width: 600px;margin-bottom: 50px;}
|
|
|
+.pagination_box{width: 100%;height:50px;text-align: right;}
|
|
|
+.pagination_box>div{width:200px;height:50px;overflow: hidden;}
|
|
|
+.paging_box{overflow: hidden;}
|
|
|
+.paging_box>span{line-height: 50px;font-size: 16px;color:#F68705;width:25px;text-align: center;
|
|
|
+ display: inline-block;cursor: pointer;}
|
|
|
+.paging_box>span.action_span{font-weight: bold;}
|
|
|
.pagination_box .totalCount{ float:right; line-height: 74px;margin-right: 20px;color: #999;}
|
|
|
.pagination_box .pagination{float: right;}
|
|
|
.pagination_box .pagination li{float: left;}
|