@charset "utf-8";
/* Base Reset */
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;
}
/* HTML5 display-role reset for older browsers */
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;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

/**布局�?��**/
body {
  /* background: url("images/bg.png"); */
}
body,
p {
  font: 12px/1 "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
  color: #333;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #cd0200;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
}
.wrapper .inner {
  width: 1400px;
  margin: 0 auto;
} /**页面全局宽度**/

/**标题栏新闻窗�?*/
.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 {
}
/**标题图标**/

.news1_list {
  height: 134px;
}
.news1-time {
  text-align: right;
  color: #6e6f6f;
  font-family: "Candara";
  font-size: 14px;
  margin-top: 20px;
}
.news1_tt a {
  color: #8a1532;
  font-family: "Microsoft Yahei";
  font-size: 15px;
  line-height: 24px;
}
.news_tt {
}
.tt1 {
  background: #f0f2f5;
  height: 58px;
  border-bottom: 1px solid #d8e3ef;
  line-height: 58px !important;
  text-align: left !important;
  padding-left: 20px;
  color: #185aae;
  font-size: 28px;
  font-family: "Microsoft Yahei";
}

.icon {
  background: url(images/icon.jpg) left no-repeat;
  padding-left: 12px;
}

.news_img {
  width: 222px;
  height: 150px;
  overflow: hidden;
}

.news_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_img:hover {
  opacity: 0.8;
  filter: Alpha(Opacity=80);
}
.news_cont {
  width: 307px;
  margin-left: 24px;
  height: 150px; /* 与图片高度保持一致 */
  display: flex;
  flex-direction: column;
}

#wp_news_w41 .news_title {
  text-align: center;
  line-height: 38px;
}
#wp_news_w41 .news_title a {
  color: #494949;
  font-family: "Microsoft Yahei";
  font-size: 24px;
}
.news_title a {
  color: #1e50ae;
}
.news_title {
  color: #1e50ae;
  font-family: "Microsoft Yahei";
  font-size: 16px;
  line-height: 28px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px; /* 添加底部间距 */
}
.news_title1 {
  color: #3d3d3d;
  font-family: "Microsoft Yahei";
  font-size: 18px;
  line-height: 30px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_title1 a {
  color: #3d3d3d;
}
.news_title2 {
  color: #333536;
  font-family: "Microsoft Yahei";
  font-size: 16px;
  line-height: 28px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_title2 a {
  color: #333536;
}
li.news5 {
  margin-top: 15px;
}
li.t51,
li.t41 {
  margin-top: 0;
}
li.news4 {
  margin-top: 18px;
}

.wp_listcolumn .wp_column a .column-name {
  font-family: "Microsoft Yahei";
}

.news_time1 {
  width: 80px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #b4becd;
  color: #fff;
  font-size: 12px;
  font-family: "Georgia";
  text-align: center;
  line-height: 20px;
}

/**页头�?��**/

#top {
  /* height: 12px; */
  background-color: #474b52;
}
#header {
  height: 278px;
  width: 100%;
  z-index: 999;
}
#header .inner {
  margin: 0;
  width: 100%;
}
.head {
  width: 100%;
  height: 278px;
  background: url("images/title.png") no-repeat;
  background-size: 100% 100%;
} /**页头部分**/
.head .sitetitle {
  margin-top: 16px;
  margin-left: 10px;
  font-size: 32px;
  font-weight: bold;
  color: #0b57b7;
  position: absolute;
  top: 62px;
} /**站点名称**/
.head-l {
  padding-top: 25px;
  margin-right: 30px;
}
.logo_name {
  padding-top: 20px;
}
.nav {
  height: 70px;
  width: 1400;
  background-color: #1e50ae;
}
.logo {
  width: 222px;
  padding-top: 12px;
  padding-left: 10px;
}
.head_nav {
  height: 36px;
  line-height: 36px;
  padding-top: 10px;
}
.navbar {
  height: 70px;
  line-height: 70px;
  color: #fff;
} /**导航区域背景**/
.navbar .navbox {
} /**导航窗口大小及位�?*/

