/* login */
.login {
    height: 242px;
    background: url(../images/login_box_bg.png) 0 0 no-repeat;
}
.login h2 {
    width: 230px;
    height: 33px;
    line-height: 33px;
    margin: 0 auto;
    color: #fff;
    font-size: 15px;
    background: url(../images/login_box_title_bg.png) 0 0 no-repeat;
}
.login h2 span {
    padding-left: 20px;
}
.login .login-btn-box {
    margin-top: 25px;
}
.login .login-btn-box .login-btn {
    display: block;
    margin: 0 auto;
    margin-top: 8px;
    width: 113px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-family: "SimSun";
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 5px #000;
}
.login .login-btn-box .login-btn-yellow {
    background: url(../images/login-btn-yellow_bg.png) 0 0 no-repeat;
}
.login .login-btn-box .login-btn-green {
    background: url(../images/login-btn-green_bg.png) 0 0 no-repeat;
}
.login .login-btn-box .login-btn-red {
    background: url(../images/login-btn-red_bg.png) 0 0 no-repeat;
}

/* flash-new */
.flash-new {
    height: 214px;
}

/* search */
.search {
    height: 130px;
}
.search label {
    display: block;
    padding: 5px 10px;
}
.search input {
    width: 35px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #ccc;
}
.search select {
    width: 80px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #ccc;
}
.search .search-btn {
    display: inline-block;
    width: 59px;
    height: 26px;
    text-align: center;
    color: #fff;
    line-height: 26px;
    background: url(../images/search-btn_bg.png) 0 0 no-repeat;
    text-shadow: 0 0 5px #000;
}

/* quickgetaway */
.quickgetaway {
   /* height: 276px;*/
    height: 326px;
}
.quickgetaway .quickgetaway-link {
    display: block;
    width: 235px;
    height: 51px;
    margin: 0 auto;
    margin-top: 5px;
    line-height: 51px;
    color: #0287da;
    font-weight: 700;
    font-size: 16px;
    background: url(../images/quickgetaway-link_bg.png) 0 0 no-repeat;
}
.quickgetaway .quickgetaway-link:hover {
    text-decoration: none;
}
.quickgetaway .quickgetaway-link span {
    padding-left: 80px;
}

/* contact */
.contact {
    height: 210px;
}
.contact .common-list .item {
    background: url(../images/list-icon-gray.png) 0 50% no-repeat;
}

/* calendar */
.calendar {
    height: 242px;
}

/* job, work, jobdynamics */
.job,
.work,
.jobdynamics {
    height: 242px;
}

/* employment, entrepreneur, jobinfo, downloadArea, teacherRes, interninfo */
.employment,
.entrepreneur,
.jobinfo,
.downloadArea,
.teacherRes,
.interninfo {
    height: 162px;
}

/* friend-link */
.friend-link {
    padding: 10px;
}
.friend-link .inner {
    padding: 10px;
    background: #f3f3f3;    
}
.friend-link .item {
    float: left;
    margin-right: 10px;
    padding: 2px;
    white-space:nowrap;
}

/* list */
.common-list {
    padding: 0 5px;
}
.common-list .item {
    padding-left: 18px;
    height: 32px;
    line-height: 32px;
    background: url(../images/list-icon-orange.png) 0 50% no-repeat;

    *zoom: 1;
}
.common-list.gray-list .item {
    background: url(../images/list-icon-gray.png) 0 50% no-repeat;
}
.common-list .item:before,
.common-list .item:after {
    display: table; 
    line-height: 0; 
    content: ""; 
}
.common-list .item:after {
    clear: both;
}
.common-list .item a {
    float: left;
    width: 80%;
    
    /* ellipsis */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.common-list .item .date {
    float: right;
    color: #666;
}


/*图片新闻*/
.flexslider {
  position: relative;
  height: 164px;
  width:236px;
  margin: 0;
  zoom: 1;
  float:left;
}
.flexslider img {
  width: 236px;
  height:164px;
}

.flexslider .slides li{
  width: 100%;
  float: left;
  height: 164px;
  position: relative;
  opacity: 0;
  display: block;
  z-index: 1;
}
.slider-caption{
 position:absolute;
 left:0;
 bottom:0;
 width:100%;
 height:34px;
 line-height:34px;
 background:url(../images/slider_txt.png) repeat-x;
}
.slider-caption h2 a{
 font-size:13px;
 color:#fff;
margin-left: 10px;
}
.flex-direction-nav a {
  width: 36px;
  height: 36px;
  display: inline-block;
  font-size: 16px;
  background:#F00;
  position:absolute;
  top:50%;
  z-index:99;
  text-indent:-99em;
  display: none;
}
.flex-direction-nav .flex-prev {
  left: 36px;
}
.flex-direction-nav .flex-next {
  right: 36px;
}

/* Control Nav */
.flex-control-nav {
  position: absolute;
  bottom: 9px;
  right:3px;
  z-index:999;
}

.flex-control-nav li {
  margin: 0 2px;
  float:left;
  zoom: 1;
  width: 15px;
  height: 15px;
  background: #7b7b7b;
  cursor: pointer;
  color:#fff;
  border-radius:10px;
  text-align:center;
}

.flex-control-paging li a {
  font-size:12px;
  display: block;
  color:#fff;
  line-height: 15px;
}
.flex-control-paging li a.flex-active {
  background: #215fb1;
  border-radius:10px;
}


/*banner轮显图*/
#focus {
 width: 981px;
 height: 200px;
 margin: 0 auto;
 
}
#slides {
 position: absolute;
 z-index: 1;
}
.slides_container {
 width: 981px;
 overflow: hidden;
 position: relative;
 display: none;
}
.slides_container img {
 width: 981px;
 height: 200px;
 display: block;
}
.pagination {
 position: absolute;
 bottom: 10px;
 z-index: 999;
 padding: 0 10px;
 padding-top: 3px;
 margin-left: 45%; 
 width: 72px;
 height: 15px;
}
.pagination li {
 float: left;
 margin: 0 4px;
 
}
.pagination li a {
 display: block;
 width: 11px;
 height: 0;
 padding-top: 11px;
 background: url(../images/pagination_1.png) 0 0;
 float: left;
 overflow: hidden;
}
.pagination li.current a {
 background-position: 0 -13px;
 _background-position: 0 -8px;
}

/*选项卡切换*/
.tab_off{
	width:92px; float:left;
	text-align:center;
}
.tab_on{
	width:92px; float:left;
	background:url(../images/tab_on.jpg) no-repeat;
	text-align:center;
}

.tab_off a{font-size:15px;}
.tab_on a{color:#ffffff; font-size:15px;}