@charset "utf-8";
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;
}
/*备用样式表*/
.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;
  background: url(/uploads/image/_t0f4timages/icon.png) no-repeat;
}
/*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;
}
:-moz-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 30px);
    opacity: 0;
  }
}

@keyframes sdb05 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0px, 30px);
    opacity: 0;
  }
}

/**布局开始**/
body {
  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 {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
} /**页面全局宽度**/
/*headtop*/
#headtop {
  background: #666;
}
#headtop .inner {
}
.headtop .top-left {
  float: left;
}
.headtop .top-right {
  float: right;
}
/*head开始*/
#header {
  position: absolute;
  z-index: 9;
  /* background: url(/uploads/image/_t0f4timages/head_bg.png);*/
}
#header .inner {
  height: 132px;
  position: relative;
  background:  no-repeat right 47px;
}
.header .sitelogo {
  float: left; /* margin-top: 25px; */
}
.header .sitetitle {
  display: inline-block;
  margin-top: 28px;
  margin-left: 10px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
} /**站点名称**/
.header .head-left {
  float: left;
  display: inline-block;
}
.header .head-main {
  float: left;
  margin-top: 10px;
}
.header .head-right {
  float: right;
  margin-top: 12px;
  width: 200px;
}
/*rale样式*/
.site-rale {
}
.site-rale ul {
}
.site-rale ul li.links {
  float: left;
}
.site-rale ul li.links a {
  line-height: 35px;
  padding: 0 12px 0 12px;
  padding-left: 19px;
  font-size: 13px;
  color: #cad3d4;
  background: url(/uploads/image/_t0f4timages/icon_role.png) no-repeat;
}
.site-rale ul li.links a:hover {
  color: #fff;
}
.site-rale ul li.links.i1 a {
  background-position: 0px 0px;
}
.site-rale ul li.links.i2 a {
  background-position: -90px 0px;
}
.site-rale ul li.links.i3 a {
  background-position: -187px 0px;
}
.site-rale ul li.links.i4 a {
  background-position: -269px 0px;
}
/*lang样式*/
.site-lang {
}
.site-lang ul {
  float: right;
}
.site-lang ul li.links {
  float: left;
}
.site-lang ul li.links a {
  line-height: 35px;
  margin: 0px 5px;
  font-size: 13px;
  color: #cad3d4;
}
.site-lang ul li.links a:hover {
  color: #fff;
}
/*默认主导航样式*/
.main4 #nav {
  /* background: #004ea1; */
  float: right;
  width: 805px;
  width: 60%;
}
#nav .inner {
  width: auto;
}
#nav .inner .wp-panel {
} /*导航*/
#nav .inner .wp-panel .wp-window {
}
#nav .inner .wp-panel .navbg {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/*导航样式：后台绑定时也可以定义配置*/
.nav .wp-menu {
  margin: 0 auto;
}
.nav .wp-menu .menu-item {
  display: inline-block;
  float: left;
  position: relative;
}
.nav .wp-menu .menu-item.i1 {
  background: none;
}
.nav .wp-menu .menu-item a > .menu-switch-arrow {
  display: inline-block;
  width: 0;
  height: 20px;
  background: url(/uploads/image/_t0f4timages/nav_j.png) no-repeat center center;
  vertical-align: middle;
}
.nav .wp-menu .menu-item a.menu-link {
  display: inline-block; /* padding: 0 32px; */
  line-height: 80px;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
}
.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover {
  /* background-color:#1384e2; */ /* text-decoration: none; */ /* color: #eee; */
}
.nav .sub-menu {
  display: none; /* position: absolute; */ /* left: 0; */ /* top: 42px; */
  min-width: 100%;
  z-index: 100; /* background:#fff; */
}
.nav .sub-menu .sub-item {
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  _zoom: 1;
}
.nav .sub-menu .sub-item a {
  display: block;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 /** 17**/ px;
  font-size: 20px;
  background: none;
  text-align: center;
}
.nav .sub-menu .sub-item.hover > a,
.nav .sub-menu .sub-item a:hover {
  color: #ca4444; /* background-color:#1384e2; */
  display: block;
}
.nav .sub-menu .sub-menu {
  left: 100%;
  top: 0px;
  z-index: 200;
  background: #fff;
}
/**主页banner开始**/
#banner {
  background: #e7e2df;
}
#banner .inner {
  width: auto;
  max-width: 1920px;
  text-align: center;
  position: relative;
}
/**主体模块样式**/
#m-container {
}
#m-container .inner {
}
/**首页三列布局**/
.mod {
  width: 100%;
  height: 100%;
}
.mbox {
}

.main1 {
}
.main1 .inner {
  padding: 10px 0px 0px;
}
.main1 .ml {
  float: left;
  width: 360px;
  padding-top: 8px;
}
.main1 .mc {
  float: left;
  width: 380px;
  margin-left: 30px;
}
.main1 .mr {
  float: right;
  width: 346px;
}

