.achievements_color {
  color: rgb(8,108,84);
}
.achievements_bg_color {
  background-color: rgb(8,108,84);
}
.university_box {
  background: url(../img/university/bg.jpg) no-repeat;
  background-position: 0 214px;
}
.university_box .content {
  border-bottom: 2px solid rgb(8,108,84);
}
.university_box .content .content_top_list .right_info img {
  width: 14px;
  height: 14px;
}

.university_box .navigation_info {
  height: 70px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #999999;
  display: flex;
  align-items: center;
}
.university_box .navigation_info a {
  font-size: 14px;
  color: #999999;
}
.university_box .navigation_info .nav_now {
  color: rgb(8,108,84);
}
.university_box .navigation_info .nav_arrow {
  height: 16px;
  line-height: 16px;
  text-align: center;
  margin: 0 4px;
}

.university_box .bottom {
  height: 0;
  margin-top: 44px;
}
.university_box .bottom .bottomInfo,
.university_detail_box .bottom .bottomInfo {
  background-color: #284E45;
}

/* 分页器 */
.university_box #kkpager span.curr,
.university_box #kkpagerschool_sci span.curr,
.university_box #kkpagerschool_ned span.curr,
.university_box #kkpagerschool_inn span.curr {
	border: 1px solid rgb(8,108,84);
	background: rgb(8,108,84);
}
.university_box #kkpager a:hover,
.university_box #kkpagerschool_sci a:hover,
.university_box #kkpagerschool_ned a:hover,
.university_box #kkpagerschool_inn a:hover {
	border:1px solid rgb(8,108,84); 
	background-color:rgb(8,108,84);
}
.university_box #kkpager_btn_go,
.university_box #kkpagerschool_sci_btn_go,
.university_box #kkpagerschool_ned_btn_go,
.university_box #kkpagerschool_inn_btn_go {
	background-color:rgb(8,108,84);
}
.university_box #kkpager_btn_go_input.focus,
.university_box #kkpagerschool_sci_btn_go_input.focus,
.university_box #kkpagerschool_ned_btn_go_input.focus,
.university_box #kkpagerschool_inn_btn_go_input.focus {
	border-color:rgb(8,108,84);
}
.university_box #kkpager .currPageNum,
.university_box #kkpagerschool_sci .currPageNum,
.university_box #kkpagerschool_ned .currPageNum,
.university_box #kkpagerschool_inn .currPageNum {
	color:rgb(8,108,84);
}

/* 顶部列表 */
.university_box .content_top_list .content_center_ul .active_li {
  color: rgb(8,108,84);
  /* font-weight: bold; */
}

