@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

:focus {
  outline: 0;
}

img {
  border: 0;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  clear: both;
  display: block;
  _display: inline;
}

.none {
  display: none;
}

.hidden {
  visibility: hidden;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: block;
  zoom: 1;
}

/**布局开始**/
body,
p {
  font: 14px/1 "u5b8bu4f53", microsoft yahei, Tahoma, Geneva, sans-serif;
  color: #333;
}

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  border: none !important;
}
a:hover {
  color: #cd0200;
}

.wrapper {
  width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .wrapper {
    width: 95%;
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}
@media only screen and (max-width: 520px) {
  .wrapper {
    width: 98%;
    width: calc(100% - 10px);
    margin: 0 5px;
  }
}
.wrapper .inner {
  width: 100%;
}

/**页面全局宽度**/
/**标题栏新闻窗口**/
.post {
  margin-bottom: 10px;
}
.post .tt {
  height: 32px;
  border-bottom: 1px solid #6db4e0;
}
.post .tt .tit {
  /**标题栏**/
  /**标题字体**/
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #216687;
}
.post .tt .tit .title {
  /**标题图标**/
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding-left: 35px;
  background: url(images/icon_tit.gif) no-repeat 5px center;
}
.post .tt .more_btn {
  /**更多按钮**/
  display: inline-block;
  height: 32px;
  line-height: 32px;
  float: right;
}
.post .con {
  padding: 5px 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;
}

.news_list li.news {
  /**新闻列表图标**/
  /**自定义新闻列表**/
  line-height: 24px;
  padding-left: 13px;
  background: url(images/icon_li0.gif) no-repeat 0 9px;
}
.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 p {
  clear: both;
  line-height: 20px;
  color: #787878;
}
.news_list li.news p a {
  color: #787878;
}
.news_list li.news p a:hover {
  color: #444;
  text-decoration: underline;
}

/**页头开始**/
#header {
  background: #fff;
}
#header .inner {
  background: url(images/head-bgt.png) no-repeat right;
  bottom: 0px;
}

.sitelogo {
  position: absolute;
  left: 0;
  top: 42px;
}
@media only screen and (max-width: 520px) {
  .sitelogo img {
    width: 100%;
  }
}

.list .sitelogo {
  position: unset;
  padding: 32px 0 15px;
}
.list .head {
  /**非首页页头部分**/
  height: unset;
}
.list #header .inner {
  background: url(images/head-bgt.png) no-repeat right 4px;
}

.head {
  width: 100%;
  height: 147px;
  position: relative;
}
.head .sitetitle {
  position: absolute;
  left: 228px;
  top: 53px;
  font-size: 36px;
  font-weight: bold;
  font-family: "宋体";
  color: #fff;
}
.head .sitetitle a {
  color: #fff;
}