.main4 {
  /* background: #eeeeee; */
}
.main4 > .inner {
  padding: 99px 0 40px;
}
.main4 .ml {
  float: left;
  width: 530px;
}
.main4 .mr {
  float: right;
  padding-top: 25px;
}
.main4 .mr .mlink {
}
/**标题栏新闻窗口**/
.post {
  margin-bottom: 10px;
}
.post .tt {
  display: inline-block;
  width: 100%;
  border-bottom: 0px solid #e6e6e6;
} /**标题栏**/
.post .tt .tit {
  display: block; /* float:left; */
  font-weight: normal;
  text-align: center;
} /**标题字体**/
.post .tt .tit .title {
  display: block;
  line-height: 42px;
  color: #424242;
  font-family: "microsoft yahei";
}
.post .tt .tit .name {
  display: none;
  line-height: 16px;
  color: #333;
} /*栏目别名*/
.post .con {
  /* padding: 6px 0; */
  margin: 0 auto;
}
.post .con .wp_article_list .list_item {
  border-bottom: 1px dashed #ccc;
} /**新闻列表**/
.post .con .wp_article_list .list_item .article_index {
  background:  no-repeat center;
}
.post .more_btn {
  display: block;
  *zoom: 1; /* height: 20px; */
  line-height: 20px;
  text-align: center;
  margin-top: 29px;
}
.post .more_btn .more_text,
.post .more_btn a {
  font-size: 18px;
  cursor: pointer;
}
.post .more_btn a {
  color: #666;
}
.post .more_btn a:hover {
  /* color:#666; */
}
/*标准标题*/
.post1 {
}
.post1 .tt {
  /* border-bottom: 2px solid #146cc1; */
}
.post1 .tt .tit {
}
.post1 .tt .tit .title {
  display: inline-block;
  font-size: 30px;
  line-height: 55px; /* font-weight:bold; */
  color: #252525;
  cursor: pointer;
  background: url(/uploads/image/_t0f4timages/ttline.png) no-repeat bottom;
  margin-bottom: 42px;
}
.post1 .tt .tit .title.selected {
  color: #0f429b;
}
.post1 .more_btn a {
  display: inline-block;
  width: 131px;
  height: 49px;
  background: #9b0000;
  color: #fff;
  line-height: 49px;
  border-radius: 25px;
}
/*带图标标题*/
.post2 {
}
.post2 .tt {
}
.post2 .tt .tit {
  padding-left: 24px;
  background:  no-repeat left center;
}
.post2 .tt .tit .title {
  font-size: 16px;
  font-weight: bold;
  color: #18267d;
  cursor: pointer;
}
.post2 .con {
}
/*居中标题*/
.post3 {
}
.post3 .tt {
  width: 100%;
  text-align: center;
}
.post3 .tt .tit {
  float: none;
}
.post3 .tt .tit .title {
  font-weight: bold;
  color: #1b2ea3;
}
.post3 .more_btn {
  margin-left: 10px;
  line-height: 20px;
  float: none;
}
/*标题切换hover*/
.post4 {
}
.post4 .tt {
  border-bottom: 1px solid #57b8ef;
}
.post4 .tt .tit {
  border-bottom: 0px;
}
.post4 .tt .tit .title {
  display: inline-block;
  margin-right: 20px;
  color: #333;
  border-bottom: 3px solid #fff;
  cursor: pointer;
}
.post4 .tt .tit .title.selected {
  border-bottom: 3px solid #0074b3;
  color: #000;
}
.post4 .more_btn a {
  color: #1826a5;
}
/*左标题右内容*/
.post5 {
  background: #1826a5;
}
.post5 .tt {
  float: left;
  width: 120px;
  margin-right: -120px;
  position: relative;
}
.post5 .tt .tit {
  float: none;
  margin-top: 26px;
  width: 100%;
  font-size: 18px;
}
.post5 .tt .tit .title {
  text-align: center;
  color: #fff;
}
.post5 .more_btn {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -54px;
  z-index: 100;
  height: auto;
  text-align: center;
  margin-top: 0px;
}
.post5 .more_btn a {
  line-height: 45px;
  color: #fff;
}
.post5 .con {
  padding: 0;
  position: relative;
}
.post5 .con .conbox {
  margin-left: 120px;
  padding-left: 15px;
  background: #fff;
}
/**自定义新闻列表**/
.news_list {
}
.news_list li.news {
  line-height: 34px;
  padding-left: 0px;
} /**标题图标**/
.news_list li.news span.news_title {
  float: left;
} /*标题*/
.news_list li.news span.news_title img {
  vertical-align: middle;
}
.news_list li.news span.news_meta {
  float: left;
  margin-left: 2px;
  color: #1b1d1d;
  margin-right: 4%;
  font-weight: bold;
} /*属性*/
.news_list li.news .news_time,
.news_list li.news .news_time span {
  color: #666;
} /*发布时间*/
.news_list li.news .news_icon {
  display: inline-block;
  margin: 0 auto;
  border: 0px solid red;
}
.news_list li.news .news_text {
  line-height: 22px;
  color: #666;
} /*默认简介*/
.news_list li.news .news_bg {
  position: relative;
  margin-right: 13px;
  top: -57px;
  height: 57px;
  background: url(/uploads/image/_t0f4timages/head_bg.png);
}
.news_list li.news p {
  line-height: 34px;
}
/*日历新闻样式1*/
.rili {
}
.rili .con {
  padding: 5px 0px;
}
.rili .news_list {
}
.rili .news_list li.news {
  margin-top: 0px;
}
.rili .news_list li.news.n1 {
}
.rili .news_list li.news .news_date {
  float: left;
  width: 60px;
  height: 28px;
  line-height: 28px;
  margin-top: 3px;
  margin-right: -70px;
  font-family: "microsoft yahei";
  border-radius: 4px;
  background: #146cc1;
  text-align: center;
  vertical-align: middle;
}
.rili .news_list li.news .news_date .news_year {
  display: inline-block;
  padding: 0 4px;
  font-size: 18px;
  color: #fff;
}
.rili .news_list li.news .news_date .news_days {
  display: inline-block;
  height: 26px;
  padding: 0 6px;
  font-size: 14px;
  color: #18267d;
  border-radius: 0px 4px 4px 0px;
  background: #fff;
  vertical-align: top;
  border: 1px solid #146cc1;
}
.rili .news_list li.news .news_wz {
  width: 100%;
}
.rili .news_list li.news .news_wz .news_con {
  margin-left: 70px;
}
.rili .news_list li.news .news_title {
  line-height: 34px;
  margin-top: 0px;
  font-size: 14px;
  color: #000;
}
.rili .news_list li.news .news_text {
  line-height: 20px;
  margin-top: 0px;
  font-size: 12px;
  color: #666;
}
/*日历新闻样式2*/
.rili2 {
}
.rili2 .con {
  padding: 5px 0px;
}
.rili2 .news_list {
}
.rili2 .news_list li.news {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.rili2 .news_list li.news.n1 {
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
}
.rili2 .news_list li.news .news_date {
  float: left;
  width: 60px;
  margin-right: -70px;
  background: #00707a;
  text-align: center;
}
.rili2 .news_list li.news .news_date .news_year {
  line-height: 30px;
  font-size: 22px;
  color: #fff;
  background-color: #949494;
  transition: all 0.4s ease-in-out;
}
.rili2 .news_list li.news .news_date .news_days {
  line-height: 30px;
  font-size: 12px;
  color: #6b6b6b;
  background-color: #e3e4e6;
}
.rili2 .news_list li.news .news_wz {
  width: 100%;
}
.rili2 .news_list li.news .news_wz .news_con {
  margin-left: 70px;
  padding: 4px 0px;
}
.rili2 .news_list li.news .news_title {
  line-height: 23px;
  margin-top: 4px;
  font-size: 15px;
  color: #000;
}
.rili2 .news_list li.news:hover .news_date .news_year {
  background-color: #0945a8;
  transition: all 0.4s ease-in-out;
}
.rili2 .news_list li.news:hover .news_date .news_days {
  background-color: #e3e4e6;
}
/*标题文*/
.news_text {
}
.news_text .news_list {
}
.news_text .news_list li.news {
  /* margin-bottom:10px; */
}
.news_text li.news .news_title {
  line-height: 24px;
  font-size: 15px;
  text-align: center;
}
.news_text .news_list li.news .news_text {
  line-height: 22px;
  font-size: 13px;
}
.news_text .news_list li.news .news_time {
  line-height: 28px;
  font-size: 13px;
}
/*图列表*/
.news_tu {
}
.news_tu .con {
  padding: 12px 0px;
}
.news_tu .news_list {
  margin: 0px -10px;
}
.news_tu .news_list li.news {
  float: left;
  width: 25%;
}
.news_tu .news_list li.news .news_box {
  margin: 0px 10px;
  transition: all 0.4s ease-in-out;
}
.news_tu .news_list li.news .news_box:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.news_tu .news_list li.news .news_imgs {
  padding-top: 75%;
  background-color: #efefef;
  position: relative;
  overflow: hidden;
}
.news_tu .news_list li.news .news_imgs img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
}
.news_tu .news_list li.news .news_wz {
}
.news_tu .news_list li.news .news_wz .news_con {
}
.news_tu .news_list li.news .news_title {
  line-height: 45px;
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.news_tu .news_list li.news .news_title a {
}
/*图文*/
.tu_text {
}
.tu_text .news_list {
}
.tu_text .news_list li.news {
  margin-bottom: 10px;
}
.tu_text .news_list li.news .news_imgs {
  float: left;
  width: 160px;
  margin-right: -175px;
}
.tu_text .news_list li.news .news_imgs a {
  height: 120px;
  display: table-cell;
  vertical-align: middle;
  background-color: #efefef;
}
.tu_text .news_list li.news .news_imgs img {
  width: 100%;
  height: auto;
}
.tu_text .news_list li.news .news_wz {
  width: 100%;
}
.tu_text .news_list li.news .news_wz .news_con {
  margin-left: 175px;
  padding: 0px 0px;
  position: relative;
}
.tu_text .news_list li.news .news_title {
  line-height: 24px;
  font-size: 15px;
}
.tu_text .news_list li.news .news_text {
  line-height: 22px;
  font-size: 12px;
}
.tu_text .news_list li.news .news_time {
  line-height: 26px;
  font-size: 12px;
}
/*文字图标链接*/
.link_text {
  margin-bottom: 0px;
}
.link_text .news_list {
  margin: 0 -5px;
}
.link_text .news_list li.news {
  float: left;
  width: 20%;
  text-align: center;
}
.link_text .news_list li.news .news_box {
  margin: 0 5px;
}
.link_text .news_list li.news .link_icon {
  display: inline-block;
  width: 100%;
  background-color: #1b2ea3;
}
.link_text .news_list li.news .link_icon:hover {
  background-color: #666;
}
.link_text .news_list li.news .link_con {
  display: block;
  line-height: 30px;
  color: #fff;
}
/*图标链接*/
.link_icon {
  margin-bottom: 0px;
}
.link_icon .news_list {
  margin: 0 -10px;
}
.link_icon .news_list li.news {
  float: left;
  width: 20%;
  text-align: center;
  border: none;
}
.link_icon .news_list li.news .news_box {
  margin: 0 10px;
}
.link_icon .news_list li.news .link_icon {
  display: inline-block;
  width: 100%;
  background-color: #1b2ea3;
  opacity: 1;
  filter: alpha(opacity=100);
}
.link_icon .news_list li.news .link_icon:hover {
  background-color: #1b2ea3;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.link_icon .news_list li.news .link_icon .icon {
  width: 35px;
  height: 34px;
  margin: 10px 0px;
  border: 0px solid red;
}
.link_icon .news_list li.news.i1 .link_icon .icon {
  background-position: 0px 0px;
}
.link_icon .news_list li.news.i2 .link_icon .icon {
  background-position: -86px 0px;
}
.link_icon .news_list li.news.i3 .link_icon .icon {
  background-position: -169px 0px;
}
.link_icon .news_list li.news.i4 .link_icon .icon {
  background-position: -258px 0px;
}
.link_icon .news_list li.news.i5 .link_icon .icon {
  background-position: -335px 0px;
}
.link_icon .news_list li.news.i6 .link_icon .icon {
  background-position: -421px 0px;
}
.link_icon .news_list li.news.i7 .link_icon .icon {
  background-position: -86px 0px;
}
.link_icon .news_list li.news.i8 .link_icon .icon {
  background-position: -86px 0px;
}
.link_icon .news_list li.news .link_con {
  display: block;
  line-height: 30px;
  color: #000;
}

.post-33 {
}
.post-33 .con {
}
.post-33 .news_list {
}
.post-33 .news_list li.news {
  padding-left: 18px;
  background:  no-repeat 3px center;
}

.post-41 {
}
.post-41 .con {
  padding: 15px 0;
}
.aside-tab.op {
  right: -17px;
}
.aside-tab {
  width: 28.64%;
  height: 100%;
  position: fixed;
  right: -535px;
  transition: 0.6s;
  z-index: 9;
}
.head-logo {
  position: absolute;
  left: 7.8%;
  top: 56px;
}

.head-nav {
  position: absolute;
  top: 450px;
  left: 50%;
  margin-left: -300px;
}

.head-nav .btn {
  float: left;
  width: 119px;
  height: 119px;
  background: #9b0000;
  opacity: 0.7;
  margin-left: 121px;
  border-radius: 60px;
  text-align: center;
  padding-top: 26px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  line-height: 45px;
  cursor: pointer;
}

.head-nav .btn.stu {
  margin: 0;
  background: #009347;
}

.head-nav .btn.tea {
  background: #9b0000;
}
.head-nav .btn.pub {
  background: #004081;
}

.head-nav .btn img {
  display: block;
  margin: 0 auto;
}

ul.tab-list.clearfix {
  width: 368px;
  height: 100%;
  float: right;
  background: #222;
  box-sizing: border-box;
  padding: 120px 65px;
  position: relative;
  z-index: 5;
  overflow: auto;
}

.aside-tab .tab-list a {
  color: #fff;
}

ul.tab-list .wp-menu > .menu-item ul {
  height: 0;
  /* height: auto; */
  overflow: hidden;
}

.sudy-tab {
  height: 100%;
}

.aside-tab li.menu-item {
  border-bottom: 1px solid #656565;
}

ul.tab-list .wp-menu > .menu-item > a {
  font-size: 16px;
  line-height: 49px;
}

ul.tab-list .wp-menu > .menu-item em {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/uploads/image/_t0f4timages/arr-b.png) bottom;
  float: right;
  right: 0;
  position: absolute;
  margin: 18px 0px 0 0;
  cursor: pointer;
  transition: 0.3s;
}
ul.tab-list .wp-menu > .menu-item {
  padding-left: 48px;
  position: relative;
  overflow: hidden;
}

