.project_color {
  color: #0250A9;
}
.project_bg_color {
  background-color: #0250A9;
}

/* 顶部列表内容 */
.project_box .content_top .goRoomList span:hover {
  color: #0250A9;
}
.project_box .content_top .rightBox .inuptBox {
  border: 2px solid #0250A9;
}
.project_box .content_top input::-webkit-input-placeholder {
  color: #C7C6C6;
  font-size: 14px;
}
.project_box .content_top .goRoomA .infoBox span {
  color: #0250A9;
}
.project_box .content_top .goRoomA:hover .infoBox {
  border-bottom: 1px solid #0250A9;
}
.project_box .content .content_top_list .center_list .active_li {
  color: #0250A9;
}
.project_box .content {
  border-bottom: 2px solid #0250A9;
}
.project_box .content_top_list .content_center_li:hover {
  color: #0250A9;
}

.project_box .navigation_info {
  height: 70px;
  /* margin-bottom: 16px; */
  font-size: 14px;
  color: #999999;
  display: flex;
  align-items: center;
}
.project_box .navigation_info a {
  font-size: 14px;
  color: #999999;
}
.project_box .navigation_info .nav_now {
  color: #0250A9;
}
.project_box .navigation_info .nav_arrow {
  height: 16px;
  line-height: 16px;
  text-align: center;
  margin: 0 4px;
}

.project_box .bottom {
  height: 0;
}

/* 列表页 */
.project_box .colleges_purchase_content {
  display: flex;
  justify-content: space-between;
}
.project_box .colleges_purchase_left {
  width: 815px;
}
.project_box .colleges_purchase_left .colleges_purchase_left_item {
  width: 100%;
  height: 94px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(245,245,245);
  cursor: pointer;
}
.project_box .colleges_purchase_left .colleges_purchase_left_item:hover p {
  color: #0250A9;
}
.project_box .colleges_purchase_left .colleges_purchase_left_item .detail:hover {
  color: #0250A9;
}
.project_box .colleges_purchase_left_item p:nth-child(1) {
  font-size: 18px;
  /* font-weight: bold; */
  color: #333333;
  width: 775px;
  margin-bottom: -10px;
}
.project_box .colleges_purchase_left_item div:nth-child(2) {
  font-size: 14px;
  color: #999999;
  display: flex;
  align-items: center;
}
.project_box .colleges_purchase_left_item div:nth-child(2) div {
  width: 775px;
}
.project_box .colleges_purchase_left_item div:nth-child(3) {
  font-size: 12px;
  color: #acacac;
}
.project_box .colleges_purchase_left_item div:nth-child(3) span:nth-child(1) {
  color: #0250A9;
  margin-right: 44px;
}
.project_box .colleges_purchase_right {
  display: flex;
  flex-direction: column;
}
.project_box .colleges_purchase_right .right_list {
  width: 300px;
  height: 278px;
  margin-bottom: 20px;
}
.project_box .colleges_purchase_right .right_list .bottom_item {
  width: 274px;
  height: 58px;
  padding-left: 26px;
  display: flex;
  align-items: center;
  /* justify-content: space-evenly; */
  border: 1px solid rgb(245,245,245);
}
.project_box .colleges_purchase_right .right_list .bottom_item img {
  width: 20px;
  height: 20px;
}
.project_box .colleges_purchase_right .right_list .bottom_item span {
  font-size: 14px;
  color: #666666;
  margin-left: 12px;
}
.project_box .colleges_purchase_right .right_list .bottom_item .title {
  font-weight: bold;
  color: #202020;
  margin-right: 24px;
}
.project_box .colleges_purchase_right .img_box {
  width: 300px;
}
.project_box .colleges_purchase_right .img_box img {
  width: 100%;
  height: 166px;
  margin-bottom: 13px;
}
.project_box .colleges_purchase_right .img_box .right_img_box div {
  font-size: 14px;
  color: #444444;
  margin-bottom: 33px;
  text-align: center;
}

