* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: 微软雅黑;
}
body {
  background-color: #fff;
}
div,
p,
ul {
  box-sizing: border-box;
}
ul,
li {
  list-style: none;
}
a:link,
a:visited,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}
li:hover {
  cursor: pointer;
  /* 触碰时变成小手*/
}
input,
select,
option,
textarea {
  outline: none;
  resize: none;
  -webkit-appearance: none;
}
img {
  max-width: 100%;
  max-height: 100%;
  border: none;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mt-50 {
  margin-top: 50px;
}
.mt-80 {
  margin-top: 80px;
}
.bg-white {
  background-color: #fff;
}
.shadow {
  box-shadow: 0px 0px 8px 1px rgba(155, 164, 178, 0.18);
}
.p-30 {
  padding: 30px;
}
/* ******************************* */
.fixed-width {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.common-list.min-list-height{
min-height: 550px;
}
.common-list ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.common-list ul li a {
  display: block;
  font-size: 16px;
  color: #000000;
  line-height: 64px;
  height: 64px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.common-list ul li:hover a {
  color: #2764C2;
}
.common-list ul li .date {
  height: 64px;
  line-height: 64px;
  float: left;
  width: 80px;
  color: #003483;
  text-align: center;
}
.common-list ul li .date .year,
.common-list ul li .date .day {
  display: none;
}
.common-list ul li .text {
  float: right;
  width: calc(100% - 80px - 15px);
}
.common-list ul li .text a {
  display: block;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.common-list ul li .text span {
  display: none;
}
.common-list ul li:nth-of-type(1) {
  height: 115px;
  line-height: 115px;
  border: none;
}
.common-list ul li:nth-of-type(1) a {
  line-height: 1.2;
  height: auto;
  font-size: 25px;
  margin-bottom: 12px;
}

.common-list ul li:nth-of-type(1) span a,
.common-list ul li:nth-of-type(1) span {
  line-height: 1.5;
  font-size: 14px;
  color: #ACACAC;

  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.common-list ul li:nth-of-type(1) .date {
  background-color: #003483;
  height: auto;
  line-height: 1;
  padding: 12px 0;
  box-sizing: border-box;
}
.common-list ul li:nth-of-type(1) .date .day {
  display: block;
  margin-bottom: 6px;
  font-size: 27px;
  font-weight: 500;
  color: #fff;
}
.common-list ul li:nth-of-type(1) .date .year {
  display: block;
  font-size: 20px;
  color: #3D3D3D;
  color: #fff;
}
.common-list ul li:nth-of-type(1) .line2-visible {
  display: none;
}
.common-list.img-list ul li:nth-last-of-type(1) {
  border: none;
}
.header {
  background-color: transparent;
  min-width: 1400px;
  height: 150px;
}
.header .fixed-width {
  height: 100%;
  position: relative;
  background-image: url(../imgs/logo.png), url(../imgs/img1.png);
  background-size: 680px auto, 392px auto;
  background-repeat: no-repeat;
  background-position: 0 center, calc(100% + 59px) calc(100% + 45px);
}
.nav {
  background: linear-gradient(180deg, #112856 0%, rgba(30, 60, 107, 0.5) 97%);
  position: relative;
  min-width: 1400px;
  border: 1px solid #1B4C98;
}
.nav div[portletmode=simpleSudyNavi]{
  min-height:50px;
}
/* ********************** */
  /* 苏迪系统内导航栏样式覆盖 */
.nav .wp_nav {
  height: 100%;
  
}

.nav .wp_nav > * {
  height: 100%;
  width: calc((100% - 0px * (10 - 1)) / 10);
  float: left;
  margin-left: 0px;
}
.nav .wp_nav > *:nth-of-type(1) {
  margin-left: 0;
}
.nav .wp_nav > li {
  position: relative;
}
.nav .wp_nav > li a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.nav .wp_nav > li .sub-nav {
  display: inline-block;
  height: auto !important;
  min-width: 100%;
  position: absolute;
  /*background: linear-gradient(180deg, #D3A750 0%, rgba(17, 13, 6, 0) 97%);*/
background:rgba(27, 76, 152, .8);
  z-index: 999;
}
.nav .wp_nav > li .sub-nav > li a {
  height: 0;
  opacity: 0;
  display: block;
  width: 100%;
  line-height: 45px;
  white-space: nowrap;
  overflow: hidden;
}
.nav .wp_nav > li .sub-nav > li:hover > a {
  background: linear-gradient(180deg, #D3A750 0%, rgba(17, 13, 6, 0) 97%);
  color: #fff;
}
.nav .wp_nav > li:hover > a {
  background: linear-gradient(180deg, #D3A750 0%, rgba(17, 13, 6, 0) 97%);
  color: #fff;
  font-weight: bolder;
}
.nav .wp_nav > li:hover .sub-nav li a {
  height: 45px;
  opacity: 1;
  transition: height 0.6s;
}
/* 控制一级菜单标题颜色 */
.nav .wp_nav .nav-item a.parent {
  color: #fff;
}
/* 控制二级菜单展示 */
.nav .wp_nav .sub-nav .nav-item a {
  color: #fff;
  text-align: center;
  border: none;
}
.nav .wp_nav .sub-nav .nav-item a.parent:hover {
  color: #fff;
  background-color: rgba(30, 60, 107, 0.5);
}

.nav .wp_nav .sub-nav {
  border: none;
}
.nav .wp_nav .sub-nav .nav-item .mark {
  background: transparent;
}
/* 苏迪系统内导航栏样式覆盖 */
/* ********************** */
.nav_search {
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  right: 0;
  height: fit-content;
}
.nav_edition {
  margin-bottom: 5px;
}
.nav_edition a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 11px;
}
.nav_edition a::after {
  content: '';
  width: 1px;
  height: 10px;
  right: 0px;
  display: block;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  background: #fff;
}
.nav_edition a.english::after {
  display: none;
}
.nav_searchForm {
  position: relative;
}
.nav_searchForm .search_val {
  width: 274px;
  height: 36px;
  border-radius: 50px;
  padding-left: 15px;
  padding-right: 40px;
  border: none;
}
.nav_searchForm .submit {
  width: 22px;
  height: 22px;
  top: 0px;
  right: 14px;
  font-size: 0px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  cursor: pointer;
  border: none;
  background: none;
  background: url(../imgs/search.png) no-repeat center / 100% 100%;
}
.footer {
  min-width: 1400px;
  text-align: center;
}
.footer.footer-info {
  height: 206px;
  background-color: #193368;
  /*background-image: linear-gradient(180deg, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, .35) 100%),url(../imgs/footer.png);*/
background-image: url(../imgs/footer.png);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 89px;
}
.footer.footer-info > * > * {
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.footer.footer-info > .fixed-width {
  color: white;
  font-size: 18px;
  height: 100%;
}
.footer.footer-info > .fixed-width > div {
  width: 800px;
  margin-left: 139px;
}
.footer.footer-site-info {
  background-color: #112856;
  color: rgba(255, 255, 255, 0.5);
  height: 40px;
  line-height: 40px;
}