.head-in {
  padding-top: 56px;
}
.search_block {
  background: url(images/search_block.png) center no-repeat;
  width: 247px;
  height: 36px;
}
.key {
}
input {
  padding: 0;
  border: none;
}
.wp_search .search {
  width: 36px;
  height: 36px;
  background: none;
}
input.keyword {
  width: 191px !important;
  height: 20px;
  line-height: 20px;
  padding: 8px 10px;
  border: none;
  background-color: transparent;
  font-size: 12px;
  color: #aeaeae;
  font-family: "Microsoft Yahei";
}

@charset "utf-8";
/* Base Reset */
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;
}
/* HTML5 display-role reset for older browsers */
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;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

/**布局�?��**/
body {
  /* background: url("images/bg.png"); */
}
body,
p {
  font: 12px/1 "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
  color: #333;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #cd0200;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
}
.wrapper .inner {
  width: 1400px;
  margin: 0 auto;
} /**页面全局宽度**/

/**标题栏新闻窗�?*/
.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 {
}
/**标题图标**/

.news1_list {
  height: 134px;
}
.news1-time {
  text-align: right;
  color: #6e6f6f;
  font-family: "Candara";
  font-size: 14px;
  margin-top: 20px;
}
.news1_tt a {
  color: #8a1532;
  font-family: "Microsoft Yahei";
  font-size: 15px;
  line-height: 24px;
}
.news_tt {
}
.tt1 {
  background: #f0f2f5;
  height: 58px;
  border-bottom: 1px solid #d8e3ef;
  line-height: 58px !important;
  text-align: left !important;
  padding-left: 20px;
  padding-right: 15px;
  color: #185aae;
  font-size: 28px;
  font-family: "Microsoft Yahei";
}

.icon {
  background: url(images/icon.jpg) left no-repeat;
  padding-left: 12px;
}

.news_img {
  width: 222px;
  height: 150px;
  margin: 0;
  overflow: hidden;
}

.news_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}

.news_img:hover {
  opacity: 0.8;
  filter: Alpha(Opacity=80);
  margin: 0;
}
.news_cont {
  width: 307px;
  margin-left: 20;
  height: 150px; /* 与图片高度保持一致 */
  display: flex;
  flex-direction: column;

  /* justify-content: space-between; */
}

#wp_news_w41 .news_title {
  text-align: center;
  line-height: 38px;
}
#wp_news_w41 .news_title a {
  color: #494949;
  font-family: "Microsoft Yahei";
  font-size: 24px;
}
.news_title a {
  color: #1e50ae;
}
.news_title {
  color: #3d3d3d;
  font-family: "Microsoft Yahei";
  font-size: 18px;
  line-height: 28px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  font-weight: bold;
}
.news_title1 {
  color: #bfbfbf;
  font-family: "Microsoft Yahei";
  font-size: 16px;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; /* 文本不换行 */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_title1 a {
  color: #3d3d3d;
  width: 320px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news_title2 {
  color: #333536;
  font-family: "Microsoft Yahei";
  font-size: 16px;
  line-height: 28px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_title2 a {
  color: #333536;
}
li.news5 {
  margin-top: 20px;
}
li.t51,
li.t41 {
  margin-top: 0;
}
li.news4 {
  margin-top: 18px;
}

.wp_listcolumn .wp_column a .column-name {
  font-family: "Microsoft Yahei";
}

.news_time1 {
  width: 80px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #b4becd;
  color: #fff;
  font-size: 12px;
  font-family: "Georgia";
  text-align: center;
  line-height: 20px;
}

/**页头�?��**/

#top {
  /* height: 12px; */
  background-color: #474b52;
}
#header {
  height: 278px;
  width: 100%;
  z-index: 999;
}
#header .inner {
}
.head {
  width: 100%;
  height: 278px;
  background: url("images/title.png") no-repeat;
  background-size: 100% 100%;
} /**页头部分**/
.head .sitetitle {
  margin-top: 16px;
  margin-left: 10px;
  font-size: 32px;
  font-weight: bold;
  color: #0b57b7;
  position: absolute;
  top: 62px;
} /**站点名称**/
.head-l {
  padding-top: 25px;
  margin-right: 30px;
}
.logo_name {
  padding-top: 20px;
}
#nav {
  height: 70px;
  width: 100%;
  background-color: #1e50ae;
  background: url(images/menuBgImg.png) no-repeat;
  background-size: 100% 100%;
}
.logo {
  width: 222px;
  padding-top: 12px;
  padding-left: 10px;
}
.head_nav {
  height: 36px;
  line-height: 36px;
  padding-top: 10px;
}
.navbar {
  height: 70px;
  line-height: 70px;
  color: #fff;
} /**导航区域背景**/
.navbar .navbox {
} /**导航窗口大小及位�?*/

