@charset "gb2312";
/*================基本样式重置================*/
body, html {
	-webkit-text-size-adjust: none;
}
body, ul, li, p, i, em, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif
}
body {
	color: #333;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul, li, dl, dt, dd, i, em {
	list-style: none;
}
img {
	border: none;
	outline: none;
}
em, i {
	font-style: normal;
}
textarea {
	resize: none;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
.mt20 {
	margin-top: 20px;
}
.mb20 {
	margin-bottom: 30px;
}
/*========定义通用样式========*/
.w {
	width: 1000px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.icon {
	background: url(base_res/icon.png) no-repeat;
}
a:hover img.linkImg {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
section {
	width: 1000px;
	margin: 0 auto;
}
/*========头部样式========*/
.header {
	width: 100%;
	height: 341px;
	background: #902827 url(base_res/I_background.jpg) no-repeat center bottom;
	float: left;
}
.Top {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #bb4847;
	background: #842322;
}
.TopBox {
	width: 1000px;
	margin: 0 auto;
}
.TopBoxL {
	width: 40%;
}
.TopBoxL li {
	position: relative;
	z-index: 10;
	float: left;
	width: 40px;
}
.TopBoxL li a.icon {
	display: block;
	width: 100%;
	height: 38px;
	color: #e6afaf;
}
.TopBoxL li a.web {
	background-position: left -0px;
}
.TopBoxL li a.gzwx {
	background-position: left -80px;
}
.TopBoxL li a.sjb {
	background-position: left -40px;
}
.TopBoxL li a.icon:hover {
	color: #fff;
}
.TopBoxL li a.web:hover {
	background-position: left -120px;
}
.TopBoxL li a.gzwx:hover {
	background-position: left -200px;
}
.TopBoxL li a.sjb:hover {
	background-position: left -160px;
}
.TopBoxL li .wxicon {
	position: absolute;
	left: 5px;
	top: 33px;
	z-index: 12;
	width: 9px;
	height: 6px;
	background: url(base_res/header_icon01.jpg) no-repeat;
}
.TopBoxL li .wxBox {
	position: absolute;
	left: -40px;
	top: 38px;
	z-index: 11px;
	width: 488px;
	height: 210px;
	border: 1px solid #f7aaaa;
	background: #fff;
}


.TopBoxL li .wbBox {
	position: absolute;
	left:0px;
	top: 38px;
	z-index: 11px;
	width: 100px;
	height: 100px;
	border: 1px solid #f7aaaa;
	background: #fff;
}



.TopBoxL li .wxBox .wxBoxL {
	padding-top: 10px;
	width: 168px;
	margin-right: 8px;
	text-align: center;
}
.TopBoxL li .wxBox .wxBoxL img {
	display: block;
	width: 160px;
	height: 160px;
	margin: 0 auto;
}
.TopBoxL li .wxBox .wxBoxL p {
	line-height: 24px;
	color: #333;
}
.TopBoxL li .wxBox .wxBoxR {
	width: 305px;
	padding: 10px 0 6px;
	border-bottom: 1px solid #ccc;
}
.TopBoxL li .wxBox .wxBoxR h3 {
	line-height: 42px;
	padding-left: 42px;
	color: #972a29;
	font-size: 12px;
	font-family: "微软雅黑";
	font-weight: 100;
	background: url(base_res/header_02.jpg) no-repeat left center;
}
.TopBoxL li .wxBox .wxBoxR p {
	line-height: 22px;
	color: #3b3b3b;
}
.TopBoxR {
	width: 55%;
	text-align: right;
	color: #e6afaf;
	line-height: 38px;
}
.TopBoxR a {
	color: #e6afaf;
	padding: 0 5px;
}
.TopBoxR a:hover {
	color: #fff;
}
.logo {
	width: 100%;
	margin: 15px 0;
}
/*导航*/
nav {
	width: 100%;
	height: 36px;
	float: left;
	margin: -160px 0 0 0;
}
#nav {
	width: 990px;
	display: inline-block;
	margin: 0 0 0 10px;
}
#nav .mainlevel {
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
}
#nav .mainlevel:hover {
	background: #9e3231 url(base_res/menudot.png) no-repeat 5px 16px;
	color: #fff;
}
#nav .mainlevel:hover a {
	color: #fff;
}
#nav .mainlevel a {
	padding: 0 16px;
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 16px;
	font-weight: 100;
	background: url(base_res/menudot.png) no-repeat 5px 16px;
}
#nav .mainlevel a:hover {
	background: #9e3231 url(base_res/menudot.png) no-repeat 5px 16px;
	color: #fff;
}
#nav .mainlevel ul {
	width: 240px;
	display: none;
	position: absolute;
	z-index: 1000;
	color: #fff;
	border: solid 1px #ccc;
	text-align: center;
}
#nav .mainlevel li {
	width: 240px;
	line-height: 19px;
	padding: 3px 0;
	background: #902827;
	color: #fff;
	font-size: 14px;
	text-align: center;
	vertical-align: bottom;  /*IE6 only*/
}
#nav .mainlevel li a:link, #nav .mainlevel li a:visited, #nav .mainlevel li a:active {
	width: 208px;
	padding: 0 16px;
	font-size: 14px;
	font-weight: 100;
	color: #fff;
	text-align: left;
	background: none;
}
#nav .mainlevel li a:hover {
	width: 208px;
	color: #fff;
	background: #9e3231;
}
/*========尾部样式========*/
.footer {
	width: 100%;
	background: #902827;
}
.footerBox {
	width: 1000px;
	margin: 0 auto;
}
.footerBoxL {
	width: 455px;
}
.footerBoxR {
	width: 545px;
	padding-top: 40px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif
}
.footerBoxR p {
	line-height: 24px;
	color: #fff;
	font-size: 11px;
}
.footerBoxR p a {
	color: #fff;
}
.footerBoxR p a:hover {
	text-decoration: underline;
}
.footerBoxR i {
	font-size: 10px;
}
/*========首页内容区域样式========*/
article {
	width: 100%;
	float: left;
	margin-top: -120px;
}
/*======第一部分样式======*/

