/*新闻中心*/
header.main.search {
  background-image: url('../../images/government/rjxz/header-bg.png');
}
header.main.search nav.main {
  background-color: rgba(0, 0, 0, 0.4);
}

/*导航栏*/
main nav{
margin-top:76px;
}
main .main-container h1 {
  font-size: 30px;
  color: #686868;
  margin: 40px 0 53px 0;
}
main .nav-list {
  display: flex;
}
main .nav-list li {
  text-align: center;
  line-height: 31px;
  margin: 0 15px 20px 0;
  height: 31px;
  color: #686868;
  width: 71px;
}
main .nav-list li.selected {
  background: #e5301f;
  color: white;
}
main .nav-list li.title {
  font-weight: bold;
  color: #2a2a2c;
}

main .rjxz-container {
  box-shadow: 0px 0px 14px 0px rgba(35, 125, 210, 0.2);
  border-radius: 5px;
  margin: 76px 0 92px 0;
}

/*下载按钮*/
.tag-container .xz-list .more-button {
  width: 156px;
  height: 47px;
  margin: 0;
  line-height: 47px;
}

main .page-container {
  height: 174px;
}
/*下载列表*/
main .tag-content-list {
  margin-top: 40px;
}
main .tag-container .tag-content-list .title-cotnainer h2 {
  font-size: 21px;
  color: #2a2a2c;
}
.tag-container .tag-content-list .title-cotnainer {

}
main .tag-container .tag-content-list .more-button {
  margin-top: 0;
  font-size: 16px;
  width: 140px;
  height: 40px;
  line-height: 40px;
}
.business-list > li:hover,
.type-list > li:hover {
  cursor: pointer;
}
/*自定义*/
main .tag-container .nav-list {
  height: 50px;
}
.tag-container .nav-list li {
  height: 51.5px;
}
main .tag-container .tag-content-list .tag-container .tag-list {
  height: 28px;
  line-height: 28px;
}
main .tag-container .tag-content-list .tag-container .upload-time {
  line-height: 28px;
}
main .tag-container .tag-content-list > li {
height: 110px;
}
.page-container .button-list {
  margin-bottom: 20px;
}


/*下载导航*/
.xz-nav {
  color: #686868;
  font-size: 15px;
  display: flex;
}
.xz-nav > div {
  margin-right: 12px;
}

/*下载详情*/
.rjxz-detail {
  box-shadow: 0px 0px 14px 0px rgba(35, 125, 210, 0.2);
  border-radius: 5px;
  padding: 65px 0 0 82px;
}
.rjxz-detail {
  margin: 50px  0 ;

}
.rjxz-detail .content-wrapper {
  display: flex;
  padding: 0;
  padding-bottom: 90px;
}
.rjxz-detail .text-wrapper {
  width: 740px;
  margin-right: 117px;
  margin-left: 10px;
}
.rjxz-detail .title {
  font-size: 17px;
  font-weight: bold;
  color: #000000;
}
.rjxz-detail .time {
  font-size: 15px;
  color: #b7b7b7;
  margin-top: 3px;
}
.rjxz-detail .icon img {
  width: 25px;
  height: 25px;
}
.rjxz-detail .txt-wrapper {
  margin-top: 24px;
}
.rjxz-detail .download-btn {
  width: 153px;
  height: 40px;
  background: #e5301f;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rjxz-detail .txt-wrapper > * {
 color: #686868 !important;
}

