/*
	你的代码写在这里
	style.css是style.less生成的，不要直接改动style.css的内容，不然会被style.less覆盖
*/


.main .recommend .countries li {
    float: left;
    line-height: 28px;
    margin: 0 15px;
    cursor: pointer;
    font-size: 18px;
}


.footer .contact {
    width: 250px;
    margin-left: 24px;
    line-height: 20px;
    float: left;
}

.footer .link-list .list:last-child{ width: 100px; }

.footer{ background:#f2f2f2;}
.footer .tit{ color:#333;}
/*.footer .friendship .title{ color:#333;}*/
.footer .friendship{ border-bottom-color:#ddd;}
.footer .bottom{border-top-color:#ddd;}

@media only screen and (max-width: 1200px) {

.footer .link-list .list:last-child {
	width: 100%;
	float: none;
	text-align: center;
}


.footer .content .r {
    float: none;
    text-align: center;
}

.footer .contact {
    max-width: 320px;
    width: 100%;
    float: none;
    margin: 14px auto 0 auto;
    padding: 0 10px;
}

}