* {
  padding: 0;
  margin: 0;
}
html,body{
  width: 100%;
}
a {
  text-decoration: none;
  
  /* color: black; */
}
.wapper{
  width: 100%;
  background-color: #6B9DE7;
  padding-top: 36px;
}
.wapper .content{
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 6px;
  padding: 20px 20px;
  box-sizing: border-box;
}
.wapper .content .top{
  text-align: center;
}
.wapper .content .top img{
  margin-top: 20px;
}

.content .center .centerTitle{
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content .center .centerTitle h2{
  color: #1275CA;
  font-size: 30px;
}
.content .center .centerTitle img{
  /* width: 100%; */
}
.content .center .centerTitle .tag{
  display: flex;
  align-items: center;
  font-size: 16px;
  color:#1275CA;
}
.content .center .centerTitle .tag img{
  height: 20px;
  width: 20px;
  margin-right: 6px;
}


.content .echarts {
  margin-top: 28px;
  display: flex;
}

.content .echarts .nav {
  width: 234px;
  background: #f7f7f7;
}

.content .echarts .nav .item {
  height: 78px;
  border-bottom: 1px solid #ebebeb;
  color: #222;
  font-size: 16px;
  line-height: 78px;
  text-align: center;
  cursor: pointer;
}

.content .echarts .nav .cur {
  /* background-color: #deeeff; */
  color:#fff;
  background: linear-gradient(87deg, #40B0FA, #0E57C6);
}


.content .right .title {
  text-align: center;
  color: #1369c0;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .right .title select {
  width: 90px;
  height: 35px;
  background: #ffffff;
  border: 1px solid #1369c0;
  border-radius: 2px;
  margin-right: 10px;
  margin-left: 10px;
}

.content .right .title .enter {
  width: 48px;
  height: 35px;
  background: #1369c0;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 10px;
  cursor: pointer;
}

.content .bottom .Statistics{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;

}
.content .bottom .Statistics .item{
  height: 363px;
  width: 371px;
  border: 1px solid #EBEBEB;
}
.content .bottom .Statistics .item .header{
  height: 48px;
  /* line-height: 48px; */
  background: #F6F5F8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content .bottom .Statistics .item .header h3{
  color:#1369C0;
  font-size: 22px;
  font-weight: bold;
  padding-left: 10px;
  border-left: 4px solid #1369C0;
}
.content .bottom .Statistics .item .header p a{
  font-size: 16px;
  color:#1369C0;
  margin-right: 10px;
}
.content .bottom .Statistics .item .content-list{
  padding: 40px;
  box-sizing: border-box;
}
.content .bottom .Statistics .item .content-list ul li{
  margin-bottom: 20px;
}
.content .bottom .Statistics .item .content-list ul li a{
  
  font-size: 16px;
  color:#333;
}
.picDate{
  margin-top: 48px;
}
.picDate .header{
  height: 48px;
  /* line-height: 48px; */
  background: #F6F5F8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.picDate .header h3{
  color:#1369C0;
  font-size: 22px;
  font-weight: bold;
  padding-left: 10px;
  border-left: 4px solid #1369C0;
}
.picDate .header p a{
  font-size: 16px;
  color:#1369C0;
  margin-right: 10px;
}
.picDate .picList{
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
}
.picDate .picList .item{
  height: 243px;
  width: 373px;
  position: relative;
  overflow: hidden;
}
.picDate .picList .item img{
  height: 100%;
  width: 100%;
}
.picDate .picList .item p{
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  padding-left: 10px;
  color:#fff;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}

.bottom{
  text-align: center;
  margin-top: 30px;
}
.bottom img{
  width: 100%;
}
