

.content {
    width: 1200px;
    margin: 0px auto;
}
/*新生入学须知*/

.mytext {
    text-align: center;
    margin-top: 30px;
    border-bottom: 3px solid #02913f;
    padding-bottom: 15px;
    width: 1200px;
    font-size: 1.5rem;
}
.mynav .breadcrumb li:after{
    content: "/\00a0";
    padding: 0 0px;
    color: #ccc;
    margin: 0px 10px;
}
.mynav .breadcrumb li:last-child:after{
    content: "";
}
.mytime {
    width: 1200px;
    text-align: center;
    padding-top: 15px;
}

    .mytime span {
        font-size: 0.8rem;
        color: grey;
        padding-left: 72px;
    }

.Secondary {
    margin-left: -5%;
}

.notContent {
    width: 1200px;
    margin-top: 57px;
}

    .notContent p {
        font-size: 0.9rem;
    }

.content {
    margin-bottom: 50px;
    padding: 10px 10px 0px 10px;
}




/**
	 * 当屏幕宽度在1024px时，
	* 相当于平板电脑大小的设备
	***/

@media screen and (max-width:1024px) {
    /*入学通知*/
    .content {
        width: 98%;
        margin: 0px auto;
        padding-bottom: 10%;
    }

    .mytext {
        text-align: center;
        margin-top: 30px;
        border-bottom: 3px solid #02913f;
        padding-bottom: 15px;
        width: 100%;
        font-size: 1.5rem;
    }

    .mytime {
        width: 100%;
        text-align: center;
        padding-top: 15px;
    }

        .mytime span {
            font-size: 0.8rem;
            color: grey;
            padding-left: 12px;
            line-height: 24px;
        }

    .Secondary {
        margin-left: 0%;
    }

    .notContent {
        width: 100%;
        margin-top: 10px;
    }

        .notContent p {
            font-size: 0.8rem;
            width: 100%;
        }
}


@media screen and (max-width:768px) {
    /*入学通知*/
    .content {
        width: 90%;
        margin: 0px auto;
        padding-bottom: 50%;
    }

    .mytext {
        text-align: center;
        margin-top: 30px;
        border-bottom: 3px solid #02913f;
        padding-bottom: 15px;
        width: 100%;
        font-size: 1rem;
    }

    .mytime {
        width: 100%;
        text-align: center;
        padding-top: 15px;
    }

        .mytime span {
            font-size: 0.8rem;
            color: grey;
            padding-left: 12px;
            line-height: 24px;
        }

    .Secondary {
        margin-left: 0%;
    }

    .notContent {
        width: 100%;
        margin-top: 10px;
        padding-bottom: 50%;
    }

        .notContent p {
            font-size: 0.8rem;
            width: 100%;
        }
}

@media screen and (max-width:414px) {
    /*入学通知*/
    .content {
        width: 90%;
        margin: 0px auto;
        margin-bottom: 35px;
    }

    .mytext {
        text-align: center;
        margin-top: 30px;
        border-bottom: 3px solid #02913f;
        padding-bottom: 15px;
        width: 100%;
        font-size: 1rem;
    }

    .mytime {
        width: 100%;
        text-align: left;
        padding-top: 15px;
    }

        .mytime span {
            font-size: 0.8rem;
            color: grey;
            padding-left: 12px;
            display: block;
            line-height: 24px;
        }

    .Secondary {
        margin-left: 0%;
        display: inline !important;
    }

    .notContent {
        width: 100%;
        margin-top: 10px;
        padding-bottom: 50%;
    }

        .notContent p {
            font-size: 0.8rem;
            width: 100%;
        }
}
/**
* 当屏幕宽度在小于等于400px时，
* 即在移动端（手机端）
* **/

@media screen and (max-width:375px) {
    /*入学通知*/
    .content {
        width: 90%;
        margin: 0px auto;
        padding-bottom: 50%;
    }

    .mytext {
        text-align: center;
        margin-top: 30px;
        border-bottom: 3px solid #02913f;
        padding-bottom: 15px;
        width: 100%;
        font-size: 1rem;
    }

    .mytime {
        width: 100%;
        text-align: left;
        padding-top: 15px;
    }

        .mytime span {
            font-size: 0.8rem;
            color: grey;
            padding-left: 12px;
            display: block;
            line-height: 24px;
        }

    .Secondary {
        margin-left: 0%;
        display: inline !important;
    }

    .notContent {
        width: 100%;
        margin-top: 10px;
        padding-bottom: 50%;
    }

        .notContent p {
            font-size: 0.8rem;
            width: 100%;
        }
}

@media screen and (max-width:320px) {
    /*入学通知*/
    .content {
        width: 90%;
        margin: 0px auto;
        margin-bottom: 35px;
    }

    .mytext {
        text-align: center;
        margin-top: 30px;
        border-bottom: 3px solid #02913f;
        padding-bottom: 15px;
        width: 100%;
        font-size: 1rem;
    }

    .mytime {
        width: 100%;
        text-align: left;
        padding-top: 15px;
    }

        .mytime span {
            font-size: 0.8rem;
            color: grey;
            padding-left: 12px;
            display: block;
            line-height: 24px;
        }

    .Secondary {
        margin-left: 0%;
        display: inline !important;
    }

    .notContent {
        width: 100%;
        margin-top: 10px;
        padding-bottom: 50%;
    }

        .notContent p {
            font-size: 0.8rem;
            width: 100%;
        }
}




/*返回顶部按钮*/

p#back-to-top {
    position: fixed;
    bottom: 100px;
    right: 14px;
}

    p#back-to-top a {
        text-align: center;
        text-decoration: none;
        color: #d1d1d1;
        display: block;
        width: 30px;
        /*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
        -moz-transition: color 1s;
        -webkit-transition: color 1s;
        -o-transition: color 1s;
    }

        p#back-to-top a:hover {
            color: #979797;
        }

        p#back-to-top a span {
            background: #02913f;
            border-radius: 6px;
            display: block;
            height: 30px;
            width: 30px;
            line-height: 26px;
            margin-bottom: 5px;
            /*使用CSS3中的transition属性给<span>标签背景颜色添加渐变效果*/
            -moz-transition: background 1s;
            -webkit-transition: background 1s;
            -o-transition: background 1s;
        }
