﻿/*两列*/
.text_list_box,
.text_list_box ul {
    overflow: hidden;
    width: 100%;
    height: auto;
}
.text_list_box {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.text_list_box ul li {
    width: 46%;
    margin-right: 2%;
    padding: 2px auto;
    text-align: left;
    float: left;
    padding-left: 1%;

}
.text_list_box ul li a {
    color: #333;
    font-size: 16px;
    line-height: 3;
}
.text_list_box ul li a:hover{
	color:#C30;}
/*三列*/
.text_list_box03,
.text_list_box03 ul {
    overflow: hidden;
    width: 100%;
    height: auto;
}
.text_list_box03 {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.text_list_box03 ul li {
    width: 30%;
    margin-right: 2%;
    padding: 2px auto;
    text-align: left;
    float: left;
    padding-left: 1%;

}
.text_list_box03 ul li a {
    color: #333;
    font-size: 16px;
    line-height: 3;
}
.text_list_box03 ul li a:hover {
	color:#C30}




