html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
img {
  vertical-align: top;
}
html {
  overflow-x: hidden;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 13px/1 arial, \5b8b\4f53;
  color: #333;
  outline: 0;
}
:focus {
  outline: 0;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: block;
  zoom: 1;
}
.none {
  display: none;
}
/*备用样式表*/
.none {
  display: none;
}
.wcb {
  width: 100%;
  height: 30px;
  border: 2px dashed #97cbe0;
}
.hidden {
  visibility: hidden;
}
.clear {
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  clear: both;
  display: block;
  _display: inline;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: block;
  *zoom: 1;
}
.icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
/*css3扩展*/
body:before {
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
::-webkit-input-placeholder {
  color: #ccc;
  font-weight: bold; /* WebKit browsers */
}
:-moz-placeholder {
  color: #ccc;
  font-weight: bold; /* Mozilla Firefox 4 to 18 */
}
::-moz-placeholder {
  color: #ccc;
  font-weight: bold; /* Mozilla Firefox 19+ */
}
:-ms-input-placeholder {
  color: #ccc;
  font-weight: bold; /* Internet Explorer 10+ */
}
/**布局开始**/
body {
  overflow: hidden;
  line-height: 1;
  font-size: 13px;
  font-family: "Microsoft YaHei", "Arial", "\u5b8b\u4f53", Tahoma, Geneva,
    sans-serif;
  color: #333;
}
p {
  line-height: 1.75;
}
a {
  color: #3b3b3b;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
a:hover {
  color: #095ab5;
}
/*页面尺寸*/
.wrapper {
  width: 100%;
  margin: 0 auto;
}
.wrapper .inner {
  width: 1440px;
  margin: 0 auto;
} /**页面全局宽度**/

/* 头部 */
.head {
  position: absolute;
  top: 0;
}
.head .head-left {
  width: 17%;
  margin-top: 33px;
  float: left;
}
.head .head-left img {
  width: 100%;
}
.header .head-top {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  display: none;
}
.head .head-right {
  float: right;
  margin-top: 61px;
}
.head .head-right .nav {
  display: inline-block;
}
.head .head-right .nav .wp-menu .menu-item {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 47px;
  margin: 0 25px;
  transition: all 0.3s;
  border-bottom: 3px solid #ffffff00;
}
.head .head-right .nav .wp-menu .menu-item:hover {
  border-bottom: 3px solid #fff;
}
.head .head-right .nav .wp-menu .menu-item a {
  color: #fff;
}
.search {
  display: inline-block;
  margin-left: 35px;
}
.search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.search input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.search input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.search .search1 {
  width: 163px;
  box-sizing: border-box;
  background: transparent url(../images/sous.png) no-repeat right 17px center;
  border-radius: 30px;
  border: 1px solid #ffffff40;
  line-height: 36px;
  padding-left: 18px;
  color: #fff;
  font-size: 14px;
  padding-right: 40px;
}
.search.mobile {
  display: none;
}
/* 大图 */
.banner .inner {
  width: 100%;
}
.banner img {
  width: 100%;
}
/* 主体 */
.post .tt .tit .title {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  line-height: 53px;
  color: #f26824;
  margin: 106px 0 46px;
  margin-right: 12px;
}
.post .tt .tit .title_en {
  font-size: 30px;
  line-height: 32px;
  color: #f26824;
  position: relative;
  display: inline-block;
  top: -5px;
  font-weight: normal;
  display: none;
}
.post .tt .tit .title_en::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 51px;
  height: 5px;
  background: #0e4f9f url(../images/tt_en.png) no-repeat;
  display: none;
}
.post .more {
  width: 280px;
  line-height: 68px;
  background: #0e4f9f;
  text-align: center;
  margin: 60px auto 0;
  color: #fff;
  font-size: 16px;
}
.post .more a {
  display: block;
  color: #fff;
  transition: all 0.2s;
}
.post .more:hover a {
  font-weight: bold;
}
/* main1 */
.main1 {
  background: #f4f4f4;
  overflow: hidden;
}
.main1.wrapper .inner {
  padding-bottom: 132px;
}
.main1 .bf {
  display: block;
  position: absolute;
  margin: 0 auto;
  width: 68px;
  height: 54px;
  background: url(images/bf.png) no-repeat center/contain;
  transition: all 0.3s;
  left: 27%;
  top: 47%;
}
.main1 .news.kuan .bf {
  left: 47%;
}
.main1 .bf:hover {
  background: url(images/bf-h.png) no-repeat center/contain;
  cursor: pointer;
}
.hidden {
  display: none;
}
/* 弹出窗口样式 */
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

/* 遮罩层样式 */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

/* 视频容器样式 */
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 比例 */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 关闭按钮样式 */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background-color: red;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
}
.main1 .post-1 .news_list {
  display: flex;
}
.main1 .post-1 .news {
  position: relative;
  flex: 1;
  margin-right: 7px;
  transition: all 0.3s;
}
.main1 .post-1 .news.n5 {
  margin-right: 0;
}
.main1 .post-1 .news .news_imgs {
  overflow: hidden;
  height: 505px;
}
.main1 .post-1 .news .news_imgs video {
  height: 100%;
  object-fit: cover;
}
.main1 .post-1 .news .news_wz {
  line-height: 122px;
  background: linear-gradient(0deg, #00000043, transparent);
  position: absolute;
  bottom: 0;
  width: 0;
  opacity: 0;
}
.main1 .post-1 .news .news_wz .news_text {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding-left: 54px;
}
.main1 .post-1 .news.kuan {
  flex: 5.22;
}
.main1 .post-1 .news.kuan .news_wz {
  width: 100%;
  opacity: 1;
}
.main1 .post .more {
  display: none;
}
.main1 .post .tt .tit .title {
  margin-bottom: 59px;
}

/* main2 */
.main2.wrapper .inner {
  padding-bottom: 113px;
}
.main2 .post-2 .news_list {
  margin: 0 -20px;
}
.main2 .post-2 .news {
  float: left;
  width: 33.33%;
  padding: 0 20px;
  box-sizing: border-box;
}
.main2 .post-2 .news .news_imgs {
  overflow: hidden;
}
.main2 .post-2 .news .news_imgs img {
  width: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.main2 .post-2 .news:hover .news_imgs img {
  transform: scale(1.2);
}
.main2 .post-2 .news .news_wz .news_meta {
  font-size: 18px;
  color: #f26824;
  line-height: 30px;
  margin-top: 24px;
  margin-bottom: 8px;
}
.main2 .post-2 .news .news_wz .news_text {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  min-height: 60px;
  transition: all 0.3s;
}
.main2 .post-2 .news:hover .news_wz .news_text {
  color: #f26824;
}
/* main3 */
.main3 {
  background: url(../images/main3.png) no-repeat center/cover;
}
.main3 .inner {
  padding-bottom: 100px;
}
.post-3 .tt .tit .title {
  color: #fff;
}
.post-3 .tt .tit .title_en {
  color: #fff;
}
.post-3 .tt .tit .title_en::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 51px;
  height: 5px;
  background: #fff url(../images/tt_en.png) no-repeat;
}
.post-3 .con {
  background: url(../images/post-3.png) no-repeat center/contain;
}
.post-3 .news .news_wz {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.post-3 .news .news_wz .news_meta {
  font-size: 20px;
}
.post-3 .news .news_wz .news_text {
  padding: 7px 0 20px;
  width: 150%;
  line-height: 32px;
}

.post-3 .news .news_wz .news_text a {
  color: #fff;
}
.post-3 .news .news_imgs {
  overflow: hidden;
}
.post-3 .news_list {
  position: relative;
}
.post-3 .news {
  position: relative;
  padding-left: 25px;
  display: inline-block;
  width: 26%;
  box-sizing: border-box;
}
.post-3 .news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 10px;
  height: 140px;
  background: url(../images/p3-l.png) no-repeat center/contain;
}
.post-3 .news.n2,
.post-3 .news.n4 {
  margin-top: 310px;
}
.post-3 .news.n3,
.post-3 .news.n5 {
  margin-left: -66px;
  margin-right: 66px;
}
.post-3 .bold {
  font-size: 38px;
  margin-right: 15px;
}
/* main4 */
.post-4 .con {
  background: url(../images/main4.png) no-repeat center/cover;
  padding: 30px 54px;
  overflow: hidden;
}
.post-4 .con1 {
  height: 502px;
  overflow: hidden;
  position: relative;
}
.post-4 .news {
  color: #fff;
}
.post-4 .news .news_wz {
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px dashed #ffffff21;
}
.post-4 .news .news_meta {
  padding: 0 13px;
  line-height: 33px;
  font-size: 16px;
  background: #ffffff24;
  border-radius: 7px;
  display: inline-block;
  margin-bottom: 10px;
}
.post-4 .news .news_text {
  font-size: 18px;
  line-height: 30px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.post-4 .news a {
  color: #fff;
}
.post-4 .news .news_wz::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}
.post-4 .news:hover .news_wz::after {
  width: 100%;
}
.post-4 .news_list {
}

/* main5 */
.main5 {
  position: relative;
  overflow: hidden;
}


.main5 .tt {
  text-align: center;
  padding-bottom: 30px;
  background: transparent;
  position: relative;
  z-index: 1;
}
.main5::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 616px;
  
  pointer-events: none;
}
.post-5 {
}
.post-5 .tt .tit .title {
  margin-bottom: 9px;
}
.post-5 .tt .tit .title_f {
  color: #030844;
  font-size: 32px;
  line-height: 46px;
  font-weight: bold;
  padding-bottom: 10px;
  background: #fff;
}
.post-5 .tt .tit .title_,
.post-5 .tt .tit .title {
  transition: color 0.3s ease;
}
.post-5 .con {
  padding-top: 80px;
  margin-top: -60px;
  margin-bottom: 40px;
}
.post-5 .news_list {
  display: inline-block;
  width: 25%;
  padding: 0 0.85%;
  box-sizing: border-box;
  float: left;
}
.post-5 .news_list .news {
  padding-bottom: 32px;
}
.post-5 .news_list .news .news_imgs {
  overflow: hidden;
}
.post-5 .news_list .news .news_imgs img {
  width: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.post-5 .news_list.l1 {
  margin-top: -98px;
}
.post-5 .news_list.l2 {
  margin-top: 59px;
}
.post-5 .news_list.l3 {
  margin-top: 86px;
}
.post-5 .news_list.l4 {
  margin-top: -25px;
}
.news .news_imgs video {
  width: 100%;
}
.news .news_imgs {
  overflow: hidden;
}
.news .news_imgs img {
  transition: all 0.3s;
}
.news:hover .news_imgs img {
  transform: scale(1.2);
}

#imageModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

#modalImage {
  max-width: 80%;
  max-height: 80%;
}

