/*reset*/
* {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", "Regular";
}

*:focus {
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  color: #333;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

a:focus {
  text-decoration: none;
  outline: none;
}

ol,
ul,
li {
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Microsoft YaHei';
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.container,
.container-fluid {
  padding: 0;
}

.media-left,
.media-right,
.media-top {
  padding: 0;
}

.media,
.media-heading {
  margin: 0;
}

p,
.row,
dl {
  margin: 0;
}

.bx-wrapper {
  margin: 0 auto;
}

.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0;
}

button {
  border: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.btn.active,
.btn:active {
  outline: none;
  outline-offset: 0;
  box-shadow: none;
}

em,
i {
  font-style: normal;
}

/*header*/
/* .header {
  height: 113px;
  background-color: #336db7;
} */


.header-title {
  margin-left: 30px;
}

.header-title h1 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 13px;
  font-size: 30px;
  color: #FFF;
}

.header-title p {
  width: 100%;
  height: 15px;
  line-height: 15px;
  margin-top: 2px;
  font-size: 13px;
  font-family: 'Arial';
  color: #FFF;
  font-weight: bold;
}

.header-right {
  position: absolute;
  top: 0;
  right: 0;
}

.header-right ul {
  width: 188px;
  height: 28px;
  background: url(../images/btn_change.jpg) no-repeat center;

}

.header-right li {
  float: left;
  width: 94px;
  text-align: center;
}

.header-right li a {
  font-size: 12PX;
  font-weight: bold;
  color: #fff;
}

.header-right li:hover a {
  color: #f00;
}


/* .footer {
  margin-top: 25px;
  text-align: center;
  background: #3e7cc9;
}

.footer_top_border {
  border-top: 4px solid #f9ad55;

}

.footer>.container {
  width: 1000px;
  padding: 15px 0;
} */

.fonter-p1 {
  color: #fff;
  font-size: 12px;
  line-height: 28px;
  padding: 4px 0;
  position: relative;
  padding-left: 10px;
  letter-spacing: 1px;
}

.fonter-p1 a {
  color: #fff;
}

/*title样式*/
.main_title {
  width: 420px;
  height: 45px;
  border-top: 1px solid #545454;
  border-bottom: 1px dashed #ababab;
  line-height: 45px;
  position: relative;
  margin-bottom: 10px;
}

.main_title h2 {
  color: #3e7cc9;
  font-size: 16px;
  font-weight: 300;
  line-height: 45px;
}

.main_title .more {
  position: absolute;
  right: 0;
  top: 0;
}

.main_title .more:hover {}

/*-------- 轮播  新闻动态 --------*/
.lunbo_wrapper {
  width: 420px;
}

.img_box {
  width: 420px;
  height: 210px;
  overflow: hidden;
}

.img_box img {
  width: 100%;
  height: 100%;
}

.banner_title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, .6);
}

.banner_title h4 {
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  padding: 4px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.swiper-container .swiper-pagination-bullets {
  bottom: 2px !important;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 19px;
  border: 1px solid #6a6a6a;
  text-align: center;
  line-height: 15px;
  color: #fff;
  opacity: 1;
  border-radius: 0;
  background: -webkit-linear-gradient(#424441, #000715);
  background: -o-linear-gradient(#424441, #000715);
  background: -moz-linear-gradient(#424441, #000715);
  background: linear-gradient(#424441, #000715);
}

.swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #c68c5c;
  color: #c68c5c;
  opacity: 1;
}

/*新闻动态*/
.news_list {}

.news_list li {
  margin: 3px 0 2px 0px;
  padding-left: 10px;
  font-size: 12px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_list li i {
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: url(../images/flag.jpg) no-repeat;
}

.news_list li span {
  padding: 0 10px 0 4px;
  position: relative;
  margin-right: 10px;
}

.news_list li span:after {
  content: '';
  position: absolute;
  right: 0;
  top: 4px;
  width: 1px;
  height: 10px;
  background: #333;
}

/*-----侧导航------*/
.navlist2 {}

.navlist2>li {
  padding: 0 20px 0 48px;
  position: relative;
  margin-bottom: 3px;
}

.navlist2>li>a {
  display: block;
  font-size: 16px;
  color: #333;
  padding: 0px 0;
}

.navlist2>li.active {}


.navlist2>li.active>a {
  /*color: #303030;*/
  /*font-weight: bold;*/

}

.navlist2>li a:hover {
  /*color: #008b2a;*/
}

.thr-sub {
  display: none;
}

.sub-open {
  display: block;
}

.no-ac:before {
  display: none;
}

.thr-sub {
  padding: 10px 0;
}

.thr-sub>li>a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 3px;
  position: relative;
}

.thr-sub>li>a.active {
  color: #3e7cc9;
  font-weight: bold;
}



/*当前位置*/
.common-local {
  height: 45px;
  width: 730/px;
  border-top: 1px solid #525252;
  border-bottom: 1px dashed #525252;
  margin-bottom: 15px;
  position: relative;
}

.common-local h5 {
  line-height: 45px;
  font-size: 16px;
  color: #3e7cc9;
  font-weight: 300;
}

.common-local .local-a {
  position: absolute;
  right: 0;
  top: 9px;

}


/*文章详情title*/
.article-title {
  font-size: 18px;
  color: #262624;
  font-weight: 300;
  text-align: center;
  margin: 25px 0 20px;
  line-height: 32px;
}

.article-small {
  margin-bottom: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px #ddd solid;
  color: #666;
  background: #eeefff;
}

.article-small span {
  display: inline-block;
  margin-left: 25px;
}



/*页码样式调整*/

.wp_paging {
  float: none;
  text-align: right;
  margin-top: 20px;
}

.wp_paging li,
.wp_paging li span,
.wp_paging li a {
  float: none;
}

.wp_paging a.pagingJump {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  background: #4594d5;
  color: #fff;
  padding: 0 3px 0 7px;
  border-radius: 5px;
  margin-left: -7px;
  margin-bottom: 3px;
}

.wp_paging a.pagingJump:hover {
  color: #fff;
}

.wp_paging li span.pages {
  margin-left: 15px;
  margin-top: -2px;
}

.wp_paging li input {
  width: 55px;
  height: 20px;
  line-height: 20px;
  border-radius: 4px;
  margin-top: -25px;
}


.article-content img,
.wp_articlecontent img {
  max-width: 100% !important;
  height: auto !important;
}
