/* 新闻中心 start */
.xwzx {
    width: 100%;
    height: 610px;
    background: url(../images/xwzx-bj.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

/* 头条 */
.xwzx .toutiao {
    height: 147px;
    background: #ffffff;
    margin-top: 50px;
    border-bottom: 3px solid #53a156;
    position: relative;
}

.xwzx .toutiao .pic {
    width: 1025px;
    float: left;
    height: 140px;
    margin-left: 87.5px;

}

.xwzx .toutiao .pic a {
    display: block;
    width: 1000px;
    margin: auto;
    font-size: 36px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 40px;
}

.xwzx .toutiao .pic p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666666;
    font-size: 18px;
    margin-top: 18px;
}

.xwzx .picScroll-top .hd .next {
    background: url(../images/toutiao-icon01.png) no-repeat center;
    position: absolute;
    left: 20px;
    top: 53px;
    width: 32px;
    height: 42px;
    cursor: pointer;
    z-index: 2;
}

.xwzx .picScroll-top .hd .prev {
    background: url(../images/toutiao-icon02.png) no-repeat center;
    position: absolute;
    right: 20px;
    top: 53px;
    width: 32px;
    height: 42px;
    cursor: pointer;
    z-index: 2;
}

/* 图片新闻轮播 */
.lbt {
    width: 587px;
    height: 332px;
    position: relative;
    overflow: hidden;
}

.lbt .hd ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #ffffff;
    cursor: pointer;
    margin-left: 10px;
}

.lbt .bd ul li {
    position: relative;
}

.lbt .bd ul li img {
    width: 587px;
    height: 332px;
    display: block;
}

.lbt .bd ul li span {
    position: absolute;
    width: 100%;
    height: 57px;
    left: 0;
    bottom: 0;
    display: block;
}

