@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;
}
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;
}
input {
  border: 0;
  outline: 0;
}
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: 40px;
  height: 40px;
  vertical-align: middle;
  background: url(../images/icon.png) no-repeat;
}
/**布局开始**/
body {
  min-height: 100vh !important;
  overflow: hidden;
}
body:before {
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 110;
}
/*::-webkit-scrollbar{width: 10px;height: 10px;background-color: #f5f5f5;}

::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);border-radius: 10px;background-color: #f5f5f5;}
::-webkit-scrollbar-thumb{height: 10px;border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);background-color: #555;}
*/
body {
  background: url(./images/body_bg.png) no-repeat top left;
  background: none;
  position: relative;
}

body .content {
}

body,
p {
  line-height: 1.75;
  font-size: 14px;
  font-family: "Arial", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva,
    sans-serif;
  color: #333;
}
a {
  color: #333;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
a:hover {
  color: #0073b4;
}
/*页面尺寸*/
.wrapper {
  width: 100%;
  margin: 0 auto;
}
.wrapper .inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
} /**页面全局宽度**/
::-webkit-input-placeholder {
  color: #a3a3a3; /* WebKit browsers */
}
:-moz-placeholder {
  color: #a3a3a3; /* Mozilla Firefox 4 to 18 */
}
::-moz-placeholder {
  color: #a3a3a3; /* Mozilla Firefox 19+ */
}
:-ms-input-placeholder {
  color: #a3a3a3; /* Internet Explorer 10+ */
}
/*head开始*/
#header {
  background-size: 100% auto;
  position: absolute;
  top: 0;
  /* position: relative; */
  z-index: 9999;
}
body.list #header {
  background: #62282b;
  background-size: cover;
  position: static;
}
.head {
  width: 100%;
  /* position: relative; */
  /* z-index: 9999; */ /**background:url(images/yang.png) no-repeat 672px bottom;**/
}
.head .head-left {
  float: left;
  display: inline-block;
  height: 135px;
  position: absolute;
  left: 40px;
}
.head .head-left .sitelogo {
}
.head .head-mian {
  float: left;
}
.head .head-mian .site-rale {
}
.head .head-right {
  float: right;
  margin-top: 5px;
}
.head .head-right .site-link {
  line-height: 30px;
  color: #fff;
}
.head .head-right .site-link a {
  line-height: 30px;
  color: #fff;
}
.head .head-right .search {
  margin-top: 10px;
}
.head .sitelogo a {
  display: block;
  position: relative;
  left: 0px;
  top: 37px;
  z-index: 100;
} /*logo*/
#header:before {
  content: "";
  display: none;
  height: 1px;
  width: 100vw;
  position: absolute;
  top: 45px;
  background: #dfdfdf;
  opacity: 0.45;
  z-index: 999;
}
#header .inner {
    width: 100%;
    max-width: 1550px !important;
}
/*rale样式*/
.site-rale {
  display: inline-block;
}
.site-rale ul {
  float: left;
}
.site-rale ul li.links {
  float: left;
}
.site-rale ul li.links a {
  line-height: 30px;
  color: #fff;
}
/*lang样式*/
.site-lang {
  height: 30px;
}
.site-lang ul {
  float: right;
}
.site-lang ul li.links {
  float: left;
}
.site-lang ul li.links a {
  line-height: 30px;
  margin-left: 20px;
  font-size: 15px;
  color: #fff;
  font-family: "微软雅黑";
}
/*默认主导航样式*/
.searchpage #nav {
  margin-bottom: 20px;
}
#nav {
  /* background: #00428d; */
  box-shadow: 0px 0px 5px #ccc;
  position: relative;
  z-index: 9999;
}
#nav .inner {
  /* background: #c8141e;*/
} /**导航区域背景**/
.navbar {
  float: right;
  /* position: relative; */
  /* right: -40px; */
}
.navbar .navbox {
  padding-left: 0;
  padding-top: 42px;
  /* width: 95%; */
  margin: 0 auto;
} /*导航窗口大小及位置*/
/*导航样式：后台绑定时也可以定义配置*/
.wp-menu {
}
.wp-menu .menu-item a {
  padding: 0px 20px;
}
li.menu-item.i3 {
  /* padding: 0px 0px 0px 30px; */
}
.wp-menu .menu-item {
  display: inline-block;
  float: left; /* width:18%; */
  position: relative;
  z-index: 100; /* background:url(images/nav_x.jpg) no-repeat left center; */
}
.wp-menu .menu-item.i1 {
  background: none;
}
.wp-menu .menu-item a.menu-link > .menu-switch-arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/navj.png) no-repeat center center;
  vertical-align: middle;
}
.wp-menu .menu-item a.menu-link {
  display: inline-block;
  /* padding-left: 0px; */
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  font-family: "微软雅黑";
  text-align: center;
  border: 2px solid #fff0;
}
.wp-menu .menu-item a.menu-link:hover,
.wp-menu .menu-item.hover {
  /* text-decoration: none; */
  /* opacity: 0.8; */
  border: 2px solid #fff;
}
.wp-menu .menu-item.i1 a.menu-link {

  background-size: inherit;
  width: 50px;
}
.wp-menu .menu-item.i2 a.menu-link {

  width: 90px;
}
.wp-menu .menu-item.i3 a.menu-link {


  width: 90px;
}
.wp-menu .menu-item a:hover {
  /* border-bottom: 4px solid #fff; */
}
.wp-menu .menu-item.i1 a.menu-link {
    border: 2px solid #fff;
}
.sub-menu {
  display: none; /* padding:5px 0px; */
  position: absolute;
  left: 0;
  top: 46px;
  min-width: 148px;
  z-index: 100;
  background: rgba(8, 10, 13, 0.7);
  opacity: 0.8\9;
  background: #444343\9;
  filter: alpha(opacity=90);
}
.sub-menu .sub-item {
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  _zoom: 1; /* float: left; */
}
.sub-menu .sub-item a {
  display: block;
  color: #d8d8d8;
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  font-size: 12px;
  background: none;
}
.sub-menu .sub-item a:hover {
  color: #eee;
  background-color: #444343;
  display: block;
}
.sub-menu .sub-menu {
  left: 100%;
  top: 0;
  z-index: 200;
  background: rgba(175, 37, 27, 0.78);
  opacity: 0.8\9;
  background: #444343\9;
  filter: alpha(opacity=90);
}
/**主页banner开始**/
body.main #banner {
  position: relative;
  top: 0;
  z-index: 1000;
  height: 100vh;
  overflow: hidden;
}
body.main #banner li.news .news_imgs {
  height: 100vh;
  position: relative;
  background-position: center 63% !important;
}
body.main #banner .inner {
  width: auto;
  background: #fff;
  text-align: center;
  position: relative;
}
.main #banner .inner .bannercon {
  min-height: 55px;
}
.renshu {
  display: none;
}
/**主体模块样式**/
#m-container {
}
#m-container .inner {
}
/**首页三列布局**/
.mod {
}
.mbox {
}