/* 列表页详情 */
.project_box .achive_list_detail {
  display: none;
}
.project_box .achive_list_detail_content {
  margin-bottom: 60px;
}
.project_box .achive_list_detail_content .title {
  margin-top: 10px;
  font-size: 30px;
  font-weight: normal;
  color: #333333;
  text-align: center;
}
.project_box .achive_list_detail_content .info {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999999;
  margin: 44px auto 46px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e6e6e6;
}
.project_box .achive_list_detail_content .info div {
  margin-right: 40px;
  height: 14px;
  /* max-width: 280px; */
  max-height: 14px;
  overflow: hidden;
}
.project_box .achive_list_detail_content .info div:last-child {
  margin-right: 0;
}
.project_box .achive_list_detail_content .info a {
  /* margin-left: 5px; */
  font-size: 12px;
  color: #999999;
}
.project_box .achive_list_detail_content .info .jump_a .detail_jump_a {
  margin-left: 5px;
}
/* .project_box .achive_list_detail_content .info .jump_a a {
  margin-left: 5px;
} */
.project_box .achive_list_detail_content .detail {
  font-size: 16px;
  color: #666666;
  /* text-indent: 32px; */
  line-height: 32px;
  word-wrap: break-word;
	word-break: break-all;
}

/* 搜索标签 */
.tag_search_tab {
  padding-bottom: 10px;
}
.tag_search_tab .search_tags {
  width: 100%;
  background-color: #ffffff;
}
.tag_search_tab .search_tags .tags_box {
  /* height: 150px; */
  font-size: 12px;

  margin-top: 30px;
}
.tag_search_tab .search_tags .tags_box .after_line {
  position: relative;
  /* margin: 15px 0; */
}
.tag_search_tab .search_tags .tags_box .search_tags_child .search_tags_item:first-child,
.tag_search_tab .search_tags .tags_box .search_tags_child .search_tags_item_link:first-child {
  /* margin-top: 30px; */
}
.tag_search_tab .search_tags .tags_box .search_tags_child .after_line {
  margin-top: 16px;
}
.tag_search_tab .search_tags .tags_box .after_line::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 1190px;
  height: 1px;
  border-bottom: 1px dashed #F0F0F0;
}
.tag_search_tab .search_tags .tags_box .search_tags_child {
  display: none;
}
.tag_search_tab .search_tags .tags_box .search_tags_child_active {
  display: block;
}

.tag_search_tab .search_tags .tags_box .search_tags_item,
.tag_search_tab .search_tags .tags_box .search_tags_item_link {
  display: flex;
  /* align-items: center; */
  /* margin: 0 0 12px; */
}
.tag_search_tab .search_tags .tags_box .search_tags_item_hide {
  display: none;
}
.tag_search_tab .search_tags .tags_box .search_tags_item_link .link_three {
  display: none;
}
.tag_search_tab .search_tags .tags_box .search_tags_item_link .link_three_active {
  display: block;
}
.tag_search_tab .search_tags .tags_box .search_tags_parent {
  margin-bottom: 0;
}
.tag_search_tab .search_tags .tags_box .search_tags_child .after_line:last-child {
  margin-bottom: 0;
}
.tag_search_tab .search_tags .search_tags_gather {
  display: flex;
  align-items: center;
  /* 这里改了js记得改 */
  margin: 16px 0 16px;
}
.tag_search_tab .search_tags .tags_box .tags_item span {
  width: 110px;
  color: #999999;
  /* margin-right: 62px; */
}
.tag_search_tab .search_tags .tags_box .tags_item .tags_item_ul_hide {
  display: none;
}
.tag_search_tab .search_tags .tags_box .tags_item .tags_item_ul {
  width: 1080px;
  display: flex;
  /* align-items: center; */
  flex-wrap: wrap;
}
.tag_search_tab .search_tags .tags_box .tags_item .tags_item_li {
  /* height: 24px; */
  /* line-height: 24px; */
  margin: 0 34px 16px 0;
  color: #666666;
  cursor: pointer;
}
.tag_search_tab .search_tags .tags_box .tags_item .tags_item_li a {
  color: #666666;
}
.tag_search_tab .search_tags .tags_box .tags_item .tags_item_li:hover a {
  color: #0250A9;
}
/* .tag_search_tab .search_tags .tags_box .search_tags_item_first .tags_item_li {
  margin-top: 0;
} */
.tag_search_tab .search_tags .tags_box .tags_item .active_li,
.tag_search_tab .search_tags .tags_box .tags_item .active_li a {
  color: #0250A9;
}
.tag_search_tab .search_tags .tags_box .tags_item .checked_item_ul {
  height: 26px;
  display: flex;
  align-items: center;
}
.tag_search_tab .search_tags .tags_box .tags_item .checked_item_li {
  margin-right: 34px;
}
.tag_search_tab .search_tags .tags_box .tags_item .checked_item_li div {
  position: relative;
  padding: 5px 30px 5px 12px;
  color: #0250A9;
  border: 1px solid #e6e6e6;
  background-color: #f6f6f6;
  pointer-events: none;
}
.tag_search_tab .search_tags .tags_box .tags_item .checked_item_li div::after {
  position: absolute;
  content: '\2716';
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 12px;
  color: #0250A9;
  cursor: pointer;
  pointer-events: auto;
}