/**站点名称**/
.navbar {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 520px) {
  .navbar {
    left: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 520px) {
  .navbar .wp_nav {
    display: flex !important;
    justify-content: space-between;
  }
  .navbar .wp_nav .item-name {
    padding: 0 !important;
  }
}
.navbar .navbox {
  /**导航区域背景**/
  height: 40px;
  margin: 0 auto;
  margin-top: 75px;
  margin-left: 3em;
}
@media only screen and (max-width: 1100px) {
  .navbar .navbox {
    margin-left: 0;
  }
}
.navbar .navbox .wp_nav li.nav-item a {
  /**导航高度**/
  font-size: 16px;
  font-weight: normal;
  color: #5a5a5a;
  background: url(images/gx.gif) no-repeat right;
}
.navbar .navbox .wp_nav li.nav-item a span.item-name {
  padding: 0 18px 0 20px;
  height: 40px;
  line-height: 40px;
}
@media only screen and (max-width: 520px) {
  .navbar .navbox .wp_nav li.nav-item a span.item-name {
    padding: 0;
  }
}
@media only screen and (max-width: 520px) {
  .navbar .navbox .wp_nav {
    width: calc(100% - 12px);
    display: flex !important;
    justify-content: space-around;
  }
  .navbar .navbox .wp_nav:after {
    display: none;
  }
  .navbar .navbox .wp_nav a {
    background: unset !important;
  }
  .navbar .navbox .wp_nav .item-name {
    padding: 5px 0 !important;
  }
}

/**导航窗口大小及位置**/
.possplit {
  background: none;
  display: inline;
  font-size: 0;
}
.possplit:after {
  content: ">";
  color: #ddd;
  font-size: 14px;
  margin: 0 3px;
}

/***[搜索]*/
.main-sc {
  float: left;
  width: 1100px;
  height: 193px;
  border: 1px solid #af7e45;
  text-align: center;
  border-radius: 20px;
  background: url(images/ss.png) no-repeat 20% bottom;
}
@media only screen and (max-width: 1100px) {
  .main-sc {
    width: 100%;
  }
}
.main-sc .sudy-tab .tab-menu {
  padding: 15px 0px 20px 27px;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 1100px) {
  .main-sc .tab-menu li {
    padding: 0 1vw !important;
  }
}
@media only screen and (max-width: 520px) {
  .main-sc .tab-menu {
    padding-left: 1em !important;
    padding-right: 1em !important;
    display: flex;
    justify-content: space-between;
  }
  .main-sc .tab-menu li {
    padding: 0 !important;
    font-size: 14px !important;
  }
}

.description img {
  width: 1.5em;
  vertical-align: middle;
}

.search-panel {
  float: right;
  clear: right;
  width: 16.5%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 52px;
}

.search-window {
  border-radius: 0px;
  background-color: #3386c5;
  overflow: hidden;
}

.wp-search {
  position: relative;
}
.wp-search form {
  display: block;
}
.wp-search .search-input {
  margin-left: 10px;
  margin-right: 40px;
}
.wp-search .search-input input.search-title {
  width: 100%;
  height: 26px;
  line-height: 26px;
  border: 0;
  outline: 0;
  background: none;
  color: #fff;
  font-size: 16px;
  padding: 7px 0;
}
.wp-search .search-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
}
.wp-search .search-btn input.search-submit {
  width: 100%;
  height: 40px;
  border: 0;
  outline: 0;
  background: #fdd100 url(images/search.png) no-repeat center;
  cursor: pointer;
}

.banner {
  margin-bottom: 15px;
  position: relative;
}
.banner #focus {
  width: 100% !important;
  height: 18.4210526316vw !important;
}
.banner #focus .focus-container {
  width: 100% !important;
  height: 100% !important;
}

/**导航样式：后台绑定时也可以定义配置**/
.navbar .navbox .wp_nav,
.navbar .navbox .nav {
  height: 40px;
}

/**导航字体样式**/
.navbar .navbox .wp_nav li.nav-item a:hover,
.navbar .navbox .wp_nav li.nav-item a.parent {
  color: #f90;
}

.wp_nav .sub-nav {
  /**导航栏目高度与边距**/
  padding: 10px;
  background: url(images/transparent.png);
  text-align: center;
  left: -30px !important;
  width: 104px;
  height: 216px;
  top: 40px;
  visibility: hidden;
}
.wp_nav .sub-nav li.nav-item i.mark {
  background: none;
}
.wp_nav .sub-nav li.nav-item a {
  /**子菜单背景**/
  font-size: 14px !important;
  font-weight: normal !important;
  background: none !important;
  cursor: pointer;
  text-align: center;
  color: #5a5a5a;
}
.wp_nav .sub-nav li.nav-item a span.item-name {
  /**鼠标经过或当前选中时样式**/
  padding: 0 5px !important;
  height: 26px !important;
  line-height: 26px !important;
}
.wp_nav .icon {
  display: inline-block;
  width: 8px;
  height: 5px;
  background: url(images/menu-icon.png) no-repeat;
  vertical-align: middle;
  margin-left: 5px;
}
.wp_nav .nav-item:last-child a {
  background: none !important;
}

