/*index*/

#index_highlights {
	width:996px;
	background:#ccc;
	//background-image:url('/ranp/1.jpg');
	background:url('/wp-content/uploads/2011/10/stripe.jpg');
	margin:5px auto;
	margin-bottom:0px;
	position:relative;
	z-index:9;
	height:280px;
}

/* anythingSlider v1.2
By Chris Coyier: http://css-tricks.com
edit by Ryan[at]mol */
.anythingSlider {
	
	width: 646px;
	height: 250px;
	position: relative;
	margin:0px;
	border:0px;
	z-index:200;
	overflow:hidden;
	//box-shadow:0px 0px 5px #333;
}
.anythingSlider .wrapper {
	width: 646px;
	overflow: auto;
	height: 250px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}
/* 
Width below is max for Opera
*/
.anythingSlider .wrapper ul {
	width: 32700px;
	position: absolute;
	top: 0;
	left: 0;
	background: #eee;
	//margin-left: -40px;
	margin-top: 0px
}
*html .anythingSlider .wrapper ul {
	margin-left: 0px
}
.anythingSlider ul li {
	position:relative;
	display: block;
	float: left;
	padding: 0;
	height: 250px;
	width: 646px;
	margin:0;
}
.anythingSlider .arrow {
	display: none;
	height: 200px;
	width: 20px;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	cursor: pointer;
}
.anythingSlider .forward {
	background-position: 0 0;
	right: -20px;
}
.anythingSlider .back {
	background-position: -20px 0;
	left: -20px;
}
.anythingSlider .forward:hover {
	background-position: 0 -200px;
}
.anythingSlider .back:hover {
	background-position: -20px -200px;
}
#thumbNav {
	position: absolute;
	top: 50px;
	left:-25px;
}
#thumbNav a {
	background: #ddd;
	color: #ddd;
	font-size: 10px;
	display: inline-block;
	margin: 2px 5px;
	height: 12px;
	width: 12px;
	border-radius:12px;
	overflow: hidden;
	float:left;
	clear:both;
}
#thumbNav a:hover {
	background:#999;
	color:#999;
	text-decoration:none
}
#thumbNav a.cur {
	background: #136085;
	color:#136085;
}
#start-stop {
	visibility:hidden;
	color: #ccc;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 45px;
	top: 323px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
/*  index slider*/
.anythingSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.anythingSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}
.sliderr {
	height:250px;
	position:absolute;
	width:646px;
	top:0px;
	left:0px;
	background:#fff;
}
.sliderr img.alignleft {
	position:absolute;
	left:5px;
	top:5px;
	margin:0px;
}

.slidert {
	width:636px;
	position: absolute;
	bottom:5px;
	left:5px;
	line-height:25px;
	background: #136085;
	font-size:14px;
	color:#fff;
	display:block;  /* for IE */
	filter:alpha(opacity=75); /* CSS3 standard */
	opacity:0.75;
	text-align:center;
}
a.slidert:hover {
	text-decoration:none;
	background:#666
}

/*people*/

#people {
	position:absolute;
	top:0px;
	right:0px;
	height:250px;
	z-index:100;
	width:100%;
}
#people_img {
	position:absolute;
	top:15px;
	right:15px;
	width:310px;
	height:210px;
	overflow:hidden
}
#people_title {
	background:#fff;
	color:#136085;
	position:absolute;
	right:15px;
	top:230px;
	width:310px;
	text-align:right;
	line-height:27px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	text-align:center;
}
#mail {
	margin-top:10px;
}
#mail label {
	display:inline-block;
	width:4em;
	text-align:right;
}
#mailheader {
	padding:10px; 
	background:#eee;
	background-image:url(/wp-content/themes/magazine-basic/images/evelope.gif); 
	background-repeat:no-repeat;
	background-position: right top;
	border:1px #ccc solid;
	border-bottom:none;
	}
#mailheader span {
	color:#136085;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}
