.m-content-block .News-center .texts .top .release .year,.m-content-block .News-center .texts .top .release img{
	display: none;
}
/* 当浏览器的可视区域小于750px */

@media only screen and (max-width: 750px) {
    /* 广告图 */
    .banner-box {
        display: block;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .banner-box .m-index-banner-block {
        width: 100%;
    }
    .swiper-banner {
        position: relative;
    }
    .swiper-banner .index-swiper-pagination {
        bottom: 15px;
    }
    .swiper-banner .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        border-radius: 3px;
        opacity: 1;
        background-color: white;
    }
    .swiper-banner>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 0 0 10px;
    }
    .swiper-banner .swiper-pagination-bullet-active {
        opacity: 1;
        width: 28px;
        background-color: #264cad !important;
    }
    .banner-box .m-index-banner-block .list {
        position: relative;
    }
    .banner-box .m-index-banner-block .list .text {
        position: absolute;
        left: 0;
        top: 20%;
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .banner-box .m-index-banner-block .list .text h1 {
        font-size: 14px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 16px;
        letter-spacing: 2px;
    }
    .banner-box .m-index-banner-block .list .text h5 {
        font-size: 12px;
        color: #fff;
        letter-spacing: 6px;
        font-weight: normal;
        margin-bottom: 50px;
    }
    .banner-box .m-index-banner-block .list img {
        display: block;
        width: 100%;
    }
    .swiper-banner .index-button-next,
    .swiper-banner .index-button-prev {
        position: absolute;
        top: 50%;
        width: 84px;
        height: 84px;
        margin-top: -42px;
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .swiper-banner .index-button-next {
        background: url(../img/banner-next.png) no-repeat 0 0;
    }
    .swiper-banner .index-button-prev {
        background: url(../img/banner-prev.png) no-repeat 0 0;
    }
    .index-button-prev:after,
    .swiper-container-rtl .index-button-next:after {
        content: '';
    }
    .index-button-next:after,
    .swiper-container-rtl .index-button-prev:after {
        content: '';
    }
    .index-button-prev,
    .swiper-container-rtl .index-button-next {
        left: 0;
        right: auto;
    }
    .index-button-next,
    .swiper-container-rtl .index-button-prev {
        right: 0;
        left: auto;
    }
    /* 新闻中心 */
    .content-box,
    .m-content-block {
        display: block;
    }
    .m-content-block .News-center {
        width: 100%;
		padding: 0;
    }
    .m-content-block .News-center .contain {
        width: 100%;
        padding: 25px 15px;
    }
    .m-content-block .News-center .titlebox {
        width: 100%;
    }
    .m-content-block .News-center .titlebox .ft-title {
        float: left;
    }
    .m-content-block .News-center .titlebox .ft-title h1 {
        float: left;
        font-size: 17px;
        color: #333;
        height: 24px;
        line-height: 24px;
        font-weight: 600;
    }
    .m-content-block .News-center .titlebox .ft-title span {
        display: block;
        float: left;
        margin-top: 4px;
        color: #ccc;
    }
    .m-content-block .News-center .titlebox .ft-title h5 {
        float: left;
        font-size: 14px;
        height: 24px;
        line-height: 24px;
        color: #cccccc;
        font-weight: normal;
		padding-left: 1rem;
    }
    .m-content-block .News-center .titlebox .rt-more {
        float: right;
        width: 71px;
        height: 24px;
        line-height: 22px;
        text-align: center;
        border: solid 1px #003f88;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .m-content-block .News-center .titlebox .rt-more a {
        display: block;
        width: 100%;
    }
    .m-content-block .News-center .titlebox .rt-more span {
        font-size: 12px;
        color: #003f88;
    }
    .m-content-block .News-center .titlebox .rt-more .fa {
        font-size: 14px;
        color: #003f88;
    }
    .m-content-block .News-center ul.news-ul {
        width: 100%;
		display: block;
    }
    .m-content-block .News-center ul.news-ul li {
        width: 100%;
        margin-top: 15px;
    overflow: hidden;
    }
    .m-content-block .News-center ul.news-ul li .imgs {
        float: left;
        width: 33.3%;
        overflow: hidden;
    }
    .m-content-block .News-center ul.news-ul li .imgs img {
        display: block;
        width: 100%;
height:auto;
    }
    .m-content-block .News-center ul.news-ul li .texts {
        width: 66.6%;
        float: left;
        padding-left: 10px;
		padding-top: 0;
    }
    .m-content-block .News-center ul.news-ul li .texts .top {
        width: 100%;
    }
    .m-content-block .News-center .texts .top h3 {
        width: 100%;
        font-size: 15px;
        line-height: 24px;
        color: #333;
        margin-bottom: 1rem;
		padding: 0;
		font-weight: 400;
    }
    .m-content-block .News-center .texts .top h3 a {
        color: #333;
    }
    .m-content-block .News-center .texts .top .release img {
        float: left;
        margin-right: 5px;
    }
    .m-content-block .News-center .texts .top .release {
        position: relative;
        font-size: 14px;
        color: #999;
		float: left;
		display: flex;
		height: auto;
		padding-left: 0;
    }
	.m-content-block .News-center .texts .top .release:before,.m-content-block .News-center .texts .top .release:after{
		content: none;
	}
	.m-content-block .News-center .texts .top .release .day,.m-content-block .News-center .texts .top .release .mouth{
		position: static;
		left: 0;
		top: 0;
		font-size: 14px;
		color: #999;
	}
	.m-content-block .News-center .texts .top .release .day:before,.m-content-block .News-center .texts .top .release .mouth:before{
		content: "-";
	}
	.m-content-block .News-center .texts .bottom{
		display: none;
	}
	.m-content-block .News-center .texts .top .release .year,.m-content-block .News-center .texts .top .release img{
		display: block;
    font-weight: 600;
	}
    /* 通知公告 */
    .m-content-block .Announcements-notice {
        position: relative;
        width: 100%;
        padding: 0;
        background: url(../../img/image/notice-bg.png) no-repeat center;
        background-size: cover;
        overflow: hidden;
    }
    .m-content-block .Announcements-notice .contain {
        width: 100%;
        padding: 25px 15px;
    }
    .m-content-block .Announcements-notice .titlebox {
        width: 100%;
		margin-bottom: 0;
    }
    .m-content-block .Announcements-notice .titlebox .ft-title {
        float: left;
    }
    .m-content-block .Announcements-notice .titlebox .ft-title h1 {
        float: left;
        font-size: 17px;
        color: #fff;
        height: 24px;
        line-height: 24px;
        font-weight: 600;
    }
    .m-content-block .Announcements-notice .titlebox .ft-title span {
        display: block;
        float: left;
        margin-top: 4px;
        color: #fff;
    }
    .m-content-block .Announcements-notice .titlebox .ft-title h5 {
        float: left;
        font-size: 14px;
        height: 24px;
        line-height: 24px;
        color: #fff;
        font-weight: normal;
		padding-left: 1rem;
    }
    .m-content-block .Announcements-notice .titlebox .rt-more {
        float: right;
        width: 71px;
        height: 24px;
        line-height: 22px;
        text-align: center;
        border: solid 1px #fff;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .m-content-block .Announcements-notice .titlebox .rt-more a {
        display: block;
        width: 100%;
    }
    .m-content-block .Announcements-notice .titlebox .rt-more span {
        font-size: 12px;
        color: #fff;
    }
    .m-content-block .Announcements-notice .titlebox .rt-more .fa {
        font-size: 14px;
        color: #fff;
    }
    .m-content-block .Announcements-notice .notice-div ul.notice-ul {
        position: relative;
        width: 100%;
    }
    .m-content-block .Announcements-notice .notice-div ul.notice-ul li {
        width: 100%;
        height: auto;
        padding: 10px;
        margin-top: 15px;
        border: solid 1px rgba(255, 255, 255, .6);
		margin-bottom: 0;
    }
    .m-content-block .Announcements-notice .notice-div ul.notice-ul li:last-child {}
    .m-content-block .Announcements-notice .notice-div ul.notice-ul li .ft {
        float: left;
        width: calc(100% - 70px);
        padding-left: 12px;
		padding-right: 0;
    }
    .m-content-block .Announcements-notice .notice-div ul.notice-ul li .ft h3 {
        width: 100%;
        font-size: 15px;
        line-height: 24px;
        color: #fff;
        padding: 0;
		margin-bottom: 0;
    }
    .m-content-block .Announcements-notice .notice-div ul.notice-ul li .ft h3 a {
        color: #fff;
    }
    .m-content-block .Announcements-notice .notice-div ul.notice-ul li .rt {
        position: relative;
        float: left;
        width: 60px;
        padding-top: 0px;
        padding-bottom: 3px;
        text-align: center;
		padding-left: 1rem;
		
    }
    .m-content-block .Announcements-notice .notice-div ul.notice-ul li .rt:before {
        content: '';
        position: absolute;
        right: -3px;
        top: 4px;
        display: block;
        width: 1px;
        height: 40px;
        background-color: #fff;
    }
    .m-content-block .Announcements-notice .notice-div ul.notice-ul li .rt .day {
        font-size: 26px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 8px;
        letter-spacing: 1px;
    }
    .m-content-block .Announcements-notice .notice-div ul.notice-ul li .rt .mouth {
        font-size: 12px;
        color: #fff;
    }
    .m-content-block .Announcements-notice .notice-div ul.notice-ul:after {
        content: '';
        display: block;
        clear: both;
    }
	.m-content-block .Announcements-notice .notice-div .thumb{
		display: none;
	}
	.m-content-block .Announcements-notice .notice-div ul.notice-ul li .ft p{
		display: none;
	}
	.m-content-block .Announcements-notice .notice-div ul.notice-ul li:last-child{
		margin-left: 0;
	}
    /* 教育教学 */
    .m-content-block .Education-teaching {
        display: block;
        position: relative;
        width: 100%;
        padding: 0;
        background-color: #fff;
        overflow: hidden;
        background: url(../../img/image/education-bg.png) no-repeat left top;
        background-size: 100%;
    }
    .m-content-block .Education-teaching .contain {
        width: 100%;
        padding: 25px 15px;
    }
    .m-content-block .Education-teaching .titlebox {
        width: 100%;
    }
    .m-content-block .m-content-block .Education-teaching .titlebox .ft-title {
        float: left;
    }
    .m-content-block .Education-teaching .titlebox .ft-title h1 {
        float: left;
        font-size: 17px;
        color: #333;
        height: 24px;
        line-height: 24px;
        font-weight: 600;
    }
    .m-content-block .Education-teaching .titlebox .ft-title span {
        display: block;
        float: left;
        margin-top: 4px;
        color: #cccccc;
    }
    .m-content-block .Education-teaching .titlebox .ft-title h5 {
        float: left;
        font-size: 14px;
        height: 24px;
        line-height: 24px;
        color: #cccccc;
        font-weight: normal;
		padding-left: 1rem;
    }
    .m-content-block .Education-teaching .swiper-education {
        position: relative;
        width: 100%;
        margin-top: 15px;
    }
	.m-content-block .Education-teaching .education-div{
		display: block;
	}
    .m-content-block .Education-teaching .education-div .items {
        position: relative;
        width: 100%;
        overflow: hidden;
		margin-bottom: 1rem;
    }
    .m-content-block .Education-teaching .education-div .items::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .2);
        z-index: 1;
    }
    .m-content-block .Education-teaching .education-div .items .imgs {
        position: relative;
    }
    .m-content-block .Education-teaching .education-div .items .imgs a {
        display: block;
        width: 100%;
    }
    .m-content-block .Education-teaching .education-div .items .imgs img {
        display: block;
        width: 100%;
		height: 20rem;
		object-fit: cover;
    }
    .m-content-block .Education-teaching .education-div .items .imgs h3 {
        position: absolute;
        left: 0;
        bottom: 35px;
        width: 100%;
        padding: 15px 15px 0;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        z-index: 2;
    }
    .m-content-block .Education-teaching .education-div .items .imgs h5 {
        position: absolute;
        left: 0;
        bottom: 10px;
        width: 100%;
        padding: 15px 15px 0;
        font-size: 16px;
        font-weight: normal;
        text-transform: capitalize;
        color: #fff;
        z-index: 2;
    }
    .m-content-block .education-swiper-pagination {
        text-align: right;
        padding: 0 10px;
        z-index: 2;
    }
    .m-content-block .education-swiper-pagination .swiper-pagination-bullet {
        background: #fff;
        opacity: .5;
    }
    .m-content-block .education-swiper-pagination .swiper-pagination-bullet-active {
        opacity: 1 !important;
        background: #264cad !important;
    }
	.Education-teaching .education-div .items a.texts{
		display: none;
	}
    /* 科学研究 */
    .m-content-block .Scientific-research {
        display: block;
        position: relative;
        width: 100%;
        background: url(../../img/image/research-bg.png) no-repeat center;
        background-size: cover;
        overflow: hidden;
		padding: 0;
    }
    .m-content-block .Scientific-research .contain {
        width: 100%;
        padding: 25px 15px;
    }
    .m-content-block .Scientific-research .titlebox {
        width: 100%;
    }
    .m-content-block .Scientific-research .titlebox .ft-title {
        float: left;
    }
    .m-content-block .Scientific-research .titlebox .ft-title h1 {
        float: left;
        font-size: 17px;
        color: #fff;
        height: 24px;
        line-height: 24px;
        font-weight: 600;
    }
    .m-content-block .Scientific-research .titlebox .ft-title span {
        display: block;
        float: left;
        margin-top: 4px;
        color: #fff;
    }
    .m-content-block .Scientific-research .titlebox .ft-title h5 {
        float: left;
        font-size: 14px;
        height: 24px;
        line-height: 24px;
        color: #fff;
        font-weight: normal;
		padding-left: 1rem;
    }
    .m-content-block .Scientific-research .titlebox .rt-more {
        float: right;
        width: 71px;
        height: 24px;
        line-height: 22px;
        text-align: center;
        border: solid 1px #fff;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .m-content-block .Scientific-research .titlebox .rt-more a {
        display: block;
        width: 100%;
    }
    .m-content-block .Scientific-research .titlebox .rt-more span {
        font-size: 12px;
        color: #fff;
    }
    .m-content-block .Scientific-research .titlebox .rt-more .fa {
        font-size: 14px;
        color: #fff;
    }
    .m-content-block .Scientific-research ul.research-ul {
        position: relative;
        width: 100%;
		display: block;
    }
    .m-content-block .Scientific-research ul.research-ul li {
        width: 100%;
        margin-top: 15px;
    }
    .m-content-block .Scientific-research ul.research-ul li .imgs {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .m-content-block .Scientific-research ul.research-ul li .imgs img {
        display: block;
        width: 100%;
    }
    .m-content-block .Scientific-research ul.research-ul li .texts {
        width: 100%;
    }
	.m-content-block .Scientific-research ul.research-ul li .texts p{
		display: none;
	}
    .m-content-block .Scientific-research ul.research-ul li .texts h3 {
		margin-bottom: 0;
        width: 100%;
        font-size: 15px;
        line-height: 24px;
        color: #fff;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
		font-weight: 200;
    }
    .m-content-block .Scientific-research ul.research-ul li .texts h3 a {
        color: #fff;
    }
	.m-content-block .Scientific-research ul.research-ul li .texts a.view-more{
		display: none;
	}
    /* 专题 */
    .Project-block {
        display: block;
        width: 100%;
        background-color: #f5f5f5;
		padding: 0;
    }
    .Project-block .contain {
        width: 100%;
        padding: 25px 15px;
    }
    .Project-block .project-div {
        width: 100%;
		display: block;
    }
    .Project-block .project-div .items {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .Project-block .project-div .items:first-child {
        margin-bottom: 15px;
    }
    .Project-block .project-div .items a {
        position: relative;
        display: block;
    }
    .Project-block .project-div .items img {
        display: block;
        width: 100%;
    }
    .Project-block .project-div .items h3 {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 36px;
        line-height: 36px;
        font-size: 18px;
        color: #fff;
        text-align: center;
        margin-top: -18px;
    }
    .Project-block .project-div .items a:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .3);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .Project-block .project-div .items a:hover::before {
        background-color: rgba(0, 0, 0, 0);
    }
}


/* 当浏览器的可视区域小于325px */

@media screen and ( max-width: 325px) {
    /* 新闻中心 */
    .m-content-block .News-center .texts .top h3 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .m-content-block .News-center .texts .top .release {
        font-size: 12px;
        line-height: 14px;
    }
    .m-content-block .News-center .texts .top .release img {
        float: left;
        margin-right: 5px;
        width: 14px;
        height: 14px;
    }
    /* 通知公告 */
    .Announcements-notice .notice-div ul.notice-ul li .ft h3 {
        font-size: 14px;
    }
    /* 教育教学 */
    .Education-teaching .education-div .items .imgs h3 {
        font-size: 18px;
    }
    .Education-teaching .education-div .items .imgs h5 {
        font-size: 15px;
    }
    /* 科学研究 */
    .Scientific-research ul.research-ul li .texts h3 {
        font-size: 14px;
    }
    /* 专题 */
    .Project-block .project-div .items h3 {
        font-size: 16px;
    }
}