@charset "utf-8";

body {
	background-image: none;
}
#sub_head {
	height: 360px;
	background-image: url(../images/sub_topbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

#top_link2 {
	height: 85px;
	padding-left: 399px;
	color: #333333;
}
#logo2 {
	/*background-image: url(../images/logo2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 135px;
	width: 580px;*/


	background-image: url(../images/logo_red.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 130px;
	width: 580px;


}



#sub_wrap_inner {
min-height:460px;
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#sub_wrap {
	clear: both;
}
#sub_top {

}
#sub_top_r {
	float: right;
	background-image: url(../images/sub_top_rbg.png);
	background-position: left center;
	padding-left: 20px;
	background-repeat: no-repeat;
	font-size: 15px;
	line-height: 32px;
	padding-right: 20px;
	margin-bottom: 20px;
}
#sub_top_l1 {
	float: left;
	font-size: 28px;
	color: #9B0D14;
	font-weight: bold;
	background-image: url(../images/sub_top_l1bg2.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 45px;
	height: 40px;
	padding-right: 10px;
}
#sub_top_l2 {
	float: left;
	background-image: url(../images/sub_top_l2bg.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	height: 40px;
	padding-left: 40px;
	color: #9B0D14;
	font-weight: bold;
	line-height: 38px;
	margin-left: 20px;
}


#sub_main {
	clear: both;
}
#sub_block {
	margin-top: 5px;
	margin-bottom: 15px;
}

#sub_block_top {
	line-height: 50px;
	background-color: #eeeeee;
	height: 50px;
	background-image: url(../images/sub_block_topbg.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	font-size: 20px;
	padding-left: 60px;
	font-weight: bold;
}
#sub_block_list {
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#sub_block_list li {
	float: left;
	width:32%;
	list-style-type: none;
	background-image: url(../images/dot1.png);
	background-repeat: no-repeat;
	background-position: 0px 17px;
	padding-left: 15px;
	line-height: 40px;
	font-size: 15px;    position: relative;display: inline-block;
}

#sub_footer {
	background-color: #2d2d2d;
	height: 80px;
	width: 100%;
	clear: both;
	line-height: 80px;
	color: #9e9e9e;
	text-align: center;
	font-size: 14px;
}
#teacher_lists {
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}
#teacher_lists li {
	float: left;
	width: 270px;
	list-style-type: none;
	height: 120px;
	margin: 15px;
	display: block;
}
#teacher_lists a {
	background-color: #E5E5E5;
	float: left;
	width: 250px;
	height: 100px;
	padding: 10px;
	display: block;
	color: #333333;
	text-decoration: none;
}
#teacher_lists a:hover {
	background-color: #BD3A40;
	color: #FFFFFF;
}
#teacher_pic {
	float: left;
	height: 100px;
	width: 75px;
}
#teacher_pic img {
	height: 100px;
	width: 75px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#teacher_info {
	float: right;
	height: 100px;
	width: 155px;
}
#teacher_name {
	font-size: 22px;
	font-weight: bold;
	line-height: 45px;
}
#teacher_title, #teacher_degree {
	font-size: 14px;
	line-height: 24px;
}

#jcrc_lists {
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#jcrc_lists li {
	float: left;
	    min-width: 85px;
    max-width: 300px;
    width: auto;
	list-style-type: none;
	background-image: url(../images/dot1.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 15px;
	line-height: 40px;
	font-size: 15px;
}
#talents_nav li {
	float: left;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#talents_nav {
	padding-top: 5px;
	padding-bottom: 15px;
}

#talents_nav a {
	line-height: 40px;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #E5E5E5;
	display: block;
	color: #333333;
	border: 1px solid #cccccc;
	border-radius:20px;
	font-size: 15px;
}
#talents_nav a:hover {
	color: #FFFFFF;
	background-color: #A7181F;
}
#search_nav_row {
	background-image: url(../images/dot.png);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	font-size: 15px;
	line-height: 50px;
	clear: both;
}
#search_nav_title {
	float: left;
	height: 50px;
	width: 80px;
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
}
#search_nav_list {
	float: right;
	width: 1200px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 34px;
}
#search_nav_list a {
	color: #333333;
	text-decoration: none;
	line-height: 25px;
	float: left;
	height: 26px;
	display: block;
	padding-right: 12px;
	padding-left: 12px;
	background-color: #E9E9E9;
	border-radius: 12px;
	font-size: 14px;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-left: 5px;
}

#search_nav_list a:hover {
	color: #FFFFFF;
	background-color: #BD3A40;
}
#search_nav_list a.active {
	color: #FFFFFF;
	background-color: #BD3A40;
	border-radius: 12px;
}#search_result {
	clear: both;
}
#search_nav_bar_box {
	float: right;
	width: 350px;
	padding-top: 15px;
}
#search_nav_bar {
	height: 50px;
}
#search_nav_bar .input {
	float: left;
	height: 35px;
	width: 220px;
	font-size: 15px;
}
#search_nav_bar_input {
	float: left;
	height: 26px;
	width: 170px;
	font-size: 15px;
	border: 1px solid #d0d0cf;
	background-color: #fcffed;
	border-radius: 12px;
	padding-right: 15px;
	padding-left: 15px;
}
.nowrap2 {
	line-height: 26px;
	height: 26px;
	width: 170px;
	background-color: #fcffed;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#search_nav_bar_btn {
	float: left;
	height: 30px;
	width: 120px;
	padding-left: 5px;
}

#search_nav_bar_btn a {
	color: #FFFFFF;
	background-color: #BD3A40;
	text-decoration: none;
	line-height: 25px;
	float: left;
	height: 26px;
	display: block;
	padding-right: 12px;
	padding-left: 12px;
	border-radius: 12px;
	font-size: 14px;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}


#show {
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	font-size: 15px;
	line-height: 32px;
}
#show p {
	text-indent: 2em;
	padding-bottom: 20px;
}