﻿@charset "utf-8";
body{ background-color: #fafafa;}
.header .nav-box .search-box:after{background: #fafafa!important;}
.main{ padding: 20px 30px 30px}
.subscribe{ display: inline-block;cursor: pointer;width: 132px;height: 37px;line-height: 37px;background: #f0f7ff;border: .86px solid #c4dbf2;border-radius: 19px;text-align: center;transition: all .3s;position: relative;top: -3px}
.subscribe img{ vertical-align: -13%;margin-right: 5px}
.subscribe:hover{ background: #e6edf5}
.pageList li:nth-child(5n){ border-bottom: 1px dashed #bababa;margin-bottom: 10px;padding-bottom: 10px}
.pageList li:last-child{ border-bottom: none}
.columnMore{ display: block;width: 120px;background-color: #2884c9;line-height: 36px;color: #fff;height: 36px;text-align: center;margin: 20px auto 0;border-radius: 20px;cursor: pointer}
.columnMore:hover{ color: #fff;background-color: #005293}
.piclist{ justify-content: flex-start!important}
.piclist li{ width: 25%;margin: 15px 0}
.piclist li a{ display: flex;align-items: center;flex-direction: column;margin: 0 15px}
.piclist li a p{ width: 100%;height: 0;padding-top: 56.25%;position: relative;overflow: hidden}
.piclist li a p img{ position: absolute;width: 100%;height: 100%;top: 0;left: 0}
.piclist li a span{ line-height: 30px;padding: 15px 10px;box-sizing: border-box;background-color: #f4f4f4;display: block;width: 100%;text-align: center;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;-o-text-overflow: ellipsis}
@media (max-width:991px){ .piclist li{  width: 49%;margin-right:1%; }
 .piclist li a{  margin: 0 }
 .piclist li a span{  padding: 3px 3px }}


.listleft {
  width: 258px;
  background: #FFFFFF;
  box-shadow: 0px 2px 7px 1px rgba(32, 135, 216, 0.18);
  margin-bottom: 100px;
    float: left;
}
.listleft h2 {
  /* width: 100%;
  height: 72px;
  line-height: 72px; */
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  /* text-align: center; */
  border-bottom: 1px solid #D1DCED;
  position: relative;
  background: url(../images/list/bg.png) no-repeat #005298 right center;
  line-height: 1.2;
  padding:22px 20px 23px 33%;
  /* background-size: cover; */
}
.listleft h2 .lefttop {
  position: absolute;
  top: 30%;
  left: 16%;
}
.listleft h2 .rightbottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
.listleft ul {
  width: 100%;
  padding-top: 38px;overflow: hidden;
}
.listleft ul li {
  width: 100%;
  height: 18px;
  line-height: 18px;
  text-align: left;
  margin-bottom: 39px;
}
.listleft ul li a {
  display: block;
  /* width: 90%; */
  position: relative;
  padding-left: 10%;
  padding-right: 45px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #666666;
}
.listleft ul li a .jt {
  width: 7px;
  height: 12px;
  display: inline-block;
  background: url(../images/list/jt.png) no-repeat 100%;
  position: absolute;
  right: 25px;
  top: 3px;
}
.listleft ul li.on a {
  border-left: 3px solid #005298;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #005298;
}
.listleft ul li.on .jt {
  background: url(../images/list/jthover.png) no-repeat 100%;
}
.listright{
  width: 858px;
  padding: 0px 0 30px 0;
  float: left;
  background: #FFFFFF;
  margin-left: 33px;padding: 20px 30px 30px;
}
.detailContent{line-height:28px;}
@media screen and (max-width: 991px) {
  .listleft {
    width: 100%;
    margin-bottom: 20px;
  }
  .listleft h2 {
    background-size: 100% 100%;
  }
  .listright {
    margin-left: 0;
    width: 100%;
  }
}