.wrap {
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
}
.cont {
  width: 1200px;
  margin: 0 auto;
}
.content {
  background: url(../images/bg.png) no-repeat bottom center;
  background-size: 100%;
  padding-top: 40px;
  padding-bottom: 306px;
}
.content .title {
  font-size: 35px;
  line-height: 35px;
  color: #000;
  padding-bottom: 30px;
}
.content_left {
  width: 215px;
  float: left;
  font-size: 20px;
}
.content_right {
  width: 909px;
  float: right;
  position: relative;
}
.content_left .search {
  width: 238px;
  height: 40px;
  border: 1px solid #dedede;
  margin-top: 30px;
}
.content_left .search img {
  vertical-align: top;
  padding: 10px 12px 0;
}
.content_left .search input {
  vertical-align: top;
  height: 22px;
  margin-top: 9px;
  border: none;
  outline: none;
}
.left_list p {
  line-height: 26px;
  font-size: 20px;
  color: #222222;
  padding-left: 25px;
  box-sizing: border-box;
  cursor: pointer;
}
.left_list .slide .slide{margin-left:15px;} 


.left_list p:hover {
  color: #b22246;
}
.left_list p.active {
  color: #b22246;
  border-left: 14px solid #b22246;
  padding-left: 11px;
}
.left_list div {
  display: block;
  background: #d5dbeb;
  height: 1px;
  margin: 17px 0 17px 27px;
}
.content_list {
  height: 54px;
  width: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  line-height: 54px;
  text-align: center;
  color: #666666;
  margin-bottom: 29px;
}
.content_list li {
  width: 262px;
  padding: 0 20px;
  background: #f3f3f3;
  position: relative;
}
.content_list li .sanjiao {
  width: 12px;
  height: 5px;
  background: url(../images/sanjiao.png) no-repeat;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -6px;
  display: none;
}
.content_list li.active {
  background: #af1b40;
  color: #fff;
}
.content_list li.active .sanjiao {
  display: block;
}
.xuanxiangka_content {
  left: 0;
  display: none;
  padding-bottom: 58px;
  border-bottom: 1px solid #d2d2d2;
}
.content_right .active {
  display: block;
}
.blue {
  background: #eef2fb;
}
.pink {
  background: #fef4fc;
}
.gray {
  background: #f3f3f3;
}
tbody p {
  line-height: 30px;
  color: #555555;
}
.colorRed {
  color: #af1b40;
  font-weight: 700;
}
#StudentsComponents {
  padding-top: 40px;
}
#StudentsComponents .StudentsNationality {
  background: url(../images/Enrolment_bg.png) no-repeat;
  width: 909px;
  height: 311px;
  margin-top: 43px;
  margin-bottom: 43px;
}
#StudentsComponents .StudentsNationality .title {
  text-align: center;
  padding-top: 50px;
}
#StudentsComponents .StudentsNationality .StudentsNationality_cont {
  padding: 0 70px;
  text-align: center;
  color: #555;
}
#StudentsComponents .Enrolment_data {
  display: flex;
  -webkit-justify-content: space-between;
}
#StudentsComponents .Enrolment_data > div {
  width: 443px;
  border-top: 1px solid #d2d2d2;
  padding-top: 46px;
}
#StudentsComponents .Enrolment_data > div .title {
  font-size: 36px;
  padding-bottom: 40px;
}
#StudentsComponents .Enrolment_data > div p {
  font-size: 18px;
  color: #555555;
  line-height: 30px;
}
#StudentsComponents .Enrolment_data > div p span {
  font-size: 24px;
  padding: 0 5px;
  font-weight: normal;
}
#Testimonials .people {
  margin-bottom: 48px;
}
#Testimonials .people .people_Photo {
  float: left;
}
#Testimonials .people .people_cont {
  float: right;
  width: 726px;
  background: #fef4fc;
  box-sizing: border-box;
  padding: 30px 40px;
  position: relative;
  color: #555555;
}
#Testimonials .people .people_cont i {
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-right: 18px solid #fef4fc;
  border-bottom: 14px solid transparent;
  position: absolute;
  left: -18px;
  top: 40px;
}
#Testimonials .people .people_cont p {
  padding-bottom: 20px;
}
#Testimonials .people .people_cont h5 {
  text-align: right;
  font-weight: 700;
}
#Testimonials .people:nth-of-type(2n+1) .people_cont {
  background: #f4f4f4;
}
#Testimonials .people:nth-of-type(2n+1) .people_cont i {
  border-right: 18px solid #f4f4f4;
}
#Testimonials .people:last-child {
  margin-bottom: 0;
}
#International p {
  color: #555;
}
 p span {
  font-size: 26px;
  font-weight: normal;
}
 .International_img {
  padding: 70px 0 20px 0;
}
 .International_teble {
  margin-top: 60px;
  padding-top: 45px;
  border-top: 1px solid #d2d2d2;
}
 .International_teble h5 {
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  padding-bottom: 28px;
}
#FacultyByDepartment .top {
  font-size: 0;
}
#FacultyByDepartment .top li {
  width: 441px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #dedede;
  color: #999999;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 14px;
  text-align: center;
  cursor: pointer;
}
#FacultyByDepartment .top li a{ color: #999999;}

