.mainNav {
    margin-bottom: 20px;
}
/* row1-焦点图 */

#focusNews {
    float: left;
    width: 640px;
    height: 360px;
    margin-right: 20px;
}
#focusNews .bd .pic img {
    height: 360px;
}
#gzdt {
    border: 1px solid #eee;
    background-color: #fff;
    overflow: hidden;
}
#gzdt .bd {
    padding: 19px;
    height: 278px;
}
#gzdt .bd .topicList .t {
    height: 54px;
    overflow: hidden;
}
#gzdt .bd .topicList .last {
    border: none;
    padding-bottom: 5px;
    margin: 0;
}
#gzdt .bd .topicList .t .title {
    height: 25px;
    line-height: 25px;
    font-weight: normal;
}
#gzdt .bd .topicList .t .time {
    float: left;
    margin-right: 10px;
    background: #f5f5f5;
    padding: 8px;
    color: #333;
    text-align: center;
}
#gzdt .bd .topicList .t .time .day {
    font-size: 20px;
    display: block;
    line-height: 18px;
}
#gzdt .bd .topicList .t .time .year {
    font-size: 12px;
    display: block;
    line-height: 21px;
}
#gzdt .bd .topicList li:hover .time {
    background-color: #0069c5;
    color: #fff;
}
/* row-2 */

#row-2 .side {
    float: right;
    width: 360px;
    margin-left: 20px;
}
#row-2 .side .btnGroup {
    overflow: hidden;
    margin: 0 -5px;
}
#row-2 .side .btnGroup li {
    overflow: hidden;
}
#row-2 .side .btnGroup a {
    display: block;
    background-color: #1891e6;
    margin: 5px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    line-height: 85px;
    transition: all 0.3s ease 0s;
    padding-left: 50px;
    position: relative;
}
#row-2 .side .btnGroup i {
    position: absolute;
    top: 50%;
    left: 50px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: url(../../base/img/icons.png) no-repeat;
}
#row-2 .side .btnGroup a:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}
#row-2 .side .btnGroup .li1 a {
    line-height: 80px;
    font-size: 24px;
}
#row-2 .side .btnGroup .li1 i {
    margin-top: -17px;
    left: 90px;
    width: 34px;
    height: 34px;
    background-position: 0 -175px;
}
#row-2 .side .btnGroup .li2 {
    float: right;
    width: 175px;
}
#row-2 .side .btnGroup .li2 i {
    margin: 0 0 0 -18px;
    left: 50%;
    top: 50px;
    width: 42px;
    height: 42px;
    background-position: 0 -321px;
}
#row-2 .side .btnGroup .li2 a {
    padding: 70px 0 25px 0;
    background-color: #63c367;
}
#row-2 .side .btnGroup .li3 a {
    background-color: #bd6fe9;
}
#row-2 .side .btnGroup .li3 i {
    margin-top: -12px;
    left: 40px;
    width: 30px;
    height: 24px;
    background-position: 0 -230px;
}
#row-2 .side .btnGroup .li4 a {
    background-color: #f17a55;
}
#row-2 .side .btnGroup .li4 i {
    margin-top: -14px;
    left: 42px;
    width: 30px;
    height: 27px;
    background-position: 0 -274px;
}
/* 政务公开链接 */

#zwgkLink {
    float: left;
    width: 180px;
    background-color: #1891e6;
    padding: 20px;
    height: 234px;
}
#zwgkLink a {
    color: #fff;
}
#zwgkLink .hd {
    border: none;
}
#zwgkLink .hd h3 {
    border: none;
    font-size: 24px;
    font-weight: normal;
}
#zwgkLink .hd h3 i {
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
    top: 5px;
    width: 35px;
    height: 35px;
    background: url(../../base/img/icons.png) no-repeat;
}
#zwgkLink .bd {
    padding-top: 30px;
    overflow: hidden;
}
#zwgkLink .bd li {
    margin-bottom: 10px;
}
#zwgkLink .bd li a {
    display: block;
    position: relative;
    line-height: 46px;
    background-color: #fff;
    border-radius: 6px;
    padding-left: 50px;
    color: #2484d0;
    font-size: 16px;
}
#zwgkLink .bd li a:hover {
    background-color: #e8f0f6;
}
#zwgkLink .bd li i {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(../../base/img/icons.png) no-repeat 0 -56px;
}
#zwgkLink .bd li.li2 i {
    background-position: 0 -96px;
}
#zwgkLink .bd li.li3 i {
    background-position: 0 -137px;
}
/* 政务新闻  */

#zcwj {
    background-color: #f9f9f9;
    padding: 10px 20px;
    height: 254px;
}