.bdqn_main {
  width: 100%;
  height: 423px;
  overflow: hidden;
  background: #ccc;
}

.bdqn_slide {
  height: 425px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #ccc;
}
.pv-slideBox {
  /* min-width: 960px; */
  height: 425px;
  margin: 0 auto;
  position: relative;
}
.pv-slideBox ul.slide-list {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1920px;
  height: 425px;
  margin-left: -960px;
  text-align: center;
}
.pv-slideBox ul.slide-list li {
  position: relative;
  top: -50%;
}
.pv-slideBox ul.pv-slideBox-page {
  display: inline;
  top: auto;
  z-index: 9999;
  margin: 0;
  bottom: 20px;
  left: 50%;
  right: auto;
  height: 20px;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 25px;
}
.pv-slideBox ul.pv-slideBox-page li {
  display: inline-block;
  color: #e54813;
  cursor: pointer;
  list-style: none;
  border: 0;
  border-radius: 50%;
  float: left;
  font-size: 0;
  height: 10px;
  line-height: 0;
  margin: 5px;
  opacity: 1 !important;
  padding: 0;
  position: relative;
  width: 10px;
}
.pv-slideBox ul.pv-slideBox-page li {
  background: #FFF;
}
.pv-slideBox ul li.pv-slideBox-current-page {
  background: #f15050;
}
.bdqn_hotSpot {
  position: relative;
  z-index: 2;
}
.bdqn_hotSpot .hotSpot_box {
  width: 225px;
  height: 425px;
  position: absolute;
  left: 0;
  top: 0;
}
.bdqn_hotSpot .hotSpot_box li {
  height: 47px;
  line-height: 47px;
  background: rgba(0,0,0, 0.5);
}
.bdqn_hotSpot .hotSpot_box li:hover {
  background: rgba(64,187,205,0.8);
}
.bdqn_hotSpot .hotSpot_box li > a {
  color: #fff;
  font-size: 15px;
  padding-left: 48px;
  display: block;
  position: relative;
}
.bdqn_hotSpot .hotSpot_box li:hover > a {
  color: #ffdf00;
}
.bdqn_hotSpot .hotSpot_box li:hover>a:before {
  content: '';
  position: absolute;
  top:0;
  left: 0;
  display: block;
  width: 3px;
  height: 47px;
  background: #ffdf00;
}
.bdqn_hotSpot .hotSpot_box li .hot_content {
  position: absolute;
  font-size: 14px;
  width: 470px;
  height: 423px;
  border: 1px solid #096;
  padding: 0 10px 0 20px;
  left: 225px;
  top: 0;
  background: #fff;
  z-index: -1;
  display: none;
}
.bdqn_hotSpot .hotSpot_box li .hot_content dl{
  padding-top: 10px;
}
.bdqn_hotSpot .hotSpot_box li .hot_content dl dt{
  width: 460px;
  height: 230px;
}
.bdqn_hotSpot .hotSpot_box li .hot_content dl dd.col{
  color: #2ebaff;
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
}
.bdqn_hotSpot .hotSpot_box li .hot_content dl dd.gary{
  color: #414141;
  line-height: 26px;
  font-size: 14px;
}
.bdqn_hotSpot .hotSpot_box li .hot_content dl dd a{
  width: 110px;
  height: 30px;
  background: #ff5353;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 15px;
  right: 40px;
  padding-left: 0;
}

/* 招生 */
.recruit_s_type{
  margin: 30px auto;
}
.recruit_s_type .item{
  position: relative;
  float:left;
  width: 305px;
  height: 120px;
  margin-right: 20px;
  border-radius: 5px;
  background: #fff;
  border:1px solid #e6e9ee;
  box-sizing: border-box;
  overflow: hidden;
  transition: transform .3s;
}
.recruit_s_type .item:hover{
  box-shadow: 0 14px 22px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}
.recruit_s_type .item::after{
  content: '';
  width: 150px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
  background: url('img/newImg/recruit_bg_all.png') no-repeat 0 1px;
  transition: transform .8s;
}
.recruit_s_type .item:hover::after {
  transform: scale(1.1);
}
.recruit_s_type .item .detail-btn{
  display: block;
  width: 46px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  border-radius: 12px;
}

