body,
html {
  padding: 0;
  margin: 0;
  background: #f8f8f8;
  font-family: "Microsoft YaHei";
  color: #222;
  font-size: 20px;
}
a {
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  color: #f5620d;
  text-decoration: none;
}
a:-webkit-any-link,
a:visited {
  outline: none;
  text-decoration: none;
}
.ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-body {
  min-width: 1400px;
}
.main-width {
  width: 1400px;
  margin: 0 auto;
}
.sub-width {
  width: 1240px;
  margin: auto;
  min-height: 500px;
  background-color: #fff;
  padding: 20px 30px;
}
.vm {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header {
  height: 100px;
  background-color: #fff;
  position: relative;
}
.header nav {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
.ul-menu li {
  position: relative;
  float: left;
  min-width: 115px;
}
.ul-menu a {
  display: block;
  padding: 12px 15px;
  color: #222;
  font-size: 18px;
  text-align: center;
}
.ul-menu .nav-sub {
  position: absolute;
  background-color: #00000066;
  display: none;
  width: 170px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.ul-menu .nav-sub a:hover {
  color: #f5620d;
  background-color: #00000099;
}
.ul-menu .nav-sub li {
  float: none;
}
.ul-menu li:hover .nav-sub {
  display: block;
}
header.header-index {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 80;
  background-color: transparent;
}
header.header-index .ul-menu a {
  color: #fff;
}
.line-space {
  height: 40px;
  clear: both;
}
.line-space-sm {
  height: 20px;
  clear: both;
}
.banner {
  text-align: center;
  background-color: #041123;
  background-image: linear-gradient(to right, #0b151a, #041123);
}
.banner img {
  width: 100%;
}
.sub-banner {
  overflow: hidden;
  max-height: 500px;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.sub-banner img {
  visibility: hidden;
}
.gywm {
  height: 600px;
  background: url(../images/index-gywm.png) no-repeat top right;
  background-size: contain;
}
.gywm-body {
  width: 40%;
}
.gywm-body h2 {
  margin: 45px 0;
  font-size: 26px;
}
.gywm-body p {
  line-height: 2em;
  opacity: 0.7;
}
.pan-title {
  background: url(../images/line.png) no-repeat bottom center;
  text-align: center;
  line-height: 2em;
  padding: 10px 7px;
  font-weight: bold;
  font-size: 30px;
  display: inline-block;
}
.pan-title a {
  color: #000;
}
.pan-title a:hover {
  color: #f5620d;
}
.gywm-more {
  margin-top: 30px;
}
.gywm-more a {
  display: inline-block;
  padding: 7px 30px;
  border: 2px solid #0b49b3;
  color: #0b49b3;
}
.ul-cydw {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.ul-cydw li {
  width: 23%;
  margin-bottom: 40px;
}
.ul-cydw li a {
  background-color: #eff2f6;
  display: block;
  padding: 30px;
  text-align: center;
  color: #717b83;
  line-height: 1.48;
  height: 100%;
  display: flex;
  justify-items: center;
  align-items: center;
}
.ul-cydw li a:hover {
  background-color: #0c54bf;
  color: #fff;
}
.jxdt {
  display: flex;
}
.jxdt .left {
  width: 40%;
}
.jxdt .right {
  width: 60%;
  flex: 1 1 auto;
}
.jxdt .zxdt-top {
  padding-top: 40px;
}
.jxdt .zxdt-top a {
  color: #222;
}
.jxdt .zxdt-top h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 2em;
  line-height: 2em;
}
.jxdt .zxdt-top .zxdt-gy {
  line-height: 2;
  font-size: 18px;
  height: 4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  opacity: 0.7;
}
.jxdt .zxdt-img {
  height: 350px;
  overflow: hidden;
  position: relative;
}
.jxdt .zxdt-img img {
  height: 100%;
  transition: all 0.5s;
}
.jxdt .zxdt-img > a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: contain;
  transition: all 0.5s;
}
.jxdt .zxdt-img .tip-date {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 6px 20px;
  background-color: #063199;
  background-image: linear-gradient(to right, #063199, #0f60cc);
  color: #fff;
}
.jxdt .zxdt-img:hover a,
.jxdt .zxdt-img:hover img {
  transform: scale(1.15);
}
.n-list {
  clear: both;
}
.ul-pan-nav {
  float: right;
  padding-top: 32px;
}
.ul-pan-nav li {
  margin-left: 25px;
  float: left;
}
.ul-pan-nav li a {
  padding: 6px 24px;
  border: 2px solid #0b49b3;
  color: #0b49b3;
  display: block;
  font-size: 18px;
}
.ul-pan-nav li a.active {
  background-color: #063199;
  background-image: linear-gradient(to right, #063199, #0f60cc);
  border: 2px solid #0f60cc;
  color: #fff;
}
.ul-list {
  display: none;
  padding-top: 20px;
}
.ul-list li {
  display: flex;
  margin: 30px 0;
}
.ul-list a {
  display: block;
  flex: 1 1 auto;
  color: #222;
}
.ul-list a h3 {
  font-size: 22px;
  font-weight: 600;
  height: 1.5em;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin: 0;
}
.ul-list a .list-body {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  opacity: 0.7;
  margin-top: 12px ;
  line-height: 1.8;
}
.ul-list .date {
  width: 220px;
  text-align: right;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ul-list .date > div {
  border-right: 1px solid #ccc;
  padding-right: 25px;
  margin-right: 25px;
}
.ul-list .date h3 {
  font-size: 28px;
  font-weight: 500;
  margin: 7px 0;
  color: #292929;
}
.ul-list .date span {
  color: #999;
}
ul.active {
  display: block;
}
.ywbk {
  padding-top: 30px;
  height: 650px;
  background: url(../images/ywbk.png) no-repeat center center;
  background-size: cover;
}
.ywbk > div {
  height: 100%;
  position: relative;
}
.ywbk .pan-title {
  color: #fff;
  background-image: none;
  border-bottom: 5px solid #fff;
}
.ywbk .pan-title a {
  color: #fff;
}
.ywbk .p {
  color: #fff;
  padding-top: 30px;
  opacity: 0.8;
}
.ywbk-nav {
  height: 300px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 4%;
  margin-right: -100px;
}
.ul-ywbk {
  height: 100%;
  display: flex;
  width: 100%;
  background: url(../images/line-bg.png) no-repeat left top;
  padding-left: 86px;
}
.ul-ywbk li {
  height: 100%;
  width: 20%;
  border-right: 2px solid #ffffff33;
  z-index: 1;
  transform: skew(-26.5deg);
}
.ul-ywbk li a {
  transform: skew(26.5deg);
  height: 100%;
  display: block;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.ul-ywbk li a img {
  width: 22%;
}
.ul-ywbk li a span {
  display: block;
  color: #fff;
  padding-top: 20px;
}
.ul-ywbk li a:hover {
  opacity: 0.5;
}
.ul-ywbk li.last {
  transform: skew(0deg);
  width: 300px;
  flex: 0 0 auto;
  margin-left: -80px;
  z-index: 0;
  border-right: 0;
}
.ul-ywbk li.last > a {
  font-weight: bold;
  opacity: 1;
  color: #fff;
  padding-left: 50px;
  transform: skew(0deg);
}
.ul-gcal {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.ul-gcal li a {
  display: block;
  width: 466px;
  height: 466px;
  overflow: hidden;
  text-align: center;
  position: relative;
  background: url(../images/1.png) no-repeat center center;
  background-size: cover;
}
.ul-gcal li a img {
  height: 100%;
}
.ul-gcal .info {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 91, 172, 0.8);
  color: #fff;
  text-align: center;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transform: scale(0.8);
  transition: all 300ms;
}
.ul-gcal .info h3 {
  font-size: 22px;
  line-height: 2em;
}
.ul-gcal .info p {
  font-size: 16px;
  line-height: 1.8;
}
.ul-gcal a:hover .info {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  transform: scale(1);
}
.footer {
  padding: 40px;
  background-color: #282a2e;
  color: #939496;
  font-size: 14px;
}
.footer > div {
  position: relative;
}
.footer .flex {
  display: flex;
}
.footer .flex .f1 {
  width: 370px;
}
.footer .flex .f1 img {
  margin-bottom: 30px;
}
.footer .flex .f1 p {
  margin: 7px 0;
}
.footer .flex .f2 {
  width: 240px;
  padding-top: 10px;
}
.footer .flex .f2 img {
  height: 120px;
}
.footer .flex .f3 {
  width: 780px;
}
.footer .flex .f3 h4 {
  color: #fff;
  margin-bottom: 24px;
}
.footer .flex .f3 .links a {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px ;
  color: #939496;
}
.footer .copyright {
  padding-top: 30px;
  clear: both;
}
.footer .copyright a {
  color: #999;
}
.footer .copyright a:hover {
  color: #fff;
}
.sub-body .ul-gcal {
  padding-top: 5px;
}
.sub-body .ul-gcal li {
  width: 370px;
  margin: 11px;
}
.sub-body .ul-gcal li a {
  width: 100%;
  height: 370px;
}
.sub-body .ul-gcal .vm {
  width: 65%;
}
.sub-body .breadcrumb {
  padding-left: 0;
  background-color: transparent;
}
.sub-body .breadcrumb a {
  color: #222;
}
.sub-body .ul-pan-nav {
  padding-top: 0px;
  float: none;
}
.sub-body .ul-pan-nav li {
  margin-left: 0px;
  margin-right: 25px;
}
.sub-body .ul-list {
  padding-top: 0;
  display: block;
}
.sub-body .ul-list .date {
  width: 152px;
}
.sub-body .ul-list a h3 {
  height: 1.5em;
}
.sub-body .paged nav {
  text-align: center;
}
.sub-body .paged .pagination {
  margin: 0;
}
.sub-body .paged .HPL_td2 {
  line-height: 50px;
}
.sub-body .paged .HPL_td2 i {
  color: #0c49d6;
  font-weight: bold;
  font-style: normal;
}
.sub-body .paged .DPL_cb {
  clear: both;
}
.sub-body .paged .pagination > .active > a,
.sub-body .paged .pagination > .active > a:focus,
.sub-body .paged .pagination > .active > a:hover,
.sub-body .paged .pagination > .active > span,
.sub-body .paged .pagination > .active > span:focus,
.sub-body .paged .pagination > .active > span:hover {
  background-color: #0e5ec9;
  border-color: #0f60cc;
}
.sub-body .ul-menu .nav-sub a {
  color: #fff;
}
.sub-body .ul-menu .nav-sub a:hover {
  color: #f5620d;
  background-color: #00000099;
}
.atricle-subtit {
  margin: 15px 0;
  background-color: #eee;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.atricle-subtit span {
  font-size: 16px;
  margin: 0 8px;
}
.atricle-subtit span a {
  color: #199352;
}
.atricle-subtit span a.active {
  color: #0094ff;
  font-weight: bold;
}
.atricle-subtit span b {
  font-weight: normal;
  opacity: 0.5;
}
.nr-box {
  clear: both;
  color: #111;
}
.nr-box h3 {
  text-align: center;
  line-height: 1.8;
  padding: 10px 40px;
}
.nr-body {
  line-height: 1.8;
}
.nr-body p {
  line-height: 1.8;
}
.nr-body img {
  max-width: 100%;
}
.nothing {
  color: #999;
  font-size: 16px;
  clear: both;
  padding-top: 300px;
  padding-bottom: 30px;
  text-align: center;
  background: url(/Content/Images/empty.png) no-repeat center 20px;
  background-size: auto 85% ;
}
