@charset "utf-8";

.ztBody {
    max-width: 1920px;
    min-width: 1200px;
    overflow: hidden;
}

.ztTop {
    height: 2128px;
    background: url(../images/top.png) no-repeat center;
}

.ztConW {
    width: 1200px;
    overflow: hidden;
}

/* 新春动态 */
.xcdt {
    margin-top: 510px;
    overflow: hidden;
}

.ztTitle {
    height: 100px;
}

.ztTitle a {
    display: block;
    height: 100px;
}

.ztTitle.t1 {
    background: url(../images/t1.png) no-repeat center;
}

.xcdtListWrap {
    padding-top: 54px;
    height: 481px;
    overflow: hidden;
}

.xcdtFocus {
    height: 481px;
    width: 580px;
}

.focusMain {
    width: 580px;
    height: 350px;
}

.focusMain .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 40px;
    width: 100%;
    background: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
    overflow: hidden;
}

.focusMain .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 40px;
    width: 100%;
    overflow: hidden;
}

.focusMain .txt li {
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: -40px;
}

.focusMain .txt li a {
    display: block;
    color: white;
    padding: 0 10px;
    width: 550px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
}

.focusMain .next {
    display: block;
    width: 40px;
    height: 60px;
    right: 0;
    top: 50%;
    margin-top: -30px;
    background: url(../images/next.png) no-repeat center;
    cursor: pointer;
}

.focusMain .prev {
    display: block;
    width: 40px;
    height: 60px;
    left: 0;
    top: 50%;
    margin-top: -30px;
    background: url(../images/prev.png) no-repeat center;
    cursor: pointer;
}

.focusMain .pic img {
    width: 580px;
    height: 350px;
    display: block;
}

.focusListOne {
    padding-top: 43px;
    height: 88px;
}

.focusListOne ul {
    height: 88px;
    overflow: hidden;
}

.focusListOne ul li {
    height: 88px;
}

.focusListOne ul li a {
    display: block;
    height: 88px;
}

.focusListOne ul li .icon {
    padding: 0 14px;
    width: 60px;
    height: 88px;
    background: url(../images/dateIcon.png) no-repeat center;
}

.focusListOne ul li:hover .icon {
    background: url(../images/dateIconH.png) no-repeat center;
}

.focusListOne .icon .day {
    height: 42px;
    padding-top: 6px;
    line-height: 42px;
    text-align: center;
    color: #FFFFFF;
    overflow: hidden;
    background: url(../images/dateLine.png) no-repeat center bottom;
}

.focusListOne ul li:hover .icon .day {
    color: #D93430;
}

.focusListOne .icon .year {
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    overflow: hidden;
}

.focusListOne ul li:hover .icon .year {
    color: #D93430;
}

.focusListOne .text {
    width: 472px;
    height: 88px;
    overflow: hidden;
}

.focusListOne .text .title {
    height: 24px;
    line-height: 24px;
    color: #FFFFFF;
    overflow: hidden;
}

.focusListOne li:hover .text .title {
    color: #EFD5A2;
}

.focusListOne .text .summary {
    height: 48px;
    margin-top: 6px;
    line-height: 24px;
    overflow: hidden;
    color: #FFFFFF;
    line-height: 24px;
}

.focusListOne li:hover .text .summary {
    color: #EFD5A2;
}

.focusListOne .text .more {
    width: 80px;
    height: 25px;
    bottom: 0;
    right: 0;
    display: block;
    cursor: pointer;
    background: url(../images/moreC.png) no-repeat center;
}

.xcdtList {
    width: 580px;
    height: 481px;
}

.xcdtList ul {
    overflow: hidden;
}

.xcdtList ul li {
    height: 88px;
    margin-top: 43px
}

.xcdtList ul li.first {
    margin-top: 0;
}

.xcdtList ul li a {
    display: block;
    height: 88px;
}

.xcdtList ul li .icon {
    padding: 0 14px;
    width: 60px;
    height: 88px;
    background: url(../images/dateIcon.png) no-repeat center;
}