.recruit_s_type .item:nth-child(1){
  width: 224px;
  border: none;
  background: url('img/newImg/recruit_type_s1.jpg') no-repeat;
}
.recruit_s_type .item:nth-child(1)::after{
  display: none;
}
.recruit_s_type .item:nth-child(2){
  color: #f4943e;
}
.recruit_s_type .item:nth-child(2) .detail-btn{
  border:1px solid #f4943e;
}
.recruit_s_type .item:nth-child(2):hover .detail-btn{
  color: #fff;
  background-color: #f4943e;
}
.recruit_s_type .item:nth-child(2)::after{
  background: url('img/newImg/recruit_bg_all.png') no-repeat 1px -1px;
}

.recruit_s_type .item:nth-child(3){
  color: #40bbcd;
}
.recruit_s_type .item:nth-child(3) .detail-btn{
  border:1px solid #40bbcd;
}
.recruit_s_type .item:nth-child(3):hover .detail-btn{
  color: #fff;
  background-color: #40bbcd;
}
.recruit_s_type .item:nth-child(3)::after{
  background: url('img/newImg/recruit_bg_all.png') no-repeat -150px -1px;
}

.recruit_s_type .item:nth-child(4){
  color: #598bde;
  margin-right: 0;
}
.recruit_s_type .item:nth-child(4) .detail-btn{
  color: #597ed3;
  border:  1px solid #598bde;
}
.recruit_s_type .item:nth-child(4):hover .detail-btn{
  color: #fff;
  background-color: #598bde;
}
.recruit_s_type .item:nth-child(4)::after{
  background: url('img/newImg/recruit_bg_all.png') no-repeat -314px -1px;
  width: 162px;
}

/* del */
/*.course_good {*/
  /*margin: 30px auto;*/
  /*border: 1px solid #dddddd;*/
  /*height: 100px;*/
  /*box-sizing: border-box;*/
/*}*/
/*.course_goodList {*/
  /*float: left;*/
  /*padding: 28px 0 23px 22px;*/
/*}*/
/*.course_goodList dt {*/
  /*float: left;*/
  /*vertical-align: middle;*/
  /*width: 40px;*/
  /*height: 40px;*/
  /*transition: .5s;*/
  /*background: url("img/newImg/sprite.png") no-repeat;*/
/*}*/
/*.course_goodList dd {*/
  /*float: left;*/
  /*margin-left: 30px;*/
  /*border-right: 1px solid #dcdcdc;*/
  /*padding-right: 30px;*/
/*}*/
/*.course_goodList dd a {*/
  /*display: block;*/
/*}*/
/*.course_goodList dd a h3 {*/
  /*font-size: 16px;*/
  /*color: #2a2a2a;*/
/*}*/
/*.course_goodList dd a span {*/
  /*display: block;*/
  /*color: #b2b2b2;*/
  /*font-size: 14px;*/
  /*margin-top: 10px;*/
/*}*/
/*.course_goodList:nth-of-type(1) dt {*/
  /*background-position: 0 0;*/
/*}*/
/*.course_goodList:nth-of-type(2) dt {*/
  /*background-position: -80px 0;*/
/*}*/
/*.course_goodList:nth-of-type(3) dt {*/
  /*background-position: -160px 0;*/
/*}*/
/*.course_goodList:nth-of-type(4) dt {*/
  /*background-position: -240px 0;*/
/*}*/
/*.course_goodList:nth-of-type(5) dt {*/
  /*background-position: -320px 0;*/
/*}*/
/*.course_goodList:nth-of-type(5) dd {*/
  /*border-right:none;*/
/*}*/
/*.course_goodList:hover dt {*/
  /*transform: rotate(360deg);*/
/*}*/
/*.course_goodList:hover:nth-of-type(1) dt {*/
  /*background-position: -40px 0;*/
/*}*/
/*.course_goodList:hover:nth-of-type(2) dt {*/
  /*background-position: -120px 0;*/
/*}*/
/*.course_goodList:hover:nth-of-type(3) dt {*/
  /*background-position: -200px 0;*/
/*}*/
/*.course_goodList:hover:nth-of-type(4) dt {*/
  /*background-position: -280px 0;*/
/*}*/
/*.course_goodList:hover:nth-of-type(5) dt {*/
  /*background-position: -360px 0;*/
/*}*/
/*.course_goodList:hover dd a h3,*/
/*.course_goodList:hover dd a span {*/
  /*color: #e1445e;*/
/*}*/
.course_active dd {
  border-right: none;
}
.news_box,
.courseSystem_box,
.notes_box,
.institute_box,
.qn_student_box,
.blogroll_box {
  width: 100%;
  height: 465px;
  background: #f8f8f8;
}

