﻿.container{
  width: 100%;
}
.container{
  width: 100%;
}
.head .head_tit{
  text-align: center;
}
.head .head_tit img{
  width: 90%;
}
.head .head_jj_m{
  display: block;
  margin-top: 40px;
  padding-left: 40px;
  margin-bottom: 20px;
}
.head .head_jj_m span{
  background-color: #e9a21a;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 8px;
  font-size: 36px;
  color: #fff;
}
.head .head_jj{
  background: #055aa7;
  padding: 20px 40px;
}
.head .head_jj .head_jj_c{
  font-size: 14px;
}
.sec,.thr{
  margin-top: 30px;
  box-sizing: border-box;
  padding: 0 14px;
}
.sec .sec_c ul{
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec .sec_c ul li{
  width: 49%;
  margin-left:0;
}
.sec .sec_c ul li a p{
  font-size: 22px;
}
.thr .thr_c ul{
  margin: 0;
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.thr .thr_c ul li{
  width: 33%;
  margin-left:0;
}

.lis{
  box-sizing: border-box;
  padding: 0 14px;
}

.lis .qukuai h3{
  font-size: 28px;
}
.lis .qukuai .qukuai_c span{
  font-size: 26px;
}
.lis .lis_c ul li{
  font-size: 26px;
  line-height: 50px;
}
.lis .lis_c ul li a p{
  width: 76%;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}