.current{
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0px 50px;
    overflow: hidden;
}
.current a,.current span{
    font-size: 32px;
    line-height: 64px;
    color: #333;
}
.current span{
    padding: 0px 10px;
}
.main{
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
    overflow: hidden;
}
.main_left{
    float: left;
}
.main_left .column_f{
    font-weight: bold;
    font-size: 36px;
    line-height: 64px;
    color: #fff;
    width: 280px;
    height: 92px;
    background: #da8445;
    display: inline-block;
    line-height: 72px;
    text-align: center;
}
.main_left ul{
    width: 230px;
    min-height: 728px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(153, 153, 153, 0.2);
    padding: 30px 20px;
    margin-top: -20px;
    position: relative;
    left: 5px;
}
.main_left ul li{
    float: left;   
    width: 230px;
    text-align: center;
    background: #f7f8f9;
    margin-bottom: 30px;
}
.main_left ul li:hover,.main_left ul li.active{
    background: #da8445;
}
.main_left ul li:hover a,.main_left ul li.active a{
    color: #fff;
}
.main_left ul li a{
    font-size: 36px;
    line-height: 64px;
    color: #333;
}
.main_right{
    float: right;
    margin-left: 50px;
    width: 870px;
}
.main_right p{
    font-weight: bold;
    font-size: 48px;
    color: #000;
    padding-bottom: 30px;
    border-bottom: 4px solid #eee;
}
.main_right ul{
    min-height: 420px;
    overflow: hidden;
    margin-bottom: 50px;
}
.main_right ul li{
    background: url(/uploads/image/i1288/dot.png) no-repeat left 36px;
    padding-left: 36px;
}
.main_right ul li a{
    color: #000;
    font-size: 36px;
    line-height: 72px;
}
.main_right ul li a span{
    color: #666;
    margin-left: 20px;
}
/* 分页 */
.default_pgtoolbar td select {
    display: none;
}
td.default_pgsearchinfo {
    display: none;
}
.default_pgtoolbar td {
    font-size: 24px !important;
    line-height: 48px;
}
.default_pgbtn {
    width: 30px !important;
    height: 24px !important;
    background-size: 24px !important;
}
.default_pgcurrentpage {
    height: 30px !important;
    line-height: 30px !important;
    background-size: 100% 100% !important;
}