.news-nav li a {
  opacity: 1;
}
.news-nav li a:hover {
  font-weight: bold;
}
.leader {
  width: 100%;
  height: 62px;
  line-height: 62px;
  background-color: #3b58ad;
}
.leader p {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.president {
  width: 100%;
  height: 117px;
  border: solid 1px #dbe9fd;
  border-right: solid 5px #dbe9fd;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.president .left {
  width: 42px;
  height: 100%;
  background-color: #dbe9fd;
}
.president .left p {
  font-size: 18px;
  font-weight: bold;
  color: #3b58ad;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.president .right {
  width: 85%;
}
.president .right li {
  padding: 16px 19px;
  display: -webkit-flex;
  display: flex;
}
.president .right li img {
  width: 60px;
  height: auto;
}
.president .right li .top-name {
  width: 100%;
  height: 100%;
}
.president .right li .top-name .name {
  width: 100%;
  height: 29px;
  line-height: 29px;
  border-left: 1px solid #3b58ad;
  padding-left: 15px;
  font-size: 16px;
  color: #333333;
}
.president .right li .top-name .more {
  width: 100%;
  margin-top: 30px;
  color: #3b58ad;
  text-align: right;
}
.president .right li .top-name .more .arrow {
  font-size: 18px;
}
.president .right li .top-name .more a {
  color: #3b58ad;
}
.fu {
  height: 425px;
}
.fu .right li:not(:first-child) {
  padding-top: 0;
}
.f-14 {
  font-size: 14px;
  width: 20px;
}
.banner img {
  width: 100%;
  height: 344px;
}
.banner {
  position: relative;
  margin-bottom: 40px;
}
.banner .bannerbg {
  width: 100%;
  height: 64px;
  background: url(/uploads/image/scimg/d_ban_bg.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 26px;
}
.banner .bannerbg .p1 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.banner .carousel-indicators li {
  cursor: pointer;
}
.blue-tltle {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.blue-tltle .p1 {
  font-size: 22px;
  font-weight: bold;
  color: #3b58ad;
  margin-right: 15px;
}
.blue-tltle .p2 {
  flex: 1;
  height: 3px;
  background-color: #3b58ad;
}
.blue-tltle .more {
  margin: 0 10px;
}
.blue-tltle .more i {
  font-size: 24px;
  color: #3b58ad;
}
.imgs ul {
  overflow: hidden;
}
.imgs ul li {
  position: relative;
  margin-bottom: 20px;
}
.imgs ul li:empty {
  margin-bottom: 0;
}
/*.imgs ul li:nth-child(odd) {
  margin-right: 20px;
  float: left;
}
.imgs ul li:nth-child(even) {
  float: right;
}
.imgs ul li img {
  width: 243px;
  height: 166px;
}*/
.imgs ul li .zhuanti {
  position: absolute;
  right: 0;
  top: 0;
  width: 52px;
  height: 26px;
  background-color: #3b58ad;
  border-radius: 0px 0px 0px 4px;
  text-align: center;
  line-height: 26px;
  color: #fff;
}
.subtitle {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-box--pre li {
  padding-left: 20px;
}
.media-body-inner {
  padding-bottom: 15px;
}
.line-1 {
  height: 1px;
  width: 100%;
  background: #e6e6e6;
  margin-bottom: 15px;
}
.bottom-bar {
  width: 100%;
  margin-top: 3px;
}
.bottom-bar img {
  width: 100%;
  height: 110px;
}
.jigou-item {
  width: 100%;
  height: 70px;
  border: solid 1px #e6e6e6;
  border-top: 3px solid #3b58ad;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
}
.must .line a {
  color: #666666;
  font-size: 16px;
}
.must .line a:hover {
  color: #3b58ad;
}
.jigou-item .leftul li {
  float: left;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  height: 100%;
  line-height: 67px;
  width: 188px;
  cursor: pointer;
  text-align: center;
}
.jigou-item .leftul .active {
  font-size: 22px;
  color: #fff;
  background-image: linear-gradient(90deg, #4e6dc8 0%, #3b58ad 100%),
    linear-gradient(#3b58ad, #3b58ad);
  background-blend-mode: normal, normal;
  width: 210px;
}
.uls{
  padding: 35px 30px; 
  border: solid 1px #e6e6e6;
  border-top: none;
  overflow: hidden;
}
.uls ul{
  width: 25%;
  float: left;
}
.uls ul li{
  width: 100%;
  font-size: 16px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mb-25{
  margin-bottom: 25px;
}
.nav-middle{
width: 100%;
}
.nav-middle img{
width: 100%;
}
.left-nav .img {
  width: 270px;
  height: 166px;
  background-color: #f1f1f1;
  margin-bottom: 15px;
}
.left-nav .imgitem {
  width: 302px;
  height: 249px;
}
.left-nav .imgitem img {
  width: 100%;
  height: 185px;
  background-color: #dfdfdf;
}
.left-nav .imgitem p {
  width: 100%;
  font-size: 16px;
  color: #333333;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background-color: #f3f3f3;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 5px;
}
.left-nav {
  width: 100%;
  position: relative;
}

.carousel-control-prev,
.carousel-control-next {
  width: 30px;
  height: 46px;
  background: rgba(0, 0, 0, 0.4);
  display: inline-flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 40%;
}

.carousel-control-prev i {
  transform: rotate(180deg);
}
.carousel-control-prev i,
.carousel-control-next i {
  color: #fff;
}
.carousel-control-next {
  left: inherit;
  right: 0;
}
.footer{
  padding-top: 90px;
  width: auto;
}