/* 排序 */
.project_box .sort {
  margin: 0 auto;
  padding: 0 28px 0 16px;
  width: 1146px;
  height: 36px;
  font-size: 12px;
  color: #333333;
  background-color: #F6F6F6;
}
.project_box .sort .sort_left {
  display: flex;
}
.project_box .sort .sort_left .sort_item {
  margin-right: 50px;
  font-size: 12px;
  color: #333333;
  display: flex;
  cursor: pointer;
}
.project_box .sort .sort_left .checked_no {
  margin-right: 10px;
  width: 12px;
  height: 12px;
  border: 1px solid #CFCFCF;
}
.project_box .sort .sort_left .checked_yes {
  margin-right: 10px;
  width: 12px;
  height: 12px;
  border: 1px solid #0250A9;
  background-color:#0250A9;
  position: relative;
}
.project_box .sort .sort_left .checked_yes::after {
  position: absolute;
  content: '\2714';
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #ffffff;
}
.project_box .sort .sort_right span {
  color: #666666;
  margin-left: 28px;
  cursor: pointer;
}

/*
* 搜索内容
*/
/* 科技成果 */
.project_box .search_content {
  min-height: 600px;
}
.project_box .search_content_ul .search_content_li {
  display: none;
}
.project_box .search_content_ul .search_content_li_active {
  display: block;
}
.project_box .scientific_content_card_box {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
.project_box .scientific_content_card {
  width: 154px;
  height: 284px;
  margin: 0 16px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgb(230,230,230);
}
/* .project_box .scientific_content_card:nth-child(2n) { */
.project_box a:nth-child(7n) .scientific_content_card {
  margin-right: 0;
}
.project_box .scientific_content_card .imgBox {
  position: relative;
  width: 154px;
  height: 154px;
  /* border-top: 1px solid rgb(230,230,230);
  border-left: 1px solid rgb(230,230,230);
  border-right: 1px solid rgb(230,230,230); */
}
.project_box .scientific_content_card .imgBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 80%;
}
.project_box .scientific_content_card .title {
  margin: 0 auto;
  width: 154px;
  height: 22px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 22px;
  background-color: #0250A9;
}
.project_box .scientific_content_card .dec {
  width: 134px;
  font-size: 12px;
  color: #666666;
  padding: 0 10px;

  height: 36px;
  line-height: 18px;
}
.project_box .scientific_content_card .card_span {
  font-size: 12px;
  color: #0250A9;
  padding: 0 10px;
}
.project_box .scientific_content_card .bottom_box {
  padding: 0 10px;
  font-size: 12px;
  color: #666666;
  height: 20px;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}