.xcdtList ul li:hover .icon {
    background: url(../images/dateIconH.png) no-repeat center;
}

.xcdtList .icon .day {
    height: 42px;
    padding-top: 6px;
    line-height: 42px;
    text-align: center;
    color: #FFFFFF;
    overflow: hidden;
    background: url(../images/dateLine.png) no-repeat center bottom;
}

.xcdtList ul li:hover .icon .day {
    color: #D93430;
}

.xcdtList .icon .year {
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    overflow: hidden;
}

.xcdtList ul li:hover .icon .year {
    color: #D93430;
}

.xcdtList .text {
    width: 472px;
    height: 88px;
    overflow: hidden;
}

.xcdtList .text .title {
    height: 24px;
    line-height: 24px;
    color: #FFFFFF;
    overflow: hidden;
}

.xcdtList li:hover .text .title {
    color: #EFD5A2;
}

.xcdtList .text .summary {
    height: 48px;
    margin-top: 6px;
    overflow: hidden;
    color: #FFFFFF;
    line-height: 24px;
}

.xcdtList li:hover .text .summary {
    color: #EFD5A2;
}

.xcdtList .text .more {
    width: 80px;
    height: 25px;
    bottom: 0;
    right: 0;
    display: block;
    cursor: pointer;
    background: url(../images/moreC.png) no-repeat center;
}

/* 特别策划 */
.tbch {
    overflow: hidden;
    padding-top: 92px;
}

.ztTitle.t2 {
    background: url(../images/t2.png) no-repeat center;
}

.tbchListWrap {
    padding-top: 54px;
    overflow: hidden;
}

.foucebox {
    position: relative;
    width: 590px;
    height: 500px;
    overflow: hidden;
}

.foucebox .bd {
    position: relative;
    width: 590px;
    height: 380px;
    overflow: hidden;
}

.foucebox .bd img {
    width: 590px;
    height: 380px;
}

.foucebox .bd .videoMark {
    position: absolute;
    left: 0;
    top: 0;
    width: 590px;
    height: 380px;
    background: url(../images/videoMark.png) repeat center;
    z-index: 1;
}

#playBtn {
    position: absolute;
    z-index: 2;
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
    cursor: pointer;
    background: url(../images/playBtn.png) no-repeat center;
}

.foucebox .hd {
    margin-top: 10px;
    position: relative;
    width: 590px;
    height: 110px;
}

.foucebox .hd ul {
    position: relative;
    width: 590px;
    height: 110px
}

.foucebox .hd li {
    width: 190px;
    margin-left: 10px;
    height: 110px;
    float: left;
}

.foucebox .hd li a {
    display: block;
    width: 190px;
    height: 110px;
    position: relative;
}

.foucebox .hd li.first {
    margin-left: 0;
}

.foucebox .hd .textBg {
    position: absolute;
    width: 190px;
    height: 130px;
    left: 0;
    z-index: 1;
    bottom: 0;
    background: url(../images/videon.png) no-repeat center bottom;
}

.foucebox .hd .textBox {
    position: absolute;
    width: 150px;
    height: 70px;
    padding: 20px;
    left: 0;
    z-index: 2;
    bottom: 0;
}

.foucebox .hd .textBox .title {
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    color: #EFD5A2;
}

.foucebox .hd .textBox .summary {
    height: 20px;
    line-height: 20px;
    margin-top: 2px;
    overflow: hidden;
}

.foucebox .hd .textBox .summary span {
    display: block;
    height: 20px;
    color: #EFD5A2;
}

.foucebox .hd li.on .textBox .title {
    color: #fff;
}

.foucebox .hd li.on .textBox .summary span {
    color: #fff;
}

.foucebox .hd .on .textBg {
    background: url(../images/videoS.png) no-repeat center bottom;
}

.cjwhAdv {
    width: 280px;
    height: 500px;
    margin-left: 25px;
    background: url(../images/cjwhBg.png) no-repeat center;
}

.cjwhAdv a {
    display: block;
    height: 500px;
}

.cjwhAdv img {
    display: block;
    width: 100%;
    height: 500px;
}