/**子菜单字体样式**/
.wp_nav .sub-nav li.nav-item a:hover,
.navbar .navbox .wp_nav .sub-nav li.nav-item a.parent {
  background: #915a1a !important;
  color: #fff !important;
}

/**子菜单栏目高度与边距**/
.top-nav {
  padding-top: 5px;
}
.top-nav .wp_nav .nav-item a {
  font-size: 16px;
  color: #8e5614;
  line-height: 24px;
}

.wp_nav .nav-item:first-child .icon,
.wp_nav .nav-item:last-child .icon {
  display: none;
}

/**主体开始**/
.list #container .inner {
  background: #f8f3ea url(images/list-con.png) no-repeat top right;
  padding: 20px 29px;
  width: 1042px;
  position: relative;
}
.list #container .inner .mask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media only screen and (max-width: 1100px) {
  .list #container .inner {
    width: 100%;
    padding: 10px 0;
  }
  .list #container .inner .col_news_wide {
    width: 100% !important;
    padding: 0px !important;
  }
}

/**********************首页*********************/
/**首页三列布局**/
.mod1 {
  width: 236px;
  float: left;
}
.mod1 .ml {
  width: 100%;
}

/**左列**/
.mbox {
  padding: 0 10px;
  border: 1px solid #d3d3d3;
  background: #f9f8fd;
}

.mod2 {
  width: 728px;
  float: right;
}
.mod2 .mc {
  /**中间**/
  width: 478px;
  float: left;
}
.mod2 .mr {
  /**右列**/
  width: 236px;
  float: right;
}

.main-link {
  width: 520px;
  float: right;
}
@media only screen and (max-width: 1100px) {
  .main-link {
    width: 100%;
    float: left;
  }
}