.project_box .scientific_content_card .icon_box1,
.project_box .scientific_content_card .icon_box2,
.project_box .scientific_content_card .icon_box3 {
  display: flex;
}
.project_box .icon_box2_imgA, .project_box .icon_box3_imgA {
  display: none;
}
.project_box .scientific_content_card .bottom_box img {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
.project_box .scientific_content_card .bottom_box span {
  margin-right: 8px;
}

/* 科技需求 */
.project_box .technology_content_card_box {
  width: 100%;
  padding-bottom: 22px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  /* justify-content: space-between; */
}
.project_box .technology_content_card {
  padding-bottom: 6px;
  margin: 0 31px 20px 0;
  width: 272px;
  height: 210px;
  font-size: 12px;
  color: #666666;
  border: 1px solid rgb(230,230,230);
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}
.project_box a:nth-child(4n) .technology_content_card {
  margin-right: 0;
}
.project_box .technology_content_card:hover .detail {
  color: #ffffff;
  background-color: #0250A9;
}
.project_box .technology_content_card div:first-child {
  background-color: rgb(230,240,238);
}
.project_box .technology_content_card div {
  margin-bottom: 16px;
  padding: 0 20px;
  display: flex;
}
.project_box .technology_content_card div .over_span {
  width: 160px;
}
.project_box .technology_content_card .title {
  /* width: 234px; */
  box-sizing: border-box;
  display: block;
  width: 274px;
  height: 36px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  color: #0250A9;
  margin-bottom: 16px;
}
.project_box .technology_content_card div:nth-child(5) {
  margin-bottom: 16px;
}
.project_box .technology_content_card .detail {
  display: block;
  margin: 0 auto;
  width: 56px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  border-radius: 26px;
  color: #0250A9;
  border: 1px solid #0250A9;
}

/* 成果转化/融资服务 */
.project_box .conversion_content_card_box, .project_box .financing_content_card_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  /* justify-content: space-between; */
}
.project_box .conversion_content_card, .project_box .financing_content_card {
  width: 146px;
  height: 234px;
  margin: 0 25px 20px 0;
  border: 1px solid rgb(230,230,230);
}
.project_box .conversion_content_card:nth-child(7n),
.project_box .financing_content_card:nth-child(7n) {
  margin-right: 0;
}
.project_box .conversion_content_card .imgBox, .project_box .financing_content_card .imgBox {
  width: 146px;
  height: 146px;
}
.project_box .conversion_content_card .imgBox img, .project_box .financing_content_card .imgBox img {
  width: 100%;
  height: 100%;
}
.project_box .conversion_content_card .title, .project_box .financing_content_card .title {
  width: 146px;
  height: 22px;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  color: #ffffff;
  background-color: #0250A9;
}
.project_box .conversion_content_card .btnBox, .project_box .financing_content_card .btnBox {
  margin: 12px 0 14px;
  display: flex;
  justify-content: space-around;
}
.project_box .conversion_content_card .btnBox span, .project_box .financing_content_card .btnBox span {
  font-size: 12px;
  color: #666666;
}
.project_box .conversion_content_card .bottom_box {
  padding: 0 10px;
  font-size: 12px;
  color: #666666;
  height: 20px;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}
.project_box .conversion_content_card .icon_box1,
.project_box .conversion_content_card .icon_box2,
.project_box .conversion_content_card .icon_box3 {
  display: flex;
  /* cursor: pointer; */
}
.project_box .icon_box2_imgA, .project_box .icon_box3_imgA {
  display: none;
}
.project_box .conversion_content_card .bottom_box img {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
.project_box .conversion_content_card .bottom_box span {
  margin-right: 10px;
}


/* 分页器 */
.project_box #kkpager span.curr{
	/* border: 1px solid #0250A9;
	background: #0250A9; */
  
  border: 1px solid #002147;
  background: #002147;
}
.project_box #kkpager a:hover{
  border: 1px solid #002147;
  background: #002147;
}
.project_box #kkpager_btn_go {
	background-color:#002147;
}
.project_box #kkpager_btn_go_input.focus{
	border-color:#002147;
}
.project_box #kkpager .currPageNum{
	color:#002147;
}

