@charset "UTF-8";
/*
    Css for PEL,    ver 1.0
    CopyRight By Dongyi Network Technology CO.,Ltd Design Center

    本网站通用布局
*/
/* Css Reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    vertical-align: top;
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
    font-weight: normal;
    font-style: normal;
}
ol,
ul,
li {
    list-style: none;
}
div,
dl,
dt,
dd,
ol,
ul,
li {
    zoom: 1;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before,
q:after {
    content: '';
}
abbr,
acronym {
    border: 0;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
time {
    margin: 0;
    padding: 0;
    display: block;
    zoom: 1;
}
/* Public */
body {
    color: #333;
    font-size: 16px;
    line-height: 1.8;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
    text-align: center;
    -webkit-text-size-adjust: none;
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #E20500;
    text-decoration: underline;
}
.clearbox {
    border: none;
    border-top: 1px solid transparent !important;
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin-top: -1px !important;
    visibility: hidden;
}
.blank {
    display: block;
    height: 10px;
    font-size: 0px;
    line-height: 0;
    overflow: hidden;
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearfix {
    height: 1%;
}
* + html .clearfix {
    min-height: 1%;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.hide {
    display: none;
}
input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
/* frame */
html {
    background: #F3F3F3;
}
body {
    text-align: center;
    min-width: 1078px;
}
.siteWidth {
    position: relative;
    max-width: 1078px;
    _width: 1078px;
    margin: 0 auto;
    text-align: left
}
.topBar {
    height: 28px;
    line-height: 28px;
    background: url(../img/topbar.jpg);
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    overflow: hidden
}
.topBar .links {
    float: right;
}
.topBar .links a {
    margin: 0 10px;
}
#header {
    background: url(../img/header.jpg) center 0 no-repeat #BB0000
}
#header .siteWidth {
    padding: 197px 0 11px 0;
    ;
}
#logoSite{
    position: absolute;
    left: 0;
    top: 13px;
}
#logo{
    position: absolute;
    left: 200px;
    top: 99px;
}
.nav {
    height: 60px;
    line-height: 60px;
}
.nav ul {
    overflow: hidden;
}
.nav li {
    float: left;
    font-size: 20px;
}
.nav li a {
    color: #fff47f;
    display: block;
    padding: 0 22px;
}
.nav li a:hover {
    background: #ce0001;
    text-decoration: none;
}
.nav .split {
    width: 2px;
    height: 60px;
    overflow: hidden;
    background: url(../img/icons.png) 0 25px no-repeat;
}
#content {
    background: #fff;
    width: 1018px;
    padding: 15px 30px 30px;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
}
#footer {
    border: 1px solid #C3C3C3;
    background: #E2E2E2;
    font-size: 14px;
    padding: 20px 0 40px 0;
}
#footer .siteWidth {
    text-align: center;
}
#footer .footNav {
    padding-bottom: 10px;
}
#footer .footNav a {
    margin: 0 6px;
}

#footer .footDzjg {
    left: 108px;
    top: 8px;
    position: absolute;
    z-index: 1;
    width: auto;
    float: left;
}

.leaderList li a{pointer-events: none;}