/* 学校顶部 */
.university_box .school_top {
  width: 100%;
  min-width: 1190px;
}
.university_box .school_top .school_info {
  padding-top: 30px;
  height: 160px;
  display: flex;
  justify-content: space-between;
}
.university_box .school_top .school_info .school_left {
  display: flex;
  /* align-items: center; */
}
.university_box .school_top .school_info .school_left .img_box {
  width: 100px;
  height: 100px;
  margin-right: 26px;
  border-radius: 50%;
}
.university_box .school_top .school_info .school_left .img_box img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.university_box .school_top .school_info .school_left .school_title {
  height: 100px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.university_box .school_top .school_info .school_left .school_name {
  margin-bottom: 20px;
}
.university_box .school_top .school_info .school_left .school_name span:nth-child(1) {
  font-size: 20px;
  color: #333333;
  margin-right: 20px;
}
.university_box .school_top .school_info .school_left a {
  font-size: 12px;
  color: #999999;

  margin-right: 25px;
}
.university_box .school_top .school_info .school_right .school_right_ul {
  height: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.university_box .school_top .school_info .school_right .school_right_li {
  /* width: 152px; */
  
  width: 168px;
  height: 34px;
  padding-bottom: 12px;
  font-size: 14px;
  color: #333333;
  border: 1px dashed rgb(223, 223, 223);
  margin-left: 20px;
  display: flex;
  align-items: flex-end;
}
.university_box .school_top .school_info .school_right .school_right_li span:nth-child(1) {
  font-size: 28px;
  font-weight: bold;
  color: rgb(8,108,84);
  margin: 0 8px 0 12px;
  line-height: 21px;
}

.university_box .school_home,
.university_box .school_dec,
.university_box .school_con,
.university_box .school_sci,
.university_box .school_inn,
.university_box .school_ned {
  /* display: none; */
  min-width: 1190px;
}

/* 
* 首页 
*/

/* 切换的标题 */
.switch_title_box ul {
  display: flex;
}
.switch_title_box li {
  height: 32px;
  line-height: 32px;
  margin-right: 20px;
  font-size: 14px;
  color: #666666;
  position: relative;
  cursor: pointer;
  /* padding-bottom: 8px;
  border-bottom: 2px solid transparent; */
}
.switch_title_box li:hover {
  color: rgb(8,108,84);
}
.switch_title_box li::after {
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 14px;
  background-color:rgb(223,230,235);
}
.switch_title_box .science_front_switch_ul li:last-child::after {
  background-color: transparent;
}
.switch_title_box .school_con_switch_ul a:last-child li::after {
  background-color: transparent;
}
.switch_title_box ul .active_li {
  height: 26px;
  margin-right: 28px;
  font-size: 20px;
  color: #202020;
  padding-bottom: 8px;
  border-bottom: 2px solid rgb(8,108,84);
}

/* 咨询动态 */
.university_box .school_sci_title {
  height: 35px;
}
.university_box .achievements_science {
  background-color: transparent;
  width: 100%;
  min-width: 1190px;

  margin-bottom: 20px;
  /* height: 246px;
  margin-bottom: 8px; */
}
.university_box .achievements_title {
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(223, 223, 223);
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}
.university_box .achievements_title h4 {
  font-size: 20px;
  font-weight: normal;
  color: #202020;
  padding-bottom: 8px;
  border-bottom: 2px solid rgb(8,108,84);
}
.university_box .achievements_more span {
  font-size: 12px;
  color: #999999;
}

.university_box .subtitle {
  width: 400px;
  top: 36%;
  right: -430px;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: normal;
  color: #666666;
  display: flex;
  align-items: center;
}
.university_box .subtitle p {
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color:rgb(223,230,235);
  margin: 0 10px;
}
.university_box .subtitle span {
  font-size: 14px;
  font-weight: normal;
  color: #666666;
  cursor: pointer;
}
.university_box .subtitle span:hover {
  color: rgb(8,108,84);
}
.university_box .subtitle .subtitle_active,
.university_box .subtitle a .subtitle_active {
  color: rgb(8,108,84);
  /* font-weight: bold; */
}

.university_box .achievements_science .science_front_content {
  display: none;
}
.university_box .achievements_science .science_front_content_active {
  display: flex;
  justify-content: space-between;
}
.university_box .achievements_science .science_front_item_box {
  display: flex;
  flex-direction: column;
}
.university_box .achievements_science .science_front_item {
  width: 506px;
  font-size: 14px;
  color: #666666;
  margin-bottom: 20px;
}
.university_box .achievements_science .science_front_item span:nth-child(1) {
  flex: 1;
  margin: 0 40px 0 5px;
  width: 300px;
}
.university_box .achievements_science .science_front_item:hover span {
  color: rgb(8,108,84);
  /* font-weight: bold; */
}
.university_box .school_home .science_front_content .time_span {
  color: #999999;
}
/* 科技成果/创新创业 */
.university_box .school_tec {
  margin-bottom: 40px;
  /* min-height: 600px; */
  min-width: 1190px;
}
.university_box .school_tec .scientific_content_card_box {
  display: flex;
  /* justify-content: space-between; */
}
.university_box .school_tec .scientific_content_card {
  margin-right: 20px;
  width: 180px;
  height: 304px;
  border: 1px solid rgb(230,230,230);
  /* margin-right: 18px; */
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}
.university_box .school_tec a:last-child .scientific_content_card {
  margin-right: 0;
}
.university_box .school_tec .scientific_content_card .imgBox {
  width: 180px;
  height: 180px;
  position: relative;
}
.university_box .school_tec .scientific_content_card .imgBox img {
  /* position: absolute;
  width: 80%;
  max-height: 144px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  width: 100%;
  height: 100%;
}
.university_box .school_tec .scientific_content_card .title {
  padding: 0 10px;
  margin-bottom: 12px;
  width: 160px;
  height: 28px;
  font-size: 14px;
  color: #ffffff;
  line-height: 28px;
  /* background-color: rgb(8,108,84); */
  background-color: #34544c;
}
.university_box .school_tec .scientific_content_card .dec {
  padding: 0 10px;
  width: 160px;
  height: 36px;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}
.university_box .school_tec .scientific_content_card .tec_line {
  margin: 10px auto 14px;
  width: 160px;
  border-bottom: 1px dashed rgb(230,230,230);
}
.university_box .school_tec .scientific_content_card .tec_bot {
  padding: 0 10px;
  width: 160px;
  font-size: 12px;
  color: #999999;
}
/* 高校需求 */
.university_box .school_seek {
  min-width: 1190px;
}
.university_box .technology_content_card_box {
  display: none;
}
.university_box .technology_content_card_box_active {
  min-width: 1190px;
  display: flex;
  /* justify-content: space-between; */
}
.university_box .technology_content_card {
  margin-right: 18px;
  width: 282px;
  height: 204px;
  border-radius: 2px;
  /* margin: 0 14px 20px 0; */
  font-size: 12px;
  color: #666666;
  border: 1px solid rgb(230,230,230);
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}
.university_box .technology_content_card_box a:last-child .technology_content_card {
  margin-right: 0;
}
.university_box .technology_content_card div {
  padding: 0 10px;
}
.university_box .technology_content_card .title {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  background-color: #F6F6F6;
  margin-bottom: 24px;
}
.university_box .technology_content_card .title .tec_title {
  width: 244px;
  height: 40px;
  line-height: 20px;
}
.university_box .technology_content_card div:nth-child(2) {
  margin-bottom: 12px;
}
.university_box .technology_content_card div:nth-child(3) {
  margin-bottom: 26px;
}
.university_box .technology_content_card .detail {
  margin: 0 auto;
  width: 96px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  border-radius: 26px;
  color: rgb(8,108,84);
  border: 1px solid rgb(8,108,84);
  cursor: pointer;
}
.university_box .technology_content_card .detail:hover {
  background-color: rgb(8,108,84);
  border: 1px solid rgb(8,108,84);
  color: #ffffff;
}

/* 
* 咨询动态
*/
.university_box .school_con .achievements_title {
  margin-bottom: 36px;
  /* margin-bottom: 20px; */
  /* display: flex;
  justify-content: space-between; */
}
.university_box .school_con .achievements_title .switch_title_box .active_li {
  padding-bottom: 10px;
}
.university_box .school_con_content {
  min-height: 600px;
  display: flex;
  justify-content: space-between;
}
/* 列表页 */
.university_box .colleges_purchase_content {
  display: none;
}
.university_box .colleges_purchase_content_active {
  display: flex;
  justify-content: space-between;
}
.university_box .colleges_purchase_left {
  width: 815px;
}
.university_box .colleges_purchase_left .colleges_purchase_left_item {
  width: 815px;
  color: #666666;
  font-size: 16px;
  /* height: 94px; */
  height: 20px;
  /* margin-bottom: 30px;
  padding-bottom: 30px; */
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgb(245,245,245);
  border-bottom: 1px dashed #f0f0f0;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.university_box .colleges_purchase_left .colleges_purchase_left_item div {
  width: 750px;
  height: 20px;
}
.university_box .colleges_purchase_left .colleges_purchase_left_item:hover div, 
.university_box .colleges_purchase_left .colleges_purchase_left_item:hover span{
  color: rgb(8,108,84);
}
.university_box .colleges_purchase_left .colleges_purchase_left_item .detail {
  font-size: 14px;
  color: #999999;
  height: 20px;
  line-height: 20px;
}
.university_box .colleges_purchase_left .colleges_purchase_left_item .detail:hover {
  color: rgb(8,108,84);
}
.university_box .colleges_purchase_left_item p:nth-child(1) {
  font-size: 18px;
  /* font-weight: bold; */
  color: #333333;
  width: 790px;
}
.university_box .colleges_purchase_left_item div:nth-child(2) {
  font-size: 14px;
  color: #999999;
  display: flex;
  align-items: center;
}
.university_box .colleges_purchase_left_item div:nth-child(2) div {
  width: 770px;
}
.university_box .colleges_purchase_left_item div:nth-child(3) {
  font-size: 12px;
  color: #999999;
}
.university_box .colleges_purchase_left_item div:nth-child(3) span:nth-child(1) {
  color: rgb(8,108,84);
  margin-right: 44px;
}
.university_box .colleges_purchase_right {
  display: flex;
  flex-direction: column;
}
.university_box .colleges_purchase_right .img_box {
  width: 300px;
}
.university_box .colleges_purchase_right .img_box img {
  width: 100%;
  height: 166px;
  margin-bottom: 20px;
}

/* 
* 科技成果
*/
.university_box .school_sci_content {
  min-width: 1190px;
  display: flex;
  justify-content: space-between;
}
.university_box .school_sci_content .left_list {
  width: 180px;
}
.university_box .school_sci_content .left_list_pof {

  display: none;

  position: fixed;
  top: 0;
  left: calc((100vw - 1190px)/2 - 8px);
}
.university_box .school_sci_content .left_list_clone {
  width: 180px;
  display: none;
}
.university_box .school_sci_content .left_list .title {
  padding-left: 16px;
  width: 164px;
  height: 40px;
  line-height: 40px;
}
.university_box .school_sci_content .left_list .title img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.university_box .school_sci_content .left_list .title span {
  font-size: 16px;
  color: #ffffff;
}
.university_box .school_sci_content .left_list .school_left_ul {
  width: 180px;
}
.university_box .school_sci_content .left_list .school_left_li {
  padding-left: 14px;
  width: 163px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #333333;
  background-color: rgb(246,246,246);
  border: 1px solid rgb(235, 235, 235);
  border-left: 2px solid rgb(235, 235, 235);
  cursor: pointer;
}
.university_box .school_sci_content .left_list .active_li {
  background-color: #ffffff;
  border-left: 2px solid rgb(8,108,84);
  border-right: 1px solid #ffffff;
}
.university_box .school_sci_content .left_list .school_left_li:hover {
  background-color: #ffffff;
  border-left: 2px solid rgb(8,108,84);
  border-right: 1px solid #ffffff;
}
.university_box .school_sci_content .right_info {
  width: 990px;
  min-width: 990px;
  min-height: 600px;
}
.university_box .school_sci_content .right_info .scientific_content_card_box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.university_box .school_sci_content .right_info .scientific_content_card {
  margin: 0 20px 20px 0;
}
.university_box .school_sci_content .right_info a:nth-child(5n) .scientific_content_card {
  margin-right: 0;
}
/* 
* 高校需求
*/
.university_box .school_ned .right_info {
  width: 988px;
  min-width: 988px;
}
.university_box .school_ned .right_info .technology_content_card {
  width: 314px;
  height: 204px;
  margin: 0 20px 20px 0;
}
.university_box .school_ned .right_info a:nth-child(3n) .technology_content_card {
  margin-right: 0;
}
.university_box .school_ned .right_info .technology_content_card div {
  padding: 0 20px;
}
.university_box .school_ned .right_info .technology_content_card .title {
  padding: 12px 0 16px 0;
  text-align: left;
}
.university_box .school_ned .right_info .technology_content_card .title .tec_title {
  width: 260px;
}
.university_box .school_ned .right_info .technology_content_card .detail {
  width: 56px;
}


/* 
*  研究院 
*/

.simple_box .content .logoBox {
  width: 680px;
}
.simple_box .content_top .logoBox .title {
  width: 490px;
}

.simple_box .content_top_list .center_list li:hover {
  color: #1046b4;
}
.simple_box .content_top .rightBox {
  width: 492px;
}
.simple_box .content_top .rightBox .inuptBox {
  width: 236px;
}
.simple_box .content_top .rightBox input {
  width: 216px;
}
.simple_box .content_top .goRoomA {
  height: 42px;
}
.simple_box .content_top .rightBox .inuptBox {
  border:  2px solid #1046b4;
}
.simple_box .content_top .goRoomList span:hover {
  color:#1046b4;
  font-weight: bold;
}


.simple_box .achievements_color {
  color: #1046b4;
}
.simple_box .content .content_top_list .center_list .active_li {
  color: #1046b4;
}
.simple_box .achievements_bg_color {
  background-color: #1046b4;
}
.simple_box {
  background: url(../img/university/bg2.png) no-repeat;
  background-position: 0 214px;
}
.simple_box .content {
  border-bottom: 2px solid #1046b4;
}
.simple_box .content .content_top_list .right_info img {
  width: 14px;
  height: 14px;
}

.simple_box .navigation_info {
  height: 70px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #999999;
  display: flex;
  align-items: center;
}
.simple_box .navigation_info a {
  font-size: 14px;
  color: #999999;
}
.simple_box .navigation_info .nav_now {
  color: #1046b4;
}
.simple_box .navigation_info .nav_arrow {
  height: 16px;
  line-height: 16px;
  text-align: center;
  margin: 0 4px;
}

.simple_box .bottom {
  height: 0;
  margin-top: 44px;
}
.simple_box .bottom .bottomInfo,
.university_detail_box .bottom .bottomInfo {
  background-color: rgb(107,127,164);
}

/* 分页器 */
.simple_box #kkpager span.curr,
.simple_box #kkpagerschool_sci span.curr,
.simple_box #kkpagerschool_ned span.curr,
.simple_box #kkpagerschool_inn span.curr {
	border: 1px solid #1046b4;
	background: #1046b4;
}
.simple_box #kkpager a:hover,
.simple_box #kkpagerschool_sci a:hover,
.simple_box #kkpagerschool_ned a:hover,
.simple_box #kkpagerschool_inn a:hover {
	border:1px solid #1046b4; 
	background-color:#1046b4;
}
.simple_box #kkpager_btn_go,
.simple_box #kkpagerschool_sci_btn_go,
.simple_box #kkpagerschool_ned_btn_go,
.simple_box #kkpagerschool_inn_btn_go {
	background-color:#1046b4;
}
.simple_box #kkpager_btn_go_input.focus,
.simple_box #kkpagerschool_sci_btn_go_input.focus,
.simple_box #kkpagerschool_ned_btn_go_input.focus,
.simple_box #kkpagerschool_inn_btn_go_input.focus {
	border-color:#1046b4;
}
.simple_box #kkpager .currPageNum,
.simple_box #kkpagerschool_sci .currPageNum,
.simple_box #kkpagerschool_ned .currPageNum,
.simple_box #kkpagerschool_inn .currPageNum {
	color:#1046b4;
}