.lbt .bd ul li span a {
    line-height: 57px;
    width: 425px;
    height: 100%;
    float: left;
    color: #ffffff;
    font-size: 20px;
    text-indent: 18px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lbt .hd ul {
    position: absolute;
    right: 20px;
    text-align: center;
    bottom: 17px;
    height: 18px;
    z-index: 2;
}

.lbt .hd li.on {
    width: 30px;
    background-color: #53a156;
}

.lbt:hover .prev {
    opacity: 1;
}

.lbt:hover .next {
    opacity: 1;
}

.lbt .prev {
    background: url(../images/left.png) no-repeat center;
    position: absolute;
    left: 15px;
    top: 146px;
    width: 41px;
    height: 41px;
    z-index: 2;
    opacity: 0;
    transition: all 0.5s ease;
}

.lbt .next {
    background: url(../images/right.png) no-repeat center;
    position: absolute;
    right: 15px;
    top: 146px;
    width: 41px;
    height: 41px;
    z-index: 2;
    opacity: 0;
    transition: all 0.5s ease;
}

/* 新闻列表 */
.xwlb {
    width: 573px;
    height: 332px;
    box-sizing: border-box;
    float: right;
    overflow: hidden;
}

.xwlb .hd {
    height: 47px;
    border-bottom: 1px solid #d1d6dc;
}

.xwlb .hd ul li {
    height: 46px;
    float: left;
    margin-right: 29px;
}

.xwlb .hd ul li h2 a {
    display: block;
    height: 46px;
    font-size: 28px;
    color: #000000;
}

.xwlb .hd .moree a {
    transition: 0;
}

.xwlb .hd ul li.on h2 a {
    color: #53a156;
    border-bottom: 3px solid #53a156;
    border-radius: 2px;
}

.xwlb .hd span {
    line-height: 32px;
    font-size: 17px;
    color: #999999;
}

.xwlb .hd span a {
    display: block;
    width: 52px;
    height: 47px;
    background: url(../images/more-bj.png) no-repeat bottom right;
    color: #999999;
    float: right;

}

.xwlb .hd span a:hover {
    color: #53a156;
}

.xwlb .bd ul {
    margin-top: 10px;
}

.xwlb .bd ul li {
    height: 48px;
    line-height: 48px;
}

.xwlb .bd ul li h3 a {
    width: 470px;
    float: left;
    font-size: 19px;
    color: #333333;
    font-weight: normal;
    background: url("../images/heidian.png") no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 20px;
}

.xwlb .bd ul li span {
    float: right;
    font-size: 17px;
    color: #999999;
}

.xwlb .bd ul li h3 a:hover {
    color: #53a156;
    background: url("../images/lvdian.png") no-repeat left center;
}

/* 新闻中心 end */

/* 首页横幅 start */
.syhf {
    height: 120px;
    background: #fff;
    overflow: hidden;
}

.syhf .sy-hf-con {
    position: relative;
    height: 120px;
    margin: auto;
    overflow: hidden;

}

.syhf .sy-hf-con .bd a {
    height: 120px;
    display: inline-block;
}

.syhf .sy-hf-con .bd img {
    display: block;
    width: 100%;
}

.syhf .sy-hf-con .hd {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}

.syhf .sy-hf-con .hd li {
    display: block;
    height: 16px;
    width: 16px;
    float: left;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 0;
    color: #666666;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    margin-right: 2px;
    cursor: pointer;
}

.syhf .sy-hf-con .hd li.on {
    background: #c30406;
    color: #fff;
    cursor: pointer;
}

/* 首页横幅 end */

/* 政策 start */
.zcnr {
    width: 760px;
    height: 370px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 15px;

}

.zcnr .hd {
    height: 47px;
    border-bottom: 1px solid #d1d6dc;
}

.zcnr .hd ul li {
    height: 46px;
    float: left;
    margin-right: 29px;
}

.zcnr .hd ul li h2 a {
    display: block;
    height: 46px;
    font-size: 28px;
    color: #000000;
}

.zcnr .hd .moree a {
    transition: 0;
}

.zcnr .hd ul li.on h2 a {
    color: #53a156;
    border-bottom: 3px solid #53a156;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.zcnr .hd span {
    line-height: 32px;
    font-size: 17px;
    color: #999999;
}

.zcnr .hd span a {
    display: block;
    width: 52px;
    height: 47px;
    background: url(../images/more-bj.png) no-repeat bottom right;
    color: #999999;
    float: right;

}

.zcnr .hd span a:hover {
    color: #53a156;
}

.zcnr .bd ul {
    margin-top: 10px;
    overflow: hidden;
}

.zcnr .bd ul li {
    width: 760px;
    height: 47px;
    line-height: 47px;
}

.zcnr .bd ul li h3 a {
    display: block;
    width: 640px;
    float: left;
    font-size: 19px;
    color: #333333;
    font-weight: normal;
    background: url("../images/heidian.png") no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 20px;
}

.zcnr .bd ul li span {
    display: block;
    float: right;
    font-size: 17px;
    color: #999999;
}

.zcnr .bd ul li h3 a:hover {
    color: #53a156;
    background: url("../images/lvdian.png") no-repeat left center;
}

.zcnr .bd .zc-new {
    width: 100%;
    height: 100px;
    background: url(../images/zc-hengxian.png) no-repeat bottom center;
    margin-top: 14px;
    margin-bottom: 6px;
}

.zcnr .bd .zc-new .zc-time {
    width: 76px;
    height: 76px;
    background: url(../images/xwnr-time.png) no-repeat center;
    float: left;
    box-shadow: 0px 3px 10px rgb(83, 161, 86, 0.2);

}

.zcnr .bd .zc-new .zc-time .zc-time-year {
    width: 75px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #ffffff;
    font-size: 16.29px;
}

.zcnr .bd .zc-new .zc-time .zc-time-date {
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 34.74px;
    color: #53a156;
    font-weight: bold;
}

.zcnr .bd .zc-new .zc-new-con {
    width: 665px;
    float: right;
}

.zcnr .bd .zc-new .zc-new-con a {
    display: block;
    width: 100%;
    font-size: 19px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}

.zcnr .bd .zc-new .zc-new-con a:hover {
    color: #53a156;
}

.zcnr .bd .zc-new .zc-new-con p {
    font-size: 17px;
    color: #999999;
    margin-top: 15px;
}

/* 政策 end */

/* 领导之窗 start */
.ldzc {
    width: 397px;
    height: 352px;
    background: url(../images/ldzc-bj.png) no-repeat center;
    float: right;
}

.ldzc h3 {
    width: 100%;
    height: 58px;
    line-height: 58px;
    font-size: 26px;
    color: #ffffff;
    background: url(../images/ldzc-icon.png) no-repeat 129px center;
    text-indent: 170px;
}

.ldzc h3 a {
    color: #ffffff;
}

.ldzc .zyld {
    display: block;
    width: 345px;
    height: 183px;
    clear: both;
    margin: 30px 0 0 31px;
}

.ldzc .zyld li {
    float: left;
}

.ldzc .zyld li:nth-of-type(1) {
    width: 120px;
    height: 183px;
    background: url(../images/ldzc-tpbj.png) no-repeat 0 150px;
}

.ldzc .zyld li:nth-of-type(1) img {
    width: 120px;
    height: 150px;
    border: none;
}

.ldzc .zyld li:nth-of-type(2) {
    width: 188px;
    margin-left: 30px;
    margin-top:-12px
}

.ldzc .zyld li:nth-of-type(2) h4 {
    font-size: 24px;
    color: #333333;
    margin-top: 10px;
}

.ldzc .zyld li:nth-of-type(2) h4 a {
    color: #333333;
}

.ldzc .zyld li:nth-of-type(2) .zhiwei {
    font-size: 20px!important;
    color: #333333!important;
    margin-top: 20px!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
    text-indent: 0!important;
}

.ldzc .zyld li:nth-of-type(2) .gznr {
    font-size: 17px!important;
    color: #666666;
    line-height: 31px!important;
    margin-top: 12px!important;
    overflow: hidden!important;
	text-overflow: ellipsis!important;
	display: -webkit-box!important;
    line-clamp: 2!important;
	-webkit-line-clamp: 2!important;
	-webkit-box-orient: vertical!important;
	word-break: break-all!important;
}
.ldzc .view p{
    font-size: 17px!important;
    color: #666666;
    line-height: 25px!important;
    margin-top: 0px!important;
    overflow: hidden!important;
	text-overflow: ellipsis!important;
	display: -webkit-box!important;
    line-clamp: 2!important;
	-webkit-line-clamp: 2!important;
	-webkit-box-orient: vertical!important;
	word-break: break-all!important;
    text-indent: 0!important;
}

.ldzc .qtld {
    width: 345px;
    height: 70px;
    margin: 0 0 0 31px;
    line-height: 70px;
}

.ldzc .qtld li {
    float: left;
    font-size: 19px;
    color: #333333;
    width: 110px;
    text-indent: 20px;
}

.ldzc .qtld li a {
    display: block;
    width: 110px;
    height: 70px;
    color: #333333;
    background: url(../images/heidian.png) no-repeat left center;
}

.ldzc .qtld li a:hover {
    background: url(../images/lvdian.png) no-repeat left center;
}

/* 领导之窗 end */

/* 政府信息公开 start */
.xxgk {
    height: 165px;
    position: relative;
    clear: both;
}

.xxgk .xxgkdcbj {
    position: absolute;
    width: 1180px;
    height: 165px;
    left: 10px;
    background: #edf5ee;
    border-radius: 5px;
    z-index: -1;
}

.xxgk .xxgk-con {
    width: 100%;
    height: 155px;
    position: absolute;
    z-index: 1;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 3px 10px rgb(83, 161, 86, 0.2);
}

.xxgk .xxgk-con ul li {
    float: left;
    width: 205px;
    height: 155px;
    text-align: center;
}

.xxgk .xxgk-con ul li:nth-of-type(1) {
    margin-left: 17.5px;
}

.xxgk .xxgk-con ul li:nth-of-type(5) {
    width: 140px;
}

.xxgk .xxgk-con ul li a {
    display: block;
    width: 100%;
    height: 155px;
    color: #333333;
    font-size: 19px;
}

.xxgk .xxgk-con ul li a:hover {
    color: #53a156;
}

.xxgk .xxgk-con ul li img {
    display: block;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;

}

.xxgk .xxgk-con ul li a:hover img {
    transform: rotateZ(360deg);
    transition: .7s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

/* 政府信息公开 end */

/* 办事 start */
.banshi {
    width: 594px;
    float: left;
}

.banshi .msb {
    width: 594px;
    height: 130px;
}

.banshi .msb:hover {
    opacity: .9;
}

.banshi .bsnr ul {
    width: 594px;
    display: flex;
    justify-content: space-between;
}

.banshi .bsnr ul li {
    float: left;
    width: 133.5px;
    height: 130px;
    background: #f7f8fa;
    border-radius: 10px;
    margin: 20px 0 21px 0;
    font-size: 19px;
    color: #333333;
    font-weight: bold;
}

.banshi .bsnr ul li a {
    display: block;
    color: #333333;
    text-align: center;
    padding-top: 84px;
}

.banshi .bsnr ul li:nth-of-type(1) a {
    background: url(../images/bs-icon01.png) no-repeat center 25px;
}

.banshi .bsnr ul li:nth-of-type(2) a {
    background: url(../images/bs-icon02.png) no-repeat center 25px;
}

.banshi .bsnr ul li:nth-of-type(3) a {
    background: url(../images/bs-icon03.png) no-repeat center 25px;
}

.banshi .bsnr ul li:nth-of-type(4) a {
    background: url(../images/bs-icon04.png) no-repeat center 25px;
}

.banshi .sxqd {
    width: 594px;

}

.banshi .sxqd .hd {
    width: 100%;
    overflow: hidden;
}

.banshi .sxqd .hd h3 {
    float: left;
    font-size: 24px;
    color: #333333;
}

.banshi .sxqd .hd h3 a {
    color: #333333;
}

.banshi .sxqd .hd span {
    display: block;
    width: 90px;
    float: right;
    margin-top: 6px;
}

.banshi .sxqd .hd .prev {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/sxqd-an01.png") no-repeat;
    float: left;
}

.banshi .sxqd .hd .next {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/sxqd-an02.png") no-repeat;
    float: right;
}

.banshi .sxqd .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 5px;
}

.banshi .sxqd .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin-right: 9px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../images/icoCircle.png") 0 -10px no-repeat;
}