.notes_box{ height: 415px; }/* 证书查询 */
.news_title {
  padding: 30px 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
}
.news_con,
.system_con,
.notes_con,
.institute_con,
.student_con {
  height: 350px;
}
.news_con .news_con_l,
.system_con .news_con_l,
.notes_con .news_con_l,
.institute_con .news_con_l,
.student_con .news_con_l {
  position: relative;
  width: 225px;
  height: 350px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  -ms-transition: transform .3s;
  -o-transition: transform .3s;
  transition: .3s;
}
.news_con .news_con_l:hover,
.system_con .news_con_l:hover,
.notes_con .news_con_l:hover,
.institute_con .news_con_l:hover,
.student_con .news_con_l:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  /* top: 10px; */
  box-shadow: 0 14px 22px rgba(0, 0, 0, 0.1);
}
.news_con .news_con_l .newsImg,
.system_con .news_con_l .newsImg,
.notes_con .news_con_l .newsImg,
.institute_con .news_con_l .newsImg,
.student_con .news_con_l .newsImg {
  position: absolute;
  left: 0;
  top: 0;
}
.news_con .news_con_l .newsTitle,
.system_con .news_con_l .newsTitle,
.notes_con .news_con_l .newsTitle,
.institute_con .news_con_l .newsTitle,
.student_con .news_con_l .newsTitle {
  position: relative;
  margin: 40px 20px 0 20px;
  z-index: 2;
}
.news_con .news_con_l .newsTitle .h3,
.system_con .news_con_l .newsTitle .h3,
.notes_con .news_con_l .newsTitle .h3,
.institute_con .news_con_l .newsTitle .h3,
.student_con .news_con_l .newsTitle .h3 {
  font-size: 32px;
  color: #fff;
  font-weight: normal;
}
.news_con .news_con_l .newsTitle .h4,
.system_con .news_con_l .newsTitle .h4,
.notes_con .news_con_l .newsTitle .h4,
.institute_con .news_con_l .newsTitle .h4,
.student_con .news_con_l .newsTitle .h4 {
  font-size: 14px;
  color: #fff;
}
.news_con .news_con_l .news_con_list,
.system_con .news_con_l .news_con_list,
.notes_con .news_con_l .news_con_list,
.institute_con .news_con_l .news_con_list,
.student_con .news_con_l .news_con_list {
  margin-top: 40%;
  margin-left: 21px;
  position: relative;
  z-index: 2;
  height: 70px;
  overflow: hidden;
}
.news_con .news_con_l .news_con_list li,
.system_con .news_con_l .news_con_list li,
.notes_con .news_con_l .news_con_list li,
.institute_con .news_con_l .news_con_list li,
.student_con .news_con_l .news_con_list li {
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}
.qn_job .student_con .news_con_l .news_con_list li{
  white-space: normal;
}
.news_con .news_con_l .news_con_list li a,
.system_con .news_con_l .news_con_list li a,
.notes_con .news_con_l .news_con_list li a,
.institute_con .news_con_l .news_con_list li a,
.student_con .news_con_l .news_con_list li a {
  font-size: 14px;
  color: #fff;
}
.news_con .news_con_l .newsMore,
.system_con .news_con_l .newsMore,
.notes_con .news_con_l .newsMore,
.institute_con .news_con_l .newsMore,
.student_con .news_con_l .newsMore {
  position: relative;
  z-index: 2;
  width: 81px;
  height: 26px;
  margin: 25px auto;
  border: 1px solid #fff;
  text-align: center;
  line-height: 26px;
}
.news_con .news_con_l .newsMore a,
.system_con .news_con_l .newsMore a,
.notes_con .news_con_l .newsMore a,
.institute_con .news_con_l .newsMore a,
.student_con .news_con_l .newsMore a {
  font-size: 12px;
  color: #fff;
  display: block;
}

/* ----news ----- */
.news_con .newsList{
  margin-left: 10px;
  height: 350px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  -ms-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  box-shadow: 0 3px 0 #e9e9e9;
  position: relative;
}
.news_box .news_consult .newsList_s2{
  width: 500px;
  background: transparent;
}
.news_box .news_consult .newsList_s3{
  width: 435px;
  background: transparent;
  border-radius: 0;
}
.news_consult .newsList_s2 .newsList_t{
  height: 165px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  -ms-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
}
.news_consult .newsList_s2  .newsList_t a{
  display: block;
  width: 100%;
  height: 100%;
}
.news_consult .newsList_s2 .newsList_b{
  height: 165px;
  margin-top: 20px;
}
.news_consult .newsList_s2 .newsList_b .qn_pro{
  width: 240px;
  height:165px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  -ms-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
}
.news_consult .newsList_s2 .newsList_t a .coll_mask,
.news_consult .newsList_s2 .newsList_b .qn_pro .coll_mask{
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 55px;
  line-height: 55px;
  bottom: 0;
  left: 0;
  z-index: 20;
  color: #fff;
}

