123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243 |
-
-
- .main {
- width: 100%;
- max-width: 1920px;
- margin: 0 auto;
- padding-top: 71px;
- &>.title{
- font-size: 60px;
- text-align: center;
- padding-top: 110px;
- }
- }
- .list{
- width: 100%;
- text-align: center;
- padding-top: 43px;
- max-width: 1300px;
- margin: 0 auto;
- .newsType{
- width: 100%;
- padding-bottom: 83px;
- .newsLi{
- width: 100%;
- display: flex;
- justify-content: space-between;
- padding-bottom: 37px;
- border-bottom: 1px dotted #acacac5e;
- padding-top: 37px;
- transition: all 0.3s ease-in-out;
- &:last-child{
- border-bottom: 0px dotted #ACACAC;
- }
- .timer{
- width: 65px;
- height: 66px;
- border-radius: 8px;
- border: 1px solid #A7A5A5;
- text-align: center;
- font-size: 12px;
- padding: 0px 12px 0;
- box-sizing: border-box;
- .timerData{
- font-size: 26px;
- color: #b81c25;
- border-bottom: 1px solid #b81c25;
- padding-bottom: 3px;
- margin-bottom: 3px;
- line-height: 30px;
- padding-top: 4px;
- }
- }
- .newsLiCon{
- width: calc(100% - 80px);
- font-size: 18px;
- text-align: left;
- &>div{
- overflow: hidden;
- white-space: nowrap;
- width: 100%;
- height: 24px;
- text-overflow: ellipsis;
- }
- .liTitle{
- color: #231F20;
- font-weight: 500;
- margin-bottom: 8px;
- padding-top: 6px;
- transition: all 0.3s ease-in-out;
- }
- .licon{
- font-weight: 400;
- color: #999999;
- font-size: 16px;
- }
- }
- &:hover{
- background: #EFEFEF;
- .newsLiCon{
- .liTitle{
- color: #B81C25;
- }
- }
- }
- }
- }
- }
- .pages {
- margin: 0px 0 120px;
- display: table;
- margin-left: auto;
- margin-right: auto;
- color: #fff;
- .item {
- width: 40px;
- height: 40px;
- line-height: 40px;
- float: left;
- text-align: center;
- box-sizing: border-box;
- color: #000;
- border: 1px solid #DDE2E6;
- border-radius: 2px;
- transition: all 0.3s ease-in-out;
- }
- .prev {
- margin-right: 15px;
- border: 1px solid #000000;
- border-radius: 4px;
- transform: rotate(-90deg);
- font-size: 20px;
- }
- .next {
- margin-left: 15px;
- border-radius: 4px;
- border: 1px solid #000000;
- transform: rotate(90deg);
- font-size: 20px;
- }
- .prev:hover,
- .next:hover {
- border-color: #B81C25;
- background-color: #B81C25;
- color: #fff;
- }
- .disableBtn {
- opacity: 0.5;
- cursor: default;
- }
- .disableBtn:hover {
- border-color: #000000;
- background-color: transparent;
- color: #000;
- }
- .first {
- float: left;
- }
- .space {
- color: #999999;
- float: left;
- letter-spacing: 1px;
- line-height: 30px;
- margin-left: 5px;
- margin-right: 5px;
- }
- .last{
- margin-left: 5px;
- }
- .pageList {
- float: left;
- }
- .pageItem {
- float: left;
- margin-left: 5px;
- margin-right: 5px;
- }
- .curPageItem,
- .pageItem:hover,
- .first:hover,
- .last:hover {
- color: #fff;
- background-color: #B81C25;
- float: left;
- }
- .curPageItem {
- cursor: default;
- }
- }
-
- .partContent h2 {
- color: white;
- border-bottom: 1px solid #fff;
- font-size: 60px;
- }
-
-
- @media screen and (min-width: 801px) and (max-width: 1400px) {
-
- }
- @media screen and (min-width:800px){
-
- }
- .mTxt{
- display: none;
- }
-
- @media screen and (max-width:800px) {
- .pcTxt{
- display: none;
- }
- .mTxt{
- display: block;
- }
- .main{
- padding-top: 61px;
- &>.title{
- padding-top: 80px;
- box-sizing: border-box;
- font-size: 24px;
- line-height: normal;
- }
- }
- .list {
- width: 100%;
- box-sizing: border-box;
- padding: 0px 15px;
- .newsType {
- padding-top: 20px;
- padding-bottom: 20px;
- .newsLi{
- padding-bottom: 20px;
- padding-top: 20px;
- .newsLiCon{
- font-size: 14px;
- .licon{
- font-size: 12px;
- }
- }
- }
- }
- }
- .pages{
- display: none;
-
- }
- .pageNext{
- color: #B81C25;
- width: 120px;
- margin: 0px auto;
- text-align: center;
- font-size: 12px;
- margin-bottom: 60px;
- .iconfont{
- transform: rotate(180deg);
- display: inline-block;
- font-size: 16px;
- position: relative;
- top: 2px;
- }
- }
-
-
- }
|