1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- *{
- font-family: "微软雅黑";
- }
- .top{
- width: 100%;
- height: 60px;
- background: #f2f2f2;
- }
- .top .top_cn{
- width: 1200px;
- height: 60px;
- margin:0 auto;
- line-height: 60px;
- }
- .con{
- width: 1200px;
- margin:0 auto;
- }
- .header_title{
- font-family:微软雅黑;font-size:24px;font-weight:normal;font-style:normal;color:#333333;padding:0 5px 0px 0;display:block;padding:0 5px 0px 0;vertical-align:bottom;
- }
- .header_subtitle{
- font-family:century gothic;font-size:14px;font-weight:normal;font-style:normal;color:#bababa;display:block;padding:2px;vertical-align:bottom;
- }
- .con_cn p{
- width: 790px;
- font-size: 13px;
- color:#888888;
- line-height: 30px;
- }
- .con_lf{
- height: 60px;
- }
- .con_rh{
- width: 790px;
- height: 60px;
- }
- .con_rh ul li{
- float: right;
- width: 120px;
- font-family: 微软雅黑;
- font-size: 14px;
- height: 32px;
- line-height: 32px;
- text-align: center;
- margin-right: 10px;
- color: #eaeaea;
- background-color: #888888;
- cursor: pointer;
- }
- .con_rh ul li:first-child{
- margin-right: 0;
- }
- .con_rh ul li.cur{
- background: #686868;
- color: #fff;
- }
- .con_rh ul li:hover{
- background: #686868;
- }
|