.text-overflow {
  display: block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-box {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.vertical-center {
  display: flex;
  align-items: center;
}
.level-center {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: center;
}
.vertical-level-center {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
}
.coping-flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-self: flex-start;
}
.base-flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-self: flex-end;
}
.flex-direction {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.flex-nowrap {
  flex-wrap: nowrap;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.justify-content-between {
  justify-content: space-between;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.justify-content-center {
  justify-content: center;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.justify-content-left {
  justify-content: flex-start;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.justify-content-right {
  justify-content: flex-end;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.align-items-center {
  align-items: center;
  display: flex;
}
.gongqing-wrapper .common-item {
  padding: 35px 25px;
  background: #fff;
  border: 1px solid #dfdfdf;
  margin-top: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.gongqing-wrapper .common-item:hover {
  box-shadow: #e5e5e5 0 0 20px;
  -webkit-box-shadow: #e5e5e5 0 0 20px;
  -moz-box-shadow: #e5e5e5 0 0 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.gongqing-wrapper .common-item:hover .hx a {
  color: #005bac;
}
.gongqing-wrapper .common-item .hx {
  display: block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 1px;
}
.gongqing-wrapper .common-item .hx a {
  color: #333;
  font-size: 20px;
}
.gongqing-wrapper .common-item .px {
  margin-top: 10px;
}
.gongqing-wrapper .common-item .timer {
  width: 15%;
  margin-top: 10px;
}
.gongqing-wrapper .common-item .timer span {
  padding: 7px 20px;
  background: #2b99ff;
  color: #fff;
  font-size: 14px;
}
.gongqing-wrapper .common-item .desc {
  width: 85%;
  color: #4c4c4c;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
}
.jingmao-page-item {
  margin-top: 40px;
  text-align: center;
}
.jingmao-page-item a,
.jingmao-page-item span {
  margin-right: 8px;
  display: inline-block;
  border: 1px solid #0371d2;
  padding: 4px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  color: #222;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
.jingmao-page-item a.a1 {
  color: #222;
}
.jingmao-page-item span,
.jingmao-page-item a:hover {
  background: #0371d2;
  color: #fff;
}
.college-unit-list {
  padding: 0 10px;
}
.college-unit-list .detail-item {
  border:1px solid rgba(157, 23, 25);
  text-align:center;	
  margin-top: 30px;
  float: left;
  width: 48%;
  margin-right: 2%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 535px) {
	.college-unit-list .detail-item {width:100%;}
}
.college-unit-list .detail-item:hover a{	
color:#FFF!important;
}
.college-unit-list .detail-item:hover {	
background:rgb(157, 23, 25,.9)!important;
  box-shadow: #e5e5e5 0 0 20px;
  -webkit-box-shadow: #e5e5e5 0 0 20px;
  -moz-box-shadow: #e5e5e5 0 0 20px;
  -webkit-transition: all 0.36s;
  -moz-transition: all 0.36s;
  -ms-transition: all 0.36s;
  -o-transition: all 0.36s;
  transition: all 0.36s;
}
.college-unit-list .detail-item:nth-child(3n) {
 /* margin-right: 0;*/
}
.college-unit-list .detail-item .cont {
  padding: 10px;
}
.college-unit-list .detail-item:hover .pic-item img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.college-unit-list .detail-item .pic-item {
  width: 100%;
  height: 0;
  padding-bottom: 53.58490566%;
  position: relative;
  overflow: hidden;
}
.college-unit-list .detail-item .pic-item > span,
.college-unit-list .detail-item .pic-item > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.college-unit-list .detail-item .pic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.college-unit-list .detail-item .pic-item img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.college-unit-list .detail-item .desc-item .hx a {
  color: #222;
  font-size: 20px;
  line-height: 2;
}
.college-unit-list .detail-item .desc-item .px {
  color: #999;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.6;
  height: 3.2em;
}
.college-unit-show .detail-item {
  margin-top: 40px;
  padding: 20px 30px;
  background: #fff;
}
.college-unit-show .detail-item .tit-item {
  color: #222;
  font-size: 35px;
  text-align: center;
  line-height: 3;
}
.college-unit-show .detail-item .pic-item {
  width: 100%;
  height: 0;
  padding-bottom: 52.94117647%;
  position: relative;
  overflow: hidden;
}
.college-unit-show .detail-item .pic-item > span,
.college-unit-show .detail-item .pic-item > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.college-unit-show .detail-item .pic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.college-unit-show .detail-item .swiper-pagination-bullet {
  background: #868789;
  opacity: 1 !important;
  -ms-filter: alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}
.college-unit-show .detail-item .swiper-pagination-bullet-active {
  background: #dedddc;
  opacity: 1 !important;
  -ms-filter: alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}
.college-unit-show .detail-item .js-swiper-buttoncommom {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 9999;
  padding: 0 20px;
  justify-content: center;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  display: flex;
  cursor: pointer;
}
.college-unit-show .detail-item .js-swiper-buttoncommom i {
  color: #fff;
  font-size: 30px;
}
.college-unit-show .detail-item .js-swiper-buttoncommom.js-swiper-buttonPrev {
  left: 0;
  background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.1));
  background: -webkit-gradient(to right, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.1));
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.1));
  background: -o-linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.1));
  background: -ms-linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.1));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.1));
}
.college-unit-show .detail-item .js-swiper-buttoncommom.js-swiper-buttonNext {
  right: 0;
  background: -moz-linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.1));
  background: -webkit-gradient(to left, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.1));
  background: -webkit-linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.1));
  background: -o-linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.1));
  background: -ms-linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.1));
  background: linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.1));
}
.college-unit-show .detail-item .desc-item {
  margin-top: 20px;
}
.college-unit-show .detail-item .desc-item p,
.college-unit-show .detail-item .desc-item span {
  color: #222;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.7;
  text-indent: 2em;
  margin-top: 10px;
}
.teach-gl-item .common-item {
  padding: 20px;
  background: #fff;
  border: 1px solid #e7e6e6;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 30px;
}
.teach-gl-item .common-item:hover {
  box-shadow: #e5e5e5 0 0 20px;
  -webkit-box-shadow: #e5e5e5 0 0 20px;
  -moz-box-shadow: #e5e5e5 0 0 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.teach-gl-item .common-item:hover .hx a {
  color: #7f1085;
}
.teach-gl-item .common-item .hx {
  display: block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2;
}
.teach-gl-item .common-item .hx a {
  color: #222;
  font-size: 20px;
}
.teach-gl-item .common-item .type {
  color: #999;
  font-size: 14px;
  letter-spacing: 0;
}
.teach-gl-item .common-item .type span {
  padding-left: 10px;
}
.teach-gl-item .common-item .type span i {
  padding-right: 5px;
}
.teach-gl-item .common-item .px {
  color: #4c4c4c;
  font-size: 14px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.7;
  height: 3.4em;
  margin-top: 10px;
}
.teach-gl-item .show-item {
  background: #fff;
  padding: 30px;
}
.teach-gl-item .show-item h3 {
  text-align: center;
  color: #222;
  font-size: 26px;
  line-height: 2;
}
.teach-gl-item .show-item .type {
  color: #999;
  font-size: 14px;
  text-align: center;
}
.teach-gl-item .show-item .type span:first-child {
  margin-right: 10px;
}
.teach-gl-item .show-item .cont {
  margin-top: 30px;
  border-bottom: 1px solid #dedddd;
  padding-bottom: 30px;
}
.teach-gl-item .show-item .cont p,
.teach-gl-item .show-item .cont span {
  font-size: 16px;
  color: #4c4c4c;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-indent: 2em;
}
.teach-gl-item .show-item .cont img {
  display: block;
  margin: 0 auto;
}
.teach-gl-item .page-item {
  margin-top: 30px;
  color: #222 !important;
  font-size: 16px;
  line-height: 2;
  display: block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.teach-gl-item .page-item a {
  color: #222 !important;
  font-size: 16px;
}
.study-list-wrap .common-item {
  margin-top: 30px;
  padding: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.study-list-wrap .common-item:hover {
  box-shadow: #ddd 0 0 20px;
  -webkit-box-shadow: #ddd 0 0 20px;
  -moz-box-shadow: #ddd 0 0 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.study-list-wrap .common-item .tit-item a {
  color: #222;
  font-size: 20px;
  display: block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2;
}
.study-list-wrap .common-item .desc-item .pic {
  width: 20%;
}
.study-list-wrap .common-item .desc-item .pic .photo {
  width: 100%;
  height: 0;
  padding-bottom: 58.52272727%;
  position: relative;
  overflow: hidden;
}
.study-list-wrap .common-item .desc-item .pic .photo > span,
.study-list-wrap .common-item .desc-item .pic .photo > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.study-list-wrap .common-item .desc-item .pic .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.study-list-wrap .common-item .desc-item .desc {
  width: 80%;
}
.study-list-wrap .common-item .desc-item .desc .cont {
  padding: 0 20px;
}
.study-list-wrap .common-item .desc-item .desc .px {
  color: #4c4c4c;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 4.5em;
}
.study-list-wrap .common-item .desc-item .desc .type {
  margin-top: 10px;
}
.study-list-wrap .common-item .desc-item .desc .type a {
  color: #0a61af;
}
.banner-zhaosheng-wrap {
  background-image: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/zhaosheng.jpg");
  height: 320px;
}
.zhaosheng-wrapper {
  background: #fff;
  padding: 20px;
}
.zhaosheng-wrapper .location-item {
  border-bottom: 1px solid #c3c3c3;
}
.zhaosheng-wrapper .location-item .item:first-child {
  color: #222;
  font-size: 25px;
}
.zhaosheng-wrapper .location-item .item:first-child span {
  border-bottom: 1px solid #5dfd05;
  padding-bottom: 5px;
}
.zhaosheng-wrapper .location-item .item:last-child {
  color: #333;
  font-size: 14px;
  padding-top: 10px;
}
.zhaosheng-wrapper .detail-item .common-item {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.zhaosheng-wrapper .detail-item .common-item .hx a {
  color: #4a4a4a;
  font-size: 20px;
}
.zhaosheng-wrapper .detail-item .common-item .hx span {
  color: #999;
  font-size: 14px;
}
.zhaosheng-wrapper .detail-item .common-item .px {
  margin-top: 10px;
}
.zhaosheng-wrapper .detail-item .common-item .px a {
  color: #0371d2;
  font-size: 14px;
}
.banner-people-wrap {
  background-image: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/1.jpg");
  height: 320px;
}
.party-people-wrap {
  background: #f5f5f5;
  padding: 20px 0;
}
.party-people-wrap .location-item {
  color: #999;
  font-size: 14px;
}
.party-people-wrap .location-item a {
  color: #999;
}
.party-people-wrap .detail-item {
  margin-top: 30px;
}
.party-people-wrap .common-item {
  float: left;
  background: #fff;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.party-people-wrap .common-item .cont-item {
  padding: 20px;
}
.party-people-wrap .common-item:hover {
  box-shadow: #ddd 0 0 20px;
  -webkit-box-shadow: #ddd 0 0 20px;
  -moz-box-shadow: #ddd 0 0 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.party-people-wrap .common-item:nth-child(2n) {
  margin-right: 0;
}
.party-people-wrap .common-item .hx {
  color: #4a4a4a;
  font-size: 20px;
  line-height: 2;
}
.party-people-wrap .common-item .type {
  margin-top: 10px;
}
.party-people-wrap .common-item .type .item {
  float: left;
  width: 33.33%;
  color: #999;
  font-size: 14px;
}
.party-people-wrap .common-item .type .item:last-child {
  color: #2b99ff;
  text-align: right;
}
.party-people-wrap .common-item .type .item.active-stop {
  color: #999;
}
.party-people-wrap .common-item .type .item span {
  color: #4c4c4c;
}
.party-people-wrap .common-item .type .item img {
  margin-right: 5px;
  margin-top: 5px;
}
.party-people-wrap .common-item .more {
  text-align: center;
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px solid #dfdfdf;
}
.party-people-wrap .common-item .more a {
  color: #4c4c4c;
  font-size: 14px;
}
.party-people-wrap .show-item {
  background: #fff;
  padding: 30px;
  margin-top: 20px;
}
.party-people-wrap .show-item h3 {
  color: #4c4c4c;
  font-size: 20px;
  text-align: center;
}
.party-people-wrap .show-item .type {
  margin-top: 20px;
  color: #999;
  font-size: 14px;
}
.party-people-wrap .show-item .type span {
  color: #4c4c4c;
}
.party-people-wrap .show-item .type img {
  margin-right: 5px;
}
.party-people-wrap .show-item .type .item {
  width: 33.33%;
  float: left;
}
.party-people-wrap .show-item .type .item:nth-child(2) {
  text-align: center;
}
.party-people-wrap .show-item .type .item:last-child {
  color: #2b99ff;
  text-align: right;
}
.party-people-wrap .show-item .type .item:last-child.active-stop {
  color: #999;
}
.party-people-wrap .show-item .cont {
  margin-top: 30px;
}
.party-people-wrap .show-item .cont p,
.party-people-wrap .show-item .cont span {
  color: #4c4c4c;
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  line-height: 1.6;
}
.party-people-wrap .show-item .contact-item {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #dfdfdf;
}
.party-people-wrap .show-item .contact-item .item {
  color: #4c4c4c;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2;
}
.party-people-wrap .show-item .contact-item .item span {
  color: #2b99ff;
}
.party-work-content {
  width: calc(100% - 300px);
  margin-left: 40px;
}
