@charset "utf-8";

.column{
    margin: 15px 10px 0;
    overflow: hidden;
}
.column a{
    display: block;
    float: left;
    background: #eee;
    font-size: 14px;
    margin: 0 5px 5px;
    padding: 0 10px;
    border-radius: 15px;
    line-height: 30px;
}
.column a.on{
    background: #569234;
    color: #fff;
}
.tit{
    font-size: 16px;
    padding: 0 10px;
    line-height: 36px;
    background: #eee;
}
.list{
    margin: 0;
    padding: 10px 0;
}
.con{
    padding: 15px;
}
.con img{
    display: block;
    width: 100%;
	height:auto;
}
.contact{
    padding: 15px;
}
.contact h1{
    font-size: 18px;
    color: #569234;
    margin-bottom: 10px;
}
.contact p{
    font-size: 14px;
    color: #666;
}

.news{
    margin: 5px 15px;
}
.news ul li{
    overflow: hidden;
    padding: 15px 0;
    border-top: 1px dashed #eee;
}
.news ul li:first-child{
    border: none;
}
.news ul li img{
    width: 48%;
    display: block;
    float: left;
    border: 1px solid #eee;
}
.news ul li a{
    display: block;
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-left: 10px;
}
.news ul li a span{
    font-size: 16px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    display: block;
}
.news ul li a span.more{
    font-size: 14px;
    border: 1px solid #569234;
    color:#569234;
    width: 70px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    margin-top: 5px;
}
.ntit{
    text-align: center;
}
.ntit h1{
    font-size: 18px;
    line-height: 18px;
}
.ntit span{
    font-size: 14px;
    color: #999;
}

/*message start*/
.message form{
    width: 98%;
    margin: 30px auto;
    font-size: 14px;
}
.message form div{
    overflow: hidden;
}
.message form label{
    display: block;
    float: left;
    line-height: 26px;
    width: 30%;
    text-align: right;
    margin-bottom: 10px;
}
.message form div input{
    display: block;
    float: left;
    outline: none;
    height: 24px;
    line-height: 24px;
    border: 1px solid #eee;
    padding: 0;
    width: 60%;
    text-indent: 5px;
    margin-bottom: 10px;
}
.message form i{
    display: block;
    float: left;
    line-height: 26px;
    color: #f00;
    margin-bottom: 10px;
    width: 5%;
}
.message form textarea{
    display: block;
    float: left;
    outline: none;
    height: 72px;
    line-height: 24px;
    border: 1px solid #eee;
    padding: 0;
    width: 60%;
    text-indent: 5px;
    margin-bottom: 10px;
}
.message form .sumb{
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: none;
    color: #fff;
    background: #608733;
    outline: none;
}
.message form .sumb:hover{
    background: #608733;
}
/*message end*/