@charset "UTF-8";
/* 主题色 */
body {
  background-color: #eeeeef;
}

/* 导航 */
.breadcrumb {
  margin-top: 45px;
  margin-bottom: 10px;
}

.content {
  margin-bottom: 70px;
  overflow: hidden;
}
.content .l {
  width: 848px;
}
.content .l .article-list .article-item {
  padding: 40px 0;
  border-bottom: 1px solid #afafb0;
  position: relative;
}
.content .l .article-list .article-item:hover {
  background-color: #e5e5e5;
}
.content .l .article-list .article-item .img {
  width: 256px;
  height: 143px;
}
.content .l .article-list .article-item .img img {
  width: 100%;
}
.content .l .article-list .article-item .info {
  width: 480px;
  margin-right: 16px;
}
.content .l .article-list .article-item .info .tit {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.content .l .article-list .article-item .info .tit:hover .txt {
  color: #ea5404;
}
.content .l .article-list .article-item .info .tit .txt {
  color: #595858;
}
.content .l .article-list .article-item .info .intro {
  margin-top: 10px;
  font-size: 13px;
  color: #717171;
  line-height: 24px;
}
.content .l .article-list .article-item .p-btn {
  position: absolute;
  bottom: 10px;
  right: 0;
}
.content .l .article-list .article-item .p-btn .btn {
  width: 76px;
  height: 25px;
  line-height: 23px;
  font-size: 13px;
  background-color: #346eb1;
  border-color: #346eb1;
  color: #fff;
}
.content .l .my-paginator {
  margin-top: 56px;
}
.content .r {
  width: 326px;
  padding: 16px 16px 0;
  background-color: #fff;
}
.content .r > .tit {
  height: 22px;
  line-height: 22px;
  border-left: 2px solid #346eb1;
  padding-left: 8px;
}
.content .r .download-list {
  margin-top: 12px;
}
.content .r .download-list .download-item {
  overflow: hidden;
  border-bottom: 1px solid #d3d3d3;
}
.content .r .download-list .download-item:last-child {
  border-bottom: none;
}
.content .r .download-list .download-item .img {
  height: 156px;
}
.content .r .download-list .download-item .img img {
  width: 100%;
}
.content .r .download-list .download-item .l1 {
  margin-top: 20px;
}
.content .r .download-list .download-item .l1 a {
  color: #595858;
}
.content .r .download-list .download-item .l1 a:hover {
  color: #ea5404;
}
.content .r .download-list .download-item .l1 .serial {
  color: #346eb1;
}
.content .r .download-list .download-item .l2 {
  margin: 16px 0;
  text-align: right;
}
.content .r .download-list .download-item .l2 .link {
  padding: 0 8px;
}

/*# sourceMappingURL=researchReport.css.map */