ul.tab-list .c1 .wp-menu > .menu-item.i1 {
  background: url(/uploads/image/_t0f4timages/p12.png) no-repeat 9px 12px;
  border-top: 1px solid #656565;
}
ul.tab-list .c1 .wp-menu > .menu-item.i2 {
  background: url(/uploads/image/_t0f4timages/p13.png) no-repeat 9px 12px;
}
ul.tab-list .c1 .wp-menu > .menu-item.i3 {
  background: url(/uploads/image/_t0f4timages/p14.png) no-repeat 9px 12px;
}
ul.tab-list .c1 .wp-menu > .menu-item.i4 {
  background: url(/uploads/image/_t0f4timages/p15.png) no-repeat 9px 12px;
}
ul.tab-list .c1 .wp-menu > .menu-item.i5 {
  background: url(/uploads/image/_t0f4timages/p16.png) no-repeat 9px 12px;
}
ul.tab-list .c1 .wp-menu > .menu-item.i6 {
  background: url(/uploads/image/_t0f4timages/p17.png) no-repeat 9px 12px;
}
ul.tab-list .c1 .wp-menu > .menu-item.i7 {
  background: url(/uploads/image/_t0f4timages/p18.png) no-repeat 9px 12px;
}
ul.tab-list .c1 .wp-menu > .menu-item.i8 {
  background: url(/uploads/image/_t0f4timages/p19.png) no-repeat 9px 12px;
}
ul.tab-list .c1 .wp-menu > .menu-item.i9 {
  background: url(/uploads/image/_t0f4timages/p20.png) no-repeat 9px 12px;
}
ul.tab-list .c1 .wp-menu > .menu-item.i10 {
  background: url(/uploads/image/_t0f4timages/p21.png) no-repeat 9px 12px;
}
ul.tab-list .c1 .wp-menu > .menu-item.i11 {
  background: url(/uploads/image/_t0f4timages/p22.png) no-repeat 9px 12px;
}
ul.tab-list .c1 .wp-menu > .menu-item.i12 {
  background: url(/uploads/image/_t0f4timages/p23.png) no-repeat 9px 12px;
}
ul.tab-list .c1 .wp-menu > .menu-item.i13 {
  background: url(/uploads/image/_t0f4timages/p24.png) no-repeat 9px 12px;
}
ul.tab-list .c1 .wp-menu > .menu-item.i14 {
  background: url(/uploads/image/_t0f4timages/p25.png) no-repeat 9px 12px;
}
ul.tab-list .c2 .wp-menu > .menu-item.i1 {
  background: url(/uploads/image/_t0f4timages/p26.png) no-repeat 9px 12px;
  border-top: 1px solid #656565;
}
ul.tab-list .c2 .wp-menu > .menu-item.i2 {
  background: url(/uploads/image/_t0f4timages/p27.png) no-repeat 9px 12px;
}
ul.tab-list .c2 .wp-menu > .menu-item.i3 {
  background: url(/uploads/image/_t0f4timages/p28.png) no-repeat 9px 12px;
}
ul.tab-list .c2 .wp-menu > .menu-item.i4 {
  background: url(/uploads/image/_t0f4timages/p23.png) no-repeat 9px 12px;
}

ul.tab-list .c2 .wp-menu > .menu-item.i5 {
  background: url(/uploads/image/_t0f4timages/p16.png) no-repeat 9px 12px;
}

ul.tab-list .c2 .wp-menu > .menu-item.i6 {
  background: url(/uploads/image/_t0f4timages/p12.png) no-repeat 9px 12px;
}

ul.tab-list .c3 .wp-menu > .menu-item.i1 {
  background: url(/uploads/image/_t0f4timages/p23.png) no-repeat 9px 12px;
  border-top: 1px solid #656565;
}
ul.tab-list .c3 .wp-menu > .menu-item.i2 {
  background: url(/uploads/image/_t0f4timages/p13.png) no-repeat 9px 12px;
  border-top: 1px solid #656565;
}
ul.tab-list .c3 .wp-menu > .menu-item.i3 {
  background: url(/uploads/image/_t0f4timages/p14.png) no-repeat 9px 12px;
}
ul.tab-list .c3 .wp-menu > .menu-item.i4 {
  background: url(/uploads/image/_t0f4timages/p15.png) no-repeat 9px 12px;
}
ul.tab-list .c3 .wp-menu > .menu-item.i5 {
  background: url(/uploads/image/_t0f4timages/p16.png) no-repeat 9px 12px;
}
ul.tab-list .c3 .wp-menu > .menu-item.i6 {
  background: url(/uploads/image/_t0f4timages/p17.png) no-repeat 9px 12px;
}
ul.tab-list .c3 .wp-menu > .menu-item.i7 {
  background: url(/uploads/image/_t0f4timages/p18.png) no-repeat 9px 12px;
}
ul.tab-list .c3 .wp-menu > .menu-item.i8 {
  background: url(/uploads/image/_t0f4timages/p19.png) no-repeat 9px 12px;
}
ul.tab-list .c3 .wp-menu > .menu-item.i9 {
  background: url(/uploads/image/_t0f4timages/p20.png) no-repeat 9px 12px;
}
ul.tab-list .c3 .wp-menu > .menu-item.i10 {
  background: url(/uploads/image/_t0f4timages/p21.png) no-repeat 9px 12px;
}

ul.tab-list .c4 .wp-menu > .menu-item.i1 {
  background: url(/uploads/image/_t0f4timages/p26.png) no-repeat 9px 12px;
  border-top: 1px solid #656565;
}
ul.tab-list .c4 .wp-menu > .menu-item.i2 {
  background: url(/uploads/image/_t0f4timages/p24.png) no-repeat 9px 12px;
}
ul.tab-list .c4 .wp-menu > .menu-item.i3 {
  background: url(/uploads/image/_t0f4timages/p19.png) no-repeat 9px 12px;
}
ul.tab-list .c4 .wp-menu > .menu-item.i4 {
  background: url(/uploads/image/_t0f4timages/p23.png) no-repeat 9px 12px;
}
.sudy-tab .tab-menu > li .na {
  line-height: 33px;
  height: 33px;
  border-left: 1px solid #fff;
  padding-left: 16px;
}