.main1 {
  /* padding: 10px 0px 0px; */
}
.list .main1 {
  padding: 30px 0px 10px;
  min-height: 78vh;
}
.main1 .inner {
}
.main1 .tab-list {
  background: #fff;
  overflow: hidden;
}

.main2 {
}
.main2 .inner {
  padding: 20px 0px;
}
.main3 {
}
.main3 .inner {
  padding: 25px 0px;
}
.main3 .ml {
  width: 100%;
}

.main4 {
  background-color: #f7f6ee;
}
.main4 .inner {
  padding: 25px 0px;
}
.main4 .ml {
  float: left;
  width: 585px;
  padding: 0px 0px;
}
.main4 .mr {
  float: right;
  width: 580px;
  padding: 0px 0px;
}
/**标题栏新闻窗口**/
.post {
  margin-bottom: 10px;
}
.main .post .tt {
  display: none;
  width: 100%;
  border-bottom: 0px solid #e6e6e6;
} /**标题栏**/

.post .tt .tit {
  display: inline-block;
  float: left;
  font-size: 18px;
  font-weight: bold;
} /**标题字体**/
.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: url(images/li.gif) no-repeat center;
}
.post .more_btn {
  display: inline-block;
  height: 20px;
  margin-top: 15px;
  line-height: 20px;
  float: right;
}
.post .more_btn .more_text,
.post .more_btn a {
  font-size: 20px;
  font-family: "Simsun";
  cursor: pointer;
}
.post .more_btn a {
  color: #333;
}
/*标准标题*/
.post1 {
}
.post1 .tt {
}
.post1 .tt .tit {
}
.post1 .tt .tit .title {
}
/*带图标标题*/
.post2 {
}
.post2 .tt {
}
.post2 .tt .tit {
  padding-left: 40px;
  background: url(images/new_title_bg.jpg) repeat-x center center;
}
.post2 .tt .tit .title {
}
/*居中标题*/
.post3 {
}
.post3 .tt {
  width: 100%;
  text-align: center;
}
.post3 .tt .tit {
  float: none;
}
.post3 .tt .tit .title {
  color: #0d5391;
}
.post3 .more_btn {
  margin-left: 10px;
  line-height: 20px;
  float: none;
}

/**自定义新闻列表**/
.news_list {
}
.news_list li.news {
  line-height: 22px;
  /* padding:4px 0px; */
  padding-left: 0px;
  background: none;
} /**标题图标**/
.news_list li.news span.news_title {
  float: left;
} /*标题*/
.news_list li.news span.news_meta {
  float: right;
  margin-left: 2px;
} /*属性*/
.news_list li.news .news_time span {
  color: #1e529a;
  padding-left: 0;
} /*发布时间*/
.news_list li.news .news_icon {
  display: inline-block;
  margin: 0 auto;
  border: 1px solid red;
}
.news_list li.news .news_text {
  line-height: 24px;
  color: #666;
} /*默认简介*/
.news_list li.news .news_bg {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 30px;
  background: #000;
  opacity: 0.7;
  filter: Alpha(opacity=70);
}
.news_list li.news p {
  /* clear:both; */
  color: #666;
}
.news_list li.news p a {
  color: #333;
  font-size: 15px;
}
.news_list li.news p a:hover {
  color: #20814c;
  text-decoration: none;
}

.post-11 {
}
.post-11 .con {
  padding: 2px 8px; /* background: rgba(64, 64, 64, 0.69); */
}
.post-11 .news_list {
}
.post-11 .news_list li.news .news_imgs {
  float: left;
  width: 270px;
}
.post-11 .news_list li.news .news_wz {
  float: left;
  width: 328px;
  margin-left: 25px;
}
.post-11 .news_list li.news .news_title {
  line-height: 60px;
  font-size: 16px;
  color: #095497;
}
.post-11 .news_list li.news .news_text {
  line-height: 22px;
  font-size: 12px;
  color: #817d7d;
}

/*日历新闻*/
.rili {
}
.rili .con {
  padding: 5px 0px;
}
.rili .news_list {
}
.rili .news_list li.news .news_date {
  float: left;
  width: 44px;
}
.rili .news_list li.news .news_date .news_year {
  font-size: 12px;
  background: #00428d;
  color: #fff;
}
.rili .news_list li.news .news_date .news_day {
  font-size: 12px;
  background: #fff;
  color: #00428d;
}
.rili .news_list li.news .news_wz {
  float: left;
  width: 240px;
  margin-left: 12px;
}
.rili .news_list li.news .news_title {
  line-height: 18px;
  font-size: 16px;
  color: #424242;
}
/*图新闻列表*/
.tu_news_list {
}
.tu_news_list .news_list {
}
.tu_news_list .news_list li.news .news_imgs {
  float: left;
  width: 145px;
}
.tu_news_list .news_list li.news .news_wz {
  float: left;
  width: 295px;
  margin-left: 25px;
}
.tu_news_list .news_list li.news .news_title {
  line-height: 20px;
  font-size: 18px;
  color: #095497;
}
.tu_news_list .news_list li.news .news_text {
  line-height: 22px;
  font-size: 12px;
  color: #817d7d;
}

