.main{
    width: 1200px;
    margin: 0 auto;
    background: #efefef;
    margin-top: 10px;
    padding-bottom: 50px;
}
.loading{
	padding-top: 100px;
    padding-bottom: 100px;
	text-align:center;
}
.loading img{}

.newsBox{
    float: left;
    width: 900px;
}
.newsBox ul li{
    padding: 20px 15px 20px 15px;
    margin-bottom: 15px;
    background: #fff;
}
.newsBox ul li .newsTitle:hover{
	color:#68c5ff;
}
.newsTitle{
    text-align: left;
    color: #222222;
    font-size: 26px;
	width:100%;
}
.newsInfo{
    font-size: 16px;
    color: #a5a5a5;
    padding: 10px 0 10px 0;
}
.newsInfo span:nth-child(1){
    padding: 0 10px 0 0;
	margin-right:20px;
}
.newsImg{
	width: 340px;
    max-height: 200px;
    float: left;
    text-align: center;
    overflow: hidden;
}
.newsImg img{
    width: 100%;
}
.newsContent{
    font-size: 16px;
    color: #606060;
    word-wrap: break-word;
    margin: 10px auto 20px auto;
}
.viewMore{
    width: 116px;
    height:44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background-color: #5a7aff;
    float: right;
}
.viewMore:hover{
    background: #718cfc;
}


.right{
    width: 285px;
    float: right;
}
.classifyBox{
   background: #fff;
    padding: 10px 15px 15px 15px;
    box-sizing: border-box;
}
.classifyBox h2{
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}
.classifyBox ul li{
    padding: 10px;
    cursor: pointer;
	position:relative;
}
.classifyBox ul li:hover{
    background: #efefef;
}
.classifyImg{
    float: left;
    width: 140px;
    height: 54px;
    overflow: hidden;
}
.classifyImg img{
    width: 100%;
}
.classifyText{
    float: left;
    font-size: 16px;
    line-height: 54px;
    text-indent: 15px;
    color: #333;
}
.sList{
	clear:both;
	width:100%;
	display:none;
}
.sList dl dd{
	float:left;
}


.activityBox{
    margin-top: 20px;
    background: #fff;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.activityBox h2{
    padding: 10px 20px 0 20px;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}
.activityBox ul li{
    margin-bottom: 20px;
}
.activityBox ul li img{
    width: 100%;
}
.activityBox ul li p{
    color: #353535;
    padding: 0 10px 0 10px;
    font-size: 16px;
}
.activityBox ul li p:hover{
	color:#68c5ff;
}
.activityBox ul li p span{
    color: #828282;
    font-size: 14px;
}