#mail form {
	border:1px solid #ccc;
	padding-bottom:10px;
	padding-top:10px;
	border-top:none
}
#quick, #quick2 {
	background: #8aafc1;
	margin-top: 10px;
	text-align: center;
	line-height: 30px;
	color:#fff;
	}
#quick {
	margin-bottom: 0px;
	}
#quick2 {
	margin-bottom: 10px;
	}				
#quick a, #quick2 a {
	color: #fff;
	font-size:12px;
	padding-left: 12px;
	background:url(images/arrows.png) no-repeat 0px 1px;
	border-right:1px #ccc solid;
	padding-right:8px;
	}
#quick a {
	width:6em;
	display:inline-block;
	line-height:14px;
	border:none;
	text-align:left;
	margin-bottom:4px
}
.indexbox div {
	font-size:12px;
	font-family:arial;
}
.indexbox ul {
	margin:3px;
	padding:2px
}
.indexbox li {
	margin-bottom:2px;
	}
.indexbox p {
	margin:0;
	padding:0;
}
.indexbox .storycontent h2 {
	font-size:14px;
	font-weight:normal;
	display:block;
	margin-bottom:8px;
	margin-top:10px;
	padding:0
}
.recent {
	border:1px solid #ccc;
}
.recent li, #ifudanren li {
	position: relative;
	margin-bottom:4px;
	height: 1.35em;
	overflow:hidden;
}
.recent li a, #ifudanren li a {
	display:block!important;
	display:inline-block;
	margin-left:35px;
	margin-right:5px;
	color:#333;
}
.indexbox a {
	color:#333;
}
.recent small, #ifudanren small {
	display:inline-block;
	width:30px;
	top:0px;
	left:0px;
	text-align:right;
	position:absolute
}
h3.recentnews {
	font-weight:normal;
	font-size:12px;
	color:#136085;
	margin:5px;
	padding:3px;
	border-bottom:3px solid #136085;
}
.recentnews a {
	color:#136085;
}
#eventss li {
	padding: 3px;

}
#eventss li a {
	display:inline;}
#alumniflash {
	margin-top:5px;
	margin-bottom:10px;
	}
#alumniflash li.flashafter {
	width:150px;
	float:left;
	height:50px;
	overflow:hidden;
}
#alumniflash img.alignleft {
	margin:5px;
	margin-left:0px;
	margin-top:0px;
	padding:0px;
	}	
#sidebar3 { 
	width: 326px;
	float: right;
}

#ifudanrencon {
	margin-top:10px;
	border:1px solid #ccc;
	padding:10px 0px;
	}
.ifudanrenOn {
	background:#136085;
	color:#fff;
	}
#ifudanrencon span {
	cursor:pointer;
	margin:5px;
	text-decoration:none;
	padding:5px;
	margin-right:0px;
	}
#ifudanren {
	position:relative;
	border:1px solid #ccc;
	border-top:none;
	height:240px;
	overflow:hidden;
	}
#ifudanren img {
	padding:0px;
	margin:0px;
	}
#ifudanren ul {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	margin:0px;
	padding:0px;
	padding-top:120px;
	}
.ifudanrenlead {
	position:absolute;
	top:10px;
	left:10px;
	}
#indexlinks {
	width:996px;
	margin:0px auto;
	margin-top:10px;
	clear:both;
	padding:10px 0px;
	text-align:center;
	background:url('/wp-content/uploads/2011/10/stripe.jpg');
	}

.top10 a {
	//letter-spacing: -1px;
}
.top10 small {
}
.top10 small span {
	padding:0px;
	background:#136085;
	width:14px;
	color:#fff;
	text-align:center;
	border-radius:2px;
	display:block;
	float:right;
}

/*original map*/



/* The group of people */
#gmap {display:block; width:550px; height:617px; background:url(images/map/map.jpg) no-repeat; position:relative; margin:0 auto 2em auto;}
#gmap a {color:#000; font-family:arial, sans-serif; font-size:1.2em; font-weight:bold; text-transform:uppercase;}

