/*CSS样式重写*/
body,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,pre{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
    box-sizing: border-box;
}
body{
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    min-width: 1200px;
}
a{
    color: #333;
    text-decoration:none;
}
a:hover{
    color: #9C0D2B;
    text-decoration:underline;
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
}

/*通用样式*/
.lf{
    float: left;
}
.rt{
    float: right;
}
.active{
    display: block;
}
.container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}

/*头部*/
.header-bg{
    height: 120px;
    position: relative;
    background: #9C0D2B;
}
.header-bg .logo{
    margin-top: 25px;
}
.top{
    position: absolute;
    top: 20px;
    right: 0;
    color: #fff;
}
.top a{
    color: #fff;
    position: relative;
    padding-left: 25px;
}
.top a:before{
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 17px;
    height: 15px;
    background: url(../images/home.png) no-repeat;
}
.search{
    position: absolute;
    top: 60px;
    right: 0;
}
input[type='text']{
    color: #fff;
    height: 32px;
    line-height: 32px;
    width: 200px;
    padding: 0 30px 0 10px;
    border: 2px solid #fff;
    background: transparent;
}
input[type='submit']{
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 34px;
    border: none;
    cursor: pointer;
    background: url(../images/search.png) no-repeat center center;
}
/*导航栏*/
.nav{
    height: 60px;
    line-height: 60px;
    background: #25071D;
    position: relative;
    z-index: 9;
}
.nav .container{
	width: 1264px;
}
.menu>li{
    float: left;
   /* width: 120px;*/
    position: relative;
}
.menu>li>a{
    display: block;
    color: #fff;
    font-size: 18px;
    /*text-align: center;*/
  	padding: 0px 78px;
}
.menu>li:hover>a{
    color: #fff;
    background: #790406;
    text-decoration: none;
}
.sub-menu{
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #9C0D2B;
    z-index: 99;
    display: none;
}
.sub-menu li a{
    display: block;
    color: #fff;
    height: 45px;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #fff;
}
.sub-menu li a:hover{
    background: #790406;
    text-decoration: none;
}

.section{
    min-height: 600px;
}
.title{
    height: 30px;
    line-height: 30px;
    margin: 30px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #9C0D2B;
}
.title h1{
    color: #9C0D2B;
    font-size: 25px;
}
.title a{
    width: 55px;
    height: 20px;
    text-decoration: none;
    margin-top: 5px;
    background: url(../images/more.png) no-repeat;
}
.title a:hover{
    animation: pulse 1s;
}

/*幻灯片*/
.slider{
    background: #000;
    margin-top: -10px;
}
.slideBox{
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0px auto;
}
.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom:15px;
    z-index:1;
}
.slideBox .hd ul{
    width: 100%;
    text-align: center;
}
.slideBox .hd ul li{
    margin:0 5px;
    width:14px;
    height:14px;
    background:#B4B4B4;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
}
.slideBox .hd ul li.on{
    background:#E50112;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.slideBox .bd img{
    display:inline-block;
    width: 100%;
  
}

/*图片新闻*/
.picNews{
    float: left;
    width: 580px;
    height: 400px;
    margin-top: 30px;
}
.albumBox{
    width:100%;
    overflow:hidden;
    position:relative;
    text-align: center;
}
.albumBox .hd{
    position:absolute;
    width: 100%;
    bottom:15px;
    z-index:1;
}
.albumBox .hd ul{
    width: 100%;
    text-align: right;
    padding-right: 15px;
}
.albumBox .hd ul li{
    margin:0 5px;
    width:12px;
    height:12px;
    background:#fff;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
}
.albumBox .hd ul li.on{
    background:#B8192B;
}
.albumBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.albumBox .bd img{
    display:inline-block;
    width: 580px;
    height: 400px;
}
.albumBox .bd li p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    text-align: left;
    padding: 0 100px 0 25px;
    background: rgba(0,0,0,.6);
}

