.wrapperx {
  width: 100%;
  margin: 0 auto;
}
#bannera {
  background: url(../img/banner1.jpg) repeat-x center;
  border-bottom: 2px solid #0044BB;
}
#bannera .inner {
  width: auto;
  /* max-width: 1320px; */
  text-align: center;
  position: relative;
}
.clearfix {
  display: block;
  zoom: 1;
}
.col_menu {
  width: 100%;
  float: left;
  position: relative;
  height: 240px;
}
.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;
  font-size: 30px;
  color: #0044BB;
  font-weight: bold;
  font-family: "微软雅黑";
  padding-top: 30px;
  /* width: 680px; */
  margin: 0 auto;
  border-bottom: 0px solid #c5c5c5;
  line-height: 70px;
  text-align: center;
}

.col_menu .col_menu_con {
  border: 0px solid #e4e4e4;
  position: relative;
}
/* ul */
.col_list .wp_listcolumn {
  border: 0;
  margin: 0 auto;
  width: auto;
  border-top: 1px solid #c5c5c5;
  position: relative;
  display: table;
  padding: 0;
  /* display: inline-flex;
  overflow-x:scroll;
  white-space:nowrap; */
}
/* #bodd {
  display: inline-flex;
  overflow-x:scroll;
  white-space:nowrap;
  width: 1000px;
} */
/* #bodd:-webkit-scrollbar-thumb {
  border-radius:10px;
  background:#0044BB;
  -webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
  } */
/* li */

.wp_listcolumn .wp_column {
  width: auto;
  /* overflow:auto; */
  /* height:30%; */
  font-weight: bold;
}
.wp_listcolumn .wp_column a:hover{
  border-top: 2px #0044BB solid !important;
  font-weight: bold;
}
.test {
  /* width   : 1000px; */
  height  : 83px;
  overflow: auto;
  /* float   : left; */
  border  : none;
}

  .test-1::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 1px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
  }
  .test-1::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #0044BB;
  }
  .test-1::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background   : #ededed;
  }

  /* 兼容IE */
  .test-1 {
    /* scrollbar-arrow-color: #ededed; */
    scrollbar-face-color: #0044BB;
    scrollbar-base-color: #ededed;/* 滚动条的基色 */
    scrollbar-highlight-color: #ededed;; /* 滚动条的高亮颜色（左阴影？） */
    scrollbar-shadow-color: #ededed;;/* 立体滚动条阴影的颜色 */
    scrollbar-darkshadow-color: #ededed;;/* 立体滚动条外阴影的颜色 */
    scrollbar-track-color: #ededed;; /* 立体滚动条背景颜色 */
    scrollbar-3dlight-color:#ededed;; /* 立体滚动条亮边的颜色 */
  }

.wp_listcolumn .wp_column {
  display: inline-block;
  /* width: 100%; */
  vertical-align: bottom;
}
li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.col_list .wp_listcolumn .wp_column a.selected {
  font-weight: bold;
}

.col_list .wp_listcolumn .wp_column a.selected {
  color: #0044BB;
  border-top: 2px #0044BB solid;
}
.col_list .wp_listcolumn .wp_column a {
  font-size: 15px;
  background: none;
  border-top: 0px solid #fff;
  width: auto;
  float: left;
  margin: 0px auto;
}
.wp_listcolumn .wp_column a {
  border-bottom: 0px;
}
.col_list .wp_listcolumn .wp_column a.selected span.column-name {
  color: #0044BB;
  border-top: 0px #0044BB solid;
}
.col_list .wp_listcolumn .wp_column a .column-name {
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #444;
  width: auto;
  float: left;
  padding: 0 40px;
}
.wp_listcolumn .wp_column a .column-name {
  display: inline-block;
  line-height: 22px;
  padding: 5px 10px 5px 20px;
  cursor: pointer;
}







.content {
  /* margin-top: 168px; */
  margin-top: 118px;
  background-color: #f4f3ed;
  position: relative;
  z-index: 10;
}
.contentListx {
  width: 1200px;
  margin: 0 auto;
  /* display: flex; */
  /* justify-content: center; */
}
.contentList {
  max-width: 1320px;
  margin: 0 auto;
}

.leftMenu {
  width: 25%;
  height: 775px;
}

.leftMenuContent {
  height: 100%;
}

.rightList {
  margin: 0 auto;
  width: 75%;
  height: 900px;
}

.list-group {
  width: 100%;
  margin-top: 24px;
}