/* 首页 ----------------------------------*/
.focusBox {
    width: 540px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 20px;
}
.focusBox .hd {
    position: absolute;
    z-index: 1;
    right: 5px;
    bottom: 39px;
}
.focusBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.focusBox .hd ul li {
    float: left;
    margin-right: 6px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    border-radius: 19px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    font-size: 12px;
}
.focusBox .hd ul li.on {
    background: #FF6633;
    color: #fff;
}
.focusBox .bd {
    height: 306px;
    position: relative;
    overflow: hidden;
}
.focusBox .bd li {
    position: relative;
}
.focusBox .bd .pic {
    position: relative;
    z-index: 0;
}
.focusBox .bd .pic img {
    width: 540px;
    height: 306px;
}
.focusBox .bd .con {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.focusBox .bd .con .title {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.focusBox .bd .con .title a {
    color: #fff;
}
.focusBox .bd .con .titleBg {
    position: absolute;
    width: 100%;
    z-index: 0;
    bottom: 0;
    left: 0;
    background: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    height: 34px;
}
/* indBox */
.indBox {
    margin-bottom: 20px;
}
.indBox .iHd {
    height: 42px;
    line-height: 42px;
    padding: 0 0 12px 17px;
    overflow: hidden;
    background: url(../img/box-bg.png) 0 0 no-repeat;
}
.indBox .iHd .more {
    float: right;
    font-size: 14px;
    color: #fff;
    padding: 10px 2px 0 0;
}
.indBox .iHd h3 {
    font-size: 24px;
    width: 144px;
    text-align: center;
}
.indBox .iHd h3 a {
    color: #fff;
}
.indBox .iBd {
    padding: 12px 0 0 17px;
    overflow: hidden;
}
#indZxxw .iHd {
    background-position: 0 -100px
}

.specialList{ overflow: hidden; margin: 0 -10px; }
.specialList li{ float: left; margin: 0 10px; }
.specialList li .pic img{ width: 320px; height: 60px; }
.specialList li .tit{ display: none; }

#flfgbox {width:480px;float:left;}


#zcjdbox {width:480px;float:right;}





/* box */

.box .hd{height: 45px; line-height: 45px; border-bottom: 1px solid #c5c5c5; }
.box .hd .more{float: right; font-size:14px;color:#999; }
.box .hd .more a{color:#999;}
.box .hd a.icolink{background: #146ac1; color: #fff;  padding: 5px 10px;  border-radius: 4px; margin-left: 2em;}
.box .hd h3{position: relative; z-index: 1; overflow: hidden; width: auto; float: left; margin-bottom: -1px; padding: 0 18px 7px; height: 36px; line-height: 36px; font-size: 20px; font-weight: bold; color: #e50000; border-bottom: 3px solid #e50000;}
.box .hd h3 a{color:#e50000;}
.box .hd h3 a:hover{text-decoration:none;}
.box .hd .tabList li{position: relative; z-index: 1; width: auto; float: left; margin:0 12px -1px 0; padding: 0 18px 7px; height: 36px; line-height: 36px; font-size: 20px;}
.box .hd .tabList li a:hover{text-decoration:none;}
.box .hd .tabList .on{ color: #e50000; border-bottom: 3px solid #e50000;}
.box .hd .tabList .on a{color:#e50000;}
.box .bd{overflow:hidden;padding:10px 0 0; }

/* newsTpList */
.newsTpList {
    overflow: hidden;
    zoom: 1;
}
.newsTpList .t {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}
.newsTpList .t .title {
    margin-bottom: 9px;
    font-size: 23px;
    line-height: 36px;
    height: 72px;
    overflow: hidden;
}
.newsTpList .t .title a {
    color: #e50000
}
.newsTpList .t .intro {
    color: #888;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
}
.newsTpList .n {
    height: 34px;
    line-height: 34px;
    padding-left: 13px;
    background: url(../img/icons.png) 0 -77px no-repeat;
    overflow: hidden;
}
.newsTpList .n .date {
    float: right;
    color: #999
}

/* infoList */
.infoList {
    overflow: hidden
}
.infoList li {
    height: 34px;
    line-height: 34px;
    overflow: hidden;
}
.infoList li a {
    padding-left: 13px;
    background: url(../img/icons.png) 0 -84px no-repeat;
}
.infoList li .date {
    float: right;
    color: #999
}
#indZyjs .infoList li {
    width: 480px;
    float: left;
}
#indZyjs .infoList .libg {
    float: right;
}
/* tpList */
.tpList {
    overflow: hidden;
}
.tpList .t {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}
.tpList .t .title {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
    font-weight: bold;
    margin-bottom: 10px;
}
.tpList .t .title a {
    color: #555;
    background:none;
}
.tpList .t .intro {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
}
#indJcdt .tpList,
#indZtkt .tpList {
    margin-right: -80px;
}
#indJcdt .tpList .t,
#indZtkt .tpList .t {
    float: left;
    width: 480px;
    margin-right: 40px;
}
#indJcdt .infoList li {
    width: 480px;
    float: left;
}
#indJcdt .infoList .libg {
    float: right;
}
/* picListFl */
.picListFl {
    overflow: hidden;
    margin-right: -40px;
}
.picListFl li {
    float: left;
    width: 220px;
    margin: 0 38px 40px 0;
}
.picListFl li .pic img {
    width: 100%;
    height: auto;
}
.picListFl li .title {
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    padding-top: 5px;
}
/* 文章列表页 ----------------------------------*/
.side {
    float: left;
    width: 230px;
}
.mainContent {
    float: right;
    width: 765px;
}
.sideBox {
    margin-bottom: 20px;
}
.sideBox .hd {
    height: 40px;
    line-height: 40px;
    background: #E1342D;
    color: #fff;
    font-size: 20px;
    padding: 0 10px;
}
.sideBox .bd {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 10px;
    overflow: hidden;
}

#sideMenu {
    margin-bottom: 20px;
}
#sideMenu .hd {
    height: 40px;
    line-height: 40px;
    background: #E1342D;
    color: #fff;
    font-size: 20px;
    padding: 0 10px;
}
#sideMenu .bd {
    overflow: hidden;
}

