@CHARSET "UTF-8";
/*--------------------顶部------------------*/
body {
	background-color: #efefef;
}
/*---------------------内页主体---------------------*/
.inner_body {
	position: relative;
	width: 1000px;
	margin: auto;
	margin-bottom: 30px;
	color: #666;
	background-color: #fff;
}

/*外教列表页面*/
.banner_teacher_en, .banner_teacher_cn, .banner_teacher_sm,
	.banner_report, .banner_chronicle, .banner_study, .banner_honour {
	height: 200px;
}

.banner_teacher_en {
	background: url(/teacher_img/banner_en.jpg) no-repeat;
}

.banner_teacher_cn {
	background: url(/teacher_img/banner_cn.jpg) no-repeat;
}

.banner_teacher_sm {
	background: url(/teacher_img/banner_sm.jpg) no-repeat;
}

.banner_report {
	background: url(/images/banner_report.jpg) no-repeat;
}

.banner_chronicle {
	background: url(/images/banner_chronicle.jpg) no-repeat;
}

.banner_study {
	background: url(/images/banner_study.jpg) no-repeat;
}

.banner_honour {
	background: url(/images/banner_honour.jpg) no-repeat;
}

.banner_teacher_en p, .banner_teacher_cn p, .banner_teacher_sm p,
	.banner_chronicle p {
	float: right;
	width: 550px;
	margin-right: 30px;
	padding-top: 50px;
	font-size: 30px;
	color: #ff7f14;
	text-align: center;
}

.banner_chronicle p {
	color: #333;
	font-weight: bold;
}

.banner_chronicle b {
	display: block;
	font-size: 48px;
	color: #ff7f14;
}

.banner_report p {
	padding: 40px 0 0 50px;
	font-size: 36px;
	color: #333;
}

.banner_report b {
	font-size: 48px;
	font-weight: normal;
	color: #ff7f14;
}

.banner_teacher_en p, .banner_teacher_cn p, .banner_teacher_sm p {
	float: right;
	width: 480px;
	padding-top: 60px;
	font-size: 30px;
	color: #ff7f14;
	text-align: center;
}

.banner_study p {
	float: right;
	width: 400px;
	margin-right: 40px;
	padding-top: 95px;
	font-size: 24px;
	color: #333;
	text-align: right;
}

.banner_study b {
	display: block;
	font-size: 40px;
	color: #ff7f14;
}

.teacher_list {
	width: 920px;
	padding: 20px 40px;
}

/*外教搜索*/
.teacher_search {
	height: 40px;
	line-height: 40px;
	color: #999;
	font-size: 16px;
}

.teacher_search .txt {
	float: left;
}

.teacher_search_bd {
	position: relative;
	float: right;
	width: 300px;
	height: 38px;
	padding: 0 10px;
	border: solid 1px #d4d4d4;
	border-radius: 40px;
}

.teacher_search_bd .ipt {
	width: 220px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	border: none;
	text-indent: 10px;
	background: none;
}

.teacher_search_bd .iconfont {
	position: absolute;
	right: -1px;
	top: -1px;
	z-index: 1;
	width: 60px;
	height: 40px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	border: none;
	background-color: #ff7f14;
	border-radius: 0 40px 40px 0;
}

/*老师列表*/
.teacher_list_bd {
	margin-top: 5px;
}

.teacher_list_bd li {
	float: left;
	width: 100%;
	margin: 15px 0;
	padding-bottom: 20px;
	border: solid 1px #d0d0d0;
	background-color: #fff;
}

.teacher_list_bd li:hover {
	border: solid 1px #ff7f14;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
}

.teacher_list_face {
	float: left;
	width: 230px;
	padding-top: 20px;
	text-align: center;
}

.teacher_list_face .img {
	display: inline-block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #f0f0f0;
}

.teacher_list_face .img_big {
	display: inline-block;
	width: 176px;
	height: 176px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #f0f0f0;
}

.teacher_list_face .img img, .teacher_list_face .img_big img {
	margin: -1px 0 0 -1px;
	height: 101%;
}

.teacher_list_face .name {
	display: block;
	font-size: 18px;
	line-height: 2em;
}

.teacher_list_inf {
	float: left;
	width: 620px;
	padding: 30px 0;
	font-size: 14px;
	line-height: 2em;
}

