
video{
height: 550px;
}

.upNav {
  justify-content: center!important;
  width: 100%;
  height: 70px;
  background: rgba(7,20,37,0.18);
  border-image: linear-gradient(0deg, rgba(255,255,255,0.2), rgba(255,255,255,0.2)) 1 1;
  border-radius: 25px;
  margin-top: 10px;
}

.flexNav {
  width: 100%;
  justify-content: space-around;
  padding: 0px 40px;
}

.topNav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.search-right {
  margin: 0 10px 0 10px;
}

.slider_title {
  position: absolute;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  color: #fff;
  padding: 5px;
}

form.search-box {
  display: flex;
  align-items: center;
}

form.search-box input {
  font-size: 15px;
  /* color: var(--heading-color); */
  border: none;
  background: rgba(7,20,37,0.2);
  padding: 8px 35px 8px 14px;
  width: 100%;
  border-radius: 30px;
}

button.search-btn {
  position: absolute;
  color: #fff;
  right: 0;
  padding: 8px 12px 8px 2px;
}


.sub_title {
  border-bottom: 1px solid #1F35A8;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.line {
  display: block;
  margin-bottom: 32px;
  border-bottom: 1px solid #1F35A8;
}

.spaceBetween {
  display: flex;
  justify-content: space-between;
}

.more {
  color: #BE1013;
  font-size: 14px;
  padding-right: 10px;
  cursor: pointer;
}

.news {

}

.news .date {
  text-align: center;
  max-width: 75px;
}

.news .date .day {
  background-color: #EFF9FD;
  font-size: 26px;
  color: #212121;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.news .date .month {
  height: 30px;
  background: #3A9DED;
  line-height: 30px;
  font-size: 12px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  color: white;
}

.news .newsInfo {
  cursor: pointer;
  padding-left: 10px;
}

.news .newsInfo .newsTitle{
  color: #0C5BDA;
  font-size: 16px;
}

.news .newsInfo .info{
  color: #757575;
  font-size: 14px;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 10px;
}

.interaction {
  
}

.interaction img{
  width: 100%;
  height: 100%;
}

.picScroll {
  margin: 10px auto 30px;
  text-align: center;
  width: 1200px;
  position: relative;
  height: 300px;
  padding: 0 0px 0 30px;
  overflow: hidden;
}

.flexSpace {
  display: flex;
  justify-content: space-between;
}

.information .list-link {
  padding: 0;
  width: 100%;
}

.list-link {
  padding: 0;
  list-style: none;
  width: 100%;
}

.list-link li{
  margin-bottom: 17px;
  display: flex;
  justify-content: space-between;
}

.list-link .sort{
  color: #0C5BDB;
  margin-right: 10px;
  font-size: 14px;
}

.list-link .time{
  color: #999999;
  font-size: 14px;
}

.list-link li a{
  color: #212121;
}

.list-link li a {
  color: #212121;
}

.list-link li a:hover {
  color: #2b92ce
}

.mr40 {
  margin: 40px 0;
}

.fontSty {
  font-size: 16px!important;
}

.fontSty a{
  color: #212121!important;
}

.fontSty a:hover {
  text-decoration: none!important;
  color: #0C5BDA!important;
}

.blog_content {
  background-color: #fff;
  padding: 15px;
}

.single_blog:hover {
  border-bottom: 3px solid #DA060C;
}

.single_blog:hover a{
  color: #0C5BDA!important;
}

.footer-area {
  background: #133567;
  padding: 30px 0;
}

.footer-area .footer-titel {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  letter-spacing: .5px;
  padding: 30px 0;
}

.footer-area .footer-titel span {
  color: #ccc;
  font-weight: 400
}

.footer-area .footer-link,
.footer-area .address {
  list-style: none;
  padding: 0;
}

.footer-area .footer-link li {
  margin-bottom: 10px
}

.footer-area .footer-link li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  position: relative
}

.footer-area .footer-link li a:before {
  background-color: #fff;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-transition: .15s all cubic-bezier(.39, .575, .565, 1);
  transition: .15s all cubic-bezier(.39, .575, .565, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  width: 100%
}

.footer-area .footer-link li a:hover {
  color: #fff
}

.footer-area .footer-link li a:hover:before {
  opacity: 1;
  -webkit-transform: translateY(-3px) translateZ(0);
  transform: translateY(-3px) translateZ(0)
}

.footer-area .address li {
  padding: 10px 5px;
  background-color: #194588;
  color: #ccc;
  margin-bottom: 25px;
}

.footer-area .address li a {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400
}

.footer-area .address li a:hover {
  color: #fff
}

.footer-area .address li a i {
  font-size: 22px;
  width: 32px;
  vertical-align: middle;
  height: 36px;
  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 5px;
  line-height: 32px;
}

#copyright {
  padding: 20px 0;
}

.borderBottom {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  margin-top: 10px;
}

#copyright p {
  line-height: 42px;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}

#copyright p a {
  color: #fff
}

#copyright p a:hover {
  color: #0dcdbd
}


/* 以下是列表页样式 */

.myBreadcrumbs {
  height: 210px;
  display: flex;
  align-items: center;
  padding: 0;
}

.subTitle {
  font-size: 24px;
  font-family: Helvetica Neue;
  font-weight: 300;
  font-style: italic;
  color: #FFFFFF;
  line-height: 24px;
}

.spaceBetween {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.spaceBetween img{
  width: 290px;
}

.zxImg {
  margin-right: 20px;
  margin-top: 15px;
}

.zxImg img {
  width: 40px;
}

.toDetail {
  float: right;
  background-color: #ECF0F4;
  padding: 3px 10px;
  border-radius: 6px;
  font-size: 12px;
  color: #045EB8;
}

.pagination ul li {
  background-color: #fff;
}