﻿@charset "utf-8";
/* 通用信息列表 */
.infoList {
  text-align: left;
}
.infoList li {
  line-height: 20px;
  overflow: hidden;
  padding: 8px 0 8px 16px;
  background: url(../img/icon-info.png) 0 14px no-repeat;
}
.infoList li .date {
  font-size: 14px;
  margin-left: 15px;
  float: right;
  color: #999;
}
.infoList li .node {
  color: #f00;
  margin-right: 5px;
}
.infoList li.highlight {
  font-weight: bold;
}

/* 通用带图片的信息列表_普通式 - 横排浮动 */
.picListFl {
  margin-right: -2%;
  overflow: hidden;
  zoom: 1;
}
.picListFl li {
  width: 23%;
  margin-right: 2%;
  text-align: center;
  float: left;
  *display: inline;
  overflow: hidden;
}
.picListFl li .pic {
  overflow: hidden;
}
.picListFl li .pic img {
  width: 100%;
  transition: 200ms;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  -moz-transition: 200ms;
  height: auto;
}
.picListFl li .title {
  font-size: 14px;
  padding-top: 8px;
  max-height: 56px;
}
.picListFl li:hover .pic img {
  transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
}

/* 内容带图片的信息列表_普通式 - 左图片右文字 */
.txtPicList li {
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.txtPicList li .pic {
  width: 96px;
  float: left;
}
.txtPicList li .pic img {
  width: 90px;
  height: 90px;
  padding: 2px;
  border: 1px solid #ddd;
  background: #fff;
}
.txtPicList li .pic a:hover img {
  border-color: #aaa;
}
.txtPicList li .con {
  width: 230px;
  float: left;
  padding-left: 8px;
}
.txtPicList li .title {
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #c30000;
  font-weight: bold;
}
.txtPicList li .title a {
  color: #c30000;
}
.txtPicList li .intro {
  color: #333;
  line-height: 20px;
}
.txtPicList li .intro .more {
  color: #c30000;
  font-size: 12px;
}

/* 内容带图片的信息列表_普通式 - 上图片下文字 */
.txtPicListB li .pic img {
  width: 190px;
  height: 120;
  padding: 4px;
  border: 1px solid #ddd;
  background: #fff;
}
.txtPicListB li .pic a:hover img {
  border-color: #aaa;
}
.txtPicListB li .title {
  height: 28px;
  line-height: 28px;
  font-weight: bold;
}
.txtPicListB li .title a {
  color: #9b770a;
}
.txtPicListB li .intro {
  color: #333;
}
.txtPicListB li .intro .more {
  color: #f60;
}

/* 头条图文信息列表_普通式 */
.topicList .t {
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.topicList .t .title {
  font-size: 17px;
  padding: 0 0 5px 0;
}
.topicList .t .tit {
  color: #b81c27;
}
.topicList .t .tit:hover {
  color: #c30000;
}
.topicList .t .intro {
  font-size: 12px;
  color: #333;
  text-align: left;
  line-height: 1.8;
}
.topicList .t .intro .more {
  color: #c30000;
}
.topicList .n {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding: 0 10px 0 0;
}
.topicList .n .tit {
  padding-left: 18px;
  background: url(../img/icons.png) 5px -90px no-repeat;
}
.topicList .n .date {
  float: right;
  color: #999;
  margin-left: 10px;
}

/* 有图片时追加的类 class="topicList topicHasPic" */
.topicHasPic .t {
  position: relative;
  overflow: hidden;
  zoom: 1;
  border-bottom: 1px dashed #ccc;
}
.topicHasPic .pic {
  width: 160px;
  margin-right: 20px;
  float: left;
}
.topicHasPic .pic img {
  width: 100%;
  /* height: 120px; */
}
.topicHasPic .pic a:hover img {
  border-color: #aaa;
}
.topicHasPic .con {
  overflow: hidden;
  zoom: 1;
}

/* 焦点图切换-广告 */
.slideBox {
  height: 100px;
  overflow: hidden;
  position: relative;
}
.slideBox .hd {
  position: absolute;
  z-index: 1;
  right: 5px;
  bottom: 5px;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox .hd ul li {
  font-size: 12px;
  float: left;
  margin-right: 2px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #000;
  cursor: pointer;
  color: #fff;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.slideBox .hd ul li.on {
  background: #f00;
  filter: alpha(opacity=100);
  opacity: 1;
}
.slideBox .bd {
  position: relative;
  z-index: 0;
}
.slideBox .bd .con {
  display: none;
}

/* 焦点图切换-新闻内容 */
.focusBox {
  width: 590px;
  overflow: hidden;
  position: relative;
}
.focusBox .hd {
  position: absolute;
  z-index: 1;
  right: 12px;
  bottom: 20px;
}
.focusBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.focusBox .hd ul li {
  float: left;
  margin-right: 8px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  color: #fff;
  border-radius: 500px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.focusBox .hd ul li.on {
  width: 40px;
  background: #1559d4;
  color: #fff;
}
.focusBox .hd ul li span {
  display: none;
}
.focusBox .bd {
  position: relative;
  overflow: hidden;
}
.focusBox .bd li {
  position: relative;
}
.focusBox .bd .pic {
  position: relative;
  z-index: 0;
  line-height: 0;
}
.focusBox .bd .pic img {
  width: 100%;
  height: 339px;
  object-fit: cover;
  border: 0;
}
.focusBox .bd .con {
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 0;
  height: 52px;
  line-height: 52px;
  text-align: left;
}
.focusBox .bd .con .title {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  font-size: 16px;
}
.focusBox .bd .con .title a {
  display: block;
  color: #fff;
  padding: 0 120px 0 15px;
  text-decoration: none;
}
.focusBox .bd .con .titleBg {
  position: absolute;
  width: 100%;
  z-index: 0;
  bottom: 0;
  left: 0;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  height: 100%;
}

/* url_方块样式分页 */
.page {
  font-size: 0;
  text-align: center;
  padding: 25px 0;
  clear: both;
  overflow: hidden;
  font-size: 0;
  line-height: 1;
}
.page a,
.page span {
  font-size: 14px;
  display: inline-block;
  zoom: 1;
  border: 1px solid #e1e1e1;
  padding: 0px 12px;
  margin: 0 3px 5px 0;
  line-height: 30px;
  height: 30px;
  background: #fff;
}
.page a:hover,
.page span:hover {
  border: 1px solid #1559d4;
  text-decoration: none;
  color: #1559d4;
}
.page .current {
  background: #1559d4;
  border: 1px solid #1559d4;
  color: #fff !important;
  font-weight: bold;
}
.page select,
.page input {
  margin: 0 4px;
  background: #fff;
  border: 0 solid #e1e1e1;
  vertical-align: middle;
}
.page input {
  text-align: center;
  padding: 0 4px;
  outline: none;
}
.page .disabled {
  pointer-events: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

/*新闻列表*/
.news_list {
  display: block;
  border-bottom: 1px solid #e8e8e8;
  padding: 25px 0;
  height: 160px;
}
.news_list .pic_img {
  width: 240px;
  height: 160px;
  text-align: right;
  margin-right: 20px;
}
.news_list .pic_img .imgsmall {
  border-radius: 2px;
  width: 240px;
  height: 160px;
  object-fit: cover;
}
.news_list .text {
  width: 75%;
  display: block;
  margin-left: 20px;
}
.news_list .text h2 {
  font-weight: 700px;
  font-size: 24px;
  margin-bottom: 20px;
}
.news_list .text .more_style {
  font-size: 16px;
  display: block;
  height: 60px;
  color: #666;
  margin-bottom: 10px;
  line-height: 30px;
  overflow: hidden;
}
.news_list .text .newsdate {
  font-size: 14px;
  color: #999;
  padding-top: 10px;
}

/* 文字列表 */
ul.text_list li {
  line-height: 48px;
  height: 48px;
  padding-left: 18px;
  font-size: 18px;
  color: #666666;
  background: url(../images/icon-dot.png) 5px center no-repeat;
  background-position: 0 19px;
}
ul.text_list li:hover {
  background-image: url(../images/icon-dot-hover.png);
}

ul.text_list li a {
  font-size: 18px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 640px;
  display: inline-block;
}

.article_Content .news-list-content p {
  padding: 0px;
}
ul.text_list li a:hover {
  color: #1559d4;
}

ul.text_list li span {
  float: right;
  margin-right: 0px;
  color: #999;
}

.text_list ul li em {
  float: left;
  line-height: 68px;
  width: 41px;
  height: 40px;
  margin-top: 16px;
  padding-right: 30px;
}

/*位置*/
.weizhi ul {
  height: 58px;
  line-height: 58px;
  width: 1200px;
  margin: auto;
  font-size: 16px;
}
.weizhi ul .jiantou {
  display: inline-block;
  width: 8px;
  height: 7px;
  margin: 0 10px;
  background-image: url(../images/wz-jt.png);
}
.weizhi ul .home {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  background-image: url(../images/wz_home.png);
}

/*新闻详情*/
.article {
  padding: 100px;
}
.article .biaotitle {
  padding: 0 0 50px 0;
  border-bottom: 1px solid #ebebeb;
}
.article .biaotitle h2 {
  color: #333333;
  font-size: 32px;
  font-weight: normal;
  color: #1559d4;
  line-height: 60px;
  text-align: center;
}

.article_Content {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 20px;
  border-bottom: 1px solid #ebebeb;
}
.article_Content p {
  padding: 5px 0;
  line-height: 30px;
  text-align: justify;
}

.art_con {
  padding: 20px;
  line-height: 220%;
}
.article_Content img,
.art_con img {
  /* max-width: 50%; */
}
.article_Content img{
  width: 50%;
}
.article_Content td img{
  width: 100%;
}
ul.text_list li span.search_menu {
  float: left;
  color: #666666;
  padding-right: 5px;
}

.article .biaotitle .related {
  text-align: center;
}
.article .biaotitle .related span {
  color: #999999;
  font-size: 16px;
  padding: 0 15px;
}
.article .biaotitle .related img {
  vertical-align: middle;
  border: none;
  margin-left: 20px;
}

.back {
  margin: 20px;
}
.back ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
}
.back ul li {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
}
.back ul li a {
  color: #666666;
  font-size: 14px;
}
.back ul li a:hover {
  color: #3d8af2;
}
