@charset "UTF-8";
/*@media：媒体查询实现响应式布局*/
.toggle{
    display: none;
}

@media screen and (max-width: 1024px){
    .header,.mainBody,.footer,body,.nav_bar,.banner,.footer_bottom{
        min-width: 0;
    }
    .header .header_logo {
        width: auto;
    }
    .nav {
        width: 100%;
    }
    .nav>ul>li{
        width: 128px;
    }
    .banner{
        height:auto;
    }
    .main_visual {
        width: 100%;
        height: 366px;
    }
    .main_image {
        width: 100%;
        height: 366px;
    }
    .main_image li>a img {
        width: 100%;
        height: auto;
    }
    .mainBody {
        width: 100%;
    }
    .right_side {
        width: 726px;
    }
    .right_right {
        width: 363px;
    }
    .right_left {
        width: 363px;
    }
    .columnName>img {
        height: 11px;
        width: 185px;
    }
    .picList li {
        margin: 0 32px;
    }
    .left_side {
        width: 298px;
    }
    .picList_1 li {
        margin: 0 30px;
    }
    .friend_fc .columnName>img {
        width: 560px;
    }
    .right_side .Ad2 ul li {
        width: 323px;
    }
    .footer>div {
        width: 98%;
    }
    .footer_bottom>div {
        width: 98%;
    }


    /*column*/
    .column_content .right_content {
        width: 745px;
    }
    .teacher_list li {
        margin: 40px 65px 0;
    }
  	.detail_content .detail_contentInfo img{
        max-width:100%;
      	height:auto;
  	}

}

