body{
  background: #003366;
  font-size: 14px;
}
a{
  color:#333;
}
a:hover{
  color:#ff0000;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.container-xl{
  width:1140px;
  margin: 0 auto;
}
.logo-box{
  width: 100%;
  height: 100px;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url("../images/main_3.jpg");
  background-size: 100% 100%;
}
.logo-box .link-box{
  display: flex;
  flex-direction: column;
  margin-right: 50px;
}
.header-nav{
  background:#137aa9;
}
.header-nav .list{
  display: flex;
}
.header-nav .list li:hover{
  background:#ff0000;
}
.header-nav .list li a{
  display: block;
  padding: 10px 30px;
  color:#fff;
  text-decoration: none;
}
.header-time{
  background: #137aa9;
  padding: 8px 15px;
  color:#fff;
  font-size: 12px;
}
.swiper-container {
  width: 100%;
  height: 100%;

}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img{
  width: 100%;
}
.content-box{
  background: #fff;
  padding: 20px 15px;
  display: flex;
}
.content-box .left-box{
  width: 75%;
  display: flex;
  flex-wrap: wrap;
}
.content-box .right-box{
  width: 25%;
}
.block-box {
  width: 47%;
  margin: 0 10px 20px;
}
.block-box.last{
  width:100%;
}
.block-box.last .list{
  display: flex;
  flex-wrap: wrap;
}
.block-box.last .list li{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  border: none;
}
.block-box.last .list li img{
  width: 96px;
  height: 74px;

}
.block-box .title, .right-box .title{
  height: 34px;
  border-bottom: 3px solid #31afc8;
  box-sizing: border-box;
  position: relative;
  background: #f7faff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-box .title>span,.right-box .title>span{
  /* position: absolute; */
  display: inline-block;
  height: 34px;
  line-height: 34px;
  border-bottom: 3px solid #0d2263;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  background: #dce7fd;
  font-size: 16px;
  color:#003366;
  font-weight: bold;
  letter-spacing: 2px;
}
.block-box .title>a>span{
  font-size: 10px;
  padding: 0 10px;
}
.block-box .title>img, .right-box .title>img{
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.block-box .list li{
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px dotted #999;
}
.block-box .list li>.news-title{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}
.block-box .list li>.news-title .tit{
  width: 75%;
  overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.block-box .list li>.news-title .time{
  color:#666;
}
.block-box .text{
  font-size: 14px;
  color:#666;
  margin-top: 10px;
}
.right-box .swiper-box {
  margin-bottom: 20px;
}
.right-box .swiper-box .swiper-slide{
  flex-direction: column;
}
.right-box .swiper-box .swiper-slide img{
  width: 270px;
  height: 202px;
}
.right-box .swiper-box .swiper-slide .tit{
  text-align: center;
  font-size: 14px;
  padding: 5px 0;
}
.right-box .swiper-box .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 40px;
}
.right-box .img-box img{
  width: 100%;
  margin: 5px 0;
}
.right-box .left-menu{
  width: 100%;
  height: 266px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.right-box .left-menu img{
  width: 100%;
  position: absolute;
  z-index: 0;
}
.right-box .left-menu>a{
  position: absolute;
  display: inline-block;
  width: 260px;
  height: 50px;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}
#footer .footer-content{
  background: #404040;
  padding: 10px 25px;
}
#footer .footer-content p{
  margin-bottom: 10px;
  color:#9e9e9e;
}
#footer .footer-content p a{
  color:#9e9e9e;
}
.breadcrumb-box{
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0 15px;
}
.breadcrumb-box .breadcrumb{
  margin: 0;
  background: none;
}
.detail-box{
  width: 100%;
  padding: 0 20px;
}
.detail-box .title{
  text-align: center;
}
.detail-box .time{
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.right-box .title>span{
  width: 100%;
  height: 44px;
  line-height: 44px;
}
.nav-list{
  margin-bottom: 10px;
}
.nav-list li{
  padding: 10px;
  background: #f2f6ff;
}
.nav-list li:hover{
  background:#dce7fd;
}
.nav-list li>a{
  display: flex;
  align-items: center;
}
.nav-list li>a img{
  margin-right: 10px;
}
.news-list{
  width: 100%;
  padding: 0 15px;
}
.news-list li{
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px dotted #999;
}
.news-list li .news-title{
  width: 98%;
  display: flex;
  justify-content: space-between;
}
.news-list li .news-title .tit{
  width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.img-list{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 60px;
}
.img-list li{
  width: 24%;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  margin-right: 30px;
  margin-left: 30px;
}
.img-list li a{
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.img-list li img{
  width: 180px;
  height: 140px;
}
.img-list .title{
  width: 70%;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}