@charset "utf-8";

/* 

----------------样式选择器说明----------------
外套 wrap ------------------用于最外层
头部 header ----------------用于头部
主要内容 main ------------用于主体内容（中部）
左侧 main-left -------------左侧布局
右侧 main-right -----------右侧布局
导航条navBar -----------------网页菜单导航条
内容 content ---------------用于网页中部主体
底部 footer -----------------用于底部
盒子box-----------------用于盒子，多个用数字累加，如box1\box2
pin--------------------为padding属性
mar--------------------为margin属性


0068b7国务院蓝
*/


/*初始化样式*/

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

body {
    font-size: 14px;
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
    background: url(../images/container.jpg) no-repeat center top #ededed;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #2d374b;
    text-decoration: none
}

a:hover {
    /* color: #e50402;*/
    color: #4586fc;
    font-weight: 700;
    text-decoration: none
}
a:hover, a:active, a:focus,a:visited{
    color: #333;
    text-decoration: underline;
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word
}

i {
    font-style: normal
}

hr {
    border-top: 1px solid #eee;
    margin: 10px;
}


/*本站基色：#3694f8;*/


/*公用类*/

.wrap1100 {
    width: 1100px;
    margin: 0 auto;
}

.wrap100 {
    width: 100%;
}

.right {
    float: right;
}

.left {
    float: left;
}

.pin25 {
    padding: 0 25px;
}

.ad {
    width: 1100px;
    margin: 10px 0;
}

.ad img {
    width: 1050px;
    margin-top: 10px;
}

.pointer {
    cursor: pointer;
}

.clear {
    clear: both;
}

h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #3694f8;
    text-align: center;
}

.ms {
    color: #555;
    text-indent: 2em;
    line-height: 2;
}

.xq {
    background: #3694f8;
    font-size: 12px;
    padding: 2px 12px;
    line-height: 18px;
    color: #fff;
}

.date {
    float: right;
    color: #999;
    font-size: 12px;
}

.li_ico {
    color: #3694f8;        
    margin-right: 6px;
    margin-top: 12px;
}

.more {
    color: #C3C3C3;
    font-size: 14px;
    margin-right: 15px;
}

.color {
    color: #3694f8;
}

.ico {
    margin-right: 10px;
}

.mar_top {
    margin-top: 10px;
}

.mar_rig {
    margin-right: 20px;
}

.mar_rig30 {
    margin-right: 30px;
}

.display {
    display: block;
}


/*滑动*/

.slideTxtBox {
    text-align: left;
    overflow: hidden;
}

.slideTxtBox .hd {
    /*border-bottom: solid 2px #3694f8;
    position: relative;
    height: 30px;*/
    position: relative;
    height: 32px;
    line-height: 32px;
    padding-right: 10px;
    border-bottom: 1px solid #4586fc;
}

.slideTxtBox .hd dl {
    float: left;
    position: absolute;
    left: 0px;
    top: -1px;
    height: 32px;
    line-height: 30px;
}

.slideTxtBox .hd dl dd {
    float: left;
    cursor: pointer;
    text-align: left;
    width: 375px;
    padding-left: 15px;
}

.slideTxtBox .hd dl dd.on {
    background: #3694f8;
    color: #4586fc;
}

.slideTxtBox .hd dl dd a {
    color: #fff;
    font-size: 12px;
    padding-right: 15px;
}


/* 幻灯样式*/

.focusBox {
    position: relative;
    overflow: hidden;
    font: 12px/1.5 Verdana, Geneva, sans-serif;
    text-align: left;
    background: white;
    float: left;
}

.focusBox .pic img {
    display: block;
    border: none;
}

.focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 36px;
    width: 100%;
    background: #333;
    filter: alpha(opacity=40);
    opacity: 0.4;
    overflow: hidden;
}

.focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 36px;
    width: 67%;
    overflow: hidden;
}

.focusBox .txt li {
    height: 36px;
    line-height: 36px;
    position: absolute;
    bottom: -36px;
}

.focusBox .txt li a {
    display: block;
    color: white;
    padding: 0 0 0 10px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.focusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 8px;
    right: 8px;
}

.focusBox .num li {
    float: left;
    position: relative;
    width: 18px;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
    text-align: center;
    margin-right: 1px;
    cursor: pointer;
}