.head-in {
  padding-top: 56px;
}
.search_block {
  background: url(images/search_block.png) center no-repeat;
  width: 247px;
  height: 36px;
}
.key {
}
input {
  padding: 0;
  border: none;
}
.wp_search .search {
  width: 36px;
  height: 36px;
  background: none;
}
input.keyword {
  width: 191px !important;
  height: 20px;
  line-height: 20px;
  padding: 8px 10px;
  border: none;
  background-color: transparent;
  font-size: 12px;
  color: #aeaeae;
  font-family: "Microsoft Yahei";
}

/**导航样式：后台绑定时也可以定义配�?*/
/**导航高度**/
.navbar .navbox .wp_nav li.nav-item a {
  font-size: 20px;
  color: #fff;
  font-family: "Microsoft Yahei";
  font-weight: normal;
  width: 185px;
} /**导航字体样式**/
.navbar .navbox .wp_nav li.nav-item a:hover,
.navbar .navbox .wp_nav li.nav-item a.parent {
  background: url(images/selectMenu.png) no-repeat;
  background-size: 100% 100%;
  height: 75px;
  margin-top: -5px;
  color: #fff;
} /**鼠标经过或当前�?中时样式**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a {
  color: #000;
  height: 45px !important;
  margin: 0;
}
.navbar .navbox .wp_nav li.nav-item a span.item-name {
  padding: 0 19.3px;
  height: 70px;
  line-height: 70px;
  font-weight: bold;
}
.navbar .navbox .wp_nav .sub-nav li.nav-item a span.item-name {
  font-weight: normal;
} /**导航栏目高度与边�?*/
.navbar .navbox .wp_nav .sub-nav li.nav-item i.mark {
} /**子菜单背�?*/
.navbar .navbox .wp_nav .sub-nav li.nav-item a {
  font-size: 16px;
  font-weight: normal;
} /**子菜单字体样�?*/
.navbar .navbox .wp_nav .sub-nav li.nav-item a:hover,
.navbar .navbox .wp_nav .sub-nav li.nav-item a.parent {
  color: #185aae;
  background: rgba(24, 90, 174, 0.1);
}
.navbar .navbox .wp_nav .sub-nav li.nav-item a span.item-name {
  padding: 0 10px;
  height: 45px;
  line-height: 45px;
} /**子菜单栏目高度与边距**/
#wp_nav_w05 .wp_nav .sub-nav {
  width: 181px !important;
  background: #fff !important;
  /* top: 70px !important; */
}
#wp_nav_w05 .wp_nav .sub-nav li {
  width: 181px !important;
  /* top: 70px !important; */
}
#wp_nav_w05 {
  text-align: center;
}
#wp_nav_w05 .wp_nav {
  text-align: center;
  display: inline-block;
}
.wp_nav .sub-nav .nav-item a {
  text-align: center;
  border: none;
}
.wp_nav .sub-nav .nav-item .mark {
}

/**主体�?��**/
#container1 {
  width: 100%;
  min-height: 200px;
  margin-top: 30px;
}
#container1 .inner {
}
#container2 .inner {
}
#container {
  /* padding-top: 20px; */
}
#container2 {
  padding: 0px 0;
}
#container3 {
  padding: 35px 0;
}

/**首页三列布局**/
.mod {
}
.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;
} /**右列**/
.layer1 {
  width: 100%;
  background-color: #fff;
}
.block11 {
  width: 920px;
}
.block12 {
  width: 460px;
}
.block_in {
  padding: 20px;
}

