.plan-box{
    margin-top: 20px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.36);
}
.plan{
    background: url("../img/jihua.png") left center no-repeat;
    background-size: 15px;
    padding-left: 25px;
    margin-bottom: 10px;
    line-height: 16px;
    font-size: 16px;
    color: #1c4a85;
}
.more-ico {
    background: url("../img/more.png") right center no-repeat;
    height: 15px;
}
.more-unfold-ico {
    background: url("../img/more2.png") right center no-repeat;
    height: 15px;
}

.provinces, .type, .year {
    padding: 10px 20px;
}
.provinces table td, .type table td, .year table td{
    padding: 10px;
    font-size: 14px;
    text-align: center;
}
.provinces{
    border-top: 2px solid #1c4984;
    border-bottom: 1px solid rgba(128, 128, 128, 0.34);
    border-left: 1px solid rgba(128, 128, 128, 0.34);
    border-right: 1px solid rgba(128, 128, 128, 0.34);
}
.type, .year{
    border-bottom: 1px solid rgba(128, 128, 128, 0.34);
    border-left: 1px solid rgba(128, 128, 128, 0.34);
    border-right: 1px solid rgba(128, 128, 128, 0.34);
}
.active-btn{
    color: white;
    background-color: #1c4984;
}
.title1, .title2 {
    font-size: 20px;
}
.title1{
    text-align: right;
    color: orange;
}
.title2{
    text-align: left;
}
.plan-table{
    width: 100%;
    margin: 0 auto;
}
.plan-table td{
    text-align: center;
    font-size: 10px;
    padding: 2px;
}
.plan-table thead {
    color: white;
}
.light{
    background-color: #f6f6f6;
}
.dark{
    background-color: #e3e3e3;
}
.select{
    background: url("../img/jihuabg.png") no-repeat;
    background-size: 100%;
    height: 250px;
    margin-top: 40px;
}
.item{
    text-align: center;
}
.item-div{
    width: 50%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 14px;
}
.item-underline{
    border-bottom: 1px solid #4488c7;
}
.active-item{
    color: white;
    background-color: #4488c7;
}