a#title2, a#title2:visited {display:block; width:550px; height:617px; padding-top:260px; position:absolute; left:0; top:0; cursor:default; text-decoration:none;}
* html a#title2 {height:617px; he\ight:0;}/*IE6.0以下中显示*/
#gmap a#title2:hover {background:transparent url(images/map/group_col.gif) no-repeat 0 0; overflow:visible; color:#c00;}

/*新疆*/
a#xj {display:block; width:206px; height:0; padding-top:156px; overflow:hidden; position:absolute; left:14px; top:63px;}
* html a#xj {height:156px; he\ight:0;text-indent:-9000px;}
a#xj:hover {background:transparent url(images/map/xj1.gif) no-repeat 0 0;overflow:visible;text-indent:-9000px;}

/*西藏*/
a#xz {display:block; width:200px; height:0; padding-top:124px; overflow:hidden; position:absolute; left:37px; top:207px;}
* html a#xz {height:124px; he\ight:0;}
a#xz:hover {background:transparent url(images/map/xz.gif) no-repeat  0 0;overflow:visible;text-indent:-9000px;}

/*青海*/
a#qh {display:block; width:132px; height:0; padding-top:96px; overflow:hidden; position:absolute; left:147px; top:184px;}
* html a#qh {height:96px; he\ight:0;}
a#qh:hover {background:transparent url(images/map/qh.gif) no-repeat 0 0; height:-20px; overflow:visible;text-indent:-9000px;}

/*甘肃*/
a#gs {display:block; width:148px; height:0; padding-top:123px; overflow:hidden; position:absolute; left:187px; top:149px;}
* html a#gs {height:123px; he\ight:0;}
a#gs:hover {background:transparent url(images/map/gsh.gif) no-repeat 0 0; overflow:visible;text-indent:-9000px;}

/*内蒙古*/
a#lmg {display:block; width:226px; height:0; padding-top:196px; overflow:hidden; position:absolute; left:234px; top:17px;}
* html a#lmg {height:196px; he\ight:0;}
a#lmg:hover {background:transparent url(images/map/lm.gif) no-repeat 0 0; overflow:visible;text-indent:-9000px;}

/*黑龙江*/
a#hlj {display:block; width:116px; height:0; padding-top:106px; overflow:hidden; position:absolute; left:420px; top:13px;}
* html a#hlj {height:106px; he\ight:0;}
a#hlj:hover {background:transparent url(images/map/hlj.gif) no-repeat 0 0; overflow:visible;text-indent:-9000px;}

/*宁夏*/
a#nx {display:block; width:34px; height:0; padding-top:47px; overflow:hidden; position:absolute; left:290px; top:191px;}
* html a#nx {height:47px; he\ight:0;}
a#nx:hover {background:transparent url(images/map/nx.gif) no-repeat 0 0; overflow:visible;text-indent:-9000px;}

/*吉林*/
a#jl {display:block; width:88px; height:0; padding-top:59px; overflow:hidden; position:absolute; left:436px; top:96px;}
* html a#jl {height:59px; he\ight:0;}
a#jl:hover {background:transparent url(images/map/jl.gif) no-repeat 0 0; overflow:visible;text-indent:-9000px;}

/*辽宁*/
a#ln {display:block; width:61px; height:0; padding-top:53px; overflow:hidden; position:absolute; left:423px; top:129px;}
* html a#ln {height:53px; he\ight:0;}
a#ln:hover {background:transparent url(images/map/ll.gif) no-repeat 0 0; overflow:visible;text-indent:-9000px;}

/*山东*/
a#sd {display:block; width:69px; height:0; padding-top:45px; overflow:hidden; position:absolute; left:396px; top:198px;}
* html a#sd {height:45px; he\ight:0;}
a#sd:hover {background:transparent url(images/map/sd.gif) no-repeat 0 0; overflow:visible;text-indent:-9000px;}