/*subcontent*/
.subcontent {
	width: 970px;
	padding: 0 15px 15px 15px;
	display: inline;
	background: #fff url(base_res/page_Bg_Top_02.jpg) repeat-y;
}
.subcontop {
	width: 100%;
	background: url(base_res/page_Bg_Top.jpg) no-repeat;
}
.subtitle {
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	color: #bbb;
	text-align: right;
	border-bottom: solid 1px #e6e6e6;
	margin: 8px 0 0 0;
	padding: 8px 0;
	text-transform: uppercase;
}
.subtitle a {
	color: #bbb;
}
.subtitle a:hover {
	color: #8c2221;
}
/*========内页左侧通用部分样式========*/
.aside {
	display: inline;
	width: 134px;
	margin: 20px 0 0 0px;
}
.asideTit {
	width: 100%;
	border-bottom: 1px solid #eaeaea;
}
.asideTit h2 {
	color: #902120;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 100;
	font-size: 14px;
	line-height: 36px;
	text-transform: uppercase;
}
.Pagemenu {
	width: 100%;
}
.Pagemenu li {
	width: 100%;
	border-bottom: 1px solid #eaeaea;
}
.Pagemenu li a {
	display: block;
	width: 130px;
	line-height: 22px;
	padding: 5px 2px;
	color: #8c2221;
	background: url(base_res/menu_icon01.jpg) no-repeat 126px center;
}
.Pagemenu li a:hover, .Pagemenu li a.current {
	color: #fff;
	text-decoration: none;
	background: #8c2221 url(base_res/menu_icon02.jpg) no-repeat 126px center;
}
.subright {
	width: 798px;
	margin: 15px 0px 0 0;
}
/*新闻*/
.news2 {
	width: 798px;
}
.news2 dl {
	width: 100%;
	float: left;
	border-bottom: solid 1px #d4d7dc;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
}
.news2 dl.last {
	border-bottom: none;
}
.news2 dl dt {
	width: 206px;
	float: left;
	margin: 0 0 0 15px;
	display: inline;
}
.news2 dl dt img {
	width: 206px;
	height: 105px;
}
.news2 dl dd {
	margin: 0 20px 0 238px;
	line-height: 22px;
	font-family: Verdana, Geneva, sans-serif;
}
.news2 dl dd h4 {
	color: #555;
	font-size: 14px;
	font-weight: 100;
}
.news2 dl dd h4 a {
	color: #555;
}
.news2 dl dd h4 a:hover {
	color: #972d2c;
	text-decoration: none;
}
.news2 dl dd span {
	color: #bbb;
	font-size: 12px;
}
.news2 dl dd p {
	color: #777;
	line-height: 22px;
	text-indent: 25px;
}
.news2 dl dd i {
	width: 100%;
	text-align: right;
	float: left;
}
.news2 dl dd i a {
	color: #a1000a;
	text-align: right;
	text-decoration: underline;
}
/*新闻*/
.cty {
	width: 798px;
	min-height: 300px;
}
.cty ul {
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
}
.cty ul li.last {
	border-bottom: none;
}
.cty ul li {
	margin: 0 8px 0 0px;
	line-height: 22px;
	padding: 7px 0;
	border-bottom: solid 1px #e2e2e2;
	font-family: Verdana, Geneva, sans-serif;
}
.cty ul li a {
	color: #555;
}
.cty ul li a:hover {
	color: #972d2c;
	text-decoration: none;
}
/*faculty*/
.faculty {
	width: 798px;
}
.faculty dl {
	width: 100%;
	float: left;
	border-bottom: dashed 1px #cac9c9;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
}
.faculty dl.last {
	border-bottom: none;
}
.faculty dl dt {
	width: 142px;
	float: left;
	margin: 0 0 0 5px;
	display: inline;
}
.faculty dl dt img {
	width: 134px;
	height: 153px;
	border: solid 1px #cacaca;
	padding: 3px;
}
.faculty dl dd {
	margin: 0 20px 0 170px;
	line-height: 22px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
}
.faculty dl dd h4 {
	color: #555;
	font-size: 14px;
	font-weight: 100;
}
.faculty dl dd h4 a {
	color: #ffa64d;
	font-size: 16px
}
.faculty dl dd h4 a:hover {
	color: #8c2221;
	text-decoration: none;
}
.faculty dl dd p {
	color: #777;
	line-height: 22px;
	text-indent: 25px;
	margin: 5px 0 0 0
}
.faculty dl dd i {
	width: 100%;
	text-align: right;
	float: left;
}
.faculty dl dd i a {
	color: #a1000a;
	text-align: right;
	text-decoration: underline;
}
/*pic*/
.piclist {
	width: 798px;
	min-height: 400px;
}
.piclist dl {
	width: 100%;
	float: left;
	border-bottom: dashed 1px #cac9c9;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
}
.piclist dl.last {
	border-bottom: none;
}
.piclist dl dt {
	width: 142px;
	float: left;
	margin: 0 0 0 15px;
	display: inline;
}
.piclist dl dt img {
	width: 134px;
	height: 153px;
	border: solid 1px #cacaca;
	padding: 3px;
}
.piclist dl dd {
	margin: 0 20px 0 185px;
	line-height: 22px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
}
.piclist dl dd h4 {
	color: #555;
	font-size: 14px;
	font-weight: 100;
}
.piclist dl dd h4 a {
	color: #ffa64d;
	font-size: 16px
}
.piclist dl dd h4 a:hover {
	color: #8c2221;
	text-decoration: none;
}
.piclist dl dd p {
	color: #777;
	line-height: 32px;
	font-size: 15px;
	argin: 5px 0 0 0
}
/*content*/
.content {
	width: 798px;
}
/*24px*/
.asppage24 {
	width: 100%;
	float: left;
}
.asppage24 .pager {
	color: #888;
	clear: both;
	width: 100%;
	margin: 20px auto;
	text-align: center;
}
.asppage24 .pager span, .asppage24 .pager .nolink, .asppage24 .pager a {
	display: inline-block;
	border: solid 1px #cbcbcb;
	line-height: 22px;
	margin: 0 3px;
	padding: 0px 8px;
}
.asppage24 .pager .nolink {
	color: #888;
}
.asppage24 .pager a {
	color: #888;
	text-decoration: none;
}
.asppage24 .pager a:hover {
	color: #FFF;
	background: #972d2c;
	border: solid 1px #972d2c
}
/*隐藏页码信息*/
.asppage24 .pager .pageinfo {
	display: none;
}
/*当前页*/
.asppage24 .pager .cpb {
	color: #FFF;
	font-weight: 100;
	background: #972d2c;
	border: solid 1px #972d2c
}
/*如需要修改颜色：替换"#0C59A1"*/