.news_con .newsList:hover,
.news_con .newsList_t:hover
{
  box-shadow: 0 14px 22px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.news_con .newsList_b .qn_pro:hover
{
  box-shadow: 0 14px 22px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}

.news_con .newsList_t  img,.news_con .newsList_b .qn_pro img{
  -webkit-transition: -webkit-transform 0.8s;
}
.news_con .newsList:hover .newsList_lazy img
{
  transform: scale(1.2);
}

.news_con .newsList_t:hover  img,
.news_con .newsList_b .qn_pro:hover img
{
  transform: scale(1.1);
}

.news-video-box .video-play-area {
  position: relative;
  width: 435px;
  height: 270px;
  overflow: hidden;
  border-radius: 10px;
}
.news-video-box .video-preview {
  position: relative;
  width: 100%;
  height: 60px;
}
.news-video-box .video-preview .video-preview-btn-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}
.news-video-box .video-preview .video-preview-btn-list .video-preview-btn {
  display: inline-block;
  width: 80px;
  height: 60px;
  cursor: pointer;
  float: left;
  box-sizing: border-box;
  margin-right: 9px;
}
.news-video-box .video-preview .video-preview-btn-list .video-preview-btn:nth-child(4){
  margin-right: 8px;
}
.news-video-box .video-preview .video-preview-btn-list .video-preview-btn:nth-child(5){
  margin-right: 0;
}
.news-video-box .video-preview .video-preview-btn-list .video-preview-btn:hover {
  box-shadow: 0 0 5px 0 #3bbcce;
}
.index-only-video {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 5;
}
.index-only-video, .index-only-video video {
  width: 100%;
  height: 100%;
}
/*---news end---*/

/*.news_con .newsList .newsList_lazy{
  width: 312px;
  height: 148px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  position: relative;
}
.news_con .newsList .newsList_lazy img{
  width: 100%;
  -webkit-transition: -webkit-transform 0.8s;
}
.news_con .newsList .h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 12px 0 0 20px;
}
.news_con .newsList .newsList_con {
  padding: 0 20px;
}
.news_con .newsList .newsList_con li{
  padding-top: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_con .newsList .newsList_con li a{
  font-size: 14px;
  color: #585858;
}
.news_con .newsList .newsList_con li a:hover {
  color: #e83e3e;
  text-decoration: underline;
}
.news_con .newsList .newsList_more {
  margin-top: 8px;
  margin-right: 20px;
  text-align: right;
}
.news_con .newsList .newsList_more{
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin-right: 0;
}
.news_con .newsList .newsList_more a {
  color: #585858;
  font-size: 12px;
}
.news_con .newsList .newsList_more a:hover{
  color: #e83e3e;
}*/
.courseSystem_box,
.institute_box,
.qn_job {
  background: #fff;
}
.system_con .news_con_l .news_con_list,
.notes_con .news_con_l .news_con_list {
  text-align: center;
  margin-left: 0;
}

.systemList_box .systemList{
  width: 955px;
}