.news-box {
  position: relative;
}
.news-box .tit {
  font-size: 16px;
  font-weight: bold;
  color: #8e5614;
  font-family: "microsoft yahei";
  line-height: 40px;
}
.news-box .con li {
  line-height: 23px;
  width: 47%;
  margin-right: 6%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-box .con li a {
  font-size: 14px;
  color: #5a5a5a;
}
.news-box .more_btn {
  position: absolute;
  right: 0;
  bottom: -12px;
}

/*****常用服务******/
.link-img {
  margin-top: 18px;
  margin-bottom: 40px;
}
.link-img-l {
  float: left;
  width: 520px;
  padding: 8px 0;
}
@media only screen and (max-width: 1100px) {
  .link-img-l {
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .link-img-l {
    width: 100%;
    margin-right: unset;
  }
}
.link-img-l li {
  text-align: center;
  float: left;
  width: 99px;
}
.link-img-l li p {
  color: #8e5614;
  line-height: 24px;
  font-size: 14px;
}
.link-img-l li.i4 {
  width: 120px;
}
.link-img-l li.i9 {
  width: 120px;
}

.link-img-r {
  float: right;
  width: 530px;
  padding: 8px 0;
}
@media only screen and (max-width: 1100px) {
  .link-img-r {
    width: 100%;
    float: left;
  }
}
.link-img-r li {
  text-align: center;
  float: left;
  width: 105px;
  margin-bottom: 10px;
}
.link-img-r li p {
  color: #8e5614;
  line-height: 24px;
  font-size: 14px;
}

.link-img-tt {
  font-size: 16px;
  color: #8e5614;
  font-weight: bold;
  line-height: 25px;
  padding: 5px 0 12px 0;
}

/****新闻*****/
.news-list {
  margin-bottom: 15px;
}

.list-l {
  float: left;
  width: 318px;
  margin-right: 72px;
}
@media only screen and (max-width: 1100px) {
  .list-l {
    width: 100%;
    margin-right: 0;
  }
}

.list-m {
  float: left;
  width: 318px;
}
@media only screen and (max-width: 1100px) {
  .list-m {
    width: 100%;
  }
}
.list-m .list-txt a {
  color: #5a5a5a;
}
.list-m .wz-more {
  bottom: 72px;
}
@media only screen and (max-width: 1100px) {
  .list-m li img {
    width: 100% !important;
    height: 59.748427673vw !important;
  }
}

.list-r {
  float: right;
  width: 318px;
}
@media only screen and (max-width: 1100px) {
  .list-r {
    width: 100%;
    float: left;
  }
  .list-r li img {
    width: 100% !important;
    height: 59.748427673vw !important;
  }
}
.list-r .list-txt {
  background: #dfefe8;
}
.list-r .list-txt a {
  color: #5a5a5a;
}
.list-r .wz-more {
  bottom: 72px;
}

.list-tt {
  font-size: 16px;
  color: #8e5614;
  font-weight: bold;
  line-height: 24px;
  padding-bottom: 10px;
}

.list-txt-wrapper {
  height: 72px;
  overflow: hidden;
}

.list-txt {
  line-height: 23px;
  font-size: 14px;
  color: #8e5614;
  background: #fbe5f0;
  height: 60px;
  padding: 12px 30px 0px 20px;
  overflow: hidden;
  width: auto !important;
}
.list-txt a {
  color: #8e5614;
}

.list-con {
  position: relative;
}

.wz-more {
  position: absolute;
  right: 0;
  bottom: 0;
}
.wz-more img {
  width: 40px;
}

.news-block {
  background: none;
  height: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #e9ffea;
}

.news-block-title {
  line-height: 2em;
  font-weight: bold;
  background: url(images/more.png) no-repeat right;
  background-size: 23px 21px;
  font-size: 1.1em;
  width: 100%;
}
.news-block-title a {
  display: block;
  background: url(images/news-icon.png) no-repeat left center;
  background-size: 18px;
  padding-left: 2em;
}

.news-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
  display: inline-block;
  vertical-align: middle;
}
.news-title a {
  color: #333;
}
.news-title a:hover {
  color: #a1753c;
}

.news-time {
  color: #999;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
}

/***新书推荐****/
.img-book {
  margin-bottom: 15px;
}
.img-book .inner {
  width: 1100px;
  margin: 0 auto;
  background: #f8f3ea;
  padding: 10px 0;
}
@media only screen and (max-width: 1100px) {
  .img-book .inner {
    width: 100%;
  }
}

#newBookMarquee > div {
  overflow: hidden;
}
#newBookMarquee > div:nth-child(2) {
  margin-left: 270px;
}
#newBookMarquee > div:nth-child(2) ul {
  width: 5400px !important;
}
@media only screen and (max-width: 520px) {
  #newBookMarquee > div:nth-child(2) {
    margin-left: 150px;
  }
  #newBookMarquee > div:nth-child(2) ul {
    width: 3000px !important;
  }
}
#newBookMarquee li {
  float: left;
  width: 270px;
}
@media only screen and (max-width: 520px) {
  #newBookMarquee li {
    width: 150px;
  }
}
#newBookMarquee #marquee-mask {
  width: 40px;
  height: 150px;
  background: linear-gradient(to right, rgb(248, 243, 234), rgba(248, 243, 234, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff8f3ea, endColorstr=#00f8f3ea, GradientType=1);
}
@media only screen and (max-width: 520px) {
  #newBookMarquee #marquee-mask {
    height: 275px;
  }
}
#newBookMarquee .info {
  width: 150px;
  float: left;
}
#newBookMarquee h1 a {
  color: #8e5614;
  line-height: 24px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
