﻿.flashContainer{
    position:absolute;
    top:0px;
    left:50%;
    margin-left:-960px;
    z-index:-1;
}

.home-top {
    height: 33px;
    line-height: 30px;
    background: url("imageshome-top-bg.jpg") repeat-x left bottom #025aad;
    color: #fff;
}

.home-top .fl > * {
    float: left;
    margin-right: 10px;
}

.home-date {
    padding-left: 25px;
    background: url(imageshome-date.png) no-repeat 5px center;
}

.home-top .fl img {
    height: 18px;
    margin-top: 6px;
}

.home-top .fl a {
    display: block;
    float: left;
    color: #fff;
    width: 75px;
    height: 100%;
    text-align: center;
    margin-right: 0;
    background: #357bbd;
    padding-left:
}

.home-top .fl a:hover {
    background: #02488a;
}

.home-top .fl > .fl {
    margin-left: 40px;
}

.home-top .fr {
    margin-top: 4px;
}

.home-top input {
    width: 296px;
    border: 1px solid #067ceb;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    background: #024d95;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    color: #fff;
}

.home-search-btn {
    display: block;
    float: left;
    width: 34px;
    height: 22px;
    background: #fff url(imageshome-search2.png) no-repeat center center;
    border-radius: 0 4px 4px 0;
}

.home-container {
    position: relative;
}

.home-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.h350 {
    height: 350px;
}

.h400 {
    height: 400px;
}

