.pos {
    font-size: 20px;
    margin: 0 auto;
    width: 1380px;
    padding-top: 20px;
}
.main .content {
    width: 1380px;
    margin: 20px auto;
}
.main .content .aside {
    width: 330px;
    display: block;
    position: relative;
}
.main .content .aside .SideBar h5 {
    background: url(http://www.gdaas.cn/pub/zcl_tit_bg.jpg) no-repeat;
    width: 330px;
    height: 95px;
}
.main .content .aside .SideBar h5 span {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 95px;
    color: #ffffff;
    display: block;
}

.SideBar {
    background: url(http://www.gdaas.cn/pub/zcl_bottom.png) bottom no-repeat #49834d;
    padding-bottom: 132px;
}
.SideMenu li {
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    border-bottom: #dcdcdc 1px dashed;
}
.SideMenu {
    background: #49834d;
    zoom: 1;
    box-shadow: 0 -7px 20px rgba(0, 0, 0, .2);
}
.SideMenu li:last-child {
    border: none;
}
.SideMenu li a {
    padding-left: 22px;
}
.SideMenu  li.current {
    background: #5ea463;
}
.SideMenu .dropdown li.on {
    background: #5ea463;
}
.SideMenu .button .dropdown li a {
    margin-left: 20px;
}
.innerBox {
    padding: 30px;
    border: #dcdcdc 1px solid;
    border-radius: 8px;
    background: #fff;
}
.SideMenu .all {
    display: block;
    position: relative;
    overflow: hidden;
    zoom: 1;
}
.SideMenu .button:last-child .dropdown {
    border-bottom: none;
}
.SideMenu .on .all, .SideMenu .all:hover, .SideMenu .down .all {
    color: #fff;
    background: #5ea463;
    border: none;
    font-weight: bold;
}
.SideMenu .all:after {
    content: '';
    position: absolute;
    display: none;
    width: 6px;
    height: 11px;
    line-height: 0;
    overflow: hidden;
    font-size: 0;
    margin-top: -5px;
    right: 20px;
}
.SideMenu .on .all:after, .SideMenu .all:hover:after {
    display: block;
}
.SideMenu .dropdown li {
    padding: 6px 0;
    line-height: 20px;
    border-bottom: none;
    font-size: 16px;
}
.SideMenu .dropdown li:last-child{
    padding-bottom: 15px;
}
.SideMenu .dropdown li.on a, .SideMenu .dropdown li a:hover {
    font-weight: bold;
    font-style: oblique;
}
.SideMenu .down .all:after {
    width: 11px;
    height: 6px;
    margin-top: -3px;
    right: 17px;
    display: block;
}
.SideMenu-19650 .all {
    padding-left: 30px;
    padding-right: 37px;
}
.SideMenu-19650 .dropdown {
    padding-left: 30px;
    padding-right: 15px;
}
.main .content .con {
    width: 970px;
}
.main .content .con .newList li {
    position: relative;
    padding-left:18px;
    font-weight: normal;
    line-height: 36px;
    overflow: hidden;
    vertical-align: top;
}
.main .content .con .newList li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #bfdd97;
}
.main .content .con .newList li .time {
    float: right;
    color: #999999;
}
.main .content .con .newList li a {
    float: left;
    max-width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.main .content .con .newList.list_notime li a {
    max-width: 100%;
}
.main .content .con .newList li a br {
    display: none;
}
.main .content .con .newList li.five {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dashed #333;
}
.main .pages {
    margin: 20px auto 60px;
    text-align: center;
}
.main .pages a {
    box-sizing: border-box;
    display: inline-block;
    padding: 7px 10px;
    margin: 0 5px;
    font-size: 14px;
    text-align: center;
    background-color: #dedede;
    cursor: pointer;
}
.main .pages a.current, .pages a:hover {
    color: #fff;
    background-color: #267330;
}
.main .pages a.first, .pages a.prev, .pages a.next, .pages a.last {
    box-sizing: border-box;
    cursor: pointer;
}