.scroll_img {
  width: 867px;
  height: 450px;
  position: relative;
}
.scroll_cont_bg {
  width: 337px;
  height: 146px;
  background-color: #1e50ae;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: absolute;
  left: 50px;
  bottom: 49px;
}
.scroll_cont {
  width: 397px;
  height: 132px;
  position: absolute;
  left: 50px;
  bottom: 40px;
  padding: 12px 20px;
}
.scroll_biaoti {
  font-size: 22px;
  color: #fff;
  font-family: "Microsoft Yahei";
  height: 32px;
  border-bottom: 1px solid #fff;
}
.scroll_biaoti a {
  color: #fff;
}
.scroll_jj {
  font-size: 13px;
  color: #fff;
  font-family: "Microsoft Yahei";
  line-height: 22px;
  margin-top: 4px;
}

.block1 {
  width: 400px;
  margin-right: 62px;
}
.scroll_left {
  width: 324px;
  height: 213px;
}
.scroll_right {
  width: 312px;
  margin-left: 23px;
}
.xwdt {
  width: 679px;
  height: 213px;
  margin-top: 26px;
  background: #f5f7f7;
}
.scrool_biaoti {
  margin-top: 22px;
}
.scrool_biaoti a {
  font-size: 16px;
  color: #084795;
  font-family: "Microsoft Yahei";
  line-height: 26px;
}
.scrool_neirong {
  margin-top: 12px;
  font-size: 14px;
  color: #5c5c5c;
  font-family: "Microsoft Yahei";
  line-height: 26px;
}
li.news {
  width: 392px;
  margin-right: 12px;
}
.news_time {
  color: #767676;
  font-size: 14px;
  font-family: "Microsoft Yahei";
  margin-top: 8px;
}

.news_time3 {
  font-size: 14px;
  color: #999898;
  font-family: "Microsoft Yahei";
}

.layer2 {
}
.block21 {
  width: 796px;
}
.block22 {
  width: 360px;
}

li.news2 {
  /* margin-right: 50px; */
  width: 350px;
  margin-bottom: 21px;
}
li.t22,
li.t24,
li.t26,
li.t28 {
  margin-right: 0 !important;
  margin-left: 47px;
}
li.t25,
li.t26 {
  margin-bottom: 0 !importan;
}

.block_down {
  margin-top: 27px;
}

.cont .articlecontent {
  font-size: 14px;
  color: #434343;
  font-family: "Microsoft Yahei";
  line-height: 24px;
}

.cont {
  /* margin-top: 23px; */
}
#wp_news_w23 .news_list .new {
  margin: 30px 0;
}
.cont-1-sj {
  width: 45px;
}
.cont-2 {
  width: 272px;
}
.cont-2-bt {
  font-size: 16px;
  color: #333536;
  font-family: "Microsoft Yahei";
  line-height: 28px;
  padding-top: 4px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cont-2-bt a {
  color: #333536;
}
.v-line {
  padding: 0 10px;
  color: #9ca3ac;
}
.Eng {
  color: #9ca3ac;
  font-size: 20px;
  font-family: "Aparajita";
}

li.ts1 {
  margin-right: 10px;
}
li.new {
  margin-bottom: 20px;
}
li.ss4 {
  margin-bottom: 0 !important;
}

.glxt {
  background: url(images/glxt.png) center no-repeat;
  height: 337px;
}
.login_input {
  width: 292px;
  height: 35px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  font-family: "Microsoft Yahei";
  line-height: 35px;
}
.login_password,
.login_code,
.login_btn {
  margin-top: 13px;
}
.wp_login_form {
  padding: 95px 25px 0 26px;
}
.login_btn {
  background: url(images/login.png) center no-repeat;
}
.login_code {
  width: 215px !important;
}
span.input {
  margin-left: 15px;
}
input#w23_userName {
  color: #d2d2d2;
}

.layer3 {
  width: 100%;
  overflow: hidden;
  margin-top: 0px;
  pading: 0 px;
  background-color: #fff;
}

.block_left {
  width: 440px;
  margin-right: 40px; /* 移除默认右边距 */
  float: left;
  background-color: #fff;
}

.block_right {
  width: 920px;
  background-color: #fff;
  margin-left: 0; /* 移除默认左边距 */
  float: left; /* 改为左浮动(原为右浮动) */
}