#newBookMarquee img {
  float: left;
  padding: 12px 15px 25px 18px;
  width: 82px;
  height: 117px;
}
#newBookMarquee p {
  line-height: 20px;
  color: #5a5a5a;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#newBookMarquee p.intro {
  white-space: normal;
  color: #999;
  height: 4em;
}
#newBookMarquee p.intro a {
  white-space: normal;
  color: #999;
}

.book-tt {
  font-size: 16px;
  font-weight: bold;
  color: #8e5614;
  line-height: 25px;
  padding: 12px 0px 20px 0px;
  text-indent: 1em;
}
.book-tt .title {
  background: url(images/book-tt-title2.png) no-repeat left center;
  padding-left: 2em;
  background-size: 1.5em;
}

/********************** 列表页 ***********************/
/**列表页导航条**/
.list-nav {
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .list-nav {
    height: 80px;
  }
}
.list-nav .inner {
  /**列表页**/
  width: 100%;
  background: #9c6114;
  margin: 0 auto;
  height: 43px;
  border: 1px solid #707070;
}
.list-nav .inner .list-nav-path {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-indent: 1em;
  float: left;
}
.list-nav .inner .list-nav-path a {
  color: #fff;
}
@media only screen and (max-width: 1100px) {
  .list-nav .inner .list-nav-path {
    width: 100%;
  }
}
.list-nav .inner .list-nav-box {
  /**菜单项**/
  float: right;
}
@media only screen and (max-width: 520px) {
  .list-nav .inner .list-nav-box {
    float: left;
    width: 100%;
  }
}
.list-nav .inner .list-nav-box .wp_nav .nav-item a {
  font-size: 16px;
  color: #fff;
  background: url(images/gx1.gif) no-repeat right;
}
@media only screen and (max-width: 1100px) {
  .list-nav .inner .list-nav-box .wp_nav .nav-item a {
    color: #5a5a5a;
    background: unset;
  }
}
.list-nav .inner .list-nav-box .wp_nav .nav-item a span.item-name {
  line-height: 34px;
  padding: 5px 20px;
}
@media only screen and (max-width: 1100px) {
  .list-nav .inner .list-nav-box .wp_nav .nav-item a span.item-name {
    line-height: unset;
  }
}
.list-nav .inner .list-nav-box .wp_nav .nav-item .sub-nav a {
  color: #5a5a5a;
}
.list-nav .inner .list-nav-box .wp_nav .icon {
  background: url(images/menu-icon-white.png) no-repeat;
}
@media only screen and (max-width: 1100px) {
  .list-nav .inner .list-nav-box .wp_nav .icon {
    background-image: url(images/menu-icon.png);
  }
}
@media only screen and (max-width: 520px) {
  .list-nav .inner .list-nav-box .wp_nav {
    width: 100%;
    display: flex !important;
    justify-content: space-around;
  }
  .list-nav .inner .list-nav-box .wp_nav:after {
    display: none;
  }
  .list-nav .inner .list-nav-box .wp_nav a {
    background: unset !important;
  }
  .list-nav .inner .list-nav-box .wp_nav .item-name {
    padding: 5px 0 !important;
  }
}

.col_menu {
  width: 236px;
  float: left;
  background: #f8f3ea;
}
@media only screen and (max-width: 1100px) {
  .col_menu {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
}
@media only screen and (min-width: 1101px) {
  .col_menu {
    display: block !important;
  }
}
.col_menu .col_menu_head {
  background: #0068b7;
}
.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: 22px;
  padding: 14px 5px 14px 21px;
}

/**栏目名称图标**/
/**栏目列表*/
.col_menu_con {
  border: 0px solid #e4e4e4;
}

