123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223 |
- /*
- @update:2018/06/06
- */
- /* 最新发布 */
- .newRelease{
- clear: both;
- text-align: center;
- }
- .newRelease>div{
- width:270px;
- height: 60px;
- background: url(../../../img/newMenu/achievement_1.jpg) no-repeat;
- background-size: 100% 100%;
- margin: 24px auto 30px;
- }
- .blur{
- color: #0289df;
- }
- .orange{
- color: #ff6d0b;
- }
- .newRelease ul{
- display: flex;
- display: -webkit-flex;
- justify-content: space-between;
- }
- .newRelease ul li div{
- padding:10px 10px;
- background: #f9f9f9;
- }
- .newRelease ul li div p {
- text-align: left;
- overflow: hidden;
- white-space:nowrap;
- text-overflow:ellipsis;
- -o-text-overflow:ellipsis;
- color: #333;
- line-height: 24px;
- height: 24px;
- }
- .newRelease ul li div p span{
- font-size: 12px;
- }
- .newRelease ul li div p .orange{
- display: inline-block;
- margin-right: 12px;
- }
- .newRelease>a{
- color: #7a7878;
- display: inline-block;
- padding: 22px 0px 55px;
- }
- .newRelease>a:hover{
- color: #0289df;
- }
- /* 热门关注 */
- .achievementHot>div{
- width: 140px;
- height:22px;
- background: url(../../../img/newMenu/achievement_7.jpg) no-repeat;
- background-size:100% 100%;
- float: left;
- vertical-align: top;
- margin-top: -2px;
- margin-right: 12px;
- }
- .achievementHot ol{
- float: left;
- }
- .achievementHot ol li{
- color: #393838;
- float: left;
- margin: 0 7px;
- }
- .achievementHot{
- clear: both;
- overflow: hidden;
- margin-bottom: 6px;
- }
- .achievementHot ol li a:hover{
- color: #0289df;
- }
- .achievementHot a{
- float: right;
- font-size: 14px;
- color: #7a7878;
- }
- .achievementHot a:hover{
- color:#0289df;
- }
- .achievementHot-list{
- clear: both;
- overflow: hidden;
- }
- .achievementHot-list .col-sm-4{
- padding: 0
- }
- .achievementHot-list ul li{
- margin-bottom: 18px;
- }
- .achievementHot-list ul li div img {
- float: left;
- width: 112px;
- height: 112px;
- }
- .achievementHot-list ul li div div{
- width: 273px;
- height: 112px;
- float: left;
- border: 1px solid #ccc;
- border-left: none;
- }
- .achievementHot-list ul li div div h4{
- font-weight: normal;
- font-size: 14px;
- color: #1f1f1f;
- overflow: hidden;
- white-space:nowrap;
- text-overflow:ellipsis;
- -o-text-overflow:ellipsis;
- border-bottom: 1px double #ccc;
- height: 42px;
- line-height: 42px;
- padding-left: 20px;
- }
- hr{
- clear: both;
- margin: 10px 0 18px;
- border:2px solid #ff6113;
-
- }
- .achievementHot-list ul li div div p{
- padding-left: 20px;
- margin: 8px 0;
- }
- .achievementHot-list ul li div div p .orange{
- font-size: 12px;margin-right: 30px;
- display: inline-block;
- }
- .achievementHot-list ul li div div p .blur{
- font-size: 12px;
- display: inline-block;
- }
- .achievementHot-list ul li div div p .technology{
- float: right;
- display: inline-block;
- width: 70px;
- height: 24px;
- line-height: 24px;
- text-align: center;
- border: 1px solid #ff6113;
- color: #ff6113;
- }
- .achievementHot-list ul li div div p .follow{
- float: right;
- display: inline-block;
- width: 50px;
- height: 24px;
- line-height: 24px;
- text-align: center;
- background: #ff6113;
- color: #ffffff;
- border-radius: 12px;
- margin:0 12px;
- }
- .study {
- padding: 50px 0 30px;
- }
- .study h4 {
- font-weight: normal;
- font-size: 22px;
- color: #1f1f1f;
- padding-bottom: 24px;
- }
- .study h4 a {
- display: inline-block;
- color: #cacaca;
- font-size: 12px;
- margin-left: 24px;
- }
- .study h4 a:hover{
- color: #0289df;
- }
- .patent img{
- width: 100%;
- }
- .patentList{
- padding-top: 46px;
- }
- .patentList .col-sm-4>img{
- width: 100%;
- }
- .patentList .col-sm-4 div>img{
- height: 230px;
- height: 114px;
- }
- .patentList>.row>.col-sm-4 img:first-child{
- margin-bottom: 14px;
- }
- .patentList ul li img{
- width: 100%;
- }
|