.banner{
    height:auto;
    background:none;
    width:100%;
}
.banner img{
    width:100%;
}

.navs {
    width: 100%;
    margin: 0 auto;
    min-width: 1200px;
    background: #217226;
    height: 100px;
    line-height: 100px;
}
.navs ul {
    width: 1200px;
    margin: 0 auto;
    height: 100px;
    position: relative;
}
.navs ul li {
    width: 400px;
    text-align: center;
    font-size: 24px;
    float: left;
    color: #ffffff;
    position: relative;
    font-weight: bold;
    cursor: pointer;
}
.navs ul li span {
    position: absolute;
    background: #ffffff;
    height: 8px;
    width: 54px;
    display: none;
    border-radius: 4px;
    bottom: 14px;
    left: 50%;
    margin-left: -27px;
}
.navs ul li.current {
    background: #6bac39;
}
.navs ul li.current span {
    display: block;
}

.main {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    background: #f1f6f4;
}
.main .con {
    width: 1200px;
    background: #ffffff;
    margin: 0 auto;
    padding-bottom: 1px;
}

.main .con ul.list {
    margin: 10px auto;
    padding:0 20px;
}
.main .con ul.list li{
    border-bottom: 1px dashed #ccd1c9;
    line-height: 70px;
    height: 70px;
}
.main .con ul.list li:last-child{
    border-bottom: 0;
}
.main .con .list li a span.point {
    background: #6bac39;
    width: 8px;
    vertical-align: 3px;
    height: 8px;
    display: inline-block;
    margin-right: 12px;
}
.main .con .list li a {
    display: inline-block;
    max-width: 88%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main .con .list li a:hover{
    color: #217226;
}
.main .con .list li span.time {
    color: #999999;
    float: right;
}