@charset "gb2312";
a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

.ztnews {
    width: 1000px;
    margin: 18px auto 10px;
}

.ztleft {
    float: left;
    width: 466px;
    height: 290px;
    border: 6px solid #2c9cf2;
    text-align: center;
}

/* 本例子css */
.slideBox {
    width: 466px;
    height: 290px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 466px;
    height: 290px;
    background: url(ztnewslink.jpg) no-repeat;
    display: table;
}
.slideBox .bd ul li a{
    padding: 0 65px;
    display: table-cell;
    vertical-align: middle;
    font-size: 38px;
    color: white;
    font-weight: bold;
}
.slideBox .bd img {
    width: 466px;
    height: 290px;
    display: block;
    position: relative;
    right: 65px;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 38px;
    height: 38px;
    background: url(ztnewsright.png) no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background: url(ztnewsleft.png)  no-repeat;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.ztright {
    float: right;
    width: 500px;
}

.ztright ul {
    margin-top: 10px;
}

.ztright ul li {
    line-height: 36px;
    color: #2c9cf2;
}

.ztright ul li a {
    color: black;
    margin-left: 8px;
    font-size: 14px;
}
.ztright ul li a:hover {
    color: #007bd9;
}
.ztright ul li span {
    float: right;
    color: black;
    font-size: 14px;
    margin-right: 5px;
}

.zttitle {
    height: 36px;
    background-color: #f5f5f5;
    border-bottom: 2px solid #007bd9;
}

.zttitle span {
    background-color: #007bd9;
    color: white;
    line-height: 36px;
    padding: 7px 30px 9px;
    font-size: 16px;
}

.zttitle a {
    float: right;
    margin-right: 10px;
    line-height: 36px;
}

.ztlist {
    width: 1020px;
    margin: 0 auto;
}

.ztlist ul {
    margin: 10px 0;

}

.ztlist ul li {
    width: 235px;
    height: 70px;
    background: url(ztlistimg.jpg);
    margin: 10px;
    float: left;
    font-size: 18px;
    font-weight: bold;
    display: table;
    text-align: center;
}
.ztlist ul li:hover {
    background: url(ztlistlink.jpg);
}
.ztlist ul li a {
    color: #2c9cf2;
    display: table-cell;
    vertical-align: middle;
}

.zwgk_page {
    text-align: center;
    color: #9B9A98;
    font-size: 14px;
}

.zwgk_page a, .zwgk_page span {
    margin: 3px;
}

.zwgk_page a {
    background: #F9F9F9;
    text-decoration: none;
    padding: 0 13px;
    border: 1px solid #E1E9EC;
    color: #2284C3;
}

.zwgk_page a:hover {
    background: #1e9ef8;
    color: #FFF;
    border: 1px solid #1e9ef8;
}

.zwgk_page A:active {
    border: #999 1px solid;
    color: #666;
}

.zwgk_page .current {
    background: #1e9ef8;
    color: #FFF;
    padding: 1px 13px;
}

.zwgk_page .disabled {
    background: #F9F9F9;
    border: 1px solid #E1E9EC;
    padding: 0 13px;
}

.zwgk_page input {
    height: 30px;
    width: 30px;
}