/*图列表*/
.tu_news {
}
.tu_news .news_list {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: -40px;
}
.tu_news .news_list li.news {
  float: left;
  width: 195px;
  height: 140px;
  padding: 10px;
  margin-left: 40px;
  background: #fff;
  position: relative;
}
.tu_news .news_list li.news .news_imgs {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 99;
  width: 195px;
}
.tu_news .news_list li.news .news_wz {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  width: 100%;
}
.tu_news .news_list li.news .news_title {
  line-height: 34px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.tu_news .news_list li.news .news_bg {
  height: 34px;
}

.post-21 {
}
.post-21 .con {
  padding: 18px 40px;
  background: #fff;
}
.post-21 .more_btn a {
  color: #000;
}
.post-21 .news_list {
  margin: 0 -18px; /* margin-top:16px; */ /* margin-bottom:30px; */
}
.post-21 .news_list .news {
  float: left;
  width: 20%;
}
.post-21 .news_list .news .news_box {
  margin: 0px 18px;
  background: #fff; /* margin-left:37px; */ /* margin-top:9px; */
}
.post-21 .news_list .news .news_imgs {
  /* float:left; */
  width: 100%;
  height: 234px;
  margin-right: 12px;
  margin-left: 0px;
  border: 0px solid red;
  position: relative;
  background: #efefef;
}
.post-21 .news_list .news .news_imgs img {
  max-width: 125px;
  width: auto;
  height: auto;
  margin: auto;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.post-21 .news_list .news .news_wz {
  padding: 10px 21px;
  background: #e1e1e1;
}
.post-21 .news_list .news .news_title {
  line-height: 20px;
  font-size: 16px;
  color: #000; /* padding-left:30px; */
  text-align: center;
}
.post-21 .news_list .news .news_meta {
  margin-bottom: 6px;
  line-height: 24px;
  font-size: 14px;
  color: #848484; /* padding-left:30px; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  text-align: center;
}
.post-21 .news_list .news .news_meta .highligh {
  color: #e64d24;
}
.post-21 .news_list .news .news_time {
  margin-bottom: 6px;
  line-height: 26px;
  font-size: 14px;
}
.post-21 .news_list .news .news_time span {
  color: #e64d24;
}
.post-21 .news_list .news .news_link span.more {
  display: inline-block;
  line-height: 30px;
  padding: 0px 15px;
  background: url(images/news_morebg.png) no-repeat left center;
  color: #fff;
  text-align: center;
}

/* Arrows */
.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-next:hover {
  height: 69px;
  width: 46px;
  top: 33%;
  margin-top: 0px;
  outline: none;
  position: absolute;
  z-index: 20000;
  border: 0;
  font-size: 0;
  opacity: 0.8;
  filter: Alpha(opacity=80);
}
.slick-prev {
  left: 50%;
  margin-left: -600px;
  background: url(./images/slick-left.png) center no-repeat;
}
.slick-prev:hover {
  background-position: left center;
  opacity: 1;
  filter: Alpha(opacity=100);
}
.slick-prev:before {
  content: "";
}
.slick-next {
  right: 50%;
  margin-right: -600px;
  background: url(./images/slick-right.png) center no-repeat;
}
.slick-next:hover {
  background-position: right center;
  opacity: 1;
  filter: Alpha(opacity=100);
}
.slick-next:before {
  content: "";
}

.post-31 {
}
.post-31 .tt .tit {
  padding-left: 36px;
  background: url(images/m_icons.png) no-repeat -6px -75px;
}
.post-31 .news_list {
  width: 100%;
}
.post-31 .news_list li.news {
  float: left;
  margin-right: 20px; /* width:12.5%; */
}
.post-31 .news_list li.news .news_title {
  line-height: 34px;
  font-size: 16px;
  color: #b9b9b9;
}
.post-31 .news_list li.news .news_title a {
  color: #979797;
  white-space: nowrap;
}
.post-31 .news_list li.news .news_title a:hover {
  color: #333;
}

.post-41 {
}
.post-41 .news_list {
}
.post-41 .news_list li.news {
  float: left;
  width: 50%;
  height: 172px;
  background: #fff;
}
.post-41 .news_list li.news .news_imgs {
  float: left;
  width: 129px;
  height: 172px;
  margin-right: 10px; /* border:1px solid #eee; */
  position: relative;
}
.post-41 .news_list li.news .news_imgs img {
  width: 100%;
  height: auto;
  margin: auto;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.post-41 .news_list li.news .news_wz {
  /* float:left; */ /* width:100%; */
  padding: 0px 10px;
}
.post-41 .news_list li.news .news_title {
  line-height: 34px;
  padding-top: 6px;
  font-size: 16px;
  color: #191919;
}
.post-41 .news_list li.news .news_meta {
  /* margin-bottom:6px; */
  line-height: 22px;
}
.post-41 .news_list li.news .news_time {
  margin-top: 7px;
}
.post-41 .news_list li.news.i0 {
  background: #dfdad0;
}
.post-41 .news_list li.news.i3 {
  background: #f7f7f7;
}
.post-41 .news_list li.news.i2 .news_imgs,
.post-41 .news_list li.news.i3 .news_imgs {
  float: right;
  margin-right: 0px;
}
.post-41 .news_list li.news a.news_box:hover {
  background: #00873c;
  color: #fff;
}
.post-41 .news_list li.news a.news_box:hover .news_title,
.post-41 .news_list li.news a.news_box:hover .news_time,
.post-41 .news_list li.news a.news_box:hover .news_time span,
.post-41 .news_list li.news a.news_box:hover .news_meta {
  color: #fff;
}
.post-41 .news_list li.news .WP_VisitCount {
  display: inline-block;
}
.post-41 .news_list li.news .WP_VisitCount .wp_listVisitCount {
  visibility: visible;
}

.post-42 {
}
.post-42 .news_list {
  margin: 0 -4px;
}
.post-42 .news_list li.news {
  float: left;
  width: 16.6%;
  margin-bottom: 10px;
}
.post-42 .news_list li.news .news_box {
  margin: 0px 4px;
  min-height: 94px;
  padding: 6px 10px;
  background: #fff;
}
.post-42 .news_list li.news .news_wz {
  padding: 10px;
}
.post-42 .news_list li.news .news_title {
  line-height: 34px;
  font-size: 16px;
  color: #191919;
}
.post-42 .news_list li.news .news_meta {
  /* margin-bottom:6px; */
  line-height: 20px;
}
.post-42 .news_list li.news .news_meta .highligh {
  color: #e64d24;
}
.post-42 .news_list li.news a.news_box:hover {
  background: #2c699f;
  color: #fff;
}
.post-42 .news_list li.news a.news_box:hover .news_title,
.post-42 .news_list li.news a.news_box:hover .news_meta {
  color: #fff;
}
.post-42 .news_list li.news a.news_box:hover .news_meta .highligh {
  color: #fff;
}
/** 
*其他样式
*/
/**友情链接**/
.postlink {
  position: relative;
}
.postlink.wrap-open {
  background-position: right -26px;
}
.postlink a.tt {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  padding-left: 120px;
  border: 0px solid #ccc;
  cursor: pointer;
}
.postlink .con {
  display: none;
  position: absolute;
  bottom: 46px;
  left: 0px;
  z-index: 100;
  width: 100%;
  height: 140px;
  overflow: auto;
  background: #fff;
  padding: 2px;
  border: 1px solid #ccc;
}
/**链接样式**/
.xblink li span {
  display: block;
  width: 100%;
}
.xblink li span a {
  display: block;
  width: 100%;
}
.xblink li span a:hover {
  background: #eee;
}

/**
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/**主体列表页开始**/
#l-container {
  min-height: 81vh;
}
#l-container .inner {
  width: 1200px;
  margin-top: 4px;
  padding: 25px 10px;
  background: #fff url(images/lsun.jpg) no-repeat 10px bottom;
}
/**主体文章页开始**/
#d-container {
}
#d-container .inner {
  width: 880px;
  margin-top: 4px;
  padding: 20px 60px;
  background: #fff;
}

