@charset "utf-8";

/*! block njdaily/base.css */
html {
  color: #252525;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
body,
button,
input,
select,
textarea {
  font: 12px/1.5 tahoma, arial, "Hiragino Sans GB", \5b8b\4f53;
}
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: inherit;
}
fieldset,
img {
  border: 0;
}
iframe {
  display: block;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
q:before,
q:after {
  content: "";
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a {
  color: #252525;
}
a:hover {
  color: #b50800;
  text-decoration: underline;
}
ins,
a {
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
.f-cb:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.f-cb {
  zoom: 1;
}
.f-dn {
  display: none;
}
.f-ib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.f-db {
  display: block;
}
.f-fl,
.f-fr {
  display: inline;
}
.f-fl {
  float: left;
}
.f-fr {
  float: right;
}
.f-pr {
  position: relative;
}
.f-prz {
  position: relative;
  zoom: 1;
}
.f-pa {
  position: absolute;
}
.f-mt0 {
  margin-top: 0 !important;
}
.f-mb0 {
  margin-bottom: 0 !important;
}
.f-pt0 {
  padding-top: 0 !important;
}
.f-pb0 {
  padding-bottom: 0 !important;
}
.f-oh {
  overflow: hidden;
}
.f-ff0 {
  font-family: "Microsoft YaHei", \5fae\8f6f\96c5\9ed1, arial, \5b8b\4f53;
}
.f-ff1 {
  font-family: "Microsoft YaHei", \5fae\8f6f\96c5\9ed1, \9ed1\4f53, arial,
    \5b8b\4f53;
}
.f-fs12 {
  font-size: 12px;
}
.f-fs14 {
  font-size: 14px;
}
.f-fwn {
  font-weight: normal;
}
.f-fwb {
  font-weight: bold;
}
.f-tal {
  text-align: left;
}
.f-tac {
  text-align: center;
}
.f-tar {
  text-align: right;
}
.f-taj {
  text-align: justify;
  text-justify: inter-ideograph;
}
.f-vam,
.f-vama * {
  vertical-align: middle;
}
.f-wsn {
  word-wrap: normal;
  white-space: nowrap;
}
.f-pre {
  overflow: hidden;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}
.f-wwb {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}
.f-ti {
  overflow: hidden;
  text-indent: -30000px;
}
.f-ti2 {
  text-indent: 2em;
}
.f-lhn {
  line-height: normal;
}
.f-tdu,
.f-tdu:hover {
  text-decoration: underline;
}
.f-tdn,
.f-tdn:hover {
  text-decoration: none;
}
.f-toe {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.f-csp {
  cursor: pointer;
}
.f-csd {
  cursor: default;
}
.f-csh {
  cursor: help;
}
.f-csm {
  cursor: move;
}
.f-usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.f-linear {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fcfcfc),
    to(#ccc)
  );
  background: -moz-linear-gradient(top, #fcfcfc, #ccc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc',endColorstr='#cccccc');
  background: -o-linear-gradient(top, #fcfcfc, #ccc);
  background: -ms-linear-gradient(top, #fcfcfc, #ccc);
  background: linear-gradient(top, #fcfcfc, #ccc);
}
.f-linear-light {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fcfcfc),
    to(#eee)
  );
  background: -moz-linear-gradient(top, #fcfcfc, #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc',endColorstr='#eeeeee');
  background: -o-linear-gradient(top, #fcfcfc, #eee);
  background: -ms-linear-gradient(top, #fcfcfc, #eee);
  background: linear-gradient(top, #fcfcfc, #eee);
}

/* -------- 统一导航与页脚 -------- */
.footer-wrap {
  background-color: #888;
}
.footer {
  width: 1000px;
  margin: 0 auto;
  padding: 18px 0 12px;
}
.footer p {
  text-align: center;
  color: #c9c9c9;
  line-height: 24px;
}
.footer p a {
  color: #c9c9c9;
}
.footer-bottom-wrap {
  margin: 0;
  background-color: #252525;
}
.footer-bottom {
  width: 1000px;
  margin: 0 auto;
}
.footer-bottom p {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #c9c9c9;
}
.navbar {
  height: 75px;
  margin: 0 auto;
  background-color: #e32217;
  margin: auto;
  width: 1000px;
}
.navbar ul li {
  float: left;
  width: 25%;
  height: 75px;
  line-height: 80px;
  font-size: 24px;
  text-align: center;
}
.navbar ul li a {
  color: #fff;
  display: inline;
  font-size: 23px;
  font-weight: bold;
  text-decoration: none;
  font-weight: bold;
  font-weight: bold;
  font-family: "微软雅黑";
}
.navbar ul li a:hover {
  text-decoration: underline;
}

/* -------- 具体模板样式 -------- */
body {
  font-family: "微软雅黑";
  background: url(../img/bg.jpg); /*background:url(bg.jpg) center top no-repeat;*/
  min-width: 1000px;
}
.banner {
  height: 659px;
}
.wrap {
  width: 1000px;
  margin: 0 auto; /*background:url(wrap.jpg) center top no-repeat;*/
}
.main-00 {
  padding-top: 30px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
.main-img {
  width: 500px;
  float: left;
}
.main-img img{
  width: 100%;
}
.main-00 ul {
  width: 460px;
  float: left;
  padding-left: 32px;
}
.clearfix {
  zoom: 1;
}
.main-00 li {
  font-size: 22px;
  padding-right: 12px;
  box-sizing: border-box;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-00 h1 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}
.clearfix::after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
}
.main-01 {
  padding-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.main-01 .list {
  padding-top: 20px;
}
.main-01 .list .left {
  width: 500px;
  height: 280px;
}
.main-01 .list .left img {
  width: 500px;
  height: 280px;
}
.main-01 .list .right {
  width: 500px;
}
.main-01 .list .right ul li {
  padding-left: 32px;
  /* background: url(../img/ul-li.png) 21px 28px no-repeat; */
  white-space: normal;
  margin-bottom: 28px;
}
.main-01 .list .right ul a {
  font-size: 22px;
}
.more {
  color: #ff302e;
  font-size: 22px;
  margin-top: 10px;
}

.main-02 {
  padding-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.main-02 .list {
  padding-top: 35px;
}
.main-03 .list{
  padding-top: 20px;
}
.main-03 .list li{
  white-space: normal;
  margin-bottom: 28px;
  font-size: 22px;
  width: 500px;
  float: left;
  list-style: none;
}
.main-02 .list .left {
  width: 300px;
  height: 200px;
}
.njnewsGallery {
  height: 200px;
  overflow: hidden;
  position: relative;
  width: 300px;
  z-index: 9999;
  margin-top: 5px;
}
.njnewsGallery .controls {
  bottom: 8px;
  height: 12px;
  position: absolute;
  right: 0;
  z-index: 9999;
}
.njnewsGallery .controls ul {
  height: 12px;
}
.njnewsGallery .controls ul li {
  float: left;
  height: 12px;
  margin-right: 6px;
  width: 12px;
}
.njnewsGallery .controls ul li a {
  background-color: #d6d6d6;
  display: block;
  font-size: 12px;
  height: 10px;
  line-height: 12px;
  opacity: 1;
  text-indent: -1000em;
  width: 10px;
  border-radius: 10px;
}
.njnewsGallery .controls ul li a.cur {
  background-color: #b50800;
}
.njnewsGallery .item {
  height: 200px;
  position: relative;
  width: 300px;
}
.njnewsGallery .item .pic {
  height: 200px;
  left: 0;
  position: absolute;
  top: 0;
  width: 300px;
}
.njnewsGallery .item .info {
  background: rgba(0, 0, 0, 0) url("../img/ui-picnews-title.png") repeat scroll
    0 0;
  bottom: 0;
  height: 30px;
  left: 0;
  position: absolute;
  width: 300px;
  z-index: 9998;
}
.njnewsGallery .item .info .title {
  height: 30px;
  line-height: 30px;
  padding-left: 14px;
}
.njnewsGallery .item .info .title a {
  color: #f3f3f3;
  font-size: 16px;
}
.njnewsGallery .item .info .title a:hover {
  color: #fff;
  text-decoration: none;
}
.main-02 .list .right {
  width: 700px;
}
.main-02 .list .right ul li:first-child {
  line-height: 24px;
}
.main-02 .list .right ul li {
  padding-left: 40px;
  height: 60px;
  line-height: 60px;
}
.main-02 .list .right ul a {
  font-size: 22px;
}

.main-03 {
  padding-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

.main-04 {
  padding-top: 60px;
  padding-bottom: 80px;
  border-bottom: 1px solid #ccc;
}
.main-04 .list {
  padding: 40px 0 0px 0;
}
.main-04 .list .left {
  position: relative;
}
.main-04 .list .left .video-pic {
  position: absolute;
  left: 230px;
  top: 95px;
}
.main-04 .list .right {
  width: 210px;
  margin-right: 60px;
}
.main-04 .list p {
  color: #959595;
  font-size: 20px;
  font-weight: bold;
  height: 80px;
  line-height: 80px;
  text-align: center;
  white-space: nowrap;
}

.main-05 {
  padding-top: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.main-05 .box {
  background: #f5f5f5;
  padding: 20px;
  margin: 20px 0;
}
.main-05 .box h1 {
  font-weight: bold;
  font-size: 30px;
}

.main-06 {
  padding-top: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.main-06 .info {
  height: 255px;
  border-bottom: 1px solid #ccc;
  margin-top: 40px;
}
.main-06 .info .box {
  width: 325px;
}
.main-06 .info .box img {
  width: 325px;
  height: 205px;
}
.main-06 .info .box p {
  text-align: center;
  font-size: 18px;
  color: #5d5d5d;
  font-family: "微软雅黑";
  line-height: 45px;
  height: 45px;
}

.main-06 .list {
  height: 270px;
  width: 1000px;
}
.mar_12 {
  margin: 0px 12px;
}
.main-06 .list ul li {
  background: rgba(0, 0, 0, 0) url("../img/dot.gif") no-repeat scroll left
    center;
  font-size: 20px;
  height: 55px;
  line-height: 55px;
  padding-left: 20px;
  width: 980px;
}
.main-06 .more {
  color: #ff302e;
  font-size: 22px;
  position: absolute;
  right: 0px;
  bottom: 20px;
}
