/*
 * @Description: 二级菜单公共样式
 * @Version: 2.0
 * @Date: 2020-05-20 16:18:46
 * @LastEditors: *
 * @LastEditTime: 2020-06-22 14:05:48
 */

 /* 背景图 */
.new-center {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 400px;
  margin-top: 80px;
}

.new-center img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.center-title {
  font-size: 60px;
  position: absolute;
  margin-top: 220px;
  left: 17%;
  color: #ffffff;
  font-family: YouSheTitleName;
}

.center-title-border {
  position: absolute;
  border-bottom: 5px solid #ffffff;
  margin-top: 310px;
  left: 17%;
  width: 150px;
}

.center-second-menu {
  /* margin-top: 79px; */
  background: #F5F6F8;
  height: 70px;
}

.about-menu {
  background: #F5F6F8;
  margin-top: -1px;
  min-width: 1200px;
}

.about-menu .center-second-menu {
  width: 1400px;
  margin: 0 auto;
  margin-top: 1px;
}

.about-menu .nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
}

.center-second-menu ul li {
  color: #000000;
  height: 70px;
  padding: 22px 39px;
  font-size: 18px;
  float: left;
  /* border-right: 1px solid #E8E8E8; */
  background: #F5F6F8;
  transition: background .4s linear;
  -moz-transition: background .4s linear;
  -webkit-transition: background .4s linear;
  -o-transition: background .4s linear;
  /* width: 20%; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 240px;
}

.center-second-menu ul li:hover {
  cursor: pointer;
  border-right: none;
}

.content .nav {
  width: 1400px;
  margin: 0 auto;
}

.content .nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
}

/* .center-second-menu ul li a {
  padding: 0;
  text-decoration: none;
  color: #000000;
} */

.menu-current-list {
  background: #0054A7 !important;
  color: #ffffff !important;
}
.center-news-menus li{
  background: rgba(255,255,255,0)!important;
  color: #223343!important;
  font-size: 24px!important;
  text-align: left!important;
  padding: 22px 0!important;
}

/* .menu-current-list a {
  color: #ffffff !important;
} */

.navbar .nav>li>a:hover,
.navbar .nav>li>a:focus {
  background: rgba(255, 255, 255, 0);
}

/* 整体布局响应式小于1400px */
@media screen and (max-width: 1400px) {
  .content .nav {
    width: 1200px;
  }

  .about-menu .center-second-menu {
    width: 1200px;
  }
}