.hndjAdv {
    width: 280px;
    height: 500px;
    background: url(../images/hndjBg.png) no-repeat center;
}

.hndjAdv>a,
.hndjAdv>a>img {
    display: block;
    width: 280px;
    height: 500px;
}

.hndjMark {
    display: none;
    height: 500px;
    background: url(../images/hndjMark.png) repeat center;
    position: relative;
}

.hndjAdv:hover .hndjMark {
    display: block;
}

.cjwhAdv:hover .hndjMark {
    display: block;
}

.hndjMark .code {
    position: absolute;
    display: block;
    width: 150px;
    height: 150px;
    left: 50%;
    margin-left: -75px;
    top: 148px;
    background: #fff;
}

.hndjMark .code img {
    display: block;
    width: 150px;
    height: 150px;
}

.hndjMark .codeText {
    position: absolute;
    display: block;
    width: 160px;
    height: 24px;
    line-height: 24px;
    left: 50%;
    text-align: center;
    margin-left: -80px;
    color: #fff;
    bottom: 168px;
}

.tbch .moreL {
    margin-top: 50px;
    height: 25px;
}

.tbch .moreL .moreBtn,
.tbch .moreL .moreBtn a {
    display: block;
    width: 120px;
    height: 25px;
}

.tbch .moreL .moreBtn {
    background: url(../images/moreT.png) no-repeat center;
}

/*  */
.ztCon {
    overflow: hidden;
    margin-top: -85px;
}

.wgrzzg {
    overflow: hidden;
}

.ztTitle.t3 {
    background: url(../images/t3.png) no-repeat center;
}

.videoFocus {
    height: 510px;
    margin-top: 40px;
}

.videoFocus .video_left {
    width: 820px;
    height: 510px;
    background-color: #000;
}

