.flex-container {
  display: flex;
}
.bolder {
  font-weight: bolder;
}
.banner {
  position: relative;
  background-color: #000;
}
.banner .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 76.5%;
  height: 16.66vw;
  color: #fff;
  text-align: center;
}
.banner .container h6 {
  padding: 15px 0;
  color: #2491ed;
  font-size: 42px;
}
.banner .container h6 span {
  color: #37c89f;
}
.banner .container p {
  position: relative;
  display: inline-block;
  padding: 0 25px;
  font-size: 20px;
  line-height: 24px;
}
.banner .container .en {
  font-size: 12px;
  letter-spacing: 2px;
}
.banner .particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-list{
  padding: 30px 0;
}
.list-title{
  padding: 15px 0;
  text-align: center;
}
.list-title h6{
  padding: 12px 0;
  font-size: 24px;
  font-weight: bolder;
}
.list-title h6 span{
  color: #2491ed;
}
.list-title p{
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #122943;
  font-size: 16px;
  line-height: 24px;
}
.list-title p:before, .list-title p:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 90px;
  height: 2px;
  background: #8b8b8b;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.list-title p:before {
  right: 100%;
}
.list-title p:after {
  left: 100%;
}
.news-list .news-tabbar{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}
.news-list .news-tabbar .item{
  margin: 0 10px;
  padding: 0 20px;
  font-size: 15px;
  line-height: 36px;
  border: 1px solid #ccc;
  transition: all .4s;
}
.news-list .news-tabbar .active{
  color: #fff;
  border-color: #2491ed;
  background-color: #2491ed;
}
.news-list .container{
  margin: 0 auto;
  width: 920px;
}
.news-list .item{
  display: flex;
  padding: 25px 20px;
  border-bottom: 1px solid #d6d6d6;
}
.news-list .item .item-thumb{
  margin-right: 20px;
  width: 165px;
  height: 125px;
  overflow: hidden;
}
.news-list .item .content{
  flex: 1;
  color: #444444;
}
.news-list .item .title{
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bolder;
}
.news-list .item p{
  font-size: 14px;
  line-height: 28px;
}
#pagination{
  margin-top: 30px;
  text-align: center;
}
.layui-laypage a, .layui-laypage span{
  height: 32px;
  line-height: 32px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
  background-color: #2491ed;
}
.line2{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line3{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
/*# sourceMappingURL=contact.css.map */
