@charset "utf-8";
.topicList .t {
    border: none;
}
#xyzx .bd ul {
    overflow: hidden;
}
#xyzx .bd ul li {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    width: 47.99%;
}
#xyzx .bd .topicList .con {
    margin-right: 20px;
}
#row-2 {
    background: url(../../Base/img/row-2-bg.jpg) no-repeat center;
}
#xwgk .hd {
    height: 60px;
    line-height: 60px;
    padding: 0;
    background: url(../../Base/img/box-hd-bg-big.png) no-repeat center;
    text-align: center;
}
#xwgk .hd h3 {
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: none;
}
#xwgk .hd h3 a {
    background: none;
    font-size: 30px;
}
#xwgk .bd ul li {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 47.99%;
}
#xwgk .bd ul li .date, #xwgk .bd ul li a {
    color: #fff;
}
#row-3 .side {
    float: left;
    margin-right: 20px;
    width: 460px;
}
#dytd .bd .topicList li {
    margin-bottom: 0;
}
#dytd .bd .topicList li .date {
    float: left;
    margin-top: 8px;
    margin-right: 20px;
    width: 66px;
    line-height: 30px;
    background-color: #f3f1f2;
    text-align: center;
}
#dytd .bd .topicList li .date span {
    display: block;
    font-size: 12px;
}
#dytd .bd .topicList li .date b {
    padding: 5px 0;
    display: block;
    font-size: 30px;
    font-family: "Arial";
    font-weight: normal;
}
#xyfg .bd .picList li {
    position: relative;
}
#xyfg .bd .picList li .title {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 3;
    margin: 0 20px;
    padding: 80px 0;
    transition: all 0.5s ease 0s;
}
#xyfg .bd .picList li .title a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 1px solid #fff;
    padding: 0 10px;
    line-height: 40px;
    color: #fff;
}
#xyfg .bd .picList li .titleBg {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 10px;
    background: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
    transition: all 0.5s ease 0s;
}
#xyfg .bd .picList li.on .title, #xyfg .bd .picList li.on .titleBg {
    top: 0;
}