.col_list .wp_listcolumn {
  border-top: 0px solid #2867A0;
  border-bottom: 0px solid #fff;
}
.col_list .wp_listcolumn .wp_column {
  margin-bottom: 5px;
}
.col_list .wp_listcolumn .wp_column a {
  /**一级子栏目**/
  color: #fff;
  border-top: 0px solid #fff;
  border-bottom: 0px solid #2867A0;
  background: #9c6114 url(images/jt.png) no-repeat 85%;
  font-weight: normal;
  border: 1px solid #707070;
  font-size: 16px;
  width: auto;
}
.col_list .wp_listcolumn .wp_column a:hover {
  color: #0068b7;
  font-weight: normal;
  background: #ebe5d8 url(images/jt1.png) no-repeat 85%;
  border-color: #ebe5d8;
}
.col_list .wp_listcolumn .wp_column a.selected {
  /**鼠标经过或选中一级子栏目**/
  color: #0068b7;
  font-weight: normal;
  background: #ebe5d8 url(images/jt1.png) no-repeat 85%;
  border-color: #ebe5d8;
}
.col_list .wp_listcolumn .wp_column a.selected span.column-name {
  color: #124D83;
}
.col_list .wp_listcolumn .wp_column a.selected span.Column_Name {
  color: #124D83;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
  /**二级子栏目**/
  color: #5a5a5a;
  background: url(images/li.png) no-repeat 16px 11px;
  border-top: 0px solid #fff;
  border-bottom: 0px solid #bbb;
  border: 0;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a:hover {
  color: #8e5614;
  background-image: url(images/lih.png);
}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected {
  /**鼠标经过或选中二级子栏目**/
  color: #8e5614;
  background-image: url(images/lih.png);
}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected span.column-name {
  color: #9c6114;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
  /**三级子栏目**/
  background: #f2f2f2 url(images/icon_column_3.gif) no-repeat 26px 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover {
  color: #000;
  background-image: url(images/icon_column_3_hover.gif);
}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
  /**鼠标经过或选中三级子栏目**/
  color: #000;
  background-image: url(images/icon_column_3_hover.gif);
}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
  color: #124D83;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
  /**四级子栏目**/
  background: #f5f5f5 url(images/icon_column_3.gif) no-repeat 36px 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover {
  color: #000;
  background-image: url(images/icon_column_3_hover.gif);
}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
  /**鼠标经过或选中四级子栏目**/
  color: #000;
  background-image: url(images/icon_column_3_hover.gif);
}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
  color: #124D83;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
  /**五级子栏目**/
  background: #f9f9f9 url(images/icon_column_3.gif) no-repeat 46px 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #eee;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover {
  color: #000;
  background-image: url(images/icon_column_3_hover.gif);
}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
  /**鼠标经过或选中五级子栏目**/
  color: #000;
  background-image: url(images/icon_column_3_hover.gif);
}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
  color: #124D83;
}

.wp_listcolumn .wp_column a .column-name {
  padding: 5px 0px 5px 28px;
  line-height: 32px;
}
.wp_listcolumn .wp_column a .Column_Name {
  padding: 5px 0px 5px 28px;
  line-height: 32px;
}
.wp_listcolumn .wp_subcolumn {
  background: #fff;
  border: 0px;
}

/**栏目新闻**/
.col_news {
  width: 710px;
  float: right;
  padding-right: 35px;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .col_news {
    width: 100%;
    float: unset;
    padding-right: 10px;
  }
}

.col_metas .col_title {
  display: inline-block;
  float: left;
  height: 49px;
  line-height: 49px;
}
@media only screen and (max-width: 1100px) {
  .col_metas .col_title {
    float: right;
  }
  .col_metas .col_title img {
    width: 45px;
  }
}
.col_metas .col_title h2 {
  /**当前栏目**/
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #0068b7;
  padding: 0;
  height: 48px;
}
.col_metas .col_path {
  /**当前栏目名称**/
  display: inline-block;
  float: right;
  white-space: nowrap;
  height: 18px;
  line-height: 18px;
  margin-top: 16px;
}

/**当前位置**/
.col_news_box {
  padding: 10px 0;
  margin: 0 7px;
}

