@charset "utf-8";

/*CSS通用重置样式*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

fieldset,
img {
    border: 0;
}

:focus {
    outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup,
i {
    font-style: normal;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code,
kbd,
samp,
tt {
    font-size: 100%;
}

input,
button,
textarea,
select {
    *font-size: 100%;
}

body {
    font-size: 12px;
    color: #333;
    background: #FFF;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

sup,
sub {
    font-size: 100%;
    vertical-align: baseline;
}

:link,
:visited,
ins {
    text-decoration: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

.clearfix:before,
.cf:before,
.clearfix:after,
.cf:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after,
.cf:after {
    clear: both;
}

.clearfix,
.cf {
    zoom: 1;
}

html {
    _text-overflow: ellipsis;
}

/*���IE6��ͼƬ����*/
iframe {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: """";
}

/* Init */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    color: #333;
}

/* common */

body {
    font-family: "微软雅黑";
}

.clearer {
    line-height: 0px;
    clear: both;
}

strong {
    font-weight: bold;
}

/* new clear .clear{overflow:hidden; zoom:1; clear:both;}*/
.clear:after {
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}

.clear {
    display: inline-block;
}

/**/
/* Hides from IE-mac \*/
* html .clear {
    height: 1%;
}

.clear {
    display: block;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* End hide from IE-mac */


.location {
    font-size: 14px;
    color: #333;
    display: block;
    background: url(../images/icon_location.jpg) left center no-repeat;
    padding-left: 20px;
    width: 1180px;
    margin: -120px auto 40px;
    height: 24px;
    line-height: 24px;
}

/*   list */
.listm {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.listm_l {
    width: 230px;
    float: left;
    overflow: hidden;
}

.listm_l ul li {
    width: 210px;
    padding: 25px 10px;
    height: auto;
    text-align: center;
    line-height: 27px;
    font-size: 20px;
    color: #356cb7;
    background: #f2f4f6;
    overflow: hidden;
}

.listm_l ul li a {
    color: #356cb7;
    display: block;
}

.listm_l ul li:hover {
    background: #356cb7
}

.listm_l ul li:hover a {
    color: #fff;
}

.listm_l ul li.current {
    background: #356cb7
}

.listm_l ul li.current a {
    color: #fff;
}


.listm_r {
    width: 950px;
    float: left;
    overflow: hidden;
    margin-left: 20px;
}


.listm_r ul li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: url(../images/list_dot.jpg) left center no-repeat;

}

.listm_r ul li a {
    color: #333;
    font-size: 16px;
    width: 80%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 15px;
}

.listm_r ul li span.list_time {
    width: 115px;
    float: right;
    font-size: 14px;
    color: #999;
}





.page_div {
    margin-top: 30px auto 0;
    padding: 15px;
    overflow: hidden;text-align: center;
}


.page_div .page {
    margin: 0 auto;
}

.page_div .page a {
    padding: 6px 8px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    margin: 0 1px;
    display: inline-block;
    color: #333;
}
.page a.current {
    background-color: #286090;
    color: #fff;
    cursor: not-allowed;
}





/*   list */

/*   detail */


.detailm {
    width: 1200px;
    margin: 0 auto;
    border: solid 1px #f0f0f0;
}

.zw-title {
    width: 1100px;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    color: #282828;
    margin: 45px auto;
    font-weight: bold;
}

.zw-info {
    width: 1100px;
    margin: 30px auto;
    height: 35px;
    padding-bottom: 0px;
    border-bottom: dashed 1px #d5d5d5;
    font-size: 14px;
    color: #666;
    text-align: left;
    position: relative;
}

.zw-info .time {
    margin: 0 20px;
}

.zw-info .changeFont {
    float: right;
    padding-right: 110px;
}

.zw-info .print {
    float: right;
    padding-right: 5px;
    cursor: pointer;
}

#lFont,
#mFont,
#sFont {
    margin: 0 5px;
    cursor: pointer;
}

.zw {
    width: 1100px;
    margin: 15px auto 50px auto;
    font-size: 16px;
    line-height: 36px;
    color: #424242;
}

.zw p {
    margin-top: 10px;
    line-height: 2em;
    text-indent: 2rem;
    text-align: justify;
}

.zw table p {
    text-indent: 0;
}
.zw img {
    display: block;
    max-width: 100%;
    margin: 15px auto !important;
}

.shareIcona {
    width: 100px;
    margin: 45px auto;
    position: absolute;
    top: -53px;
    right: 0px;
}

.xgwz {
    width: 1100px;
    margin: 0 auto;
}

.xgwz ul li {
    width: 1025px;
}

.xgwz ul li .til {
    width: 850px;
}

.t-title {
    font-size: 20px;
    height: 24px;
    line-height: 24px;
    color: #2c8be9;
    border-left: 3px solid #2c8be9;
    padding-left: 8px;
}

.xgwz {
    width: 1100px;
    margin: 0 auto;
}

.t-title {
    font-size: 20px;
    height: 24px;
    line-height: 24px;
    color: #2c8be9;
    border-left: 3px solid #2c8be9;
    padding-left: 8px;
}


.xgwz ul {
    list-style: none;
    margin: 30px 30px 0 20px;
    overflow: hidden;
}


.xgwz ul li {
    font-size: 16px;
    width: 1025px;
    line-height: 32px;
    color: #3b3939;
    overflow: hidden;
    margin: 4px 0;
}

.xgwz ul li .dot {
    width: 5px;
    height: 5px;
    background-color: #2c8be9;
    float: left;
    margin: 14px 14px 0 0;
}


.xgwz ul li .til {
    width: 1000px;
    overflow: hidden;
    display: block;
    float: left;
}

.xgwz ul li .til {
    width: 850px;
}

.xgwz ul li a {
    color: #3b3939;
}

.xgwz ul li .time {
    font-size: 14px;
    color: #9e9e9e;
    float: right;
}

/*   detail */



/* 政务公开  */
.zwgkma {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.zwgkma_l {
    width: 478px;
    height: 371px;
    float: left;
    background: url(../images/zwgk_aimga.png) no-repeat center;
    position: relative;
}

.zwgkma_l a.zwgk_ldxxurl {
    display: block;
    width:140px; height:32px;
    position: absolute;
    left:170px;
    top:15px;
}

.zwgkma_la {
    width: 400px;
    margin: 0 auto;
    margin-top: 65px;
    padding: 0 20px;
    overflow: hidden;
    height: 135px;
    border-bottom: 1px dashed #b9cbe2;
}

.zwgkma_la img {
    width: 87px;
    height: 106px;
    float: left;
    margin-right: 25px;
}

.zwgkma_la h3 a {
    color: #333;
    font-size: 22px;
    font-weight: bold;

}

.zwgkma_la p {
    color: #333;
    font-size: 15px;
    line-height: 20px;
    ;
    margin-top: 5px;
    height: 40px;
    overflow: hidden;
}

.zwgkma_la a.zwgkma_write {
    display: inline-block;
    width: 86px;
    height: 36px;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    padding-left: 25px;
    background: url(../images/zwgk_icon.png) no-repeat #023e97;
    background-position: 0px -3px;
    margin-top: 6px;
}

.zwgkma_lb {
    margin: 0 auto;
    margin-top: 15px;
    padding: 0 20px;
    height: 86px;
    overflow: hidden;
}

.zwgkma_lb p.lba {
    width: 85px;
    font-size: 20px;
    font-weight: bold;
    color: #1958b6;
    float: left;
}

.zwgkma_lb p.lbb {
    font-size: 16px;
}

.zwgkma_lb p.lbb span {
    margin: 0 10px 10px;
    display: block;
    width: 50px;
    float: left;
    
}

.zwgkma_lc {
    width: 400px;
    margin: 0 auto;
    margin-top: 15px;
    padding: 0 20px;
    height: 40px;
    overflow: hidden;
}

.zwgkma_lc a.zwgkma_lca {
    display: inline-block;
    width: 150px;
    height: 40px;
    background: url(../images/zwgk_icon.png) no-repeat #023e97;
    background-position: -93px 8px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    padding-left: 26px;
    margin-left: 20px;
}

.zwgkma_lc a.zwgkma_lcb {
    display: inline-block;
    width: 150px;
    height: 40px;
    background: url(../images/zwgk_icon.png) no-repeat #023e97;
    background-position: -310px 8px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    padding-left: 26px;
    margin-left: 25px;
}

.zwgkma_r {
    width: 683px;
    float: left;
    margin-left: 35px;
    height: 371px;
    overflow: hidden;
}

.zwgkma_rtop {
    width: 683px;
    height: 40px;
    background: url(../images/zwgkma_rtop.png) center left no-repeat;
}

.zwgkma_rtopa,
.zwgkma_rtopb,
.zwgkma_rtopc {
    width: 130px;
    height: 26px;
    background: url(../images/zwgkr_icon.png) no-repeat;
    float: left;
}

.zwgkma_rtopa {
    background-position: -60px -68px;
}

.zwgkma_rtopb {
    background-position: -279px -68px;
}

.zwgkma_rtopc {
    background-position: -489px -68px;
}

.zwgkma_rtopa.active {
    background-position: -60px -9px;
}

.zwgkma_rtopb.active {
    background-position: -279px -9px;
}

.zwgkma_rtopc.active {
    background-position: -489px -9px;
}

.zwgkma_rtop ul li {
    margin-left: 74px;
}

.zwgkma_rtop ul li a {
    width: 130px;
    height: 26px;
    display: block;
}

.zwgkma_rm {
    width: 683px;
    height: 330px;
}

.zwgkma_rmul {
    margin-top: 5px;
}

.zwgkma_rmul li {
    width: 95%;
    line-height: 48px;
    font-size: 18px;
    color: #333333;
    background: url(../images/dot.jpg) no-repeat left center;
    padding-left: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
}

.zwgkma_rmul li a {
    color: #333
}

.zwgkb {
    width: 100%;
    height: 220px;
    overflow: hidden;
    padding-top: 25px;
    background: url(../images/zwgkbbg.jpg) no-repeat top center;
}

.mt35 {
    width: 1100px;
    margin: 0 auto;
    margin-top: 55px;
}


.ul2 li {
    float: left;
    width: 110px;
    height: 110px;
    position: relative;
    margin-left: 55px;
}



.ih-item.circle.effect6 .img {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.circle.effect6.colored .info {
    background: #1a4a72;
}

.ih-item.circle.effect6 .info {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 110px;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}



.ih-item.circle.effect6.scale_up .info {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}

.ih-item.circle.effect6.scale_up a:hover .img {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.ih-item.circle.effect6.scale_up a:hover .info {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ih-item.circle.effect6.scale_down .info {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.ih-item.circle.effect6.scale_down a:hover .img {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}

.ih-item.circle.effect6.scale_down a:hover .info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ih-item.circle.effect6.scale_down_up .info {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.35s ease-in-out 0.2s;
    -moz-transition: all 0.35s ease-in-out 0.2s;
    transition: all 0.35s ease-in-out 0.2s;
}

.ih-item.circle.effect6.scale_down_up a:hover .img {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}

.ih-item.circle.effect6.scale_down_up a:hover .info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


.zwgkmc {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top:25px;
}

.zwgkmcl {
    width: 474px;
    overflow: hidden;
    margin: 0 auto;
    float: left;
    height: 280px;
}


.zwgkmcl_top {
    width: 474px;
    height: 40px;
    position: relative;
    background: url(../images/zwgkmc_ltop.png) center left no-repeat;
}

.zwgkmcl_topa,
.zwgkmcl_topb {
    width: 130px;
    height: 26px;
    background: url(../images/zwgkl_icon.png) no-repeat;
    float: left;
}

.zwgkmcl_topa {
    background-position: -60px -68px;
}

.zwgkmcl_topb {
    background-position: -279px -68px;
}


.zwgkmcl_topa.active {
    background-position: -60px -9px;
}

.zwgkmcl_topb.active {
    background-position: -279px -9px;
}

.zwgkmcl_mul {
    margin-top: 5px;
}

.zwgkmcl_mul li {
    width: 95%;
    line-height: 48px;
    font-size: 18px;
    color: #333333;
    background: url(../images/dot.jpg) no-repeat left center;
    padding-left: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
}

.zwgkmcl_mul li a {
    color: #333
}

.zwgkmcl_top ul li {
    margin-left: 16px;
}

.zwgkmcl_top ul li a {
    width: 130px;
    height: 26px;
    display: block;
}

.zwgkmcr {
    background: url(../images/zwgk_mcrbg.png) center no-repeat;
    width: 681px;
    height: 274px;
    overflow: hidden;
    float: left;
    margin-left: 40px;
}

.zwgkmcr ul {
    overflow: hidden;
    margin: 0 auto;
    padding-left: 20px;
    margin-top: 30px;

}

.zwgkmcr ul li {
      width: 105px;
    padding: 10px 0px;
    height: 120px;
    float: left;
    text-align: center;
}

.zwgkmcr ul li h3 {
    color: #3c69aa;
    font-size: 15px;
    line-height: 22px;
    ;
}

.zwgkmcr ul li a {
    color: #3c69aa;
}

.zwgkmcr ul li img {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);

}

.zwgkmcr ul li:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

/* 政务公开  */


/* 文旅资讯  */
.wlzxa {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.wlzxa_l {
    float: left;
    width: 726px;
    height: 393px;
    position: relative;
    overflow: hidden;
}

.tem-one-leftm {
    width: 726px;
    height: 393px;
}

.template-one .pagination {
    display: block;
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
}

.tem-one-leftm .swiper-slide {
    width: 726px;
    height: 393px;
    position: relative;
}

.tem-one-leftm .swiper-slide h5 {
    color: #fff;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    box-sizing: border-box;
    z-index: 10;
    padding-right: 190px;
    height: 45px;
    line-height: 45px;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
    text-align: left;
}

.tem-one-leftm .swiper-slide h5 a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    margin-left: 10px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
}

.wlzxa_l .temonel-left,
.wlzxa_l .temonel-right {
    position: absolute;
    width: 40px;
    height: 74px;
    background: url(../images/focus_btn.png) no-repeat;
    z-index: 999;
}

.wlzxa_l .temonel-left {
    top: 50%;
    margin-top: -37px;
    left: 0;
    background-position: 0 -74px;
    cursor: pointer;
}

.wlzxa_l .temonel-right {
    top: 50%;
    margin-top: -37px;
    right: 0;
    background-position: -40px -74px;
    cursor: pointer;
}

.wlzxa_l .temonel-left:hover {
    background-position: 0 0;
}

.wlzxa_l .temonel-right:hover {
    background-position: -40px 0;
}

.wlzxa_l img {
    width: 726px;
    height: 393px;
}

.wlzxa_l .pagination {
    position: absolute;
    padding: 10px 10px;
    ;
    bottom: 6px;
    right: 0px;
    z-index: 55;
}

.wlzxa_l .pagination span {
    cursor: pointer;
    width: 10px;
    height: 10px;
    display: block;
    background: #fff;
    margin-right: 5px;
    float: left;
    -moz-border-radius: 50px;
    /* Firefox */
    -webkit-border-radius: 50px;
    /* Safari 和 Chrome */
    border-radius: 50px;
    /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

.wlzxa_l .pagination span.swiper-active-switch {
    background: #356cb7
}

.wlzxa_r {
    width: 446px;
    float: right;
    overflow: hidden;
}

.wlzxa_rtop {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #D6e1ee;
}

.splice {
    width: 6px;
    height: 12px;
    background: url(../images/splice.jpg) no-repeat;
    display: inline-block;
    font-size: 0;
    margin: 7px 4px;
}

.wlzxa_rtop .itm {
    width: 133px;
    height: 26px;
    display: inline-block;
    font-size: 0;
}

.zwhd {
    background: url(../images/zwhd_1.jpg) no-repeat;
}

.morea {
    float: right;
    display: block;
    margin: 10px 10px;
    width: 16px;
    height: 16px;
    background: url(../images/icon_more.png) no-repeat;
}



.wlzxa_r ul {
    width: 100%;
    list-style: none;
}

.wlzxa_r ul li {
    width: 95%;
    line-height: 50px;
    font-size: 18px;
    color: #333333;
    background: url(../images/dot.jpg) no-repeat left center;
    padding-left: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;

}

.wlzxa_r ul li a {
    color: #333;
}


.wlzxb {
    width: 100%;
    padding-top: 60px;
    overflow: hidden;
    background: url(../images/zwgkbbg.jpg) center top no-repeat;

}

.wlzxbm {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.wlzxbm_l {
    width: 579px;
    float: left;
    overflow: hidden;
}

.wlzxbm_ltop {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #D6e1ee;

}

.wlzxbm_ltop .itm {
    width: 133px;
    height: 26px;
    display: inline-block;
    font-size: 0;
}

.wlzxbm_ltop .ztbg {
    background: url(../images/ztbg_1.jpg) no-repeat;
}

.wlzxbm_ltop .dsxw {
    background: url(../images/til_dsxw.png) no-repeat;
}
.wlzxbm_lm {
    width: 579px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.temp-four-m {
    width: 515px;
    height: 240px;
    color: #fff;
    text-align: center;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}


.temp-four-m .swiper-slide {
    width: 515px;
    height: 220px;
    color: #fff;
    text-align: center;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.wlzxbm_lm img {
    width: 216px;
    height: 93px;
    margin-left: 15px;
    margin-top: 25px;
    margin-right: 16px;
}

.wlzxbm_lm .temfour-left,
.wlzxbm_lm .temfour-right {
    position: absolute;
    width: 20px;
    height: 35px;
    z-index: 999;
}

.wlzxbm_lm .temfour-left {
    top: 50%;
    margin-top: 0px;
    left: 0;
    background: url(../images/wlzx_left.png) no-repeat;
    cursor: pointer;
}

.wlzxbm_lm .temfour-right {
    top: 50%;
    margin-top: 0px;
    right: 0;
    background: url(../images/wlzx_right.png) no-repeat;
    cursor: pointer;
}

.wlzxbm_r {
    width: 580px;
    height: 285px;
    float: right;
    overflow: hidden;

}

.wlzxbm_rtop {
    width: 580px;
    height: 40px;
    position: relative;
    background: url(../images/wlzxbm_rtop.png) center no-repeat;
}

.amore {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    overflow: hidden;
}

.amore a {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/icon_more.png) no-repeat;
}


.wlzxbmr_topa,
.wlzxbmr_topb {
    width: 130px;
    height: 26px;
    background: url(../images/wlzx_icona.png) no-repeat;
    float: left;
}

.wlzxbmr_topa {
    background-position: -60px -68px;
}

.wlzxbmr_topb {
    background-position: -279px -68px;
}


.wlzxbmr_topa.active {
    background-position: -60px -9px;
}

.wlzxbmr_topb.active {
    background-position: -279px -9px;
}

.wlzxbm_rtop ul li {
    margin-left: 16px;
}

.wlzxbm_rtop ul li a {
    width: 130px;
    height: 26px;
    display: block;
}



.wlzxbmr_m {
    margin-top: 5px;
}

.wlzxbmr_m li {
    width: 95%;
    line-height: 48px;
    font-size: 18px;
    color: #333333;
    background: url(../images/dot.jpg) no-repeat left center;
    padding-left: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
}

.wlzxbmr_m li a {
    color: #333
}



.wlzxc {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 50px;
}

.wlzxc ul {
    display: block;
    margin-top: 30px;
}

.wlzxc ul li {
    float: left;
    width: 280px;
    height: 152px;
    position: relative;
    margin-left: 22px;
    margin-bottom: 18px;
    overflow:hidden;
}

.wlzxc ul li.big {
    width: 596px;
    height: 322px;
}

.wlzxc ul li.big img {
    width: 596px;
    height: 322px;
}

.wlzxc ul li img {
    width: 100%;
}

.wlzxc ul li h3 {
    color: #fff;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 10;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
    text-align: left;

}

.wlzxc ul li h3 a {
    padding-left: 5px;
    color: #fff;
}


.wlzxc_top {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #D6e1ee;
}

.wlzxc_top .itm {
    width: 133px;
    height: 26px;
    display: inline-block;
    font-size: 0;
}

.fyspk {
    background: url(../images/fyspk_1.jpg  ) no-repeat;
}

/* 文旅资讯  */





/* 专题专栏  */

.ztzla {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}

.ztzla_top {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #D6e1ee;
}

.ztzla .itm {
    width: 133px;
    height: 26px;
    display: inline-block;
    font-size: 0;
}


.zxzt {
    background: url(../images/zxzt_1.jpg) no-repeat;
}

.lszt {
    background: url(../images/lszt_1.jpg) no-repeat;
}

.ztzlam {
    width: 1200px;
    overflow: hidden;
}

.ztzlam ul {
    overflow: hidden
}

.ztzlam ul li {
    float: left;
    width: 382px;
    height: 165px;
    margin-left: 9px;
    padding-right: 9px;
    margin-top: 30px;
}

.ztzlam ul li img {
    width: 382px;
    height: 165px;
}


.ztzlb {
    width: 1200px;
    margin: 0 auto;
    height: 460px;
}




/* 专题专栏  */



/* 特色服务  */

.tsfwa {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.tsfwa_l {
    width: 752px;
    overflow: hidden;
    float: left;
    position: relative;
}


.tsfwal_m {
    width: 752px;
    height: 260px;
    overflow: hidden;
    
    position: relative;
    margin-top: 30px;
}

.tsfwal_m img{
    display: block;
    margin: 0 auto;
}


.tsfwalm_l {
    width: 360px;
    height: 200px;
    float: left;
    overflow: hidden;
}

.cxzs_wea_tit {
    width: auto;
    font-size: 18px;
    font-weight: bold;
    color: #3479c6;
    height: 30px;
    line-height: 30px;
    background: url(../images/gzts_cxtopbg.png) no-repeat left center;
    padding-left: 32px;

    position: absolute;
    left: 121px;
    top: 21px;
}

.cxzs_weather {
    width: 100px;
    height: 144px;
    position: absolute;
    top: 93px;
    left: 53px;
    text-align: center;
}

.cxzs_weather img {
    width: 47px;
    height: 47px;
}

.weather_tem {
    color: #2085d9;
    font-size: 33px;
    font-weight: bold;
    line-height: 71px;
}

.weather_tem span {
    color: #2085d9;
}


.cxzs_r {
    width: 180px;
    height: 171px;
    position: absolute;
    left: 206px;
    top: 82px;
}


.cxzs_date {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 34px;
}

.cxzs_tianqi {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 54px;
}

.cxzs_index {

    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 28px;
}

.place_name {
    width: auto;
    font-size: 18px;
    font-weight: bold;
    color: #3479c6;
    height: 30px;
    line-height: 30px;
    background: url(../images/gzts_cxtopbg.png) no-repeat left center;
    padding-left: 32px;
    position: absolute;
    left: 89px;
    top: 21px;
}

.index_list {
    height: 130px;
    margin-top: 15px;
}



.index_list_left {
    width: 93px;
    margin-left: 40px;
    text-align: center;
    font-weight: bold;
}


.index_sq_tit {
    width: 93px;
    height: 25px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background: #8bc65c;
    line-height: 23px;
}

.index_sq {
    width: 93px;
    height: 87px;
    background: #fff;
    text-align: center;
    line-height: 90px;
    font-size: 40px;
    color: #8bc65c;
    font-weight: bold;
}

.level-1 {
    color: #e21a1a
}

.level-2 {
    color: #e21a1a
}

.level-3 {
    color: #f37b86
}

.level-4 {
    color: #b3f513
}

.level-5 {
    color: #38bf0c
}

.index_list_right {
    width: 78px;
    margin-right: 12px;
}


.index_list_right li {
    margin-bottom: 10px;
    font-size: 14px;
    width: 78px;
    height: 20px;
    color: #385589;
}

.index_list_right li span {
    margin-left: 10px
}

.index_list_circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #e21a1a;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-weight: bold
}

.index_list {
    height: 149px;
    margin-top: 83px;
}

.list_chuxing {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.circle_green {
    background: #85c652
}

.circle_yellow {
    background: #f37b86
}

.circle_blue {
    background: #b3f513
}

.circle_red {
    background: #38bf0c
}

.tsfwalm_r {
    width: 284px;
    height: 246px;
    float: left;
    margin-left: 60px;
    position: relative;
}

.tsfwalm_r .fl {
    float: left;
}

.tsfwalm_r .fr {
    float: right;
}

.tsfwal_top {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #D6e1ee;
}

.tsfwa .itm {
    width: 133px;
    height: 26px;
    display: inline-block;
    font-size: 0;
}

.tsfwar_top {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #D6e1ee;
}

.cxzs {
    background: url(../images/cxzs_1.jpg) no-repeat;
}

.hdyg {
    background: url(../images/wltj.png) no-repeat;
}

.tsfwa_r {
    width: 406px;
    float: left;
    overflow: hidden;
    margin-right: 42px;
}

.tsfwa_r ul {
    margin-top: 20px;
}

.tsfwa_r ul li {
    width: 95%;
    line-height: 46px;
    font-size: 18px;
    color: #333333;
    background: url(../images/dot.jpg) no-repeat left center;
    padding-left: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
}

.tsfwa_r ul li a {
    color: #333;
}


.tsfwb {
    width: 1200px;
    height: 350px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 40px;
    position: relative;
}

.tsfwb_nav {
    width: 700px;
    margin: 0 auto;
    height: 50px;
    position: absolute;
    left: 290px;
    top: 13px;
    z-index: 55;
}

.tsfwb_nav ul {
    width: 700px;
    height: 30px;
}

.tsfwb_nav ul li {
    width: 154px;
    height: 30px;
    float: left;
    cursor: pointer;
    margin-right: 79px;
}

.tsfwb_nav ul li.active {
    background: url(../images/tsfw_navbga.png) no-repeat center;
}

.tsfwb_nav ul li.active.activb {
    background: url(../images/tsfw_navbgb.png) no-repeat center;
}

.tsfwb_nav ul li i {
    width: 96px;
    display: block;
    margin: 0 auto;
    height: 30px;
    background: url(../images/tsfw_icona.png)
}



.tsfwb_nav ul li i.kscz {
    background-position: -214px 4px;
}

.tsfwb_nav ul li i.tscx {
    background-position: -428px 4px;
}


.tsfwb_nav ul li i.yxgl {
    background-position: 0px -41px
}



.tsfwb_nav ul li.activb i.kscz {
    background-position: -214px -82px;
}

.tsfwb_nav ul li.activb i.tscx {
    background-position: -428px -41px;
}

.tsfwb_nav ul li.active i.yxgl {
    background-position: 0px 4px
}

.tsfwb_nav ul li.active i.kscz {
    background-position: -214px -41px;
}

.tsfwb_nav ul li.active i.tscx {
    background-position: -428px -82px;
}

.tsfwbm {
    width: 1200px;
    margin: 0 auto;
    height: 350px;
}



.tsfwbma {
    width: 1200px;
    height: 350px;
    margin: 0 auto;
    background: url(../images/tsfwb_bga.png) no-repeat center;
    position: relative;
    overflow: hidden;
}

.tsfwbma ul {
    overflow: hidden;
    margin: 125px auto 0;
}

.tsfwbma ul li {
    float: left;
    height: 150px;
    margin-left: 158px;

}

.tsfwbmb {
    width: 1200px;
    height: 350px;
    margin: 0 auto;
    position: relative;
    background: url(../images/tsfwb_bgb.png) no-repeat center;
    overflow: hidden;
}

.tsfwbmb ul {
    overflow: hidden;
    width: 1050px;
    margin: 0 auto;
    margin-top: 145px;
}

.tsfwbmb ul li {
    float: left;
    width: 194px;
    height: 90px;
    margin-left: 122px;
}

.tsfwbmc {
    width: 1200px;
    height: 350px;
    margin: 0 auto;
    position: relative;
    background: url(../images/tsfwb_bgc.png) no-repeat center;
    overflow: hidden;
}



.wht_lib_wrap {

    width: 630px;

    margin: 0 auto;

    overflow: hidden;

    margin-top: 169px;
}

.wht_lib_ul {
    overflow: hidden;
    width: 630px;
}

.wht_lib_ul li {
    cursor: pointer;
    float: left;
    width: 130px;
    height: 40px;
    -moz-border-radius: 50px;
    /* Firefox */
    -webkit-border-radius: 50px;
    /* Safari 和 Chrome */
    border-radius: 50px;
    /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    background: #b0a071;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    margin-right: 13px;
    margin-left: 14px;
}


.wht_lib_ul li.wht_lib_hov {
    background: #9b8b5d
}

.wht_lib_search {
    width: 425px;
    margin: 0 auto;
    margin-top: 35px;
}

.wht_lib_input {
    width: 372px;
    height: 46px;
    line-height: 38px;
    color: #999;
    text-indent: 8px;
}

.wht_lib_submit {
    width: 46px;
    height: 46px;
    font-size: 1px;
    background: url(../images/tefw_searbg.png) center no-repeat #7e651e;
}

input {
    border: 0;
    outline: none;
    font-family: "微软雅黑";
}


.tsfwc {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 50px;
    height: 386px;
    background: url(../images/tsfwc_bg.png) no-repeat center;
}


.tsfwc ul {
    width:1134px; margin:0 auto;
height:303px;
margin-top: 42px;
}

.tsfwc ul li {
    width:150px; height:303px;
    overflow:hidden;
    float:left;
    margin-left:20px;
    background:#f6f9ff;
}
.tsfwc ul li i { width:150px; height:303px;
    float:left; cursor: pointer;
text-align: center; display: block; }
.tsfwc ul li.tsfwcla i {
background:url(../images/tsfwd_bga.jpg) left center no-repeat #333;
}
.tsfwc ul li.tsfwclb i {
    background:url(../images/tsfwd_bgb.jpg) left center no-repeat #333;
    }
.tsfwc ul li.tsfwclc i {
        background:url(../images/tsfwd_bgc.jpg) left center no-repeat #333;
        }    
.tsfwc ul li.active i { width:104px; 
    -webkit-filter: brightness(0.7);
filter: brightness(0.7);
}

.tsfwc ul li.active {
    width:755px;
    height:303px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.tsfwc_lis { float:left; width:625px; 
    padding-left:20px;height:303px;
}
.tsfwc_lis p {
    width: 95%;
    line-height: 50px;
    font-size: 18px;
    color: #333333;
    background: url(../images/dot.jpg) no-repeat left center;
    padding-left: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
}
/* 特色服务  */









.zwgkma_r a:hover , .zwgkmcl a:hover  ,  wlzxa_r a:hover  , .wlzxbm_r a:hover , tsfwa_r a:hover , .listm_r a:hover , .lbb a:hover  { color:#356cb7;}

.bd_weixin_popup {padding:5px !important}
.bd_weixin_popup .bd_weixin_popup_main {padding:10px !important};}



