/*sample css*/
body{margin: 0;padding: 0; font: 14px "microsoft yahei",Arial,Helvetica,sans-serif; color: #333333;}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dd{margin: 0;padding: 0;}
.lf{float: left;}
.rt{float: right;}
.clear{clear: both;}
a{text-decoration: none;color: #333; font-size: 14px;}
a:hover{color:#5d0504;}
li{list-style: none;}
img{ border: 0;}

body{
    background: #fffeea;
    min-width:1200px;
}
.header,.mainBody,.footer{
    width: 100%;min-width: 1200px;
}
/*logo*/
.header{
    width: 100%;  height: 150px;
}
.header .header_logo{
    width: 1200px;margin:0 auto;
}
.header img{
    display: block;
    padding:38px 0 0 10px;
}
.logo_right{
    width: 245px;
    margin: 10px 10px 0 0;
}
.logo_right p{text-align: right;}
.logo_right p a:hover{text-decoration: underline;}
.logo_right .form{
    width: 245px;
    position: relative;
    margin-top:35px;
}
.logo_right .form input[type='text']{
    width: 240px;height: 45px;line-height: 45px;
    font-family: Georgia;font-size: 16px;
    padding-left: 5px;margin-left:5px;
    border: 0; outline: none;
    background: transparent;
    border-bottom: 1px solid #7A0606;
}
.logo_right .form input[type='image']{
    position: absolute;right: 0;top:12px;
}

/*nav*/
.nav_bar{
    width: 100%;
    min-width:1200px;height: 50px;
    margin:0 auto;
    background: #7c0606;
}
.nav{
    width: 1200px;
    margin: 0 auto;
}
/*.nav>ul{*/
    /*height: 50px;*/
    /*margin: 0 auto;*/
/*}*/
.nav>ul{
	display: flex;
	justify-content: space-between;
}
.nav>ul>li{
    flex:1;
    display: block;
    height: 50px;
    text-align: center;
}
.nav>ul>li>a{
    display: block;
    height: 50px;line-height: 50px;
    font-size: 16px;
    color:#fff;
}
.nav>ul>li>a.firstPage{border:0;}
.nav>ul>li:hover{ background: #9c1615;}
/*.nav>ul>li:hover>a{color: #fff;}*/
.nav>ul>li ul{
    position:relative;
    display: none;
    z-index:101;
}
.nav>ul>li ul li{
    border-top:1px solid #FFFEEA;
    background: rgba(142,26,18,.9);
    width: 150px;
    height: 45px;line-height: 45px;
}
.nav>ul>li ul li a{font-size: 16px; color:#fff;}
/*.nav>ul>li:hover ul{ display: block;}*/
.nav>ul>li ul li:hover{ background: #7c0606;}
/*.nav>ul>li ul li:hover a{ color:#004EA2;}*/


/*banner*/
.banner{
    width: 100%;min-width: 1200px;
    /*height:460px;*/
}
.main_visual{
    width: 1200px;margin: 0 auto;padding-top: 15px;
    height:430px; overflow:hidden; position:relative; z-index:0;
}
.main_image{ width: 1200px; height:430px; position:absolute;}
.main_image li>a{display: block;width: 100%;}
.main_image li>a img{width: 1200px;height: 430px;}
div.flicking_con{
    position:absolute;
    bottom:5%;left:46%;z-index:1;
    width:100px;height:15px;
}
div.flicking_con a{
    float:left;display: block;
    width:15px;height:15px;
    border-radius: 50%;
    margin-left:12px;background:#fff;
}
div.flicking_con a.on{background: #9c1615;}
#btn_prev,#btn_next{z-index:2;position:absolute;display:block;width:73px!important;height:74px!important;top:50%;margin-top:-15px;display:none;}
#btn_prev{background:url(../images/hover_left.png) no-repeat left top;left:20px;}
#btn_next{background:url(../images/hover_right.png) no-repeat right top;right:20px;}



/*mainBody*/
.mainBody{
    width: 1200px;
    margin: 0 auto;
}
.mainContent{margin-top: 25px;}
.right_side{
    width: 845px;
    /*height:1200px;*/
    background: #fff;
}
.left_side{
    width: 320px;
    /*height: 1200px;*/
}
.right_side .news_info{  height: 680px;  }
.right_side .Ad2{  height: 200px;  }
.right_right{  width: 420px; }
.right_left{  width: 420px; }
.left_side .teach_system{height: 310px;}
.left_side .school_newspaper{height:380px;}
.left_side .Ad1{ height: 200px;}
.left_side .links{height: 280px;margin-top: 10px;}



.right_right:after{
    content: '';
    display: table;
    clear: both;
}
.right_right .notice{
    height:370px;padding: 20px 20px 0;
}
.columnName{
    width: 100%;
    height: 50px;
    position: relative;
}
.columnName>img{
    position: absolute;
    display: inline-block;
    height: 11px;
    top:22px;right:1px;
}
.columnName a.title_text{
    display: block;
    height: 50px;line-height: 50px;
}
.columnName a.title_text img{
    margin: 11px 8px 0 0;
    width: 31px;
    height: 28px;
    transition: transform 1s;
}
.columnName a.title_text img:hover{
    transform: scale(1.15,1.15);
}
.columnName a.title_text h3{
    font-size: 18px;font-weight: normal;
}

.right_right .intro{
    height:270px;padding: 20px 20px 0;
}
.right_right .intro_info img{
    display: block;
    width: 100%;height: 100px;
    margin: 10px auto;
}
.right_right .intro_info p{
    height: 100px;line-height: 25px;
    overflow: hidden;
}

/*pic_slider*/
.right_left .pic_news{
    height:290px;padding: 20px 20px 0;
}
.right_left .pic_slider{
    width:100%;height: 235px;
    margin: 5px auto 0;
}
.slider{
    width: 100%;
    height: 235px;
    position: relative;
}
.slider img{
    width: 100%;height: 235px;
}
.slider div.slider_content{
    position: absolute; display: block;
    width: 100%; bottom:0;left:0;
    height: 40px;line-height: 40px;
    background: rgba(0,0,0,.8);
}
.slider div.slider_content a{
    display: inline-block;width: 75%;height: 40px;
    overflow: hidden;
    font-size: 16px;color: #fff;
    text-indent: 1em;
}
.slider .fcon{display: none;}
.slide_circle{
    z-index: 10;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
}
.slide_circle li{
    float: left;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 15px 5px;
    background: #fff;
    border-radius: 50%;
}
.slide_circle li.current{
    background: #720a09;
    border-radius: 50%;
}

/*school_news*/
.right_left .school_news{
    height:360px;padding: 20px 20px 0;
}
.right_left .first_newsList{
    height: 95px;width: 100%;
    padding: 20px 0;
    border-bottom: 1px dotted #dddddd;
}
.right_left .first_newsList div{
    width: 61%;
}
.right_left .first_newsList div a{
    display: block;height: 50px;line-height: 25px;
    font-size: 16px;overflow: hidden;
    margin-bottom: 10px;
}
.right_left .first_newsList img{
    display: inline-block;
    width: 120px;height: 95px;
}
.right_left .newsList ul{margin-top: 10px;}
.right_left .newsList ul li{
    height: 32px;line-height: 32px;
}
.right_left .newsList ul li a{
    display: inline-block;width: 80%;
    height: 32px;
    overflow: hidden;
}
.right_side .Ad2 ul{margin-top: 20px;}
.right_side .Ad2 ul li{
    float: left;display: block;
    width: 380px;height: 90px;
    margin: 5px 20px;
}
.right_side .Ad2 ul li img{
    width: 100%;height: 90px;
}


/*notice*/
.noticeList li{
    height: 74px;padding: 15px 0;
    border-bottom: 1px dotted #ddd;
}
.noticeList li a{
    display: block; width: 75%;height: 60px;
    line-height: 28px;  overflow: hidden;
    margin-top: 9px; font-size: 16px;
}
.noticeList li div{
    width: 68px;height: 74px;
    text-align: center;
    background: #dedede;  color: #666;
}
.noticeList li:hover div{
    background: #720a09;  color: #fff;
}
.noticeList li div p.day{
    font-size: 28px;line-height:45px;
}
.friend_fx{
    height: 280px;
}
.friend_fc>div{
    height: 260px;padding: 20px 20px 0;
}

.picScroll_left{
    width: 100%;height: 190px;
    position: relative;padding-top: 15px;
}
.picScroll_left .prev{
    width: 20px;height: 40px;position: absolute;
    background: url("../images/left_arrow.png") no-repeat;
    top:70px;left:15px;cursor: pointer;
}
.picScroll_left .next{
    width: 15px;height: 33px;position: absolute;
    background: url("../images/right_arrow.png") no-repeat;
    top:70px;right:15px;cursor: pointer;
}
.picScroll_left .bd{
    width: 90%;height: 200px;
    margin:0 auto;
    overflow: hidden;
}
.picList li{
    float: left;margin:0 23px;
    text-align: center;
}
.picList li a{
    display: block;
}
.picList li img{
    width:135px;height: 135px;
    border-radius: 50%;
}
.picList li a.teachName{
    display: block;width:135px;height: 30px;line-height: 30px;
    margin-top:20px;background: #e6e9be;
}
.picList li:hover a.teachName{
    background: #720a09;color: #fff;
}



/*system*/
.teach_system{
    width: 100%;
}
.teach_system img{
    width: 100%;
    height: 100%;
}
.teach_system .system_title{
    width: 100%;height: 50px;line-height: 50px;
    color: #fff;font-size: 18px;text-align: center;
    background: #5d0504;
}
.system form{
    margin-top: 20px;
}
.system .choose{
    width: 280px;height: 40px;line-height: 40px;
    border:1px solid #720a09;margin: 0 auto 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;   cursor: pointer;
    position: relative; background: #fff;
}
.choose .selected{
    display: inline-block;text-align: right;
    width: 200px;height: 40px;line-height: 40px;
    margin-right: 10px;
}
.choose .selected span{margin-right:5px;}
.choose p{
    margin-left: 10px;
}
.system form input{
    display: block;
    width: 270px;height: 36px;line-height: 36px;
    transition: all 0.30s ease-in-out;
    border:1px solid #999;
    margin: 0 auto 10px;
    padding-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline:none;
}
/*.system form input[type='submit'] {
    width: 280px;
    height: 50px;
    border: 0;
    background: #720A09;
    color: #fff;text-align: center;
    cursor: pointer;
    font-size: 20px;
    margin-top: 18px;
    letter-spacing: 10px;
}*/

.system form .login{
	display:block;
    width: 280px;
    height: 50px;line-height:50px;
    border: 0;
    background: #720A09;
    color: #fff;text-align: center;
    cursor: pointer;
    font-size: 20px;
    margin: 18px auto 0;
    letter-spacing: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.system form input:focus{
    border: 1px solid #720a09;
    box-shadow: 0 0 2px #720a09;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #333;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #333;
}
input:-ms-input-placeholder{
    color: #333;
}
input::-webkit-input-placeholder{
    color: #333;
}


/*newspaper*/
.left_side .columnName{
    border-bottom:2px solid #5d0504;
}
.picScroll_left_1{
    width: 100%;height: 280px;
    position: relative;padding-top: 20px;
}
.picScroll_left_1 .prev_1{
    width: 20px;height: 40px;position: absolute;
    background: url("../images/left_arrow.png") no-repeat;
    top:120px;left:15px;cursor: pointer;
}
.picScroll_left_1 .next_1{
    width: 15px;height: 33px;position: absolute;
    background: url("../images/right_arrow.png") no-repeat;
    top:120px;right:15px;cursor: pointer;
}
.picScroll_left_1 .bd_1{
    width: 90%;height: 280px;
    margin:0 auto;
    overflow: hidden;
}
.picList_1 li{
    float: left;margin:0 38px;
    text-align: center;
}
.picList_1 li a{
    display: block;
}
.picList_1 li img{
    width:210px;height: 235px;
}
.picList_1 li a.teachName{
    display: block;width:100%;height: 30px;line-height: 30px;
    margin-top:10px;
}








/*Ad1*/

.left_side .Ad1 ul{margin-top: 15px;}
.left_side .Ad1 ul li{
    width: 100%;height: 90px;
    margin-bottom: 10px;
}
.left_side .Ad1 ul li img{
    display: block;
    width: 100%;height: 90px;
}





/*links*/
.links ul{padding-top: 10px;}
.links ul li{margin-top: 5px;}
.links ul li a{
    display: block;
    width: 100%;height: 70px;
}
.links ul li a img{
    width: 100%;height: 70px;
}



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

/*left_nav*/
.column_content .left_nav{
    width:260px;position: relative;
    background: #E9E9E9;
    -webkit-box-shadow: 0 1px 2px 1px #bebebe;
    -moz-box-shadow: 0 1px 2px 1px #bebebe;
    box-shadow: 0 1px 2px 1px #bebebe;
}
.column_content .left_nav>div:first-child{
    width: 100%;
    height: 52px;
    background: #5d0504;
    border-bottom: 3px solid #fff;
}
.column_content .left_nav>div:first-child h3{
    color: #fff;
    height: 52px;line-height: 52px;
    font-size: 18px;font-weight: normal;
    margin-left: 30%;
}
.column_content .left_nav li{
    width: 92%;
    height: 45px;line-height: 45px;
    border-bottom: 2px solid #fffeea;
    position: relative;
    margin: 0 auto;
}
.column_content .left_nav li a{
    height: 45px;line-height: 45px;
    font-size: 16px;
    display: block;
    margin-left: 10%;
}
.column_content .left_nav li.active a{
    color: #5d0504;
}
.column_content .left_nav li.hover a{
    color: #5d0504;
}
.column_content .left_nav li.active i{
    display: block;
    width:20px;height: 20px;
    background: url("../images/arrow.png") no-repeat;
    position: absolute;top:14px;right:30px;
}
.column_content .left_nav ul{
    padding-bottom: 300px;
}
.column_content .left_nav img {
    position: absolute;
    width: 260px;
    height: 235px;
    bottom: 0;
    left: 0;
    /*animation: zoomIn 1s;*/
}

/*right_content*/
.column_content .right_content{
    width:915px;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 1px #bebebe;
    -moz-box-shadow: 0 1px 2px 1px #bebebe;
    box-shadow: 0 1px 2px 1px #bebebe;
}
.column_name{
    width: 95%;
    margin: 0 auto;
    height: 50px;line-height: 50px;
    border-bottom: 2px solid #5d0504;
}
.column_name h3{
    font-size: 20px;font-weight: normal;
    color: #5d0504;
}
.column_name>div a:hover{
    color: #5d0504;
}
.right_content .column_list{
    width: 95%;
    margin:0 auto;
}


/*column*/
.right_content .column_list ul.list_info li{
    height: 45px;line-height: 45px;
    border-bottom: 1px dotted #BCBCBC;
    position: relative;
}
.right_content .column_list ul.list_info li i{
    display: block;
    width: 8px;height: 8px;
    background: #a3933e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top:19px;left:3px;
}
.right_content .column_list ul.list_info li a{
    display: block;width: 75%;
    height: 45px;line-height: 45px;
    overflow: hidden;padding-left:25px;
    font-size: 16px;
}
.right_content .column_list ul.list_info li span{
    position: absolute;font-size: 16px;
    height: 45px;line-height: 45px;
    right:3px;top:0;
}
.right_content .column_list ul.list_info li:hover span{
    color: #5d0504;
}
.right_content .column_list ul.list_info li:hover i{
    background: #5d0504;
}



/*column_intro*/
.column_list .column_introInfo{
    width:100%;
    margin:20px auto 0;
    padding-bottom: 50px;
}
/*.column_list .column_introInfo p{*/
    /*font-size: 16px;*/
    /*text-align: justify;*/
    /*line-height: 25px;*/
    /*text-indent: 2em;*/
/*}*/



/*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:95%;
    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;
    overflow: hidden;
}
.detail_content .detail_title p{
    color: #666;font-size: 12px;
}
.detail_content .detail_contentInfo{
    margin:10px 0 0;
    padding-bottom: 50px;
}
/*.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 {
    background-color:#5d0504;
    border:1px solid #5d0504;
    color:#fff;
    height:30px;
    line-height:30px;
    margin:0 5px;
    padding:5px 10px;
    box-sizing: border-box;
}
.pagebox span.pagebox_num_nonce a{
	color: #fff;border: 0;
}
.pagebox span.pagebox_num:hover a{
    background-color:#5d0504;
    border:1px solid #5d0504;
    color:#fff;
    cursor:pointer;
}
.pagebox span.pagebox_next:hover a,.pagebox span.pagebox_pre:hover a{
    background-color:#5d0504;
    border:1px solid #5d0504;
    color:#fff;
    cursor:pointer;
}
.pagebox_jump {
    display:none;
}





/*footer*/
.footer{
    height: 259px;
    background: url("../images/footer_bg.jpg") no-repeat center center;
    margin-top:50px;
}
.footer>div{
    width:1200px;
    height: 259px;
    margin: 0 auto;
}
.footer .footerInfo{
    padding-top: 50px;
    color: #fff;
    line-height: 28px;
}
.footer .footerInfo a{
    color: #fff;
}
.footerInfo .code_pic p{
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    margin-left: 30px;
}
.footerInfo .code_pic p span{
    display: block;
    height: 20px;line-height: 20px;
}
.footer_bottom{
    width: 100%;min-width: 1200px;height: 50px;line-height: 50px;
    background: #430303;
}
.footer_bottom>div{
    width: 1200px;margin: 0 auto;
    color: #fff;
}
.footer_bottom>div a{color: #fff;margin: 0 3px;}