#sideMenu .bd{padding: 0 0 0;}
#sideMenu .menuList{ margin-top: -8px; }
#sideMenu .li1{ position: relative; margin-top:8px; font-size:16px; text-align:left; vertical-align:top;}
#sideMenu .h1 i{ position: absolute; right: 11px; top: 11px; width: 14px; height: 14px; cursor: pointer; }
#sideMenu .h1 i:before{ position: absolute; content: ""; left: 0; top: 6px; width: 100%; height: 2px; background: #f4f4f4; }
#sideMenu .h1 i:after{ position: absolute; content: ""; left: 6px; top: 0; width: 2px; height: 100%; background: #f4f4f4; }
#sideMenu .h1 i.down:after{ display: none; }
#sideMenu .a1{display:block; padding: 3px 45px 3px 22px; line-height: 30px; color: #333; -webkit-transition:200ms; -moz-transition:200ms; -o-transition:200ms; transition:200ms;  border: 1px solid #e9e9e9; }
#sideMenu .a1:hover{text-decoration:none; letter-spacing:1.4px; background-color: #E1342D;}
#sideMenu .on1 .a1,#sideMenu .on1 .a1:hover{background-color:#E1342D; }
#sideMenu .ul1{ display: none; padding: 5px 0 0; }
#sideMenu .li2{ margin-bottom: 5px; border-bottom: 1px dotted #ddd; }
#sideMenu .last2{ border-bottom: none; }
#sideMenu .a2{ display: block; font-size: 14px; line-height: 18px; padding: 6px 15px 6px 40px; text-decoration: none; background: url(../img/icons.png) 26px -80px no-repeat; }
#sideMenu .on2 .a2{ color: #E1342D; }

.mainBox {
    padding-top: 8px;
}
.mainBox .mHd {
    height: 32px;
    line-height: 32px;
    background: #F1ECE9;
    position: relative;
    margin-bottom: 10px;
}
.mainBox .mHd h3 {
    position: absolute;
    height: 40px;
    line-height: 40px;
    top: -8px;
    background: url(../img/mainbox.png) right 0 no-repeat #E1342D;
    padding: 0 30px 0 20px;
    font-size: 20px;
    color: #fff;
}
.mainBox .mHd h3 a{
    color: #fff;
}
.mainBox .mHd .path {
    position: absolute;
    right: 10px;
    font-size: 12px;
    color: #666;
}
.path {
    height: 32px;
    line-height: 32px;
}
.path a,
.path span {
    margin: 0 5px;
    color: #666
}
/* newsList */
.newsList {
    padding: 0 10px;
}
.newsList li {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    padding-left: 14px;
    background: url(../img/icons.png) 0 -74px no-repeat;
}
.newsList .split {
    background: none;
    border-bottom: 1px dotted #ccc;
    height: 1px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    margin: 15px 0;
}
.newsList .date {
    float: right;
    margin-left: 10px;
    color: #999;
}


