@charset "utf-8";

/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    background: url(../images/header_bg.jpg) repeat-x;
    background-color: #fff;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    color: #006837;
}


/*头部*/

.en {
    position: absolute;
    right: 0px;
    bottom: 20px;
}

.header {
    width: 100%;
    height: 150px;
    margin: 0 auto;
}

.top {
    width: 1000px;
    height: 110px;
    position: relative;
    margin: 0 auto;
}

.logo {
    width: 700px;
    height: 70px;
    padding: 18px 0 22px;
    float: left;
}

.topNav {
    width: 150px;
    float: right;
    height: 105px;
    padding-top: 20px;
    text-align: right;
}

.topNav a {
    color: #005bac
}

.topNav a:hover {
    color: #ff7c00;
}

.search {
    width: 220px;
    height: 29px;
    position: absolute;
    right: 0;
    bottom: 48px;
    background: url(../images/search.png) no-repeat left center;
    z-index: 1000;
}

.search input {
    position: absolute;
    width: 180px;
    height: 29px;
    line-height: 29px;
    color: #323232;
    border: none;
    background: none;
    left: 0px;
    top: 0px;
    padding: 0px;
    margin: 0px;
}

.search input.notxt {
    color: #3f3f3c;
    padding-left: 12px;
}

.search input.notxt1 {
    position: absolute;
    width: 28px;
    height: 29px;
    left: 191px;
}

.nav {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    clear: both;
    background-color: #083f74;
}

.nav ul {
    width: 1000px;
    height: 40px;
    margin: 0px auto;
}

.nav ul li {
    float: left;
    color: #282828;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

.nav ul li:first-child {
    background: none;
}

.nav ul li a {
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 0 14px;
}

.nav ul li .subNav {
    top: 40px;
    left: 0px;
    padding-top: 10px;
}

.nav ul li.on a {
    color: #083f74;
    background-color: #fff;
    display: block;
}

.nav ul li.on .subNav {
    display: block;
}

.nav ul li.on .subNav dl {
    overflow: hidden;
}

.nav ul li.on .subNav dl dd {
    padding-bottom: 5px;
}

.nav ul li.on .subNav dl dd a {
    font-size: 14px;
    line-height: 15px;
    border-top: none;
    text-align: left;
    font-weight: normal;
    height: auto;
    padding-left: 12px;
    color: #333
}

.nav ul li.on .subNav dl dd a:hover {
    color: #083f74;
    padding-left: 12px;
}


/*图片轮播*/

.flexslider {
    width: 570px;
    height: 300px;
    overflow: hidden;
}

.flexslider img {
    display: block;
    width: 570px;
    height: 300px;
}

.flexslider .til_slides {
    width: 100%;
    height: 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/banner_bg.png) repeat;
    line-height: 35px;
    font-size: 14px;
    color: #282828;
    padding-left: 15px;
}

.flex-control-nav {
    bottom: 9px;
    right: 10px;
    text-align: right;
}

.flex-control-paging li {
    margin: 0 10px 0 0;
}

.flex-control-paging li a {
    width: 12px;
    height: 12px;
    line-height: 12px;
    background: url(../images/icon01.png) no-repeat center center;
    text-indent: 999px;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
    background: url(../images/icon02.png) no-repeat center center;
}

