@charset "gb2312";

/* CSS Document */
/*** 公共部分 ***/
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: inherit;
    /*vertical-align: baseline;*/
    /*font-family:Verdana,Arial,Helvetica,"微软雅黑","宋体";*/
    font-family: "din", "Hiragino Sans GB", "Helvetica", "Microsoft YaHei", "微软雅黑", "宋体";
    *font-family: Verdana, Arial, Helvetica, "微软雅黑", "宋体";
}

/* HTML5 display-role reset for older browsers */
html,
body {
    font: 12px "Microsoft Yahei", Arial;
    height: 100%;
    width: 100%;
    overflow: hidden
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #4d4d4d;
    font-size: 14px;
}

a:hover {
    color: #f00
}

.clear {
    clear: both;
}

img {
    border: none;
    max-width: 100%
}

.lineBlock {
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-size: 12px;
    letter-spacing: normal;
    word-spacing: normal;
}

.empty {
    width: 1px;
    height: 100%;
    font-size: 0px;
    vertical-align: middle
}

/*** 菜单 ***/
.menu {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 100;
    display: block;
}

.menu_bg {
    width: 100%;
    height: 100%;
    background: #e2eff5;
    display: block;
    opacity: 0.7;
    filter: alpha(opacity=70);
    _filter: none;
}

.nav {
    width: 900px;
    left: 50%;
    top: 15px;
    display: block;
    position: absolute;
    margin-left:
        /*-267px*/
        -460px;
}

.nav li {
    float: left;
    margin-right: 55px;
    width: 85px;
    height: 47px;
    transition: all 1s ease-out 0s;
}

.nav li:hover {
    float: left;
    height: 90px;
}

.nav .button {
    height: 42px;
    width: 42px;
    margin: 5px auto;
    border-radius: 50px;
    text-align: center;
}

.button span {
    display: inline-block;
    padding-top: 5px;
}

.nav p {
    color: #747474;
    font-size: 14px;
    font-family: "微软雅黑";
    text-align: center;
    padding-top: 5px;
}

#content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#top {
    background: url(http://pnr.sz.gov.cn/rss/bg_home_2019tdr.jpg) no-repeat #fff;
    background-size: 100% 80%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg_home_2019tdr.jpg', sizingMethod='scale')
}

#top div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none
}

#environment,
#materials {
    background: url(http://pnr.sz.gov.cn/rss/bg_zxrl.jpg) no-repeat #fff;
    background-position: left bottom;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg_zxrl.jpg', sizingMethod='scale')
}

/*** news ***/
#news-con {
    position: absolute;
    top: 12%;
    left: 25%;
    margin: 0px auto;
    text-align: center
}

#newsList {
    white-space: nowrap
}

.con-sort-box li {
    padding: 10px 0;
    border-bottom: 1px solid #d7d5d2;
    cursor: pointer;
    text-align: left
}

.news-title {
    font-size: 15px;
    line-height: 21px;
    color: #0d6e00;
}

.news-title a {
    font-size: 15px;
    color: #577431
}

.news-date {
    margin-left: 15px;
    line-height: 12px;
    font-family: Arial;
    color: #989898
}

.news-sort-con {
    margin-top: 6px;
    font-size: 14px;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden
}

#paging {
    margin-top: 15px;
}

#paging a {
    color: #56780e
}

#newsprevPage {
    margin-right: 10px
}

#newsNextPage {
    margin-left: 10px
}

#paging a:hover {
    color: #779d26
}

.pageNum {
    margin: 0 5px;
    color: #56780e;
    cursor: pointer
}

#news li {
    border-bottom: 1px solid #999;
    height: 40px;
}

.news-title a:hover {
    color: #F30
}

#newsPages .innerBg {
    position: absolute;
    bottom: 0px;
    width: 100%
}

.T {
    font-size: 14px;
    line-height: 1.75;
    font-family: "微软雅黑";
    background: url(http://pnr.sz.gov.cn/rss/bird_cion.gif) no-repeat right;
    width: 230px
}

.T_t {
    font-size: 24px;
    color: #1c5c41;
    margin-bottom: 30px;
    text-align: left
}


.column {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%
}

.newsPage {
    padding: 20px 0;
    color: #56780e;
}

.pageInners {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #f4efe9;
}

.pageInner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden
}

#newsCon {
    position: relative;
    width: 80%;
    height: 70%;
    vertical-align: middle;
    margin-top: 100px
}

.con-con {
    position: relative;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 2px;
    overflow: hidden
}

.newsConT {
    position: absolute;
    top: -52px;
    font-size: 25px;
    color: #56780e;
    height: 25px;
    width: 100%
}

.newsConD {
    position: absolute;
    top: 0px;
    font-size: 13px;
    margin-bottom: 10px;
    height: 15px;
    width: 100%
}

.newsConC {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px
}

.newsConCBox {
    position: relative;
    width: 95%;
}

.newsScroll {
    position: absolute;
    top: 0px;
    right: 10px;
    height: 100%;
    width: 3px;
    background-color: #e0dcd6
}

.back {
    position: absolute;
    top: 18px;
    left: 30px;
    width: 44px;
    height: 30px;
    display: block;
    border-radius: 50px;
    text-align: center;
    background: #999;
    color: #fff;
    padding-top: 14px;
    ransition: all 300ms ease-in-out 0s;
    font-size: 13px;
}

.back:hover {
    background: #360;
    color: #fff;
}

.news-con .con-sort {
    position: relative;
    overflow: hidden
}

.news-photo {
    text-align: center;
    margin: 0px auto
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}


/*图标样式*/
@font-face {
    font-family: "iconfont";
    src: url('iconfont.eot?t=1561616883329');
    /* IE9 */
    src: url('iconfont.eot?t=1561616883329#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
        url('iconfont.woff?t=1561616883329') format('woff'),
        url('iconfont.ttf?t=1561616883329') format('truetype'),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
        url('iconfont.svg?t=1561616883329#iconfont') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 26px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}

.icon-meiti:before {
    content: "\e604";
}

.icon-huacesheji:before {
    content: "\e6bc";
}

.icon-haibao:before {
    content: "\e612";
}

.icon-richeng:before {
    content: "\e691";
}

.icon-zhuye:before {
    content: "\e503";
}