.col_menu {
  width: 231px;
  float: left;
  margin-right: -260px;
}
.col_menu .l-qh {
  margin-bottom: 10px;
}
.col_menu .col_menu_head {
  background: #0073b4;
} /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
  font-size: 20px;
  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 {
  padding: 14px 20px;
  margin-bottom: 10px;
}
.col_list .list {
  border-top: 0px solid #2867a0;
  border-bottom: 0px solid #fff;
}
.col_list .list a {
  display: block;
  color: #007ca2;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  padding-left: 20px;
  background: ;
  border-top: 0px solid #fff;
  border-bottom: 1px solid #eee;
  border-left: 4px solid #eee;
}
.col_list .list a:hover,
.col_list .list a.selected {
  color: #000;
  background: #eee;
  border-left: 4px solid #417aaf;
}

.col_news {
  width: 100%;
  min-height: 500px;
  float: left; /* margin-left:260px; */
} /**栏目新闻**/
.col_news_head {
  /* border-left:6px solid #3FD7CB; */
  border-bottom: 1px solid #0d5391;
  margin-left: 260px;
}
.col_metas .col_title {
  display: inline-block;
  float: left;
  height: 48px;
  line-height: 48px;
} /**当前栏目**/
.col_metas .col_title h2 {
  display: inline-block;
  font-size: 23px;
  font-family: "Microsoft yahei";
  font-weight: normal;
  color: #0073b4;
  border-bottom: 1px solid #1f864e;
} /**当前栏目名称**/
.col_metas .col_path {
  display: inline-block;
  float: right; /* padding-right:20px; */
  white-space: nowrap;
  height: 46px;
  line-height: 46px;
  color: #000;
} /**当前位置**/
.col_metas .col_path a {
  color: #000;
}
.col_news_con {
  padding: 5px 0px 10px 0px;
  margin: 0 7px;
  margin-left: 260px;
}
.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.6;
  font-size: 13px;
  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 {
  width: auto;
  margin: 0 auto;
}
.article {
}
.article h1.arti_title {
  line-height: 26px;
  padding: 5px;
  border-bottom: 1px solid #ececec;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  text-align: center;
  color: #0d5391;
}
.article .arti_metas {
  padding: 10px;
  text-align: center;
}
.article .arti_metas span {
  margin: 0 5px;
  font-size: 12px;
  color: #787878;
} /**文章其他属性**/
.article .entry {
  margin: 0 auto;
  overflow: hidden;
  margin-top: 10px;
  min-height: 450px;
} /**文章内容**/
.article .entry .read,
.article .entry .read p {
  line-height: 1.6;
  font-size: 14px;
  color: #333;
} /**阅读字体**/
.article .entry .read p {
  margin-bottom: 10px;
}
.article .entry .read img {
  display: block;
  margin: 0 auto;
  max-width: 940px;
  _width: expression(this.width > 940 ? "940px": this.width);
}
.article .entry .read table {
  margin: 0 auto;
  border: none !important;
}
#footer {
  padding: 12px 0;
  /* border-top: 5px solid #e5ca9e; */
}
.main #footer {
  /* background: #000; */
  /* opacity: 0.5; */
  position: absolute;
  bottom: 0;
  z-index: 9999;
  color: #cfcfcc;
}
.list #footer {background: #62282b;}
.list .head {
    padding: 0 0 20px;
}

.list .footer-inner {
    color: #fff;
}
#footer .footer-inner {position: relative;}
#footer .db {
  float: left;
}
#footer .fwl {
  float: right;
  font-size: 15px;
}
#footer .inner .foot-left {
  float: left;
  margin-top: 25px;
}
#footer .inner p {
  font-size: 12px;
  line-height: 25px;
  text-align: right;
  color: #fff;
  padding-right: 11px;
}
#footer .inner p span {
  margin: 0 3px;
}
#footer .inner p.copyright {
  float: left;
  width: 560px;
}
#footer .er_img {
  float: right;
}
#footer .er_img li {
  float: left;
  text-align: center;
}
#footer .er_img li img {
  width: 50px;
  height: 50px;
  vertical-align: top;
}
#footer .er_img li span {
  display: block;
  line-height: 28px;
  text-align: center;
  color: #c2c2c2;
}
#footer.wrapper .inner {
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    max-width: none !important;
}

.main #footer:before {content: '';display: inline-block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: #000;opacity: 0.5;z-index: 0;}
.siteCounter5 {display: inline-block;}

.siteCounter5 span {
    padding: 0;
    margin: 0;
    border: 0;
    color: #cfcfcc;
}
div#output {
  position: relative;
  top: 10px;
}
.er_img .post {
  margin-bottom: 15px;
}
.search-box {
  width: 100%;
  padding: 0px 0px;
  background: #6b76a4;
  position: relative;
  background: transparent;
  border: 1px solid #fff;
}
.search-box .input-item {
  margin-left: 3px;
  margin-right: 30px;
}
.search-box .input-item input {
  border: 0;
  outline: 0;
  width: 100%;
  height: 16px;
  line-height: 16px;
  padding: 5px 5px;
  background: transparent;
  color: #fff;
  font-size: 12px;
  font-family: "Microsoft YaHei";
}
.search-box .input-submit {
  display: block;
  width: 30px;
  height: 28px;
  background: url(images/search_btn.png) no-repeat center center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0px;
  text-align: center;
}
.search-box .input-submit span {
  line-height: 58px;
  font-size: 18px;
  color: #fff;
  display: none;
}
#wp_login_w04 {
  margin-top: 33px;
}
#wp_login_w04 .title {
  float: left;
  line-height: 35px;
  margin-left: 110px;
  margin-right: 10px;
  font-size: 15px;
}
#wp_login_w04 input {
  border: 1px solid #d1d1d1;
  width: 80px;
  line-height: 34px;
  padding-left: 4px;
  height: auto;
  padding: 0px;
}
#wp_login_w04 #w04_loginButton {
  width: 81px;
  height: 35px;
  background: url(images/members_btns.jpg);
  cursor: pointer;
  border: 0px;
  vertical-align: middle;
  color: #fff;
}
#wp_login_w04 .login_input {
  border: 0px !important;
  width: auto;
  margin-right: 7px;
  height: 34px;
  line-height: 34px;
}
#wp_login_w04 .login_input img {
  vertical-align: middle;
  margin-top: 5px;
}
#wp_login_w04 .login_input .input {
  border: 0px solid #d1d1d1;
  width: auto;
  line-height: 34px;
  height: auto;
  padding: 0px;
}
#wp_login_w04 .login_btn .button {
  display: inline-block;
  float: left;
  width: auto;
  height: auto;
  background-color: #eee;
  border: 0px solid #ccc;
}