@media screen and (max-width: 768px){
    .header {
        height: 125px;
    }
    .header img {
        transform-origin: 0 100%;
        transform: scale(0.8);
    }
    .collect{display: none;}
    .logo_right form {
        display: none;
    }
    .logo_right {
        width: auto;
    }
    .header img {
        padding: 15px 0 0 10px;
    }
    .toggle{
        display: block;
        position: absolute;
        top: -75px;
        right: 2%;
        z-index: 9999;
    }
    .toggle span {
        display: block;
        width: 40px;
        height: 5px;
        background: #7c0606;
        margin: 8px;
    }
    .nav_bar {
        position: relative;
        z-index: 101;
        height: 0;
    }
    .nav{display: none;}
    .nav>ul>li {
        float: none;
        width: 100%;
        background: rgba(124,6,6,.8);
        border-bottom: 1px solid #fff;
        height: auto;
    }
    .nav>ul>li ul li {
        background: rgba(255,254,234,.8);
        width: 100%;
        padding-left: 5%;
    }
    .nav>ul>li ul li a {
        color: #333;
    }

    /*banner*/
    .main_visual {
        padding-top: 0;
        height: 275px;
    }
    .main_image {
        height: 275px;
    }


    .right_side {
        float: none;
        width: 726px;
    }
    .right_side {
        width: 100%;
    }
    .right_right {
        width: 390px;
    }
    .right_left {
        width: 390px;
    }
    .columnName>img {
        width: 200px;
    }
    .friend_fc .columnName>img {
        width: 590px;
    }
    .right_side .Ad2 ul li {
        width: 344px;
    }
    .picList li {
        margin: 0 15px;
    }
    .left_side{
        width: auto;
        height: auto;
    }
    .left_side>div{
        float: left;
        width: 343px;
        padding: 20px;
    }
    .left_side .school_newspaper {
        height: 360px;
    }
    .left_side .teach_system {
        height: 360px;
    }
    .left_side .Ad1 {
        margin-top: 55px;
    }
    .left_side .links {
        margin-top: 0;
    }
    .left_side .Ad1 ul li {
        margin-bottom: 32px;
    }
    .picList_1 li {
        margin: 0 35px;
    }
    /*footer*/
    .footer_bottom {
        height: 66px;
        line-height: 28px;
        padding: 5px 0;
    }
    .footer_bottom>div p:last-child{
        width: 64%;
    }


    /*column*/
    .mainContent {
        margin-top: 55px;
        position: relative;
    }
    .column_content .right_content {
        width: 100%;
        float: none;
    }
    .column_content .left_nav {
        width: 100%;
        position: absolute;
        top:0;left:0;
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .column_content .left_nav img {
        display: none;
    }
    .column_content .left_nav ul {
        padding-bottom: 0;
    }
    .column_content .left_nav>div:first-child {
        display: none;
    }
    .column_content .left_nav li.active i {
        display: none;
    }
    .column_content .left_nav li.hover i {
        display: none;
    }
    .column_content .left_nav li {
        width: 97%;
        border-bottom: 1px solid #fffeea;
        background: rgba(124,6,6,.8);
        text-align: center;
    }
    .column_content .left_nav li a {
        margin-left: 0;
        color: #fff;
    }
    .column_content .left_nav li.active a {
        color: #fff;
    }
    .column_content .left_nav li.hover a {
        color: #fff;
    }
    .column_content .left_nav ul{
        display: none;
    }
    .toggle_2{
        display: block;
        position: absolute;
        top: -42px;
        left: 10px;
    }
    .toggle_2 span{
        display: block;
        width: 38px;
        height: 5px;
        background: #7c0606;
        margin: 5px;
    }












}

@media screen and (max-width: 480px){
    .header img {
        transform-origin: 0 100%;
        transform: scale(0.5);
    }
    .toggle{
        top: -75px;
        right: 2%;
    }
    .toggle span {
        width: 28px;
        height: 3px;
        margin: 5px;
    }
    .banner {
        display: none;
    }
    .header .header_logo {
        position: relative;
    }
    .logo_right {
        position: absolute;
        top:0;
        right:0;
    }
    .header img {
        padding: 0 0 0 10px;
    }
    .header {
        height: 85px;
    }
    .toggle {
        top: -35px;
        right: 1%;
    }
    .right_right {
        float: none;
        width: 100%;
    }
    .right_left {
        width: 100%;
    }
    .right_side .news_info {
        height: auto;
    }
    .right_side .Ad2 {
        height: 400px;
    }
    .right_side .Ad2 ul li {
        width: 91%;
    }
    .friend_fc .columnName>img {
        width: 215px;
    }
    .picScroll_left .bd {
        width: 300px;
    }
    .picScroll_left .prev {
        top: 70px;
        left: 2px;
    }
    .picScroll_left .next {
        top: 70px;
        right: 2px;
    }
    .picList li img {
        width: 120px;
        height: 120px;
    }
    .picList li a.teachName {
        width: 120px;
        font-size: 12px;
    }
    .left_side .teach_system {
        height: 330px;
    }
    .left_side {
        width: 100%;
    }
    .left_side>div {
        float: none;
        width: auto;
        padding: 20px;
    }
    .picScroll_left_1 .bd_1 {
        width: 210px;
    }
    .picList_1 li {
        margin: 0;
    }
    .left_side .Ad1 {
        margin-top: 0;
    }

    /*footer*/
    .footer .footerInfo {
        padding-top: 0;
    }
    .footerInfo .code_pic{
        float: none;
    }
    .footerInfo .code_pic {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
    .footerInfo .code_pic p {
        margin-left: 0;
        padding: 0 20px;
    }
    .footerInfo .code_pic p img {
        width: 90px;height: 90px;
    }
    .footer .footerInfo {
        font-size: 12px;
        line-height: 18px;
    }
    .footer .footerInfo a {
        font-size: 12px;
    }
    .footer_bottom {
        font-size: 12px;
        height: 60px;
        line-height: 18px;
        padding: 3px 0;
    }

    .footer_bottom>div a {
        font-size: 12px;
    }


    /*column*/
    .column_name>div:first-child>span,.column_name>div:first-child>img{
        display: none;
    }
    .column_name h3 {
        font-size: 18px;
    }
    .right_content .column_list ul.list_info li a {
        width: 60%;
    }












    .detail_content .detail_title h3 {
        height: 50px;
        line-height: 25px;
        font-size: 18px;
        padding-bottom: 10px;
    }








    /*pages*/
    .pages {
        height: 20px;
        padding-bottom: 20px;
    }
    .pagebox {
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }
    .pagebox span a, .pagebox_pre_nolink {
        height: 20px;
        line-height: 20px;
        padding: 1px 5px;
    }
    .pagebox span.pagebox_num_nonce {
        height: 20px;
        line-height: 20px;
        padding: 1px 5px;
    }
}