/* 多行溢出显示省略号 */
.texttitle {
  font-size: 16px;
  color: #0044BB !important;
}
.yichu {
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  text-indent: 2em;
  font-size: 14px;
  transition: all 0.4s ease-in-out;
}
.yichu:hover {
  color: #0044BB;
}





/* 列表 */
.col_news {
  width: 96%;
  min-height: 500px;
  float: right;
  margin: 0px 2%;
}
.col_news_con {
  padding: 5px 0px 10px 0px;
  margin: 0 7px;
}
.col_news_list {
  margin-top: 7px;
  width: 70%;
  float: left;
}
.col_news_head {
  border-bottom: 1px solid #DBDBDB;
}
.col_metas .col_path {
  display: inline-block;
  float: right;
  white-space: nowrap;
  height: 46px;
  line-height: 46px;
  color: #666;
  font-size: 13px;
  font-family: "Arial","Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
}
.col_metas .col_path a{
  text-decoration: none;
  color: #666;
}
ul {
  margin: 0;
}
.col_metas .col_title {
  display: inline-block;
  float: left;
  height: 48px;
  line-height: 48px;
}
.col_metas .col_title h2 {
  margin: 0;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  font-size: 20px;
  font-family: "Microsoft yahei";
  font-weight: normal;
  color: #0044BB;
  border-bottom: 3px solid #0044BB ;
}

