﻿@charset "utf-8";
#content {
    position: relative;
    z-index: 1;
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
}

.cloumn {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}
#clounmA {
    overflow: hidden;
}
#clounmA .side {
    float: left;
    width: 290px;
    overflow: hidden;
}
#clounmA .main {
    float: right;
    width: 890px;
    overflow: hidden;
}
/* box公用 */
/*新闻及焦点图*/
#inClounmA {
    border: 3px solid #f09a34;
    padding: 12px;
    overflow: hidden;
    background-color: #f9fcef;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-borderradius: 20px;
}
.indZwgk {
    float: right;
    width: 475px;
}
.indZwgk .hd {
    overflow: hidden;
    height: 30px;
}
.indZwgk .hd ul li {
    float: left;
    width: 110px;
    height: 30px;
    text-align: center;
    background-color: #53b41f;
    margin-right: 8px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-borderradius: 20px;
}
.indZwgk .hd ul li a {
    color: #fff;
    font-size: 16px;
}
.indZwgk .hd ul li.on {
    background: #ff9900;
}
.indZwgk .hd ul li.on a {
    color: #fff;
}
.indZwgk .bd {
    padding-top: 15px;
}
/* 焦点图 S*/
.focus {
    width: 358px;
    height: 258px;
    position: relative;
    float: left;
}
.focus .hd {
    position: absolute;
    bottom: 10px;
    line-height: 20px;
    right: 20px;
    z-index: 2;
}
.focus .hd li {
    float: left;
    width: 10px;
    height: 8px;
    background-color: #fff;
    text-align: center;
    line-height: 8px;
    margin-left: 5px;
    display: inline;
}
.focus .hd li span {
    width: 10px;
    display: block;
    text-indent: 999px;
    overflow: hidden;
}
.focus .hd li.on {
    background-color: #f4970b;
    color: #fff;
}
.focus .bd .pic img {
    width: 358px;
    height: 258px;
}
.focus .bd .con {
    position: absolute;
    background: url(../../base/img/ul_bg.png) repeat;
    z-index: 1;
    height: 35px;
    line-height: 35px;
    bottom: 0px;
    width: 100%;
}
.focus .bd .con h3 {
    padding-left: 15px;
}
.focus .bd .con a {
    color: #fff;
}
/* 主要部分*/
#inClounmB {
    clear: both;
    overflow: hidden;
}
#inClounmB .mbox {
    width: 410px;
    border: 3px solid #f09a34;
    padding: 12px;
    overflow: hidden;
    background-color: #f9fcef;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-borderradius: 20px;
    margin-top: 15px;
}
.mbox .hd {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    background: url(../../base/img/mboxhd.jpg) repeat-x center;
}
.mbox .hd .more {
    float: right;
    background-color: #f9e3c1;
    text-align: center;
    color: #666;
    margin-top: 2px;
    border: 1px solid #ff9900;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-borderradius: 20px;
    display: block;
    width: 64px;
    line-height: 24px;
    height: 24px;
}
.mbox .hd h3 {
    float: left;
    width: 118px;
    text-align: center;
    background-color: #ff9900;
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-borderradius: 20px;
}
.mbox .hd h3 a {
    color: #fff;
}
.mbox .bd {
    padding-top: 8px;
    height: 210px;
}
/* 副栏*/
.indbox {
    border: 3px solid #4ea81e;
    padding: 12px;
    overflow: hidden;
    background-color: #f9fcef;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-borderradius: 20px;
    margin-bottom: 15px;
}
.indbox .hd {
    background: url(../../base/img/i01.png) no-repeat 16px center;
    background-color: #59ac2d;
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-borderradius: 20px;
    padding-left: 42px;
}
.indbox .hd h3 a {
    color: #fff;
}
.indbox .bd {
    padding-top: 8px;
    height: 210px;
}
/* 每周公告*/
#mzgg .bd {
    height: 216px;
    overflow: hidden;
}
/* 院所介绍*/
#mzsp {
    border: 3px solid #de8807;
}
#mzsp .hd {
    background: url(../../base/img/i02.png) no-repeat 16px center;
    background-color: #de8807;
}
#mzsp .bd .pic { text-align: center; padding: 5px 0;}
#mzsp .bd .pic img { max-width: 100%;}
#mzsp .bd .intro { text-indent: 2em; line-height: 24px; max-height: 96px; overflow: hidden; padding-top: 5px;}
#mzsp .bd .intro a { color: #c00;}

/* 我的班级*/
#wdbj .hd {
    background: url(../../base/img/i03.png) no-repeat 16px center;
    background-color: #de8807;
}
#wdbjList {
    overflow: hidden;
}
#wdbjList .nodeList {
    border-bottom: 1px dotted #ddd;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
#wdbjList .nodeList li {
    float: left;
    width: 33%;
}
#wdbjList .nodeList li a {
    display: block;
}
#wdbjList .nodeList li.on a {
    font-weight: bold;
    color: #f90;
    border-bottom: 1px solid #f90;
}
#wdbjList .subNode {
    clear: both;
    padding-top: 20px;
    overflow: hidden;
}
#wdbjList .subNode .subNodeList {
    margin: 0 -5px;
    overflow: hidden;
}
#wdbjList .subNode .subNodeList li {
    float: left;
    width: 33.33%;
    margin-bottom: 10px;
}
#wdbjList .subNode .subNodeList li.noData {
    text-indent: 2em;
}
#wdbjList .subNode .subNodeList li a {
    display: block;
    margin: 0 5px;
    line-height: 40px;
    background-color: #eee;
    text-align: center;
    border-radius: 4px;
}
#wdbjList .subNode .subNodeList li a:hover {
    background-color: #f90;
    color: #fff;
}
/* 精英图片*/
#jytd {
    border: 3px solid #f09a34;
    padding: 12px;
    overflow: hidden;
    background-color: #f9fcef;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-borderradius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#jytd .hd {
    float: left;
    overflow: hidden;
}
#jytd .hd a,#jytd .hd span {
    display: block;
    padding: 30px 10px;
    width: 14px;
    line-height: 1.4em;
    font-size: 18px;
    background-color: #de8807;
    color: #fff;
    border-radius: 30px;
}
#jytd .bd {
    float: right;
    width: 1110px;
    height: 170px;
}
#jytd .bd .picList li {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    width: 150px;
}
#jytd .bd .picList li img {
    padding: 2px;
    border: 1px solid #ddd;
    width: 146px;
    height: 108px;
}