a {
  text-decoration: none;
  color: #333;
}
.page-nav {
  margin-bottom: 0;
}
#contentWrap {
  background: rgba(0,0,0,.01);
}
#contentWrap .info h1 {
  font-size: 35px;
  line-height: 40px;
}
#contentWrap .info a{
  text-decoration:none;
  color:#666666;
  background:rgba(255,255,255,0.8);
  display: inline-block;
  border: 1px solid#666666;
  padding: 5px 8px;
  font-size: 16px;
  margin-right: 10px;
}
#contentWrap .info a:hover{
  text-decoration:none;
  color:#0d4876;
  background:rgba(255,255,255,0.8);
  display: inline-block;
  border: 1px solid#0d4876;
}
#contentWrap .info span.date {
  font-size: 16px;
  color: #565656;
}
#contentWrap .content img {
  max-width: 100%;
}
#contentWrap .right {
  border-left: 1px solid #eee;
}
.wrapT {
  color: #161922;
  font-size: 18px;
  font-weight: bolder;
}
.recommandlist a.picW {
  display: block;
  overflow: hidden;
  height: 200px;
}
.recommandlist .pic {
  min-height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.recommandlist .pic:hover {
  transform: scale(1.1);
}
.recommandlist .pic img {
  width: 100%;
}
.recommandlist span {
  color: #a8a8a8;
}
.recommandlist p a  {
  color: #161922;
  font-size: 16px;
  font-weight: bolder;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0;
  display: block;
}
.recommandlist a.btn2 {
  background-color: #0d4876;
  color: #ffffff;
  padding: 12px;
  font-size: 16px;
  display: inline-block;
}
.aside ul.nav {
  list-style-type: square;
  color: #fff;
  padding: 0 20px;
  text-align: center;
  background-color: #eaedf2;
}
.aside ul.nav li {
  position: relative;
  line-height: 2em;
}
.aside ul.nav li::after {
  content: "";
  display: block;
  width: 100%;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: rgba(0, 0, 0, 0.1);
  left: -30px;
  bottom: 0;
}
.aside ul.nav li a {
  color: #000;
  display: block;
  letter-spacing: 3px;
  font-size: 16px;
  padding: 1em 0;
}
.aside ul.nav li a:hover {
  color: #da251d;
  display: block;
  letter-spacing: 3px;
}

.aside ul.list {
  padding: 0;
}
.aside ul.list li {
  padding: 5px 15px;
  background: #fff;
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
}
.aside ul.list li a {
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 2;
  margin-bottom: 3px;
  padding-bottom: 3px;
  border: 0;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgba(0,0,0,.08);
  color: #000;
}
.aside ul.list li span {
  display: block;
  position: relative;
  z-index: 2;
  color: #565656;
}
.aside ul.list li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #0d4876;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.aside ul.list li:hover  * {
  color: #fff;
}
.aside ul.list li:hover::after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #contentWrap .info h1 {
    font-size: 27px;
    line-height: 32px;
  }
  .recommandlist .pic {
    background-image: unset !important;
    min-height: auto;
  }
  #contentWrap .content img {
    width: 100% !important;
    height: auto !important;
  }
  .recommandlist a.picW {
    height: auto;
  }
}