/*河北*/
a#hb {display:block; width:58px; height:0; padding-top:81px; overflow:hidden; position:absolute; left:377px; top:146px;}
* html a#hb {height:81px; he\ight:0;}
a#hb:hover {background:transparent url(images/map/heb.gif) no-repeat 0 0; overflow:visible;text-indent:-9000px;}

/*北京*/
a#bj {display:block; width:17px; height:0; padding-top:18px; overflow:hidden; position:absolute; left:394px; top:167px;}
* html a#bj {height:18px; he\ight:0;}
a#bj:hover {background:transparent url(images/map/bj.gif) no-repeat 0 0; overflow:visible;text-indent:-9000px;}

/*天津*/
a#tj {display:block; width:15px; height:0; padding-top:20px; overflow:hidden; position:absolute; left:406px; top:175px;}
* html a#tj {height:20px; he\ight:0;}
a#tj:hover {background:transparent url(images/map/tj.gif) no-repeat 0 0; overflow:visible;text-indent:-9000px;}

/*陕西*/
a#shx {display:block; width:55px; height:0; padding-top:93px; overflow:hidden; position:absolute; left:303px; top:188px;}
* html a#shx {height:93px; he\ight:0;}
a#shx:hover {background:transparent url(images/map/shx.gif) no-repeat 0 0; overflow:visible;text-indent:-9000px;}

/*山西*/
a#sx {display:block; width:37px; height:0; padding-top:73px; overflow:hidden; position:absolute; left:350px; top:173px;}
* html a#sx {height:73px; he\ight:0;}
a#sx:hover {background:transparent url(images/map/sx.gif) no-repeat 0 0; overflow:visible;text-indent:-9000px;}

/*河南*/
a#hn {display:block; width:62px; height:0; padding-top:56px; overflow:hidden; position:absolute; left:351px; top:224px;}
* html a#hn {height:56px; he\ight:0;}
a#hn:hover {background:transparent url(images/map/hl.gif) no-repeat 0 0; overflow:visible;text-indent:-9000px;}

/*江苏*/
a#js {display:block; width:56px; height:0; padding-top:50px; overflow:hidden; position:absolute; left:409px; top:232px;}
* html a#js {height:50px; he\ight:0;}
a#js:hover {background:transparent url(images/map/js.gif) no-repeat 0 0; overflow:visible;text-indent:-9000px;}

/*安徽*/
a#ah {display:block; width:52px; height:0; padding-top:63px; overflow:hidden; position:absolute; left:397px; top:239px;}
* html a#ah {height:63px; he\ight:0;}
a#ah:hover {background:transparent url(images/map/ah.gif) no-repeat 0 0; overflow:visible;text-indent:-9000px;}

/*上海*/
a#sh {display:block; width:10px; height:0; padding-top:7px; overflow:hidden; position:absolute; left:460px; top:273px;}
* html a#sh {height:7px; he\ight:0;}
a#sh:hover {background:transparent url(images/map/sh.gif) no-repeat 0 0; overflow:visible;text-indent:-9000px;}

/*浙江*/
a#zj {display:block; width:40px; height:0; padding-top:50px; overflow:hidden; position:absolute; left:433px; top:275px;}
* html a#zj {height:50px; he\ight:0;}
a#zj:hover {background:transparent url(images/map/zj.gif) no-repeat 0 0; overflow:visible;text-indent:-9000px;}

/*江西*/
a#jx {display:block; width:51px; height:0; padding-top:67px; overflow:hidden; position:absolute; left:388px; top:297px;}
* html a#jx {height:67px; he\ight:0;}
a#jx:hover {background:transparent url(images/map/jx.gif) no-repeat 0 0; overflow:visible;text-indent:-9000px;}

/*福建*/
a#hj {display:block; width:47px; height:0; padding-top:59px; overflow:hidden; position:absolute; left:414px; top:313px;}
* html a#hj {height:59px; he\ight:0;}
a#hj:hover {background:transparent url(images/map/hj.gif) no-repeat 0 0; overflow:visible;text-indent:-9000px;}

