@charset "gb2312";
.column .side {
    float: right;
    width: 300px;
    margin: 0 0 0 20px;
}
.column, .boxA .hd, .boxA .hd .on, .boxA .hd h3 a {
    border-radius: 0;
}
.boxA .hd .on, .boxA .hd h3 a {
    background-color: #0069c5;
}
/* 按钮组 */

#columnB .btnGroup {
    padding-bottom: 10px;
    overflow: hidden;
}
#columnB .btnGroup li {
    float: left;
    width: 24.99%;
}
#columnB .btnGroup li a {
    display: block;
    position: relative;
    margin: 0 10px;
    padding-left: 120px;
    line-height: 60px;
    background-color: #3896df;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
    transition: all 0.3s ease 0s;
    border-radius: 6px;
}
#columnB .btnGroup li a:hover {
    background-color: #49afff;
}
#columnB .btnGroup li a:hover i {
    transform: rotateY(-180deg);
}
#columnB .btnGroup li a i {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 70px;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    background: url(imgiconsZhmd.png) no-repeat center 0;
    transition: all 0.3s ease 0s;
}
#columnB .btnGroup li.li2 a i {
    background-position: center -40px;
}
#columnB .btnGroup li.li3 a i {
    background-position: center -80px;
}
#columnB .btnGroup li.li4 a i {
    background-position: center -120px;
}
#columnC {
    margin: 0;
}
#columnC .box, #columnC .boxA {
    margin: 0;
}
#columnC .bd ul {
    min-height: 170px;
}

/* 调查问卷-列表页 */

.surveyCommonList .th {
    background: #f9f9f9;
    border: none;
    margin: 0;
    padding: 5px;
    line-height: 30px;
    color: #0069c5;
    font-weight: bold;
}
.surveyCommonList .th span {
    padding: 0 8px;
    width: 180px;
    text-align: center;
}
.surveyCommonList li {
    background-position: 10px 20px;
    line-height: 32px;
}
.surveyCommonList li .dates {
    line-height: 35px;
    float: right;
}
.surveyCommonList .btns {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    position: relative;
    top: 7px;
}
.surveyCommonList .btns a {
    float: left;
    margin-left: 5px;
    border-radius: 30px;
}
.surveyCommonList .btns a:hover, .surveyCommonList .btns a.join {
    border-color: #e33;
    color: #e33;
}
/* 在线投票-列表页 */

.voteCommonList .th {
    background: #f9f9f9;
    border: none;
    margin: 0;
    padding: 5px;
    line-height: 30px;
    color: #0069c5;
    font-weight: bold;
}
.voteCommonList .th span {
    padding: 0 8px;
    width: 180px;
    text-align: center;
}
.voteCommonList li {
    line-height: 24px;
}
.voteCommonList .tit {
    display: inline;
}
.voteCommonList li .dates {
    float: right;
}
.voteCommonList .btns {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
}
.voteCommonList .btns a {
    float: left;
    margin-left: 5px;
    border-radius: 30px;
}
.voteCommonList .btns a:hover, .voteCommonList .btns a.join {
    border-color: #e33;
    color: #e33;
}