/**
.sudy-tab .tab-menu>li.n3 .na {
    font-size: 19px;
    line-height: 20px;
    width: 63px;
}
**/
.sudy-tab .tab-menu li.n1 {
  background: #9b0000 url(/uploads/image/_t0f4timages/p1.png) no-repeat 22px;
}
.sudy-tab .tab-menu li.n2 {
  background: #9b0000 url(/uploads/image/_t0f4timages/p2.png) no-repeat 21px;
}
.sudy-tab .tab-menu li.n3 {
  background: #9b0000 url(/uploads/image/_t0f4timages/p3.png) no-repeat 23px;
}
.sudy-tab .tab-menu li.n4 {
  background: #9b0000 url(/uploads/image/_t0f4timages/p10.png) no-repeat 27px;
}
.sudy-tab .tab-menu li.n5 {
  background: #9b0000 url(/uploads/image/_t0f4timages/p11.png) no-repeat 29px;
}
.aside-tab em.menu-switch-arrow.op {
  transform: rotate(180deg);
}

ul.tab-list .wp-menu > .menu-item > ul > li {
  line-height: 35px;
  border-top: 1px solid #656565;
  padding: 0 0 0 15px;
  font-size: 14px;
}
ul.tab-list .wp-menu > .menu-item ul.op {
  height: auto;
}
.arr-b {
  position: absolute;
  top: 825px;
  left: 50%;
  margin-left: -21px;
  cursor: pointer;
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
}
.aside-tab .tab-list a:hover {
  color: #f55a5a;
}
.bm {
  font-size: 30px;
  /* line-height: 50px; */
  color: #bbb;
  text-align: center;
}

.post.post1.post-12.mbox {
  padding: 78px 0 0;
}

.post-12 li.news {
  float: left;
  width: 100%;
  height: 111px;
  margin-left: 1.1538%;
  background: #eaebeb;
  margin-bottom: 19px;
  overflow: hidden;
  border-radius: 5px;
}

.post-12 li.news.n1,
.post-12 li.news.n4 {
  margin-left: 0;
}

.post-12 li.news .news_lm {
  float: left;
  text-align: center;
  width: 20.8037%;
  height: 111px;
  line-height: 111px;
  font-size: 25px;
  background: #9b0000;
  /* padding: 0 18px; */
  box-sizing: border-box;
  margin-right: 4.0189%;
  color: #fff;
}

.post-12 li.news .wz {
  /* float: left; */
  padding-right: 4.0189%;
  padding-top: 19px;
}

.post-12 li.news .news_lm a {
  display: inline-block;
  color: #fff;
  white-space: nowrap;
  width: 50px;
  overflow: hidden;
}

.post-12 li.news .news_title a {
  font-size: 18px;
  line-height: 26px;
  color: #272727;
}
.post.post1.post12.mbox {
  float: left;
  width: 32.53%;
  height: 130px;
  padding: 0;
  margin-left: 1.1538%;
}

.post.post1.post-121.mbox,
.post.post1.post-124.mbox {
  margin-left: 0;
}
.post-12 li.news .news_meta {
  font-size: 14px;
  color: #737373;
  line-height: 26px;
}

.post.post1.post-13.mbox {
  padding: 71px 0 0;
  position: relative;
  margin-bottom: 65px;
}
.post-13 .con.news_text {
  float: right;
  /* width: 874px; */
  width: 67.2307%;
  margin-right: -13px;
  margin-bottom: 38px;
}

.post-13 .news_list li.news .news_bg {
  /* right: 13px; */
}
.post-13 .news_pic {
  padding-right: 13px;
}

.news_text .news_list li.news .news_title {
}

.post-13 .news_list li.news .news_bg .news_title {
  line-height: 57px;
  height: 57px;
  background: url(/uploads/image/_t0f4timages/head_bg.png);
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-13 .news_list li.news .news_bg .news_title a {
  color: #fff;
  display: inline-block;
  width: 100%;
  background: url(/uploads/image/_t0f4timages/head_bg.png);
  padding: 0 30px;
  font-size: 18px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-13 .more_btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -65px;
}

.post.post1.post-14.mbox {
  margin-top: -487px;
  float: left;
  width: 32.61538%;
}
div#container-2 {
  background: url(/uploads/image/_t0f4timages/bg1.png) no-repeat top;
  padding: 70px 0 0;
}
.post-21 .tt .tit .title {
  color: #fff;
  background: url(/uploads/image/_t0f4timages/ttline1.png) no-repeat bottom;
  margin-bottom: 52px;
}

.post-21 li.news {
  float: left;
  width: 33.33%;
}

#container-2 .inner {
  max-width: 900px;
  width: 100%;
}

.post-21 li.news .news_titlef {
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  margin-top: 20px;
}

.post-21 li.news .news_title {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}

.post-21 li.news .news_pic {
  text-align: center;
}
.post.post1.post-14.mbox img {
  width: 100%;
}

.post-21 .more_btn {
  margin: 80px 0 95px;
}

#container-3 .inner {
  padding: 85px 0;
}

div#container-3 {
  background: #eeeded;
}
.post-31 li.news {
  box-sizing: border-box;
  padding: 7px 0.5384%;
  position: relative;
  background: #fff;
  width: 32.7692% !important;
}

.post-31 li.news .news_pic {
  float: left;
  width: 64.0774%;
}

.post-31 li.news .news_title {
  float: right;
  font-size: 20px;
  color: #9b0000;
  margin: 20px 6.338% 0 0;
}

.post-31 li.news .news_more {
  position: absolute;
  right: 5.86854%;
  bottom: 21px;
}

.post-31 li.news.n2,
.post-31 li.news.n5 {
  /* margin: 0px 11px; */
  margin: 0 0.84615% 20px;
}

.post-31 ul.news_list.clearfix.slick-initialized.slick-slider.slick-dotted {
  /* width: 98.3076%; */
}

.post-31 .slick-list.draggable {
  margin-bottom: 45px;
}

.post-31 div#slick-slide10 > div {
  /* width: 101.73%; */
}

.post-31 li.news .news_title a {
  color: #9b0000;
}

.post-31 .slick-dots > li {
  width: 48px;
  height: 11px;
  background: #9fa0a0;
  /* opacity: 1; */
  margin: 0 6px;
}

.post-31 .slick-dots > li.slick-active {
  background: #9b0000;
}

div#container-4 {
  background: #040706 url(/uploads/image/_t0f4timages/bg2.png) no-repeat left bottom;
  background-size: cover;
}
.foot-logo {
  float: left;
  width: 100%;
  max-width: 477px;
}

.foot-logo a {
  display: inline-block;
  width: 100%;
}

.foot-logo a img {
  width: 100%;
  margin-top: 50px;
}

.main4 .nav .sub-menu {
  display: block !important;
  margin-top: 10px;
}

.main4 .nav .wp-menu .menu-item {
  width: 25%;
  text-align: center;
}
.list .aside-tab {
  right: -368px;
  position: fixed;
}

.list .sudy-tab .tab-menu li.n4 {
  background: #009347 url(/uploads/image/_t0f4timages/p10.png) no-repeat 27px;
}

.list .sudy-tab .tab-menu li.n5 {
  background: #004081 url(/uploads/image/_t0f4timages/p11.png) no-repeat 29px;
}

.list .sudy-tab .tab-menu li.n1 {
  background: #9b0000 url(/uploads/image/_t0f4timages/p29.png) no-repeat 22px;
}

.list .aside-tab.op {
  right: -17px;
}
.list ul.tab-list .c1 .wp-menu > .menu-item.i1 {
  background: url(/uploads/image/_t0f4timages/p30.png) no-repeat 9px 12px;
}
.list ul.tab-list .c1 .wp-menu > .menu-item.i2 {
  background: url(/uploads/image/_t0f4timages/p31.png) no-repeat 9px 12px;
}
.list ul.tab-list .c1 .wp-menu > .menu-item.i3 {
  background: url(/uploads/image/_t0f4timages/p32.png) no-repeat 9px 12px;
}

.list ul.tab-list .c2 .wp-menu > .menu-item.i4 {
  background: url(/uploads/image/_t0f4timages/p21.png) no-repeat 9px 12px;
}
ul.tab-list .wp-menu > .menu-item > ul > li li {
  line-height: 35px;
  border-top: 1px solid #656565;
  padding: 0 0 0px 20px;
}