.NewsList {
	width: 798px;
	margin: 20px auto;
	min-height: 300px;
}
.NewsList dl {
	width: 100%;
	float: left;
	border-bottom: dashed 1px #c8c8c8;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
}
.NewsList dl dt {
	width: 90px;
	float: left;
	font-family: Georgia;
	text-align: center;
	line-height: 30px;
	margin: 5px 0 0 0
}
.NewsList dl dt i {
	width: 100%;
	float: left;
	font-size: 22px;
	color: #b61d24;
	font-family: Georgia;
}
.NewsList dl dd {
	margin-left: 100px;
	background: url(base_res/newlistshadow.jpg) no-repeat left;
	padding: 0 0 0 20px;
}
.NewsList dl dd h3 {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	font-weight: 700;
}
.NewsList dl dd h3 a {
	color: #666;
}
.NewsList dl dd h3 a:hover {
	color: #a1000a;
	text-decoration: none;
}
.NewsList dl dd p {
	color: #777;
	line-height: 24px;
	margin: 5px 0 0 0
}
/*aboutus*/
.aboutus {
	width: 798px;
	color: #555;
	line-height: 29px;
	font-family: "微软雅黑";
	min-height: 400px;
}
p.m25 {
	text-indent: 25px;
	color: #555;
	line-height: 29px;
	font-family: "微软雅黑";
	padding: 8px 10px;
	font-size: 12px;
	text-align: justify
}
p.m25 i {
	color: #a1000a;
	font-weight: 700;
}
p.imgs {
	max-width: 778px;
	text-align: center;
	padding: 8px 10px
}
p.imgs img {
	max-width: 778px;
}
/*banner*/
.banner {
	width: 1000px;
	height: 341px;
	background: url(base_res/bannershadow.jpg) no-repeat bottom;
	padding: 0 0 33px 0
}
#focus {
	position: relative;
	height: 341px;
	width: 1000px;
	margin: 0 auto;
}
#focus .bd {
	position: relative
}
#focus .btn-prev, #focus .btn-next {
	position: absolute;
	bottom: 25px;
	width: 8px;
	height: 14px;
	z-index: 2;
}
#focus .btn-prev {
	right: 50px;
	background: url(base_res/left-arrow.png) no-repeat;
	_background: 0;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="base_res/left-arrow.png")
}
#focus .btn-next {
	right: 20px;
	background: url(base_res/right-arrow.png) no-repeat;
	_background: 0;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="base_res/right-arrow.png")
}
#focus .focus-bar-box {
	width: 100%;
	height: 341px;
	position: relative;
	overflow: hidden
}
#focus .focus-bar {
	width: 10000px
}
#focus .focus-bar li {
	float: left;
	width: 1000px;
	height: 341px
}
#focus .focus-bar li a {
	width: 100%;
	height: 100%;
	display: block
}
#focus .focus-bar li img {
	width: 100%;
	min-height: 100%
}
#focus .ft {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 1000px;
	height: 70px
}
#focus .ftbg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 1000px;
	height: 70px;
	background: #000;
	opacity: .6;
	filter: alpha(opacity=60)
}
#focus .change {
	position: absolute;
	right: 0;
	bottom: 15px;
	height: 10px
}
#focus .change a {
	float: left;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	background: url(http://59.173.13.186:9002/english/images/btn-normal.png) no-repeat;
	_background: 0;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="http://59.173.13.186:9002/english/images/btn-normal.png");
	cursor: pointer
}
#focus .change a.on {
	background: url(http://59.173.13.186:9002/english/images/btn-active.png) no-repeat;
	_background: 0;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="http://59.173.13.186:9002/english/images/btn-active.png")
}
#focus .hd {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 550px;
	height: 70px
}
#focus .focus-title {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
	padding: 10px 14px 0 20px;
	line-height: 24px;
	font-size: 16px;
	font-weight: 100;
	font-family: Arial, Helvetica, sans-serif;
}
#focus .focus-title .title {
	color: #64d734
}
#focus .hdicon {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 59px;
	height: 59px;
	background: url(http://59.173.13.186:9002/english/images/play-btn.png) no-repeat;
	_background: 0;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="http://59.173.13.186:9002/english/images/play-btn.png")
}
#focus .focus-title a {
	display: none;
	color: #fff
}
.inleft {
	width: 330px;
}
.inleft h4, .incon h4 {
	color: #727171;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	line-height: 28px;
}
.innewli li {
	width: 330px;
	float: left;
	margin: 10px 0;
}
.innewli li h3 a {
	font-size: 14px;
	line-height: 30px;
	color: #a1000a;
	font-family: Arial, Helvetica, sans-serif;
	background: url(base_res/sj.gif) no-repeat 0 0;
	padding: 0 0 0 16px;
}
.innewli li h3 a:hover {
	text-decoration: underline;
}
.innewli li span {
	color: #aaa;
	margin: 5px 0;
	width: 312px;
	float: left;
	padding: 0 0 0 18px;
}
.innewli li p {
	color: #777;
    line-height: 24px;
    text-indent: 20px;
    width: 282px;
    overflow: hidden;
}
.innewli li p.inimgs {
	text-indent: 0;
	text-align: center;
	padding: 8px 0
}
.innewli li p.inimgs img {
	max-width: 330px;
}
.innewli li i {
	color: #a1000a;
}
.innewli li em {
	color: #777
}
.incon {
	width: 330px;
	margin: 0 0 0 45px;
	display: inline;
}
.inright {
	width: 262px;
	margin: 15px 0 0 0
}
.inright ul li {
	width: 262px;
	float: left;
	text-align: center;
}
.inright ul li a {
	display: block;
	line-height: 30px;
}
.inright ul li .i01 {
	color: #f878a2
}
.inright ul li .i02 {
	color: #2a8dea;
}
.inright ul li .i03 {
	color: #aaa348;
}
/*新闻详细页*/
.article_box {
	padding: 20px 40px;
	overflow: hidden;
}
.article_tit {
	width: 100%;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #333;
	font-family: microsoft yahei;
}
.article_time {
	line-height: 30px;
	clear: both;
	text-align: center;
	background: url(base_res/main_right_shadow01.png) no-repeat center bottom;
	padding-bottom: 31px;
	color: #666;
}
.article_content {
	width: 100%;
	overflow: hidden;
	clear: both;
	padding: 10px 0 25px 0;
	line-height: 26px;
	color: #555;
	font-size: 14px;
	min-height: 200px;
}
.article_content img {
	max-width: 670px;
}
.article_content .imgs {
	max-width: 670px;
	margin: 15px auto;
	text-align: center;
}
p.ml10 {
	text-indent: 25px;
	font-size: 14px;
}
.article_sh {
	width: 100%;
	padding: 20px 0;
	float: left;
}
.article_sh .left {
	width: 60%;
	float: left;
	margin: 0;
}
.article_sh .left p {
	width: 100%;
	float: left;
	margin: 5px 0 0 0;
	color: #333;
	line-height: 22px;
}
.article_sh .left p a {
	color: #666;
}
.article_sh .right {
	width: 240px;
	float: right;
	margin: 10px 0 0 0;
}
.studyArea_desc {
	Z-INDEX: 100;
	BORDER-BOTTOM: #0067a8 6px solid;
	POSITION: absolute;
	BORDER-LEFT: #0067a8 6px solid;
	PADDING-BOTTOM: 10px;
	MARGIN-TOP: 0px;
	MIN-HEIGHT: 200px;
	PADDING-LEFT: 15px;
	WIDTH: 200px;
	PADDING-RIGHT: 10px;
	BACKGROUND: #ffffff 0px 0px;
	HEIGHT: auto;
	COLOR: #222;
	MARGIN-LEFT: 15px;
	BORDER-TOP: #0067a8 6px solid;
	BORDER-RIGHT: #0067a8 6px solid;
	PADDING-TOP: 8px
}
.studyArea_desc .arrow {
	BACKGROUND-IMAGE: url(http://59.173.13.186:9002/english/PublishingImages/Larrow.png);
	POSITION: absolute;
	WIDTH: 22px;
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: 0px 0px;
	HEIGHT: 60px;
	TOP: -5px;
	LEFT: -22px
}
.studyArea_desc:after {
	BORDER-BOTTOM: transparent 27px solid;
	POSITION: absolute;
	BORDER-LEFT: #ffffff 0px solid;
	WIDTH: 0px;
	BOTTOM: auto;
	DISPLAY: block;
	BORDER-TOP: transparent 27px solid;
	CONTENT: "";
	TOP: -1px;
	BORDER-RIGHT: #ffffff 18px solid;
	LEFT: -18px
}
.studyArea_desc:before {
	BORDER-BOTTOM: transparent 30px solid;
	POSITION: absolute;
	BORDER-LEFT: #0067a8 0px solid;
	WIDTH: 0px;
	BOTTOM: auto;
	DISPLAY: block;
	BORDER-TOP: transparent 30px solid;
	CONTENT: "";
	TOP: -5px;
	BORDER-RIGHT: #0067a8 20px solid;
	LEFT: -26px
}
#container {
	WIDTH: 770px;
	FLOAT: left;
	HEIGHT: auto
}
#accounting {
	BACKGROUND-IMAGE: url(base_res/1.jpg);
	WIDTH: 182px;
	BACKGROUND-POSITION: 0px 0px;
	MARGIN-BOTTOM: 10px;
	FLOAT: left;
	HEIGHT: 180px;
	MARGIN-RIGHT: 10px
}
#actuarialStudies {
	BACKGROUND-IMAGE: url(base_res/2.jpg);
	WIDTH: 182px;
	BACKGROUND-POSITION: 0px 0px;
	MARGIN-BOTTOM: 10px;
	FLOAT: left;
	HEIGHT: 180px;
	MARGIN-RIGHT: 10px
}
#realestateStudies {
	BACKGROUND-IMAGE: url(base_res/3.jpg);
	WIDTH: 182px;
	BACKGROUND-POSITION: 0px 0px;
	MARGIN-BOTTOM: 10px;
	FLOAT: left;
	HEIGHT: 180px;
	MARGIN-RIGHT: 10px
}
#businessStrategy {
	BACKGROUND-IMAGE: url(base_res/4.jpg);
	WIDTH: 182px;
	BACKGROUND-POSITION: 0px 0px;
	MARGIN-BOTTOM: 10px;
	FLOAT: left;
	HEIGHT: 180px;
	MARGIN-RIGHT: 10px
}
#businessTechnology {
	BACKGROUND-IMAGE: url(base_res/5.jpg);
	WIDTH: 182px;
	BACKGROUND-POSITION: 0px 0px;
	MARGIN-BOTTOM: 10px;
	FLOAT: left;
	HEIGHT: 180px;
	MARGIN-RIGHT: 10px
}
#businessLaw {
	BACKGROUND-IMAGE: url(base_res/6.jpg);
	WIDTH: 182px;
	BACKGROUND-POSITION: 0px 0px;
	MARGIN-BOTTOM: 10px;
	FLOAT: left;
	HEIGHT: 180px;
	MARGIN-RIGHT: 10px
}
#economics {
	BACKGROUND-IMAGE: url(base_res/7.jpg);
	WIDTH: 182px;
	BACKGROUND-POSITION: 0px 0px;
	MARGIN-BOTTOM: 10px;
	FLOAT: left;
	HEIGHT: 180px;
	MARGIN-RIGHT: 10px
}
#finance {
	BACKGROUND-IMAGE: url(base_res/8.jpg);
	WIDTH: 182px;
	BACKGROUND-POSITION: 0px 0px;
	MARGIN-BOTTOM: 10px;
	FLOAT: left;
	HEIGHT: 180px;
	MARGIN-RIGHT: 10px
}
#humanResourceManagement {
	BACKGROUND-IMAGE: url(base_res/9.jpg);
	WIDTH: 182px;
	BACKGROUND-POSITION: 0px 0px;
	MARGIN-BOTTOM: 10px;
	FLOAT: left;
	HEIGHT: 180px;
	MARGIN-RIGHT: 10px
}
#informationSystem {
	BACKGROUND-IMAGE: url(base_res/10.jpg);
	WIDTH: 182px;
	BACKGROUND-POSITION: 0px 0px;
	MARGIN-BOTTOM: 10px;
	FLOAT: left;
	HEIGHT: 180px;
	MARGIN-RIGHT: 10px
}
#internationalBusiness {
	BACKGROUND-IMAGE: url(base_res/11.jpg);
	WIDTH: 182px;
	BACKGROUND-POSITION: 0px 0px;
	MARGIN-BOTTOM: 10px;
	FLOAT: left;
	HEIGHT: 180px;
	MARGIN-RIGHT: 10px
}
#management {
	BACKGROUND-IMAGE: url(base_res/12.jpg);
	WIDTH: 182px;
	BACKGROUND-POSITION: 0px 0px;
	MARGIN-BOTTOM: 10px;
	FLOAT: left;
	HEIGHT: 180px;
	MARGIN-RIGHT: 10px
}
#marketing {
	BACKGROUND-IMAGE: url(base_res/13.jpg);
	WIDTH: 182px;
	BACKGROUND-POSITION: 0px 0px;
	MARGIN-BOTTOM: 10px;
	FLOAT: left;
	HEIGHT: 180px;
	MARGIN-RIGHT: 10px
}
#riskManagement {
	BACKGROUND-IMAGE: url(base_res/14.jpg);
	WIDTH: 182px;
	BACKGROUND-POSITION: 0px 0px;
	MARGIN-BOTTOM: 10px;
	FLOAT: left;
	HEIGHT: 180px;
	MARGIN-RIGHT: 10px
}
#socialImpact {
	BACKGROUND-IMAGE: url(base_res/15.jpg);
	WIDTH: 182px;
	BACKGROUND-POSITION: 0px 0px;
	MARGIN-BOTTOM: 10px;
	FLOAT: left;
	HEIGHT: 180px;
	MARGIN-RIGHT: 10px
}
#taxation {
	BACKGROUND-IMAGE: url(base_res/16.jpg);
	WIDTH: 182px;
	BACKGROUND-POSITION: 0px 0px;
	MARGIN-BOTTOM: 10px;
	FLOAT: left;
	HEIGHT: 180px;
	MARGIN-RIGHT: 10px
}




.selected2,.parent2 {color: #fff !important;
    text-decoration: none !important;
    background: #8c2221 url(base_res/menu_icon02.jpg) no-repeat 126px center !important;}


#wp_content_w14_0 div span img {  padding:5px;}
.prev img,.next img {display:none !important;}
.prev {background: url(pre.png) no-repeat !important;  height:33px; display:block; float:left;}
.next {background: url(next.png) no-repeat !important;  height:33px;display:block; float:left;}


.wp_articlecontent span{word-break: break-word;}

.page_nav .prev{ background:none !important;}
.page_nav .next{ background:none !important;}

.subright .NewsList .wp_paging .prev{ background:none !important;}
.subright .NewsList .wp_paging .next{ background:none !important;}





