.banshi .sxqd .hd ul li.on {
    background-position: 0 0;
}

.banshi .sxqd .bd {
    width: 594px;
    clear: both;
    padding: 0 !important;
    margin: 0;
}

.banshi .sxqd .bd ul {
    width: 594px;
    zoom: 1;
    overflow: hidden;
    display: flex;
    justify-content: space-between;


}

.banshi .sxqd .bd ul li {
    _display: inline;
    color: #333333;
    font-size: 19px;
    text-align: center;
    margin-right: 18px;
    padding-top: 20px;



}

.banshi .sxqd .bd ul li a {
    display: block;
    color: #333333;
    height: 62px;
    line-height: 62px;
    border: 1px solid #e6f1e7;
    width: 286px;
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    text-indent: 8px;
}

.banshi .sxqd .bd ul li a:hover {
    background: #53a156;
    color: #fff;
}

.banshi .sxqd .bd ul li a span {
    display: block;
    width: 260px;
    margin: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banshi .sxqd .bd ul li:nth-of-type(n) a {
    float: left;

}

.banshi .sxqd .bd ul li:nth-of-type(2n) a {
    float: right;
}

/* 办事 end */

/* 信件 start */
.mail {
    width: 565px;
    float: right;

}

.mail .xjgs {
    width: 565px;
    height: 250px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 15px;

}

.mail .xjgs .hd {
    height: 47px;
    border-bottom: 1px solid #d1d6dc;
}

.mail .xjgs .hd ul li {
    height: 46px;
    float: left;
    margin-right: 29px;
}

.mail .xjgs .hd ul li h2 a {
    display: block;
    height: 46px;
    font-size: 28px;
    color: #000000;
}

.mail .xjgs .hd .moree a {
    transition: 0;
}

.mail .xjgs .hd ul li.on h2 a {
    color: #53a156;
    border-bottom: 3px solid #53a156;
    border-radius: 2px;
}

.mail .xjgs .hd span {
    line-height: 32px;
    font-size: 17px;
    color: #999999;
}

.mail .xjgs .hd span a {
    display: block;
    width: 52px;
    height: 47px;
    background: url(../images/more-bj.png) no-repeat bottom right;
    color: #999999;
    float: right;

}

.mail .xjgs .hd span a:hover {
    color: #53a156;
}

.mail .xjgs .bd ul {
    margin-top: 10px;
    overflow: hidden;
}

.mail .xjgs .bd ul li {
    width: 565px;
    height: 47px;
    line-height: 47px;
}

.mail .xjgs .bd ul li h3 a {
    display: block;
    width: 435px;
    float: left;
    font-size: 19px;
    color: #333333;
    font-weight: normal;
    background: url("../images/xjgs-icon.png") no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 25px;
}

.mail .xjgs .bd ul li span {
    display: block;
    float: right;
    font-size: 17px;
    color: #999999;
}

.mail .xjgs .bd ul li h3 a:hover {
    color: #53a156;

}

.mail .xjgs .bd .zc-new {
    width: 100%;
    height: 100px;
    background: url(../images/zc-hengxian.png) no-repeat bottom center;
    margin-top: 14px;
    margin-bottom: 6px;
}

.mail .xjgs .bd .zc-new .zc-time {
    width: 76px;
    height: 76px;
    background: url(../images/xwnr-time.png) no-repeat center;
    float: left;
    box-shadow: 0px 3px 10px rgb(83, 161, 86, 0.2);

}

.mail .xjgs .bd .zc-new .zc-time .zc-time-year {
    width: 75px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #ffffff;
    font-size: 16.29px;
}

.mail .xjgs.bd .zc-new .zc-time .zc-time-date {
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 34.74px;
    color: #53a156;
    font-weight: bold;
}

.mail .xjgs .bd .zc-new .zc-new-con {
    width: 665px;
    float: right;
}

.mail .xjgs .bd .zc-new .zc-new-con a {
    display: block;
    width: 100%;
    font-size: 19px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}

.mail .xjgs .bd .zc-new .zc-new-con a:hover {
    color: #53a156;
}

.mail .xjgs .bd .zc-new .zc-new-con p {
    font-size: 17px;
    color: #999999;
    margin-top: 15px;
}

.mail .xxzj {
    width: 100%;
    height: 145px;
}

.mail .xxzj .jzxxnr {
    width: 405px;
    height: 145px;
    float: left;
    background: #f7f8fa;
    border-radius: 5px;
    background-image: url(../images/jzxx-bj.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.mail .xxzj .jzxxnr h3 {
    font-size: 22px;
    color: #333333;
    margin: 20px 0 0 25px;
}

.mail .xxzj .jzxxnr h3 a {
    color: #333333;
}

.mail .xxzj .jzxxnr .lxtj {
    margin: 15px 0 15px 25px;
}

.mail .xxzj .jzxxnr .lxtj span {
    font-size: 16px;
    color: #999999;
}

.mail .xxzj .jzxxnr .lxtj span b {
    font-weight: bold;
    color: #da0f0f;
}

.mail .xxzj .jzxxnr .lxtj span:nth-of-type(2) {
    margin-left: 10px;
}

.mail .xxzj .jzxxnr ul {
    margin-left: 25px;
}

.mail .xxzj .jzxxnr ul li {
    float: left;
    width: 100px;
    height: 33px;
    background: #53a156;
    line-height: 33px;
    text-indent: 30px;
    font-size: 15px;
    color: #ffffff;
    border-radius: 5px;

}

.mail .xxzj .jzxxnr ul li:nth-of-type(1) {
    background-image: url(../images/jzxx-icon01.png);
    background-repeat: no-repeat;
    background-position: 8px center;
}

.mail .xxzj .jzxxnr ul li:nth-of-type(2) {
    margin-left: 15px;
    background-image: url(../images/jzxx-icon02.png);
    background-repeat: no-repeat;
    background-position: 8px center;
}

.mail .xxzj .jzxxnr ul li a {
    color: #ffffff;
}

.mail .xxzj .yjzj {
    width: 140px;
    height: 145px;
    background: #f7f8fa;
    float: right;
    border-radius: 5px;
    background-image: url(../images/yjzj-bj.png);
    background-repeat: no-repeat;
    background-position: center 15px;
}

.mail .xxzj .yjzj a {
    text-align: center;
    display: block;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    padding-top: 105px;
}

/* 信件 end */

/* 专题专栏 start */
.ztzlnr{
    height: 310px;
    background: #f7f8fa;
    clear: both;
    overflow: hidden;
}
.ztzlnr .ztzltit{
    height: 47px;
    border-bottom: 1px solid #d1d6dc;
    margin-bottom: 25px;
}

.ztzlnr .ztzltit ul li {
    height: 46px;
    float: left;
    margin-right: 29px;
}

.ztzlnr .ztzltit ul li h2 a {
    display: block;
    height: 46px;
    font-size: 28px;
    color: #000000;
}

.ztzlnr .ztzltit .moree a {
    transition: 0;
}

.ztzlnr .ztzltit ul li.on h2 a {
    color: #53a156;
    border-bottom: 3px solid #53a156;
    border-radius: 2px;
}

.ztzlnr .ztzltit span {
    line-height: 32px;
    font-size: 17px;
    color: #999999;
}

.ztzlnr .ztzltit span a {
    display: block;
    width: 52px;
    height: 47px;
    background: url(../images/more-bj.png) no-repeat bottom right;
    color: #999999;
    float: right;

}

.ztzlnr .ztzltit span a:hover {
    color: #53a156;
}
.ztzlScroll {
    width: 1200px;
    height: 155px;
    
    position: relative;
    clear: both;
}

.ztzlScroll .prev {
    width: 70px;
    height: 70px;
    position: absolute;
    left: -35px;
    z-index: 100;
    cursor: pointer;
    background: url(../images/ztzl-icon01.png) no-repeat;
    top: 42.5px;
    
}

.ztzlScroll .next {
    width: 70px;
    height: 70px;
    position: absolute;
    z-index: 100;
    right: -35px;
    background: url(../images/ztzl-icon02.png) no-repeat;
    top: 42.5px;
}

.ztzlScroll .scrollWrap {
    width: 1200px;
    overflow: hidden;
    position: absolute;
}

.ztzlScroll dl {
    float: left;
    width: 280px;
    text-align: center;
    position: relative;
    margin-right: 26.6px;
}

.ztzlScroll img {
    display: block;
    width: 280px;
    height: 160px;
}

.ztzlScroll img:hover {
    opacity: 0.9;
}
/* 专题专栏 end */