123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- body{background:linear-gradient(to top,#F2F7FB,#fff);}
- .cont{width:1200px;margin: 0 auto;}
- .contone>h4{margin: 0;width:70%;height: 70px;display: inline-block;padding-left: 15px;padding-right: 30px;font-weight: normal;
- line-height: 70px;cursor: pointer;overflow: hidden;}
- .contone>p{margin: 0;width:30%;height: 70px;display: inline-block;padding-right: 15px;padding-right: 30px;overflow: hidden;}
- .contone>h4>span{color:#D60000;}
- .contone>p>span>span{color:#D60000;}
- .contone{width: 100%;height:70px;line-height:70px;color:#818080;
- display: flex;justify-content: space-between;background-color: #fff;}
- .contone:nth-child(even){background-color: #F9F9F9;}
- .title{width:1200px;margin:0 auto;height:50px;line-height: 50px;color:#707070;}
- .line1{overflow: hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;}
- .key{width:300px;}
- .noLength{width: 550px;height:150px;margin: 50px auto 60px;background: url(../../img/all_null.png) no-repeat;background-size:100% 100%; }
- .pagination_box{clear: both;overflow: hidden; width: 1200px;
- margin: 0 auto;line-height: 74px;display: none;}
- .clearfix{clear: both;}
- .pagination_box nav {
- float: right;
- }
- .inp{
- float: right; display: none;
- }
- .list_none {
- width: 550px;
- height: 150px;
- background: url("../../img/all_null.png") no-repeat;
- margin: 50px auto;
- }
- .inp input{
- width:40px;
- height: 35px;
- text-align: center;
- border-radius: 5px;
- border:1px solid #ccc;
- }
- .inp button{
- margin: 0 10px;
- margin-top:-5px;
- width: 50px;
- }
- .pagination_box ul li a {
- color: #333
- }
- .pagination_box .pagination {
- float: right;
- margin-right: 20px;
- }
- .pagination_box .totalCount {
- float: right;
- display: inline-block;
- margin-right: 15px;
- }
- .indexSearch{
- width: 635px;
- height: 36px;
- margin: 26px auto 45px;
- }
- .pagination_box .inp button{
- line-height: 0;
- margin-top: -5px;
- }
- .indexSearch .btn{
- border-radius: 0;
- }
- .indexSearch .form-control{
- border-radius: 0;
- }
- .indexSearch .search-inp{
- clear: both;
- width:640px;
- height: 36px;
- float: left;
- }
- .indexSearch>span{
- width: 140px;
- display: inline-block;
- height: 36px;
- text-align: center;
- color: #fff;
- background: #5cb85c;
- font-size: 16px;
- line-height: 36px;
- float: right;
- border-radius: 5px;
- cursor: pointer;
- }
- .searchBtn{
- width: 104px;
- font-size: 18px;
- }
- .indexSearch .demandSearch{
- width: 530px;
- height: 36px;
- line-height: 34px;
- border-color: #bbd5e5;
- }
- .indexSearch .searchBtn{
- height: 36px;
- line-height: 22px;
- background: #1697e9;
- border: 1px solid #1697e9;
- color: #ffffff;
- }
- .indexSearch .searchBtn img{
- width: 25px;height: 24px;
- vertical-align: top
- }
- .indexSearch .search-inp .input-group{
- width: 530px;
- }
- footer{
- display: none;
- }
- .cont ul li{
- box-shadow: 0 0 4px #ccc;
- width: 100%;
- background: #fff;
- padding-left: 20px;
- border: 1px solid #f2f2f2;
- margin-bottom: 17px;
- }
- .cont ul li h4{
- width: 700px;
- font-size: 18px;
- color: #202020;
- line-height: 50px;
- height: 50px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- -o-text-overflow: ellipsis;
- }
- .cont ul li p{
- width: 770px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- -o-text-overflow: ellipsis;
- color: #707070;
- font-size: 16px;
- margin-bottom: 22px;
- }
- .cont ul li div {
- margin-bottom: 18px;
- }
- .cont ul li div span:first-child{
- display: inline-block;
- margin-right: 114px;
- }
- .cont ul li div span{
- color: #52b2ef;
- font-size: 14px;
- font-family: '宋体';
- }
- .cont h4 span{
- color: #ff580e;
- }
- .cont ul li:hover{
- cursor: pointer;
- box-shadow: 0 0 20px #ccc;
- }
|