.teacher_list_inf dl {
	float: left;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px #d0d0d0;
}

.teacher_list_inf dd {
	float: left;
	width: 33%;
	text-align: center;
}

.teacher_list_inf b {
	font-size: 30px;
	color: #ff7f14;
	font-weight: normal;
}

.teacher_list_inf .sub {
	font-size: 50%;
}

.teacher_list_inf .word {
	display: block;
}

.teacher_list_inf .record {
	float: left;
	width: 50%;
	margin-bottom: 10px;
}

.teacher_list_inf .record label {
	display: block;
}

.teacher_list_inf .intro, .teacher_list_inf  .mark {
	float: left;
	width: 100%;
	margin-top: 5px;
}

.teacher_list_inf .intro label {
	float: left;
	width: 75px;
	font-size: 14px;
}

.teacher_list_inf .intro span {
	float: left;
	width: 545px;
}

.teacher_list_inf  .teacher_label {
	float: none;
	display: inline-block;
	margin: 0 10px 10px 0;
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: solid 1px #ddd;
}

.reg_enter {
	padding: 40px 0;
	text-align: center;
}

.reg_enter a {
	display: none;
	font-size: 24px;
	padding: 10px 30px;
	border-radius: 50px;
}

/*左边导航*/
.teacher_menu {
	display: block;
	width: 110px;
	position: absolute;
	left: -125px;
	top: 0;
	z-index: 1;
}

.teacher_menu_bd {
	width: 110px;
	background: #666;
}

.teacher_menu_bd .cursor {
	background-color: #ff7f14;
}

.teacher_menu_bd a {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: solid 1px #7a7a7a;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	color: #fff;
}

.teacher_menu_bd a:last-child {
	border-bottom: none;
}

/*老师详情*/
.inner_body h2.title {
	height: 50px;
	padding: 0 20px;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	background-color: #ff7f14;
}

.inner_body h2 a {
	float: right;
	color: #fff;
	font-size: 14px;
}

.teacher_details {
	padding-bottom: 30px;
}

.teacher_details_bd {
	padding: 10px 40px 0 40px;
}

.teacher_details_bd .teacher_list_inf {
	margin-left: 20px;
}

.teacher_details_bd .star {
	color: #ff7f14;
}

.teacher_details_bd .star i.cursor {
	color: #ff7f14;
}