ul.tab-list .wp-menu > .menu-item .sub-item em {
  margin: 11px 0px 0 0;
}
.list #l-container .inner {
  padding: 5px 10px;
  box-sizing: border-box;
}

.col_menu_con .wp_listcolumn .wp_column {
  width: 16.666%;
  float: left;
  border-left: 1px solid #999;
  /* margin: 5px 0 0; */
  box-sizing: border-box;
}
.col_news_head {
}

.list .col_news_box li.news {
  font-size: 25px;
  line-height: 80px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}

.col_news_box li.news .news_title a {
  color: #1b1d1d;
  font-size: 25px;
  text-overflow: ellipsis;
}

.list .col_news_box li.news:hover {
  background: whitesmoke;
}

.list div#nav {
  float: right;
  width: 63%;
}

.list #footer .nav .inner {
  padding: 5px 0 0;
}

.list .nav .wp-menu .menu-item {
  width: 25%;
  text-align: right;
}

.list #footer .inner {
  padding: 49px 0 80px;
}

.list #footer {
  background: #000 url(/uploads/image/_t0f4timages/bg3.png) no-repeat top;
  margin-top: 100px;
}
.list .sudy-tab .tab-menu {
  top: 55px;
}

.list .tab-list.clearfix {
  padding-top: 60px;
}
body.list.dis {
  background: #f1f5f8;
}
body.list.xy {
  background: #f1f5f8;
}
.xy li.wp_column.column-1 {
  width: 44.20289%;
  height: 254px;
  background: #fff;
  margin: 0 2.89855%;
}
.xy #l-container .inner {
  /* width: 1380px; */
}
.xy .col_news_con li.menu-item {
  float: left;
  width: 46.92307%;
  height: 254px;
  background: #fff;
  text-align: center;
  font-size: 32px;
  padding-top: 160px;
  box-sizing: border-box;
  margin-bottom: 76px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0px #e6e6e6;
}

.xy .col_news_con li.menu-item.i1,
.xy .col_news_con li.menu-item.i3,
.xy .col_news_con li.menu-item.i5,
.xy .col_news_con li.menu-item.i7 {
  margin-right: 6.07692%;
}

.xy .col_news_con li.menu-item a {
  color: #363636;
}

.xy .col_news_con li.menu-item.i1 {
  background: #fff url(/uploads/image/_t0f4timages/p33.png) no-repeat center 50px;
}
.xy .col_news_con li.menu-item.i2 {
  background: #fff url(/uploads/image/_t0f4timages/p34.png) no-repeat center 50px;
}
.xy .col_news_con li.menu-item.i3 {
  background: #fff url(/uploads/image/_t0f4timages/p35.png) no-repeat center 50px;
}
.xy .col_news_con li.menu-item.i4 {
  background: #fff url(/uploads/image/_t0f4timages/p36.png) no-repeat center 50px;
}
.xy .col_news_con li.menu-item.i5 {
  background: #fff url(/uploads/image/_t0f4timages/p37.png) no-repeat center 50px;
}
.xy .col_news_con li.menu-item.i6 {
  background: #fff url(/uploads/image/_t0f4timages/p38.png) no-repeat center 50px;
}
.xy .col_news_con li.menu-item.i7 {
  background: #fff url(/uploads/image/_t0f4timages/p39.png) no-repeat center 50px;
}
.possplit {
  background:  no-repeat center;
  margin: 0 3px;
}
.col_metas .col_path a:last-child {
  color: #9b0000;
}
.xy .col_menu {
  border: 0;
}
.list #header {
  background: none;
}
.xt .col_menu {
  border: 0;
}

.xt .col_left {
  float: left;
  width: 25.76923%;
}

.xt .col_news {
  float: right;
  width: 69.7692%;
}

.xt .col_menu_con .wp_listcolumn .wp_column {
  width: 100%;
  border: 0;
}

.xt .col_nav1.clearfix {
  /* background: url(/uploads/image/_t0f4timages/col_bg1.png) no-repeat; */
  /* background-size: cover; */
  position: relative;
  margin-bottom: 60px;
}
.xt .col_menu_head {
  line-height: 90px;
  text-align: left;
  padding-left: 130px;
  box-sizing: border-box;
  background: #038ccc url(/uploads/image/_t0f4timages/p40.png) no-repeat 20%;
  position: relative;
  border-radius: 10px 10px 0 0;
}

.xt .col_menu_head .column_anchor {
  color: #fff;
  font-size: 23px;
  font-weight: 400;
}

.xt .col_menu_con.clearfix {
  width: 100%;
  /* float: right; */
  margin-right: 3px;
  background: #038ccc;
  border-radius: 0 0 10px 10px;
  padding: 15px 0;
}

.xt .col_list .wp_listcolumn .wp_column a {
  font-size: 14px;
  color: #fff;
  line-height: 50px;
}

.xt .col_list .wp_listcolumn .wp_column a:hover {
  color: #009fe9;
  background: #fff;
}

.xt .col_list .wp_listcolumn .wp_column a.selected {
  background: #fff url(/uploads/image/_t0f4timages/arr-r1.png) no-repeat 90%;
  color: #009fe9;
  font-weight: 400;
}

.xt .col_list .wp_listcolumn .wp_column a.selected span {
  color: #009fe9 !important;
}
.xt .col_bg {
  position: absolute;
  z-index: -2;
  height: 105%;
  /* top: 0; */
  /* bottom: 0; */
}

.xt .col_bg img {
  height: 100%;
  width: 100%;
}

.xt .col_nav2 li.menu-item {
  font-size: 20px;
  line-height: 89px;
  border-bottom: 1px solid #cfd3d7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xt .col_nav2 li.menu-item a {
  color: #3e3e3e;
  /* white-space: nowrap; */
}

body.list.xt.xs {
  background: #f1f5f8;
}

.xt .col_nav2 li.menu-item .col_ico {
  float: left;
  width: 54px;
  height: 54px;
  background: #009fe9;
  border-radius: 50%;
  margin: 18px 12px 0 6px;
}

.xt .col_nav2 li.menu-item.i1 .col_ico {
  background: #009fe9 url(/uploads/image/_t0f4timages/p12.png) no-repeat 14px;
}
.xt .col_nav2 li.menu-item.i2 .col_ico {
  background: #009fe9 url(/uploads/image/_t0f4timages/p13.png) no-repeat 14px;
}
.xt .col_nav2 li.menu-item.i3 .col_ico {
  background: #009fe9 url(/uploads/image/_t0f4timages/p14.png) no-repeat 14px;
}
.xt .col_nav2 li.menu-item.i4 .col_ico {
  background: #009fe9 url(/uploads/image/_t0f4timages/p15.png) no-repeat 14px;
}
.xt .col_nav2 li.menu-item.i5 .col_ico {
  background: #009fe9 url(/uploads/image/_t0f4timages/p16.png) no-repeat 14px;
}
.xt .col_nav2 li.menu-item.i6 .col_ico {
  background: #009fe9 url(/uploads/image/_t0f4timages/p17.png) no-repeat 14px;
}
.xt .col_nav2 li.menu-item.i7 .col_ico {
  background: #009fe9 url(/uploads/image/_t0f4timages/p18.png) no-repeat 14px;
}
.xt .col_nav2 li.menu-item.i8 .col_ico {
  background: #009fe9 url(/uploads/image/_t0f4timages/p19.png) no-repeat 14px;
}
.xt .col_nav2 li.menu-item.i9 .col_ico {
  background: #009fe9 url(/uploads/image/_t0f4timages/p20.png) no-repeat 14px;
}
.xt .col_nav2 li.menu-item.i10 .col_ico {
  background: #009fe9 url(/uploads/image/_t0f4timages/p21.png) no-repeat 14px;
}
.xt .col_nav2 li.menu-item.i11 .col_ico {
  background: #009fe9 url(/uploads/image/_t0f4timages/p22.png) no-repeat 14px;
}
.xt .col_nav2 li.menu-item.i12 .col_ico {
  background: #009fe9 url(/uploads/image/_t0f4timages/p23.png) no-repeat 14px;
}
.xt .col_nav2 li.menu-item.i13 .col_ico {
  background: #009fe9 url(/uploads/image/_t0f4timages/p24.png) no-repeat 14px;
}
.xt .col_nav2 li.menu-item.i14 .col_ico {
  background: #009fe9 url(/uploads/image/_t0f4timages/p25.png) no-repeat 14px;
}
.xt .col_nav2 li.menu-item.i15 .col_ico {
  background: #009fe9 url(/uploads/image/_t0f4timages/p26.png) no-repeat 14px;
}
.xt .col_nav2 li.menu-item.i16 .col_ico {
  background: #009fe9 url(/uploads/image/_t0f4timages/p27.png) no-repeat 14px;
}
.xt .col_nav2 li.menu-item.i17 .col_ico {
  background: #009fe9 url(/uploads/image/_t0f4timages/p28.png) no-repeat 14px;
}
.xt .col_nav2 li.menu-item.i18 .col_ico {
  background: #009fe9 url(/uploads/image/_t0f4timages/p15.png) no-repeat 14px;
}
.xt .col_nav2 li.menu-item.i19 .col_ico {
  background: #009fe9 url(/uploads/image/_t0f4timages/p20.png) no-repeat 14px;
}
.xt .col_nav2 li.menu-item.i20 .col_ico {
  background: #009fe9 url(/uploads/image/_t0f4timages/p21.png) no-repeat 14px;
}
.xt .col_nav2 {
  padding-left: 65px;
}
.xt .col_news span.column_anchor {
  font-size: 30px;
  line-height: 30px;
  color: #292929;
}