.focusBox .num li a,
.focusBox .num li span {
    position: absolute;
    z-index: 2;
    display: block;
    color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}

.focusBox .num li span {
    z-index: 1;
    background: black;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.focusBox .num li.on a,
.focusBox .num a:hover {
    background: #f60;
}


/*header*/

.header {}

.top {
    height: 37px;
    background: rgba(255, 255, 255, 0.5)!important;
    filter: Alpha(opacity=50);
}

.top ul li {
    float: left;
    height: 37px;
    line-height: 37px;
    margin-left: 20px;
}

.top .tq {
    height: 37px;
    line-height: 37px;
    margin-left: 100px;
}

img.logo-pic {
    width: 1100px;
    height: 150px;
}

.logo_img {
    height: 195px;
    padding-top: 25px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.navBar {
    position: relative;
    z-index: 999;
    line-height: 48px;
    height: 48px;
}

.nav {
    background: #3694f8;
}

.nav h3 {
    font-size: 100%;
    font-weight: normal;
    font-size: 14px;
}

.nav .m {
    position: relative;
    height: 48px;
    float: left;
    width: 103px;
    margin: 0 auto;
    display: inline;
    text-align: center;
}

.nav .on {
    /*background-image: url("../images/autumn-img.png");background-position: -160px -265px;background-repeat: no-repeat;*/
}

.nav .on a {
    /*color: #2d374b;*/
    font-weight: 700;
}

.nav .m h3 i {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 7px;
    height: 4px;
    background: url(../images/icon.png) 0 -280px no-repeat;
    overflow: hidden;
    margin: -2px 0 0 5px;
    vertical-align: middle;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.nav h3 a {
    text-decoration: none;
    text-align: center;
    width: 115px;
    margin: 0 auto;
    font-family: Microsoft YaHei;
    zoom: 1;
    height: 48px;
    line-height: 24px;
    padding: 12px 0;
    color: #fff;
    display: block;
    font-size: 16px;
}

.nav h3 a:hover {
    color: #fff;
}

.nav .sub {
    display: none;
    /*默认隐藏*/
    width: 120px;
    position: absolute;
    top: 40px;
    background: #eee;
    float: left;
    line-height: 30px;
}

.nav .sub li {
    text-align: center;
    overflow: hidden;
}

.nav .sub li a {
    color: #333;
    display: block;
    zoom: 1;
}

.nav .sub li a:hover {
    background: #ddd;
    color: #c00;
}


/*content*/

.content {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

.box {
    overflow: hidden;
    margin-bottom: 10px;
}

.box ul li {
    overflow: hidden;
    padding-left: 5px;
    height: 28px;
    line-height: 28px;
}

.box h2 {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
}

.box h2 em {
    margin-left: 15px;
}

.box h2 em span {
    font-size: 12px;
}

.box1,
.box2,
.box3,
.box4,
.box5.box6,
.box7,
.box8,
.box9,
.box10,
.box11,
.box12 {
    overflow: hidden;
}

.box_left {
    width: 260px;
}

.box_right {
    width: 750px;
}

ul.vod_li li i {
    height: 28px;
    line-height: 25px;
    margin-right: 5px;
}

dl.box_nav {
    border-bottom: solid 2px #3694f8;
    overflow: hidden;
}

dl.box_nav dd {
    display: block;
    height: 30px;
    line-height: 30px;
    width: 100px;
    text-align: center;
}

dl.box_nav dd.on {
    background: #3694f8;
    color: #fff;
}

.box1 {
    border: 1px solid #ddd;
    padding: 3px;
}

.box1 .pic li {
    height: 295px;
    padding-left: 0px;
}

.box1 .txt-bg {
    width: 100%;
    bottom: 2px;
}


/*图上背景*/

.box1 img {
    width: 500px;
    height: 320px;
}

.box2 {
    width: 500px;
    overflow: hidden;
}

.box2 label {
    overflow: hidden;
    display: block;
}

.box2 label h4 {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    width: 100%;
}

.box2 label a.xq:hover {
    color: #fff;
}

.box2 ul li a {
    display: block;
    width: 410px;
}

.box2 ul li a.wxw_lm {
    width: 90px;
    color: #3694f8;
}

.box3 {
    margin-top: 10px;
}

.box3 .pic li {
    height: 200px;
    padding-left: 0px;
}

.box3 img {
    width: 445px;
    height: 200px;
}

.box4 {
    width: 350px;
    margin-right: 20px;
}

.box40 {
    width: 750px;
    margin-right: 20px;
}

.box40 .jkzt {
    height: 375px;
    background: #e8e8e8;
    margin-top: 14px;
}

.box40 .jkzt .showimg {
    width: 238px;
    height: 112px;
    float: left;
    margin-left: 9px;
    margin-top: 10px;
    background: #fff;
    padding-left: 10px;
}

.box40 .jkzt .showimg h20 {
    display: block;
    color: #3f3f3f;
    line-height: 32px;
    font-size: 14px;
}

.box40 .jkzt .showimg .main4_limg {
    float: left;
    width: 100px;
    height: 70px;
    position: relative;
}

.box40 .jkzt .showimg .main4_limg img {
    width: 100px;
    height: 70px;
}

.box40 .jkzt .showimg .main4_lili {
    width: 110px;
    float: left;
    margin-left: 12px;
}

.box40 .jkzt .showimg .main4_limg:hover .ceng {
    display: block;
}

.box40 .jkzt .showimg .main4_limg .ceng {
    height: 20px;
    padding-top: 13px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 37px;
    color: #fff;
    font-size: 12px;
    display: none;
    width: 100%;
    background: url(../images/main41209.png) no-repeat;
}

.box40 .jkzt .showimg ul {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

.box40 .jkzt .showimg ul li {
    list-style: none;
    display: list-item;
    text-align: -webkit-match-parent;
    height: 24px;
}

.box40 .jkzt .showimg .main4_lili li a {
    line-height: 24px;
    font-size: 12px;
    color: #2a2a2a;
}

.box4 ul li a {
    display: block;
    width: 250px;
}

.box4 ul li a.wxw_lm {
    width: 90px;
    color: #3694f8;
}

.box7 {
    width: 100%;
    background: #f7f7f7;
}

.box7 h3 {
    border-bottom: 1px dotted #e4e9f0;
    text-align: center;
    height: 32px;
    line-height: 32px;
    display: block;
}

.box7 h3 span {
    border-bottom: 2px solid #3694f8;
    height: 30px;
    width: 50px;
    display: block;
}

.box7 dl dd {
    padding: 6px 10px;
    background: #f7f7f7;
    margin: 6px 0;
    height: 32px;
}

.box7 dl dd span {
    padding-top: 3px;
}

.box8 {
    width: 820px;
}

.box8 dl dd {
    width: 250px;
    float: left;
}

.box8 dl dd img {
    width: 250px;
    height: 110px;
}

.box5 {
    width: 260px;
}

.box5 h5 {
    height: 32px;
    line-height: 32px;
    position: relative;
    border-bottom: 1px solid #4586fc;
}

.box5 h5 span {
    position: absolute;
    left: 16px;
    bottom: -1px;
    width: 100%;
    height: 33px;
    line-height: 33px;
    padding-left: 40px;
    background: url(../images/title_icon1.png) no-repeat left bottom;
}

.box5 h5 span label {
    font-size: 16px;
    color: #4586fc;
    float: left;
    font-weight: normal;
}

.box5 ul li {
    height: 32px;
    line-height: 32px;
    background: url(../images/btn_bg1.png) no-repeat;
    margin: 10px 0px;
}

.box5 ul li a {
    display: block;
    width: 100%;
    text-align: center;
}

.box6 {
    width: 250px;
}

.box6 ul li a {
    display: block;
    width: 230px;
}


/*  
    .box7{width: 370px;margin-left: 40px;}
    .box7 dl dd span{line-height: 30px;}
    .box7 ul li a{display: block;width: 220px;}
        .zt a:nth-of-type(odd){float: left ;}
        .zt a:nth-of-type(even){float: right ;}
    
    .box8{width: 550px;}
    .box8 label{display: block;height: 230px;width: 25px;padding-top: 50px; background:#3694f8;color: #fff;font-size: 18px;}
    .box8 label span{width: 100%; text-align: center;font-size: 40px;}
    .box8 label em{width: 100%;text-align: center;margin-top: 10px;}
    .box8 dl{margin-left: 10px;width: 500px;}
    .box8 dl dd{width: 60px; height: 50px;border: 1px solid #ddd;margin-right: 10px;margin-bottom: 10px; border-radius:5px;color: #555;padding: 3px;float: left;}
    .box8 dl dd:hover{border: 1px solid #cd0200; }
    .box8 dl dd span{font-size: 24px;text-align: center;color: #685d60;}
    .box8 dl dd span:hover{color: #3694f8;}
    .box8 dl dd a i{font-size: 10px;text-align: center;display: block;}
*/

.box9 {}

.box9 img {
    /*    width: 330px;
    height: 75px;*/
}


/*图片间隔*/

.pl_tp {
    margin-bottom: 20px;
}

.hltp {
    margin: 0px;
}

.marg_img {
    margin-left: 20px;
}

.marg-5px {
    margin-top: 5px;
}

.marg-13px {
    margin-top: 13px;
}

.marg-15px {
    margin-top: 15px;
}

.box-1 {
    overflow: hidden;
    margin-bottom: 20px;
}

.box-1 ul li {
    overflow: hidden;
    padding-left: 5px;
    height: 28px;
    line-height: 28px;
}

.box-1 h2 {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
}

.box-1 h2 em {
    margin-left: 15px;
}

.box-1 h2 em span {
    font-size: 12px;
}

.box-2 {
    width: 490px;
}

.box-2 img {
    width: 490px;
    margin-bottom: 10px;
}

.box-2 img.t2 {
    width: 230px;
}

.box10 {}

.box10 ul li {
    float: left;
    width: 172px;
    height: 150px;
}

.box10 img {
    width: 100%;
    height: 120px;
}

.box10 .title a {
    display: block;
    margin-top: 5px;
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    overflow: hidden;
    text-align: center;
}

.box11 dl dd {
    width: 173px;
    height: 42px;
    display: block;
    text-align: center;
    line-height: 42px;
    margin-right: 10px;
}

.box11 dl dd a {
    color: #3694f8;
    height: 42px;
    width: 100%;
    display: block;
    background: #f5f5f5;
    border: 1px solid #ddd;
}

.box11 dl dd a span {
    padding-right: 10px;
}


/*
    .box11 dl dd.bg_col1{background: #d9534f;}  
    .box11 dl dd.bg_col2{background: #5bc0de;}  
    .box11 dl dd.bg_col3{background: #4765a0;}  
    .box11 dl dd.bg_col4{background: #1abc9c;}  
    .box11 dl dd.bg_col5{background: #5cb85c;}
    .box11 dl dd.bg_col6{background: #f0ad4e;}      
    */

.box12 {
    width: 400px;
}

.box12 dl dd {
    width: 90px;
    height: 90px;
    float: left;
    margin-right: 6px;
    border-radius: 10px;
    display: block;
}

.box12 dl dd em {
    width: 85px;
    height: 70px;
    background: #f5f5f5;
    ;
    display: block;
}

.box12 dl dd em span {
    color: #3694f8;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
    font-weight: 0;
}

.box12 dl dd i {
    display: block;
    text-align: center;
    color: #3694f8;
}

.box13 p {
    height: 45px;
}

.box13 a {
    display: block;
    width: 160px;
    height: 45px;
    background: #f5f5f5;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ddd;
}

.box13 a em {
    display: block;
    width: 100%;
    padding-top: 12px;
    margin: 0 auto;
}

.box13 a em span {
    padding-right: 10px;
}

.so {
    width: 350px;
    height: 35px;
    padding: 5px 0 0 20px;
    text-align: center;
}

.box51 dl dd {
    padding: 10px;
    background: #f7f7f7;
    margin: 6px 0;
    height: 42px;
}

.box51 dl dd a {
    display: block;
    color: #2d374b;
    width: 100%;
    height: 20px;
    line-height: 20px;
}

.box51 dl dd a span {
    color: #4586fc;
    padding-top: 2.5px;
}

.box51 img {
    width: 120px;
    height: 70px;
}

.box51 img#wx2 {
    width: 430px;
    height: 430px;
    display: none;
    /*position:absolute;left: 300px;top: 50px;*/
}

.so label {
    line-height: 25px;
}

.so input {
    height: 26px;
    width: 200px;
    border: 1px solid #ddd;
    border-top-left-radius: 10px;
    float: left;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0px;
    border-right-width: 0px;
    padding-left: 10px;
    background-color: transparent;
    border-top-style: solid;
}

.so a {
    border: 1px solid #ddd;
    display: block;
    float: left;
    border-left: none;
    width: 45px;
    height: 26px;
    line-height: 26px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-right-width: 1px;
    border-right-style: solid;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: transparent;
    background-image: url(../images/so.png);
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
}


/*友情链接*/

.links {
    height: 55px;
    line-height: 55px;
    padding-left: 40px;
    padding-top: 11px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
}

.links select {
    background-color: #fafafa;
    width: 220px;
    margin-right: 25px;
    height: 33px;
    border-color: #e5e5e5;
}


/*脚*/

footer {
    text-align: center;
    z-index: -1;
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    margin-top: 30px;
    font-size: 12px;
    line-height: 25px;
}

.foot_box {
    overflow: hidden;
}

.foot_box1 {
    width: 22%;
    text-align: right;
}

.foot_box2 {
    width: 56%;
    text-align: center;
}

.foot_box3 {
    width: 22%;
    text-align: left;
}

.footer p {
    color: #6c7388;
    text-align: center;
}


/*首页滚动*/

.nyjy {
    clear: both;
    margin: 10px 0;
    height: 240px;
}

.nyjy h2 {
    padding-left: 35px;
    height: 35px;
    line-height: 35px;
    border-bottom: 2px solid #0fa235;
    margin-bottom: 5px;
    color: #0fa235;
    font-weight: bold;
}

.nyjy h2 a.more {
    color: #C3C3C3;
    font-size: 14px;
}

.RollImg {
    width: 100%;
    height: 215px;
    margin-top: 10px;
}

img {
    border: none;
}

.picMarquee-left {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.picMarquee-left .pic_bd {
    padding-top: 10px;
    margin: 0;
    width: 100%;
}

.picMarquee-left .pic_bd ul {
    overflow: hidden;
    zoom: 1;
    width: 100%;
}

.picMarquee-left .pic_bd ul li {
    margin-left: 10px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    height: 215px;
}

.picMarquee-left .pic_bd ul li .pic {
    text-align: center;
    width: 250px;
    height: 165px;
}

.picMarquee-left .pic_bd ul li .pic img {
    height: 165px;
    width: 250px;
    display: block;
    padding: 2px;
    margin: 0;
    border: 0;
    padding: 0;
}

.picMarquee-left .pic_bd ul li a {
    width: 250px;
    height: 30px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #000;
}

.picMarquee-left .pic_bd ul li .pic a:hover img {
    border-color: #999;
}

.picMarquee-left .pic_bd ul li .title {
    line-height: 24px;
    line-height: 30px;
    overflow: hidden;
}


/* 通知公告 */

.txtMarquee-left {
    width: 930px;
    position: relative;
    padding-right: 20px;
}

.txtMarquee-left .bd {
    padding: 10px;
}

.txtMarquee-left .bd .tempWrap {
    width: 930px;
    !important;
}


/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */

.txtMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.txtMarquee-left .bd ul li {
    margin-right: 20px;
    float: left;
    height: 24px;
    line-height: 24px;
    text-align: left;
    _display: inline;
    width: auto !important;
}


/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */

.txtMarquee-left .bd ul li span {
    color: #999;
}

.slideTxtBox .hd dl dd.wxw_dd {
    width: 250px;
    font-size: 16px;
    position: absolute;
    left: 16px;
    bottom: -1px;
    height: 33px;
    line-height: 33px;
    padding-left: 40px;
    background: url(../images/title_icon3.png) no-repeat left bottom;
}

.slideTxtBox .hd dl dd.wxw_dd2 {
    width: 180px;
    text-align: center;
    padding-left: 0px;
}


/*搜索*/

div.input_search {
    float: right;
    height: 38px;
    line-height: 38px;
}

div.input_search input {
    width: 150px;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border linear 0.2s, box-shadow linear 0.2s;
    border-radius: 4px 0 0 4px;
    padding: 4px 6px;
    line-height: 20px;
    color: #555555;
}

div.input_search button {
    font-weight: normal;
    margin-left: -7px;
    border-radius: 0 4px 4px 0;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    cursor: pointer;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
}

div.head_cen {
    height: 360px;
}

a.new_ts {
    color: #CC0000;
}

.slideTxtBox .hd dl dd.wxw_dd1 {
    width: 130px;
    font-size: 16px;
    position: absolute;
    left: 16px;
    bottom: -1px;
    height: 33px;
    line-height: 33px;
    padding-left: 20px;
    color: #FFF;
    /*background: url(../images/title_icon3.png) no-repeat left bottom;*/
}

box50 {
    width: 260px;
}

.box50 h5 span {
    position: absolute;
    /* left: 16px;*/
    bottom: -1px;
    width: 100%;
    height: 33px;
    line-height: 33px;
    padding-left: 10px;
    /* background: url(../images/title_icon1.png) no-repeat left bottom;*/
    color: #FFF;
}

.box50 h5 span label {
    font-size: 16px;
    color: #4586fc;
    float: left;
    font-weight: normal;
    background: #3694f8;
    width: 130px;
    color: #FFF;
    padding-left: 20px;
}

.box50 h5 {
    height: 32px;
    line-height: 32px;
    position: relative;
    border-bottom: 1px solid #4586fc;
}


/*信息公开树形框*/

.border {
    border: 1px solid #e7e7e7;
}

.box510 {
    padding: 0px 10px 10px 10px;
    width: 258px;
    margin-top: 10px
}

.box510 h3 {
    border-bottom: 1px dotted #e4e9f0;
    text-align: center;
    height: 32px;
    line-height: 32px;
    display: block;
}

.box51 h3 span {
    border-bottom: 2px solid #dd0000;
    height: 32px;
    width: 100px;
    display: block;
}

.box510 dl dd {
    background: #db4b4e;
    margin: 0px 0px 10px 0px;
    height: 47px;
    line-height: 47px;
}

.box510 dl dd a {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.box61 {
    width: 530px;
    margin-left: 15px;
}

.box61 .hd dl dd {
    width: 173px;
}

.box61 ul li a {
    display: block;
    width: 305px;
}

.box71 {
    width: 220px;
    margin-left: 20px;
}

.box71 dl dd span {
    line-height: 30px;
}

.box71 .zt_right {
    width: 190px;
}

.box71 .zt_right p {
    font-weight: bold;
    color: #812e2e;
    margin-bottom: 5px;
}

.box71 .zt_right a {
    float: left;
    display: block;
    width: 50%;
    line-height: 26px;
}

dl.box_nav dd.on1 {
    background: #db4b4e;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
}

.zTreeDemoBackground {
    overflow: auto;
    height: 240px;
}

.box61 ul {margin:10px 0px;}
.box61 ul li {
    width: 100%;
    overflow: hidden;
    padding-left: 5px;
    height: 35px;
    line-height: 35px;
}


/*滑动*/

#box61 .hd {
    position: relative;
    height: 41px;
    background: url(../images/bg_nav2_03.png) repeat-x;
}

#box61 .hd dl {
    float: left;
    position: absolute;
    left: 0px;
    top: -1px;
    height: 41px;
    line-height: 41px;
}

#box61 .hd dl dd {
    float: left;
    cursor: pointer;
    text-align: center;
    width: 100px;
    border-bottom: 1px solid #e7e7e7;
}

#box61 .hd dl dd.on {
    background: #dd0000;
    color: #d20a0a;
    background: url(../images/bg_tl_03.png) repeat-x;
}

#box61 .bd {
    padding: 0px 10px;
}

#box61 .hd {
    position: relative;
    height: 41px;
    background: url(../images/bg_nav2_03.png) repeat-x;
    border-bottom: none;
}

#box61 .hd dl dd {
    width: 173px;
}
.border-right {
    border-right: 1px solid #e7e7e7;
}

.tjxx
{
    text-align: center;
    font-size: 12px;
    position: relative;
    top: -20px;
    color: #006699;
}
.tjxx .divdx
{
   width:70%;
   margin :0px auto;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #808080;    
    padding: 10px auto;
    height: 40px;
}
.tjxx span
{
    color: #CC0000;
    margin: 0px 5px;
}
/*图片效果*/
.jpg-show img:hover
        {
            transform: scale(1.03);
        }
.jpg-show img#wx2:hover
{
    transform: scale(.98);
}
.overflow img:hover
        {
            transform: scale(1.03);
        }
.pic img:hover
        {
            transform: scale(1.03);
        }