/* 分享二维码 */
.shares {
  display: inline-block;
  float: right;
}
.shares .share {
  float: left;
  width: 81px;
  height: 35px;
  margin-right: 21px;
  position: relative;
  vertical-align: middle;
  text-align: left;
  border: 0px solid red;
}
.shares .share a {
  opacity: 0.6;
  filter: Alpha(opacity=60);
}
.shares .share a:hover {
  opacity: 1;
  filter: Alpha(opacity=100);
}
.shares .share .zdy {
  display: inline-block;
  width: 81px;
  height: 35px;
  color: #9ba6b3;
}
.shares .share.n1 .zdy-1 {
  background: url(images/er1.jpg) no-repeat 0 0;
}
.shares .share.n2 .zdy-2 {
  background: url(images/er2.jpg) no-repeat 0 0;
}
.shares .share .con {
  display: none;
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 100;
  margin-left: -60px;
}
.shares .share .con img {
  width: 120px;
  height: auto;
}

/*筛选功能样式*/
.wp-paralist {
}
.wp-paralist .dl-horizontal {
  padding: 8px 0px;
  border-bottom: 1px solid #dedede;
}
.wp-paralist .dl-horizontal dt {
  float: left;
  width: 64px;
  margin: 3px 0px;
  padding: 2px 15px;
  font-weight: bold;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #000;
}
.wp-paralist .dl-horizontal dd {
  margin-left: 100px;
}
.wp-paralist .dl-horizontal dd .btn {
  display: inline-block;
  margin: 3px 0px;
  padding: 2px 15px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
.wp-paralist .dl-horizontal dd .btn.select {
  background: #2da45a;
  border-radius: 15px;
  color: #fff;
}

.list .tt {
  width: 100%;
  display: inline-block;
}
.wp-search {
  width: 1235px;
  margin: 0 auto;
  padding: 10px 0px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -612px;
}
.searchpage .wp-search {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0px;
  position: relative;
  bottom: 0px;
  left: 0%;
}
.wp-search .search-left {
  float: left; /* width:850px; */
}
.wp-search .search-left .tit {
  float: left;
  width: 125px;
  padding-left: 15px;
  font-size: 18px;
  font-weight: bold;
  background: url(images/m_icons.png) no-repeat left -7px;
}
.wp-search .search-left .con {
  float: left;
  width: 555px;
  line-height: 34px;
  text-align: left;
}
.wp-search .search-left .con .boxcon {
  float: left;
  width: 451px;
  margin-right: 10px; /* background:url(images/seachbox.png) no-repeat left center; */
}
.wp-search .search-left .con .boxcon .txtcon {
  margin-left: 0px;
  height: 34px;
  padding-right: 18px;
  margin-right: -20px;
}
.list .wp-search .search-left .con .boxcon .txtcon {
  border: 1px solid #ededed;
}
.wp-search .search-left .con .boxcon .txtcon input {
  width: 100%;
  border: 0px;
  margin-top: 5px;
  text-indent: 6px;
}
.wp-search .search-left .con .btns {
  float: left;
  line-height: 28px;
  margin: 3px 0px;
  margin-left: 20px;
  padding: 0px 22px;
  background: #0073b4;
  color: #fff;
  border-radius: 18px;
  cursor: pointer;
}
.list .wp-search .search-left .con .btns {
  background: #0073b4 url(images/searchbtn.png) center no-repeat;
  text-indent: -9999px;
}
.wp-search .search-right {
  float: right; /* width:385px; */
  line-height: 34px;
  font-size: 16px;
}
.wp-search .search-right .num {
  margin: 0px 10px;
  font-size: 20px;
  color: #e64d24;
}

.main .wp-search {
  width: 100%;
  padding: 10px 0;
  margin: 0;
  position: relative;
  bottom: 0;
  left: 0;
}
.main .searchpage .wp-search {
  width: 1235px;
  margin: 0 auto;
  padding: 10px 0px;
  background: #ededed;
  position: relative;
  bottom: 0px;
  left: 50%;
  margin-left: -612px;
}
.main .wp-search .search-left {
  float: right;
  margin-right: 0;
}
.main .wp-search .search-left .tit {
  float: left;
  width: 85px;
  padding-left: 16px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 34px;
  background: #0073b4;
}
.list .wp-paralist {
  background: none;
}
.main .wp-search .search-left .con {
  float: left;
  width: 512px;
  line-height: 34px;
  text-align: left;
}
.main .wp-search .search-left .con .boxcon {
  float: left;
  width: 452px;
  margin-right: 10px;
}
.main .wp-search .search-left .con .boxcon .txtcon {
  height: 34px;
  padding-right: 18px;
  margin-right: -20px;
  background: #ededed url(images/seachbox_r.png) no-repeat right center;
}
.main .wp-search .search-left .con .boxcon .txtcon input {
  width: 100%;
  border: 0px;
  margin-top: 5px;
  font-family: 微软雅黑; /*line-height:28px;*/
  text-indent: 10px;
}
.main .wp-search .search-left .con .btns {
  background: url(images/searchbg.jpg) center no-repeat;
  float: left;
  line-height: 34px;
  margin-left: 10px;
  padding: 0px 19px;
  color: #fff;
  border-radius: 0px;
  cursor: pointer;
  margin: 0px;
  text-indent: -9999px;
  width: 12px;
}
.main .wp-search .search-right {
  float: right;
  width: 385px;
  line-height: 34px;
  font-size: 16px;
}
.main .wp-search .search-right .num {
  margin: 0px 10px;
  font-size: 20px;
  color: #e64d24;
}
/**
 * 特殊页面
 */
/*二级页面*/
.main .con .tp-article-list li {
  width: 25%;
  float: left;
  margin-right: 0px;
}
.con .tp-article-list li .tp-tit a {
  font-size: 14px;
  color: #2e2e2e;
}
.con .tp-article-list li .tp-count {
  font-size: 14px;
  color: #a3a3a3;
}

.org .tp-article-list {
  margin-right: -20px;
  margin: 10px 0px;
}
.org .tp-article-list li .tp-tit a {
  font-size: 15px;
  color: #868686;
}
.org .tp-article-list li .tp-count {
  font-size: 14px;
  color: #a3a3a3;
}
.org .listcon.listcon2 .tp-article-list {
  width: 100%;
  margin: 10px 0px;
}

.org .listcon.listcon2 .tp-article-list li {
  width: 25%;
}
/*列表页*/
.wp_tw_searchTeachers {
  margin: 20px auto;
}
h3.wp_tw_searchTeachers {
  font-size: 14x;
  color: #000;
  line-height: 25px;
  font-weight: normal;
}
.wp_tw_searchTeachers ul {
  display: block;
  *display: inline;
  *zoom: 1;
  *width: 100%;
  margin-left: -9px;
  margin-right: -9px;
  margin-top: 12px;
}
.wp_tw_searchTeachers ul .list_item {
  float: left;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  width: 14.26%;
  background: transparent;
  border: #e3e3e3 0px solid;
}
.wp_tw_searchTeachers ul .list_item .news_link {
  display: block;
  min-height: 325px;
  margin: 0 9px;
  border: #e3e3e3 1px solid;
  background: #f5f5f5;
  padding-bottom: 25px;
}
.wp_tw_searchTeachers ul .list_item .tp-img {
  height: 230px;
  overflow: hidden;
  position: relative;
  margin-bottom: 6px;
}
.wp_tw_searchTeachers ul .list_item .tp-img img {
  width: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.wp_tw_searchTeachers ul .list_item .tp-tit {
  margin: 0px 10px;
  font-weight: normal;
  font-size: 15px;
  font-weight: normal;
  color: #000;
  line-height: 25px;
}
.wp_tw_searchTeachers ul .list_item .tp-prof {
  margin: 0px 10px;
}
/*教师列表*/
#searchTea {
  margin-right: -20px;
  margin-top: 10px;
}
#searchTea li {
  width: 25%;
  float: left;
}
#searchTea li img {
  max-width: 170px;
  max-height: 170px;
}
#searchTea li span {
  line-height: 34px;
  display: inline-block;
  padding-left: 4px;
}
#searchTea li .tp-tit a {
  font-size: 14px;
  color: #2e2e2e;
}
#searchTea li .tp-count {
  font-size: 14px;
  color: #a3a3a3;
}
#searchTea li.active .tp-tit a {
  color: #fff;
}
#searchTea li.active .tp-count {
  color: #fff;
}
#searchTea li.active span {
  background: #3db1f2;
}

