|
-
- /*news.html*/
- .newSec1List{
- height: 100%;
- overflow: auto;
- position: relative;
- }
- .newSec1List li{
- padding: 5px 22px;
- transition:all 0.3s;
- -moz-transition:all 0.3s;
- -ms-transition:all 0.3s;
- -o-transition:all 0.3s;
- -webkit-transition:all 0.3s;
- }
- .newSec1List a{
- display: block;
- line-height: 25px;
- font-size: 14px;
- }
- .newSec1List span{
- display: block;
- margin-left: 20px;
- }
- .newSec1List img{
- width: 13px;
- float: left;
- margin-top: 4px;
- }
-
- .news_sec2{
- background: #fff;
- margin: 22px 22px 10px 414px;
- padding: 35px;
- overflow: auto;
- }
- .news2List{
- padding: 0 10px;
- background: #fff;
- }
- .news2List li{
- padding: 14px 0;
- border-bottom: 1px dashed #E7E7E7;
- }
-
- .news2List a,.news2List span{
- display: block;
- }
- .news2List a{
- font-size: 14px;
- }
- .news2T{
- width: 80%;
- overflow:hidden;
- white-space:nowrap;
- text-overflow:ellipsis;
- }
- .news2T img{
- float: left;
- margin-right: 8px;
- width: 18px;
- margin-top: 3px;
- }
- .news2Time{
- text-align: right;
- color: #C2C2C2;
- float: right;
- }
- .paging{
- height: 30px;
- margin-top: 30px;
- overflow: hidden;
- }
- .pagingTxt{
- float: left;
- line-height: 30px;
- font-size: 14px;
- color: #ABABAB;
- }
- .pagingR{
- float: right;
- }
- .pagingR *{
- display: inline-block;
- vertical-align: middle;
- font-size: 14px;
- height: 30px;
- }
- .pagingR a{
- border: 1px solid #F1F1F1;
- width: 68px;
- line-height: 28px;
- border-radius: 15px;
- margin-left: 10px;
- text-align: center;
- }
- .pagingR a:first-child{
- margin-left: 0;
- color: #fff;
- }
- .pagingR span{
- width: 50px;
- line-height: 30px;
- text-align: right;
- margin-right: 10px;
- }
- .pagingR input{
- width: 56px;
- border: 1px solid #F1F1F1;
- text-align: center;
- line-height: 28px;
- }
- .pagingBtn{
- cursor: pointer;
- border: 1px solid #F1F1F1;
- width: 68px;
- line-height: 28px;
- border-radius: 15px;
- margin-left: 10px;
- text-align: center;
- }
-
- /*news.html*/
-
-
-
- @media(max-width:1680px) {
- .news_sec2 {
- margin: 22px 22px 10px 344px;
- }
-
-
-
-
-
-
-
- }
-
-
-
-
-
-
-
-
-
-
-
|