#wp_news_w6 li.news {
  border-bottom: 1px solid #ccc;
  height: 120px;
  line-height: 34px;
  padding-left: 0px;
}
.news_meta {
  float: left;
  line-height: 48px;
  font-size: 16px;
  color: #7c7c7c;
}
#wp_news_w6 .rili {
  float: left;
  margin: 34px 30px 0px 0px;
}
.rili .sudy-pubdate {
  width: 62px;
  height: 62px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #f2f2f2;
  border: 1px solid #0044BB;
}
.list .rili .sudy-pubdate span.pubdate-month {
  font-size: 15px;
  font-weight: 600;
}
.rili .sudy-pubdate span.pubdate-month {
  font-family: "微软雅黑";
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #0044BB;
  border-bottom: 1px solid #0044BB;
  background-color: #fff;
  font-weight: 400;
}
.rili .sudy-pubdate span.pubdate-day {
  border-top: 0px;
  background-color: #0044BB;
  height: 24px;
  color: #fff;
  line-height: 24px;
  font-family: "微软雅黑";
}
.sudy-pubdate span {
  display: block;
  width: 100%;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/* dianji */
.news_count {
  float: right;
  /* width: 140px; */
  margin-top: 20px;
  border-left: 1px solid #e1dbe5;
  padding-bottom: 18px;
}
.news_count span.yxhd {
  color: #0044BB;
  font-size: 14px;
  font-family: "微软雅黑";
  line-height: 20px;
}
.news_count span {
  display: block;
  padding: 0 20px;
}
span.wp_listVisitCount {
  font-size: 13px;
  background: url(../img/count.jpg) no-repeat 6px 9px;
  color: #999;
}
/* 中间 */
/* .col_news_list.listcon .list_con {
  width: 72%;
  margin: 11px 0px 0px 0px;
} */
.list_con {
  /* margin-top: 10px; */
  /* width: 641px; */
  /* float: right; */
}
.list_con a{
  text-decoration: none;
  cursor: pointer;
  color: #333;
  transition: all 0.4s ease-in-out;
  font-family: "Microsoft YaHei";
}
.list_con a:hover{
  color: #0044BB;
}
.list_title {
  height: 35px;
  overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
  color: #0044BB;
}
.list_title a{
  color: #0044BB;
  font-family: "Microsoft YaHei";
  font-size: 16px;
}
.news_imgs {
  float: left;
  margin-right: 10px;
  /* width: 140px */
}
.news_imgs img{
  display: block;
  width: 140px;
  height: 100px;
}
.news_list li.news .news_text {
  line-height: 24px;
  color: #333;
  font-size: 14px;
  text-indent: 2em;
}
/* right */
.col_news_list_right {
  float: right;
  width: 30%;
}
.post {
  margin-bottom: 45px;
}
.post2 .tt {
  display: block;
}

.post .tt {
  /* display: inline-block; */
  width: 100%;
  border-bottom: 0px solid #e6e6e6;
}
h3 {
  margin: 0;
}
.post .tt .tit {
  display: inline-block;
  /* float: left; */
  font-size: 16px;
  font-weight: normal;
}
.col_news_list_right .post .tt .tit .title {
  padding-bottom: 3px;
  margin: 10px 0px 0px 26px;
  font-weight: normal;
}
.post .tt .tit .title {
  display: block;
  line-height: 42px;
  color: #0044BB;
  font-family: "Microsoft yahei";
  font-size: 20px;
  margin-right: 0;
  border-bottom: 3px solid #0044BB;
  font-weight: 600;
  padding-bottom: 10px;
}
.post2 .con {
  padding: 18px 25px;
  margin: 0 auto;
}

.wp_pop_article_list {
  display: block;
  width: 100%;
}
.wp_pop_article_list .list_item {
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  vertical-align: top;
  line-height: 34px;
  height: 65px;
}

.wp_pop_article_list .list_item .pr_fields {
  display: block;
  float: none;
  height: 30px;
}
.wp_pop_article_list .list_item .pr_fields a{
 text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  vertical-align: middle;
}
.wp_pop_article_list .list_item .title {
  line-height: 24px;
  font-size: 14px;
  padding: 0;
  color: #555;
  padding-top: 6px;
  float: left;
  font-family: "微软雅黑";
}
.wp_pop_article_list .list_item .ex_fields {
  display: block;
  float: none;
  color: #999999;
}
.wp_pop_article_list .list_item .date {
  color: #999999;
  line-height: 34px;
  padding-left: 0px;
  display: inline-block;
  font-size: 12px;
}
.row {
  margin-right: 0;
  margin-left: 0;
}

/* 适应 */
@media screen and (max-width: 667px) {
  .content {
    margin-top: 20px;
  }
  .contentList {
    margin-top: 20px;
  }
  .news_imgs img{
    display: none;
  }
  .list_title {
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-size: 14px;
  }
  .rili .sudy-pubdate span.pubdate-month {
    font-family: "微软雅黑";
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #0044BB;
    border-bottom: 1px solid #0044BB;
    background-color: #fff;
    font-weight: 400;
}
.rili .sudy-pubdate span.pubdate-day {
  border-top: 0px;
  background-color: #0044BB;
  height: 24px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-family: "微软雅黑";
}
.list_con {
  height: 110px;
  display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.list_con a {
  text-decoration: none;
  cursor: pointer;
  color: #333;
  transition: all 0.4s ease-in-out;
  font-size: 12px;
}
.list_title a{
  /* color: #0044BB; */
}
.news_list li.news .news_text {
  line-height: 24px;
  color: #333;
  font-size: 12px;
  text-indent: 2em;
  display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#wp_news_w6 li.news {
  border-bottom: 1px solid #ccc;
  height: 100px;
  line-height: 34px;
  padding-left: 0px;
}
.content {
  background-color: #fff;
}
.list_con {
  /* margin-top: 10px; */
  /* width: 641px; */
  /* float: right; */
}
.list_title {
  height: 30px;
  color: #0044BB;
  overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.clarright .title .redian{
  margin-left: 25px;
}
.col_path {
  margin-right: 7px;
}

}

@media screen and (max-width: 1100px) {
  .news_imgs img{
    display: none;
  }
  .list_title {
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-size: 14px;
  }
  .rili .sudy-pubdate span.pubdate-month {
    font-family: "微软雅黑";
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #0044BB;
    border-bottom: 1px solid #0044BB;
    background-color: #fff;
    font-weight: 400;
}
.rili .sudy-pubdate span.pubdate-day {
  border-top: 0px;
  background-color: #0044BB;
  height: 24px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-family: "微软雅黑";
}
.list_con {
  height: 110px;
  display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.list_con a {
  text-decoration: none;
  cursor: pointer;
  color: #333;
  transition: all 0.4s ease-in-out;
  font-size: 12px;
}
.news_list li.news .news_text {
  line-height: 24px;
  color: #333;
  font-size: 12px;
  text-indent: 2em;
  display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#wp_news_w6 li.news {
  border-bottom: 1px solid #ccc;
  height: 100px;
  line-height: 34px;
  padding-left: 0px;
}
.content {
  background-color: #fff;
}
.list_con {
  /* margin-top: 10px; */
  /* width: 641px; */
  /* float: right; */
}
.list_title {
  height: 30px;
  color: #0044BB;
}
.clarright .title .redian{
  margin-left: 25px;
}
.col_path {
  margin-right: 7px;
}

}
@media screen and (max-width: 1000px) {
  #wp_news_w6 .rili {
    margin: 34px 10px 0px 0px;
  }
  .list_title a {
    font-size: 16px;
  }
  .news_count span {
    padding: 0 5px;
  }
  .news_count span.wp_listVisitCount {
    padding-left: 20px;
  }
  .content {
    margin-top: 64px;
  }
}