.col_news_list {
  margin-top: 7px;
  min-height: 400px;
}
@media only screen and (max-width: 1100px) {
  .col_news_list {
    min-height: 200px;
  }
  .col_news_list .per_page {
    display: none;
  }
  .col_news_list .page_jump {
    display: none;
  }
}
.col_news_list .wp_article_list .list_item {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #cfcbc5;
}
.col_news_list .wp_article_list .list_item .Article_Index {
  /**栏目新闻列表**/
  background: url(images/li.gif) no-repeat center;
  display: none;
}
.col_news_list .wp_article_list .list_item .pr_fields {
  width: 75%;
  width: calc(100% - 85px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.col_news_list .wp_article_list .list_item .pr_fields .Article_Title {
  display: unset;
  vertical-align: unset;
  float: unset;
}
.col_news_list .wp_entry {
  /**栏目新闻图标序号**/
  line-height: 1.6;
  font-size: 14px;
  color: #333;
}
.col_news_list .wp_entry p {
  line-height: 1.6;
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
}
.col_news_list .wp_entry img {
  max-width: 680px;
  /*_width: calc(this.width > 680 ? "680px" : this.width);*/
}

/**文章页**/
.infobox {
  margin: 0 auto;
}

.article h1.arti_title {
  line-height: 26px;
  font-family: "Microsoft YaHei";
  padding: 5px;
  text-align: center;
  font-size: 18px;
  color: #282828;
  border-bottom: 2px solid #C30;
}
.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;
}
.article .entry .read {
  /**文章内容**/
}
.article .entry .read p {
  line-height: 1.6;
  font-size: 14px;
  color: #333;
}

.col_info {
  /**文章阅读部分图片大小限制**/
  background: #fff;
  width: 780px;
  float: right;
}
@media only screen and (max-width: 1100px) {
  .col_info {
    width: 100%;
    padding: 10px 0;
    float: unset;
  }
}
.col_info .entry .read {
  line-height: 1.6;
  font-size: 14px;
  color: #333;
}
.col_info .entry .read p {
  /**正文默认**/
  margin-bottom: 6px;
}
.col_info .entry .read img {
  max-width: 940px;
  /*width: expression(this.width > 940 ? "940px" : this.width);*/
  margin: 0.5em;
}
.col_info .info-con p {
  /**阅读字体**/
  line-height: 1.5;
  color: #5A5A5A;
  font-size: 14px;
}
.col_info .info-con td {
  line-height: 1.5;
  color: #5A5A5A;
  font-size: 14px;
}
.col_info .info-con a {
  font-weight: bold;
}
.col_info .info-con img {
  margin: 0.5em;
  max-width: 100%;
}
@media only screen and (max-width: 520px) {
  .col_info .info-con img {
    height: auto !important;
  }
}
@media only screen and (max-width: 520px) {
  .col_info .info-con .p_text_indent_2 img {
    /**小屏抵消首行空两格**/
    margin-left: -2em;
  }
}
.col_info h1 {
  /**url(images/news.png) no-repeat 98% 16px**/
  font-size: 18px;
  color: #5a5a5a;
  font-weight: bold;
  text-align: center;
  line-height: 27px;
  padding: 20px 85px 8px;
}
@media only screen and (max-width: 520px) {
  .col_info h1 {
    padding: 10px 10px 5px 35px;
  }
}
.col_info .article_info {
  font-size: 14px;
  line-height: 20px;
  color: #949292;
  text-align: center;
}

.info-con {
  padding: 18px 35px;
}
@media only screen and (max-width: 520px) {
  .info-con {
    padding: 5px 10px;
  }
}
.info-con .small-title {
  font-size: 16px;
  font-weight: bold;
  color: #8e5614;
}

.col_news #sidemenu-btn {
  top: 0;
}