#closeModal {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

#prevImage,
#nextImage {
  position: absolute;
  top: 49%;
  color: white;
  font-size: 60px;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.3s;
  text-shadow: 0 2px 5px #00000030;
  animation: floatHorizontal 2s infinite ease-in-out;
}
#prevImage:hover,
#nextImage:hover {
  opacity: 1;
  transform: scale(1.2);
  animation-play-state: paused;
}
#prevImage {
  left: 0px;
}

#nextImage {
  right: 0px;
}
@keyframes floatHorizontal {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}

#prevImage {
  animation-name: floatHorizontalLeft;
}

@keyframes floatHorizontalLeft {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
  }
}
/*

添加点击时的缩小动画 */

#prevImage:active,
#nextImage:active {
  transform: scale(0.9);

  transition: all 0.1s ease-in-out;
}
/* 底部 */
/*  */
.footer {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 24px;
  background-color: #484848;
}
.f_list {
  float: left;
  padding-top: 10px;
  border-top: 1px solid #7f7f7f;
  margin-right: 28px;
}
.f_list:last-child {
  margin-right: 0;
}

.f_list h5 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.f_list .f_ul li a {
  font-size: 14px;
  color: #c8c8c8;
  line-height: 24px;
}
.f_list .f_ul {
  padding-top: 20px;
}
.footer_list .f_list1 {
  width: 12%;
}
.footer_list .f_list2 {
  width: 12%;
}
.footer_list .f_list3 {
  width: 35.33%;
}
.footer_list .f_list4 {
  width: 30%;
}
.f_ulimg li {
  float: left;
  margin-right: 10px;
}
.f_ulimg li a img {
  max-width: 100%;
}
.ful_text li {
  float: left;
  margin-right: 20px;
}
.ful_dz li {
  font-size: 14px;
  color: #c8c8c8;
  line-height: 24px;
}
.bottom {
  font-size: 14px;
  color: #c8c8c8;
  line-height: 24px;
}

