.home {
  min-width: 1230px;}
.header {
  background: url(../images/header-bg.jpg) repeat-x;
  width: 100%;}

.header-image {
  width: 1180px;
  height: 120px;
  position: relative;
  margin: 0 auto;
  display: block;}

.header-image img {
  margin: 0 auto;
  position: absolute;
  top: -50%;
  left: -50%;
  margin: 60px 0 0 590px;}

/*头部的导航控制*/
.header-nav-con {
  width: 100%;
  height: 53px;
  line-height: 50px;
  background-color: #1086d7;}

.header-nav {
  font-weight: bold;
  width: 1180px;
  margin: 0 auto;
  background-color: #1086d7;}

.header-nav-item {
  /* flex: 1; */
  color: #fff;
  font-size: 21px;
  cursor: pointer;
  position: relative;
  text-align: center;
  display: inline-block;
  width: 19.5%;}

.header-nav-item a {
  color: #fff;}

.header-nav-item:hover {
  background-color: #0075c3;
  font-size: 22px;}
.header-nav-item:hover a{color:#fff;    text-decoration: none;}
.header-nav-item:hover .header-second-con {
  visibility: visible;}

.header-second-con {
  position: absolute;
  top: 50px;
  width: 100%;
  /* background: #f00; */
  opacity: 0.9;
  color: #fff;
  font-size: 15px;
  z-index: 3;
  visibility: hidden;}

.header-nav-second {
  width: 100%;
  height: 50px;
  background: #096fc0;
  color: #fff;
  font-size: 18px;}

.header-nav-second:hover {
  background: #0b54b6;}

/* 列表部分 */
.content {
  padding: 20px 0;}

.content-nav {
  font-size: 20px;}

.content-main {
  min-height: 400px;
  border: 1px solid #e5e5e5;
  padding: 25px 10px 80px 10px;
  position: relative;}

.content-main-page {
  position: absolute;
  bottom: 20px;
  right: 100px;}

.content-main-tip {}

.main-article-tip {
  background: url(../images/article-icon.jpg) no-repeat
    2px 16px;
  cursor: pointer;
  margin: 0px 30px !important;
  padding: 5px 0;
  border-bottom: 1px dashed #e5e5e5;}

.main-article-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 10px;
  font-size: 18px;
  word-wrap: normal;}

.main-article-data {
  color: #a699b3;}

#myPage button {
  padding: 10px;}
#list_hide {
  display: none;}
/* 底部版权 */
.footer {
  background: #2772f3;
  width: 100%;
  margin-top: 20px;
  color: #fff !important;
  font-size: 16px !important;}

.footer-first {
  padding-top: 20px;}

.footer-second {
  padding: 20px 0;}

/* 1180 */
.wrap {
  width: 880px;
  position: relative;
  margin: 0 auto;
  display: block;}






