body{min-width:1300px;padding:0; margin:0;border:0;  font-family:"Microsoft YaHei",SimHei,arial;font-size:15px;color:#444; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,table,form,img,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,
footer,header,menu,nav,section{margin:0;padding:0; }
img{border:0;vertical-align:middle}
ul,li{list-style-type:none;}
a{text-decoration: none;color:#333; font-size:16px;}
a:hover{color:#bd2f1c;}
input{border:0;  -webkit-appearance: none; border-radius: 0;outline: none;}
.overall{width:100%; height:auto; top:0px; overflow-x:hidden; }
html { overflow-x: hidden; overflow-y: auto;}
.fl{float:left;}
.fr{float:right;}
.al{text-align:left;}
.clear{display:block;overflow:hidden;clear:both;height:0;line-height:0;font-size:0;}
.t30{ margin-top:30px;}
.t20{ margin-top:20px;}
.b30{ padding-bottom:20px;}

.w1200all{ margin:0 auto; width:1200px;overflow:hidden;}
.w1200{ width:1200px; margin:0 auto; padding:0px; height:auto; overflow:hidden;}
.topbox{width: 100%;float: left;background:url(../images/t_bg.jpg) no-repeat center center; height:134px; border-bottom:2px solid #e9000c;}
.top{width:1200px;top:0;display: block; margin:0px auto; height:140px;}
.top_r{ float:right; text-align:right; width:260px; color:#fff; margin-top:20px;}
.top_r a,.top_r a:hover{ margin:0 12px; color:#fff;}

.wrap_box{position:absolute;top:0;left:0;z-index:100;width:100%; }
.container{width:1200px;margin:0 auto; height:auto; overflow:hidden;}
#menu-wrap{ border-bottom:0px solid #fff;}
.search{margin-top:66px;font-family:"微软雅黑";}
.search input{color:#fff;}
.input{float: left;border: 1px solid #cccccc;height: 38px;width: 279px;font-size: 14px;border-right: none; background:#fff;}
.sear_ico{height: 38px;display: inline-block;}
.input input{background: none;float: right;height: 38px;width: 260px;}
.search button{width: 55px;text-align: center;height: 40px;background: #c81d1b;color: #ffffff;font-size: 14px;font-family:"Arial,sans-serif";border: none;}

.txr{ margin-top:20px; width: 20%;}
.search{ float:right; width:270px; height:36px; border:solid 1px #c6c6c6; margin:10px 0px 10px 0px; -moz-border-radius: 15px;      /* Gecko browsers */
    -webkit-border-radius: 25px;   /* Webkit browsers */
    border-radius:25px;            /* W3C syntax */}
.write{ float:left; width:180px; height:36px; line-height:36px; padding-left:14px; border:0; outline:none; background:none; }
.btn{ float:right; width:40px; height:36px; border:0; background:url(../images/ss_im.png) center no-repeat; 
outline:none; cursor:pointer; }


.top-link{ height:40px; line-height:40px; }
.top-link li{ background:url(../images/t_rline.png) right no-repeat; float:left;}
.top-link a{margin-right:20px; text-align:center; color:#ffe8e9;}
.top-link a:hover{margin-right:20px;}


/*导航/可出现三级栏目*/
.nav{width:100%; background:#fff; margin:0 auto; height:55px;}
.nav_con{width: 1200px;margin: 0 auto;}
.nav_con li{width:auto; min-width:99px;float:left;text-align: center;position: relative; margin:0px 30px 0px 0px;}
.nav_con li a{display: block;font-size:18px; color:#494949; line-height: 55px; font-weight:normal; padding:0px 10px 0px 10px;}
.nav_con li a:hover{display: block;font-size:18px; color:#fff; line-height: 55px; font-weight:normal; padding:0px 10px 0px 10px;}
.nav_con li:hover>a{background: #980913; color:#fff;}
.nav_con li dl{display: none;position: absolute;top:55px;left: 0;width: 170px;padding-top: 0px;background-color:rgba(255,255,255,0.9);overflow: hidden;z-index: 99;}
.nav_con li dl a{line-height: 35px; font-size:15px;color: #333333;}
.nav_con li dl a:hover{color: #FFFFFF;background: #970913; line-height: 35px; font-size:15px;}
.nav_con li:hover dl{display: block;}
.on_nav>a{color:#FFFFFF  !important;background:#980913 !important;}

/*****.banner{ width:100%; height:400px; overflow:hidden;}
.bannercon{ position:relative;zoom:1;}
.bannercon .main{ width:100%; float:left;}
.bg_colors{ position:absolute; left:0; top:0; width:100%; height:400px;}
.bgs_box{ position:absolute; left:0; top:0; width:100%; height:400px;opacity:0;filter:alpha(opacity=0);}
.bgs_box a{ display:block; height:420px; line-height:10000px; }
.bg_colors .on{opacity:1;filter:alpha(opacity=100)}
.switch_list{ position:relative; left:50%; top:350px; width:50%; height:50px; margin-left:-90px; overflow:hidden; }
.switch_list div{ position:absolute; bottom:10px;}
.switch_list div span{float:left; vertical-align:top; width:16px; height:16px; overflow:hidden; margin:0 5px; background:url(../images/dd1.png) top left no-repeat; cursor:pointer;}
.switch_list div .on{ background:url(../images/dd.png) top left no-repeat;}
.item_img_css3{
	-webkit-animation:img_item .8s ease-out;
	animation:img_item .8s ease-out;
}
@-webkit-keyframes img_item{
	0%{-webkit-transform:translateX(-500px); opacity:0}
	100%{-webkit-transform:translateX(0);  opacity:1}
}
@keyframes img_item{
	0%{transform:translateX(-500px);opacity:0}
	100%{transform:translateX(0); opacity:1}
}
.item_img_css3 .shadow01{
	-webkit-animation:img_item01 .8s ease-out;
	animation:img_item01 .8s ease-out;
}
@-webkit-keyframes img_item01{
	0%{-webkit-transform:translateX(500px); opacity:0}
	100%{-webkit-transform:translateX(0);  opacity:1}
}
@keyframes img_item01{
	0%{transform:translateX(500px);opacity:0}
	100%{transform:translateX(0); opacity:1}
}

.item_txt_css3{
	-webkit-animation:txt_item .8s ease-out;
	animation:txt_item .8s ease-out;
}

@-webkit-keyframes txt_item{
	0%{-webkit-transform:translateX(-500px); opacity:0}
	100%{-webkit-transform:translateX(0);  opacity:1}
}

@keyframes txt_item{
	0%{transform:translateX(-500px);opacity:0}
	100%{transform:translateX(0); opacity:1}
}
----------------------------------------------------------------------------------------------------------*/
/*banner*/
.banner{width:1920px; height:340px; position:relative; left:50%; margin-left:-960px;}
.slider{ width:100%;  min-width:1200px;  height:400px;  position:relative; overflow:hidden;  text-align:center;   }
.slider .bd{ width:1200px; position:absolute; left:50%; margin-left:-600px  }
.slider .bd li{ width:1200px;  overflow:hidden; }
.slider .bd li img{ display:block; width:1200px; height:400px; }
.slider .tempWrap{ overflow:visible !important }
.slider .tempWrap ul{  margin-left:-1200px !important; /*强制位置*/  }
.slider .pnBtn{  position:absolute; z-index:1; top:0; width:100%;  height:400px; cursor:pointer;   }
.slider .prev{ left:-50%; margin-left:-600px;  }
.slider .next{ left:50%;  margin-left:600px;  }
.slider .pnBtn .blackBg{ display:block;  position:absolute; left:0; top:0; width:100%; height:400px; background:#fff; filter:alpha(opacity=40);opacity:0.4;   }
.slider .pnBtn .arrow{  position:absolute; top:0; z-index:1; width:52px; height:52px; top:174px; }
.slider .prev .arrow{ right:20px; background:url("../images/left.png")/*tpa=/sdu/mu_istudy/mu_www/views/sdu_en/images/left.png*/  no-repeat;   }
.slider .next .arrow{ left:20px; background:url("../images/right.png")/*tpa=/sdu/mu_istudy/mu_www/views/sdu_en/images/right.png*/  no-repeat;  }


.language a{height:50px;line-height:50px;color:#FFFFFF;padding:5px 10px;}
.l30{ margin-left:30px;}
.fl_l{ height:auto; overflow:hidden;}  

.allbg{ background:url(../images/bg_bg.jpg) bottom no-repeat; min-height:119px; height:auto;  }

/******f1*****-----------------------------------------------*/
.l_news{ width:740px;}
  .xsbg{ width:100%;}
  .xsbg ul li{ float:left; margin:6px 0px 8px 0px; border-bottom:1px solid #e7e7e7; padding-bottom:11px;width:100%}
	.xsbg_tt{ background:url(../images/rl_imbg.png) center no-repeat; width:92px; height:83px;}
			.xsbg_tt dl{ margin-top:20px;}
		.xsbg_tt dl dd{ text-align:center; }
		.xsbg_tt dl dd p{ color:#5d0e09;}
		.xsbg_tt dl dd h3{ font-size:28px; color:#b02816; font-weight:normal; line-height:30px;}
   .xsbg_list{ width:85%;}
     .xsbg_list ul li{ border-bottom:none; float:left !important; margin:0px; width:100%; line-height:25px; padding-bottom:0px; line-height:25px;}
	      .xsbg_list ul li p{ color:#888888;}

.r_news{ width:420px; min-height:200px; height:auto;}
   	.tab_qiehuan{ width:100%; height:auto; overflow:hidden;}
	.sy-qh-1{}
	.sy-qh-title{ width:100%; height:40px; line-height:40px; border-bottom:3px solid #e0e0e0;}
		.sy-qh-title li{ float:left;}
	.sy-qh-title li a{width:120px; text-align:center; height:43px; line-height:43px; display:block; float:left;font-size:22px; }
	.current a:hover,.current a:active,.current a:link,.current a:visited{COLOR:#fff; background:#bb2a17;}
	.sy-qh-con{ width:100%;margin-top:10px; }
	.sy-qh-con li{ width:100%; border-bottom:1px dashed #2b74c2; float:left;  }
	.sy-qh-con li a{display:block;overflow:hidden; }
	
.inlist1{ overflow:hidden; margin-top:20px;  }
.inlist1 li{ height:74px; line-height:74px; border-bottom:solid 1px #e7e7e7; background:url(../images/list_hbg.png) left no-repeat;}
.inlist1 li:hover{ height:74px; line-height:74px; border-bottom:solid 1px #e7e7e7; background:url(../images/list_hhbg.png) left no-repeat;}
.inlist1 li a{ float:left;  padding-left:30px; height:43px; line-height:43px; }
.inlist1 li span{ float:left; width:100%;  color:#9c9c9c; line-height:23px; margin-left:30px; }


.inlist{ overflow:hidden; margin-top:0px;  }
.inlist li{ height:49px; line-height:49px; border-bottom:dashed 1px #CCC;}
.inlist li a{ float:left; padding-left:15px; background:url(../images/dot.png) left center no-repeat; }
.inlist li span{ float:right; width:60px; text-align:right; color:#9c9c9c; }

.xsbg2{ height:auto; overflow:hidden;}
.xsbg2 ul li{float:left; margin:6px 0px 8px 0px; border-bottom:0px solid #e7e7e7; padding-bottom:11px; width:48%;}
  .xsbg_list2{}
     .xsbg_list2 ul li{ border-bottom:none; float:left !important; margin:0px; line-height:34px; padding-bottom:0px; line-height:34px; width:100%;}
	      .xsbg_list2 ul li p{ color:#888888; }
	      .xsbg_list2 ul li h4{ color:#888888;  font-size:14px; text-indent:2em; font-weight:normal;}



.inlist3{ overflow:hidden; margin-top:20px;  }
.inlist3 li{ height:54px; line-height:54px; background:#efefef; list-style:none; margin-bottom:20px;}
 .inlist3 li img{ float:left;}
.inlist3 li a{ float:left; padding-left:15px; font-size:18px;}

/******tt******/
.n_tt{ height:40px; line-height:35px; border-bottom:3px solid #e0e0e0;}
.tt_names img{ float:left; margin:8px 10px 0px 0px;}  
.tt_names h1{ font-size:24px; font-weight:normal; float:left;}  
.tt_names i{ margin-left:10}
/******tt******/



/*footer*/
.foot{width: 100%;float: left;line-height: 35px;color: 
#ffffff;text-align: center; background:url(../images/lk_bgs.jpg) #8f0d14 top center no-repeat;  height:auto;}
.l_logo { padding:20px;}

.banquan{ margin-top:20px; text-align:left; width:260px; margin-bottom:25px;}
.banquan img{}
.lianxi_txt {}

.leftsidebar_box{ margin:20px;}
.leftsidebar_box .bb{width:840px; float:left; }
.cszd{ padding:0 40px;}
.xbzd{width:130px; padding:0 50px;}
.qtzd{width:130px;  padding:0 50px;}
.foot-title{    font-weight: bold;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    /* width: 100%; */
    margin-left: 30px;}
.foot-list,.foot-1-list,.foot-2-list{width:100%; line-height:30px; margin-top:10px;}
.foot-list li{width:100%;    float: left;
    width: 200px;}
.foot-list li a,.foot-1-list li a,.foot-2-list li a{color:#f7d0d3;}
.foot-1-list li{width:100%;}

.banq{ background:#770101; height:auto; color:#ffe8e9; text-align:center; line-height:35px;}


/*内页样-------------------------------------式*/

.nybanner{ height:254px; width:100%;}
.ny{width:1200px; margin:0 auto; margin-top:20px; margin-bottom:20px; overflow:hidden }


.tl_nav{ width:100%; height:45px; border-bottom:1px solid #ddd;}
.tl_nav ul li{ float:left; margin-right:15px; line-height:45px; height:45px; font-size:18px;}
.tl_nav ul li:hover{ float:left; margin-right:15px; line-height:45px; height:45px; font-size:18px;  border-bottom:2px solid #01887a;}
.tl_navo a{float:left; margin-right:15px; line-height:45px; height:45px; font-size:18px;  border-bottom:2px solid #01887a; color:#01887a;}


.cn_navs{ width:931px; margin:0 auto; margin-bottom:40px; height:auto; overflow:hidden;}
.cn_navs ul li{ float:left; width:210px; height:136px; margin-right:28px;text-align:center !important; color:#fff;}
.cn_navs ul li a{ font-size:22px; line-height:136px;color:#fff;}
.cn_navs ul li a:hover{ font-size:22px; line-height:136px;color:#fff; font-weight:bold;}



.newcon-right1{ width:400px;}
.newcon-right{ width:220px; margin-right:20px; }
.tit1{height:50px; line-height:50px; background:url(../images/h2bg2.jpg) bottom left repeat-x; margin-bottom:20px;}
.tit1 h2{ float:left; padding:0 5px; font-size:22px; line-height:48px; border-bottom:2px solid #01887a;} 
.tit1 a{ float:right; font-size:14px; color:#777;}

.nav_lists{ width:100%; height:auto;}
.nav_lists ul li{ float:left; width:100%; height:45px; line-height:45px; margin-bottom:2px; }
.nav_lists ul li a{font-size:18px; width:100%; height:45px; line-height:45px; display:block; background:#fdfdfd; text-indent:40px;}
.nav_lists ul li a:hover{font-size:18px; width:100%; height:45px; line-height:45px; display:block; background:#f8f8f8;}

.nav_lists2{ width:100%; height:auto;}
.nav_lists2 ul li{ float:left; width:46%; height:45px; line-height:45px; margin-bottom:20px; margin-left:10px; }
.nav_lists2 ul li a{font-size:18px; width:100%; height:45px; line-height:45px; display:block; background:#fdfdfd; text-indent:40px;}
.nav_lists2 ul li a:hover{font-size:18px; width:100%; height:45px; line-height:45px; display:block; background:#f8f8f8;}


.list4{ overflow:hidden; background:url(../images/libg.png) left top repeat-y; margin-top:0px;}/*这里的高度和超出隐藏是必须的*/
.list4 li{ line-height:37px; height:37px; background:url(../images/libg1.png) left 12px no-repeat; overflow:hidden; padding-left:25px;}
.list4 li:hover{ background:url(../images/libg2.png) left 12px no-repeat; }
.list4 a{text-decoration:none;}
.list4 li span{float:right; color:#a6a6a6; padding-left:10px; font-size:14px;}
.list4 li a:hover{ }

.sy-qh-2{ width:755px;}


.ny_left{ float:left; width:250px;}
.ny_left_top{ height:60px; width:250px; color:#FFF; background:#9d1019; font-size:16px; text-align:center; line-height:60px; font-weight:bold;}
.ny_right{ float:right; background:#fff; width:909px; min-height:300px; padding-left:30px; padding-right:10px; padding-bottom:30px;}
.ny_right1{ background:#fff; width:1200px; margin:0 auto; min-height:500px;}
.ny_right_con{ line-height:34px !important; padding-top:15px;}

.nytit{ border-bottom:1px solid #ddd; height:45px; line-height:45px;padding: 10px}
.nytit h2{ border-bottom:2px solid #d82318; padding:0 10px; font-size:16px; font-weight:bold; text-align:center; color:#d82318;}
.nytit a{ padding-right:7px;  }

.banner_con{ width:1920px; margin:0px auto; height:230px;  position:relative;}
.banner_con img{ width:100%; }

/*次级页面二级菜单*/
.left_nav{ width:250px; min-height:285px;}
.left_nav li{margin-top:0px; width:250px; height:50px; overflow:hidden; font-size:18px; border-bottom:1px solid #e8e8e8;}
.left_nav li a{
	text-align:center;
	font-weight:normal;
	height:50px;
	line-height:50px;
	display:block; border-left:5px solid #ddd;

}
.left_nav li a:hover{
height:50px;
	line-height:50px;
	display:block;
		font-weight:bold;
	 border-left:5px solid #9d1019;
	background:#fff;
}
.left_nav li a.hover{
height:50px;
	line-height:50px;
	display:block;
	font-weight:bold;
	border-left:5px solid #9d1019;
	background:#fff; color:#9d1019}


/*单篇正文*/
.dpzw{}
.dpzw p{margin-bottom:10px; text-indent:2em; }
.dpzw img{text-align: center; max-width:600px; margin:0 auto; display: block;} 

/*信息列表开始*/
.Newslist {}
.Newslist ul li {height:45px; line-height:45px;border-bottom:1px dashed #dcdcdc; background: url(../images/dot.png) left center no-repeat;}
.Newslist ul li span{ color: #999999; margin-right:6px; float:right;}
.Newslist ul li a{ margin-left:10px;}

/*图片列表开始*/
.Pic {}
.Pic ul { padding-top:15px;}
.Pic ul li { padding:0 25px; float: left; margin-bottom:15px; display: block; width:250px;}
.Pic ul li img {padding:2px; border: 1px solid #DDDDDD; height:164px; max-width:244px; overflow:hidden; margin:0 auto; display:block;}
.Pic ul li p{ display: block; text-align: center; width:250px; height:30px; line-height:30px; overflow:hidden;}
.line1 { border-top: 1px dashed #DDDDDD;}


.zhy {}
.zhy ul { padding-top:15px;}
.zhy ul li { float: left; display: block; width:364px; margin:10px 42px; background:#f7f7f7; }
.zhy ul li img { height:181px; width:364px; overflow:hidden;}
.zhy ul li span { display: block; text-align: center; width:364px; height:35px; line-height:30px; overflow:hidden;}


.sz {}
.sz ul { padding-top:15px;}
.sz ul li { padding:0 25px; float: left; margin-bottom:15px; display: block; width:176px;}
.sz ul li img {padding:2px; border: 1px solid #DDDDDD; height:210px; width:170px; overflow:hidden;}
.sz ul li span { display: block; text-align: center; width:176px; height:30px; line-height:30px; overflow:hidden;}

/*详细页*/
.content{ padding:15px; margin:0 auto;}
.content-title{border-bottom:1px dashed #ccc; padding-bottom:10px;}
.content-title h3{ font-size:20px;line-height:50px; width:100%; text-align:center; padding-bottom:5px; font-weight:normal;}
.content-title i{TEXT-ALIGN: center;  MARGIN: 0px auto; BACKGROUND: #f6f6f6; HEIGHT: 32px; display:block; line-height:32px; font-style:normal;}
.content-con{font-size:15px; line-height:35px; padding:10px 0;}
.content-con p{ text-indent:2em; text-align:justify; text-justify:inter-ideograph; margin-bottom:20px;}
.content-con img{text-align: center; max-width:600px; margin:15px auto; display: block;}
.sxt{padding:15px 0; border-top:1px dotted #bbb;}
.sxt p{display:block; width:1100px; height:34px; font-size:15px; line-height:34px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#333;}

/*搜索结果*/
.ssjg-list{ min-height:300px;}
.ssjg-list li{ border-bottom:1px dotted #bfc1c2;padding:10px 15px;background: url(../images/dot.png) left center no-repeat;}
.ssjg-list li h3{color:#d82318; font-weight:bold; font-size:16px; line-height:30px; height:30px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.ssjg-list li p{height:48px; line-height:24px; font-size:14px; color:#333;}
.ssjg-list li i{color:#666; font-size:14px; line-height:30px; font-style:normal;}

/*师资队伍*/
.service{ }
.servicebox{ padding:15px 30px 0px 30px;  overflow:hidden; }
.servicebox ul li{ float:left; width:200px;border-left:solid 0px #ccc; margin-top:20px; }
.servicebox ul li a{ display:block; padding-left:15px; color:#444; }
.servicebox ul li:hover{ border-left:solid 0px #257ec4; font-weight:bold; }
.servicebox ul li a:hover{  }
.servicebox span{ height:40px; line-height:40px; font-size:20px;color:#9d1019; }

/*研究院教师*/
.list_title{ padding:15px 0; overflow:hidden; }
.list_title li{ overflow:hidden;  border-bottom:dotted 1px #c9c9c9; padding:15px 0; }
.list_left{ float:left; width:180px; height:210px; overflow:hidden;  }
.list_left img{ width:170px; height:210px; }
.list_right{ float:right; width:710px; }
.list_right h4{ height:40px; line-height:40px; overflow:hidden; font-size:16px; font-weight:normal; margin:0 0 0 0;  }
.list_right b{display:block;  line-height:24px; overflow:hidden; color:#999; font-weight:normal;   }
.list_right span{ display:block; height:20px; line-height:20px;font-size:12px; color:#888; }



/*师资*/


.right-subpage {
	border: solid 1px #dadada;
	width: 915px;
	float: right;
	min-height: 400px;
	height: auto !important;}

.right-subpage1 {
	border: solid 1px #dadada;
	height: 950px;}
.right-subpage2 {
	border: solid 1px #dadada;
	height: 1200px;}

.titlebar {

	width: 100%;
	height: 40px;
	line-height: 38px;
	font-weight: bold;
	color: #ffffff;}

.titlebarwz {
	line-height: 42px;
	font-size: 15px;
	float: left;
	padding-left: 45px;}

.teachbar {

	width: 249px;
	height: 40px;
	font-size: 14px;
	text-align: center;
	line-height: 38px;
	font-weight: bold;
	color: #ffffff;}

.xssyList {
	margin: 0px auto;
	margin-top: 3px;
	text-align: center;
	line-height: 30px;
	width: 180px;
	border-bottom: 1px dashed #dadada;}

.xssyList a {
	font-size: 14px;}
.xssyList1-selected{
	margin: 0px auto;
	margin-top: 3px;
	text-align: center;
	line-height: 38px;
	width: 215px;

	font-size: 14px;}
.xssyList1-selected a{}
.xssyList1 {
	margin: 0px auto;
	margin-top: 3px;
	text-align: center;
	line-height: 38px;
	width: 215px;

	font-size: 14px;}

#sub-content {
	min-height: 400px;
	height: auto !important;
	height: 400px;}
/*鎼滅储*/
.formStyle {
	width: 242px;
	height: 22px;
	margin-top: 15px;}
.tab1 {
	height: 35px;
	margin-left: 10px;
	margin-top: 15px;}

.tab1 .tabitem_no1 {
	float: left;
	border-bottom: none;
	position: relative;
	color: #a42628;
	font-weight: bold;
	line-height: 30px;
	width: 115px;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
	border-right: #dadada 1px solid;
	border-left: #dadada 1px solid;
	border-top: #dadada 1px solid;}

.tab1 .tabitem1 {
	color: #424242;
	font-weight: bold;
	line-height: 30px;
	width: 115px;
	text-align: center;
	cursor: pointer;
	float: left;
	font-size: 15px;
	border-bottom: #dadada 1px solid;}

.tab1 .tabitem1 a {
	padding: 3px 4px;
	border: 1px solid #ccc;
	color: #888;
	border-bottom: none;
	text-decoration: none;
	background: #f7f7f7
;}

.tab2 {
	height: 35px;
	margin-left: 10px;
	margin-top: 15px;}

.tab2 .tabitem_no1 {
	float: left;
	border-bottom: none;
	position: relative;
	color: #a42628;
	font-weight: bold;
	line-height: 30px;
	width: 170px;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
	border-right: #dadada 1px solid;
	border-left: #dadada 1px solid;
	border-top: #dadada 1px solid;}

.tab2 .tabitem1 {
	color: #424242;
	font-weight: bold;
	line-height: 30px;
	width: 170px;
	text-align: center;
	cursor: pointer;
	float: left;
	font-size: 15px;
	border-bottom: #dadada 1px solid;}

.tab2 .tabitem1 a {
	padding: 3px 4px;
	border: 1px solid #ccc;
	color: #888;
	border-bottom: none;
	text-decoration: none;
	background: #f7f7f7
;}

.tab1.tabitem1 a:hover {
	background: #fff;}
.teacher-bll {
	border: 1px solid #daa6a8;
	width: 580px;
	height: 170px;
	margin-top: 5px;
	margin-left: 10px;
	float: left;}

.teacher-bl1 {
	height: 150px;
	margin-top: 5px;}

.teacher-top {
	height: 140px;}

.teacher-detial {
	width: 480px;}

.teacher-detial a {
	color: #000000;}

.teacher-endetial {
	width: 650px;}

.teacher-endetial a {
	color: #000000;}

.teacher-name {
	font-size: 14px;
	line-height: 25px;
	float: left;}

.teacher-detial-right {
	float: right;
	line-height: 25px;
	width: 50px;}

.teacher-bk {
	float: left;
	margin-top: 10px;
	margin-left: 10px;}

.teacher-tp {
	width: 110px;
	height: 130px;}

.teacher-name {
	height: 20px;
	text-align: center;
	width: 110px;}

.teacher-cw {
	float: left;
	margin-left: 20px;
	margin-top: 10px;}

.teacher-cw5 {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	width: 580px;}

.teacher-cw1 {
	float: left;}

.teacher-wz {
	line-height: 25px;
	color: #444444;
	margin-top: 5px;}

.teacher-wz1 {
	line-height: 25px;
	color: #444444;
	margin-top: 5px;
	font-size: 14px;}
.teacher-indetail {
	margin-left: 10px;}

.teacher-indetail-div {
	margin-top: 10px;}






.teacher-indetail {
	margin-left: 10px;}

.teacher-indetail-div {
	margin-top: 10px;}

.teacher-indetail-title {
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;}

.teacher-indetail-content {
	font-size: 14px;
	line-height: 25px;
	color: #444444;}