﻿@charset "utf-8";

#sub_wrap {
	height: auto;
	width: 100%;
	background-image: url(bannerbg.png);
	background-repeat: repeat-x;
	background-position: center 0px;
}

#sub_inner {
	height: auto;
	background-image: url(sub_innerbg.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
}
#sub_main {
	width: 1230px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
}
#sub_left {
	float: left;
	height: auto;
	width: 330px;
}
#sub_left_top {
	line-height: 50px;
	background-color: #A40000;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
}
#sub_left_menu {
	border: 1px solid #A40000;
	font-size: 18px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#sub_left_menu li {
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 8px;
}
#sub_left_menu a {
	display: block;
	text-decoration: none;
	background-image: url(sub_left_menu_a.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 35px;
}
#sub_left_menu a:hover {
	background-image: url(sub_left_menu_ahover.png);
}

#sub_left_menu a.active {
	background-image: url(sub_left_menu_ahover.png);
}

#content_wrap {
}
#sub_right {
	float: right;
	height: auto;
	width: 870px;
	background-color: #FFFFFF;
	margin-top: 40px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
#sub_right_top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A40000;
	height: 50px;
}
#sub_right_top_l {
	float: left;
	background-image: url(sub_right_top_lbg.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 45px;
	font-size: 20px;
	line-height: 50px;
}
#sub_right_top_r {
	float: right;
	font-size: 16px;
	padding-top: 10px;
}
#sub_right_main {
}
.date {
	float: right;
}


#category {
	padding: 10px;
	max-height: 999999px; 
}
#category_list {
	max-height: 999999px; 
}

#category_list li {
	padding-left: 20px;
	list-style-type: none;
	background-image: url(li.jpg);
	background-repeat: no-repeat;
	background-position: 2px center;
	line-height: 45px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	width: 840px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
#list {
	padding: 10px;
	max-height: 999999px; 
}

#list li {
	padding-left: 22px;
	list-style-type: none;
	background-image: url(li.png);
	background-repeat: no-repeat;
	background-position: 1px center;
	line-height: 36px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
}
#pic_list {
	padding: 20px;
	max-height: 999999px;
}

#pic_list ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#pic_list li {
	height: 250px;
	width: 350px;
	list-style-type: none;
	margin-bottom: 30px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	text-align: center;
	padding-top: 30px;
}

#pic_list img {
	height: 190px;
	width: 225px;
	cursor: pointer;
	transition: all 1s;
}
#pic_list img:hover{  
     transform: scale(1.1);  
}  
#show {
	padding: 10px;
}
#show_title {
	font-size: 24px;
	line-height: 35px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #787878;
	font-weight: bold;
	color: #333333;
}
#show_info {
	font-size: 16px;
	line-height: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #888888;
}
#show_info a {
	color: #888888;
}
#show_content {
	padding-top: 10px;
	line-height: 36px;
}
#show_content p {
	text-indent: 2em;
}

#show_content td p {
	text-indent: 0em;
}

#category_teacher {
	padding: 10px;
}#category_block {
	padding-top: 15px;
	padding-bottom: 15px;
}
#category_block_top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4470A6;
	height: 45px;
	margin-bottom: 10px;
	margin-top: 20px;
}
#category_block_top_l {
	background-color: #4B86B7;
	color: #FFFFFF;
	float: left;
	line-height: 45px;
	font-size: 20px;
	padding-right: 30px;
	padding-left: 30px;
}

#category_block_top_l2 {
	float: left;
	background-image: url(subimg/category_block_top_l2bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 25px;
	height: 45px;
}
#category_main_teacher {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#category_main_teacher_left {
	float: left;
	width: 80px;
	color: #FFFFFF;
	text-align: center;
	height: 80px;
	font-size: 20px;
	line-height: 80px;
}
#category_main_teacher_left_arrow {
	float: left;
	width: 8px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center center;
}
.teacher_color1 {
	background-color: #d43e44;
}
.teacher_color2 {
	background-color: #b9812e;
}
.teacher_color3 {
	background-color: #2193d2;
}
.teacher_arrow_color1 {
	background-image: url(subimg/teacher_arrow1bg.png);
}
.teacher_arrow_color2 {
	background-image: url(subimg/teacher_arrow2bg.png);
}
.teacher_arrow_color3 {
	background-image: url(subimg/teacher_arrow3bg.png);
}


#category_main_teacher_right {
	float: right;
	width: 720px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
#category_main_teacher_right li {
	float: left;
	width: 80px;
	list-style-type: none;
	line-height: 18px;
	text-align: center;
	padding-bottom: 10px;
}

#category_main_tutor {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#category_main_tutor li {
	float: left;
	width: 190px;
	list-style-type: none;
	padding: 10px;
}
#tutor_txt_name {
	font-size: 15px;
	line-height: 25px;
}
#tutor_txt_research {
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	padding-top: 5px;
}

#tutor_img {
	float: left;
	width: 60px;
}
#tutor_txt {
	float: right;
	width: 120px;
}

