﻿/*-------- 公共 start ------*/
body {
  font-size: 10px;
  font-family: "微软雅黑";
}
.main {
  width: 1002px;
  min-height: 602px;
  margin: 0 auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	font-size: 0;
}
/*-------- 公共 end ------*/
/*-------- banner start ------*/
.banner img {
  display: block;
  width: 100%;
}
/*-------- banner end ------*/
/*-------- 导航 start ------*/
.navbar {
  height: 60px;
  background: #ba251e;
}
.navbar--itm a {
  display: inline-block;
  width: 120px;
  background: #ba251e;
  color: #ffffff;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
}
.navbar .active a {
  color: #ba251e;
  background: #ffffff;
}
/*-------- 导航 end ------*/
/*-------- 公告列表 start ------*/
  .search-box {
    float: right;
    margin-top:-7px;
}

.search-box input {
    height: 24px;
    line-height: 24px;
    width: 200px;
    outline: none;
    padding: 0 20px;
    box-sizing: border-box;
}

.search-box .btn {
    height: 24px;
    line-height: 24px;
    text-align: center;
    min-width: 60px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    color: white;
    background-color: #ba251e;
    vertical-align: baseline;
    cursor: pointer;
}
.list--nav {
  margin-top: 36px;
}
.list--nav--itm,
.list--nav--itm a {
  line-height: 14px;
  color: #999999;
}
.flink {
  display: inline-block;
  padding-left: 20px;
  background: url(https://nfcms-mainsiteoss.188-5633.com/jtcg/__tpl_asset/home/img/home.png) no-repeat left center;
}
.gt {
  display: inline-block;
  margin: 0 8px;
}
.gglist {
  margin-bottom: 56px;
}

.list--itm {
  position: relative;
  background: url(https://nfcms-mainsiteoss.188-5633.com/jtcg/__tpl_asset/home/img/rect.png) no-repeat left center;
  padding-left: 16px;
}
.list--itm a{
  display: block;
  overflow: hidden;
  width: 800px;
  line-height: 56px;
  font-size: 18px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;

}
.list--itm a:hover {
  text-decoration: underline;
}
.list--itm .new {
  position: absolute;
  width: 40px;
  height: 20px;
  top: 18px;
  right: 0;
  background: url(https://nfcms-mainsiteoss.188-5633.com/jtcg/__tpl_asset/home/img/new.png) no-repeat;
}
.list--itm .pubtime {
  font-size: 14px;
  line-height: 56px;
  color: #999999;
}
.page {
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px;
  line-height: 22px;
  font-size: 14px;
  border: 1px solid #e8e8e8;
  background: #f8f8f8;
  color: #333333;
}
.curr {
  border: none;
  background: none;
}
/*-------- 公告列表 end ------*/
/*-------- 底部 end ------*/
.footer {
  height: 161px;
  margin-top: 100px;
  padding-top: 62px;
  padding-bottom: 42px;
  background: #383838;
}
.footer-main {
  width: 1002px;
  margin: 0 auto;
}
.info {
  margin-left: 48px;
  color: #ffffff;
  font-size: 18px;
  line-height: 40px;
}
/*-------- 底部 end ------*/