.xt .wp_subcolumn_list {
  background: #fff;
  border-radius: 7px;
  min-height: 120px;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0px 0px 20px #e4e4e4;
}

ul.wp_subcolumn_list {
}

ul.wp_subcolumn_list {
}

.xt .wp_subcolumn_list .wp_sublist .sublist_title {
  line-height: 66px;
  height: 66px;
  background: #ffffff url(/uploads/image/_t0f4timages/list_hg.png) left top no-repeat;
  border: 0;
  padding: 0 0 0 4.4198%;
}

.xt .wp_subcolumn_list .wp_sublist .sublist_title .morelink {
  display: none;
}

h3.sublist_title {
}

.xt .wp_subcolumn_list .wp_sublist .sublist_title .subcolumn-name {
  font-size: 25px;
  color: #fff;
  font-weight: 400;
}

.xt .wp_subcolumn_list .wp_sublist .wp_entry p {
  font-size: 16px;
  line-height: 37px;
  font-family: "微软雅黑";
}

.xt .wp_subcolumn_list .wp_sublist .wp_entry {
  padding: 25px 3.3149%;
  box-sizing: border-box;
  /* min-height: 200px; */
}

.xt .wp_subcolumn_list .wp_sublist .news_list {
  padding: 15px 4.9723% 50px;
}

.xt .wp_subcolumn_list .wp_sublist .news_list li.news {
  font-size: 16px;
  color: #3e3e3e;
  line-height: 59px;
  padding-left: 2%;
  background: url(/uploads/image/_t0f4timages/list_dots.png) no-repeat left;
  position: relative;
}

.xt .wp_subcolumn_list .wp_sublist .news_list li.news a {
  font-size: 16px;
  color: #3e3e3e;
}

.xt .wp_subcolumn_list .wp_sublist .news_list li.news span {
  font-size: 16px;
  color: #3e3e3e;
  font-weight: 400;
  padding: 0 0 0 3%;
}

.xt .wp_subcolumn_list .wp_sublist .news_list li.news .news_meta {
  float: right;
  margin: 0;
  position: absolute;
  right: 0;
}
.xt .wp_subcolumn_list:first-child,
.xt .wp_subcolumn_list:first-child   ul,
.xt .wp_subcolumn_list:first-child   ul   ul,
.xt .wp_subcolumn_list:first-child   ul   ul   ul,
.xt .wp_subcolumn_list:first-child   ul   ul   ul   ul {
  display: block;
}
.xt .col_news_con {
  margin-top: 20px;
}
.js .col_news1 {
  float: left;
  width: 30.5384%;
}

.js .col_menu {
  float: none;
  border: 0;
}

.col_news2 {
  float: left;
  width: 30.5384%;
  margin-left: 4.07692%;
}

.col_news3 {
  float: right;
  width: 30.7692%;
}

.js .post.post7 {
  margin-bottom: 50px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 17px 1px #e9e9e9;
  transition: 0.2s;
  position: relative;
  right: 0;
}

.js .post.post7 .title {
  font-size: 23px;
  line-height: 86px;
  background: #0089cc;
  color: #fff;
}

.js .post.post7 li .news_title {
  font-size: 16px;
  line-height: 40px;
  /* transition: .2s; */
}

.js .post.post7 .con ul {
  padding: 30px 0 20px;
  box-sizing: border-box;
}

body.list.js {
  background: #f1f5f8;
}

.js .post.post7:hover {
  background: #0089cc;
  /* width: 479px; */
  box-shadow: none;
  right: -20px;
  overflow: unset;
}

.js .post.post7 li .news_title:hover {
  background: #fff url(/uploads/image/_t0f4timages/arr-r1.png) 90% no-repeat;
  color: #009fe9;
}

.js .post.post7 li .news_title:hover a {
  color: #009fe9;
}

.js .post.post7:hover a {
  color: #fff;
}
.js .post.post7:hover:after {
  position: absolute;
  top: 10%;
  left: -40px;
  content: "";
  height: 80%;
  width: 20px;
  background: #009fe9;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  z-index: 5;
}

.js .post.post7:hover:before {
  position: absolute;
  top: 5%;
  left: -20px;
  content: "";
  height: 90%;
  width: 20px;
  background: #009fe9;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  z-index: 10;
}

.js .post.post7 .tt {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.article .entry .read {
  min-height: 500px;
}
.post-12 .news_text li.news .news_title {
  text-align: left;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 52px;
  overflow: hidden;
}
.list .news_list li.news span.news_title {
 
  width: 80%;
  left: 0;
  box-sizing: border-box;

}
.list .head-logo {
  top: 20px;
}
.xt .wp_subcolumn_list .wp_sublist .news_list li.news span.news_title {
  padding-right: 100px;
  position: static;
}
.xt .col_clist {
  background: #fff;

  margin-top: 30px;
  border-radius: 10px;
}
.xt .col_clist ul {
  padding: 30px;
}
.xt .col_clist #wp_column_article {
  padding: 30px;
  padding-bottom: 50px;
}
.xt .col_clist li {
  height: 60px;
  list-style: none;
  font-size: 16px;
  color: #3e3e3e;
  line-height: 59px;
  padding-left: 1%;
  position: relative;
  border-bottom: 1px solid #dddddd;
  box-sizing: border-box;
}

.xt .col_clist li .article_index {
  display: none;
}

.xt .col_clist #wp_paging_w33 {
  display: none;
}

.xt .col_clist li a {
  color: #3e3e3e;
}

.xt .col_clist li .pr_fields {
  font-size: 16px;
  color: #3e3e3e;
  font-weight: 400;
  padding: 0 0 0 2%;
  padding-right: 100px;
  background: url(/uploads/image/_t0f4timages/list_dots.png) no-repeat left;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
}

.xt .col_clist li .ex_fields {
  float: right;
  /* padding-right: 2%; */
}
.main li.tab-con.c1 li.menu-item.i1 em,
.main li.tab-con.c1 li.menu-item.i1 ul,
.main li.tab-con.c1 li.menu-item.i6 em,
.main li.tab-con.c1 li.menu-item.i6 ul,
.main li.tab-con.c1 li.menu-item.i7 em,
.main li.tab-con.c1 li.menu-item.i7 ul,
.main li.tab-con.c1 li.menu-item.i9 em,
.main li.tab-con.c1 li.menu-item.i9 ul {
  display: none;
}
.list ul.tab-list .c1 .wp-menu > .menu-item.i1 .sub-item.i1-1 ul,
.list ul.tab-list .c1 .wp-menu > .menu-item.i1 .sub-item.i1-1 em,
.list ul.tab-list .c1 .wp-menu > .menu-item.i1 .sub-item.i1-7 ul,
.list ul.tab-list .c1 .wp-menu > .menu-item.i1 .sub-item.i1-7 em,
.list ul.tab-list .c1 .wp-menu > .menu-item.i1 .sub-item.i1-8 ul,
.list ul.tab-list .c1 .wp-menu > .menu-item.i1 .sub-item.i1-8 em,
.list ul.tab-list .c1 .wp-menu > .menu-item.i1 .sub-item.i1-10 ul,
.list ul.tab-list .c1 .wp-menu > .menu-item.i1 .sub-item.i1-10 em,
.list ul.tab-list .c1 .wp-menu > .menu-item.i1 .sub-item.i1-15 ul,
.list ul.tab-list .c1 .wp-menu > .menu-item.i1 .sub-item.i1-15 em {
  display: none;
}