.home-bg img {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.home-bg img.checked {
    opacity: 1;
    filter: alpha(opacity=100);
}

.home-container .mid-width {
    /*padding-top: 222px;*/
    padding-top: 271px;
}

.home-nav {
    background: url(imagesnav-bg2.png) no-repeat;
    padding: 13px 60px 12px;
}

.home-nav li {
    /*width: 84px;修改cjq0530*/
	width: 120px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    float: left;
    /*margin-right: 40px;delete cjq0530*/
	/*以下新增cjq 0530*/
	background:url("imagesnav_line.png") no-repeat right top;
}

.home-nav li a {
    color: #fff;
    display: block;
    height: 100%;
    font-size: 15px;
}

.home-nav li.last-element {
    margin-right: 0;
}

.home-nav li.checked,
.home-nav li:hover {
    background: #025aad url(imagesnav-li-bg.png) no-repeat;
}
li.libg-cur {
    background: #025aad url(imagesnav-li-bg.png) no-repeat;
}
.home-main {
    background: #fff;
}

.top-news {
    text-align: center;
    background: #f6f6f6 url(imagestop-news-bg.png) no-repeat;
    height: 93px;
    position: relative;
    padding-top: 17px;
}

.top-news img {
    position: absolute;
    top: 20px;
    left: 17px;
}

.top-news h1 {
    font-size: 30px;
    color: #025aad;
    font-weight: bold;
}

.top-news p {
    color: #818080;
    font-size: 12px;
    margin-top: 7px;
}

.home-tw {
    height: 8px;
    background: url(imagestw-bg.png);
    margin: 11px 0;
}

.content1-swiper {
    position: relative;
    width: 480px;
    height: 340px;
    margin-right: 15px;
}

.content1-swiper a {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
}

.content1-swiper a.checked {
    opacity: 1;
    filter: alpha(opacity=100);
}

.home-masking {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: url(imagesmasking.png);
    position: absolute;
    left: 0;
    bottom: 0;
}

.home-masking h1 {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    text-indent: 18px;
}

.content1-paged {
    /*width: 80px;*/
    width: 110px;
    height: 10px;
    position: absolute;
    right: 20px;
    bottom: 17px;
    z-index: 99;
}

.content1-paged span {
    display: block;
    float: left;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background: #fff;
    border-radius:10px;
}

.content1-paged span.checked {
    background: #CE2D2D;
}

.home-news {
    width: 416px;
    margin-top: 5px;
}

.home-news > div {
    display: none;
}

.home-news div.checked {
    display: block;
}

.home-news-tab {
    height: 31px;
    overflow: hidden;
}

.home-news-tab li {
    width: 104px;
    height: 31px;
    line-height: 27px;
    text-align: center;
    float: left;
    cursor: pointer;
    font-size: 14px;
}

.home-news-tab li.checked,
.home-news-tab li:hover {
    background: url(imagesnews-tab-bg2.png);
    color: #006fd7;
}

.home-imp-news {
    padding: 15px 0 10px 0;
}

.home-imp-news > a {
    font-weight: bold;
    font-size: 18px;
    color: #006fd7;
}

.home-imp-news p {
    margin-top: 8px;
    font-size: 12px;
    color: #8f8f8f;
    line-height: 22px;
}

.home-imp-news p a {
    color: #CE2D2D;
}

.home-news-list {
    *margin-top: -12px;
}

.home-news-list li {
    height: 17px;
    line-height: 17px;
    margin-top: 17px;
    vertical-align: bottom;
}

.home-news-list li a {
    float: left;
    padding-left: 10px;
    background: url(imagestext-icon1.png) no-repeat 0 center;
    display: block;
    max-width: 330px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home-news-list li a:hover {
    color: #de1a34;
}

.home-time-span {
    float: right;
    color: #bebebe;
}

.home-notice {
    width: 271px;
}

.home-notice-title {
    height: 40px;
    line-height: 40px;
    background: #006fd7 url(imagestitle-bg2.png);
    position: relative;
}
.home-notice-title a {
    position: absolute;
    right: 13px;
    top: 0;
    padding-right: 15px;
    color: #fff;
    background: url(imagesmore.png) no-repeat right center;
}

.home-notice-title h1 {
	padding-left: 30px;
    font-size: 14px;
    color: #fff;
    background: url(imagesh1-bg2.png) no-repeat 7px center;
    /*text-indent: 30px;*/
}
.home-notice-title h1.cur{
	background: none;
}

.home-notice-list {
    background: #f6f6f6;
    padding-left: 15px;
    padding-top: 17px;
    padding-bottom: 4px;
}

.home-notice-list li {
    height: 16px;
    line-height: 16px;
    padding-left: 15px;
    background: url(imagesli-bg2.png) no-repeat 0 center;
    margin-bottom: 15px;
}

.home-notice-list li a {
    font-size: 12px;
    color: #464646;
}

.home-notice-list li a:hover {
    color: #de1a34;
}

.home-ldzc {
    height: 104px;
    background: url(imagesldzc2.png);
    padding: 10px 11px;
}

.home-ldzc p {
    font-size: 14px;
    color: #373737;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 14px;
}

.home-ldzc a {
    display: block;
    width: 119px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background: url(imagesldzc-a3.png);
    color: #443d36;
    font-size: 14px;
    margin-bottom: 10px;
}

.home-ldzc a:hover {
    background: url(imagesldzc-a4.png);
    color: #006fd7;
    font-weight: bold;
}

.home-img-link {
    display: block;
    margin-top: 10px;
    height: 90px;
}

.tw-bg3 {
    display: block;
    margin-bottom: 10px;
}

.home-recommend {
    width: 480px;
    height: 330px;
    background: #f6f6f6 url(imageshome-recommend.png);
    margin-right: 10px;
}

.recommend-list {
    padding: 10px 20px;
}

.recommend-list li {
    float: left;
    width: 140px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    background: url(imagesrecommend-li1.png) no-repeat;
    cursor: pointer;
    font-size: 14px;
    color: #3b3b3b;
    font-weight: bold;
    margin-right: 10px;
}

.recommend-list li.last-element {
    margin-right: 0;
}

.recommend-list li:hover,
.recommend-list li.checked {
    background: url(imagesrecommend-li3.png) no-repeat;
}

.recommend-content {
    display: none;
}

.recommend-content.checked {
    display: block;
}

.recommend-content > div {
    padding-left: 20px;
}

.home-recommend-news {
    margin-left: 10px;
    width: 295px;
    padding-top: 3px;
}

.home-recommend-news > a {
    font-weight: bold;
    font-size: 16px;
    color: #006fd7;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 280px;
    display: block;
}

.home-recommend-news p {
    margin-top: 13px;
    font-size: 12px;
    color: #8f8f8f;
    line-height: 22px;
}

.home-recommend-news p a {
    color: #CE2D2D;
}

.recommend-content > .tw-bg4 {
    margin-left: 20px;
    display: block;
    margin-top: 10px;
}

.recommend-content .home-news-list {
    padding-left: 18px;
    padding-right: 20px;
}

.four-icons {
    width: 430px;
}

.four-icons a {
    display: block;
    width: 210px;
    height: 160px;
    float: left;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
}

.four-icons a img {
    margin-top: 20px;
    margin-bottom: 5px;
}

.four-icons .icon1 {
    background: #f6f6f6 url(imagesicon2-bg.png) no-repeat 5px 5px;
    color: #5c5c5c;
}

.four-icons .icon2 {
    background: #1e7ed7 url(imagesicon2-bg.png) no-repeat 5px 5px;
    margin-right: 0;
}

.four-icons .icon3 {
    background: #e03d3d url(imagesicon2-bg.png) no-repeat 5px 5px;
    margin-bottom: 0;
}

.four-icons .icon4 {
    background: #ef9b16 url(imagesicon2-bg.png) no-repeat 5px 5px;
    margin-bottom: 0;
    margin-right: 0;
}

.four-icons .icon1:hover {
    background: #f6f6f6 url(imagesicon1-bg.png) no-repeat 5px 5px;
}

.four-icons .icon2:hover {
    background: #1e7ed7 url(imagesicon1-bg.png) no-repeat 5px 5px;
}

.four-icons .icon3:hover {
    background: #e03d3d url(imagesicon1-bg.png) no-repeat 5px 5px;
}

.four-icons .icon4:hover {
    background: #ef9b16 url(imagesicon1-bg.png) no-repeat 5px 5px;
}

.index-icons {
    width: 430px;
}

.index-icons .index-icons-top {
    height: 159px;
    overflow: hidden;
}


/*.index-icons .index-icons-top div{
    width: 210px;
    height: 76px;
    background: #3c7fbf;
    float: left;
}

.index-icons .index-icons-top div a{
    width: 201px;
    height: 66px;
    background: url("imagesindex-border2.png") no-repeat;
    display: block;
    margin:4px auto;
}

.index-icons .index-icons-top div a i{
    display: block;
    float: left;
    width: 47px;
    height: 47px;

}

.index-icons .index-icons-top div a span{
    float: left;

}*/

.index-icons .index-icons-top a {
    display: block;
    width: 122px;
    height: 77px;
    line-height: 77px;
    font-size: 14px;
    color: #fff;
    float: left;
    margin: 0 6px 6px 0;
    padding-left: 90px;
}

.index-icons .index-icons-top a.c-5c5 {
    color: #5c5c5c;
}

.index-icons .index-icons-top a.a1 {
    background: url("imagesindex-icon1.jpg") no-repeat;
}

.index-icons .index-icons-top a.a2 {
    background: url("imagesindex-icon2.jpg") no-repeat;
}

.index-icons .index-icons-top a.a3 {
    background: url("imagesindex-icon3.jpg") no-repeat;
    padding-left: 110px;
    width: 102px;
}

.index-icons .index-icons-top a.a4 {
    background: url("imagesindex-icon4.jpg") no-repeat;
    padding-left: 100px;
    width: 112px;
}

.index-icons .index-icons-top a.mr0 {
    margin-right: 0px;
}

.index-icons .index-icons-bottom {
    width: 429px;
    height: 160px;
    background: url("imagesindex-border1.png") no-repeat;
    margin-top: 11px;
    overflow: hidden;
}

.index-icons .index-icons-bottom .index-icons-bottom-left {
    width: 70px;
    float: left;
    margin: 10px 0 0 10px;
}

.index-icons .index-icons-bottom .index-icons-bottom-left a {
    background: url("imagesindex-icon5.jpg") no-repeat;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    display: block;
    width: 22px;
    height: 128px;
    padding: 12px 24px 0;
    line-height: 28px;
}

.index-icons .index-icons-bottom .index-icons-bottom-middle {
    width: 216px;
    float: left;
    margin: 10px 0 0 10px;
}

.index-icons .index-icons-bottom .index-icons-bottom-middle .grbs {
    display: block;
    width: 103px;
    height: 21px;
    background: url("imagesindex-icon6.jpg") no-repeat;
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding-top: 42px;
    float: left;
    margin-right: 10px;
}

.index-icons .index-icons-bottom .index-icons-bottom-middle .frbs {
    display: block;
    width: 103px;
    height: 21px;
    background: url("imagesindex-icon7.jpg") no-repeat;
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding-top: 42px;
    float: left;
}

.index-icons .index-icons-bottom .index-icons-bottom-middle .bmfw {
    display: block;
    width: 96px;
    height: 65px;
    background: url("imagesindex-icon9.jpg") no-repeat;
    font-size: 14px;
    color: #fff;
    line-height: 65px;
    float: left;
    padding-left: 18px;
    margin-top: 10px;
}

.index-icons .index-icons-bottom .index-icons-bottom-middle .ylj {
    display: block;
    width: 103px;
    height: 65px;
    background: url("imagesindex-ylj.jpg") no-repeat;
    font-size: 14px;
    color: #fff;
    line-height: 65px;
    float: left;
    padding-left: 0px;
    margin-top: 10px;
}

.index-icons .index-icons-bottom .index-icons-bottom-right {
    float: right;
    width: 103px;
    margin: 10px 10px 0 0;
}

.index-icons .index-icons-bottom .index-icons-bottom-right .xzsp {
    display: block;
    width: 103px;
    height: 21px;
    background: url("imagesindex-icon8.jpg") no-repeat;
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding-top: 42px;
    float: left;
}

.index-icons .index-icons-bottom .index-icons-bottom-right .ygzw {
    display: block;
    width: 103px;
    height: 21px;
    background: url("imagesindex-icon10.jpg") no-repeat;
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding-top: 42px;
    float: left;
    margin-top: 10px;
}

.home-content2 .fr {
    width: 271px;
}

.home-email {
    background: #f6f6f6 url(imagesemail-border.png) no-repeat;
    padding: 14px 18px;
    height: 132px;
}

.home-email p {
    padding-left: 30px;
    font-size: 14px;
    color: #535353;
    font-weight: bold;
    background: url(imagesztzl-icon2.png) no-repeat 0 center;
}

.home-email input {
    margin-top: 10px;
    width: 221px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #dbdbdb;
    padding-left: 8px;
    color: #a4a4a4;
}

.home-email a {
    display: block;
    width: 231px;
    height: 31px;
    line-height: 31px;
    background: #006fd7 url(imageslog-in-bg.png) no-repeat 2px 2px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 8px;
}

.home-content2 .fr img {
    margin-top: 10px;
    display: block;
    height: 160px;
}

.home-say {
    width: 480px;
    height: 254px;
    background: url(imagessay-bg.png);
}

.home-say .recommend-list li:hover {
    /*background: url(imagessay-tab-bg2.png) no-repeat;*/
    background: url(imagesrecommend-li3.png) no-repeat;
    color: #fff;
}

.home-say-content {
    display: none;
}

.home-say-content.checked {
    display: block;
}

.home-say-content li {
    padding-left: 28px;
    height: 49px;
    border-top: 1px dotted #cfcfcf;
    background: url(imagesli-bg1.png) no-repeat 17px 12px;
}

.home-say-content .home-time-span {
    float: left;
}

.home-say-content li .fl {
    width: 370px;
    height: 100%;
}

.home-say-content a {
    display: block;
    float: left;
    font-size: 14px;
    color: #464646;
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 360px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home-say-content a:hover {
    color: #de1a34;
}

.home-say-content li .home-answer {
    width: 64px;
    height: 24px;
    background: #CE2D2D;
    color: #fff;
    line-height: 24px;
    text-align: center;
    border-radius: 12px;
    margin: 13px 0;
}

.home-content3 > .fr {
    width: 688px;
    height: 231px;
    padding: 11px;
    background: url(imagesdiv-border.png) no-repeat;
}

.six-icons {
    width: 340px;
    height: 225px;
}

.six-icons a {
    display: block;
    width: 110px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 5px;
    background-position: 7px 7px;
    float: left;
    text-align: center;
    padding-top: 80px;
}

.six-icons a.checked {
    background-position: 4px 4px;
    font-size: 28px;
    padding-top: 20px;
    height: 90px;
}

.six-icons .six-icon1 {
    background: #1e7ed7 url(imagessix-icon1.png) no-repeat 7px 7px;
}

.six-icons .six-icon2 {
    background: #CE2D2D url(imagessix-icon2.png) no-repeat 7px 7px;
}

.six-icons .six-icon3 {
    margin-right: 0;
    background: #44bacd url(imagessix-icon3.png) no-repeat 7px 7px;
}

.six-icons .six-icon4 {
    margin-bottom: 0;
    background: #4f96d6 url(imagessix-icon4.png) no-repeat 7px 7px;
}

.six-icons .six-icon5 {
    margin-bottom: 0;
    background: #ef9d16 url(imagessix-icon5.png) no-repeat 7px 7px;
}

.six-icons .six-icon6 {
    margin-bottom: 0;
    margin-right: 0;
    background: #299c6a url(imagessix-icon6.png) no-repeat 7px 7px;
}

.home-rsrm {
    width: 320px;
}

.home-rsrm-list li {
    width: 100px;
    height: 34px;
    line-height: 30px;
    float: left;
    text-align: center;
    background: url(imagesrsrm-bg1.png) no-repeat;
    cursor: pointer;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
}

.home-rsrm-list li.last-element {
    margin-right: 0;
}

.home-rsrm-list li:hover,
.home-rsrm-list li.checked {
    background: url(imagesrsrm-bg3.png) no-repeat;
    color: #fff;
}

.home-rsrm-content {
    display: none;
}

.home-rsrm-content.checked {
    display: block;
}

.home-rsrm-content li a {
    max-width: 245px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home-content4 {
    margin-top: 10px;
}

.home-spxw {
    width: 460px;
    height: 237px;
    padding: 10px;
    background: url(imagesspxw-border.png) no-repeat;
}

.home-spxw > p {
    font-size: 14px;
    color: #393939;
    font-weight: bold;
    margin-left: 3px;
    margin-top: 2px;
    margin-bottom: 7px;
}

.home-spxw .fl img,
.home-spxw .fl a {
    display: block;
    width: 315px;
    height: 206px;
    position: relative;
}

.home-spxw .fr img,
.home-spxw .fr a {
    display: block;
    width: 138px;
    height: 101px;
    margin-bottom: 4px;
    position: relative;
}

.spxw-masking {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 48px;
    background: url(imagesspxw-masking.png);
    text-indent: 20px;
}

.spxw-masking h1 {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    margin-top: 5px;
}

.spxw-masking p {
    font-size: 12px;
    color: #fff;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.play-btn {
    position: absolute;
    top: 80px;
    left: 135px;
    width: 45px;
    height: 45px;
    background: url(imagesplay-btn.png) no-repeat;
}

.home-spxw .fr p {
    height: 32px;
    line-height: 32px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    text-indent: 8px;
    width: 100%;
    background: url(imagesplay-btn2.png) no-repeat 107px 3px;
}

.home-lytz {
    width: 690px;
    height: 237px;
    background: url(imageslytz.png) no-repeat;
    position: relative;
    padding: 10px;
}

.home-lytz p {
    margin-top: 2px;
    margin-bottom: 7px;
    font-size: 14px;
    color: #393939;
    font-weight: bold;
}

.lytz-container {
    display: none;
    position: absolute;
    top: 37px;
    left: 10px;
}

.lytz-container.checked {
    display: block;
}

.home-lytz a,
.home-img {
    /*display: block;*/
    width: 100%;
    height: 100%;
    /*position: relative;*/
}

.lytz1 {
    width: 260px;
    height: 206px;
    margin-right: 5px;
}

.lytz2 {
    width: 255px;
    height: 206px;
    margin-right: 5px;
}

.lytz2 > a {
    width: 255px;
    height: 101px;
    margin-bottom: 5px;
}

.lytz3 a {
    width: 125px;
    height: 101px;
}

.lytz4 {
    width: 163px;
    height: 206px;
}

.lytz-masking {
    background: url(imagesspxw-masking.png);
    position: absolute;
    left: 0;
    bottom: 0;
}

.lytz1 .lytz-masking {
    height: 30px;
    line-height: 30px;
    text-indent: 15px;
    color: #fafafa;
    font-size: 12px;
}

.lytz-btn {
    position: absolute;
    top: 12px;
    right: 10px;
}

.lytz-btn-left,
.lytz-btn-right {
    width: 20px;
    height: 20px;
    border: 1px solid #cacaca;
    cursor: pointer;
    float: left;
}

.lytz-btn-left:hover,
.lytz-btn-right:hover {
    width: 22px;
    height: 22px;
    border: 0;
}

.lytz-btn-left {
    background: url(imagesleft1.png) no-repeat center center;
    margin-right: 4px;
}

.lytz-btn-left:hover {
    background: #006fd7 url(imagesleft2.png) no-repeat center center;
}

.lytz-btn-right {
    background: url(imagesright1.png) no-repeat center center;
}

.lytz-btn-right:hover {
    background: #006fd7 url(imagesright2.png) no-repeat center center;
}

/*2016-07-17 修改专题栏目样式*/
.home-swiper-container {width: 1200px;height: 80px;margin-top: 15px;background: #f6f6f6;}
.window {width: 1200px;height: 80px;}
.window ul li {width: 1200px;height: 80px;}
.item{width: 390px;float: left;height: 80px;overflow: hidden;margin-right: 15px;}
.item.rt {margin-right: 0px;}
.item a {display: block;width: 380px;height: 80px;}
/*-------------------*/


.home-swiper {
    overflow: hidden;
    position: relative;
}

.swiper-list {
    height: 50px;
    position: relative;
}

.swiper-list li {
    height: 100%;
    width: 250px;
    float: left;
    line-height: 50px;
    text-align: center;
    margin-right: 10px;
}

.swiper-list li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.swiper-li1 {
    background: #e03d3d url(imagesswiper-bg.png) no-repeat 1px 1px;
}

.swiper-li2 {
    background: #ef9b16 url(imagesswiper-bg.png) no-repeat 1px 1px;
}

.swiper-li3 {
    background: #4f96d6 url(imagesswiper-bg.png) no-repeat 1px 1px;
}

.swiper-list .swiper-li4 {
    background: #299c6a url(imagesswiper-bg.png) no-repeat 1px 1px;
}
/*20160711修改样式*/
.nav-line{background:url("imagesnav_line.png") no-repeat right top;margin-right:0px;width:120px;}
.home-nav li{width:120px;margin-right:0px;}
.index-icons .index-icons-top a {color: #5C5C5C;}
a.a4.mr0 {line-height: 15px;padding-top: 24px;}
li.swiper-li5 {background: #07CE17 url(imagesswiper-bg.png) no-repeat 1px 1px;}
li.swiper-li6 {background: #6099C9 url(imagesswiper-bg.png) no-repeat 1px 1px;}
li.swiper-li7 {background: #C684E9 url(imagesswiper-bg.png) no-repeat 1px 1px;}
li.swiper-li8 {background: #006FD7 url(imagesswiper-bg.png) no-repeat 1px 1px;}



.swiper-lbtn,
.swiper-rbtn {
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    top: 28px;
    cursor: pointer;
}

.swiper-lbtn {
    left: 17px;
    background: url(imagesswiper-left1.png) no-repeat;
}

.swiper-rbtn {
    right: 18px;
    background: url(imagesswiper-right1.png) no-repeat;
}

.swiper-lbtn:hover {
    left: 17px;
    background: url(imagesswiper-left3.png) no-repeat;
}

.swiper-rbtn:hover {
    right: 18px;
    background: url(imagesswiper-right3.png) no-repeat;
}

.home-frilink {
    margin-top: 21px;
}

.home-frilink div {
    width: 292px;
    height: 40px;
    background: url(imagesfrilink2.png) no-repeat;
    float: left;
    margin-right: 10px;
    line-height: 40px;
    text-indent: 10px;
    cursor: pointer;
}
.sxwz.rt {
    margin-right: 0px;
}
.home-frilink .qtwz {
    width: 162px;
    margin-right: 0;
    background: url(imagesqtwz2.png) no-repeat;
}
.home-frilink p {
    color: #000;
    font-size: 14px;
    margin-left: 10px;
}
.home-frilink ul {
    border: 1px solid #dfdfdf;
    display: none;
    max-height: 140px;
    overflow: auto;
}

.home-frilink li {
	height: 35px;
    background: #fff;
    position: relative;
    line-height: 35px;
}
.home-frilink ul li a {
    display: block;
    margin-left: 9px;
    font-size: 14px;
}
.home-frilink li:hover {
    background: #ddd;
}

.home-footer {
    margin-top: 18px;
    height: 200px;
    background: url(imagesfooter.png) no-repeat center 2px;
    text-align: center;
}

.home-footer img {
    display: block;
    width: 100%;    
}
.home-footer span {
    margin: 0px auto;
    width: 100%;
	height: 25px;
    line-height: 25px;
    float: left;
    font-size: 14px;
    color: #333;
}
p.dzjg {
    width: 50%;
    height: 70px;
    float: left;
    background: url(imagesbottom-img.png) no-repeat 96% top;
}
span#_span_jiucuo {
    width: 110px;
    height: 55px;
    margin-top: 7px;
    margin-left: 30px;
}
.sidebar {
    position: fixed;
    top: 252px;
    left: 0;
}

.sidebar a {
    display: block;
    width: 48px;
    height: 48px;
    margin-bottom: 1px;
}

.sidebar a.totop {
    height: 31px;
    background: url(imagestotop.png) no-repeat 1px 1px;
    font-size: 12px;
    text-align: center;
    color: #969696;
    padding-top: 22px;
}

.wx {
    background: #299c6a url(imageswx.png) no-repeat 1px 1px;
    position: relative;
}

.appstore {
    background: #006fd7 url(imagesapp.png) no-repeat 1px 1px;
}

.tam {
    background: #006fd7 url(imagestam.png) no-repeat 1px 1px;
}

.gh {
    background: #006fd7 url(imagesgh.png) no-repeat 1px 1px;
}

.wx:hover .ewm {
    display: block;
}

.ewm {
    width: 103px;
    height: 107px;
    background: #fff;
    text-align: center;
    position: absolute;
    left: -120px;
    top: 0;
    padding-top: 22px;
    border: 1px solid #dbdbdb;
    display: none;
}

.ewm .cha {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

.ewm p {
    font-size: 12px;
    color: #717171;
}

.ewm span {
    display: block;
    position: absolute;
    right: -5px;
    top: 10px;
    width: 6px;
    height: 12px;
    background: url(imagesewm-sj.png) no-repeat;
}

.index-mg1 {
    margin: -10px 20px 0;
}

.zfxg {
    width: 350px;
    float: left;
}

.zfxg .ul-top {
    overflow: hidden;
    height: 107px;
}

.zfxg .ul-top a {
    display: block;
    width: 164px;
    height: 29px;
    line-height: 29px;
    background: url("imageszfxg-icon1.gif") no-repeat;
    font-size: 14px;
    color: #006fd7;
    padding-left: 7px;
    float: left;
    margin: 0 8px 10px 0;
}

.zfxg .ul-top a.mr0 {
    margin-right: 0px;
}

.zfxg .ul-bottom {
    overflow: hidden;
    margin-top: 6px;
}

.zfxg .ul-bottom a {
    float: left;
    display: block;
    width: 68px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("imageszfxg-icon2.gif") no-repeat left center;
    padding-left: 8px;
}


/*走进天祝*/

.top-nav-bg {
    background: url("imagestop-news-bg.png") no-repeat #fff;
    width: 1200px;
    height: 4px;
    padding-bottom: 2px;
}

.zjtz-main {
    background: #fff;
}

.tz-intro {
    background: url("imageszjtz-bg1.jpg") no-repeat;
    width: 1200px;
    height: 299px;
}

.tz-intro .tz-logo {
    background: url("imagestz-logo.gif") no-repeat;
    margin-top: 46px;
    margin-left: 14px;
    width: 130px;
    height: 200px;
    float: left;
}

.tz-intro .tz-map {
    background: url("imageszjtz-border1.png") no-repeat;
    width: 337px;
    height: 248px;
    float: right;
    margin: 25px 25px 0 0;
}

.tz-intro .tz-map img {
    display: block;
    margin: 2px 2px;
}

.tz-intro .tz-txt {
    width: 640px;
    float: left;
    margin-left: 34px;
    margin-top: 54px;
}

.tz-intro .tz-txt p {
    font-size: 14px;
    line-height: 24px;
    color: #464646;
    text-indent: 2em;
}

.tz-intro .tz-txt p span {
    color: #ce2d2d;
    cursor: pointer;
}

.nature-geography {
    background: url("imageszjtz-border2.png") no-repeat;
    width: 1200px;
    height: 190px;
    margin-top: 10px;
}

.nature-geography .nature-geography-logo {
    background: url("imagesnature-geography-logo.png") no-repeat;
    float: left;
    width: 116px;
    height: 188px;
}

.nature-geography .nature-geography-wrap {
    width: 340px;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}

.nature-geography .nature-geography-wrap .nature-geography-head {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.nature-geography .nature-geography-wrap .nature-geography-head p {
    font-size: 14px;
    color: #3b3b3b;
    font-weight: bold;
    float: left;
}

.nature-geography .nature-geography-wrap .nature-geography-head a {
    float: right;
    color: #aca7a5;
    margin-right: 4px;
    background: url("imagesmore-icon1.png") no-repeat right center;
    padding-right: 16px;
}

.nature-geography .nature-geography-wrap .nature-geography-body {
    overflow: hidden;
}

.nature-geography .nature-geography-wrap .nature-geography-body img {
    float: left;
}

.nature-geography .nature-geography-wrap .nature-geography-body p {
    float: left;
    width: 194px;
    margin-left: 6px;
    color: #464646;
    line-height: 24px;
    margin-top: 2px;
}

.nature-geography .nature-geography-wrap .nature-geography-body p span {
    color: #ce2d2d;
    cursor: pointer;
}

.zjtz-wrap {
    overflow: hidden;
    margin-top: 10px;
}

.zjtz-wrap .history {
    width: 827px;
    height: 360px;
    float: left;
    background: url("imageszjtz-border3.png") no-repeat;
}

.zjtz-wrap .history .history-logo {
    background: url("imageshistory-logo.png") no-repeat;
    width: 116px;
    height: 166px;
    float: left;
}

.zjtz-wrap .history .history-wrap {
    width: 710px;
    float: right;
    overflow: hidden;
    margin-top: 18px;
}

.zjtz-wrap .history .history-wrap .history-wrap-left {
    width: 340px;
    float: left;
}

.zjtz-wrap .history .history-wrap .history-wrap-left .history-left-content {}

.zjtz-wrap .history .history-wrap .history-wrap-left .history-left-content .history-left-content-head {
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.zjtz-wrap .history .history-wrap .history-wrap-left .history-left-content .history-left-content-head p {
    font-size: 14px;
    font-weight: bold;
    float: left;
    color: #3b3b3b;
}

.zjtz-wrap .history .history-wrap .history-wrap-left .history-left-content .history-left-content-head a {
    float: right;
    color: #aca7a5;
    margin-right: 4px;
    background: url("imagesmore-icon1.png") no-repeat right center;
    padding-right: 16px;
}

.zjtz-wrap .history .history-wrap .history-wrap-left .history-left-content .history-left-content-body {
    overflow: hidden;
    margin-top: 10px;
}

.zjtz-wrap .history .history-wrap .history-wrap-left .history-left-content .history-left-content-body img {
    float: left;
    margin-left: 3px;
}

.zjtz-wrap .history .history-wrap .history-wrap-left .history-left-content .history-left-content-body ul {
    width: 100px;
    float: left;
    margin-left: 13px;
}

.zjtz-wrap .history .history-wrap .history-wrap-left .history-left-content .history-left-content-body ul a {
    line-height: 24px;
    display: block;
    width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("imagestext-icon1.png") no-repeat left center;
    padding-left: 10px;
}

.zjtz-wrap .history .history-wrap .history-wrap-left .history-left-content .history-left-content-body p {
    line-height: 24px;
    width: 210px;
    float: left;
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.zjtz-wrap .history .history-wrap .history-wrap-left .history-left-content .history-left-content-body ul.dif a {
    background: url("imagestext-icon2.png") no-repeat left center;
}

.economic {
    width: 363px;
    height: 360px;
    float: right;
    background: url("imageszjtz-border4.png") no-repeat;
}

.economic .economic-logo {
    width: 361px;
    height: 81px;
    background: url("imageseconomic-logo.png") no-repeat;
}

.zjzt-tab-wrap {
    overflow: hidden;
}

.zjzt-tab-wrap .zjzt-tab-head {
    height: 35px;
    overflow: hidden;
}

.zjzt-tab-wrap .zjzt-tab-head ul {
    float: left;
    margin-left: 12px;
}

.zjzt-tab-wrap .zjzt-tab-head ul a {
    display: block;
    width: 108px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #3b3b3b;
    font-weight: bold;
    float: left;
}

.zjzt-tab-wrap .zjzt-tab-head ul a.cur {
    background: url("imagestab-status1.png") no-repeat;
    color: #fff;
}

.zjzt-tab-wrap .zjzt-tab-head a.more {
    float: right;
    color: #aca7a5;
    margin-right: 18px;
    background: url("imagesmore-icon1.png") no-repeat right center;
    padding-right: 16px;
    line-height: 30px;
}

.zjzt-tab-wrap .zjzt-tab-body {
    overflow: hidden;
    margin-left: 18px;
    margin-top: 5px;
    display: none;
}

.zjzt-tab-wrap .dis-blk {
    display: block;
}

.zjzt-tab-wrap .zjzt-tab-body a {
    font-size: 14px;
    line-height: 31px;
    display: block;
    background: url("imagestext-icon1.png") no-repeat left center;
    padding-left: 10px;
    width: 335px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zjzt-tab-border1 {
    width: 408px;
    height: 280px;
    background: url("imageszjtz-border5.png") no-repeat;
    padding-top: 20px;
}

.zjzt-tab-border2 {
    width: 363px;
    height: 280px;
    background: url("imageszjtz-border6.png") no-repeat;
    padding-top: 20px;
}

.ml11 {
    margin-left: 11px;
}


/*今日天祝*/

.main {
    background: #fff;
}

.home-ldjh {
    width: 271px;
    height: 124px;
    background: url("imagesjrtz-bg1.jpg") no-repeat;
}

.home-ldjh .home-ldjh-head {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #373737;
    font-weight: bold;
    margin-left: 24px;
}

.home-ldjh .home-ldjh-body {
    width: 230px;
    margin: 8px auto 0;
    font-size: 14px;
    color: #303030;
    line-height: 24px;
}

.home-ldjh .home-ldjh-body span {
    color: #ce2d2d;
    cursor: pointer;
}

.jrtz-wrap {
    overflow: hidden;
    margin-top: 20px;
}

.jrtz-wrap .jrtz-wrap-left {
    width: 388px;
    height: 280px;
    background: url("imagesjrtz-bg2.png") no-repeat;
    float: left;
    margin-right: 18px;
}

.jrtz-wrap .mr0 {
    margin-right: 0px;
}

.jrtz-wrap .jrtz-wrap-left .jrtz-wrap-left-head {
    overflow: hidden;
    margin-top: 20px;
}

.jrtz-wrap .jrtz-wrap-left .jrtz-wrap-left-head p {
    float: left;
    width: 94px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background: url("imagesjrtz-icon1.png") no-repeat;
    margin-left: 20px;
}

.jrtz-wrap .jrtz-wrap-left .jrtz-wrap-left-head p.long {
    width: 179px;
    background: url("imagesjrtz-icon2.png") no-repeat;
}

.jrtz-wrap .jrtz-wrap-left .jrtz-wrap-left-head a {
    float: right;
    color: #aca7a5;
    margin-right: 20px;
    background: url("imagesmore-icon1.png") no-repeat right center;
    padding-right: 16px;
    line-height: 24px;
}

.jrtz-wrap .jrtz-wrap-left .jrtz-wrap-left-body {
    overflow: hidden;
    margin-left: 20px;
    margin-top: 6px;
}

.jrtz-wrap .jrtz-wrap-left .jrtz-wrap-left-body a {
    font-size: 14px;
    line-height: 31px;
    display: block;
    background: url("imagestext-icon1.png") no-repeat left center;
    padding-left: 10px;
    width: 335px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jrtz-wrap .jrtz-wrap-left .jrtz-wrap-left-body a:hover {
    color: #de1a34;
}

.mt10 {
    margin-top: 10px;
}


/*旅游天祝*/

.lytz-map {
    width: 291px;
    height: 124px;
    background: url("imageslytz-bg1.png") no-repeat;
}

.lytz-map img {
    margin: 1px 1px;
}

.w390 {
    width: 390px;
}

.w291 {
    width: 291px;
}

.jdtj {
    overflow: hidden;
    margin-top: 10px;
}

.jdtj .jdtj-head {
    background: url("imageslytz-bg2.png") no-repeat;
    width: 1200px;
    height: 45px;
    overflow: hidden;
}

.jdtj .jdtj-head p {
    width: 94px;
    height: 24px;
    line-height: 20px;
    background: url("imagesjrtz-icon1.png") no-repeat;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    float: left;
    margin-left: 4px;
    margin-top: 16px;
}

.jdtj .jdtj-head a {
    float: right;
    color: #aca7a5;
    margin-right: 20px;
    background: url("imagesmore-icon2.png") no-repeat right center;
    padding-right: 16px;
    line-height: 50px;
}

.jdtj .jdtj-body {
    overflow: hidden;
    margin-top: 20px;
}

.jdtj .jdtj-body .jdtj-body-a-big {
    float: left;
    width: 388px;
    height: 352px;
    background: #f6f6f6;
}

.jdtj .jdtj-body .jdtj-body-a-big img {
    display: block;
    width: 388px;
    height: 297px;
}

.jdtj .jdtj-body .jdtj-body-a-big b {
    display: block;
    font-size: 14px;
    color: #373737;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jdtj .jdtj-body .jdtj-body-a-big span {
    display: block;
    color: #8f8f8f;
    margin-left: 10px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jdtj .jdtj-body .jdtj-body-right {
    width: 792px;
    float: right;
    overflow: hidden;
}

.jdtj .jdtj-body .jdtj-body-right .jdtj-body-a-small {
    float: left;
    width: 183px;
    height: 166px;
    background: #f6f6f6;
    margin-right: 20px;
    margin-bottom: 20px;
}

.jdtj .jdtj-body .jdtj-body-right .mr0 {
    margin-right: 0px;
}

.jdtj .jdtj-body .jdtj-body-right .mb0 {
    margin-bottom: 0px;
}

.jdtj .jdtj-body .jdtj-body-right .jdtj-body-a-small img {
    display: block;
    width: 183px;
    height: 112px;
}

.jdtj .jdtj-body .jdtj-body-right .jdtj-body-a-small b {
    display: block;
    font-size: 14px;
    color: #373737;
    font-weight: normal;
    margin-left: 10px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jdtj .jdtj-body .jdtj-body-right .jdtj-body-a-small span {
    display: block;
    color: #8f8f8f;
    margin-left: 10px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lytz-wrap {
    overflow: hidden;
    margin-top: 20px;
}

.lytz-wrap .lytz-wrap-left {
    width: 388px;
    height: 214px;
    background: url("imageslytz-bg3.png") no-repeat;
    float: left;
    margin-right: 18px;
}

.lytz-wrap .mr0 {
    margin-right: 0px;
}

.lytz-wrap .lytz-wrap-left .lytz-wrap-left-head {
    overflow: hidden;
    margin-top: 20px;
    margin-left: 17px;
}

.lytz-wrap .lytz-wrap-left .lytz-wrap-left-head p {
    float: left;
    width: 94px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background: url("imagesjrtz-icon1.png") no-repeat;
}

.lytz-wrap .lytz-wrap-left .lytz-wrap-left-head a {
    float: right;
    color: #aca7a5;
    margin-right: 20px;
    background: url("imagesmore-icon1.png") no-repeat right center;
    padding-right: 16px;
    line-height: 24px;
}

.lytz-wrap .lytz-wrap-left .lytz-wrap-left-body {
    overflow: hidden;
    margin-top: 17px;
    margin-left: 17px;
}

.lytz-wrap .lytz-wrap-left .lytz-wrap-left-body img {
    float: left;
    width: 135px;
    height: 135px;
    margin-right: 20px;
}

.lytz-wrap .lytz-wrap-left .lytz-wrap-left-body ul {
    float: left;
    width: 108px;
    margin-top: -10px;
}

.lytz-wrap .lytz-wrap-left .lytz-wrap-left-body ul a {
    line-height: 31px;
    display: block;
    width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("imagestext-icon1.png") no-repeat left center;
    padding-left: 10px;
}

.lytz-wrap .lytz-wrap-left .lytz-wrap-left-body ul.long {
    width: 216px;
}

.lytz-wrap .lytz-wrap-left .lytz-wrap-left-body ul.long a {
    width: 200px;
}

.lytz-wrap .lytz-wrap-left .lytz-wrap-left-body ul a:hover {
    color: #de1a34;
}

.pt10 {
    padding-top: 10px;
}


/*专题专栏*/
.ztzl-wrap .ztzl-wrap-left {float: left;background: url("imagesztzl-border1.png") no-repeat;width: 1140px;height: 550px;border-bottom: 1px solid #E5E5E5;padding: 30px 30px 30px 30px;}
.ztzl-wrap .ztzl-wrap-left .ztzl-left-con {width: 360px;height: 260px;float: left;background: #f6f6f6;}
.ztzl-wrap .ztzl-wrap-left .ztzl-left-con img {width: 360px;height: 220px;display: block;}
.ztzl-wrap .ztzl-wrap-left .ztzl-left-con div {overflow: hidden;height: 40px;line-height: 40px;}
.lf-con {margin-right: 30px;margin-bottom: 20px;}
.rt-con {margin-right: 0px;margin-bottom: 20px;}
.ztzl-wrap {overflow: hidden;padding-top: 10px;}
.ztzl-wrap .ztzl-wrap-left .ztzl-left-con div p {float: left;font-size: 14px;color: #373737;font-weight: bold;margin-left: 10px;}
.ztzl-wrap .ztzl-wrap-left .ztzl-left-con div a {float: right;color: #006fd7;margin-right: 18px;padding-right: 20px;background: url("imagesmore-icon3.png") no-repeat right center;}
.ztzl-wrap-right {width: 271px;float: right;}
.ztzl-wrap-right .ztzl-wrap-right-top {width: 271px;height: 497px;margin-bottom: 10px;}
.ztzl-wrap-right .ztzl-wrap-right-top .ztzl-wrap-right-top-head {width: 271px;height: 42px;line-height: 42px;background: url("imagesztzl-bg1.gif") no-repeat;}
.ztzl-wrap-right .ztzl-wrap-right-top .ztzl-wrap-right-top-head p {
    float: left;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    background: url("imagesztzl-icon1.png") no-repeat left center;
    padding-left: 24px;
    margin-left: 20px;
}

.ztzl-wrap-right .ztzl-wrap-right-top .ztzl-wrap-right-top-head a {
    float: right;
    margin-right: 16px;
    padding-right: 18px;
    background: url("imagesmore.png") no-repeat right center;
    color: #fff;
}

.ztzl-wrap-right .ztzl-wrap-right-top .ztzl-wrap-right-top-body {
    width: 271px;
    height: 445px;
    background: url("imagesztzl-border2.png") no-repeat;
    padding-top: 10px;
}

.ztzl-wrap-right .ztzl-wrap-right-top .ztzl-wrap-right-top-body a {
    line-height: 31px;
    display: block;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("imagestext-icon1.png") no-repeat left center;
    padding-left: 14px;
    margin-left: 18px;
}

.ztzl-wrap-right .ztzl-wrap-right-top .ztzl-wrap-right-top-body a:hover {
    color: #de1a34;
}

.ztzl-wrap-right .ztzl-wrap-right-bottom {
    width: 271px;
    height: 160px;
    background: url("imagesztzl-border3.gif") no-repeat;
    overflow: hidden;
}

.ztzl-wrap-right .ztzl-wrap-right-bottom p {
    font-size: 14px;
    font-weight: bold;
    background: url("imagesztzl-icon2.png") no-repeat left center;
    color: #535353;
    padding-left: 30px;
    margin-left: 16px;
    margin-top: 12px;
}

.ztzl-wrap-right .ztzl-wrap-right-bottom input.text {
    width: 230px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ccc;
    margin: 6px auto 0;
    display: block;
    color: #a4a4a4;
    font-style: "Microsoft Yahei";
    font-size: 12px;
    padding-left: 14px;
}

.ztzl-wrap-right .ztzl-wrap-right-bottom input.submit {
    display: block;
    width: 243px;
    height: 35px;
    line-height: 35px;
    background: url("imagesztzl-icon3.gif") no-repeat;
    color: #fff;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    border: none;
    margin: 6px auto 0;
    font-style: "Microsoft Yahei";
    cursor: pointer;
}


/*政民互动*/

.zmhd-wrap {
    overflow: hidden;
}

.zmhd-wrap .zmhd-wrap-left {
    float: left;
    width: 834px;
    height: 950px;
    background: url("imageszmhd-border1.png") no-repeat;
}

.zmhd-wrap .zmhd-wrap-left .zmhd-con {
    width: 802px;
    margin: 14px auto 0;
}

.zmhd-wrap .zmhd-wrap-left .zmhd-con .zmhd-con-head {
    overflow: hidden;
    height: 52px;
    background: url("imageszmhd-icon3.jpg") no-repeat right center;
}

.zmhd-wrap .zmhd-wrap-left .zmhd-con .zmhd-con-head p {
    width: 130px;
    height: 52px;
    line-height: 52px;
    float: left;
    background: url("imageszmhd-icon1.gif") no-repeat;
    padding-left: 94px;
    color: #fff;
    font-size: 20px;
}

.zmhd-wrap .zmhd-wrap-left .zmhd-con .zmhd-con-head p.xz {
    background: url("imageszmhd-icon2.gif") no-repeat;
}

.zmhd-wrap .zmhd-wrap-left .zmhd-con .zmhd-con-head a {
    float: right;
    color: #aca7a5;
    margin-right: 4px;
    background: url("imagesmore-icon1.png") no-repeat right center;
    padding-right: 16px;
    margin-top: 32px;
}

.zmhd-wrap .zmhd-wrap-left .zmhd-con .zmhd-con-body {
    padding-top: 8px;
}

.zmhd-wrap .zmhd-wrap-left .zmhd-con .zmhd-con-body .zmhd-con-body-div {
    height: 40px;
    border-bottom: 1px dotted #e2e2e2;
}

.zmhd-wrap .zmhd-wrap-left .zmhd-con .zmhd-con-body .zmhd-con-body-div .zmhd-con-body-div-left {
    width: 730px;
    float: left;
	height: 40px;
}
.zmhd-wrap .zmhd-wrap-left .zmhd-con .zmhd-con-body .zmhd-con-body-div .zmhd-con-body-div-left a {
	line-height: 24px;
	display: block;
	width: 600px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url("imagestext-icon1.png") no-repeat left center;
	padding-left: 10px;
	font-size: 14px;
	margin-top: 5px;
	float: left;
	line-height: 35px;
}
.zmhd-wrap .zmhd-wrap-left .zmhd-con .zmhd-con-body .zmhd-con-body-div .zmhd-con-body-div-left span {
	color: #bebebe;
	margin-left: 30px;
	line-height: 50px;
}

.zmhd-wrap .zmhd-wrap-left .zmhd-con .zmhd-con-body .zmhd-con-body-div .zmhd-con-body-div-right {
    float: right;
    width: 63px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    margin-top: 14px;
}

.bg-e63 {
    background: #e6372f;
}

.bg-006 {
    background: #006fd7
}

.zmhd-wrap .zmhd-wrap-left .bmfw-img {
    width: 798px;
    height: 90px;
    display: block;
    margin: 14px auto 0;
}

.zmhd-wrap .zmhd-wrap-right {
    float: right;
    width: 356px;
}

.zmhd-wrap .zmhd-wrap-right .zmhd-wrap-right-top {
    background: url("imageszmhd-border2gl.png") no-repeat;
    width: 356px;
    height: 420px;
    overflow: hidden;
}

.zmhd-wrap .zmhd-wrap-right .zmhd-wrap-right-bottom {
    background: url("imageszmhd-border3gl.png") no-repeat;
    width: 356px;
    height: 522px;
    overflow: hidden;
    margin-top: 8px;
}

.zmhd-wrap .zmhd-wrap-right .zmhd-wrap-right-top ul {
    margin-left: 14px;
    margin-top: 8px;
}

.zmhd-wrap .zmhd-wrap-right .zmhd-wrap-right-top ul a {
    line-height: 31px;
    display: block;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("imagestext-icon1.png") no-repeat left center;
    padding-left: 10px;
}

.zmhd-wrap .zmhd-wrap-right .zmhd-wrap-right-top ul a:hover {
    color: #de1a34;
}

.zmhd-wrap .zmhd-wrap-right .zmhd-wrap-right-top .zmhd-wrap-right-top-head {
    overflow: hidden;
    margin-top: 17px;
}

.zmhd-wrap .zmhd-wrap-right .zmhd-wrap-right-top .zmhd-wrap-right-top-head p {
    width: 94px;
    height: 24px;
    line-height: 20px;
    float: left;
    background: url("imagesjrtz-icon1.png") no-repeat;
    text-align: center;
    color: #fff;
    margin-left: 14px;
    font-weight: bold;
}

.zmhd-wrap .zmhd-wrap-right .zmhd-wrap-right-top .zmhd-wrap-right-top-head a {
    float: right;
    color: #aca7a5;
    margin-right: 18px;
    background: url("imagesmore-icon1.png") no-repeat right center;
    padding-right: 16px;
}


/*投资天祝*/

.tztz-wrap {
    overflow: hidden;
    margin-top: 11px;
}

.tztz-wrap .tztz-wrap-left {
    float: left;
    width: 453px;
    height: 317px;
    background: url("imagestztz-border1.png") no-repeat;
}

.tztz-wrap .tztz-wrap-left .tztz-wrap-head {
    width: 420px;
    margin: 10px auto 0;
    overflow: hidden;
}

.tztz-wrap .tztz-wrap-left .tztz-wrap-head p {
    float: left;
    width: 118px;
    height: 24px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: url("imagestztz-icon1.png") no-repeat;
}

.tztz-wrap .tztz-wrap-left .tztz-wrap-head p.tzxm {
    background: url("imagestztz-icon1.png") no-repeat;
}

.tztz-wrap .tztz-wrap-left .tztz-wrap-head p.tzzc {
    background: url("imagestztz-icon2.png") no-repeat;
}

.tztz-wrap .tztz-wrap-left .tztz-wrap-head a {
    float: right;
    color: #aca7a5;
    background: url("imagesmore-icon1.png") no-repeat right center;
    padding-right: 16px;
    line-height: 24px;
}

.tztz-wrap .tztz-wrap-left .tztz-wrap-body {
    overflow: hidden;
    width: 420px;
    margin: 10px auto 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.tztz-wrap .tztz-wrap-left .tztz-wrap-body a {
    font-size: 14px;
}

.tztz-wrap .tztz-wrap-left .tztz-wrap-body div {
    overflow: hidden;
    margin-top: 10px;
}

.tztz-wrap .tztz-wrap-left .tztz-wrap-body div img {
    float: left;
    display: block;
    width: 83px;
    height: 60px;
}

.tztz-wrap .tztz-wrap-left .tztz-wrap-body div p {
    color: #999;
    line-height: 30px;
    float: left;
    margin-left: 10px;
    width: 320px;
}

.tztz-wrap .tztz-wrap-left .tztz-wrap-footer {
    width: 420px;
    margin: 10px auto 0;
}

.tztz-wrap .tztz-wrap-left .tztz-wrap-footer li {
    overflow: hidden;
}

.tztz-wrap .tztz-wrap-left .tztz-wrap-footer li a {
    line-height: 31px;
    display: block;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("imagestext-icon1.png") no-repeat left center;
    padding-left: 10px;
    float: left;
    font-size: 14px;
}

.tztz-wrap .tztz-wrap-left .tztz-wrap-footer li a:hover {
    color: #de1a34;
}

.tztz-wrap .tztz-wrap-left .tztz-wrap-footer li span {
    font-size: 14px;
    color: #a9a8a8;
    float: right;
    line-height: 31px;
}

.mr10 {
    margin-right: 10px;
}


/*信息公开*/

.xxgk-nav li {
    width: 100px;
    margin-right: 22px;
}

.xxgk-nav li.checked,
.xxgk-nav li:hover {
    /*background: url("imagesxxgk-nav-li-bg.png") no-repeat;*/
    background: url("imagesnav-li-bg.png") no-repeat;
}

.xxgk-wrap {
    overflow: hidden;
}

.xxgk-wrap .xxgk-wrap-left {
    float: left;
}

.xxgk-wrap .xxgk-wrap-left .ztzl-wrap-right-top {
    height: 756px;
}

.ztzl-wrap-right .ztzl-wrap-right-top .ztzl-wrap-right-top-head p.xxgkdh {
    background: url("imagesxxgk-icon1.png") no-repeat left center;
}

.breadcrumb {
    height: 36px;
    line-height: 36px;
    background: #fff;
    overflow: hidden;
}

.breadcrumb p {
    float: left;
    background: url("imagesbreadcrumb-icon1.png") no-repeat left center;
    padding-left: 18px;
    margin-left: 6px;
    font-size: 14px;
    color: #666;
}

.breadcrumb ul {
    float: left;
    margin-left: 6px;
}

.breadcrumb ul a {
    float: left;
    margin-right: 6px;
    font-size: 14px;
    color: #666;
}

.breadcrumb ul b {
    float: left;
    margin-right: 6px;
    font-size: 14px;
    color: #666;
    font-weight: normal;
}

.xxgkdh-tree {
    padding-top: 12px;
    padding-left: 14px;
    background: url("imagesxxgk-border1.png") no-repeat;
    overflow-y: auto;
    width: 257px;
    height: 702px;
}

.xxgkdh-tree li {
    /*width: 134px;修改cjq0530*/
	width: 230px;
    line-height: 25px;
    padding-left: 20px;
    background: url("imagesxxgk-icon2.png") no-repeat;
    font-size: 14px;
    color: #006fd7;
    margin-bottom: 10px;
    cursor: pointer;
}

.xxgkdh-tree li.cur {
    background: url("imagesxxgk-icon2-cur.png") no-repeat;
    color: #fff;
}

.xxgkdh-tree li span {
    display: inline-block;
    width: 10px;
    height: 9px;
    margin-right: 10px;
}

.xxgkdh-tree li span.close {
    background: url("imagesxxgk-icon3.png") no-repeat;
}

.xxgkdh-tree li span.open {
    background: url("imagesxxgk-icon4.png") no-repeat;
}

.xxgkdh-tree li.cur span.open {
    background: url("imagesxxgk-icon4-cur.png") no-repeat;
}

.xxgkdh-tree li a {
    display: block;
    font-size: 14px;
    color: #006fd7;
    line-height: 30px;
    background: url("imagestext-icon1.png") no-repeat left center;
    padding-left: 16px;
}

.xxgkdh-tree li a:hover,
.xxgkdh-tree li a.cur {
    color: #de1431;
    background: url("imagestext-icon3.png") no-repeat left center;
}

.xxgk-wrap-right {
    width: 918px;
    float: right;
    overflow: hidden;
}

.xxgk-wrap-right .xxgk-wrap-right-head {
    height: 32px;
    overflow: hidden;
}

.xxgk-wrap-right .xxgk-wrap-right-head li {
   /* width: 154px; 修改cjq0530 */
	width: 250px;
    height: 27px;
    background: url("imagesxxgk-icon2.png") no-repeat;
    text-align: center;
    font-size: 14px;
    color: #006fd7;
    font-weight: bold;
    line-height: 24px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

.xxgk-wrap-right .xxgk-wrap-right-head li.cur {
    background: url("imagesxxgk-icon5.png") no-repeat;
    color: #fff;
}

.xxgk-wrap-right .xxgk-wrap-right-body {
    background: url("imagesxxgk-border2.png") no-repeat;
    height: 893px;
    display: none;
}

.xxgk-wrap-right .dis-blk {
    display: block;
}

.xxgk-wrap-right .xxgk-wrap-right-body ul {
    width: 880px;
    height: 256px;
    margin: 0 auto;
    background: url("imagesxxgk-line.jpg") no-repeat left bottom;
    padding-top: 10px;
}

.xxgk-wrap-right .xxgk-wrap-right-body ul.no-bg {
    background: none;
}

.xxgk-wrap-right .xxgk-wrap-right-body ul li {
    overflow: hidden;
    height: 31px;
    line-height: 31px;
}

.xxgk-wrap-right .xxgk-wrap-right-body ul li a {
    font-size: 14px;
    line-height: 31px;
    display: block;
    background: url("imagestext-icon1.png") no-repeat left center;
    padding-left: 10px;
    width: 700px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.xxgk-wrap-right .xxgk-wrap-right-body ul li a:hover {
    color: #de1a34;
}

.xxgk-wrap-right .xxgk-wrap-right-body ul li span {
    float: right;
    color: #a9a8a8;
    font-size: 14px;
}

.page {
    overflow: hidden;
    margin: 40px 0 0 18px;
}

.page a {
    display: block;
    float: left;
    margin-right: 6px;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    background: #c9c9c9;
    color: #fff;
    text-align: center;
}

.page a.cur,
.page a:hover {
    background: #006fd7;
}

.ztzl-wrap-right .ztzl-wrap-right-top .ztzl-wrap-right-top-head a.xxgkdh-more {
    float: right;
    width: 14px;
    height: 14px;
    background: url("imagesmore-icon4.png") no-repeat right center;
    margin-top: 12px;
}


/*细览*/

.xl-content {
    width: 1198px;
    border: 1px solid #c9c9c9;
    position: relative;
    overflow: hidden;
}

.xl-content i {
    position: absolute;
    display: block;
    width: 13px;
    height: 6px;
}

.xl-content i.left-top {
    background: url("imagesleft-top-icon.png") no-repeat;
    left: 0;
    top: 0;
}

.xl-content i.right-top {
    background: url("imagesright-top-icon.png") no-repeat;
    right: 0;
    top: 0;
}

.xl-content i.left-bottom {
    background: url("imagesleft-bottom-icon.png") no-repeat;
    left: 0;
    bottom: 0;
}

.xl-content i.right-bottom {
    background: url("imagesright-bottom-icon.png") no-repeat;
    right: 0;
    bottom: 0;
}

.xl-content .xl-content-head {
    width: 1154px;
    height: 112px;
    border-bottom: 1px dotted #c9c9c9;
    margin: 0 auto;
    overflow: hidden;
}

.xl-content .xl-content-head h1 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    text-align: center;
    margin-top: 34px;
}

.xl-content .xl-content-head p {
    text-align: center;
    margin-top: 20px;
}

.xl-content .xl-content-head p span {
    font-size: 14px;
    color: #999;
}

.xl-content .xl-content-head p span.mr40 {
    margin-right: 40px;
}

.xl-content .xl-content-body {
    width: 1154px;
    border-bottom: 1px dotted #c9c9c9;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0 80px 0;
}

.xl-content .xl-content-body p {
    font-size: 16px;
    color: #333;
    line-height: 26px;
}

.xl-content .xl-content-bottom {
    width: 1154px;
    margin: 0 auto;
    height: 80px;
    line-height: 54px;
    overflow: hidden;
}
.xl-content-bottom ul li {
    height: 25px;
    line-height: 25px;
    width: 90%;
    margin: 5px auto 0px;
    font-size: 14px;
}
.xl-content-bottom ul li a:hover {
	color:red;
	text-decoration:underline;
}
.xl-gbdy {
    width: 300px;
    height: 50px;
    margin: 0px auto;
	font-size: 16px;
	margin-top: 10px;
}
span.mr40 {
    margin-left: 35px;
}

.xl-content .xl-content-bottom a.prev {
    float: left;
    font-size: 14px;
    color: #666;
    background: url("imagesxl-prev.png") no-repeat left center;
    padding-left: 28px;
}

.xl-content .xl-content-bottom a.next {
    float: right;
    font-size: 14px;
    color: #666;
    background: url("imagesxl-next.png") no-repeat right center;
    padding-right: 28px;
}


/*专题专栏列表*/

.ztzllb-wrap {
    overflow: hidden;
}

.ztzllb-wrap .ztzllb-wrap-left {
    float: left;
    width: 356px;
    margin-right: 10px;
}

.ztzllb-wrap .ztzllb-wrap-left .ztzllb-wrap-left-top {
    height: 342px;
    background: url("imagesztzllb-border1.png") no-repeat;
    overflow: hidden;
}

.ztzllb-wrap .ztzllb-wrap-left .ztzllb-wrap-left-bottom {
    height: 477px;
    background: url("imagesztzllb-border2.png") no-repeat;
    overflow: hidden;
    margin-top: 10px;
}

.ztzllb-wrap .ztzllb-wrap-left .ztzllb-wrap-left-top .ztzllb-wrap-left-top-head {
    height: 24px;
    overflow: hidden;
    margin-top: 18px;
}

.ztzllb-wrap .ztzllb-wrap-left .ztzllb-wrap-left-top .ztzllb-wrap-left-top-head p {
    background: url("imagesjrtz-icon1.png") no-repeat;
    width: 94px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-left: 14px;
    float: left;
}

.ztzllb-wrap .ztzllb-wrap-left .ztzllb-wrap-left-top .ztzllb-wrap-left-top-head a {
    float: right;
    color: #aca7a5;
    margin-right: 18px;
    background: url("imagesmore-icon1.png") no-repeat right center;
    padding-right: 16px;
    line-height: 24px;
}

.ztzllb-wrap .ztzllb-wrap-left .ztzllb-wrap-left-top .ztzllb-wrap-left-top-body {
    margin-top: 5px;
    margin-left: 16px;
}

.ztzllb-wrap .ztzllb-wrap-left .ztzllb-wrap-left-top .ztzllb-wrap-left-top-body a {
    font-size: 14px;
    line-height: 31px;
    display: block;
    background: url("imagestext-icon1.png") no-repeat left center;
    padding-left: 10px;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ztzllb-wrap .ztzllb-wrap-left .ztzllb-wrap-left-top .ztzllb-wrap-left-top-body a:hover {
    color: #de1a34;
}

.ztzllb-wrap .ztzllb-wrap-right {
    width: 833px;
    float: right;
    overflow: hidden;
}

.ztzllb-wrap .ztzllb-wrap-right .ztzllb-wrap-right-top {
    height: 650px;
    overflow: hidden;
}

.ztzllb-wrap .ztzllb-wrap-right .ztzllb-wrap-right-top .ztzllb-wrap-right-top-head {
    height: 42px;
    line-height: 42px;
    background: url("imagesztzllb-bg1.jpg") no-repeat;
}

.ztzllb-wrap .ztzllb-wrap-right .ztzllb-wrap-right-top .ztzllb-wrap-right-top-head p {
    background: url("imagesztzllb-icon1.png") no-repeat left center;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    padding-left: 24px;
    margin-left: 18px;
}

.ztzllb-wrap .ztzllb-wrap-right .ztzllb-wrap-right-top .ztzllb-wrap-right-top-body {
    background: url("imagesztzllb-border3.png") no-repeat;
    height: 608px;
    overflow: hidden;
}

.ztzllb-wrap .ztzllb-wrap-right .ztzllb-wrap-right-top .ztzllb-wrap-right-top-body ul {
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 15px;
}

.ztzllb-wrap .ztzllb-wrap-right .ztzllb-wrap-right-top .ztzllb-wrap-right-top-body ul li {
    height: 31px;
    line-height: 31px;
    overflow: hidden;
}

.ztzllb-wrap .ztzllb-wrap-right .ztzllb-wrap-right-top .ztzllb-wrap-right-top-body ul li a {
    font-size: 14px;
    display: block;
    background: url("imagestext-icon1.png") no-repeat left center;
    padding-left: 10px;
    width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    margin-left: 18px;
}

.ztzllb-wrap .ztzllb-wrap-right .ztzllb-wrap-right-top .ztzllb-wrap-right-top-body ul li a:hover {
    color: #de1a34;
}

.ztzllb-wrap .ztzllb-wrap-right .ztzllb-wrap-right-top .ztzllb-wrap-right-top-body ul li span {
    float: right;
    font-size: 14px;
    color: #a9a8a8;
    margin-right: 14px;
}

.ztzllb-wrap .ztzllb-wrap-right .ztzllb-wrap-right-top .ztzllb-wrap-right-top-body .line {
    width: 883px;
    height: 1px;
    background: url("imagesxxgk-line.jpg") no-repeat;
    padding-bottom: 10px;
}

.mt20 {
    margin-top: 20px;
}

.ztzllb-wrap .ztzllb-wrap-right .ztzllb-wrap-right-bottom {
    width: 813px;
    height: 142px;
    background: url("imagesztzllb-border4.png") no-repeat;
    margin-top: 10px;
    padding: 13px 10px;
}

.ztzllb-wrap .ztzllb-wrap-right .ztzllb-wrap-right-bottom a {
    display: block;
    float: left;
    width: 155px;
    height: 142px;
    margin-right: 9px;
    background: #f0efef;
}

.ztzllb-wrap .ztzllb-wrap-right .ztzllb-wrap-right-bottom a.mr0 {
    margin-right: 0px;
}

.ztzllb-wrap .ztzllb-wrap-right .ztzllb-wrap-right-bottom a img {
    width: 155px;
    height: 107px;
    display: block;
}

.ztzllb-wrap .ztzllb-wrap-right .ztzllb-wrap-right-bottom a span {
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    color: #333;
    padding-left: 8px;
}


/*政民互动-看信*/

.ztzl-wrap-right .ztzl-wrap-right-top .ztzl-wrap-right-top-head p.zmhdkx {
    background: url("imagesztzllb-icon1.png") no-repeat left center;
}

.zmhdkx-tree {
    background: url("imageszmhdkx-border1.png") no-repeat;
    height: 367px;
}

.xxgk-wrap .xxgk-wrap-left .h420 {
    height: 420px;
}

.zmhdkx-search {
    overflow: hidden;
}

.zmhdkx-search .text {
    width: 190px;
    height: 30px;
    border: 1px solid #d2d2d2;
    border-right: none;
    line-height: 30px;
    font-size: 14px;
    color: #aaa;
    font-family: "Microsoft Yahei";
    padding-left: 11px;
    padding-right: 10px;
    float: left;
}

.zmhdkx-search .btn {
    width: 59px;
    height: 34px;
    line-height: 34px;
    background: #006fd7;
    color: #fff;
    text-align: center;
    font-family: "Microsoft Yahei";
    border: none;
    float: left;
    cursor: pointer;
}

.zmhdkx-wrap-right {
    width: 916px;
    border: 1px solid #c9c9c9;
    position: relative;
    overflow: hidden;
    float: right;
}

.zmhdkx-wrap-right i {
    position: absolute;
    display: block;
    width: 13px;
    height: 6px;
}

.zmhdkx-wrap-right i.left-top {
    background: url("imagesleft-top-icon.png") no-repeat;
    left: 0;
    top: 0;
}

.zmhdkx-wrap-right i.right-top {
    background: url("imagesright-top-icon.png") no-repeat;
    right: 0;
    top: 0;
}

.zmhdkx-wrap-right i.left-bottom {
    background: url("imagesleft-bottom-icon.png") no-repeat;
    left: 0;
    bottom: 0;
}

.zmhdkx-wrap-right i.right-bottom {
    background: url("imagesright-bottom-icon.png") no-repeat;
    right: 0;
    bottom: 0;
}

.zmhdkx-wrap-right .zmhdkx-wrap-right-head {
    height: 61px;
    background: url("imageszmhdkx-bg1.jpg") repeat-x left bottom;
}

.zmhdkx-wrap-right .zmhdkx-wrap-right-head p {
    font-size: 24px;
    color: #333;
    line-height: 61px;
    text-align: center;
}

.zmhdkx-wrap-right .zmhdkx-wrap-right-body {
    width: 878px;
    border: 1px solid #c5c5c5;
    overflow: hidden;
    margin: 24px auto;
}

.zmhdkx-wrap-right .zmhdkx-wrap-right-body .zmhdkx-letter {
    border-bottom: 1px solid #c5c5c5;
    overflow: hidden;
}

.zmhdkx-wrap-right .zmhdkx-wrap-right-body .no-bor-bt {
    border-bottom: none;
}

.zmhdkx-wrap-right .zmhdkx-wrap-right-body .zmhdkx-letter .zmhdkx-letter-left {
    width: 130px;
    border-right: 1px solid #c5c5c5;
    background: #ebebeb;
    float: left;
    padding: 20px 0;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.zmhdkx-wrap-right .zmhdkx-wrap-right-body .zmhdkx-letter .zmhdkx-letter-left p {
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 30px;
}

.zmhdkx-wrap-right .zmhdkx-wrap-right-body .zmhdkx-letter .zmhdkx-letter-right {
    float: right;
    width: 721px;
    padding: 20px 0 20px 26px;
}

.zmhdkx-wrap-right .zmhdkx-wrap-right-body .zmhdkx-letter .zmhdkx-letter-right p {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}


/*政民互动-写信*/

.zmhdxx-form-wrap {
    background: #fff url("imageszmhdxx-bg1.jpg") no-repeat left center;
}

.zmhdxx-form {
    width: 880px;
    margin: 24px auto 0;
}

.zmhdxx-form .zmhdxx-form-head {
    height: 40px;
    line-height: 40px;
    background: #006fd7;
}

.zmhdxx-form .zmhdxx-form-head p {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-left: 40px;
}

.zmhdxx-form form {
    background: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.zmhdxx-form form p.warn {
    height: 72px;
    line-height: 72px;
    margin-left: 46px;
    font-size: 14px;
    color: #333;
}

.zmhdxx-form form p.warn span {
    color: #fd050b;
}

.zmhdxx-form form div {
    overflow: hidden;
    margin-bottom: 20px;
}

.zmhdxx-form form div.pos-rlt {
    position: relative;
    height: 32px;
}

.zmhdxx-form form div.btn-wrap {
    height: 34px;
    margin: 34px 0 50px 145px;
    overflow: hidden;
}

.zmhdxx-form form div.btn-wrap button {
    width: 80px;
    height: 34px;
    line-height: 34px;
    float: left;
    margin-right: 24px;
    text-align: center;
    border: none;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    font-family: "Microsoft Yahei";
    cursor: pointer;
}

.zmhdxx-form form div.btn-wrap button.submit {
    background: #ff0000;
}

.zmhdxx-form form div.btn-wrap button.reset {
    background: #a9a8a8;
}

.zmhdxx-form form div.pos-rlt input[type="text"] {
    position: absolute;
    left: 124px;
    top: 0;
    z-index: 1;
}

.zmhdxx-form form div.pos-rlt input[type="file"] {
    position: absolute;
    left: 144px;
    top: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 250px;
    height: 32px;
    cursor: pointer;
}

.zmhdxx-form form div p {
    float: left;
    width: 124px;
    font-size: 14px;
    color: #333;
    text-align: right;
    line-height: 28px;
}

.zmhdxx-form form div input[type="text"] {
    width: 238px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #bfbfbf;
    float: left;
    margin-left: 20px;
    color: #999;
    padding-left: 10px;
    font-family: "Microsoft Yahei";
}

.zmhdxx-form form div input.w378 {
    width: 378px;
}

.zmhdxx-form form div select {
    width: 136px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #bfbfbf;
    float: left;
    margin-left: 20px;
    color: #999;
}

.zmhdxx-form form div input[type="radio"] {
    cursor: pointer;
    margin-left: 20px;
    vertical-align: -2px;
}

.zmhdxx-form form div label {
    line-height: 28px;
    color: #333;
    font-family: "Microsoft Yahei";
}

.zmhdxx-form form div textarea {
    width: 504px;
    height: 188px;
    border: 1px solid #bfbfbf;
    float: left;
    margin-left: 20px;
    resize: none;
    outline: none;
    color: #999;
    font-family: "Microsoft Yahei";
    padding: 5px 15px;
}

.zmhdxx-form form div span {
    font-size: 14px;
    color: #fa0606;
    float: left;
    margin-left: 14px;
    line-height: 28px;
}

.zmhdxx-form form div span.ml277 {
    margin-left: 277px;
}


/*便民服务-责任*/

.bmfwzr-wrap-right-body {
    width: 866px;
    margin: 24px auto 40px;
    overflow: hidden;
}

.bmfwzr-wrap-right-body p {
    font-size: 14px;
    color: #333;
    line-height: 28px;
}

.bmfwzr-wrap-right-body a {
    display: block;
    background: url("imageszxfk-bg.gif") no-repeat;
    width: 114px;
    height: 52px;
    line-height: 52px;
    color: #fff;
    font-size: 20px;
    margin: 130px auto 0;
    padding-left: 110px;
}

.bmfwzr-wrap-right-body b {
    font-size: 14px;
    color: #333;
    line-height: 28px;
}

.text-idt {
    text-indent: 2em;
}

.mb20 {
    margin-bottom: 20px;
}


/*便民服务-查询*/

.tscx-wrap {
    width: 420px;
    height: 50px;
    background: url("imagestscx-search-bg.png") no-repeat;
    margin: 44px auto 264px;
}

.tscx-wrap input[type="text"] {
    width: 343px;
    height: 46px;
    line-height: 46px;
    border: none;
    font-size: 14px;
    color: #999;
    font-family: "Microsoft Yahei";
    margin: 1px 0 1px 14px;
    float: left;
}

.tscx-wrap button {
    width: 62px;
    height: 48px;
    background: url("imagestscx-search-icon.jpg") no-repeat;
    border: none;
    outline: none;
    margin: 1px 1px 1px 0;
    float: right;
    cursor: pointer;
}


/*回复选登*/

.hfxd-table {
    width: 880px;
    height: 655px;
    margin: 24px auto 0;
    background: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
    border-collapse: collapse;
}

.hfxd-table thead {
    height: 40px;
    line-height: 40px;
    background: #d2d2d2;
}

.hfxd-table thead tr th {
    font-size: 15px;
    color: #333;
}

.hfxd-table tbody tr {
    border-bottom: 1px dotted #ccc;
}

.hfxd-table tbody tr td {
    text-align: center;
    font-size: 14px;
    color: #666;
}

.hfxd-page {
    margin: 26px 0 40px 30px;
}

.zjzt-tab-wrap .zjzt-tab-body a:hover {
    color: #de1a34;
}


/*信息公开-政府办*/
.xxgk-wrap .xxgkzfb-wrap-left{
    float: left;
}
.xxgk-wrap .xxgkzfb-wrap-left .ztzl-wrap-right-top{
    height: 420px;
}

.zfb-tree{
    background: url("imageszfb-border1.png") no-repeat;
    height: 377px;
}

.xxgk-wrap-right .zfb-wrap-right-body {
    background: url("imageszfb-border2.png") no-repeat;
    height: 712px;
    padding:10px 1px 1px 1px;
}

.xxgk-wrap-right .zfb-wrap-right-body ul.zfb-ul-odd{
    background: #fff;
}

.xxgk-wrap-right .zfb-wrap-right-body ul.zfb-ul-even{
    background: #f0f7fe;
}

.xxgk-wrap-right .zfb-wrap-right-body ul {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding-left: 40px;
}

.xxgk-wrap-right .zfb-wrap-right-body ul a{
    float: left;
    background: url("imagestext-icon1.png") no-repeat left center;
    padding-left: 16px;
    width: 159px;
    display: block;
    font-size: 14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.xxgk-wrap-right .zfb-wrap-right-body ul a:hover{
    color: #de1a34;
}
/*首页新增*/
.bs-enter{
    display: block;
    height: 53px;
    width: 78px;
    background: #dbebfb;
    border: 1px solid #acd3fb;
    text-align: center;
    float: left;
    margin: 5px 4px 0px 3px;
}
.bs-enter img{
    display: block;
    margin: 4px auto;
}
.bs-enter p{
    color: #006fd7;
    font-size: 12px;
    text-align: center;
    line-height: 12px;
    height: 12px;
    overflow: hidden;

}
.new-content{
    overflow: hidden;
}
.bs-module{
	position:relative;
    width: 475px;
    float: left;
}
.bs-content{
    overflow: hidden;
}
.bs-module .bs-enter-list{
    padding: 10px 0px 0px ;
    border-top: 1px dashed #cfcfcf;
    margin: 0px 20px;
    height: 200px;
    position: relative;
}
.bs-container{
    height: 180px;
    position: relative;
    overflow: hidden;
}
.bs-content{
    width: 435px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.bs-enter-btn a{
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 10px;
}
.bs-enter-btn{
    text-align: center;
    padding: 8px;
}
.bs-enter-btn a.left{
    background: url("imagesnews-left-bg.png") no-repeat;
}
.bs-enter-btn a.right{
    background: url("imagesnews-right-bg.png") no-repeat;
}
.new-content{
    background: url("imagesnew-content-bg.jpg") no-repeat;
    height: 260px;
    margin-top: 10px;
}
.xz-title{
    background: url("imagesbmfw-title-bg.png") no-repeat ;
    width: 118px;
    height: 24px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    margin-top: 15px;
    margin-left: 16px;
}
.new-content-line{
    display: block;
    float: left;
    width: 1px;
    height: 230px;
    background: #dedddd;
    margin-top: 18px;
}
.xz-module{
    width: 462px;
    float: left;
}
.xz-container{
    margin: 0px 11px;
    position: relative;
    padding-top: 6px;
    height: 200px;
    overflow: hidden;
}
.xz-content{
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 440px;
    height: 200px;
}
.xz-content a{
    display: block;
    float: left;
    background: url("imagesxzsp-bg.png") no-repeat;
    text-indent: 15px ;
    line-height: 30px;
    font-size: 14px;
    color: #006fd7;
    margin: 10px 5px 0px 5px;
    width: 84px;
    height: 30px;
    overflow: hidden;
    padding-right: 16px;
}
.xz-content a:hover{
    background: url("imagesxzsp-hover-bg.jpg") no-repeat #ffffff;
}
.bm-module{
    width: 249px;
    padding: 0px 0px 0px 12px;
    float: left;
}
.bm-module .xz-title{
    margin-left: 0px;
}
.bm-content li{
    padding-left: 10px;
    background: url("imagesnews-li-icon.png") no-repeat left 15px;
    line-height: 33px;
    height: 33px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    width: 73px;
    float: left;
}
.bm-content li a{
    color: #333333;
}
.bm-content li a:hover{
    color: #f12020;
}
.bm-container{
    overflow: hidden;
    height: 198px;
    padding-top: 8px;
    position: relative;
}
.bm-content{
    overflow: hidden;
    height: 198px;
    position: absolute;
    left: 0px;
    top: 8px;
}
.inputEmail { width:198px; height:22px; line-height:22px; border:1px solid #ccc; }
.parentCls { height:auto; margin:0 auto; }
.auto-tip li { width:100%; text-align:left; height:22px; line-height:22px; font-size:14px; }
.auto-tip li.hoverBg { background:#ddd; cursor:pointer; }
.auto-tip li em { font-style:normal; }
.red { color:#333; }
.hidden { display:none; }