.layout {
  max-width: 1200px;
  margin: 0 auto;
}

.banner {
  height: 280px;
}

.toTop {
    position: fixed;
    right: 20px;
    bottom: 40px;
    width: 52px;
    z-index: 10;
}

.toTop .icon {
    display: block;
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    box-shadow: 0 0 3px rgba(0,0,0,.5);
}
.toTop .icon img {
    width: 40px;
    margin: 0 auto;
    margin-top: 3px;
    display: block;
}
.toTop .icon p {
    height: auto;
    line-height: 14px;
    margin-top: 2px;
    font-size: 16px;
    color: #2a74d7;
}

.toTop .icon:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.title {
  margin-top: 46px;
  margin-bottom: 28px;
  background-color: #fff;
}

.title h3 {
  font-size: 36px;
  font-family: 'RobotoCondensed-Regular';
  color: #333;
}

.related {
  width: 394px;
}

.related .related-top {
  padding-left: 20px;
  margin-bottom: 20px;
  border-left: 1px solid #ececec;
}

.related .related-top p {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  /*display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;*/
  overflow: hidden;
}

.related .related-list {
  padding: 0 14px;
  background-color: #003f88;
  overflow: hidden;
}

.related .related-list h3 {
  margin: 24px 0;
  font-size: 24px;
  color: #fff;
  font-family: 'RobotoCondensed-Regular';
}

.related .related-list .related-item {
  height: 55px;
  line-height: 55px;
  padding: 0 10px;
  border-top: 1px solid #5e93e6;
}

.related .related-list .related-item a {
  color: #fff;
}

.related .related-list .related-item a p {
  padding-right: 50px;
  font-size: 14px;
  font-family: 'RobotoCondensed-Regular';
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: url(/_upload/tpl/03/f0/1008/template1008/images/right-sj.png) no-repeat right center;
}

.related .related-list .related-item:hover a {
  text-decoration: underline;
}

.left {
  width: 100%;
  padding-right: 436px;
  box-sizing: border-box;
}

.left .article .article-title img {
  width: 100%;
}

.left .article .article-title h3 {
  line-height: 42px;
  font-family: 'Rabiola Serif';
  font-size: 24px;
  color: #003f88;
}

.left .article .article-title span {
  display: inline-block;
  margin-top: 15px;
  line-height: 37px;
  color: #666;
}

.left .article .article-content {
  padding-bottom: 30px;
}

.left .article .article-content p {
  line-height: 31px;
  padding: 19px 0;
}

.left .article .article-content p img {
  display: block;
  width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 1220px) {
  .layout {
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .layout {
    padding: 0 20px;
  }

  .banner {
    height: 250px;
  }

  .title {
    margin: 30px 0;
  }

  .related {
    float: none;
    margin: 20px 0;
  }

  .left {
    overflow: hidden;
    padding-right: 0;
  }

  .left .article .article-title h3 {
    line-height: 35px;
  }

  .left .article .article-content p img {
    width: 100% !important;
    height: auto !important;
  }
}

@media screen and (max-width: 500px) {
  .layout {
    padding: 0 10px;
  }

  .banner {
    height: 200px;
    /*background-position-x: -350px !important;*/
  }

  .title {
    margin: 20px 0;
  }

  .title h3 {
    font-size: 30px;
  }

  .related {
    width: 100%;
  }

  .related .related-top {
    margin-bottom: 10px;
    padding-left:10px;
  }

  .left {
    margin: 20px 0;
  }

  .left .article .article-title h3 {
    line-height: 30px;
  }

  .left .article .article-title span {
    margin-top: 10px;
  }

  .left .article .article-content {
    padding-bottom: 10px;
  }

  .left .article .article-content p {
    line-height: 24px;
    padding: 10px 0;
  }

  .left .article .article-content p img {
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }

  /*.left .article .article-content p span{
    font-size:16px !important;
  }*/
}