.return_t {
  position: fixed;
  display: none;
  opacity: 0;
  width: 60px;
  height: 60px;
  background: #510000 url(/uploads/image/_t0f4timages/return_arr.png) center no-repeat;
  z-index: 999;
  right: 10px;
  border-radius: 5px;
  top: 270px;
  cursor: pointer;
  transition: 0.4s;
}
.return_t:hover {
  background-color: #770b0b;
}
.main .return_t {
  top: unset;
  bottom: 30px;
  z-index: 1;
}
div#container-5 {
  background: #eaebeb;
  position: fixed;
  bottom: 0;
  display: none;
}

div#container-5 li {
  font-size: 20px;
  float: left;
  width: 210px;
  /* width: 25%; */
  height: 68px;
  line-height: 60px;
  position: relative;
  margin: 0 35px;
}

div#container-5 li a {
  display: inline-block;
  /* float: left; */
  margin: 4px 0 4px 30px;
  width: 180px;
  background: #4c4c4c;
  color: #fff;
  text-align: right;
  padding-right: 21%;
  box-sizing: border-box;
  border-radius: 7px;
}
#container-5 .inner {
  /* height: 120px; */
  padding: 26px 0;
  box-sizing: border-box;
  max-width: 840px;
}

div#container-5 li .bgk {
  width: 68px;
  height: 68px;
  /* float: left; */
  position: absolute;
}
div#container-5 li.i1 .bgk {
  background: url(/uploads/image/_t0f4timages/bgk1.png) no-repeat center;
}
div#container-5 li.i2 .bgk {
  background: url(/uploads/image/_t0f4timages/bgk2.png) no-repeat center;
}
div#container-5 li.i3 .bgk {
  background: url(/uploads/image/_t0f4timages/bgk3.png) no-repeat center;
}
.wrapper.main5 .inner .mod {
  padding: 0;
}
.main #footer {
  margin-bottom: 120px;
}
.main li.tab-con.c3 li.menu-item.i2 em,
.main li.tab-con.c3 li.menu-item.i2 ul,
.main li.tab-con.c3 li.menu-item.i3 em,
.main li.tab-con.c3 li.menu-item.i3 ul,
.main li.tab-con.c3 li.menu-item.i4 em,
.main li.tab-con.c3 li.menu-item.i4 ul {
  display: none;
}
.list ul.tab-list .c1 .wp-menu > .menu-item.i3 .sub-item.i3-2 ul,
.list ul.tab-list .c1 .wp-menu > .menu-item.i3 .sub-item.i3-2 em,
.list ul.tab-list .c1 .wp-menu > .menu-item.i3 .sub-item.i3-3 ul,
.list ul.tab-list .c1 .wp-menu > .menu-item.i3 .sub-item.i3-3 em,
.list ul.tab-list .c1 .wp-menu > .menu-item.i3 .sub-item.i3-4 ul,
.list ul.tab-list .c1 .wp-menu > .menu-item.i3 .sub-item.i3-4 em,
.list ul.tab-list .c1 .wp-menu > .menu-item.i3 .sub-item.i3-5 ul,
.list ul.tab-list .c1 .wp-menu > .menu-item.i3 .sub-item.i3-5 em,
.list ul.tab-list .c1 .wp-menu > .menu-item.i3 .sub-item.i3-6 ul,
.list ul.tab-list .c1 .wp-menu > .menu-item.i3 .sub-item.i3-6 em {
  display: none;
}
/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner {
  height: 310px;

 background: url(/uploads/image/_t0f4timages/list_banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  background-size: cover;
 
}
.l-banner img {
  height: 100%;
  vertical-align: top;
}
/**主体列表页开始**/
#l-container {
}
#l-container .inner {
  padding: 25px 10px;
}
/**主体文章页开始**/
#d-container {
}
#d-container .inner {
  /* background:#fff; */
}

.col_menu {
  width: 100%;
  float: left; /* margin-right:-240px; */
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.col_menu .l-qh {
  margin-bottom: 10px;
}
.col_menu .col_menu_head {
  background: #0f429b;
} /**位置栏目背景**/
.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: 0;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
/*栏目列表*/
.col_list {
}
.col_list .wp_listcolumn {
    
  border-top: 0;
  border-bottom: 0;
}
.col_list .wp_listcolumn1 {
    display: flex;
  border-top: 0;
  border-bottom: 0;
}
.col_list .wp_listcolumn .wp_column a {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  background: none;
  border-top: 0;
  border-bottom: 0;
  text-align: center;
}
.col_list .wp_listcolumn .wp_column a .column-name {
  padding: 0;
  line-height: 32px;
}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
  color: #9b0000;
  background: #eee;
}
.col_list .wp_listcolumn .wp_column a.selected span.column-name {
  color: #9b0000;
}
.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: #0f429b;
}
/*二级子栏目**/
.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 7px;
  cursor: pointer;
}
.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
  font-weight: bold;
  font-weight: 400;
  color: #9b0000;
}
/*三级子栏目**/
.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: #0f429b;
}





.col_list .wp_listcolumn2{

display: flex;
    flex-direction: column;
}





/**栏目新闻**/
.col_news {
  width: 100%;
  min-height: 500px;
  float: left;
}
.col_news .col_news_box {
  /* margin-left: 290px; */
}
.col_news_head {
  border-bottom: 0;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.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: #0f429b;
  border-bottom: 3px solid #cbcbcb;
}
.col_metas .col_path {
  display: inline-block;
  float: left;
  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 .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: 40px 60px;
  margin: 0 auto;
  width: auto;
  background: #fff;
}
.article {
  padding-top: 10px;
}
.article h1.arti_title {
  line-height: 36px;
  font-family: "microsoft yahei";
  font-size: 22px;
  text-align: center;
  color: #333;
} /**文章标题**/
.article h2.arti_title {
  line-height: 34px;
  font-family: "microsoft yahei";
  font-size: 17px;
  text-align: center;
  color: #1b1b1b;
} /**文章副标题**/
.article .arti_metas {
  padding: 15px;
  text-align: center; /* border-top:1px solid #ececec; */
}
.article .arti_metas span {
  margin: 0 5px;
  font-size: 13px;
  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;
}
/**页脚开始**/
#footer {
  background: #000;
  border-top: 1px solid #353635;
}
#footer .inner {
  padding: 37px 0px;
  position: relative;
}
#footer .inner .mod {
}
#footer .inner .foot-left {
  float: left;
  padding: 12px 0px;
  margin-top: 10px;
}
#footer .inner .foot-right {
  float: right;
  margin-top: 12px;
}
#footer .inner p {
  font-size: 14px;
  line-height: 21px;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