.content {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.mode01 {
    width: 1000px;
    overflow: hidden;
    margin: 20px auto 0;
}

.mode01 .lf {
    width: 570px;
    overflow: hidden;
    float: left;
}

.mode01 .rt {
    width: 400px;
    overflow: hidden;
    float: right;
}


/*第二行*/

.mode02 {
    width: 1000px;
    margin: 20px auto;
    overflow: hidden;
}

.mode02 .lf {
    width: 640px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.mode02 .md {
    width: 320px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.mode02 .rt {
    width: 320px;
    overflow: hidden;
    float: right;
}


/*最新动态*/

.more {
    float: right;
    padding-right: 10px;
    font-weight: normal;
}

.more a {
    font-size: 12px;
}

.mode03,
.mode04 {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto 20px;
}


/*友情链接*/

.friendLink {
    border: 1px solid #a6c4dc;
    height: 38px;
    width: 998px;
}

.friendLink_title {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #cfe6f0;
    width: 110px;
    float: left;
    background: url(../images/friendlink_bg.png) no-repeat left center;
}

.friendLink_title h2 {
    width: 90px;
    color: #005bac;
    font-size: 14px;
    padding-left: 10px;
}

.friendLink_title h2 a {
    color: #fff;
}

.linkList {
    width: 840px;
    float: left;
}

.linkList ul {
    width: auto;
    overflow: hidden;
    padding: 0 12px;
}

.linkList li {
    float: left;
    height: 38px;
    line-height: 38px;
    width: auto;
    margin-right: 25px;
}

.more02 {
    width: 40px;
    height: 38px;
    line-height: 38px;
    display: block;
    float: right;
    background-color: #006837;
    text-align: center;
}

.more02 a {
    color: #fff;
}

.articleList {}

.listTitle {
    border-bottom: 3px double #a6c4dc;
}

.listTitle h2 {
    color: #282828;
    font-size: 16px;
    font-weight: bold;
    line-height: 33px;
    padding-left: 0;
    width: 200px;
}

.articleList ul {
    margin-top: 10px;
}

.articleList ul li {
    background: url(../images/li_bg.jpg) no-repeat 0 center;
    height: 32px;
    line-height: 32px;
    padding-left: 25px;
}

.articleList ul li span {
    color: #282828;
    padding-right: 5px;
}


/*底部开始*/

.footer {
    height: 60px;
    background-color: #083f74;
    color: #fff;
}

.copyRight {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    height: 60px;
    background: url(../images/footer_logo.jpg) no-repeat left center;
}

.copyRight span {
    margin-left: 15px;
}

.copyRight span a {
    color: #fff;
}


/*二级页*/

.subPage {
    width: 1000px;
    margin: 0px auto 30px;
    /*background-color:#fff;*/
    overflow: hidden;
}

.pageBanner {
    width: 1000px;
    margin: 0 auto;
    height: 200px;
}

.pageBanner img {
    width: 1000px;
    height: 200px;
}

.subPage .listTitle2 h2 {
    height: 40px;
    margin: 0;
}

.sub_left {
    width: 200px;
    float: left;
    margin-right: 50px;
    background-color: #e1e1e1;
    margin-top: 15px;
    background-color: #f5f9fd;
}

.sub_left h2 {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background-color: #083F74;
    color: #fff;
}

.sub_left ul {
    border-bottom: 1px solid #fff;
    border: 1px solid #a6c4dc;
}

.sub_left li {
    border-top: 1px solid #a6c4dc;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
}

.sub_left li a {
    color: #282828;
}

.sub_left li a:hover,
.sub_left li a:active {
    color: #006837;
}

.active {
    background: url(../images/active01.png) no-repeat 180px center;
    background-color: #fff;
}

.sub_right {
    width: 740px;
    float: right;
    /*background-color:#fff;*/
}

.Bread {
    width: 100%;
    padding: 0 10px 0 0;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #005BAC;
    font-size: 13px;
    color: #282828;
    font-size: 16px;
    color: #005fb9;
    font-weight: bold;
}

.Bread span {
    float: left;
    font-size: 12px;
    font-weight: normal;
    color: #858585;
}

.Bread span a {
    color: #858585;
}

.Bread a:hover {
    color: #006837;
}

.articleList5 ul {
    width: 100%;
    overflow: hidden;
}

.articleList5 ul li {
    height: 35px;
    line-height: 35px;
}

.listTitle5 {
    padding-left: 0px;
    background: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.listTitle5 h2 {
    color: #083F74;
    background: none;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 33px;
    padding: 0px;
    margin: 5px 0px;
}

.listTitle5 span {
    display: block;
    width: 70px;
    float: right;
}

.articleList5 ul {
    width: 100%;
    overflow: hidden;
}

.subPage .articleList5 {
    margin: 5px 0px 0;
    min-height: 200px;
}

.rightDate {
    float: right;
}

.page {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    clear: both;
    margin: 20px 0px 30px;
    background-color: #f5f5f5;
}

.page a {
    padding: 0 5px;
}

.cur02 {
    width: 980px;
}

.pageList {
    overflow: hidden;
}

.articleTitle {
    width: 100%;
    text-align: center;
}

.articleTitle h2 {
    font-size: 18px;
    color: #083F74;
    line-height: 20px;
    padding: 10px 0;
}

.articleTitle h3 {
    font-size: 14px;
    color: #555;
    line-height: 20px;
    padding: 10px 0;
    font-weight: bold;
}

.articleAuthor {
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 10px;
    background: #f5f5f5;
    color: #777;
}

.article {
    overflow: hidden;
    margin: 20px 10px;
    font-size: 12px;
    line-height: 22px;
}

.articleList3 ul {
    width: 725px;
    padding-bottom: 20px;
    overflow: hidden;
    margin-top: 10px;
}

.articleList3 li {
    width: 135px;
    padding: 0 0px;
    border: 1px solid #d3d3d3;
    margin: 0 59px 13px 0;
    float: left;
}

.articleList3 li span {
    display: block;
    width: 135px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.listTitle3 h2 {
    height: 40px;
    line-height: 40px;
    width: 150px;
    padding-left: 0;
    font-size: 16px;
    color: #083F74;
    margin: 0;
    float: left;
}

.listTitle3 span {
    float: right;
    height: 40px;
    line-height: 40px;
    width: 50px;
    text-align: center
}

.articleList3 li.no_marginR {
    margin-right: 0
}

.listTitle3 h2 span {
    float: right;
    font-size: 12px;
    font-weight: normal;
}

.listTitle3 {
    height: 40px;
    height: 40px;
}

.articleList4 dl {
    width: 725px;
    clear: both;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
}

.articleList4 dt {
    width: 185px;
    float: left;
    height: 133px;
}

.articleList4 dd {
    width: 480px;
    float: right;
    line-height: 30px;
    padding-right: 20px
}

.articleList4 dd span {
    float: right;
    font-weight: normal;
    font-size: 12px;
}

.articleList4 dd h3 {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.articleList4 dd h3 a {
    float: left;
}

.articleList4 .bg {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
}

.list_date {
    height: 40px;
    width: 810px;
}

.list_date span {
    display: inline-block;
    line-height: 40px;
    margin-right: 10px;
    font-size: 16px;
    text-align: center;
    background: #003E78;
}

.list_date span a {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 80px;
    height: 40px;
}

.list_date span a:hover {
    color: #282828;
    font-weight: bold;
    background-color: #FFCB0B;
}

.current {
    margin-top: 15px;
}

.Annex {
    padding: 0px;
    overflow: hidden;
    margin-bottom: 30px;
}

.Annex h3 {
    font-size: 16px;
    line-height: 30px;
    color: #083F74;
    padding-left: 15px;
}

.Annex ul li {
    height: 26px;
    line-height: 26px;
    background: url(../images/list_lig.gif) no-repeat 10px center;
    padding-left: 28px;
}

.Annex ul li a {
    font-size: 12px;
    line-height: 24px;
    color: #656464;
}

.Annex ul li a:hover {
    color: #006837;
}


/*教师列表页*/

.teacher {
    padding: 12px 0;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
    clear: both;
}

.teacher h3 {
    font-size: 16px;
    color: #0d70ad;
    height: 36px;
    line-height: 36px;
    clear: both;
}

.teacher ul li {
    height: 32px;
    width: 90px;
    float: left;
    line-height: 32px;
    text-align: center;
    background: none;
    padding: 0;
}

.reportImg {
    padding: 5px 15px 5px;
    text-align: center;
    font-size: 0;
    position: relative;
}

.reportImg span {
    width: 175px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 12px;
}

.reportImg i {
    display: block;
    width: 85px;
    height: 106px;
    overflow: hidden;
    margin: 0 auto;
}

.reportImg p {
    line-height: 20px;
    padding: 5px 0 0;
    color: #083f74;
    font-weight: bold;
}

.reportImg p a {
    color: #083f74;
    font-size: 12px;
    font-weight: bold;
}

.reportCon {
    width: 100%;
    overflow: hidden;
    line-height: 23px;
    text-indent: 2em;
}

.download {
    padding-right: 10px;
}

.reportImg p.p2 {
    padding-top: 0;
    font-weight: normal;
}

.reportImg p.p2 a {
    font-weight: normal;
}

.view {
    width: 100%;
    line-height: 20px;
    font-size: 12px;
    text-align: left;
    padding: 5px 0;
}