/*首页*/
@media screen and (max-width: 720px) and (min-width: 240px){
	
.main {
    margin: 0 auto;
    width: 100%;
    min-width: 240px;
    max-width: 720px;
    background: #f3f3f3;}
.mobile-head {
    padding: 0 13px 0 7px;
    width: 100%;
    height: 50px;
    background: #990000;}
.mobile-head img {
    margin-top: 11px;
    /*width: 71.8%;*/
    width: 258.5px;}
.mobile-head>i {
    margin-top: 13px;
    width: 24px;
    height: 23px;
    background: url(../images/sidebar_btn.jpg) no-repeat; 
    background-size: 100%;}
.slider1 {
    width: 100%;}
.slider1 img {
    width: 100%;}
.bx-wrapper {
    max-width: 720px!important;}
.bx-wrapper .bx-pager.bx-default-pager a {
    margin-right: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: 0.5;
    background: #fff;}
.bx-wrapper .bx-pager.bx-default-pager .active {
    opacity: 1;
    background: #fff;}
.slide {
    position: relative;}
.slider1 .slider1-text {
    position: absolute;
    top: 6px;
    left: 3px;
    padding-left: 7px;
    width: 64.8%;
    line-height: 20px;
    color: #000;
    background:rgba(255,255,255,0.5);}
.index-news-mobile {
    position: relative;
    padding: 0 2.7% 0 3.3%;
    width: 100%;
    height: auto;
    background: #fff;}
.index-news-mobile .index-more {
    /*position: absolute;*/
    right: 2.7%;
    /*bottom: 0;*/
    color: #990000;}
.index-school-mobile {
    margin: 0;
    margin-top: 8px;
    padding: 0;}
.index-school-mobile .index-news-head {
    position: relative;
    margin: 0;
    width: 100%;
    height: 28px;
    border: 0;
    background: url(../images/list_head1.jpg) no-repeat;
    background-size: 100%;}
.index-school-mobile .index-news-box {
    padding: 0 2.7% 0 3.3%;}
.index-news .index-news-head span {
    position: absolute;
    top: 1px;
    font-size: 16px;
    color: #fff;
    z-index: 0;}
.index-news .index-news-head .school-news-mobile {
    left: 23%;
    margin-left: -38px;}
.index-news .index-news-head .academic-dynamic-mobile {
    right: 23%;
    margin-right: -38px;}
.slider2 {
    width: 100%;}
.slider2 img {
    width: 100%;}
.slider2 .slider1-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 7px;
    width: 80%;
    line-height: 25px;
    color: #fff;
    background:rgba(0,0,0,0.5);}


















.index-service-head-mobile {
    position: relative;
    height: 40px;
    background: #990000;}
.index-service-head-mobile i {
    position: absolute;
    width: 31px;
    height: 28px;
    background: url(../images/msg.jpg) no-repeat;
    background-size: 100%;}
.index-service-head-mobile span {
    position: absolute;
    font-size: 16px;}
.index-service-head-mobile a {
    position: absolute;
    width: 31px;
    height: 28px;
    background: url(../images/msg.jpg) no-repeat;
    background-size: 100%;}



/*底部*/
.foot-mobile {
    padding-top: 31px;
    height: 165px;
    background: #6b0a0a;}
.foot-mobile p {
    line-height: 21px;
    text-align: center;
    font-size: 11px;}
.foot-mobile a {
    font-size: 11px;
    color: #fff;}
}