﻿/*公用*/
.content {
  background: #f6f6f6;
}
.icon {
  display: inline-block;
  vertical-align: middle;
}
.red {
  color: #e80000;
}
.title1 {
  color: #0471d8;
  font-size: 16px;
  font-weight: bold;
}
/*图标*/
.icon-down {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background: url(../images/icon/icon01.png) no-repeat;
}
.icon-notice {
  width: 16px;
  height: 15px;
  margin-right: 5px;
  background: url(../images/icon/icon03.png) no-repeat;
}
/*头部*/
.header {
  background: url(../images/bg01.jpg) no-repeat center top;
  text-align:center;
}
.header-nav {
  text-align: center;
  height: 50px;
  background: url(../images/bg02.jpg) repeat-x;
}
.header-nav li {
  display: inline-block;
  height: 50px;
  position: relative;
}
.header-nav li > a {
  display: block;
  padding: 0 40px;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.header-nav li .subnav {
  background: #fff;
  min-width: 140px;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 2;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid #1c6bc7;
  display: none;
}
.header-nav li .subnav a {
  display: block;
/*  text-align: left;
  padding-left: 15px;*/
  text-align:center;
  line-height: 40px;
  font-size: 14px;
  color: #333;
}
.header-nav li .subnav a:hover {
  background: #0466c3;
  color: #fff;
}
.header-nav li:hover .subnav {
  display: block;
}
.header2 {
  background: none;
  text-align:center;
}
/*底部*/
.footer {
  background: #f6f6f6;
  padding-top: 30px;
}
.footer-links {
  padding-bottom: 25px;
  border-bottom: 4px solid #0561bb;
}
.footer-links h2 {
  float: left;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
}
.footer-links .wrap {
  float: right;
}
.footer-links .item {
  float: left;
  width: 210px;
  height: 32px;
  line-height: 32px;
  margin-left: 15px;
  background: #fff;
  font-size: 12px;
  border: 1px solid #eee;
  position: relative;
}
.footer-links .item .ttl {
  padding: 0 10px;
  cursor: pointer;
}
.footer-links .item .ttl i {
  float: right;
  border-top: 5px solid #333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-top: 12px;
}
.footer-links .item ul {
  width: 100%;
  border: 1px solid #eee;
  background: #fff;
  padding: 5px 0 5px 10px;
  position: absolute;
  bottom: 30px;
  left: 0;
  line-height: 26px;
  display: none;
}
.footer-links .item ul li a {
  display: block;
}
.footer-links .item ul li a:hover {
  color: #d70d0f;
}
.footer-bottom {
  padding: 20px 0;
  font-size: 12px;
  color: #666;
}
.footer-bottom .fl {
  line-height: 20px;
}
.footer-bottom .fr {
  line-height: 40px;
}
.footer-bottom .fr a {
  padding: 0 5px;
}
.footer-bottom .fr a:hover {
  color: #d70d0f;
}
/*浮动层*/
.floatlayer {
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -165px;
  width: 108px;
}
.floatlayer .close {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #e8e8e8;
  color: #f8000b;
}
.floatlayer.right {
  left: initial;
  right: 0;
}
/*内容*/
.top-ttl .title1 {
  float: left;
  margin-top: 14px;
  line-height: 24px;
}
.top-ttl .search-wrap {
  float: right;
  margin: 10px 0;
}
.search-wrap .text {
  width: 226px;
  height: 32px;
  padding-left: 10px;
  border: 1px solid #d4d4d4;
  border-right: none;
}
.search-wrap .btn {
  width: 64px;
  height: 32px;
  background: #0e65b7 url(../images/icon/icon02.png) no-repeat center;
}
.i-main .left {
  float: left;
  width: 740px;
}
.i-main .right {
  float: left;
  width: 460px;
  padding-left: 30px;
}
.list-news {
  background: #fff;
}
.list-news li {
  border-bottom: 1px solid #eee;
  transition: all .2s;
}
.list-news li a {
  display: block;
  padding: 10px 15px;
  padding: 11px 15px\9;
}
.list-news li .els {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.list-news li .discribe {
  font-size: 14px;
  color: #666;
  line-height:42px;
  height: 39px;
  overflow: hidden;
}
.list-news li:hover,
.list-news li.cur {
  color: #fff;
  background: #d70d0f;
}
.list-news li:hover .discribe,
.list-news li.cur .discribe {
  color: #fff;
}
.i-notice{
  background: #fff;
  border-top: 2px solid #0561bb;
  padding: 0 10px;
}
.i-notice .title1 {
  padding: 15px 0 10px;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  font-size: 16px;
}
.i-notice .title1 .more {
  float: right;
  font-size: 12px;
  color: #666;
  font-weight: normal;
}
.i-notice .title1 .more:hover {
  color: #d70d0f;
}
.i-notice ul {
  padding: 10px 0 20px;
}
.i-notice ul li {
  line-height: 32px;
}
.i-notice ul li .els {
  width: 80%;
}
.i-notice ul li .els:hover {
  font-weight: bold;
  color: #d70d0f;
}
.i-notice ul li .date {
  float: right;
}
.main-left {
  margin-right: 15px;
}
.main-right {
  margin-left: 10px;
}
.main-top {
/*  border-top: 2px solid #046bcc;*/
  padding-left: 15px;
  line-height: 44px;
  background: #edf4fa;
  font-size: 12px;
}
.main-top a:hover {
  color: #d70d0f;
}
.sidebar {
  background: #fff;
  border-top: 3px solid #046ed2;
  margin-bottom: 20px;
}
.sidebar .title1 {
  border-bottom: 1px solid #f1f1f1;
  height: 50px;
  line-height: 49px;
}
.sidebar .title1 .icon {
  margin: 0 15px 0 10px;
}
.sidebar .title1 .more {
  float: right;
  margin-right: 10px;
  font-size: 12px;
  color: #666;
  font-weight: normal;
}
.sidebar .title1 .more:hover {
  color: #d70d0f;
}
.sidebar ul li a {
  display: block;
  height: 50px;
  line-height: 49px;
  padding-left: 50px;
  border-bottom: 1px solid #f1f1f1;
  background: url(../images/icon/icon04.png) no-repeat 20px center;
  overflow: hidden;
}
.sidebar ul li.cur a,
.sidebar ul li:hover a {
  font-weight: bold;
  color: #d70d0f;
  background: url(../images/icon/icon05.png) no-repeat 20px center;
}
.sidebar2 ul li a {
  height: 46px;
  padding-left: 40px;
  line-height: 45px;
  background: url(../images/icon/icon07.png) no-repeat 20px center;
}
.sidebar2 ul li.cur a,
.sidebar2 ul li:hover a {
  background: url(../images/icon/icon10.png) no-repeat 20px center;
}
.main {
  padding: 30px 25px 50px;
  background: #fff;
  overflow: hidden;
    margin-bottom:30px;
}
.main2 {
  padding: 30px 50px 30px;
}
.article {
  line-height: 30px;
  font-size:14px;
  font-family:"微软雅黑";
}
.list-team {
  margin-left: -12px;
  margin-right: -12px;
}
.list-team li {
  padding: 0 12px;
  margin-bottom: 25px;
}
.list-team li .wrap {
  padding: 10px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
.list-team li .img {
  float: left;
  width: 136px;
  margin-right: 30px;
}
.list-team li.lg .img {
  width: 170px;
}
.list-team li h2 {
  font-weight: bold;
  color: #d70d0f;
  margin-top: 15px;
}
.list-team li .discribe {
  line-height: 20px;
  font-size: 12px;
  margin: 20px 0;
  max-height: 60px;
  overflow: hidden;
}
.list-team li.lg .discribe {
  max-height: 100px;
}
.list-team li .detail {
  font-size: 12px;
  color: #999;
}
.list-team li .detail:hover {
  color: #d70d0f;
}
.pagenation {
  text-align: center;
  margin-top: 20px;
}
.pagenation a {
  display: inline-block;
  min-width: 30px;
  padding: 0 6px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 2px;
  background: #ececec;
  color: #666;
  font-size: 12px;
}
.pagenation a.active,
.pagenation a:hover {
  background: #046ed2;
  color: #fff;
}
.list-data li {
 /* height: 46px;*/
  line-height: 20px;
  margin-bottom:15px;
  padding-left: 20px;
  background: url(../images/icon/icon07.png) no-repeat left 8px;
  border-bottom: 1px solid #f6f6f6;
}
.list-data li .els {
  width: 80%;
}
.list-data li .download {
  float: right;
  padding-left: 25px;
  background: url(../images/icon/icon06.png) no-repeat left center;
}
.list-data li .date {
  float: right;
}
.list-data2 li {
/*  height: 30px;
  line-height: 30px;*/
  border-bottom: none;
}
.list-data2 li a:hover {
  color: #d70d0f;
}
.newd-top {
  text-align: center;
  margin: 30px 0;
}
.newd-top h1 {
  margin-bottom:40px;
  font-size:24px;
  color: #d70d0f;
}
.newd-top p {
  padding: 10px 0;
  line-height: 20px;
  background: #f4f4f4;
  color: #666;
}
.newd-bottom {
  margin-top: 50px;
}
.newd-bottom .top {
  font-size: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.newd-bottom .top .fl {
  line-height: 28px;
}
.newd-bottom .top .share {
  display: inline-block;
}
.newd-bottom .top .links {
  float: right;
  margin-top: 10px;
}
.btn-nav{ display:none;}
.homeback{ display:none;}
.newd-bottom .top .links a {
  display: inline-block;
  line-height: 20px;
  margin:0 6PX;
}
.newd-bottom .top .links a.a1 {
  padding-left: 25px;
  background: url(../images/icon/icon08.jpg) no-repeat left center; 
}
.newd-bottom .top .links a:hover {
  color: #d70d0f;
}
.newd-bottom .bottom {
  padding-top: 30px;
}
.newd-bottom .bottom p {
  font-size: 12px;
  line-height: 30px;
}
.newd-bottom .bottom p .els {
  max-width: 60%;
}
.newd-bottom .bottom a:hover {
  color: #d70d0f;
}
.subject {
  padding: 10px;
  background: #fff;
}
.subject-top {
  border: 1px solid #dbdbdb;
}
.subject-top .img {
  float: left;
  position: relative;
  top: -6px;
}
.subject-top ul {
  float: left;
}
.subject-top ul li {
  line-height: 79px;
  padding-left: 40px;
  background: url(../images/icon/icon09.png) no-repeat 20px center;
}
.subject-top ul li .els {
  max-width: 80%;
}
.subject-top ul li a:hover {
  color: #d70d0f;
}
.subject-top ul li .date {
  float: right;
  color: #b1b1b1;
}
.subject-top .more {
  float: right;
  margin-right: 15px;
  color: #c31818;
  line-height: 79px;
}
.subject-ttl {
  margin: 25px 0;
  height: 18px;
  line-height: 18px;
  background: url(../images/bg03.png) repeat-x center;
  font-size: 12px;
}
.subject-ttl span {
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  padding-right: 15px;
}
.subject-ttl .more {
  float: right;
  margin-right: 10px;
  color: #be210e;
}
.subject-ttl a:hover {
  color: #d70d0f;
}
.subject-item {
  margin-right: 40px;
  background: #f3f3f3;
  overflow: hidden;
}
.subject-item .img {
  float: left;
  margin-right: 30px;
  width:400px;
  height:350px;
}
.subject-item .wrap {
  padding: 30px;
}
.subject-item .wrap h2 {
  font-size: 20px;
  font-weight: bold;
}
.subject-item .wrap .date {
  color: #aeaeae;
  margin-top: 10px;
}
.subject-item .wrap .discribe {
  line-height: 20px;
  max-height: 170px;
  overflow: hidden;
  margin: 20px 0 25px;
}
.subject-item .wrap .detail {
  color: #ed1d1a;
  font-size: 12px;
}
.subject-item .wrap .detail:hover {
  text-decoration: underline;
}
.slider-news {
  padding-bottom: 15px;
}
.slider-news li .bx-caption span {
  padding: 12px 15px;
  font-weight: normal;
  color: #d6d6d6;
  font-size:14px;
}
.list-manage li {
  padding: 20px 0;
  border-bottom: 1px solid #f6f6f6;
  overflow: hidden;
}
.list-manage li .img {
  float: left;
  margin-right: 30px;
  max-width: 167px;
}
.list-manage li .discribe {
  margin: 12px 0 15px;
  font-size: 12px;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  color:#777;
}
.list-manage li .date {
  color: #666;
}
.list-manage li .date a {
  color: #0561bb;
  font-size: 12px;
  margin-left: 10px;
}
.list-manage li .date a:hover {
  text-decoration: underline;
}
.slider01 li img {
	width: 740px;
	height: 430px;
}

/*------新加---------*/
.i-menu {
  margin: 0 0 0 -20px;
}
.i-menu .col-lg-3 {
  padding-left: 20px;
  line-height: 55px;
  text-align: center;
}
.i-menu .col-lg-3 a {
  font-size: 16px;
  color: #fff;
  background-color: #3d86cd;
  background-position: 70px center;
  background-repeat: no-repeat;
}
.i-news2 {
  margin: 0 0 0.3rem -25px;
}
.i-news2 .col-lg-4 {
  padding-left: 25px;
  margin-top: .3rem;
}
.i-news2 .tt1 {
  height: 49px;
  line-height: 49px;
  border: 1px solid #e8e8e8;
  padding: 0 15px;
}
.i-news2 .tt1 span {
  position: relative;
  font-size: 16px;
  color: #333;
  padding-left: .15rem;
}
.i-news2 .tt1 span::after {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 6px;
  height: 15px;
  background: #0a70d4;
  border-radius: 10px;
}
.i-news2 .tt1 > a {
  color: #888;
  font-size: 12px;
}
.i-news2 ul {
  border: 1px solid #e8e8e8;
  border-top: none;
  padding: 0.24rem 0;
}
.i-news2 ul li {
  line-height: 25px;
  padding: 0 15px;
}
.i-news2 ul li a {
  background: url(../images/icon/news.png) no-repeat left center;
  text-indent: 15px;
}
.i-news2 ul li a:hover{ color:#d70d0f}
.i-pic .col-lg-8 {
  height: 145px;
  width: 66%;
}
.i-pic .col-lg-8 .bx-wrapper .bx-pager {
  bottom: 0;
  right: 10px;
  width: auto;
}
.i-pic .col-lg-8 .bx-wrapper .bx-pager a {
  margin: 0 5px;
  background: #fff;
}
.i-pic .col-lg-8 .bx-wrapper .bx-pager a:hover,
.i-pic .col-lg-8 .bx-wrapper .bx-pager a.active {
  background: #54a1f5;
}
.i-pic .col-lg-4 {
  width: 34%;
  padding-left: 25px;
  height: 145px;
}
@media (max-width: 991px) {
  .i-menu,
  .i-news2,
  .i-pic {
    padding: 0 10px;
  }
  .i-pic .col-lg-8,
  .i-pic .col-lg-4 {
    height: auto;
  }
  .i-menu .col-lg-3 a {
    text-indent: 12%;
    background-position: 17% center;
    margin-bottom: .2rem;
  }
}
@media (max-width: 640px) {
  .i-main .left {
    margin-bottom: 0;
  }
  .i-news2 {
    margin: 0 0 .3rem 0;
  }
  .i-pic,
  .i-pic .col-lg-4 {
    margin-top: .2rem;
  }
  .i-news2 .tt1 span {
    margin-left: 10px;
  }
  .i-news2 ul li {
    padding: 0 20px;
  }
  .i-news2 .col-lg-4,
  .i-pic .col-lg-8,
  .i-pic .col-lg-4 {
    width: 100%;
    padding: 0;
  }
  .i-pic .col-lg-4 img {
    width: 100%;
  }
}
/*--------结束新加-----------*/

.ztantn{text-align:center; margin-top:40px;}
.ztantn a{padding:10px 20px; background:#3d86cd; border-radius:4px; color:#fff; margin:auto 10px; display:inline-block;}
.ztantn a:hover{ background:#64a7e8;}