﻿@charset "utf-8";
/* CSS Document */
a, h2, h3, h4, h5, h6, h7 {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #626262; 
	font-family:Hiragino San,微软雅黑,Arial, Helvetica, sans-serif;
    
}
h1{ font-size:30px; font-weight:bold;}
span{color: #626262;}
ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.clear{ clear:both}
.mag{ margin:0 auto}
.wth{ width:1101px}
.l{ float:left}
.r{ float:right}

img{border:none;}
body{ margin:0 auto; font-family:Hiragino San,微软雅黑,Arial, Helvetica, sans-serif; }
.wth_1{ width:auto; background:url(bg_1.png;vpn_img) repeat-x}

.mag1{ margin:35px auto}

.slh{overflow: hidden; white-space: nowrap; text-overflow: ellipsis}/*省略号*/
.dhslh{display: -webkit-box;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;
-webkit-box-orient: vertical; text-align:justify;}/*多行省略号*/
.dhslh2{display: -webkit-box;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;
-webkit-box-orient: vertical; text-align:justify;}/*两行省略号*/
.wrap{word-break: break-all; word-wrap:break-word;white-space:normal}/*自动转行*/
.more a{ font-size:12px; color:#999}
.more a:hover{ color:#996c33}