.in-banner {
  background-repeat: no-repeat;
  background-position: center center; }
  .in-banner-title {
    padding: 12px 0; }
  .in-banner-src {
    width: 100%;
    max-width: 700px;
    margin: 12px auto;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden; }
    .in-banner-src-input {
      display: block;
      height: 40px;
      line-height: 40px;
      border: 0;
      width: 94%;
      margin: 0 auto; }
    .in-banner-src-ico {
      width: 40px;
      cursor: pointer;
      text-align: left;
      color: #1D0358;
      font-size: 20px; }

.in-article {
  padding: 15px 50px 80px; }
  .in-article h1 {
    font-weight: 700;
    font-size: 24px;
    padding: 30px 0;
    text-align: center; }
  .in-article-con h3 {
    padding: 20px 0;
    font-weight: 700;
    font-size: 16px; }
  .in-article-con p {
    padding-bottom: 30px; }

.wrap-aside {
  float: right;
  margin-left: 20px;
  width: 300px; }

.wrap-content {
  overflow: hidden; }

.bread-nav {
  padding: 24px  50px;
  border-bottom: 1px solid #f6f6f6; }
  .bread-nav a {
    color: #333; }