.simple_box .school_depend {
  font-size: 12px;
  color: #999999;
  margin-right: 25px;
}

/* 顶部列表 */
.simple_box .content_top_list .content_center_ul .active_li {
  color: #1046b4;
  /* font-weight: bold; */
}

/* 学校顶部 */
.simple_box .school_top {
  width: 100%;
  min-width: 1190px;
}
.simple_box .school_top .school_info {
  padding-top: 30px;
  height: 160px;
  display: flex;
  justify-content: space-between;
}
.simple_box .school_top .school_info .school_left {
  display: flex;
  /* align-items: center; */
}
.simple_box .school_top .school_info .school_left .img_box {
  width: 100px;
  height: 100px;
  margin-right: 26px;
  border-radius: 50%;
}
.simple_box .school_top .school_info .school_left .img_box img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.simple_box .school_top .school_info .school_left .school_title {
  height: 100px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.simple_box .school_top .school_info .school_left .school_name {
  margin-bottom: 20px;
}
.simple_box .school_top .school_info .school_left .school_name span:nth-child(1) {
  font-size: 20px;
  color: #333333;
  margin-right: 20px;
}
.simple_box .school_top .school_info .school_left a {
  font-size: 12px;
  color: #999999;

  margin-right: 25px;
}
.simple_box .school_top .school_info .school_right .school_right_ul {
  height: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.simple_box .school_top .school_info .school_right .school_right_li {
  width: 152px;
  
  /* width: 168px; */
  height: 34px;
  padding-bottom: 12px;
  font-size: 14px;
  color: #333333;
  border: 1px dashed rgb(223, 223, 223);
  margin-left: 20px;
  display: flex;
  align-items: flex-end;
}
.simple_box .school_top .school_info .school_right .school_right_li span:nth-child(1) {
  font-size: 28px;
  font-weight: bold;
  color: #1046b4;
  /* margin: 0 8px 0 12px; */
  margin: 0 8px 0 24px;
  line-height: 21px;
}

.simple_box .school_home,
.simple_box .school_dec,
.simple_box .school_con,
.simple_box .school_sci,
.simple_box .school_inn,
.simple_box .school_ned {
  /* display: none; */
  min-width: 1190px;
}

/* 
* 首页 
*/

/* 切换的标题 */
.switch_title_box ul {
  display: flex;
}
.switch_title_box li {
  height: 32px;
  line-height: 32px;
  margin-right: 20px;
  font-size: 14px;
  color: #666666;
  position: relative;
  cursor: pointer;
  /* padding-bottom: 8px;
  border-bottom: 2px solid transparent; */
}
.switch_title_box li:hover {
  color: #1046b4;
}
.switch_title_box li::after {
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 14px;
  background-color:rgb(223,230,235);
}
.switch_title_box .science_front_switch_ul li:last-child::after {
  background-color: transparent;
}
.switch_title_box .school_con_switch_ul a:last-child li::after {
  background-color: transparent;
}
.switch_title_box ul .active_li {
  height: 26px;
  margin-right: 28px;
  font-size: 20px;
  color: #202020;
  padding-bottom: 8px;
  border-bottom: 2px solid #1046b4;
}

/* 咨询动态 */
.simple_box .school_sci_title {
  height: 35px;
}
.simple_box .achievements_science {
  background-color: transparent;
  width: 100%;
  min-width: 1190px;

  margin-bottom: 20px;
  /* height: 246px;
  margin-bottom: 8px; */
}
.simple_box .achievements_title {
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(223, 223, 223);
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}
.simple_box .achievements_title h4 {
  font-size: 20px;
  font-weight: normal;
  color: #202020;
  padding-bottom: 8px;
  border-bottom: 2px solid #1046b4;
}
.simple_box .achievements_more span {
  font-size: 12px;
  color: #999999;
}

.simple_box .subtitle {
  width: 400px;
  top: 36%;
  right: -430px;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: normal;
  color: #666666;
  display: flex;
  align-items: center;
}
.simple_box .subtitle p {
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color:rgb(223,230,235);
  margin: 0 10px;
}
.simple_box .subtitle span {
  font-size: 14px;
  font-weight: normal;
  color: #666666;
  cursor: pointer;
}
.simple_box .subtitle span:hover {
  color: #1046b4;
}
.simple_box .subtitle .subtitle_active,
.simple_box .subtitle a .subtitle_active {
  color: #1046b4;
  /* font-weight: bold; */
}

.simple_box .achievements_science .science_front_content {
  display: none;
}
.simple_box .achievements_science .science_front_content_active {
  display: flex;
  justify-content: space-between;
}
.simple_box .achievements_science .science_front_item_box {
  display: flex;
  flex-direction: column;
}
.simple_box .achievements_science .science_front_item {
  width: 506px;
  font-size: 14px;
  color: #666666;
  margin-bottom: 20px;
}
/* .simple_box .achievements_science .science_front_item span:nth-child(1) {
  font-size: 14px;
  color: #202020;
} */
.simple_box .achievements_science .science_front_item span:nth-child(1) {
  flex: 1;
  margin: 0 40px 0 5px;
  width: 300px;
}
.simple_box .achievements_science .science_front_item:hover span {
  color: #1046b4;
  /* font-weight: bold; */
}
.simple_box .school_home .science_front_content .time_span {
  color: #999999;
}
/* 科技成果/创新创业 */
.simple_box .school_tec {
  margin-bottom: 40px;
  /* min-height: 600px; */
  min-width: 1190px;
}
.simple_box .school_tec .scientific_content_card_box {
  display: flex;
  /* justify-content: space-between; */
}
.simple_box .school_tec .scientific_content_card {
  margin-right: 20px;
  width: 180px;
  height: 304px;
  border: 1px solid rgb(230,230,230);
  /* margin-right: 18px; */
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}
.simple_box .school_tec a:last-child .scientific_content_card {
  margin-right: 0;
}
.simple_box .school_tec .scientific_content_card .imgBox {
  width: 180px;
  height: 180px;
  position: relative;
}
.simple_box .school_tec .scientific_content_card .imgBox img {
  /* position: absolute;
  width: 80%;
  max-height: 144px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  width: 100%;
  height: 100%;
}
.simple_box .school_tec .scientific_content_card .title {
  padding: 0 10px;
  margin-bottom: 12px;
  width: 160px;
  height: 28px;
  font-size: 14px;
  color: #ffffff;
  line-height: 28px;
  /* background-color: #1046b4; */
  background-color: rgb(107,127,164);
}
.simple_box .school_tec .scientific_content_card .dec {
  padding: 0 10px;
  width: 160px;
  height: 34px;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}
.simple_box .school_tec .scientific_content_card .tec_line {
  margin: 10px auto 14px;
  width: 160px;
  border-bottom: 1px dashed rgb(230,230,230);
}
.simple_box .school_tec .scientific_content_card .tec_bot {
  padding: 0 10px;
  width: 160px;
  font-size: 12px;
  color: #999999;
}
/* 高校需求 */
.simple_box .school_seek {
  min-width: 1190px;
}
.simple_box .technology_content_card_box {
  display: none;
}
.simple_box .technology_content_card_box_active {
  min-width: 1190px;
  display: flex;
  /* justify-content: space-between; */
}
.simple_box .technology_content_card {
  margin-right: 18px;
  width: 282px;
  height: 204px;
  border-radius: 2px;
  /* margin: 0 14px 20px 0; */
  font-size: 12px;
  color: #666666;
  border: 1px solid rgb(230,230,230);
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}
.simple_box .technology_content_card_box a:last-child .technology_content_card {
  margin-right: 0;
}
.simple_box .technology_content_card div {
  padding: 0 10px;
}
.simple_box .technology_content_card .title {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  background-color: #F6F6F6;
  margin-bottom: 24px;
}
.simple_box .technology_content_card .title .tec_title {
  width: 244px;
  height: 40px;
  line-height: 20px;
}
.simple_box .technology_content_card div:nth-child(2) {
  margin-bottom: 12px;
}
.simple_box .technology_content_card div:nth-child(3) {
  margin-bottom: 26px;
}
.simple_box .technology_content_card .detail {
  margin: 0 auto;
  width: 96px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  border-radius: 26px;
  color: #1046b4;
  border: 1px solid #1046b4;
  cursor: pointer;
}
.simple_box .technology_content_card .detail:hover {
  background-color: #1046b4;
  border: 1px solid #1046b4;
  color: #ffffff;
}

/* 
* 咨询动态
*/
.simple_box .school_con .achievements_title {
  margin-bottom: 36px;
  /* margin-bottom: 20px; */
  /* display: flex;
  justify-content: space-between; */
}
.simple_box .school_con .achievements_title .switch_title_box .active_li {
  padding-bottom: 10px;
}
.simple_box .school_con_content {
  min-height: 600px;
  display: flex;
  justify-content: space-between;
}
/* 列表页 */
.simple_box .colleges_purchase_content {
  display: none;
}
.simple_box .colleges_purchase_content_active {
  display: flex;
  justify-content: space-between;
}
.simple_box .colleges_purchase_left {
  width: 815px;
}
.simple_box .colleges_purchase_left .colleges_purchase_left_item {
  width: 815px;
  color: #666666;
  font-size: 16px;
  /* height: 94px; */
  height: 20px;
  /* margin-bottom: 30px;
  padding-bottom: 30px; */
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgb(245,245,245);
  border-bottom: 1px dashed #f0f0f0;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.simple_box .colleges_purchase_left .colleges_purchase_left_item div {
  width: 750px;
  height: 20px;
}
.simple_box .colleges_purchase_left .colleges_purchase_left_item:hover div, 
.simple_box .colleges_purchase_left .colleges_purchase_left_item:hover span{
  color: #1046b4;
}
.simple_box .colleges_purchase_left .colleges_purchase_left_item .detail {
  font-size: 14px;
  color: #999999;
  height: 20px;
  line-height: 20px;
}
.simple_box .colleges_purchase_left .colleges_purchase_left_item .detail:hover {
  color: #1046b4;
}
.simple_box .colleges_purchase_left_item p:nth-child(1) {
  font-size: 18px;
  /* font-weight: bold; */
  color: #333333;
  width: 790px;
}
.simple_box .colleges_purchase_left_item div:nth-child(2) {
  font-size: 14px;
  color: #999999;
  display: flex;
  align-items: center;
}
.simple_box .colleges_purchase_left_item div:nth-child(2) div {
  width: 770px;
}
.simple_box .colleges_purchase_left_item div:nth-child(3) {
  font-size: 12px;
  color: #999999;
}
.simple_box .colleges_purchase_left_item div:nth-child(3) span:nth-child(1) {
  color: #1046b4;
  margin-right: 44px;
}
.simple_box .colleges_purchase_right {
  display: flex;
  flex-direction: column;
}
.simple_box .colleges_purchase_right .img_box {
  width: 300px;
}
.simple_box .colleges_purchase_right .img_box img {
  width: 100%;
  height: 166px;
  margin-bottom: 20px;
}

/* 
* 科技成果
*/
.simple_box .school_sci_content {
  min-width: 1190px;
  display: flex;
  justify-content: space-between;
}
.simple_box .school_sci_content .left_list {
  width: 180px;
}
.simple_box .school_sci_content .left_list_pof {

  display: none;

  position: fixed;
  top: 0;
  left: calc((100vw - 1190px)/2 - 8px);
}
.simple_box .school_sci_content .left_list_clone {
  width: 180px;
  display: none;
}
.simple_box .school_sci_content .left_list .title {
  padding-left: 16px;
  width: 164px;
  height: 40px;
  line-height: 40px;
}
.simple_box .school_sci_content .left_list .title img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.simple_box .school_sci_content .left_list .title span {
  font-size: 16px;
  color: #ffffff;
}
.simple_box .school_sci_content .left_list .school_left_ul {
  width: 180px;
}
.simple_box .school_sci_content .left_list .school_left_li {
  padding-left: 14px;
  width: 163px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #333333;
  background-color: rgb(246,246,246);
  border: 1px solid rgb(235, 235, 235);
  border-left: 2px solid rgb(235, 235, 235);
  cursor: pointer;
}
.simple_box .school_sci_content .left_list .active_li {
  background-color: #ffffff;
  border-left: 2px solid #1046b4;
  border-right: 1px solid #ffffff;
}
.simple_box .school_sci_content .left_list .school_left_li:hover {
  background-color: #ffffff;
  border-left: 2px solid #1046b4;
  border-right: 1px solid #ffffff;
}
.simple_box .school_sci_content .right_info {
  width: 990px;
  min-width: 990px;
  min-height: 600px;
}
.simple_box .school_sci_content .right_info .scientific_content_card_box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.simple_box .school_sci_content .right_info .scientific_content_card {
  margin: 0 20px 20px 0;
}
.simple_box .school_sci_content .right_info a:nth-child(5n) .scientific_content_card {
  margin-right: 0;
}
/* 
* 高校需求
*/
.simple_box .school_ned .right_info {
  width: 988px;
  min-width: 988px;
}
.simple_box .school_ned .right_info .technology_content_card {
  width: 314px;
  height: 204px;
  margin: 0 20px 20px 0;
}
.simple_box .school_ned .right_info a:nth-child(3n) .technology_content_card {
  margin-right: 0;
}
.simple_box .school_ned .right_info .technology_content_card div {
  padding: 0 20px;
}
.simple_box .school_ned .right_info .technology_content_card .title {
  padding: 12px 0 16px 0;
  text-align: left;
}
.simple_box .school_ned .right_info .technology_content_card .title .tec_title {
  width: 260px;
}
.simple_box .school_ned .right_info .technology_content_card .detail {
  width: 56px;
}