.mr {
  margin-left: auto;
  margin-right: auto;
}
.fl {
  float: left;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}

body {
  background: #fff;
  position: relative;
}
.top {
  width: 100%;
  height: 55px;
  position: fixed;
  z-index: 10000;
  left:0px;
  top:0px;
  overflow: hidden;
  background-color: #fff;
}
.top img {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.nav {
  margin-top: 55px;
  width: 100%;
  background: #d71518;
}
.nav ul {
  zoom: 1;
  width: 100%;
}
.nav ul:after {
  content: '';
  display: block;
  clear: both;
}
.nav ul li {
  width: 20%;
  height: 40px;
  float: left;
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-size: 1.125em;
}
.nav ul li a {
  width: 100%;
  height: 40px;
  display: block;
  color: #fff;
  font-family: "微软雅黑";
}
.allnews {
  width: 100%;
}
.allnews ul {
  width: 100%;
}
.allnews ul li {
  width: 96%;
  border-bottom: 1px solid #eceef0;
  box-shadow: 0 1px 1px #fff;
  margin-left: 2%;
  height: 35px;
  line-height: 35px;
  color: #ff6600;
  font-size: 16px;
  font-family: "微软雅黑";
}
.allnews ul li span {
  float: left;
}
.allnews ul li span a {
  color: #ff6600;
  font-size: 16px;
  font-family: "微软雅黑";
}
.allnews ul li p {
  float: left;
  width: 82%;
  overflow: hidden;
  height: 35px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.allnews ul li span:after {
  content: "|";
  color: #d5d5d5;
  /* display: inline-block; */
  font-size: 1em;
  margin: 0 6px;
}
.content {
  width: 100%;
  margin-top: 10px;
}
.content .title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  font-family: "微软雅黑";
  font-size: 16px;
  margin-bottom: 5px;
}
.content .title h2{
  float: left;
  font-weight: 600;
  color: #1f9999;
  font-size: 14px;
  text-align: center;
  /*width: 64px;*/
  padding: 0 5px;
  margin-left: 10px;
}
.content .title a{
  float: right;
  color: #1f9999;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  width: 30px;
  margin-right: 5px;
  font-size: 11px;
}

.content ul {
  width: 100%;
}
.content ul li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #eceef0;
  box-shadow: 0 1px 1px #fff;
}
.content ul li img {
  width: 5px;
  height: 5px;
  margin-left: 10px;
  margin-top: 12px;
  float: left;
}
.content ul li h2 {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  /* font-size: 1em; */
  font-size: 14px;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 10px;
  /* margin-bottom: 4px; */
}
.content ul li p {
  padding: 0 0 0 5px;
  line-height: 30px;
  /* font-size: 0.8125em; */
  font-size: 13px;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 30px;
  color: #000;
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.content ul li span{
  float: right;
  margin-right: 5px;
  color:#333333;
  font-size: 13px;
}
.content ul li .thumb {
  width: 94%;
  text-align: center;
  background: #e9f1f4;
}
.content ul li .thumb img {
  width: 100%;
}
.nav_foot {
  width: 100%;
}
.nav_foot ul {
  zoom: 1;
  width: 100%;
}
.nav_foot ul:after {
  content: '';
  display: block;
  clear: both;
}
.nav_foot ul li {
  width: 16.66%;
  height: 30px;
  float: left;
  text-align: center;
  color: #49535d;
  line-height: 30px;
  font-size: 1.125em;
}
.nav_foot ul li a {
  width: 100%;
  height: 30px;
  display: block;
  color: #49535d;
  font-family: "微软雅黑";
}
.foot {
  width: 100%;
  height: 90px;
  margin-top: 10px;
  border-top: 1px solid #d92b2e;
  padding-top: 10px;
  overflow: hidden;
  text-align: center;
  line-height: 20px;
  color: #95a0ac;
}
.news_title {
  width: 100%;
  height: 70px;
  border-top: 1px solid #ff6600;
}
.news_title .title {
  font-size: 16px;
  color: #000;
  text-align: center;
  padding: 12px 0 0;
  margin: 0 10px;
  font-weight: 700;
  line-height: 25px;
  /*width: 100%;*/
}
.news_title .meta {
  margin: 10px 0px;
  /*overflow: hidden;*/
  border-bottom: 1px solid #eceef1;
  font-size: 13px;
  position: relative;
  height: 25px;
  zoom: 1;
}
.news_title .meta:after {
  content: '';
  display: block;
  clear: both;
}
.news_title .meta .from {
  display: inline-block;
  width: 50%;
  overflow: hidden;
  float: left;
  color: #666;
  line-height: 26px;
  text-align: center;
  float: left;
}
.news_title .meta .author {
  color: #666;
  line-height: 26px;
  text-align: center;
  width: 50%;
  display: block;
  float: left;
}
.content {
  width: 100%;
  border-top: 1px solid #fff;
  padding: 0 0 12px 0;
}
.content.info{
  padding: 30px 0 12px 0;
}
.content.info img{
  width: 100%;
}
.content.info > p{
  /*text-indent: 2em;*/
  color: #393939;
  line-height: 30px;
  word-wrap: break-word;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: justify;
  padding: 0 15px;
}
.content .images {
  min-height: 120px;
  line-height: 120px;
  position: relative;
  text-align: center;
  margin-bottom: 12px;
  background: #fff;
  width: 100%;
  overflow: hidden;
}
.content .images img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: inline-block;
}
.more {
  height: 33px;
  line-height: 33px;
  margin: 0 8px;
  border: 1px solid #efefef;
  background-color: #f6f5f5;
  text-align: center;
  margin-bottom: 15px;
}
.content .title .current{
  color: #d92b2e;
  border-bottom: 2px solid #d92b2e;
  margin-bottom: -2px;
  background-position: left top;
  background-repeat: no-repeat;
}
.gg,.zc,.cj,.ph{
  display: none;
}
.nav_con ul li{
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #eceef0;
  box-shadow: 0 1px 1px #fff;
}
.nav_con {
  width: 100%;
  margin-top: 10px;
}
.nav_con .title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  font-family: "微软雅黑";
  font-size: 16px;
  margin-bottom: 5px;
}
.nav_con .title h2{
  float: left;
  color: #1f9999;
  font-size: 14px;
  text-align: center;
  width: 64px;
  margin-left: 10px;
}
.nav_con .title a{
  float: right;
  color: #1f9999;
  font-size: 14px;
  text-align: center;
  width: 30px;
  margin-right: 5px;
  font-size: 11px;
}