.news_cont1 {
  width: 360px;
}
li.news {
  width: 97px;
  /* margin-right: 12px; */
}
li.t12,
li.t14 {
  margin-right: 0 !important;
  margin-left: 0px;
}
li.t13,
li.t14 {
  margin-top: 25px;
}
.cont2 {
  padding: 20px;
  background-color: #f5f5f5;
}
.cont3 {
  padding-top: 54px;
}

.mid {
  margin: 15px 0;
}

.tt31 {
  border-bottom: 2px solid #4ab85a;
}
.tt32 {
  border-bottom: 2px solid #e3b170;
}
.tt33 {
  border-bottom: 2px solid #b75fd0;
}

.news-jj {
  font-size: 15px;
  color: #666;
  font-family: "Microsoft Yahei";
  line-height: 26px;
}

.news_tit a {
  color: #373737;
  font-family: "Microsoft Yahei";
  font-size: 15px;
  line-height: 28px;
}
.news_jj a {
  margin: 0;
  width: 600px;
  font-size: 13px;
  color: #333;
  font-family: "Microsoft Yahei";
  line-height: 26px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3; /* 限制简介显示3行 */
  -webkit-box-orient: vertical;
  flex: 1;
  border-bottom: 1px solid #e5e5e5;
}

.news_neirong {
  margin: 0;
  width: 670px;
  font-size: 13px;
  color: #333;
  font-family: "Microsoft Yahei";
  line-height: 28px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 10; /* 限制简介显示10行 */
  -webkit-box-orient: vertical;
  flex: 1;
  border-bottom: 1px solid #e5e5e5;
}

.layer4 {
  width: 100%;
  margin-top: 0px;
  background-color: #fff;
}
.block4 {
  padding-bottom: 30px;
}
li.news3 {
  margin-right: 6px;
  margin-bottom: 6px;
}
li.t33,
li.t37 {
  padding-right: 0 !important;
}

.layer6 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 33px;
  background-color: #b2b2b2;
}

.yqlj {
  width: 126px;
  text-align: center;
}
.yqlj a {
  color: #444;
  font-family: "Microsoft Yahei";
  font-size: 13px;
  line-height: 28px;
}

.lw1 {
  width: 620px;
  height: 360px;
}
.lw2 {
  width: 100%;
}

.tt {
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
}

.biaoti-tt {
  color: #185aae;
  font-family: "Microsoft Yahei";
  font-size: 20px;
  text-align: left;
  line-height: 58px;
  font-weight: bold;
}
.biaoti-tt1 {
  color: #0f3774;
  font-family: "Microsoft Yahei";
  font-size: 18px;
  text-align: center;
  height: 33px;
  line-height: 33px;
}
.biaoti-tt2 {
  color: #383838;
  font-family: "Microsoft Yahei";
  font-size: 18px;
}
.cont1 {
  padding: 0 20px;
  /* background-color: #e9edf2; */
  overflow: hidden;
  height: 348px;
}
.cont1 .news_list {
  margin-top: 25px;
}
.biaoti-tt3 {
  color: #fff;
  font-family: "Microsoft Yahei";
  font-size: 16px;
  text-align: center;
  background: url(images/tt2.png) no-repeat;
  width: 100px;
  height: 33px;
  line-height: 33px;
}
.more_btn {
  text-align: center;
  /* padding-top: 12px; */
  line-height: 58px;
  a {
    color: #185aae !important;
  }
}
.more_text {
  color: #185aae;
  font-family: "Microsoft Yahei";
  font-size: 14px;
  display: flex;
  align-items: center;
}
.more_text1 {
  color: #0f3774;
  font-family: "Georgia";
  font-size: 12px;
}
.right-wind {
  width: 430px;
  margin-left: 30px;
}
.rw1 {
  width: 400px;
  padding-right: 30px;
  padding-top: 20px;
}
.rw2 {
  width: 100%;
}
.arti-tt a {
  color: #ee7b1d;
  font-family: "Microsoft Yahei";
  font-size: 16px;
  text-align: left;
}
.arti {
  color: #8a8a8a;
  font-family: "Microsoft Yahei";
  font-size: 12px;
  text-align: left;
  margin-top: 20px;
  line-height: 24px;
}

.color1 {
  color: #edbe03 !important;
  padding-left: 10px;
}