#FacultyByDepartment .top li:nth-of-type(2n+1) {
  margin-right: 20px;
}
#FacultyByDepartment .top li.current-menu-item {
  background: #b1173e;

}
#FacultyByDepartment .top li.current-menu-item a{

  color: #fff;
}
#FacultyByDepartment .bottom {
  width: 100%;
}
#FacultyByDepartment .bottom .bottom_list {
  display: none;
  margin-top: 30px;
}
#FacultyByDepartment .bottom .bottom_list > div {
  padding: 0 20px 0 50px;
 
  line-height: 58px;
  border-bottom: 1px dashed #dedede;
}
#FacultyByDepartment .bottom .bottom_list > div p {
  width: 33%;
  float: left;
	 border-bottom: 1px dashed #dedede;
}
#FacultyByDepartment .bottom .bottom_list > div p img {
  vertical-align: top;
  margin-top: 23px;
  margin-right: 15px;
}
#FacultyByDepartment .bottom .bottom_list > div p a {
  color: #333333;
}
#FacultyByDepartment .bottom .bottom_list > div p a:hover {
  color: #b1173e;
}
#FacultyByDepartment .bottom .active {
  display: block;
}
#FacultyByTutor > div {
  padding: 0 68px;
  height: 87px;
  border-bottom: 1px dashed #dedede;
  font-size: 0;
  cursor: pointer;
}
#FacultyByTutor > div span {
  display: inline-block;
  font-size: 18px;
  width: 750px;
  padding-top: 15px;
  color: #333333;
}
#FacultyByTutor > div span a{ color: #333333;}
#FacultyByTutor > div img {
  vertical-align: top;
  margin-right: 16px;
  margin-top: 20px;
}
#FacultyByTutor > div:hover span a {
  color: #b1173e;
}
#TeacherDetails {
  padding-top: 10px;
}
#TeacherDetails .teacherImg .teacherImg_left {
  float: left;
}
#TeacherDetails .teacherImg .teacherImg_right {
  float: right;
  width:540px;
  height:auto;
 margin-left: 15px;
  padding: 0;
}
#TeacherDetails .teacherImg .teacherImg_right > h5 {
  font-weight: 700;
}
#TeacherDetails h5 {
  font-size: 26px;
  padding-bottom: 20px;
  font-weight: normal;
}
#TeacherDetails h4 {
  font-size: 36px;
  font-weight: 700;
  padding: 58px 0 20px 0;
}
#TeacherDetails p {
  font-size: 14px;
  color: #666666;
line-height: 1.5em;
}
#Authentication tbody td {
  color: #666666;
}



#dzqk .facultyByTitle .tabs{overflow: hidden;}
#dzqk .facultyByTitle .tab{
	width: 447px;
	height: 50px;
	border: 1px solid #dedede;
	color: #999999;
	text-align: center;
	line-height: 50px;
	margin-bottom: 15px;
	cursor: pointer;
}
#dzqk .facultyByTitle .tab:hover,#dzqk .facultyByTitle .tab.on{
	background: #b1173e;
	color: #FFFFFF;
	border-color: #b1173e;
}
#dzqk .facultyByTitle .tList{
	overflow: hidden;
	display: none;
}
#dzqk .facultyByTitle .show{
	display:block;
}
#dzqk .facultyByTitle .tList a{
	text-decoration: none;
	color: #333333 ;
	display: block;
	width: 33.333%;
	float: left;
	  box-sizing: border-box;
    padding-left: 30px;
	border-bottom: 1px dashed #dedede;
	font-size: 18px;
	padding: 20px 0;
}
#dzqk .facultyByTitle .tList a:hover{
	color: #b1173e;
}

#dzqk table.facultytable{
	width: 100%;
	background: #fef4fc;
	border-color: #FFFFFF;
}
#dzqk table.facultytable td,#dzqk table.facultytable tr{
	background: #fef4fc!important;
	border-color: #FFFFFF;
	padding: 15px 30px;
	width: 50%;
}
.teacherImg_left img {
    max-width: 277px;
    height: auto;
}