.nav_con ul {
  width: 100%;
}
.nav_con ul li {
  width: 100%;
  height: 80px;
  line-height: 30px;
  border-bottom: 1px solid #eceef0;
  box-shadow: 0 1px 1px #fff;
}
.nav_con ul li img {
  width: 5px;
  height: 5px;
  margin-left: 10px;
  margin-top: 12px;
  float: left;
}
.nav_con ul li h2 {
  height: 40px;
  line-height: 20px;
  /* font-size: 1em; */
  font-size: 14px;
  font-weight: normal;
  padding-left: 10px;
  float: left;
  width: 75%;
  margin-left: 12px;
  overflow: hidden;
  margin-top: -5px;
  /* margin-bottom: 4px; */
}
.nav_con ul li p {
  padding: 0 0 0 5px;
  line-height: 30px;
  /* font-size: 0.8125em; */
  font-size: 13px;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 30px;
  color: #d92b2e;
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
}
.nav_con ul li span{
  float: right;
  margin-right: 5px;
  color:#333333;
  font-size: 13px;
  line-height: 50px;
}
.nav_con .title .current{
  color: #d92b2e;
  border-bottom: 2px solid #d92b2e;
  margin-bottom: -2px;
  background-position: left top;
  background-repeat: no-repeat;
}
.nav_con ul img{
  width: 90%;
  height: 80px;
  margin-left: 5%;
  max-height: 100px;
}
.history{
  position: fixed;
  top:50%;
  right: 10%;
  z-index: 999;

}
.history img{
  width:30px;
  height:30px;
}
nav{
  text-align: center;
}
.pagination{
  display: inline-block;
  padding-left: 0;
  margin-top:10px;
  border-radius: 4px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span{margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination li{ display:inline }
.pagination>li>a, .pagination>li>span{position: relative;
  float: left;
  padding: 6px 10px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #000;
  font-size: 15px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;}
.pagination>li:last-child>a, .pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:3;color:#fff;background-color:#ddd;border-color:#ddd}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#b3b3b3;cursor:not-allowed;background-color:#fff;border-color:#ddd}
nav .pagination li span{
  line-height: 21px;
}