#teacher_list {
	padding: 5px;
}
#teacher_list li {
	float: left;
	width: 96px;
	list-style-type: none;
	line-height: 18px;
	text-align: center;
	padding-bottom: 15px;
}

#lecture_list {
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
}
#lecture_list li {
	list-style-type: none;
	padding: 15px;
	width: 420px;
	float: left;
}

#lecture_list_right {
	float: right;
	width: 330px;
	background-image: url(dot.png);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	padding-bottom: 12px;
}

#search_list {
	padding: 10px;
}
#search_list_top {
	height: 60px;
	padding-top: 10px;
}
#search_list_title {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	background-image: url(search_list_titlebg.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 30px;
}
#search_list_des {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#search_list_date {
	font-size: 14px;
	color: #666666;
	padding-bottom: 20px;
}
#search_list_main {
	clear: both;
}


.s_border {
	float: left;
	height: 36px;
	width: 200px;
	background-color: #FFFFFF;
	line-height: 36px;
	border: 1px solid #0c246a;
}
#teacher_content {
	padding-top: 10px;
}
#neirong-top{
	width:880px;
	height:auto;
	text-align:left;
	float: left;
}
#neirong-bottom{
	width:880px;
	height:auto;
	position:relative;
	text-align:left;
	clear: both;
}
.introduce li {
	list-style-type: none;
}

.bottom{
	position:relative;
}
.name{
	background-image: url(subimg/search_list_titlebg.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	display:block;
	font-size:24px;
	line-height: 40px;
	padding-left: 35px;
	margin-top: 10px;
}
.info{
	width: 600px;
	float: left;
	margin-top: 5px;
	margin-left: 20px;
	line-height: 30px;
}
.info li{
	list-style-type:none;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
}
.info li.class1{
         padding:8px 0 0 8px;
         margin:7px 0 0 0;
         height:112px;
         list-style-type:none;
         font-size:16px;}
.photo{
	height:252px;
	width:185px;
	float: left;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 6px;
	margin-top: 5px;
}
.introduce{
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.introduce h3 {
	margin-top: 15px;
}

#xisuo_list {
	float: left;
	height: auto;
	width: 690px;
	padding-right: 20px;
	padding-left: 60px;
	padding-top: 20px;
	position: relative;
}
#xisuo_list_l {
	float: left;
	height: auto;
	width: 220px;
	font-size: 22px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #AB1F2A;
	margin-top: 202px;
}
#xisuo_list_c {
	float: left;
	height: 460px;
	width: 150px;
	background-image: url(subimg/xisuo_list_c.png);
	background-repeat: no-repeat;
	background-position: right 35px;
}
#xisuo_list_r {
	float: left;
	text-align: center;
	width: 300px;
}


#xisuo_list_r  li{
	line-height: 43px;
	font-size: 18px;
	width: 300px;
	list-style-type: none;
	border: 1px solid #AB1F2A;
	margin-top: 15px;
	margin-bottom: 15px;
	height: auto;
	float: left;
}

#category_main_talent {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 15px;
}
#category_main_talent li {
	float: left;
	width: 85px;
	list-style-type: none;
	line-height: 18px;
	text-align: center;
	padding-bottom: 10px;
}

#alumi_list {
	max-height: 999999px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#alumi_pic {
	float: left;
	height: 160px;
	width: 120px;
}
#alumi_pic img {
	height: 160px;
	width: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#alumi_txt {
	float: right;
	height: 160px;
	width: 240px;
}
#alumi_name {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #aaaaaa;
}
#alumi_des {
	font-size: 14px;
	line-height: 28px;
	padding-top: 8px;
}

#alumi_list li {
	list-style-type: none;
	width: 380px;
	float: left;
	height: 160px;
	margin-right: 14px;
	margin-left: 14px;
	border: 1px solid #bbbbbb;
	padding: 15px;
	margin-bottom: 25px;
}

#alumi_pic_list {
	max-height: 999999px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#alumi_pic_list li {
	list-style-type: none;
	width: 350px;
	float: left;
	height: 270px;
	margin-right: 15px;
	margin-left: 15px;
	padding: 30px;
	margin-bottom: 15px;
	line-height: 28px;
	background-image: url(subimg/alumni_pic_listbg.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	text-align: center;
}
#alumi_pic_list img {
	height: 233px;
	width: 350px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#search_box2 {
	height: 30px;
	width: 215px;
	float: left;
	background-image: url(search_box2bg.png);
	background-repeat: no-repeat;
	padding-left: 15px;
}
.nowrap2 {
	float: left;
	height: 36px;
	width: 200px;
	line-height: 36px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	BACKGROUND-COLOR: transparent;
	font-size: 16px;
	color: #4372a6;
}

#list_teacher {
	padding: 10px;
	max-height: 999999px; 
}
#list_teacher li {
	float: left;
	width: 141px;
	text-align: center;
	list-style-type: none;
	padding-bottom: 20px;
	line-height: 20px;
}