.systemList_box .systemList li {
  position: relative;
  float: left;
  margin-right: 20px;
  width: 305px;
  height: 165px;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  -ms-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
}
.systemList_box .systemList li:nth-child(3n){
  margin-right: 0;
}
.systemList_box .systemList li:hover {
  box-shadow: 0 14px 22px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.systemList_box .systemList li a {
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.systemList_box .systemList li table,.systemList_box .systemList li tr,.systemList_box .systemList li td{
  border:none;
}
.systemList_box .systemList li a img {
  position: absolute;
  top: 26px;
  left: 26px;
  width: 253px;
  height: 113px;
  border-radius: 2px;
}
.systemList_box .systemList li a .h4 {
  position: absolute;
  font-size: 16px;
  top: 106px;
  left: 0;
  width: 100%;
}
.systemList_box .systemList li a .h5 {
  display: none;
  font-size: 14px;
  color: #fff;
  margin-top: 3px;
}
.systemList_box .systemList li:nth-of-type(1){
  background:url("img/newImg/systemList_bg.png?v=20210902-1") no-repeat 0 0;
}
.systemList_box .systemList li:nth-of-type(2){
  background:url("img/newImg/systemList_bg.png?v=20210902-1") no-repeat -325px 0;
}
.systemList_box .systemList li:nth-of-type(3) {
  background:url("img/newImg/systemList_bg.png?v=20210902-1") no-repeat -650px 0;
}
.systemList_box .systemList li:nth-of-type(4) {
  background:url("img/newImg/systemList_bg.png?v=20210902-1") no-repeat 0 -185px;
}
.systemList_box .systemList li:nth-of-type(5) {
  background:url("img/newImg/systemList_bg.png?v=20210902-1") no-repeat -325px -185px;
}
.systemList_box .systemList li:nth-of-type(6) {
  background:url("img/newImg/systemList_bg.png?v=20210902-1") no-repeat -650px -185px;
}





.notes_con .notes_con_r {
  width: 468px;
  height: 300px;
  border-radius: 10px;
  background: #fff;
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  -ms-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  overflow: hidden;
}
.notes_con .notes_con_r:nth-child(3){
  margin-left: 19px;
}
.notes_con .notes_con_r:hover {
  box-shadow: 0 14px 22px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.notes_con .notes_con_r .notes_student {
  height: 91px;
  overflow: hidden;
  position: relative;
}
.notes_con .notes_con_r .notes_student img {
  position: absolute;
}
.notes_con .notes_con_r .notes_student .h3 {
  width: 100%;
  position: absolute;
  z-index: 2;
  line-height: 91px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.notes_con .notes_from {
  width: 315px;
  margin: 15px auto;
  overflow: hidden;
}
.notes_con .notes_from .notesInput {
  width: 308px;
  height: 42px;
  border: 1px solid #c5cddb;
  line-height: 42px;
  margin-top: 12px;
}
.notes_con .notes_from .notesInput label {
  font-size: 14px;
  color: #636363;
  padding-left: 10px;
  display: inline-block;
}
.notes_con .notes_from .notesInput select,
.notes_con .notes_from .notesInput input {
  width: 220px;
  height: 40px;
  border: none;
  outline: none;
  display: inline-block;
  font-size: 14px;
  color: #636363;
}
.notes_con .notes_from .notesInput option {
  height: 60px;
  display: block;
}
.notes_con .notes_from .queryBtn {
  width: 127px;
  height: 41px;
  margin: 17px auto;
  background: #bacaea;
  text-align: center;
  line-height: 41px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  display: block;
  outline: none;
  border: none;
}
.notes_con .notes_from .queryBtn:hover {
  background: #8699be;
}
.institute_con .news_con_l .news_con_list {
  margin-top: 23%;
}
.institute_c {
  width: 730px;
  border-radius: 10px;
}
.institute_c .institute_c_t {
  height: 165px;
}
.institute_c .institute_c_t a {
  position: relative;
  display: block;
  border-radius: 10px;
  height: 165px;
  overflow: hidden;
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  -ms-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
}
.institute_c .institute_c_t a:hover {
  box-shadow: 0 14px 22px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.institute_c .institute_c_t a:hover img {
  transform: scale(1.1);
}
.institute_c .institute_c_t a img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.8s;
}
.institute_c .institute_c_b {
}
.institute_c .qn_pro,
.institute_r .qn_pro {
  width: 230px;
  height: 165px;
  position: relative;
  border-radius: 10px;
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  -ms-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  overflow: hidden;
}
.institute_c .qn_pro:hover,
.institute_r .qn_pro:hover {
  box-shadow: 0 14px 22px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.institute_c .qn_pro:hover img,
.institute_r .qn_pro:hover img {
  transform: scale(1.1);
}
.institute_c .qn_pro img,
.institute_r .qn_pro img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.8s;
}
.institute_c .coll_mask, .institute_r .coll_mask {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.institute_c .coll_mask .h5, .institute_r .coll_mask .h5 {
  font-size: 16px;
  font-weight: bold;
  width: 90%;
  margin: 10px auto 0 16px;
  line-height: 16px;
  color: #fff;
}
.institute_c .coll_mask p, .institute_r .coll_mask p {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  width: 90%;
  margin: 5px auto 0 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.institute_r .qn_pro {
  width: 205px;
  height: 350px;
}
.student_con .institute_c .qn_pro {
  width: 355px;
}
.blogroll_box {
  height: 435px;
}
.blogrollList li {
  float: left;
  margin-right: 9px;
  margin-bottom: 10px;
  width: 161px;
  height: 88px;
  background: #fff;
  border-radius: 10px;
  display: table;
}
.blogrollList li:nth-of-type(7n) {
  margin-right: 0;
}
.blogrollList li a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