.newsList li .address{float:right; margin:7px 0; margin-left:15px;padding:0 8px; font-size:12px; line-height:22px; color:#fff; border-radius:5px; background:#E1342D; }
.newsList li .address:hover{text-decoration:none;background:#c00; }

/* url_方块样式分页 */
.page {
    font-size: 0;
    text-align: left;
    padding: 25px 0;
    clear: both;
    line-height: 34px;
}
.page a,
.page span {
    font-size: 14px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 1px solid #E1E1E1;
    padding: 0 15px;
    margin-right: 5px;
}
.page a:hover {
    border: 1px solid #E1342D;
    text-decoration: none;
    color: #E1342D;
}
.page .current {
    background: #E1342D;
    border: 1px solid #E1342D;
    color: #fff !important;
    font-weight: bold;
    padding: 0 12px;
}
.page select {
    height: 34px;
    line-height: 34px;
    padding: 0 8px;
    background: #fff;
    border: 0 solid #E1E1E1;
    vertical-align: middle;
}
.page .disabled {
    pointer-events: none;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.sidePicList {
    text-align: center;
}
.sidePicList li {
    margin-bottom: 15px;
}
.sidePicList .pic {
    padding: 1px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
}
.sidePicList .pic img {
    width: 100%
}
.sidePicList .title {
    text-align: left;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}
.infoListA li {
    line-height: 22px;
    padding: 8px 0 8px 12px;
    background: url(../img/icons.png) 0 -74px no-repeat;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
    font-size: 14px;
}
.infoListA .date {
    float: right;
    color: #999;
    font-size: 12px;
    margin-left: 15px;
}
.infoListA .last {
    border-bottom: 0
}
.picList li {
    margin-bottom: 15px;
    font-size: 14px;
}
.picList .pic a {
    padding: 1px;
    border: 1px solid #ddd;
    display: block;
}
.picList .pic img {
    width: 100%;
}
.picList .pic a:hover {
    border-color: #bbb
}
.picList .title {
    line-height: 24px;
    padding-top: 5px;
}
.picList .last {
    margin-bottom: 0
}
/* 图片-列表页 ----------------------------------------- */
.picPageList {
    margin-right: -3%;
    overflow: hidden;
    text-align: center;
}
.picPageList li {
    border: 1px solid #ddd;
    float: left;
    width: 30%;
    margin: 1.5% 3% 2.5% 0;
    *display: inline;
    position: relative;
    background: #fff;
    overflow: hidden;
}
.picPageList .pic {
    margin: 3%;
}
.picPageList .pic img {
    height: auto;
    width: 100%;
}
.picPageList .title,
.picPageList .titleBg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 94%;
    margin: 3%;
    display: block;
    overflow: hidden;
    line-height: 28px;
    padding: 5px 0;
    height: 28px;
    z-index: 3;
    color: #fff;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
}
.picPageList .titleBg {
    background: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index: 2
}
.picPageList .title a {
    color: #fff;
    padding: 0 10px;
    display: block;
    font-size: 14px
}
.picPageList li:hover {
    border-color: #bbb;
    -webkit-box-shadow: #eee 2px 2px 0;
    -moz-box-shadow: #eee 2px 2px 0;
    box-shadow: #eee 2px 2px 0;
}
.picPageList li:hover .title,
.picPageList li:hover .titleBg {
    height: 56px;
}
/* 视频-列表页 ----------------------------------------- */
.vedioPageList {
    margin-right: -3%;
    overflow: hidden;
    text-align: center;
}
.vedioPageList li {
    float: left;
    width: 30.3%;
    margin: 1.5% 3% 2.5% 0;
    *display: inline;
}
.vedioPageList .pic {
    background: #fff;
    border: 1px solid #ddd;
    position: relative;
}
.vedioPageList .pic a {
    display: block;
    margin: 3%;
    overflow: hidden;
}
.vedioPageList .pic img {
    height: auto;
    width: 100%;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
}
.vedioPageList .pic:hover {
    border-color: #bbb
}
.vedioPageList .pic:hover img {
    transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
}



/* 文章内容页 -----------------------------------------*/
.subheading{font-size:16px;}
.noSideContent .printArea .conTxt{padding:0 30px;}
.articleCon{padding:20px 45px;text-align:left; }
.printArea .title{margin-top:20px; padding-bottom:15px; font-size:28px; font-weight: bold; line-height:1.5; text-align:center; word-wrap:break-word;}
.printArea .subheading{text-align: center; font-size: 24px; color: #666; line-height: 1.5; }
.printArea .subTitle{padding-bottom:20px;font-size:20px; text-align:center; color:#555; }
/*.printArea .property{margin:20px 0 30px; padding:6px 25px; height: 36px; line-height: 36px; overflow: hidden; font-size:14px; text-align:left; color:#666; border:1px solid #ededed; background:#fafafa; border-radius: 4px;}
.printArea .property>span{margin-right: 25px;}
.printArea .property .size a{display: inline-block; *display: inline; padding: 0 3px; height: 20px; line-height: 20px; vertical-align: middle; color: #666;  background-color: #ebebeb; border-radius: 2px;}
.printArea .property .size a:hover{background-color: #d5d4d4;}
.printArea .property .bdsharebuttonbox {float: right;}*/
.printArea .property .size { margin-right: 15px;}
.printArea .property{margin: 15px 0 30px;padding:10px 0 20px;height: auto;line-height: 20px;overflow: hidden;font-size:14px;text-align:left;color:#666;border-bottom: 1px solid #EAEDF1;border-radius: 4px;}
.printArea .property>span{margin-right: 25px;}
.printArea .property .size a{display: inline-block; *display: inline; padding: 0 5px; width:20px; text-align:center; height: 30px; line-height: 30px; vertical-align: middle; color: #666;  background-color: #fff; border:1px solid #fff; border-radius: 3px; margin:0 -2px;}
.printArea .property .size a:hover{background-color: #fff; color:#015293; border:1px solid #015293;}
.printArea .property .bdsharebuttonbox {float: right;}
.printArea .bdsharebuttonbox .hd { text-indent:0; width:auto; background:none;}
.printArea .bdsharebuttonbox .social-share .social-share-icon { background:url(../../../../base/img/icons-share2.png) 0px 0px no-repeat; margin:0 0 0 5px;}
.printArea .bdsharebuttonbox .social-share .icon-weibo { background-position: 0 -40px;}
.printArea .property .size,.printArea .property .dy{float: right;}
.printArea .property .dy{background: url(../../../../base/img/ico.png) no-repeat 0px center;padding-left: 22px;margin: 5px 25px 0 0;}
.bdsharebuttonbox .hd1{ float: left;height: 30px; line-height: 30px; background: url(../../../../base/img/icon_16.jpg) no-repeat 0px center;}



.printArea .conTxt{overflow:hidden; padding:0 0 20px 0; font-size:16px; line-height:2; color:#333; }
.printArea .conTxt img{max-width:800px; height:auto !important;}
.printArea .conTxt p{ word-wrap:break-word;}
.printArea .conTxt a{text-decoration:underline;color:blue; }
.printArea .conTxt em{font-style:italic;}
.printArea .conTxt ul{padding-left:2em; list-style:inherit;}
.printArea .conTxt ol{padding-left:2em; list-style:decimal;}
.printArea .conTxt ul li{zoom:normal; list-style:inherit; text-indent:0 !important;}
.printArea .conTxt ol li{zoom:normal; list-style:inherit; text-indent:0 !important;}
.printArea .conTxt h1{margin:.67em 0;font-size:2em; }
.printArea .conTxt h2{margin:.75em 0;font-size:1.5em; }
.printArea .conTxt h3{margin:.83em 0;font-size:1.17em; }
.printArea .conTxt h5{margin:1.5em 0;font-size:.83em; }
.printArea .conTxt h6{margin:1.67em 0;font-size:.75em; }
.printArea .conTxt h1,
.printArea .conTxt h2,
.printArea .conTxt h3,
.printArea .conTxt h4,
.printArea .conTxt h5,
.printArea .conTxt h6{font-weight:normal;}
.printArea .videoPlayer{position:relative; z-index:1500;width:800px; height:480px;margin:20px auto; text-align:center; }
.articleCon .userControl{overflow:hidden; margin-bottom:20px; padding:10px 0;font-size:14px; text-align:left; border-bottom:1px solid #ddd; }
.articleCon .userControl .a{float:left;margin:10px 10px 0 0; color:#777; }
.articleCon .userControl .bdsharebuttonbox{float:right;}
.articleCon .page{overflow:hidden;padding:10px 0; text-align:center; }
.articleCon .qrCodeBox{text-align: center; margin: 20px auto;}
.articleCon .qrCodeBox .pic{display: inline-block; *display: inline; margin:0 auto; text-align: center;}
.articleCon .qrCodeBox .title{margin-top: 10px; height: 20px; line-height: 20px; font-size: 12px; color: #999;}
.articleCon .others{margin-bottom:15px;}
.articleCon .others .prev,.articleCon .others .next{padding:8px 0; font-size: 16px;}
.auditRecordcss{display: none;}
.printArea .conTxt table p{text-indent:0;}
/* 相关信息 */
#relativeInfo{overflow: hidden; margin-bottom: 15px;}
#relativeInfo .hd h3{font-size:18px; font-weight:bold; color:#666;}
#relativeInfo .bd{margin-top:10px; padding:20px 25px; background:#f8f8f8;}
#relativeInfo .infoList li{height:auto;}


/*--
颜色代码
#BB0000 深色标题
#ddd 淡蓝色边框
--*/

/* 新css覆盖 */
body .gypublic_hdjl #header{background: url(../img/header.jpg) center bottom no-repeat;}
body .gypublic,.gypublic .ty_body{background: none;}
body .gypublic .pub_nav{width: 100%!important;}
.nav li a{padding: 0 30px;}
.siteSearch {width: 345px;float: right;height: 33px;color: #333;padding-top: 26px;margin-right: 5px;}
.keyWord {width: 261px;border: #ccc 1px solid;border-right: 0px;height: 33px;line-height: 33px;padding-left: 16px;font-size: 12px;color: #666;float: left}
.siteSearch a,.siteSearch .btn {width: 66px;height: 34px;display: block;float: right;background: #b00007;color: #fff;font-size: 14px;line-height: 35px;text-align: center;border:0;cursor: pointer;}
.indBox .iBd{padding: 0;}
.indBox .iHd{padding: 0;margin-bottom: 20px;background: #f1ece9;}
.indBox .iHd,.box .hd{height: 46px;line-height: 46px;}
.indBox .iHd h3{float:left;height: 46px;line-height: 46px;background-color: #b00007;}
.indBox .iHd h3 a{color:#fff;font-weight: 700;font-size: 18px;display: block;height: 46px;line-height: 46px;}
.indBox .iHd .more{padding: 0 10px 0 0;color: #383846;font-size: 14px;}
.focusBox,.focusBox .bd .pic img,.focusBox .bd{width: 640px;height: 330px;}
.newsTpList .n{height: 36px;line-height: 36px;}
.newsTpList{padding: 5px 0;}
.box .hd h3{height: 46px;line-height: 46px;padding: 0 15px;border-color: #b00007;}
.box .hd h3 a{font-size: 18px;color:#b00007;}
.box .hd{margin-bottom: 20px;}
.box .bd{padding: 0;}
#flfgbox,#zcjdbox{width: 570px;}
#indJcdt .tpList, #indZtkt .tpList{margin: 0;}
#indJcdt .tpList .t, #indZtkt .tpList .t{width: auto;margin: 0 0 15px;height: auto;}
.tpList .t .title a{padding: 0;font-size: 24px;}
#indJcdt .infoList li{width: 100%;height: 36px;line-height: 36px;}
.specialList li .pic img{width: 372px;height: 124px;}
#indTpxw{margin: 0;}
.gypublic .jiguan{position: absolute;}
#footer .siteWidth{width: 1200px;max-width: initial;}
.mainBox .mHd h3{top: 0;background: #b00007;}
.mainContent{width: 828px;}
body .gypublic .mainContent .mHd h3{color:#fff;padding: 0 15px;}
.side{margin-right: 20px;}
.gypublic .mainContent{border: 1px solid #e9e9e9;}
#sideMenu .menuList{margin-top: 0;}
#sideMenu .li1{margin: 0 0 20px;height: auto;line-height: 28px;}
#sideMenu .li1 .a1{height: auto;line-height: 30px;padding: 13px 45px 13px 22px;}
#sideMenu .h1 i{right: 15px;top: 22px;}
#sideMenu .li2,#sideMenu .a2{height: auto;line-height: 24px;}
#sideMenu .a2{background: url(../img/icons.png) 24px -76px no-repeat;}
.page{text-align: center;}
.articleCon .qrCodeBox .tit{margin-top: 10px;font-size: 14px;color: #999;line-height: 1;}
.gypublic .page .select input{border: none;}
.newsList li .address{margin: 17px 0;}


#indZxxw .iHd li{
    float: left;
    height: 46px;
    line-height: 46px; 
    font-size: 24px;
    width: 144px;
    text-align: center;
}
#indZxxw .iHd li.on{
  background-color: #b00007;
}

#indZxxw .iHd li a{
    font-weight: 700;
    font-size: 18px;
    display: block;
    height: 46px;
    line-height: 46px; 
    color:#333;
}
#indZxxw .iHd li.on a{
   color: #fff;
}
  #header .logo{ position: absolute; left: 0; top: 20px;  text-align: left;}
    #header .logo img{width:60%;  height: auto !important;}