.videoFocus .video_right {
    width: 380px;
    background: #D93430;
    height: 510px;
    margin-right: -18px;
    padding-right: 18px;
    overflow-y: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.videoFocus .video_right::-webkit-scrollbar {
    display: none;
    width: 0;
}

.videoFocus .video_right ul::-webkit-scrollbar {
    background: none;
    border-radius: 3px;
    width: 6px;
}

.videoFocus .video_right ul::-webkit-scrollbar-button {
    display: none;
    border-radius: 3px;
    width: 6px;
}

.videoFocus .video_right ul::-webkit-scrollbar-track {
    background: none;
    border-radius: 3px;
    width: 6px;
}

.videoFocus .video_right ul::-webkit-scrollbar-track-piece {
    border-radius: 3px;
    width: 6px;
}

.videoFocus .video_right ul::-webkit-scrollbar-thumb {
    background: #334b78;
    border-radius: 3px;
    width: 6px;
}

.videoFocus .video_right ul::-webkit-scrollbar-corner {
    border-radius: 3px;
    width: 6px;
}

.videoFocus .video_right ul::-webkit-resizer {
    border-radius: 3px;
    width: 6px;
}

.videoFocus .video_right li {
    margin-bottom: 22px;
}

.video_right p {
    font-size: 14px;
    color: #EFD5A2;
}

.video_right .video_showTitle {
    font-size: 24px;
    position: relative;
    color: #EFD5A2;
    margin-left: 38px;
    font-weight: bold;
    letter-spacing: 2px;
    width: 316px;
    margin-top: 15px;
    line-height: 32px;
}

.video_right .video_showTitle .line {
    position: absolute;
    display: block;
    width: 5px;
    height: 25px;
    left: -38px;
    top: 0;
    background: #EFD6A3;
}

.video_right .video_showTime {
    font-size: 14px;
    margin-top: 5px;
    color: #EFD5A2;
    margin-left: 38px;
    width: 316px;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    border-bottom: 1px dashed #EFD5A2;
}

.video_right .video_hide_box {
    width: 316px;
    margin-left: 38px;
    position: relative;
    cursor: pointer;
}

.video_right .video_hide_box .hide-box,
.video_right .video_hide_box .marking {
    position: absolute;
    width: 135px;
    height: 85px;
}

.video_right .video_hide_box .marking-ico {
    width: 24px;
    height: 24px;
    background: url(../images/playBtnM.png) no-repeat center;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    position: absolute;
}

.video_right .video_hide_box .marking-ico-1 {
    width: 24px;
    height: 24px;
    background: url(../images/playBtnM.png) no-repeat center;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    position: absolute;
}

.video_right .video_hide_box img {
    width: 135px;
    height: 85px;
    float: left;
}

.video_right .video_hide_box .video_data {
    float: right;
    position: relative;
    height: 85px;
    width: 171px;
}

.video_right .video_hide_box .video_data span {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    color: #fff;
}

.video_right .video_hide_box .video_data p {
    font-size: 16px;
    color: #fff;
    height: 45px;
    overflow: hidden;
}

.video_right .video_hide_box:hover .video_data p {
    color: #fff;
}

.video_right .video_hide_box:hover .video_data span {
    color: #fff;
}

.video_right .video_hide_box:hover .marking-ico {
    width: 25px;
    height: 28px;
    background: url(../images/playBtnMH.png) no-repeat center;
    left: 50%;
    top: 50%;
    margin-left: -12.5px;
    margin-top: -16px;
    position: absolute;
}

.videoFocus .video_left .marking {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.video_left .marking img {
    display: block;
    width: 100%;
    height: 100%;
}

.video_left .video-ico {
    width: 101px;
    height: 116px;
    background: url(../images/playBtn.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50.5px;
    margin-top: -58px;
    cursor: pointer;
}

.video_left .marking:hover .video-ico {
    background: url(../images/playBtnH.png) no-repeat center;
}

.video_left .marking_box {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.video_left .videoBox {
    height: 510px;
}

.video_left .videoBox video {
    display: block;
    width: 100%;
    height: 100%;
}

/*  */
.xczjc {
    overflow: hidden;
    padding-top: 72px;
}

.ztTitle.t4 {
    background: url(../images/t4.png) no-repeat center;
}

.xczjcMain {
    padding-top: 55px;
    overflow: hidden;
    padding-bottom: 73px;
}

/* 走基层轮播 */
.picScroll {
    width: 1350px;
}

.picScroll .hd {
    height: 36px;
    line-height: 35px;
    padding: 0 15px;
    background: #f4f4f4;
}

.picScroll .hd h2 {
    font-family: "Microsoft YaHei";
    font-size: 17px;
    color: #C80300;
    float: left;
    margin-right: 15px;
}

.picScroll .bd {
    position: relative;
    width: 1230px;
    overflow: hidden;
    padding: 0 60px;
}

.picScroll .prev {
    cursor: pointer;
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    left: 0;
    background: url(../images/l2.png) no-repeat center;
    z-index: 9;
    overflow: hidden;
}

.picScroll .next {
    cursor: pointer;
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    right: 0;
    background: url(../images/r2.png) no-repeat center;
    z-index: 9;
    overflow: hidden;
}

.picScroll ul {
    overflow: hidden;
    zoom: 1;
    width: 1230px;
    padding: 0 60px;
}

.picScroll li {
    padding: 0 15px;
    width: 380px;
    height: 500px;
    position: relative;
    float: left;
}

.picScroll li a {
    display: block;
    width: 320px;
    padding: 30px;
    height: 440px;
    background: #FAFAFA;
    position: relative;
    overflow: hidden;
}

.picScroll .bd .imgBox {
    height: 200px;
}

.picScroll .bd .imgBox img {
    display: block;
    height: 200px;
    width: 100%;
}

.picScroll .bd .title {
    padding-top: 8px;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    color: #D0AC6C;
}

.picScroll .bd .summary {
    height: 112px;
    line-height: 28px;
    overflow: hidden;
}

.picScroll .bd .info {
    margin-top: 55px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.picScroll .bd .info span {
    display: block;
    height: 20px;
}

.picScroll .bd .info .more {
    display: block;
    color: #D0AC6C;
    font-size: 14px;
    padding-right: 26px;
    height: 20px;
    background: url(../images/moreR.png) no-repeat right center;
    cursor: pointer;
}

.picScroll .bd .info .date {
    color: #CCCCCC;
}

/*  */
/* 时评 */
.spLm {
    overflow: hidden;
    padding-bottom: 75px;
}

.ztTitle.t5 {
    background: url(../images/t5.png) no-repeat center;
}

.spList {
    padding-top: 56px;
    overflow: hidden;
}

.spListMain {
    width: 564px;
    overflow: hidden;
    height: 315px;
}

.spListMain ul {
    overflow: hidden;
    height: 315px;
}

.spListMain li {
    height: 63px;
    line-height: 63px;
    border-bottom: 1px dashed #d5d5d5;
}

.spListMain li a {
    display: block;
    height: 63px;
    color: #222222;
}

.spListMain li:hover a {
    color: #D0AC6C;
}

.spListMain li.first {
    height: 122px;
}

.spListMain li.first a {
    height: 122px;
}

.spListMain li.first .title {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    color: #D0AC6C;
}

.spListMain li.first .summary {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin: 23px 0;
    color: #808080;
}

.spList .listLine {
    width: 1px;
    height: 315px;
    display: block;
    border-right: 1px dashed #d5d5d5;
    left: 50%;
    margin-left: -1px;
    bottom: 0;
}

.spLm .moreL {
    margin-top: 50px;
    height: 25px;
}

.spLm .moreL .moreBtn,
.spLm .moreL .moreBtn a {
    display: block;
    width: 120px;
    height: 25px;
}

.spLm .moreL .moreBtn {
    background: url(../images/moreT.png) no-repeat center;
}

/*  */
.ztBot {
    overflow: hidden;
    height: 1330px;
    background: url(../images/ztBotBg.png) no-repeat center bottom;
}

.latestNews {
    overflow: hidden;
}

.ztTitle.t6 {
    background: url(../images/t6.png) no-repeat center;
}

.publicBox {
    padding: 52px 0 77px 0;
    height: 350px;
    overflow: hidden;
}

.publicFocus {
    width: 580px;
    height: 350px;
    overflow: hidden;
}

.publicTextList {
    width: 580px;
    height: 350px;
    overflow: hidden;
}

.publicTextList ul {
    height: 309px;
    overflow: hidden;
}

.publicTextList ul li {
    height: 102px;
    border-bottom: 1px dashed #EFD5A2;
}

.publicTextList ul li a {
    display: block;
    height: 102px;
}

.publicTextList ul li:hover a {
    background-color: #DD5447;
}

.publicTextList ul li .date {
    padding: 0 20px;
    width: 60px;
    height: 102px;
}

.publicTextList .textInfo {
    width: 480px;
    height: 102px;
    overflow: hidden;
}

.publicTextList .textInfo .title {
    padding-top: 6px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    font-weight: bold;
    color: #FFFFFF;
}

.publicTextList .textInfo .summary {
    margin-bottom: 12px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    color: #FFFFFF;
}

.publicTextList .date .month {
    height: 24px;
    margin-top: 27px;
    line-height: 24px;
    text-align: right;
    color: #fff;
}

.publicTextList .date .year {
    height: 24px;
    margin-bottom: 27px;
    line-height: 24px;
    text-align: center;
    color: #fff;
}

.publicTextList .date .day {
    display: block;
    bottom: 51px;
    left: 25px;
    color: #EFD5A2;
}

.publicTextList .more,
.publicTextList .more a {
    display: block;
    width: 100px;
    height: 25px;
}

.publicTextList .more {
    bottom: 0;
    right: 0;
    background: url(../images/more3.png) no-repeat center;
}

/*  */
.mwNews {
    overflow: hidden;
  width: 1200px;
  height: 579px;
}

.ztTitle.t7 {
    background: url(../images/t7.png) no-repeat center;
}

/*  */
.tt {
    display: block;
    background: #fff;
}

@media only screen and (max-width: 540px) {
    .tt {
        display: none;
    }
}