.focus-pagination {
  bottom: 40px !important;
}
.main .focus-pagination,
.searchpage .focus-pagination {
  bottom: 90px !important;
  display: none;
}

/*左图右文*/
.news_pic.news_list {
}
.news_pic.news_list li.news {
  float: left;
  width: 25%;
  height: 140px;
  margin-bottom: 20px;
}
.news_pic.news_list li.news .news_box {
  margin: 0px 5px;
  background: #fff;
  border: 1px solid #eee;
}
.news_pic.news_list li.news .news_imgs {
  float: left;
  width: 105px;
  height: 140px;
  margin-right: -110px;
  position: relative;
}
.news_pic.news_list li.news .news_imgs img {
  width: 105px;
  height: 140px;
  margin: auto;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.news_pic.news_list li.news .news_wz {
  padding: 0px 10px;
  margin-left: 110px;
}
.news_pic.news_list li.news .news_wz div {
  white-space: normal;
}
.news_pic.news_list li.news .news_title {
  line-height: 34px;
  padding-top: 6px;
  font-size: 16px;
  color: #191919;
}
.news_pic.news_list li.news .news_meta {
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*.news_pic.news_list li.news .news_meta .highligh{color:#e64d24} */
.news_pic.news_list li.news .news_time {
  margin-top: 0px;
}
.news_pic.news_list li.news a.news_box:hover {
  background: #eee;
}
.news_pic.news_list li.news a.news_box:hover .news_title,
.news_pic.news_list li.news a.news_box:hover .news_time,
.news_pic.news_list li.news a.news_box:hover .news_time span,
.news_pic.news_list li.news a.news_box:hover .news_meta {
  color: #000;
}

#search_pages {
  display: block;
  text-align: center;
}
#new_search_pages {
  text-align: center;
}
#wp_search_pages,
#hot_search_pages {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
}
.th_home.wp_paging {
  text-align: center;
  margin: 10px auto;
  display: inline-block;
  float: none;
}
.th_home.wp_paging .page_count {
  display: none;
}
.th_home.wp_paging .page_nav {
  float: left;
}
.th_home .page_nav a {
  display: inline-block;
  margin: 0 2px;
  padding: 4px 8px;
  background: #eee;
  border-radius: 2px;
}
.th_home .page_nav a:hover {
  background: #ccc;
}
.th_home.wp_paging .page_jump {
  float: left;
}
.th_home.wp_paging .page_jump .pages {
  line-height: 30px;
  margin-left: 0px;
}
.th_home.wp_paging .page_jump .pages em {
  margin: 0px 4px;
  font-size: 13px; /* font-weight:normal; */
}
.th_home.wp_paging .page_jump .pageNum {
  width: 20px;
  line-height: 22px;
  height: 22px;
  margin-right: 3px;
  border: 1px solid #e2e1e1;
}

.main .selector ul li {
  display: block;
  margin: 5px 2px;
  padding: 0px 5px;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  color: #fff;
}
.main .selector ul li.mouseover {
  color: #ccc;
  text-decoration: none;
  cursor: pointer;
}
.main .selector .tit {
  font-weight: normal;
  color: #fff;
  width: 118px;
}
.main .selector {
  width: auto;
  border-bottom: 0px;
}
.main .selector .main {
  margin-left: 75px;
  margin-right: 0px;
}
.main .selector {
  padding-bottom: 0px !important;
  border-left: 0px !important;
}
.main .search-right {
  /* background: rgba(64, 64, 64, 0.69); */
}

.possplit {
  background-image: url(images/posSplit.gif);
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: 22px;
  background-position: center;
  width: 10px;
  display: inline-block;
  border: 0px solid red;
}
a.news_box.clearfix {
  /* width: 16%; */ /* float: left; */ /* margin-left: 40px; */ /* margin-bottom: 5%; */
}
.post.post3.post-21.mbox {
}
.post.post1.post-42.mbox {
  /* max-height: 290px; */
  overflow: hidden; /* margin-top: 13px; */ /* margin-bottom: 30px; */
}
.post.post3.post-11.mbox {
  width: 68%;
  float: left;
  margin-bottom: 0px;
}
.search-right {
  /* width: 9%; */
  float: right;
}
.sudy-tab .tab-menu li {
  display: inline-block;
  height: 47px;
  line-height: 47px;
  float: left;
  font-size: 14px;
  color: #000;
  padding: 0 5px;
  border-radius: 3px 3px 0 0;
  cursor: default;
}
.sudy-tab .tab-menu {
  height: 47px;
  float: left;
  width: 21%;
  padding: 0px 10px; /* margin-top:-30px; */ /* padding-left:6%; */
  background: #fff;
}