.fix-pic {
  margin-top: 20px;
}

#wp_news_w41 li.t6 {
  margin-right: 0 !important;
}
.layer5 {
  width: 100%;
}

#wp_nav_w18 .wp_nav .nav-item a {
}
#wp_nav_w02 .wp_nav .nav-item a span.item-name {
  font-size: 13px;
  color: #434343;
}
#wp_nav_w02 .wp_nav .i1 {
  background: url(images/v-line.png) right center no-repeat;
}
#wp_nav_w02 .wp_nav .i2 {
  background: url(images/v-line.png) right center no-repeat;
}

/**列表�?*/
.col_menu {
  background-color: #fff;
  width: 350px;
  float: left;
}
.col_menu .col_menu_head {
  /* background-color: #1e50ae; */
  background: url(images/research.png) no-repeat;
  background-size: 100% 100%;
  width: 350px;
  height: 110px;
} /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
} /**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
  display: block;
  line-height: 21px;
  padding: 5px 5px 5px 50px;
  font-family: "Microsoft Yahei";
  color: #185aae;
  font-size: 24px;
  font-weight: bold;
  line-height: 110px;
} /**栏目名称图标**/
/**栏目列表*/
.col_list .wp_listcolumn {
  background-color: #fff;
}
.col_list .wp_listcolumn .wp_column a {
  background-color: #f5f5f5;
  margin-top: 3px;
  height: 70px;
  line-height: 70px;
  color: #3d3d3d;
  border: none;
} /**�?��子栏�?*/
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
  background-color: #f5f5f5;
  color: #185aae;
} /**鼠标经过或�?中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name {
  color: #124d83;
}
.wp_listcolumn .wp_column a {
  background: none;
}
.wp_listcolumn .wp_column a:hover {
  background: none;
}
.wp_listcolumn .wp_column a.selected {
  background: none;
}
#wp_news_w6 .wp_article_list .list_item {
  height: 48px;
  line-height: 48px;
  font-size: 22px;
  /* font-weight: bold; */
  color: #3d3d3d;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
  color: #454545;
  background: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #bbb;
} /**二级子栏�?*/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected {
  color: #000;
  background: none;
} /**鼠标经过或�?中二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected span.column-name {
  color: #124d83;
}

.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,
.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,
.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_column
  a:hover,
.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_news {
  width: 1010px;
  float: right;
  min-height: 450px;
  margin-top: 38px;
} /**栏目新闻**/
.col_news_head {
  border-bottom: 1px solid #a3bad9;
}
.col_metas .col_title {
  display: inline-block;
  float: left;
  height: 50px;
  line-height: 48px;
  background-color: #fff;
} /**当前栏目**/
.col_metas .col_title h2 {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #185aae;
  border-bottom: 2px solid #185aae;
  padding: 0;
} /**当前栏目名称**/
.col_metas .col_path {
  display: inline-block;
  /* float: right; */
  white-space: nowrap;
  height: 18px;
  line-height: 18px;
  margin-top: 5px;
  font-family: "Microsoft Yahei";
} /**当前位置**/

.col_news_box {
  padding: 10px 0;
  margin: 0 7px;
}
.col_news_list {
  padding: 7px 5px 0 5px;
}
.col_news_list .wp_article_list .list_item {
} /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {
  background: url(images/li.gif) no-repeat center;
} /**栏目新闻图标序号**/
.col_news_list .wp_entry,
.col_news_list .wp_entry p {
  line-height: 1.6;
  font-size: 14px;
  color: #333;
}
.col_news_list .wp_entry p {
  margin-bottom: 6px;
}
.col_news_list .wp_entry img {
  max-width: 680px;
  _width: expression(this.width > 680 ? "680px": this.width);
} /**列表页文章图片大小限�?*/