/**小屏侧栏菜单开关**/
#sidemenu-btn {
  display: none;
  position: absolute;
  top: 20px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background: url(images/sidemenu-btn.png) no-repeat center;
}
@media only screen and (max-width: 1100px) {
  #sidemenu-btn {
    display: block;
  }
}

/**页脚开始**/
#footer .inner {
  padding: 25px 0;
  background: #8e5614;
}

.foot-l {
  width: 650px;
  float: left;
  padding-left: 40px;
}
@media only screen and (max-width: 1100px) {
  .foot-l {
    width: 90%;
    width: calc(100% - 20px);
    padding: 0 10px;
  }
}

.foot-r {
  float: right;
}

.foot-link a {
  font-size: 14px;
  color: #e9d9b6;
  line-height: 2.5em;
  padding-right: 10px;
  display: inline-block;
}

@media only screen and (max-width: 520px) {
  .foot-link a {
    line-height: 2em;
    padding-right: 5px;
  }
}
.foot-copy p {
  text-align: left;
  line-height: 2.5em;
  font-size: 14px;
  color: #e9d9b6;
}

.shares {
  height: 48px;
  text-align: center;
  padding-top: 12px;
  padding-right: 30px;
}
.shares ul {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.shares li {
  float: left;
  margin: 0 1px;
  position: relative;
}
.shares li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 0px solid red;
  background: url("images/wx.png") no-repeat;
  opacity: 1;
  filter: Alpha(opacity=100);
  vertical-align: top;
}
.shares li a:hover {
  opacity: 0.8;
  filter: Alpha(opacity=80);
}
.shares li .con {
  display: none;
  position: absolute;
  bottom: 60px;
  left: 50%;
  z-index: 100;
  margin-left: -51px;
  width: 100px;
}
.shares li .con img {
  width: 90px;
  height: 90px;
  vertical-align: top;
  background: #fff;
}
.shares li .con span {
  line-height: 22px;
  font-size: 12px;
  color: #fff;
}
.shares li.i2 a {
  background: url(images/wx.png) no-repeat;
}
.shares li.i3 a {
  background: url(images/wx.png) no-repeat;
}

.link-img a {
  color: #8e5614;
  display: block;
  height: 50px;
}
.link-img p a {
  height: auto;
  white-space: nowrap;
}

.link-img-l li {
  margin-bottom: 10px;
}

.srk {
  float: left;
  width: 70%;
  /* width: calc(100% - 120px); */
  width:600px;
  height: 30px;
  padding: 0;
  margin: 0;
  border: 1px solid #969696;
  padding-left: 20px;
}

.searcht {
  padding: 0 27px;
  height:40px;
}

.searcht form{
  display:flex;
  gap:20px;
  justify-content:center;  
}

.anniu {
  float: right;
  width: 68px;
  height: 32px;
  font-size: 15px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #969696;
  background: #e6e6e6;
  cursor: pointer;
}

/* .anniu+.anniu{
  margin-left:1em;
} */

.wll {
  color: #e9d9b6;
}
.wll:hover {
  color: #e9d9b6;
}

/*---------------banner----------------*/
.sudy-tab .description {
  /* height: 50px; */
  text-align: center;
  color: #888;
  line-height: 1.5em;
  text-indent: -3em;
  padding-left: 3em;
  clear:both;
  margin-top: 10px;
}

.description .link a + a::before{
  content: "\00a0|\00a0";
} 


/*-------服务-------*/
.services{
  margin-top: 10px;
  margin-bottom: 10px;
}

.services .inner{
  display: flex;
  justify-content: space-around;
}

.services .service {
  padding: 8px 0;
}

.services .service .service-tt,.services .service .service-tt a {
  font-size: 16px;
  color: #8e5614 !important;
  font-weight: bold;
  line-height: 20px;
  padding: 5px 0 12px 0;
}

.services .service li{
  line-height: 1.5em;
}

/*--黑白
html {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _filter:none;
}
*//*# sourceMappingURL=style-responsive.css.map */