body.main {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
#m-container1 {
  position: absolute;
  z-index: 1000;
  top: 37.7%;
}
.main .inner {
  /* background: #fff; */
}
.main .nums {
  margin-top: 0px; /* background: #473710; */
  line-height: 44px; /* border-bottom: 2px solid #6e4900; */
  color: #e2e1de;
  font-size: 15px;
  font-family: "微软雅黑";
  padding: 0px 5px;
}
.sudy-tab .tab-menu li.selected {
  background-color: #fff;
  background: url(images/aaa.png) bottom center no-repeat;
  color: #0073b4;
  box-shadow: 0px 0 0px #359bd4 inset, /*左边阴影*/ 0px 0 0px #359bd4 inset,
    /*右边阴影*/ 0 0px 0px #359bd4 inset, /*顶部阴影*/ 0 0px 0px #359bd4 inset;
}

.navi-slide-head.clearfix {
  display: none;
}
.site-lang .i1 a {
  /* color: red !important; */
}
.head-right li.links.i1 {
  /* background: url(images/wtfk.png) left center no-repeat; */
}
.links.i1 {
  margin-right: 15px;
}
.head-right li.links.i2 {
}
.head-right .site-lang {
    position: absolute;
    right: 40px;
}
.sudy-tab .tab-menu li {
}
.list .wrapper .inner {
  max-width: 1200px !important;
  margin: 0 auto;
}
.list #banner {
  background-color: #ffffff;
}
.list .col_metas .col_title h2 {
  display: inline-block;
  font-size: 23px;
  font-family: "Microsoft yahei";
  font-weight: normal;
  color: #0073b4;
  border-bottom: none;
}
.list li.list-item.tec_hot {
  margin-left: 66px;
  border: 1px #a5a3a3 solid;
}
.con .tp_article_list .list_item {
  float: left;
  margin-left: 0px;
  margin-right: 50px !important;
  margin-bottom: 20px;
  padding-bottom: 0px;
  width: 14.26%;
  background: transparent;
  border: #e3e3e3 1px solid !important;
}
.er_img .news_wz {
  background: #2a2a2a;
  padding-left: 30px;
  line-height: 20px;
  height: 40px;
}
.head .head-left .sitelogo img {
  /* margin-top: 15px; */
}
.aa {
  background: url(images/xie.png) right center no-repeat;
  width: 90px;
  font-size: 16px;
  padding-left: 26px;
}
.aa.a2 {
  background: url(images/xie.png) right center no-repeat;
  width: 70px;
  background: no-repeat;
  padding-left: 11px;
}
.main .smk {
  background: rgba(64, 64, 64, 0.69);
}
div#mid_framee {
  min-height: 78vh;
}
div#bottom_frame {
  min-height: 81vh;
}
.fright {
  float: right;
}
.fleft {
  height: 26px;
  padding-top: 30px;
  text-align: center;
}
span.viewss {
}
.main .wp-search .search-left {
}
span.viewss {
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.other-page #footer .footer-inner {
  /* padding: 20px 0;*/
}
.news_box {
  width: 93%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div#output {
  padding: 5px 5px 0px 5px;
  background: #fff;
}
.other-page #footer .inner .foot-left {
  margin-top: 35px;
}
.xueyuanbt {
  display: inline-block;
  float: left;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  color: #0073b4;
}
.other-page .post .tt .tit {
  color: #62282b;
}
.xueyuan .item.tec_org {
  width: 25%;
  float: left;
}
.xueyuan li span {
  line-height: 34px;
  display: inline-block;
  padding-left: 4px;
}
.xueyuan li.tp-tit {
  line-height: 34px;
  display: inline-block;
  padding-left: 0;
}
.xueyuan .tp-tit:before {
  content: "-";
  font-size: 15px;
  margin-right: 10px;
}
.xueyuan li .tp-tit a {
  color: #2e2e2e;
}
.xueyuan li .tp-count {
  font-size: 14px;
  color: #a3a3a3;
}
.xuey {
  margin-bottom: 30px;
}
.xueyuan li .tp-tit a {
  font-size: 15px;
  color: #2e2e2e;
}
canvas {
  border: 2px solid #fff;
}

#searchTea {
}
#searchTea li.news {
  float: left;
  width: 25%;
  height: 140px;
  margin-bottom: 20px;
}
#searchTea li.news .news_box {
  margin: 0px 5px;
  background: #fff;
  border: 1px solid #eee;
}
#searchTea li.news .news_imgs {
  float: left;
  width: 105px;
  height: 140px;
  margin-right: 10px;
  position: relative;
  background: #eee;
}
#searchTea li.news .news_imgs img {
  max-width: 105px;
  max-height: 140px;
  width: auto;
  height: auto;
  margin: auto;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
#searchTea li.news .news_wz {
  padding: 0px 10px;
}
#searchTea li.news .news_title {
  line-height: 34px;
  padding-top: 6px;
  font-size: 16px;
  color: #191919;
}
#searchTea li.news .news_meta {
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#searchTea li.news .news_meta .highligh {
  color: #e64d24;
}
#searchTea li.news .news_time {
  margin-top: 0px;
}
#searchTea li.news a.news_box:hover {
  background: #eee;
  color: #fff;
}
#searchTea li.news a.news_box:hover .news_title,
#searchTea li.news a.news_box:hover .news_time,
#searchTea li.news a.news_box:hover .news_time span,
#searchTea li.news a.news_box:hover .news_meta {
  color: #000;
}
#searchTea li span {
  padding-left: 0;
  color: #e64d24;
}
.x1.other-page .post .tt .tit {
  color: #62282b;
}
.main1 .tab-list li {
  display: none;
}

span.sitetitle {
  font-size: 28px;
  color: #fff;
  float: right;
  margin-top: 10px;
  margin-left: 20px;
}