#footer .inner p span {
  margin: 0 3px;
}
#footer .inner .copyright {
}
#footer .inner .copyright span {
}
#footer .inner .copyright a {
  color: #eee;
}
/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.wp_search {
  display: inline-block;
  position: relative;
  padding-left: 4px;
  border: 1px solid #d0d0d0;
}
.wp_search #keyword {
  width: 160px !important;
  padding: 4px 0;
  border: none;
  height: 20px;
  line-height: 20px;
  background: transparent;
  color: #fff;
}
.wp_search .search {
  width: 32px;
  height: 30px;
  border: 0px;
  background: #ffffff url(/uploads/image/_t0f4timages/sous.png) no-repeat center;
  cursor: pointer;
  vertical-align: top;
}
/*自定义输入框*/
.searchbox {
  text-align: right;
  margin-top: 5px;
}
.wp-search {
  position: relative;
  border-bottom: 1px solid #d0d0d0;
}
.wp-search form {
  display: block;
}
.wp-search .search-input {
  margin-left: 4px;
  margin-right: 40px;
}
.wp-search .search-input input.search-title {
  width: 100%; /* height: 22px; */ /* padding: 4px 0; */
  line-height: 35px;
  background: none;
  color: #ffffff;
  font-size: 16px;
  font-family: "微软雅黑";
  border: 0;
  outline: 0;
}
.wp-search .search-btn {
  width: 32px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 0%;
}
.wp-search .search-btn input.search-submit {
  width: 32px;
  height: 33px;
  border: 0;
  outline: 0;
  background: url(/uploads/image/_t0f4timages/p11.png) no-repeat;
  cursor: pointer;
}
/* 分享二维码 */
.shares {
  text-align: center;
}
.shares ul {
  width: auto;
  margin: 0 auto;
  text-align: right;
  float: right;
}
.shares li {
  float: left;
  margin: 0 6px;
  position: relative;
}
.shares li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 0px solid red;
  background:  no-repeat;
  opacity: 0.6;
  filter: alpha(opacity=60);
  vertical-align: top;
}
.shares li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.shares li.i1 a {
  background-position: 0px 0px;
}
.shares li.i2 a {
  background-position: -72px 0px;
}
.shares li.i3 a {
  background-position: -144px 0px;
}
.shares li span {
  display: block;
  line-height: 22px;
  font-size: 12px;
  color: #d0d4ea;
  text-align: center;
}
.shares li .con {
  display: none;
  position: absolute;
  bottom: 80px;
  left: 50%;
  z-index: 100;
  margin-left: -50px;
  width: 100px;
}
.shares li .con img {
  width: 90px;
  height: 90px;
  vertical-align: top;
  background: #fff;
}
/**友情链接**/
.botlinks .links-wrap {
  position: relative;
  float: left;
  display: inline-block;
  margin: 4px 10px;
  width: 150px;
  line-height: 32px;
  background: #fff;
  border: 1px solid #d0d0d0;
}
.botlinks .links-wrap a.links-arrow {
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0 25px 0 10px;
  color: #a1a1a1;
  background: url(/uploads/image/_t0f4timages/arrow.png) no-repeat right top;
}
.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow {
  color: #333;
  background-position: right bottom;
  cursor: pointer;
}
.botlinks .links-wrap .link-items {
  display: none;
  position: absolute;
  left: 0;
  bottom: 33px;
  width: auto;
  min-width: 180px;
  height: auto;
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
  background: #f5f5f5;
}
.botlinks .links-wrap .link-items a {
  display: block;
  line-height: 24px;
  padding: 5px 0;
  color: #444;
}
.botlinks .links-wrap .link-items a span {
  display: block;
  margin: 0 6px;
  white-space: nowrap;
}
.botlinks .links-wrap .link-items a:hover {
  color: #fff;
  background: #0f429b;
  cursor: pointer;
} /**链接样式**/
/*列表页*/
/*banner*/
.mbanner .focus .focus-title-bar {
  bottom: 40px;
  left: 40px;
  margin-left: 0px;
}
.mbanner .focus .focus-title-bg {
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=60);
}

.mbanner .focus .focus-pagination {
  position: absolute;
  right: 14px;
  bottom: 14px;
  margin-right: 0px;
  z-index: 60;
}
.mbanner .focus .focus-page {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 6px;
  background: #fff;
}
.mbanner .focus .focus-page-active {
  width: 18px;
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.mbanner .focus .focus-navigation {
  width: 58px;
  height: 53px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: url(/uploads/image/_t0f4timages/slide_next.png) no-repeat;
  text-indent: -999em;
}
.mbanner .focus .focus-navigation:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mbanner .focus .focus-navigation:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mbanner .focus .focus-prev {
  left: 0px;
}
.mbanner .focus .focus-next {
  right: 0px;
  background-position: right top;
}

.post-11 .focus .focus-title {
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  font-size: 14px;
}
.post-11 .focus .focus-title-bar {
  height: 34px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-left: 0px;
}
.post-11 .focus .focus-title-bg {
  background-color: #000;
}

.post-11 .focus .focus-pagination {
  position: absolute;
  right: 14px;
  bottom: 46px;
}
.post-11 .focus .focus-page {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 0px;
  background-color: #fff;
  color: #000;
}
.post-11 .focus .focus-page span {
  display: block;
}
.post-11 .focus .focus-page:hover {
  font-size: 13px;
  color: #000;
  font-weight: bold;
}
.post-11 .focus .focus-page-active {
  background-color: #146cc1;
  color: #fff;
}

.post-11 .focus .focus-navigation {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.post-11 .focus .focus-navigation:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.post-11 .focus .focus-navigation:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*************************************************************
 * 特殊页面
 */
/*滚动样式*/
.wrapperinner {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  -ms-touch-action: none;
}
.scroller {
  position: absolute;
  z-index: 1;
  width: 750px;
  height: 160px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
/*************************************************************
*二级页面
*/
/*组织机构*/
.inss .part_xy {
}
.inss .part_xy .item {
}
.inss .part_xy .item h3 {
  line-height: 40px;
  padding-left: 0px;
  font-size: 16px;
  font-weight: normal;
  color: #1567b1;
  border-bottom: 1px solid #cecece;
}
.inss .part_xy .sub-box {
  float: left;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 5px;
}
.inss .part_xy .sub-list {
  margin-right: 0px;
}
.inss .part_xy .sub-list .sub-item {
  float: left;
  width: 33.3%;
  background: url(/uploads/image/_t0f4timages/icon_arrow2.png) no-repeat left center;
}
.inss .part_xy .sub-list .sub-item a {
  line-height: 35px;
  padding-left: 10px;
  font-size: 14px;
}
.inss .part_xy .sub-img {
  display: none;
  float: right;
  margin-top: 15px;
  margin-left: -250px;
  width: 240px;
  min-height: 80px;
}
.inss .part_xy .item.i5 .sub-list .sub-item {
  width: 50%;
}
/*角色*/
.role .part_xy {
}
.role .part_xy .item {
  margin-bottom: 10px;
  display: none;
}
.role .part_xy .item.selected {
  display: block;
}
.role .part_xy .item h3 {
  display: none;
  line-height: 46px;
  padding-left: 0px;
  font-size: 20px;
  font-weight: bolder;
  color: #068358;
  border-bottom: 1px solid #f1f1f1;
  background: none;
}
.role .part_xy .sub-list {
  margin-top: 15px;
}
.role .part_xy .sub-list .sub-item {
  padding-top: 10px;
  padding-bottom: 5px;
  width: auto;
  border-bottom: 1px solid #f1f1f1;
  word-wrap: break-word;
  word-break: normal;
}
.role .part_xy .sub-list .sub-item a {
  line-height: 35px;
  font-size: 15px;
  white-space: nowrap;
  font-weight: bolder; /* color: #068358; */
}
.role .part_xy .sub-list .sub-list {
  margin-top: 10px;
  margin-left: 40px;
}
.role .part_xy .sub-list .sub-list .sub-item {
  padding-bottom: 5px;
  padding-top: 0px;
  float: left;
  margin-right: 50px;
  border-bottom: 0px solid #f1f1f1;
}
.role .part_xy .sub-list .sub-list .sub-item a {
  line-height: 35px;
  font-size: 15px;
  white-space: nowrap;
  font-weight: normal; /* color: #333; */
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
  -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
/*placeholder颜色修改：*/
input::-webkit-input-placeholder {
  color: #fff;
}
input::-moz-input-placeholder {
  color: #fff;
}
input::-ms-input-placeholder {
  color: #fff;
}
.xt .col_nav1:after {
  position: absolute;
  top: 10%;
  left: -40px;
  content: "";
  height: 80%;
  width: 20px;
  background: #009fe9;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  z-index: 5;
  visibility: unset;
}

.xt .col_nav1:before {
  position: absolute;
  top: 5%;
  left: -20px;
  content: "";
  height: 90%;
  width: 20px;
  background: #009fe9;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  z-index: 10;
}
.xt .col_name .col_name_text .column_name {
  color: #292929;
  font-size: 30px;
  font-weight: 400;
  height: 80px;
  line-height: 80px;
}
.wp_article_list {
  display: block;
  padding: 15px 4.9723% 50px;
  width: auto;
}

.list .news_list li.news span.news_title2 {
  padding: 0;
}
.new2 {
  font-size: 25px;
  line-height: 100px;
  width: 15%;
  position: relative;
}
.list3 {
  display: flex;
  justify-content: flex-start;
}
.wrap {
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: single;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cbox{
    margin-top: 100px;
}


.wp_article_list{ 
displayblock; 
    
width:auto;
}
.sub_list {
    position absolute;
    top 40px;
    left0;
    width 1000px;
display flex;

}
.sub-item{
background rgba(155, 0,0,0.2);
display inline-block;
}
.col_menu_con .wp_listcolumn .wp_column{

    width 14%;
    float left;
    border-left 1px solid #999;
     margin 5px 0 0; 
    box-sizing border-box;
    position relative;
    margin-bottom 40px;

}

.sub-itemhover{
background rgba(155, 0,0,0.3);
}
.col_list .wp_listcolumn .sub_list ahover, .col_list .wp_listcolumn  .sub_listn .sub-item .a{
backgroundrgba(155, 0,0,0.3);
color#fff;
}


.col_list .wp_listcolumn {
    display: flex;
    border-top: 0;
    border-bottom: 0;
}

.news_list{

}

.list3{
border-bottom: 1px solid  rgba(197, 197, 197, 1);
}