/**文章�?*/
.infobox {
  margin: 0 auto;
  min-height: 450px;
}
.article {
}
.article h1.arti_title {
  font-weight: bold;
  line-height: 24px;
  font-family: "Microsoft YaHei";
  padding: 5px;
  text-align: center;
  font-size: 24px;
  color: #3d3d3d;
  /* border-bottom: 2px solid #3c4368; */
} /**文章标题**/
.article .arti_metas {
  padding: 10px;
  text-align: center;
}
.article .arti_metas span {
  margin: 0 5px;
  font-size: 16px;
  line-height: 32px;
  color: #b2b2b2;
} /**文章其他属�?**/
.article .entry {
  margin: 0 auto;
  overflow: hidden;
} /**文章内容**/
.article .entry .read,
.article .entry .read p {
  text-indent: 2em;
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  text-align: left;
} /**阅读字体**/
.article .entry .read p {
  margin-bottom: 6px;
}
.article .entry .read img {
  max-width: 940px;
  _width: expression(this.width > 940 ? "940px": this.width);
} /**文章阅读部分图片大小限制**/

/**页脚�?��**/
#footer {
  height: 100px;
  background-color: #1e50ae;
  margin-top: 70px;
}
#footer .inner {
}

.foot {
  color: #d6dcec;
  font-family: "Microsoft Yahei";
  font-size: 14px;
  line-height: 26px;
  display: flex;
  justify-content: center;
}
.foot p {
  color: #d6dcec;
  font-family: "Microsoft Yahei";
  font-size: 14px;
  line-height: 26px;
}
.addr {
  text-align: left;
  padding-top: 35px;
}
.addr2 {
  padding-top: 30px;
}
.foot_logo {
  margin-right: 160px;
}

.ewm {
  width: 150px;
  padding-top: 24px;
}

.wx-box1,
.wx-box2,
.wx-box3 {
  position: relative;
}
.wx-box1 .wx_img1,
.wx-box2 .wx_img2,
.wx-box3 .wx_img3 {
  display: none;
  position: absolute;
  right: 50px;
  top: 0px;
}
.wx-box1:hover .wx_img1,
.wx-box2:hover .wx_img2,
.wx-box3:hover .wx_img3 {
  display: block;
  z-index: 99;
}

.mc102 {
  margin: 0 20px;
}

.news_pic img {
  width: 100%;
  height: 142px;
}

#wp_news_w13 .wp_article_list .list_item {
  border: none;
  height: 36px;
  line-height: 18px;
}
#wp_news_w13 .wp_article_list .i2 {
  margin: 5px 0;
}
.wp_article_list .list_item span a {
  font-size: 22px;
  color: #3d3d3d;
  font-family: "Microsoft Yahei";
}
#wp_news_w14 .wp_article_list .list_item .Article_Index {
  width: 0;
  margin-top: 0;
  background: none;
  margin-right: 0;
}

.wp_article_list .list_item span {
  margin-left: 0;
}
.wp_article_list .list_item .Article_PublishDate {
  color: #8a8a8a;
  font-size: 14px;
  font-family: "Microsoft Yahei";
}
.wp_article_list .list_item .Article_Index {
  background: none;
  margin: 0;
  width: 0;
}
li.new .new_title a {
  font-size: 14px;
  color: #232323;
  font-family: "Microsoft Yahei";
}

.marg_t {
  margin-top: 16px;
}

/**置顶**/
#to_top {
  width: 30px;
  height: 30px;
  padding: 10px;
  font: 14px/20px arial;
  text-align: center;
  background: #999;
  position: absolute;
  cursor: pointer;
  color: #fff;
}

.nav_img {
  height: 220px;
  background: url(images/list.jpg) center no-repeat;
}

li.t31 .news_img img {
}
li.t32 .news_img img {
  width: 202px;
  height: 154px;
}
li.t33 .news_img img {
  width: 290px;
  height: 154px;
}
li.t34 .news_img img {
  width: 188px;
  height: 154px;
}
li.t35 .news_img img {
  width: 188px;
  height: 154px;
}
li.t36 .news_img img {
  width: 188px;
  height: 154px;
}
li.t37 .news_img img {
  width: 168px;
  height: 154px;
}
li.t33,
li.t37 {
  margin-right: 0 !important;
}