.new {
  background: #fff;
  border-top: 1px solid #efefef;
}
.new .post {
  padding-left: 41px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.new .post .tt {
  display: block;
}
.new .post .tt .tit {
  background: url(images/aaa.png) bottom center no-repeat;
}
.new .post .tt .tit .title {
  font-size: 16px;
  font-weight: normal;
  color: #0073b4;
}
.new .news_list li.news {
  line-height: 40px;
}
.new .news_list li.news span.news_title {
  display: inline-block;
  width: 68%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.input-ss {
  text-align: center;
  line-height: 42px;
}
.input-ss .ss {
  margin: 0 30px;
  position: relative;
  display: inline-block;
  width: 80%;
  max-width: 850px;
  line-height: 41px;
}
.ss-nr {
  font-size: 17px;
  font-family: "微软雅黑";
  width: 100%;
  background: #fff;
  line-height: 58px;
  color: #a3a3a3; /* border-radius:20px; */
  text-indent: 1em;
  height: 58px;
  -webkit-appearance: none;
    border-radius: 0;
}
.ss-but {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 58px;
  width: 125px;
  background: #62282b;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "微软雅黑";
-webkit-appearance: none;
   border-radius:0 ;
}
.main div.letters {
  line-height: 26px;
  color: #fff;
  margin: 0 auto;
  margin-top: 22px;
  width: 100%;
  text-align: center;
}
.zm-list {
  /* margin-left: 110px; */
  cursor: pointer;
  display: inline-block;
  float: none;
  /* width: -webkit-fill-available; */
  margin: 0;
  white-space: nowrap;
  width: fit-content;
}
.zm {
  /* float: left; */
  margin: 0 5.5px;
  font-size: 17px;
  position: relative;
  display: inline-block;
  /* cursor: pointer; */
}
li.zm:hover:before {
  display: block;
}
.zm:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #62282b;
  z-index: -1;
  margin: -11px 0 0 -10px;
  display: none;
}

.zm-tit {
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  font-size: 17px;
  /* font-weight: bold; */
  width: 105px;
  /* float: left; */
  /* margin-right: -110px; */
  position: relative;
  top: -26px;
}

.main2 {
  position: absolute;
  top: 65%;
}
.post-200 {
  text-align: center;
  margin: 0 auto;
}
.post-200 li {
  /* width: 118px; */
  margin: 0 35px;
  display: inline-block;
  position: relative;
  z-index: 5000;
  border-radius: 50%;
  padding: 8px 0;
  color: #fff;
}
.post-200 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  border-radius: 50%;
  display: none;
}
.post-200 .news_title {
  text-align: center;
  font-size: 15px;
  padding: 5px 0 15px;
  font-weight: 700;
}
.post-200 .news_title a {
  color: #fff;
}
.post-200 img {
  height: 40px;
  padding: 15px 0 0;
  width: auto;
}

.list .wrapper .inner .post-2 {
  min-height: 500px;
}
.bggg {
  width: 90%;
  min-height: 743px;
  background: url(images/gyzy.jpg) bottom center no-repeat;
  margin: 0 auto;
  background-size: 100% 100%;
}
.bggg1 {
  padding: 120px 60px 320px;
}

.news_pic.news_list li.news .news_box p {
  white-space: normal;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.org .title {
  display: block;
  line-height: 38px;
  /* margin-top: 10px; */
  font-size: 15px;
  font-weight: bold;
}


/*学科门类*/
.xkml1 ul.news_list {
    width: 100%;
    max-width: 1200px;
    height: 530px;
    position: relative;
}

.xkml1>ul>li.news.n0 {
    float: left;
    width: 14.92%;
    height: 63%;
}
.xkml1>ul>li.news.n1 {
    float: left;
    width: 14.92%;
    height: 29.43%;
}
.xkml1>ul>li.news.n2 {
    float: left;
    width: 31.84%;
    height: 29.43%;
}
.xkml1>ul>li.news.n3 {
    float: left;
    width: 14.92%;
    height: 63%;
}
.xkml1>ul>li.news.n4 {
    float: left;
    width: 14.92%;
    height: 29.43%;
}
.xkml1>ul>li.news.n8, .xkml1>ul>li.news.n10{
    float: left;
    width: 14.92%;
    height: 29.43%;
    position: absolute;
    bottom: 0;
}
.xkml1>ul>li.news.n9, .xkml1>ul>li.news.n11{
    float: left;
    width: 31.70%;
    height: 29.43%;
    position: absolute;
    bottom: 0;
    left: 16.66%;
}
.xkml1>ul>li.news.n10{
    left: 50.07%;
}
.xkml1>ul>li.news.n12{
    right: 0;
    left: auto;
    width: 14.92%;
    height: 29.43%;
    position: absolute;
    bottom: 0;
}
.xkml1>ul>li.news.n7{
    float: left;
    width: 14.92%;
    height: 29.43%;
}
.xkml1>ul>li.news.n5{
    float: left;
    width: 14.92%;
    height: 29.43%;
    position: absolute;
    bottom: 32.92%;
    left: 16.66%;
}
.xkml1>ul>li.news.n6{
    width: 31.79%;
    height: 29.43%;
    position: absolute;
    bottom: 32.92%;
    left: 33.2%;
}
.xkml1>ul>li.news.n12{}

.xkml1>ul>li.news {
    background: #fff;
    margin: 11px 0.84%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #003f88;
    letter-spacing: 14px;
    box-shadow: 0 0 5px 0px #d4d4d4;
    transition: .3s;
    cursor: pointer;
}

.xkml1>ul>li.news.n11 {
    /* right: 0; */
    left: 66.68%;
    width: 14.92%;
    height: 29.43%;
    position: absolute;
    bottom: 0;
}
.xkml1>ul>li.news p {
    line-height: 155px;
    font-size: 18px;
    color: #62282b;
}

.xkml1>ul>li.news.n0 p,.xkml1>ul>li.news.n3 p {
    line-height: 333px;
}

body.xkml {
    background: #eee;
}

.xkml #l-container .inner {
    background: none;
}

.xkml1>ul>li.news:hover {
    background: #62282b;
}

.xkml1>ul>li.news:hover p {
    color: #fff;
}

.xkml1 .back {
    text-align: left;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    padding: 8px 49px;
    background: #88383c;
    float: left;
    padding-left: 13px;
    position: absolute;
       top: -65px;
    text-indent: 40px;
    cursor: pointer;
}

.col_news_list.xkml1 {
    margin-top: 60px;
}

.xkml1 .back:before {content: '<';font-family: cursive;font-weight: 700;font-size: 24px;position: absolute;left: -20px;}
.col_news_list .wp_entry .about {
    min-height: 1129px;
    background: url(images/gyzy.jpg) top no-repeat;
    background-size: cover;
    padding: 130px 5% 210px;
    box-sizing: border-box;
}
.selected a.menu-link.selected {
    border: 2px solid #fff;
}