.wx_text {
  float: left;
  width: calc(100% - 80px);
  border: 1px solid #767676;
  border-left: none;
}
.wx_text p {
  text-align: center;
  line-height: 78px;
  font-size: 14px;
  color: #c8c8c8;
}
.wx_img {
  width: 80px;
  float: left;
  margin-right: 7px;
}
.f_ulimg {
  padding-top: 20px;
}
.ful_dz {
  padding-top: 20px;
  padding-bottom: 10px;
}
.footer .footerbq {
  font-size: 14px;
  color: #c8c8c8;
  line-height: 14px;
  padding-top: 30px;
}
.wx .wx_img p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  text-align: center;
}
.wx_img img {
  max-width: 100%;
}

/*栏目图片*/
.list .banner {
  height: 290px;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  background: url(../images/banner.png);
}
.list .banner img {
  display: none;
  height: 100%;
  vertical-align: top;
}
/**主体列表页开始**/
#l-container {
}
#l-container .inner {
  padding: 25px 10px;
  box-sizing: border-box;
  min-height: 500px;
}
/**主体文章页开始**/
#d-container {
}
#d-container .inner {
  background: #fff;
  min-height: 500px;
}

.col_menu {
  width: 240px;
  float: left;
  margin-right: -240px;
  position: relative;
}
.col_menu .l-qh {
  margin-bottom: 10px;
}
.col_menu .col_menu_head {
  background: #068ac6;
} /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
} /**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
  display: block;
  line-height: 50px;
  padding: 0px 5px 0px 30px;
} /**栏目名称图标**/
.col_menu .col_menu_con {
  border: 1px solid #e4e4e4;
}
/*栏目列表*/
.col_list {
}
.col_list .wp_listcolumn {
  border-top: 0px solid #2867a0;
  border-bottom: 0px solid #fff;
}
.col_list .wp_listcolumn .wp_column a {
  color: #333;
  font-size: 15px;
  font-weight: normal;
  background: none;
  border-top: 0px solid #fff;
  border-bottom: 1px solid #f6eaea;
}
.col_list .wp_listcolumn .wp_column a .column-name {
  padding: 5px 0px 5px 28px;
  line-height: 32px;
}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
  color: #068ac6;
  background: #eee;
}
.col_list .wp_listcolumn .wp_column a.selected span.column-name {
  color: #068ac6;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
  color: #454545;
  background: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #bbb;
}
.col_list .wp_listcolumn .wp_column.parent > a .column-name {
  font-weight: bold;
  color: #068ac6;
}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {
  color: #333;
  border-top: 1px solid #eee;
  margin-top: -1px;
}
.col_list .wp_listcolumn .sub_list a .column-name {
  display: inline-block;
  line-height: 28px;
  padding: 5px 10px 5px 44px;
  cursor: pointer;
}
.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
  font-weight: bold;
  font-weight: bold;
  color: #068ac6;
}
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
}
.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
  padding: 5px 10px 5px 60px;
  cursor: pointer;
}
.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
  font-weight: bold;
  color: #068ac6;
}
/**栏目新闻**/
.col_news {
  width: 100%;
  min-height: 500px;
  float: right;
}
.col_news .col_news_box {
  margin-left: 290px;
}
.col_news_head {
  border-bottom: 1px solid #dbdbdb;
}
.col_metas .col_title {
  display: inline-block;
  float: left;
  height: 48px;
  line-height: 48px;
} /**当前栏目**/
.col_metas .col_title h2 {
  display: inline-block;
  font-size: 18px;
  font-family: "Microsoft yahei";
  font-weight: normal;
  color: #068ac6;
  border-bottom: 3px solid #cbcbcb;
}
.col_metas .col_path {
  display: inline-block;
  float: right;
  white-space: nowrap;
  height: 46px;
  line-height: 46px;
  color: #666;
} /**当前位置**/
.col_metas .col_path a {
  color: #2f2f2f;
}
.col_news_con {
  padding: 5px 0px 10px 0px;
  margin: 0 0px;
}
.col_news_list {
  margin-top: 7px;
}
.col_news_list .news_list .news {
  line-height: 34px;
  font-size: 16px;
}
.col_news_list .news_list .news .news_title {
  width: calc(100% - 100px);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.col_news_list .news_list .news .news_meta {
  float: right;
}
.col_news_list .wp_article_list .list_item {
} /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {
} /**栏目新闻图标序号**/
.col_news_list .wp_entry,
.col_news_list .wp_entry p {
  line-height: 1.75;
  font-size: 14px;
  color: #333;
}
.col_news_list .wp_entry p {
  margin-bottom: 10px;
}
.col_news_list .wp_entry table {
  margin-bottom: 4px;
}
.col_news_list .wp_entry img {
  max-width: 680px;
  _width: expression(this.width > 680 ? "680px": this.width);
} /**列表页文章图片大小限制**/
/**文章页**/
.infobox {
  padding: 20px 60px;
  margin: 0 auto;
  width: auto;
}
.article {
  padding-top: 10px;
}
.article h1.arti_title {
  line-height: 36px;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  text-align: center;
  color: #068ac6;
} /**文章标题**/
.article h2.arti_title {
  line-height: 34px;
  font-family: "Microsoft YaHei";
  font-size: 17px;
  text-align: center;
  color: #1b1b1b;
} /**文章副标题**/
.article .arti_metas {
  padding: 10px;
  text-align: center; /* border-top:1px solid #ececec; */
}
.article .arti_metas span {
  margin: 0 5px;
  font-size: 12px;
  color: #787878;
} /**文章其他属性**/
.article .entry {
  margin: 0 auto;
  overflow: hidden;
  margin-top: 10px;
} /**文章内容**/
.article .entry .read,
.article .entry .read p {
  line-height: 1.75;
  font-size: 14px;
  color: #333;
} /**阅读字体**/
.article .entry .read p {
  margin-bottom: 10px;
}
.article .entry .read img {
  margin: 0 auto;
  max-width: 940px;
  _width: expression(this.width > 940 ? "940px": this.width);
} /**文章阅读部分图片大小限制**/
.article .entry .read table {
  margin: 0 auto;
  border: none !important;
}
.wp_articlecontent video {
    width: 100%;
    height: 100%;
}


