123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185 |
- //新闻头条
- .topNewsPart {
- width: 100%;
- box-sizing: border-box;
- .inner {
- width: 1200px;
- overflow: hidden;
- margin-bottom: 30px;
- .toutiao {
- margin-bottom: 30px;
- .xwtt {
- width: 1200px;
- height: 41px;
- line-height: 41px;
- text-align: center;
- a {
- display: block;
- width: 600px;
- margin: 0 auto;
- height: 41px;
- }
- h1.tttitle {
- display: inline-block;
- width: 600px;
- height: 41px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: bold;
- font-size: 30px;
- color: #333333;
- line-height: 35px;
- text-align: left;
- vertical-align: middle;
- }
- }
- .toutiao1 {
- width: 1200px;
- text-align: center;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 18px;
- color: #333333;
- line-height: 21px;
- margin-top: 20px;
- padding: 0 100px;
- box-sizing: border-box;
- .toutiaolist {
- display: inline-block;
- width: 300px;
- height: 21px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- margin-right: 30px;
- a {
- color: #333333;
- }
- }
- .toutiaolist:hover {
- a {
- color: #e98008;
- }
- }
- }
- }
- .messageLeft {
- float: left;
- width: 720px;
- .lunbo {
- width: 720px;
- height: 405px;
- }
- .messageleft_photo_text {
- width: 720px;
- height: 240px;
- margin-top: 30px;
- .messageleft_photo {
- float: left;
- width: 350px;
- height: 240px;
- a img {
- width: 350px;
- height: 190px;
- }
- .message_text {
- width: 350px;
- height: 50px;
- line-height: 50px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 20px;
- color: #333333;
- padding: 0 10px;
- box-sizing: border-box;
- }
- }
- .messageleft_photo:hover {
- .message_text {
- color: #e98008;
- }
- }
- .messageleft_photo:first-child {
- margin-right: 20px;
- }
- }
- }
- .messageRight {
- float: right;
- width: 450px;
- .messageRight_title {
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 20px;
- color: #DD7D18;
- }
- .messageRight_content {
- width: 450px;
- margin-top: 20px;
- .messageRight_content_title {
- width: 450px;
- height: 25px;
- line-height: 25px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 18px;
- color: #333333;
- margin-bottom: 17px;
- a {
- color: #333333;
- }
- }
- .messageRight_content_title:first-child {
- font-weight: bold;
- }
- .messageRight_content_title:hover {
- a {
- color: #dd7d18;
- }
- }
- }
- }
- }
- }
|