/*广东*/
a#gd {display:block; width:81px; height:0; padding-top:63px; overflow:hidden; position:absolute; left:350px; top:352px;}
* html a#gd {height:63px; he\ight:0;}
a#gd:hover {background:transparent url(images/map/gd.gif) no-repeat 0 0; overflow:visible;text-indent:-9000px;}

/*海南*/
a#hl {display:block; width:25px; height:0; padding-top:21px; overflow:hidden; position:absolute; left:338px; top:418px;}
* html a#hl {height:21px; he\ight:0;}
a#hl:hover {background:transparent url(images/map/hal.gif) no-repeat 0 0; overflow:visible;text-indent:-9000px;}

/*广西*/
a#gx {display:block; width:80px; height:0; padding-top:59px; overflow:hidden; position:absolute; left:294px; top:343px;}
* html a#gx {height:59px; he\ight:0;}
a#gx:hover {background:transparent url(images/map/gx.gif) no-repeat 0 0; overflow:visible;text-indent:-9000px;}

/*贵州*/
a#gz {display:block; width:62px; height:0; padding-top:52px; overflow:hidden; position:absolute; left:284px; top:312px;}
* html a#gz {height:52px; he\ight:0;}
a#gz:hover {background:transparent url(images/map/gz.gif) no-repeat 0 0; overflow:visible;text-indent:-9000px;}

/*云南*/
a#yn {display:block; width:92px; height:0; padding-top:92px; overflow:hidden; position:absolute; left:218px; top:313px;}
* html a#yn {height:92px; he\ight:0;}
a#yn:hover {background:transparent url(images/map/yn.gif) no-repeat 0 0; overflow:visible;text-indent:-9000px;}

/*四川*/
a#sc {display:block; width:111px; height:0; padding-top:96px; overflow:hidden; position:absolute; left:222px; top:250px;}
* html a#sc {height:96px; he\ight:0;}
a#sc:hover {background:transparent url(images/map/sc.gif) no-repeat 0 0; overflow:visible;text-indent:-9000px;}

/*重庆*/
a#cq {display:block; width:51px; height:0; padding-top:47px; overflow:hidden; position:absolute; left:299px; top:275px;}
* html a#cq {height:47px; he\ight:0;}
a#cq:hover {background:transparent url(images/map/chq.gif) no-repeat 0 0; overflow:visible;text-indent:-9000px;}

/*湖南*/
a#hun {display:block; width:56px; height:0; padding-top:65px; overflow:hidden; position:absolute; left:339px; top:298px;}
* html a#hun {height:65px; he\ight:0;}
a#hun:hover {background:transparent url(images/map/hn.gif) no-repeat 0 0; overflow:visible;text-indent:-9000px;}

/*湖北*/
a#hub {display:block; width:82px; height:0; padding-top:49px; overflow:hidden; position:absolute; left:332px; top:261px;}
* html a#hub {height:49px; he\ight:0;}
a#hub:hover {background:transparent url(images/map/hb.gif) no-repeat 0 0; overflow:visible;text-indent:-9000px;}

/*台湾*/
a#tw {display:block; width:17px; height:10; padding-top:40px; overflow:hidden; position:absolute; left:462px; top:347px;}
* html a#tw {height:40px; he\ight:0;}
a#tw:hover {background:transparent url(images/map/tw.gif) no-repeat 0 0; overflow:visible;text-indent:-9000px;}

/*香港*/
a#xg {display:block; width:20px; height:0px; padding-top:40px; overflow:hidden; position:absolute; left:402px; top:389px;}
* html a#xg {height:40px; he\ight:0;}
a#xg:hover {background:transparent no-repeat 0 0; overflow:visible;text-indent:-9000px;}

/*澳门*/
a#am {display:block; width:20px; height:0px; padding-top:40px; overflow:hidden; position:absolute; left:387px; top:390px;}
* html a#am {height:40px; he\ight:0;}
a#am:hover {background:transparent no-repeat 0 0; overflow:visible;text-indent:-9000px;}