.sudy-scroll a {
  color: #fff;
}
.sudy-scroll a:hover {
  color: #fff;
}
.t2 a {
  font-size: 16px;
  font-family: "Arial";
}
.t1 a {
  font-size: 22px;
  font-family: "PingFang";
  letter-spacing: 2px;
}
.more_btn1 {
  position: relative;
  top: -60px;
  z-index: 999999;
  height: 0;
  left: 153px;
}
a.more {
  border: 1px solid;
  display: block;
  width: 70px;
  text-align: center;
  padding: 6px 0;
  margin-top: 8px;
}
.cont1 .biaoti-tt {
  font-size: 20px;
  color: #185aae;
  line-height: 46px;
  height: 49px;
  border-bottom: 2px solid #185aae;
  font-weight: bold;
}
.wp_nav .sub-nav {
  border: none !important;
}

/* 确保新闻列表项有统一的样式 */
.news1 {
  width: 100%;
  /* margin-bottom: 30px; 添加底部间距 */
  display: flex;
  margin-top: 30px; /* 移除默认左边距 */
  padding: 0;
  align-items: flex-start;
  background-color: #fff;
}

#topw13 {
  font-size: 20px;
  a {
    line-height: 32px;
  }
  .news_icon {
    height: 32px;
    background-position: 0px 9px;
    margin-right: 10px;
  }
}

.layer3 .articlecontent p:nth-child(2) {
  background-color: #f0f2f5;
  height: 58px;
  border-bottom: 1px solid #d8e3ef;
  line-height: 58px !important;
  text-align: left !important;
  /* padding-left: 20px; */
  color: #185aae;
  font-size: 20px;

  background-image: url(images/tdjj.png);
  background-repeat: no-repeat;
  padding-left: 50px;
  background-size: 18px 18px;
  background-position: 20px center;
  font-weight: bold;
}

.layer3 .articlecontent p:nth-child(4) {
  img {
    width: 440px !important;
    height: 303px !important;
    object-fit: cover;
  }
}

.layer3 .articlecontent .p {
  color: #3d3d3d;
  font-size: 16px !important;
  line-height: 28px;
  text-indent: 2em !important;
}

.layer4 .block_left {
  width: 1400px;
  height: 73px;
  background: url(images/contactUs.png);
  background-size: 100% 100%;
  padding: 20px;
}

.layer4 .block_left .western {
  color: #2c68b4 !important;
  line-height: 36px !important;
  margin: 0 !important;
}

.layer4 .block_left .western span {
  color: #2c68b4 !important;
  line-height: 36px !important;
  font-size: 20px !important;
  font-weight: bold !important;
}

#wp_listcolumn_w4 .column-name {
  font-size: 16px;
  line-height: 60px;
  /* color: #3d3d3d; */
  font-weight: bold;
  padding: 0 0 0 40px;
}

#wp_listcolumn_w4 .column-name :hover {
  color: #185aae;
}

#wp_paging_w6 .wp_paging {
  margin: 45px 0 70px;
}

.path_name {
  color: #b2b2b2;
}
.col_path a {
  color: #185aae;
}

.layer3 .tt1 .icon {
  background: url(images/researchProject.png) no-repeat;
  padding-left: 30px;
  background-size: 18px 18px;
  background-position-y: center;
}

.layer1 .tt .icon {
  background: url(images/xwdt.png) no-repeat;
  padding-left: 30px;
  background-size: 18px 18px;
  background-position-y: center;
}

.title_more {
  background: url(images/title_more.png) no-repeat;
  background-size: 100% 100%;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}

.num41 {
  background: url(images/lxwm.png) no-repeat;
  background-size: 74px 74px;
  padding-left: 95px;
}

.num41 .articlecontent {
  color: #2c68b4;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  padding: 7px 0;
}

#mb1 .col_metas .col_path {
  height: 50px;
  display: inline-block;
  white-space: nowrap;
  line-height: 50px;
  margin-top: 0px;
  font-family: "Microsoft Yahei";
  font-size: 16px;
}

#date {
  color: #fff;
  line-height: 70px;
  position: absolute;
  font-size: 20px;
  left: 25px;
}

#wp_news_w6 .wp_subcolumn_list .wp_sublist .sublist_title {
  border: none !important;
}

#wp_news_w6 .morelink {
  display: none !important;
}
#wp_news_w6 .subcolumn-name {
  font-size: 14px !important;
}
#wp_news_w6 .wp_article_list .list_item span a {
  font-size: 18px !important;
}
