@import url(reset.css);
.main {
  width: 1400px;
  height: auto;
  padding: 10px 30px 26px;
  margin: 40px auto;
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 0px 40px 0px 40px;
  box-shadow: 1px -1px 12px #e3f0ff;
}
.position {
  height: 50px;
  line-height: 50px;
  position: relative;
  font-size: 18px;
  border-bottom: 1px solid #bababa;
  background: url(../images/dqwz_icon.png) no-repeat left center;
  background-size: 26px;
  text-indent: 34px;
}
.position a {
  color: #333;
}
.PubLeftNav {
  width: 300px;
  height: auto;
  position: relative;
}
.PubLeftNav li {
  position: relative;
  overflow: hidden;
  border: 1px solid #f3f1f2;
  transition: all 0.5s;
  box-shadow: -2px 2px 10px -5px #ccc;
}
.PubLeftNav li + li {
  margin-top: 10px;
}
.PubLeftNav li > a {
  display: block;
  font-size: 24px;
  color: #626262;
  line-height: 28px;
  padding: 25px 10px;
  text-align: center;
  position: relative;
  transition: all 0.2s ease-in;
  z-index: 2;
}
.PubLeftNav li:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 0;
}
.PubLeftNav li:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #C80000;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 0;
}
.PubLeftNav li.on::before,
.PubLeftNav li:hover::before {
  top: -35%;
  background-color: #C80000;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.PubLeftNav li.on::after,
.PubLeftNav li:hover::after {
  top: -45%;
  background-color: #C80000;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.PubLeftNav li.on a,
.PubLeftNav li:hover a {
  color: #FFF;
}
/*右侧*/
.PubConMain {
  width: 1060px;
}
/*文章列表*/
.NewsList li {
  position: relative;
  line-height: 48px;
}
.NewsList li:nth-child(5n) {
  border-bottom: 1px dashed #bababa;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.NewsList li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #999999;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.NewsList li a {
  display: block;
  width: calc(100% - 200px);
  font-size: 20px;
  color: #000;
  text-indent: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}
.NewsList li:hover a{
  padding-left: 1%;
  color: #C80000;
}
.NewsList li span {
  font-size: 18px;
  color: #999;
  position: absolute;
  right: 0;
  top: 0;
}
.page {
  padding: 10px 0px 47px;
  clear: both;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
}
.page a,
.page span,
.page font {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding: 0 15px;
  border: 1px solid #e2e2e2;
  height: 28px;
  line-height: 28px;
  margin: 0 -1px 5px 0;
  background-color: #fff;
  color: #333;
}
.page span,
.page font {
  margin-right: 10px;
  padding: 0;
  border: none;
}
.page .layui-laypage-curr {
  padding: 0 15px;
  margin-right: 0px;
}
.page a.onhover,
.page a:hover {
  background: #C80000;
  border: 1px solid #C80000;
  color: #FFFFFF !important;
}
.page font {
  height: 30px;
  line-height: 30px;
  color: #999;
}
.page input {
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  vertical-align: top;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
  display: inline-block;
  width: 40px;
  margin: 0 10px;
  padding: 0 3px;
  text-align: center;
  outline: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.page input[type='text']:focus {
  border-color: #009688 !important;
}
.page input[type='submit'] {
  margin-left: 10px;
  cursor: pointer;
}
.searchTitle {
  height: 49px;
  border-bottom: 1px solid #d6d6d6;
}
.searchTitle > span {
  float: left;
  height: 48px;
  line-height: 48px;
  border-bottom: 2px solid #C80000;
  font-size: 22px;
  color: #C80000;
  padding: 0 10px;
  font-weight: bold;
}
.searchTitle > a {
  float: left;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  padding: 0 10px;
  font-weight: bold;
}
.searchTitle > a + a {
  margin-left: 15px;
}
.searchTitle > a.on,
.searchTitle > a:hover {
  border-bottom: 2px solid #C80000;
  color: #C80000;
}
/*信息检索*/
.ResultList li {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 0px;
  font-size: 14px;
  border-bottom: 1px solid #bebebe;
}
.ResultList li .pic {
  width: 200px;
  height: auto;
  float: left;
}
.ResultList li .pic img {
  width: 100%;
}
.ResultList li .txt {
  width: 1160px;
}
.ResultList li a h1 {
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
}
.ResultList li a .desc {
  display: block;
  margin-top: 10px;
  line-height: 1.5;
  color: #686868;
  text-indent: 2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ResultList li .attribute {
  margin-top: 10px;
}
.ResultList li .channel em {
  display: inline-block;
  float: left;
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
  background: #efefef;
}
.ResultList li .channel em.red {
  background-color: #ababab;
  color: #FFF;
}
.ResultList li .Time {
  display: block;
  color: #c1c1c1;
  line-height: 20px;
}
.ResultList li .Time em {
  margin: 0 10px;
  padding-left: 15px;
}
.SeNavs {
  padding: 5px;
  margin: 5px 0;
}
.SeNavs a.on {
  border-color: #C80000;
  opacity: 0.8;
}
.SeNavs a.layui-btn-primary:hover {
  border-color: #C80000;
  color: #333;
}
