123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- * {
- padding: 0;
- margin: 0;
- }
- body {
- background-color: #fff;
- font: 16px 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
- color: #666;
- min-width: 1100px;
- }
- .w {
- width: 1200px;
- margin: 0 auto;
- }
- .wNew {
- width: 1000px;
- margin: 0 auto;
- }
- li {
- display: inline-block;
- list-style: none;
- color: #333;
- }
- img {
- display: inline-block;
- border: 0;
- vertical-align: middle;
- }
- a {
- text-decoration: none;
- color: #333;
- }
- .fl {
- float: left;
- }
- .fr {
- float: right;
- }
- .clearfix:after {
- content: '';
- visibility: hidden;
- height: 0;
- display: block;
- clear: both;
- }
- .clearfix {
- *zoom: 1;
- }
- .w200 {
- width: 200px;
- }
- .w210 {
- width: 210px;
- }
- .w582 {
- width: 582px;
- }
- .w588 {
- width: 588px;
- }
- .w100pre {
- width: 100%;
- }
- /* 公共部分 */
- .head {
- height: 120px;
- line-height: 120px;
- }
- .head img {
- width: 180px;
- margin-right: 400px;
- }
- .foot {
- height: 60px;
- line-height: 60px;
- font-size: 20px;
- background-color: #414141;
- text-align: center;
- margin-top: 97px;
- }
- .foot a {
- color: #FFFFFF;
- }
- .new .head {
- border-bottom: 1px solid #DCDCDC;
- }
- .new .content {
- margin-top: 20px;
- position: relative;
- }
- .new .content .title {
- font-size: 20px;
- color: #333;
- font-weight: 700;
- margin-bottom: 20px;
- }
- .new .content .time {
- font-size: 18px;
- color: #999;
- margin-bottom: 20px;
- }
- .new .content img {
- width: 100%;
- height: 300px;
- margin-bottom: 20px;
- }
- .new .content .article {
- font-size: 16px;
- margin-bottom: 20px;
- text-indent: 2em;
- line-height: 38px;
- }
- .new .content .toTop {
- width: 50px;
- height: 140px;
- padding: 20px 10px;
- background-color: #EFF0F4;
- position: absolute;
- top: 600px;
- right: -150px;
- border-radius: 10px;
- text-align: center;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .new .content .toTop img {
- width: 32px;
- height: 32px;
- display: block;
- margin: 0 auto;
- margin-bottom: 10px;
- }
|