.teacher_list_face .star i {
	margin: 0 1px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

.teacher_list_face .star i {
	font-size: 22px;
}

.teachers_details_comment {
	width: 800px;
	margin: auto;
}

.teachers_details_comment dt {
	margin-top: 20px;
	border-top: solid 1px #d4d4d4;
	text-align: center;
}

.teachers_details_comment dt span {
	position: relative;
	top: -20px;
	display: inline-block;
	padding: 0 20px;
	font-size: 24px;
	font-weight: normal;
	background-color: #fff;
}

.teachers_details_comment dd {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

.teachers_details_face {
	float: left;
	width: 80px;
	margin-top: 20px;
	padding-right: 20px;
	color: #999;
	text-align: center;
	line-height: 2em;
}

.teachers_details_face img {
	width: 52px;
	height: 52px;
	border-radius: 50%;
}

.teachers_details_face span {
	display: block;
}

.teachers_details_student {
	float: left;
	width: 700px;
}

.teachers_details_student .star {
	height: 24px;
	line-height: 24px;
	font-size: 18px;
}

.teachers_details_student .txt {
	margin-top: 5px;
}

.teachers_details_student p {
	position: relative;
	display: inline-block;
	padding: 15px;
	font-size: 14px;
	line-height: 1.8em;
	background-color: #f0f0f0;
	border-radius: 5px;
	word-break: break-all;
	word-wrap: break-word;
}

.teachers_details_student p i {
	position: absolute;
	left: -10px;
	top: 18px;
	z-index: 1;
	width: 0;
	height: 0;
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	border-right: solid 10px #f0f0f0;
}

/*学习导师列表*/
.sm_list_bd li {
	padding-bottom: 20px;
}

.sm_details .teacher_list_inf {
	padding-top: 10px;
}

/*-------媒体报道列表-------*/
.report_list {
	padding: 40px 50px;
	margin-bottom: 40px;
}

.h1_title, .h1_title, .h1_title {
	margin: 0;
	font-weight: bold;
	font-size: 34px;
	color: #333;
}

.report_list li {
	float: left;
	width: 900px;
	padding: 30px 0;
	border-bottom: solid 1px #d4d4d4;
}
.report_list .new i{
	color:#ff7f14;
	font-size:30px;
}

.report_list_bd {
	float: left;
	width: 680px;
	color: #666;
}

.report_list a.title {
	display: block;
	font-size: 18px;
	color: #333;
}

.report_list_bd a:hover {
	color: #ff7f14;
}

.report_list .sub_title {
	padding: 10px 0 5px 0;
	font-size: 12px;
}

.report_list .date {
	margin-right: 10px;
}

.report_list .p {
	display: block;
	font-size: 14px;
	color: #666;
}

.report_view {
	float: right;
	min-width: 80px;
	*width: 80px;
	background-color: #f0f0f0;
	text-align: center;
	font-size: 24px;
}

.report_view .title {
	display: block;
	width: 100%;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-size: 12px;
	background-color: #ff7f14;
}

.report_view .num {
	display: block;
	height: 45px;
	line-height: 45px;
}

.report_list .page {
	margin-top: 30px;
}

/*媒体报道详情*/
.report_details {
	margin-bottom: 30px;
	padding: 20px 50px 50px 50px;
}

.report_back {
	height: 30px;
	text-align: right;
}

.report_back a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	background-color: #ff7f14;
	color: #fff;
	font-size: 14px;
}

.report_back a:hover {
	background-color: #f26005;
}

.report_details_bd {
	padding: 30px 40px;
	border: solid 1px #d4d4d4;
}

.report_details_bd .title {
	font-size: 18px;
	text-align: center;
	color: #333;
	font-weight: normal;
}

.report_details_bd .sub_title {
	padding: 30px 0 10px 0;
	text-align: center;
	font-size: 12px;
	color: #999;
	font-weight: normal;
}

.report_details_txt {
	margin-top: 20px;
	padding: 30px 0;
	border-top: #ddd dashed 1px;
}

.report_details_txt p {
	padding-bottom: 5px;
	text-indent: 2em;
	font-size: 14px;
	color: #666;
	line-height: 1.8em;
}

.report_details_txt a {
	color: #666;
}

.report_details_txt h4.title {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.report_details_txt img {
	max-width: 100%;
}

.report_details_bd object {
	display: block;
	max-width: 100%;
	margin: auto;
	margin-top: 30px;
}

.report_details_also {
	border-top: dashed 1px #ccc;
	padding-top: 30px;
	margin-top: 30px;
	font-size: 14px;
	color: #666;
}

.report_details_also .title {
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left;
}

.report_details_also a {
	float: left;
	width: 47%;
	margin-right: 3%;
	height: 30px;
	line-height: 30px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.report_details_also a:hover {
	color: #ff7f14;
}

.report_details_page {
	padding: 20px 0;
}

.report_details_page a {
	float: left;
	width: 430px;
	min-height: 24px;
	font-size: 14px;
	color: #666;
}

.report_details_page a:hover {
	color: #ff7f14;
}

.report_details_page .a1 {
	text-align: left;
	padding-right: 20px;
}

.report_details_page .a1 i {
	margin-right: 4px;
}

.report_details_page .a2 {
	padding-left: 20px;
	text-align: right;
}

.report_details_page .a2 i {
	margin-left: 4px;
}

.chronicle, .honour {
	padding: 40px;
}

.chronicle_list {
	float: left;
	width: 100px;
	margin-top:40px;
	margin-left:20px;
	border-left: solid 2px #ff7f14;
}

.chronicle_list li {
	position: relative;
	width: 63px;
	left: -8px;
	font-size: 14px;
	cursor: pointer;
}

.chronicle_list .cursor .circle {
	display: block;
}

.chronicle_list li i {
	position: absolute;
	width: 8px;
	height: 8px;
	left: 0;
	top: 0;
	z-index: 1;
	border-radius: 50%;
	border: solid 2px #ff7f14;
	background-color: #fff;
}

.chronicle_list .circle {
	position: absolute;
	left: -15px;
	top: -15px;
	z-index: 2;
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #ff7f14;
	border-radius: 50%;
}

.chronicle_list .year {
	position: absolute;
	left: 30px;
	top:0;
}

.chronicle_block{
	float:left;
	width: 780px;
	margin-top: 10px;
}
.chronicle_bd {
	margin-top:20px;
	padding: 20px 30px;
	border-left: solid 30px #fee2ca;
	border-right: solid 30px #fee2ca;
	border-top: solid 20px #fee2ca;
	border-bottom: solid 20px #fee2ca;
}

.chronicle_bd dd {
	padding: 10px 0;
	line-height: 1.8em;
}

.chronicle_bd dd i {
	float: left;
	width: 8px;
	height: 8px;
	margin-top: 6px;
	margin-right: 12px;
	background-color: #ff7f14;
	border-radius: 50%;
}

.chronicle_bd .txt {
	float: left;
	width: 640px;
	font-size: 14px;
}

/*----------学习资源--------*/
.study {
	padding: 0 50px 30px 50px;
	margin-bottom: 30px;
}

.study .citylist {
	display: block;
	padding-bottom: 15px;
	margin: 20px 0;
	background-color: #f1f1f1;
	float: left;
	border-radius: 5px;
}

.study .citylist li {
	display: block;
	width: 25%;
	margin-top: 15px;
	float: left;
}

.study .citylist li a {
	display: block;
	width: 90%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #666;
	background-color: #fff;
	margin: auto;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
}

.study .citylist li a:hover {
	color: #fff;
	background-color: #ff7f14;
}

.study .myroom_table {
	margin-top: 10px;
}

.study .myroom_table .title {
	width: 480px;
}

.study .myroom_table .title a {
	display: block;
}

.study h2 {
	margin-top: 30px;
	color: #333;
	font-size: 18px;
}

.study h2 i {
	margin-right: 6px;
	font-weight: normal;
}

.study h2 a {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	margin: auto 0;
	float: right;
}

.study h2 a:hover {
	color: #ff7f14;
}

.myroom_table .lesson a {
	display: block;
}

.study_video {
	margin-top: 10px;
}

.study_video li {
	float: left;
	width: 180px;
	text-align: center;
}

.study_video .img {
	display: block;
	width: 135px;
	height: 114px;
	margin: auto;
}

.study_video .img img {
	width: 100%;
	height: 100%;
}

.study_video .txt {
	display: block;
	width: 135px;
	height: 36px;
	overflow: hidden;
	margin: auto;
	margin-top: 5px;
}

.study .page {
	margin-top: 30px;
}

.study .Easy, .study .Middle, .study .Hard {
	display: inline-block;
	padding: 1px 10px;
	color: #fff;
}

.study .Easy {
	background-color: #238bff;
}

.study .Middle {
	background-color: #ff7f14;
}

.study .Hard {
	background-color: #e50000;
}

.txt_logo {
	height: 20px;
	vertical-align: middle;
}

.study .monograph_row {
	display: block;
	margin-top: 15px;
}

.study .monograph_row .left_block, .study .monograph_row .right_block {
	display: block;
	width: 280px;
	float: left;
	border-radius: 5px;
}

.study .monograph_row .topright {
	height: 210px;
	overflow: hidden;
}

.study .monograph_row .topblock a {
	display: block;
	line-height: 24px;
	color: #666;
	text-align: center;
	margin: 0 auto;
}

.study .monograph_row .topblock a:hover {
	color: #ff7f14;
}

.study .monograph_row .topblock a img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.study .monograph_row .right_block {
	width: 586px;
	margin-left: 10px;
}

.study .monograph_row .right_block h3 {
	display: block;
	color: #666;
	margin-bottom: 10px;
}

.study .monograph_row .right_block p {
	display: block;
	line-height: 22px;
	color: #666;
	margin-bottom: 10px;
}

.study .monograph_row .right_block p a {
	color: #ff7f14;
}

.study .monograph_row .title {
	display: block;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-size: 14px;
	text-indent: 8px;
	background-color: #ff7f14;
	margin: 0;
	padding: 0;
	border-radius: 5px 5px 0 0;
}

.study .monograph_row .title a {
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	margin-right: 10px;
	float: right;
}

.study .monograph_row h1 a:hover {
	text-decoration: underline;
}

.study .monograph_row .content {
	display: block;
	color: #666;
	line-height: 24px;
	padding: 5px 10px;
	background-color: #f5f5f5;
}

.study .monograph_row .stitle {
	height: 158px;
	overflow: hidden;
}

.study .monograph_row ul {
	display: block;
	background-color: #f5f5f5;
}

.study .monograph_row ul.mbtm {
	margin-bottom: 15px;
}

.study .monograph_row ul li {
	display: block;
	overflow: hidden;
}

.study .monograph_row ul li a {
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
}

.study .monograph_row ul li a i.point {
	display: block;
	height: 6px;
	width: 6px;
	margin: 11px 8px 11px 0;
	background-color: #ff7f14;
	float: left;
	border-radius: 50%;
}

.study .monograph_row ul li a span {
	display: block;
	width: 542px;
	float: left;
}

.study .monograph_row ul li a i.clear {
	display: block;
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	border: none;
	float: none;
	clear: both;
}

.leftlist {
	padding-bottom: 10px;
	height: 415px;
	overflow: hidden;
}

.leftlist li {
	display: block;
	color: #666;
	line-height: 20px;
	padding: 0 5px;
	margin-bottom: 15px;
}

.leftlist li h3 {
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}

.leftlist li img {
	display: block;
	width: 85px;
	height: 90px;
	margin: 0 5px;
	float: left;
}

.leftlist li span {
	display: block;
	width: 175px;
	float: left;
}

.leftlist li span a.textcolor {
	display: inline-block;
	color: #ff7f14;
	padding: 0;
}

.leftlist li span a.textcolor:hover {
	color: #f26005;
}

.topright p a.more:hover {
	color: #f26005;
}

.topright h3 {
	font-size: 14px;
}

/*什么是英语口语在线测试*/
.test_description h3 {
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #333;
}

.test_description>h3>i {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 6px;
	border: solid 4px #ff7f14;
	border-radius: 50%;
	*vertical-align: middle;
}

.test_description p {
	padding: 15px 0;
	font-size: 14px;
	line-height: 1.8em;
}

.test_description .mt30 {
	margin-top: 30px;
}

.report_details .back {
	float: right;
	font-size: 12px;
	font-weight: normal;
}

/*英语课堂用语*/
.classroom_tips li {
	width: 249px;
}

.classroom {
	display: none;
	padding: 40px 20px;
}

.classroom h3 {
	height: 40px;
	line-height: 40px;
	border-bottom: solid 1px #ff7f14;
}

.classroom h3 span {
	display: inline-block;
	padding: 0 20px;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	background-color: #ff7f14;
}

.classroom_radio {
	float: left;
	width: 100%;
	padding: 20px 0;
}

.classroom_radio li {
	float: left;
	width: 50%;
	text-align: center;
	line-height: 60px;
}

.classroom_radio li a {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin-left: 10px;
	vertical-align: middle;
}

.classroom_radio li i {
	font-size: 60px;
	color: #ff7f14;
}

.classroom_radio li:hover i {
	color: #f26005;
}

.classroom_teacher, .classroom_student {
	float: left;
	width: 100%;
	padding: 20px 0;
}

.classroom_teacher dt, .classroom_student dt {
	padding: 10px;
	background-color: #f0f0f0;
	font-size: 14px;
	text-align: center;
}

.classroom_teacher dd, .classroom_student dd {
	float: left;
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
}

.classroom_name {
	float: left;
	width: 100px;
	height: 50px;
	line-height: 50px;
	color: #333;
}

.classroom_name i {
	font-size: 30px;
}

.classroom_txt {
	float: left;
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	border-radius: 8px;
	line-height: 1.8em;
	background-color: #ff7f14;
}

.classroom_txt i {
	position: absolute;
	top: 20px;
	z-index: 1;
	width: 0;
	height: 0;
	border-top: solid 6px transparent;
	border-bottom: solid 6px transparent;
}

.classroom_teacher .classroom_txt i {
	left: -6px;
	border-right: solid 6px #ff7f14;
}

.classroom_teacher .classroom_name {
	margin-right: 10px;
	text-align: right;
}

.classroom_student .classroom_name {
	margin-left: 10px;
}

.classroom_student .classroom_name, .classroom_student .classroom_txt {
	float: right;
}

.classroom_student .classroom_txt i {
	right: -6px;
	border-left: solid 6px #ff7f14;
}

/*网站地图*/
.sitemap_bg {
	padding-bottom: 30px;
}

.sitemap {
	width: 1000px;
	margin: auto;
	margin-bottom: 20px;
	background-color: #fff;
}

.sitemap_bd {
	padding: 10px;
	line-height: 1.8em;
}

.sitemap h3 {
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	background-color: #ff7f14;
}

.sitemap h3 a:hover {
	background-color: #f26005;
}

.sitemap h3 a {
	display: block;
	padding: 0 10px;
	color: #fff;
}

.sitemap h4 {
	font-weight: bold;
	background-color: #f0f0f0;
}

.sitemap hr {
	border: none;
	height: 0;
	margin: 10px 0;
	border-top: dashed 1px #ccc;
}

.sitemap_bd a {
	display: inline-block;
	padding: 2px 10px;
	margin: 5px 0;
	font-size: 14px;
	color: #666;
}

.sitemap_bd a:hover {
	color: #fff;
	background-color: #ff7f14;
}

/*-----企业荣誉-----*/
.honour ul {
	margin: auto;
	margin-top: 30px;
	border: solid 1px #ddd;
}

.honour li {
	background: #f8f8f8;
	border-bottom: solid 1px #ddd;
}

.honour_year {
	float: left;
	width: 120px;
	line-height: 160px;
	text-align: center;
	font-size: 40px;
	color: #ff7f14;
}

.honour_year b {
	font-weight: normal;
}

.honour_bd {
	float: left;
	width: 728px;
	padding: 20px;
	background-color: #fff;
}

.honour_medal {
	float: left;
}

.honour_medal img {
	float: left;
	width: 170px;
	margin-right: 20px;
}

.honour_txt {
	float: left;
	width: 300px;
}

.honour_txt2 {
	float: left;
	width: 530px;
}

.honour_txt b, .honour_txt2 b {
	font-size: 14px;
}

.honour_txt p {
	color: #999;
	line-height: 1.7em;
}

.honour_line {
	width: 100%;
	margin: 20px 0;
	border-top: dashed 1px #ddd;
}

.honour_more {
	display: none;
	float: left;
	width: 14px;
	padding: 140px 8px 0 8px;
	height: 181px;
	text-align: center;
	background-color: #ff7f14;
}

.honour_more:hover {
	background-color: #f25006;
}

.honour_more a {
	color: #fff;
}

.honour .no_h {
	height: auto;
	line-height: 50px;
}

.honour .honour_2009 {
	height: auto;
	line-height: 90px;
}

/*微杂志列表new图标*/
.ma_new {
	color: #f60;
	font-weight: bolder;
	font-size: 9px;
	text-align: right;
	padding-right: 4px;
	height: 6px;
	cursor: default;
}

/*热词搜索*/
.hot_bg{
	width: 1000px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #fff;
}
.hot{
	padding: 0 50px 30px 50px;
}
.hot h3{
	padding:20px 0;
	font-size: 18px;
	color: #333;
}
.hot h3 i{ 
	margin-right: 6px;
	font-weight: normal;
}
.hot_title{
	background-color: #f0f0f0;
}
.hot_title a{
	float: left;
	width: 34.5px;
	height: 42px;
	line-height: 42px;
	text-transform:uppercase;
	text-align: center;
}
.hot_title a:hover,
.hot_title .cursor{
	position: relative;
	color: #fff;
	background-color: #ff7f14;
}
.hot_title .cursor:after,
.hot_title a:hover:after{
	content:"";
	position: absolute;
	left: 50%;
	bottom: -5px;
	margin-left: -5px;
	border-left:transparent 5px solid;
	border-right:transparent 5px solid;
	border-top:#ff7f14 5px solid;
}
.hot_a{
	padding: 15px 0;
}
.hot_a li{
	float: left;
	width: 25%;
	padding: 15px 0;
	font-size: 14px;
	border-bottom: solid 1px #eee;
}
.hot_a li a{
	display: block;
	padding: 0 15px;
}