/*新闻动态*/
.news{
    float: right;
    width: 580px;
}
.news-info{
    padding-bottom: 15px;
    margin-bottom: 7px;
    border-bottom: 2px solid #E6E6E6;
}
.news-info h2{
    font-size: 23px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-info h2 a{
    color: #9C0D2B;
}
.news-info p{
    color: #666;
    margin: 8px 0;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.news-info span{
    color: #666;
}
.news-list{
    overflow: hidden;
}
.news-list li{
    margin-top: 11px;
    height: 22px;
    line-height: 22px;
}
.news-list li p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 100px;
}
.news-list li p a{
    font-size: 16px;
    padding-left: 15px;
    position: relative;
}
.news-list li p a:before{
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    top: 8px;
    left: 0;
    border-radius: 50%;
    background: #B4B2B2;
}
.news-list li p a:hover:before{
    background: #9C0D2B;
}

/*通知公告*/
.notice{
    float: left;
    width: 580px;
    height: 366px;
}
.notice .title{
    margin: 50px 0 10px;
}

/*学习实践*/
.study{
    float: right;
    width: 580px;
    height: 366px;
}
.study .title{
    margin: 50px 0 10px;
}

/*尾部*/
.footer{
    height: 150px;
    margin-top: 50px;
    border-top: 8px solid #9C0D2B;
    background: #DFE1E3;
}
.footer-bottom p{
    text-align: center;
    line-height: 30px;
    margin-top: 50px;
}



/*mainBody*/
.mainBody{
    width: 1200px;
    margin: 0 auto; background: #fff;
    -webkit-box-shadow: 0 1px 2px 1px #969696;
    -moz-box-shadow: 0 1px 2px 1px #969696;
    box-shadow: 0 1px 2px 1px #969696;
}
.mainContent{
    margin-top: 20px;
    padding: 10px;
}

/*column_mainBody*/
.mainContent:after{
    content: '';
    display: table;
    clear: both;
}

.mainContent .column_content{margin-bottom: 0;}
/*left_nav*/
.column_content .left_nav{
    width:260px;min-height: 680px;
    background: #e5e3e3;
    position: relative;
}
.column_content .left_nav>div{
    width: 100%;
    height: 85px;
  	padding: 0 26px;
    background: #951e20;
    /*text-indent: 3em;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  	box-sizing: border-box;
    text-align: center;
}
.column_content .left_nav>div h3{
    color: #fff;
    height: 85px;line-height: 40px;
    font-size: 24px;font-weight: normal;
    /*overflow: hidden;*/
  	display: flex;
    align-items: center;
    justify-content: center;
}
.column_content .left_nav>ul{
    padding-top:20px;
    padding-bottom: 235px;
}
.column_content .left_nav>ul>li{
    width: 80%;margin: 0 auto;
    /*height: 45px;*/
    line-height: 45px;
    border-bottom: 1px solid #C8C6C6;
    position: relative;
    text-indent: 1.2em;
}
.column_content .left_nav>ul>li a{
    height: 45px;line-height: 45px;
    font-size: 16px;
    display: block;
    text-decoration: none;
}
.column_content .left_nav>ul>li.active>a{
    background: #951e20;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.column_content .left_nav>ul>li:hover>a{
    background: #951e20;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.column_content .left_nav>ul>li.active>a{
    color: #fff;
}
.column_content .left_nav>ul>li:hover>a{
    color: #fff;
}




.column_content .left_nav>ul>li ul{margin: 10px 0;}
.column_content .left_nav>ul>li li{padding-left: 18px;}
.column_content .left_nav>ul>li li a{
    display: block;height:35px;line-height: 35px;
    position: relative;
    /*padding-left: 17px;*/
    font-size: 15px;
}
.column_content .left_nav>ul>li li a:before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #F49E0E;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 14px;  left: 0;
}
.column_content .left_nav>ul>li>ul>li:hover>a{color: #951e20; }
.column_content .left_nav>ul>li>ul>li:hover>a:before{ background: #951e20;}
.column_content .left_nav>ul>li>ul>li.show>a{color: #951e20; }
.column_content .left_nav>ul>li>ul>li.show>a:before{ background: #951e20;}

.column_content .left_nav>ul>li span {
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/plus.png) 0 0 no-repeat;
    position: absolute;
    top: 16px;
    right: 15px;
}
.navContent{display: none;}

.column_content .left_nav img{
    position: absolute;
    width: 260px;height: 235px;
    bottom: 0;left:0;
}
/*right_content*/
.column_content .right_content{ width:880px;}
.column_name{
    width: 880px;
    height: 70px;line-height: 70px;
    border-bottom: 1px solid #D8D8D8;
    margin-top:15px;
}
.column_name h3{
    font-size: 24px;
    font-weight: normal;
    padding-left: 40px;
    position: relative;
    width: 330px;
}
.column_name h3:before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 33px;
    background: url("../images/c_arrow.png") no-repeat;
    position: absolute;
    top: 20px;  left: 0;
}
.column_name>div a:hover{
    color: #951e20;
}
.column_name>div a.homePosition{position: relative;}
.column_name>div a.homePosition:before{
    content: '';
    display: inline-block;
    width: 19px;
    height: 15px;
    background: url("../../images/home_position.png") no-repeat;
    position: absolute;
    top: 1px;  left: -25px;
}



/*column*/
.right_content .column_list ul.list_info{margin-top: 15px;}
.right_content .column_list ul.list_info li{
    height: 45px;line-height: 45px;
    border-bottom: 1px dotted #BCBCBC;
    position: relative;
    font-size: 16px;
}
.right_content .column_list ul.list_info li a{
    display: inline-block;width: 700px;
    height: 45px;line-height: 45px;
    overflow: hidden;padding-left:25px;
    font-size: 16px;
    position: relative;
    text-decoration: none;
}
.right_content .column_list ul.list_info li:hover{
    background: #eee;
    border-radius: 2px;
}
.right_content .column_list ul.list_info li:hover a{
    color: #951e20;
}
.right_content .column_list ul.list_info li:hover span{
    color: #951e20;
}
.right_content .column_list ul.list_info li a:before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 11px;
    background: url("../../images/y_arrow.png") no-repeat;
    position: absolute;
    top: 18px;  left: 8px;
}



/*column_intro*/
.column_list .column_introInfo{
    width:97%;
    margin:20px auto 70px;
}

/*column_teacher*/
.teacher_list:after{
    content: '';
    display: table;
    clear: both;
}
.teacher_list li{
    float: left;  display: block;
    width:220px;height:275px;
    margin: 40px 33px 0;
    text-align: center;
}
.teacher_list li>a img{
    width: 220px;height: 220px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow:0 1px 2px 1px #969696;
    -moz-box-shadow:0 1px 2px 1px #969696;
    box-shadow:0 1px 2px 1px #969696;
    transition: transform 1s;
}
.teacher_list li:hover a img{
    transform: scale(1.1,1.1);
}
.teacher_list li a.teach_name{
    display: block;font-size: 16px;
    width: 75%;height: 40px;line-height: 40px;
    background: #d1d1d1;text-align: center;
    margin: 20px auto 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.teacher_list li:hover a.teach_name{
    background: #720a09;
    color: #fff;
}

/*detail*/
.detail_content{
    width:97%;
    margin:0 auto;
}
.detail_content .detail_title{
    height: 90px;
    text-align: center;
    margin-top:15px;
}
.detail_content .detail_title h3{
    height: 55px;line-height:55px;
    font-size: 22px;
    font-weight: normal;
}
.detail_content .detail_title p{
    color: #666;font-size: 12px;
}
.detail_content .detail_contentInfo{
    margin:10px 0 70px;
}
.detail_content .detail_contentInfo p{
    font-size: 16px;
    text-align: justify;
    line-height: 25px;
    text-indent: 2em;
}


/*pages*/
.pages {
    clear:both;
    width:100%;
    height:40px;
    margin:30px 0 20px;
}
.pagebox {
    width:100%;
    height:40px;
    line-height: 40px;
    margin: 30px 0;
    text-align:center;
    clear:both;
    font-size:16px;
}
.pagebox span a, .pagebox_pre_nolink{
    height:30px;
    line-height:30px;
    border:1px solid #ddd;
    padding:5px 10px;
    font-size: 16px;
    color:#666;
    cursor:default;
    text-align:center;
}
.pagebox span.pagebox_num_nonce a{
    background-color:#951e20;
    border:1px solid #951e20;
    color:#fff;
    height:30px;
    line-height:30px;
    margin:0 5px;
    padding:5px 10px;
    box-sizing: border-box;
}
.pagebox span.pagebox_num:hover a{
    background-color:#951e20;
    border:1px solid #951e20;
    color:#fff;
    cursor:pointer;
}
.pagebox span.pagebox_next:hover a,.pagebox span.pagebox_pre:hover a{
    background-color:#951e20;
    border:1px solid #951e20;
    color:#fff;
    cursor:pointer;
}
.pagebox_jump {
    display:none;
}