html {
	color:#333;
	background-color:#F5F5F5;
	font-family:PingFang SC,Hiragino Sans GB,Arial,Microsoft YaHei,Verdana,Roboto,Noto,Helvetica Neue,sans-serif;
	font-size:14px;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	font-weight:normal;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
	font-size:8px;
	color:#999;
}
li {
	list-style:none;
}
a {
	color:#555666;
	text-decoration:none;
}
.bottomshadow {
	border-bottom:solid 1px #B3B3B3;
	-webkit-box-shadow:0 1px 1px 0 #DFDFDF;
	box-shadow:0 1px 1px 0 #DFDFDF;
}
.no-bg {
	background:0 none !important;
}
.no-border {
	border:0 none !important;
}
/*解决img容器里面img的缝隙问题*/
div.img {
	font-size:0;
}
/*满屏宽横线*/
.line-full {
	width:100%;
	border-bottom:2px solid #DEDEDE;
}
/*满屏宽图片*/
.img-full img {
	width:100%;
}
.clear {
	height:1px;
	overflow:hidden;
	clear:both;
}
.clearfix {
	*zoom:1;
}
.clearfix:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:'.';
	font-size:0
}
.fl {
	float:left !important;
}
.fr {
	float:right !important;
}
/*隐藏 显示*/
.hide {
	display:none
}
[hidden] {
	display:none
}
.hidden {
	display:none!important;
	visibility:hidden!important
}
.f-hide {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0
}
[class*="span"].hide,.row-fluid [class*="span"].hide {
	display:none
}
.show {
	display:block
}
.invisible {
	visibility:hidden
}
.w1920 {
	width:1920px;
	margin:0 auto;
}
.w1200 {
	width:1200px;
	margin:0 auto;
}
.w1100 {
	width:1100px;
	margin:0 auto;
}
.w960 {
	width:960px;
	margin:0 auto;
}
.w660 {
	width:660px;
	margin:0 auto;
}
.w300 {
	width:300px;
	margin:0 auto;
}
.w280 {
	width:280px;
	margin:0 auto;
}
.w290 {
	width:290px;
	margin:0 auto;
}
.w515 {
	width:515px;
	margin:0 auto;
}
.w275 {
	width:275px;
	margin:0 auto;
}
/*浮动和定位*/
.pos-r {
	position:relative
}
.pos-a {
	position:absolute
}
.pos-f {
	position:fixed
}
.left {
	left:0;
	right:auto
}
.right {
	right:0;
	left:auto
}
.top {
	top:auto;
	bottom:0
}
.bottom {
	top:0;
	bottom:auto
}
/*空行*/
.blank5 {
	height:5px;
	clear:both;
	display:block;
}
.blank10 {
	height:10px;
	clear:both;
	display:block;
}
.blank15 {
	height:15px;
	clear:both;
	display:block;
}
.blank20 {
	height:20px;
	clear:both;
	display:block;
}
.blank25 {
	height:25px;
	clear:both;
	display:block;
}
.blank30 {
	height:30px;
	clear:both;
	display:block;
}
.blank40 {
	display:block;
	height:40px;
}
.bg-f1f1f1 {
	background-color:#f1f1f1;
}

.bg-gray{
    background-color:#F5F5F5;
}
.auto-header{
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
}
.header-top .logo{
    float: left;
    width: 180px;
    margin-top: 18px;
}
.header-top .logo img{
    width: 100%;
}
.header-top .login .btn{
    width: 96px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #2da7e3;
    border-radius: 4px;
    cursor: pointer;
}
.header-top .search-box{
    float: right;
    width: 500px;
    height: 40px;
    margin-top: 18px;
    background-color: #F5F6F7;
    border: 1px solid #2da7e3;
    border-radius: 16px;
}
.header-top .search-box .search-txt{
    float: left;
    width: 400px;
    height: 38px;
    line-height: 38px;
    margin-left: 10px;
    margin-top: 1px;
    border: 0 none;
    background-color: #F5F6F7;
    outline:none;
}
.header-top .search-box .search-txt:focus{   
	border:none;
}
.header-top .search-box .search-btn{
    float: right;
    width: 88px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border: 0 none;
    background-color: #2da7e3;
    color: #fff;
    border-radius: 0px 16px 16px 0px;
    font-size: 16px;
}
.header-top .search-user{
    float: right;
    margin-top: 15px;
}
.header-top .search-user .profile{
    width: 40px;
    height: 40px;
}
.header-top .search-user .profile img{
    width: 100%;
    border-radius: 50%;
}
.mod-box {
    background-color: #fff;
}
.mod-box .title-block{
    position: relative;
    z-index: 10;
    height: 48px;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 0px 0px #E8E8ED;
    border-radius: 2px 2px 0px 0px;
}
.mod-box .title-block .title{
    margin-left: 15px;
    line-height: 48px;
    font-size: 18px;
    font-weight: bold;
}
.mod-box .mod-content{
    padding-bottom: 20px;
}
.mod-box .mod-content li{
    clear: both;
    /* height: 40px; */
    margin: 20px 15px 0;
}
.mod-box .mod-content li .lileft{
    width: 40px;
    height:40px;
    overflow: hidden;
    float: left;
    position: relative;
}
.mod-box .mod-content li .lileft img{
    width: 90px;
    min-height:40px;
    border-radius: 2px;
    position: absolute;
    left: -25px;
}
.mod-box .mod-content li .liright{
    width: 260px;
    float: left;
    margin-left: 10px;
}
.mod-box .mod-content li .liright .title{
    overflow: hidden;
}
.mod-box .mod-content li .liright .info{
    margin-top: 5px;
    font-size: 12px;
    color: #999AAA;
}

.mod-box .mod-content li .liright .tags span{
    padding: 4px 8px;
    display: inline-block;
    margin-right: 4px;
    background-color: #F7F7FC;
    border-radius: 2px;
}
.mod-mylinks{
    padding: 15px;
}
.mod-mylinks a{
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    line-height: 32px;
    background-color: #F0F0F5;
    border-radius: 2px;
    color: #999AAA;
}
.mod-contact{
    padding: 15px;
}
.mod-contact p{
    color: #999AAA;
    line-height: 28px;
}
.mod-contact p a{
    color: #999AAA;
}
