?/*网站基础样式*/
html {
    -webkit-text-size-adjust: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, th, td, p, blockquote, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0px;
    padding: 0px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

body {
    word-wrap: break-word;
    text-align: center;
    font-size: 13px;
    line-height: 24px;
    font-family: "Microsoft YaHei", Arial, SimSun;
    color: #606060;
    background: #F1F1F1;
}

input, select, textarea, button {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
}

i, cite, em, var, address, dfn {
    font-style: normal;
}

li {
    list-style: none;
}

.left {
    float: left
}

.right {
    float: right
}

.clear {
    display: block;
    clear: both;
    font-size: 0px;
    height: 0px;
    line-height: 0px;
    width: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden
}

.fn-clear:after, .clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fn-clear, .clear {
    zoom: 1
    display: block;
}

a {
    color: #555;
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

a:hover {
    color: #f26b07 !important;
    text-decoration: none;
}

body a {
    transition: 0.6s all;
    -webkit-transition: 0.6s all;
    -moz-transition: 0.6s all;
    -o-transition: 0.6s all;
    -ms-transition: 0.6s all;
}

.content {
    width: 1160px;
    margin: 0px auto;
    padding: 12px 20px 20px;
    background: white;
    text-align: center;
    overflow: hidden;
    box-shadow: 1px 2px 14px #ccc;
}

/*顶部及主菜单样式*/
.header {
    margin-bottom: 30px;
    background: #ad0f0e url(../images/header.jpg) no-repeat center top;
    clear: both;
    overflow: hidden;
}

.header .top-inner {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    background: url(/_upload/tpl/02/06/518/template518/css/../images/header_bg.png) no-repeat top right
}

.header .logo {
    float: left;
    height: 63px;
    max-width: 49%;
    margin-top: 16px;
}

.header .logo-txt {
    float: left;
    height: 45px;
    margin-top: 27px;
    padding-left: 20px;
    font-size: 14px;
    border-left: 1px solid #fff;
    color: #fff;
    text-align: left;
}

.header .logo-txt h3 {
    margin: 10px 0 6px 0;
    font-size: 20px;
    font-weight: 400;
}

.header-nav {
    clear: both;
    text-align: left;
    height: 38px;
    background: #9D0102;
    box-shadow: 1px -1px 5px #700005;
}

.header-nav ul {
    width: 1200px;
    margin: 0 auto;
}

.header-nav ul li {
    float: left;
    width: 120px;
    text-align: center;
//    background: url(/_upload/tpl/02/06/518/template518/css/../images/r_line.jpg) no-repeat right center;
}

.header-nav ul li.school {
    background: #D77F29 url(/_upload/tpl/02/06/518/template518/css/../images/icons.png) no-repeat 7px -75px;
}

.header-nav a {
    display: block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.header-nav a:hover,
.header-nav ul li.cur {
    background: #700005;
    color: #fff !important;
    text-decoration: none;
}

.header-nav li.school a {
    padding-left: 33px;
    text-align: left;
    transition: none;
}

.header-nav li.school a:hover {
    background: #700005 url(/_upload/tpl/02/06/518/template518/css/../images/icons.png) no-repeat 7px -75px;
}

/*banner样式*/
.banner {
    clear: both;
    padding: 10px 0 20px 0;
    text-align: left;
    color: #2F3F4B;
}

/*插件区>幻灯片内置样式*/
.slide_focus {
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0px auto;
    text-align: left;
    overflow: hidden
}

.slide_focus .inner {
    width: 100%;
    margin: 0px auto;
    position: relative;
    left: 0px;
    top: 0px;
    overflow: hidden
}

.slide_focus .inner li {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0px;
    top: 0px;
}

.slide_focus .inner li.zy_move {
    position: static;
    float: left;
}

/*左右滚动css*/
.slide_focus .inner li.sx_move {
    position: static;
}

/*上下滚动css*/
.slide_focus .inner li.current {
    z-index: 2;
}

.slide_focus .inner li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.slide_focus .inner li a img {
    max-width: 100%;
    border: 0px
}

.slide_focus .inner li a em {
    display: none
}

/*标题文字*/

/*幻灯片标题样式*/
.slide_focus .titbar {
    display: none;
    color: #333;
}

.slide_focus .titbar span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 3;
    display: block;
    background: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
    height: 25px;
    width: 100%
}

/*标题背景条*/
.slide_focus .titbar em {
    position: absolute;
    left: 10px;
    bottom: 0px;
    z-index: 4;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    text-align: left;
    font-style: normal;
}

/*标题文字*/

/*左右箭头样式*/
.slide_focus a.prev, .slide_focus a.next {
    display: block;
    z-index: 5;
    height: 90px;
    width: 50px;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    background: url(/_upload/tpl/02/06/518/template518/css/../images/focus_ctr.png) no-repeat;
    filter: alpha(opacity=40);
    opacity: 0.7;
    cursor: pointer;
    display: none
}

.slide_focus a.prev:hover, .slide_focus a.next:hover {
    filter: alpha(opacity=80);
    opacity: 1;
}

.slide_focus a.prev {
    left: 0px;
}

.slide_focus a.next {
    right: 0px;
    background-position: left -90px;
}

/*纯按钮样式*/
.slide_focus .panel {
    position: absolute;
    clear: both;
    z-index: 5;
    left: 50%;
    bottom: 15px;
}

.slide_focus .panel span {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ccc;
    margin-right: 8px;
    cursor: pointer;
    filter: alpha(opacity=90);
    opacity: 0.9;
    position: relative;
    behavior: url(/e/incs/pie/PIE.htc);
}

.slide_focus .panel span em {
    display: none
}

.slide_focus .panel span.current {
    background-color: #fff;
}

/*幻灯片图片内容容器样式*/
.slide_focus .slide_focus_zdycontent {
    position: absolute;
    z-index: 4;
    left: 0px;
    top: 0px;
    width: 100%;
}

.slide_focus .slide_focus_zdycontent p {
    display: none;
}

.slide_focus .slide_focus_zdycontent p .delay {
    display: none;
}

/*首页 导航 快速链接*/
.fast-link {
    clear: both;
    overflow: hidden;
    display: none;
}

.fast-link a {
    display: block;
    width: 235px;
    height: 50px;
    margin-bottom: 12px;
    background: url(/_upload/tpl/02/06/518/template518/css/../images/zl_xz.jpg) no-repeat 0 0;
}

.fast-link a:hover {
    background: url(/_upload/tpl/02/06/518/template518/css/../images/zx_2.jpg) no-repeat 0 0;
}

/*左侧通知公告轮播*/
.slideBox {
    position: relative;
    width: 100% !important;
    height: 300px;
    padding-bottom: 20px;
    /*margin-bottom: 10px;*/
    overflow: hidden;
}

.slideBox .items {
    position: absolute;
    float: left;
    background: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.slideBox .items li {
    float: left;
    background: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.slideBox .items a {
    display: block;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.slideBox .items li img {
    display: block;
    width: 100%;
}

.slideBox .slide-tip {
    display: none\8;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 24px;
    padding: 3px 0;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
    text-align: center;
    color: #fff;
    transition: 0.6s all;
    -webkit-transition: 0.6s all;
    -moz-transition: 0.6s all;
    -o-transition: 0.6s all;
    -ms-transition: 0.6s all;
}

.slideBox a:hover .slide-tip {
    display: block \9;
    bottom: -1px;
}

.slideBox .tips {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 30px;
    background-color: #fff;
    opacity: 1 !important;
    overflow: hidden;
}

.slideBox .tips .title {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
}

.slideBox .tips .title a {
    color: #FFF;
    font-size: 18px;
    line-height: 50px;
    margin-left: 10px;
    text-decoration: none;
}

.slideBox .tips .nums {
    position: relative;
    right: 0px;
    top: 0px;
    height: 100%;
    text-align: center;
}

.slideBox .tips .nums a {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 10px 6px 0px 0px;
    background-color: #ccc;
    text-indent: -99999px;
}

.slideBox .tips .nums a.active {
    background-color: #bd0a18;
}

/*网站主体框架样式*/
.main-box {
    margin: 0px 0 0 0;
    overflow: hidden;
    height: 100%;
    text-align: left;
}

.main-box .main-left {
    float: left;
    width: 235px;
    overflow: hidden;
}

.main-box .main-right {
    float: right;
    width: 920px;
    overflow: hidden;
}

.main-box .module-box {
    float: left;
    height: 275px;
    overflow: hidden;
    margin: 0 0 20px 20px;
    border: 1px solid #e0e0e0;
}

.main-box .module-box:hover {
    box-shadow: 0px 0px 8px #aaa;
}

.main-box .module-title {
    padding: 2px 10px;
    font-weight: 400;
    line-height: 36px;
    border-bottom: 1px solid #bd0a18;
}

.main-box .module-sign {
    float: left;
    margin-bottom: -3px;
    padding-left: 30px;
    background: url(/_upload/tpl/02/06/518/template518/css/../images/icons.png) no-repeat 0 6px;
    font-size: 15px;
    color: #bd0a18;
    border-bottom: 2px solid #bd0a18;
}

.main-box .module-more {
    float: right;
    font-size: 12px;
    color: #555;
}

.main-box .module-cont {
    padding: 10px;
}

.main-box .module-cont li {
    padding-bottom: 3px;
    margin-bottom: 0;
    border-bottom: 1px dashed #e0e0e0;
}

.main-box .module-cont p {
    float: left;
    overflow: hidden;
}

.main-box .module-cont .em {
    color: #ccc;
    font-size: 12px;
    padding-right: 4px;
    float: left;
}

.main-box .module-cont span {
    float: right;
}

.main-box .module-cont .li-pic {
    padding-top: 10px
}

.main-box .module-cont li a {
    color: #555;
}

.main-box .module-img {
    float: left;
    width: 146px;
    height: 84px;
    overflow: hidden;
}

.main-box .module-img img {
    width: 146px;
    height: 84px;
}

.main-box .module-img img:hover,
.main-box .picture-img img:hover,
.main-box .data-img img:hover {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 750ms;
    -moz-transform: scale(1.15);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 750ms;
}

/*#cat-xuexi .main-box .module-box{float:none;width:auto;height:auto;}*/

.main-box .module-cont .cont-title {
    display: block;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #bd0a18;
}

.main-box .module-box .introduct {
    margin-left: 164px;
    max-height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-box .info-list p {
    float: left;
    max-width: 80%;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-box .info-list p:hover {
    position: relative;
    left: 6px;
}

.main-box .info-list em {
    color: #ccc;
    font-size: 12px;
    padding-right: 4px;
}

.main-box .info-list .date {
    float: right;
    color: #999;
}

/*导航样式*/
.nav-box {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    border-top: 2px #bd0a18 solid;
}

.nav-box .nav-title {
    height: 40px;
    text-align: left;
    overflow: hidden;
    line-height: 40px;
    border-left: 1px #EDEDED solid;
    border-right: 1px #EDEDED solid;
    border-bottom: 1px #DDD dotted;
    border-bottom: 0px;
}

.nav-sign {
    float: left;
    text-align: left;
    width: auto;
    padding: 0px 0 0 10px;
    color: #bd0a18;
    font-size: 16px;
    overflow: hidden;
}

.nav-more {
    float: right;
    width: 20px;
    height: 40px;
    padding-right: 10px;
    text-align: right;
    color: #BF0413;
    font-family: '宋体';
}

.nav-more a {
    font-size: 12px;
    line-height: 40px;
    color: #999;
}

.nav-content {
    padding: 0px 10px 5px;
    text-align: left;
    border: 1px solid #EDEDED;
    border-width: 0px 1px 1px 1px;
}

/*左侧列表*/
.new-list li {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-align: left;
    padding: 0px 8px;
    *height: 25px;
    *line-height: 25px;
}

.new-list li em.mark-em {
    background: #FFA423;
    color: white;
}

.new-list li em {
    float: left;
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    background: #CCC;
    font-style: normal;
    margin: 5.5px 7px 5.5px 0px;
}

.new-list li a {
    float: left;
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-box .article-pic li {
    padding: 0px;
    float: left;
    width: 50%;
    margin-top: 11px;
}

.nav-box .article-pic li img {
    display: block;
    width: 100px;
    margin: 0px auto;
    /*height: 75px;
    padding: 2px;   
    border: 1px #CCC solid;*/
}

.nav-box .article-pic li:hover img {
    /*padding: 2px;
    border: 1px solid #bd0a18;*/
}

.nav-box .article-pic li .title {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    width: 104px;
    margin: 0px auto;
}

.nav-box .article-pic li .brief {
    padding: 10px 5px 2px;
    text-indent: 2em;
}

/*文章*/
.main-pl {
    padding-left: 16px;
}

.article {
    padding: 0 20px 20px;
    border: 1px solid #E7E7E7;
    border-top: 0;
}

.article-list {
    min-height: 240px;
}

.article h1 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #2A3C47;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 5px 0;
}

.article-bar {
    height: 36px;
    padding-left: 50px;
    background: #f5f5f5 url(/_upload/tpl/02/06/518/template518/css/../images/icons.png) no-repeat 19px 5px;
    text-align: left;
    line-height: 36px;
    border: 1px #E7E7E7 solid;
}

.article-bar em {
    color: #bd0a18;
}

.article-bar a {
    color: #666;
       padding: 0px 3px;
}

.article-bar i {
    padding: 0 6px;
    color: #666;
    font-family: '宋体';
}

.article-source {
    text-align: center;
    padding: 5px 10px 5px 0;
    color: #999999;
    border: 1px solid #E7E7E7;
    background: #FaFaFa;
    margin-top: 10px;
}

.article-source a {
    color: #999999;
}

.article-lead {
    margin: 20px 0;
    border: 1px solid #E7E7E7;
    padding: 10px;
    color: #888;
}

.article-lead h3 {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 15px;
    color: #333;
}

.article-lead p,
.article-cont p {
    text-indent: 2em;
}

.article-cont img {
    display: block;
    max-width: 100%;
    margin: 10px auto;
}

.nextprev {
    font-size: 13px;
    margin: 15px 0 5px 0
}

.nextprev li {
    margin-bottom: 6px;
    color: #D33506;
}

.article-list li.hr {
    border: none;
    height: 15px;
}

.article-list li {
    height: 35px;
    clear: both;
    vertical-align: bottom;
    line-height: 35px;
    text-align: left;
    overflow: hidden;
    border-bottom: 1px #EFF1F2 solid;
    line-height: 35px;
    *margin-top: -2px;
}

.article-list .title {
    float: left;
    text-align: left;
    padding: 0 0 0 13px;
    background: url(/_upload/tpl/02/06/518/template518/css/../images/icons.png) no-repeat left -167px;
    *background: url(/_upload/tpl/02/06/518/template518/css/../images/icons.png) no-repeat left -171px;
}

.article-list .date {
    float: right;
    color: #999;
    padding-right: 2px
}

.bar-mar {
    margin: 0 0 20px 20px;
}

/*页码*/
.sublanmu_page {
    clear: both;
    text-align: center;
    margin: 15px 0 10px 0;
    font-size: 12px;
}

.sublanmu_page a, .sublanmu_page span {
    float: left;
    vertical-align: middle;
    zoom: 1;
    height: 32px;
    line-height: 32px;
    width: auto;
    padding: 0px 10px;
    margin-right: 5px;
    border: 1px solid #cccccc;
}

.sublanmu_page a:hover,
.sublanmu_page a.cur {
    background: #1163B8;
    font-weight: bold;
    border-color: #1163B8;
    color: white !important;
}

.sublanmu_page span {
    border-color: #eee;
    background: #eee;
}

/*图片显示*/
.picture li {
    float: left;
    height: 200px;
    padding: 17px;
    text-align: center;
    margin: 20px 20px 0 0;
    border: 1px solid #e0e0e0;
}

.picture li:hover {
    box-shadow: 1px 0px 7px #bbb;
}

.picture li.non-mar {
    margin-right: 0;
}

.picture li .picture-img {
    display: block;
    width: 250px;
    height: 166px;
    margin-bottom: 10px;
    overflow: hidden;
}

.picture li img {
    width: 250px;
    height: 166px;
}

/*新闻列表*/
.data-list li {
    max-height: 106px;
    padding: 15px;
    margin-top: 20px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.data-img {
    float: left;
    margin-right: 15px;
    width: 120px;
    height: 90px;
    overflow: hidden;
}

.data-img img {
    width: 120px;
    height: 90px;
}

.data-intr > a {
    display: block;
    margin: -2px 0 10px;
    font-size: 15px;
    color: #9E0102;
}

.data-intr p {
    text-indent: 2em;
}

/*底部*/
.footer {
    padding: 0 0 0 0;
    margin-top: 25px;
    clear: both;
    text-align: center;
   background: #83060e;
//    background: #83060e url(../images/f_bg.jpg) no-repeat center top;
}

.footer-links {
    width: 1200px;
    margin: 0px auto;
}

.footer-links .about-title {
    float: left;
    width: 40px;
    height: 150px;
    padding-top: 30px;
    font-size: 16px;
    background: #5D0408;
    color: white;
}

.footer-links .about-link {
    float: left;
    width: 160px;
    margin: 30px 0px 15px 20px;
    line-height: 25px;
    text-align: left;
    color: white;
}

.footer-links .about-link a {
    color: white;
}

.footer-links .about-link a:hover {
    color: #ea9097;
}

.footer-links .contact {
    width: 500px;
}

.footer .copyright {
    height: 42px;
    padding: 0px;
    line-height: 42px;
    background: #222;
    text-align: center;
    color: white;
}

.footer .department {
    position: relative;
    top: 10px;
    width: 160px;
    border: 1px solid #771419;
    opacity: 0.92;
    background-color: #9A1B23;
    border-radius: 5px;
    line-height: 28px;
    cursor: pointer;
}

.footer .department a {
    display: block;
    padding: 0 10px;
    color: #fff;
}

.footer .department .about-depart {
    position: relative;
}

.footer .department .about-depart i {
    position: absolute;
    top: 8px;
    right: 10px;
    border: 5px solid transparent;
    border-bottom: 5px solid #5D0408;
}

.footer .department ul {
    display: none;
    position: absolute;
    bottom: 28px;
    width: 158px;
    padding: 4px 0;
    background-color: #9A1B23;
    border: 1px solid #771419;
    border-radius: 5px;
}

.footer .department li:hover {
    background-color: #5D0408;
}

.test {
    position: relative;
    /*bottom: 35px;*/
    text-indent: 0;
}

.test span {
    background-image: none;
    text-indent: 0px
}

.highlight:hover {
    background-color: #700005;
}

.selected {
    background-color: #700005;
}

.side-nav-panel {
    padding: 0px 6px;
}

.slide-nav-ul li {
    line-height: 24px;
   padding:3px 0;
}

.slide-nav-ul li.selected , .slide-nav-ul li a.selected{
    background-color:transparent !important;
    color:#bd0a18;
}
