﻿html, body {
    position: relative;
    height: 100%;
}
a,
a:hover,
a:active,
a:focus{
    text-decoration: none;
}
a{
    color: #333;
}
a:hover{
    color:#1368d3;
}
ul,
li{
    list-style: none;
    padding: 0;
    margin: 0;
}
input,
select{
    border-width: 0;
}
input:focus, textarea:focus, select:focus {
    outline: 0;
}
/*placeholder*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
    color: #999;
}
input:-moz-placeholder, textarea:-moz-placeholder{
    color: #999;
}
input::-moz-placeholder, textarea::-moz-placeholder{
    color: #999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
    color: #999;
}

/*1顶部*/
.top{
    background: #1368d3 url(../img/bg1.png) center top repeat-x;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    min-height: 60px;
    margin-bottom: 0;
}
/*1顶部 高度*/
.top .top_text{
    height: 60px;
}
/*1顶部 高度文字颜色*/
.top .top_text a,
.top .top_text span{
    color: #fff;
    line-height: 60px;
}
/*1顶部 右侧报名咨询*/
.top .top_text.top_right{
    text-align: right;
}
/*1顶部 右侧报名咨询按钮边距*/
.top .top_text.top_right>span{
    padding: 0 5px;
}
/*1顶部 右侧报名咨询图标边距*/
.top .top_text.top_right>span>span{
    padding-right: 3px;
}
/*2导航*/
.nav{
    height: 100px;
    line-height:100px;
    position: relative;
}
/*2导航logo*/
.nav .nav_left{
    display: inline-block;
    height: 100px;
    line-height:100px;
}
/*2导航logo*/
.nav .nav_left img{
    width: 100%;
    height: auto;
}
/*2导航列表*/
.nav .nav_container .nav_wrapper .nav_slide{
    text-align: center;
}
/*2导航列表文字*/
.nav .nav_container .nav_wrapper .nav_slide a{
    font-size: 16px;
}
/*2移动端导航*/
.nav .nav_phone{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 0 15px;
}
/*2移动端导航按钮*/
.nav .nav_phone .nav_phone_btn{
    display: none;
    position: absolute;
    top: 0;
    right: 15px;
    cursor: pointer;
    background: #fff;
    text-align: right;
}
/*2移动端导航列表*/
.nav .nav_phone .nav_phone_item{
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    padding: 0 15px;
    background: #1368D3;
}
/*2移动端导航列表*/
.nav .nav_phone .nav_phone_item li{
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
/*2移动端导航列表*/
.nav .nav_phone .nav_phone_item li a{
    color: #fff;
}
/*3banner*/
.banner{
    width: 100%;
    height: auto;
    overflow: hidden;
}
/*3banner图片*/
.banner .banner_container .banner_wrapper .banner_slide .banner_img{
    width: 100%;
    height: auto;
}
/*3banner标题*/
.banner .banner_container .banner_wrapper .banner_slide .banner_title{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: right;
    padding: 0 15px;
    background: url(../img/bgcolor1.png) repeat;
}
/*3banner标题文字*/
.banner .banner_container .banner_wrapper .banner_slide .banner_title a{
    font-size: 16px;
    color: #fff;
}
/*3banner分页*/
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0;
    left: 0;
    width: auto;
}
/*3banner分页*/
.banner .banner_container .swiper-pagination{
    text-align: left;
    line-height: 50px;
    z-index: 99;
    margin-left: 15px;
}
/*3banner分页*/
.banner .banner_container .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
}
/*3banner分页*/
.banner .banner_container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:#CC0033;
}
/*4hotnews顶部标题*/
.hotnews .hotnews_title{
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0 5px;
}
/*4hotnews顶部标题更多招生简章*/
.hotnews .hotnews_title.hotnews_title_a{
    text-align: right;
}
/*4hotnews顶部标题更多招生简章*/
.hotnews .hotnews_title.hotnews_title_a a{
    font-size: 16px;
    text-align: right;
    color: #1368D3;
}
.hotnews .hotnews_title.hotnews_title_a a:hover{
    opacity: .8;
}
/*4hotnews顶部中文标题*/
.hotnews .hotnews_title span.hotnews_title_zh{
    font-size: 18px;
}
/*4hotnews顶部英文标题*/
.hotnews .hotnews_title span.hotnews_title_eng{
    text-transform: uppercase;
    color: #1368D3;
    font-size: 16px;
}
/*4hotnews新闻列表*/
.hotnews .hotnews_body{
    border-top:2px solid #1368D3;
    background: #fff;
}
/*4hotnews新闻配图*/
.hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_body .hotnews_body_a{
    display: inline-block;
    width: 100%;
    height: 230px;
    overflow: hidden;
    vertical-align: top;
}
/*4hotnews新闻配图*/
.hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_body .hotnews_body_img{
    width: 100%;
    height: auto;
    min-height: 100%;
}
/*4hotnews新闻内容边距*/
.hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_text{
    padding: 13px 15px 8px;
    border: 1px solid #eee;
}
/*4hotnews新闻标题*/
.hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_text .hotnews_body_title{
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
/*4hotnews新闻标题*/
.hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_text .hotnews_body_title a{
    font-size: 16px;
}
/*4hotnews新闻描述*/
.hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_text .hotnews_body_detail{
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
/*4hotnews新闻描述*/
.hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_text .hotnews_body_detail span{
    color: #999;
}
/*4hotnews带图新闻*/
.hotnews .hotnews_body .hotnews_news{
    border: 1px solid #eee;
    border-top: none;
    padding: 0 15px;
}
/*4hotnews带图新闻内容*/
.hotnews .hotnews_body .hotnews_news .hotnews_news_body{
    /*height: 106px;*/
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
/*4hotnews带图新闻内容最后一条*/
.hotnews .hotnews_body .hotnews_news .hotnews_news_body:last-child{
    border-bottom: 1px solid transparent;
    /*height: 105px;*/
}
/*4hotnews带图新闻*/
.hotnews .hotnews_body .hotnews_news .hotnews_news_body .hotnews_news_list_left{
    float: left;
    width: 100px;
    height: 75px;
    line-height: 75px;
    overflow: hidden;
    margin-right: 10px;
    border: 1px solid #f8f8f8;
}





/* 在原有代码中找到这部分，大约在文件中间位置 */
/*4hotnews带图新闻*/
.hotnews .hotnews_body .hotnews_news .hotnews_news_body .hotnews_news_list_left{
    float: left;
    width: 100px;
    height: 75px;
    line-height: 75px;
    overflow: hidden;
    margin-right: 10px;
    border: 1px solid #f8f8f8;
}

/* 在这部分后面添加以下代码 */
/* 右侧三条纯图新闻样式 */
.hotnews .hotnews_body .hotnews_news .hotnews_news_body .image-only-news {
    float: none;
    width: 326px;
    height: 75px;
    line-height: 70px;
    margin-right: 0;
}

/* 隐藏右侧三条新闻的文字部分 */
.hotnews .hotnews_body .hotnews_news .hotnews_news_body .image-only-news .hotnews_news_list_right {
    display: none;
}





/*4hotnews带图新闻*/
.hotnews .hotnews_body .hotnews_news .hotnews_news_body .hotnews_news_list>img{
    width: 100px;
    height: auto;
    width: 100%;
}
/*4hotnews带图新闻标题*/
.hotnews .hotnews_body .hotnews_news .hotnews_news_body .hotnews_news_list_right .hotnews_news_list_title{
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
/*4hotnews带图新闻标题*/
.hotnews .hotnews_body .hotnews_news .hotnews_news_body .hotnews_news_list_right .hotnews_news_list_title a{
    font-size: 16px;
    color: #666;
}
/*4hotnews带图新闻标题*/
.hotnews .hotnews_body .hotnews_news .hotnews_news_body .hotnews_news_list_right .hotnews_news_list_title a:hover{
    color: #1368D3;
}
/*4hotnews带图新闻描述*/
.hotnews .hotnews_body .hotnews_news .hotnews_news_body .hotnews_news_list_right .hotnews_news_list_detail{
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    color: #666;
}
/*4hotnews带图新闻描述*/
.hotnews .hotnews_body .hotnews_news .hotnews_news_body .hotnews_news_list_right .hotnews_news_list_detail span{
    color: #999;
}
/*5三块新闻头部*/
.head_title{
    height: 40px;
    line-height: 30px;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    border-bottom: 1px solid #eee;
}
/*5三块新闻中文标题*/
.head_title .head_title_zh{
    font-size: 18px;
}
/*5三块新闻英文标题*/
.head_title .head_title_eng{
    text-transform: uppercase;
    color: #1368D3;
    font-size: 16px;
}
/*5三块新闻more*/
.head_title .head_title_more{
    position: absolute;
    top: 0;
    right: 5px;
}
/*5三块新闻more*/
.head_title .head_title_more a{
    color: #666;
}
/*5三块新闻more*/
.head_title .head_title_more a span{
    border: 1px solid #666;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
}
/*5三块新闻more*/
.head_title .head_title_more a:hover{
    color: #1368D3;
}
/*5三块新闻more*/
.head_title .head_title_more:hover .glyphicon-option-horizontal{
    border: 1px solid #1368D3;
}
/*5三块新闻列表边框边距*/
.news .news_item{
    padding: 10px 0 0;
}
/*5三块新闻列表*/
.news .news_item .news_list{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
/*5三块新闻列表*/
.news .news_item .news_list a{
    color: #666;
}
/*5三块新闻列表*/
.news .news_item .news_list a:hover{
    color: #1368D3;
}
/*6专题边距*/
.topic .topic_container{
    padding: 15px 0;
}
/*6专题边距*/
.topic .topic_container .topic_wrapper .topic_slide{
    padding: 0 10px;
}
.topic .topic_container .topic_wrapper .topic_slide>a{
    display: inline-block;
    width: 100%;
    height: 120px;
    overflow: hidden;
    vertical-align: top;
}
/*6专题图片*/
.topic .topic_container .topic_wrapper .topic_slide .topic_a .topic_img{
    width: 100%;
    height: auto;
    min-height: 100%;
}
/*6专题边距*/
.topic .topic_container .topic_wrapper .topic_slide:hover .topic_img{
    opacity: 0.8;
}
/*6专题标题*/
.topic .topic_container .topic_wrapper .topic_slide .topic_title{
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-align: center;
}
/*6专题标题*/
.topic .topic_container .topic_wrapper .topic_slide .topic_title a{
    color: #666;
}
/*6专题标题*/
.topic .topic_container .topic_wrapper .topic_slide .topic_title a:hover{
    color: #1368D3;
}
/*有情连接*/

.flink .container a{
    color: #666;
	padding:10px 10px 10px 0;
}
.flink .flink_title {
	padding:20px 0 ;
}

.flink .flink_title a{
	line-height:30px;
}

.flink .flink_title a:hover{
	color:#1368D3;
}

/*7底部*/
.foot{
    margin-top: 20px;
    background: #1368d3 url(../img/bg1.png) center bottom repeat-x;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    min-height: 80px;
    margin-bottom: -15px;
    padding: 20px 0;
}
/*7底部文字*/
.foot .foot_item span,
.foot .foot_item a{
    color: #fff;
    font-size: 12px;
}
/*7底部右侧*/
.foot .foot_right{
    text-align: right;
    color: #fff;
    line-height: 40px;
}
/*7底部右侧*/
.foot .foot_right a{
    margin: 0 5px;
}
/*内容页当前位置*/
.list .list_head{
    background: #f4f4f4;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
}
/*内容页当前位置文字*/
.list .list_head a,
.list .list_head>span{
    color: #666;
}
/*内容页当前位置文字*/
.list .list_head a:hover{
    color: #1368D3;
}
/*内容页当前位置*/
.list .list_head .list_head_home span{
    margin-right: 5px;
}
/*内容页新闻内容*/
.list .list_body{
    padding-bottom: 40px;
}
/*内容页新闻内容头部*/
.list .list_body_head{
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dotted #1368D3;
    padding: 0 15px;
}
/*内容页新闻内容标题*/
.list .list_body_head span{
    color: #1368D3;
    font-size: 18px;
}
/*内容页新闻内容*/
.list .list_body .list_table{
    padding: 0 15px;
}
/*内容页新闻内容标题*/
.list .list_body .list_table .list_table_head .list_table_title{
    padding-top: 15px;
    line-height: 30px;
    text-align: center;
}
/*内容页新闻内容标题*/
.list .list_body .list_table .list_table_head .list_table_title span{
    font-size: 18px;
}
/*内容页新闻内容小标题*/
.list .list_body .list_table .list_table_head .list_table_title_small{
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #f4f4f4;
}
/*内容页新闻内容小标题*/
.list .list_body .list_table .list_table_head .list_table_title_small>span{
    padding: 0 5px;
}
/*内容页新闻内容小标题*/
.list .list_body .list_table .list_table_head .list_table_title_small span,
.list .list_body .list_table .list_table_head .list_table_title_small a{
    color: #999;
}
/*内容页新闻内容小标题*/
.list .list_body .list_table .list_table_title_small a:hover{
    color: #1368D3;
}
/*内容页新闻内容*/
.list .list_body .list_table .list_table_body{
    padding: 20px 0;
    overflow: hidden;
    min-height:500px;
}
/*内容页新闻内容文字*/
.list .list_body .list_table .list_table_body,
.list .list_body .list_table .list_table_body div,
.list .list_body .list_table .list_table_body span,
.list .list_body .list_table .list_table_body p{
    color: #666;
    line-height: 24px;
}
/*内容页新闻内容图片*/
.list .list_body .list_table .list_table_body img{
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    padding: 5px 0;
    display: block;
    margin: 0 auto;
}
/*内容页上一篇下一篇*/
.list .list_body .list_table .list_table_news{
    padding: 10px 0;
}
/*内容页上一篇下一篇列表*/
.list .list_body .list_table .list_table_news .list_table_news_item{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
/*内容页上一篇下一篇列表文字*/
.list .list_body .list_table .list_table_news .list_table_news_item>span{
    color: #666;
}
/*内容页上一篇下一篇列表文字*/
.list .list_body .list_table .list_table_news .list_table_news_item>a:first-child,
.list .list_body .list_table .list_table_news .list_table_news_item>a:first-child:hover{
    color: #666;
    opacity: 1;
    cursor: text;
}
/*内容页上一篇下一篇列表文字*/
.list .list_body .list_table .list_table_news .list_table_news_item>a{
    color: #1368D3;
}
/*内容页上一篇下一篇列表文字*/
.list .list_body .list_table .list_table_news .list_table_news_item>a:hover{
    opacity: .8;
}
/*左侧推荐标题*/
.left_table .left_head{
    height: 45px;
    line-height: 45px;
    border-bottom: 2px solid #1368D3;
}
/*左侧推荐标题*/
.left_table .left_head span{
    color: #1368D3;
    font-size: 16px;
}
/*左侧推荐列表*/
.left_table .left_table_item{
    padding: 10px 0;
}
/*左侧推荐列表*/
.left_table .left_table_item>div{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
/*左侧联系方式*/
.left_contact{
    border-top: 1px solid #f4f4f4;
    padding-top: 30px;
}
/*左侧联系方式居中*/
.left_contact .left_contact_table{
    text-align: center;
}
/*左侧联系方式图标*/
.left_contact .left_contact_table:hover .left_contact_icon>span{
    background: #1368D3;
}
/*左侧联系方式标题*/
.left_contact .left_contact_table:hover .left_contact_text>a{
    color: #1368D3;
}
/*左侧联系方式图标*/
.left_contact .left_contact_table .left_contact_icon span{
    padding: 15px;
    background: #ddd;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
/*左侧联系方式标题*/
.left_contact .left_contact_table .left_contact_text{
    height: 30px;
    line-height: 30px;
}
.left_contact .left_contact_tel{
    text-align: center;
    padding: 15px 0;
}
/*左侧联系方式电话*/
.left_contact .left_contact_tel .left_contact_tel_text a,
.left_contact .left_contact_tel .left_contact_tel_text span{
    color: #1368D3;
    font-size: 28px;
    font-weight: 600;
}
/*左侧联系方式电话*/
.left_contact .left_contact_tel .left_contact_tel_text>span:first-child{
    font-size: 30px;
    padding-right: 10px;
}
/*列表页*/
.list_table{
    padding: 15px;
    min-height: 705px;
}
/*列表页标题*/
.list_table .list_item{
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    border-bottom: 1px solid #f4f4f4;
}
/*列表页时间*/
.list_table .list_table_time{
    text-align: right;
}
/*列表页时间*/
.list_table .list_table_time span{
    color: #999;
    font-size: 12px;
}
/*列表页时间图标*/
.list_table .list_table_time span:first-child{
    padding-right: 5px;
}
/*列表页、新闻列表分页*/
.news_page{
    padding: 30px 0 45px;
}
/*列表页内容列表分页*/
.news_page li{
    display: inline-block;
    text-align: center;
    border: 1px solid #ddd;
    padding:3px 8px;
}
/*列表页内容列表分页*/
.news_page li a{
    display: block;
    width: 100%;
    height: 100%;
}
/*列表页内容列表分页*/
.news_page li.thisclass,
.news_page li.thisclass a,
.news_page li:last-child span{
    color: #d11704;
}
/*列表页内容列表分页*/
.news_page li.thisclass a{
    font-weight: 600;
}
/*列表页内容列表分页*/
.news_page li:last-child span{
    padding: 0 5px;
}
/*列表页内容列表分页*/
.news_page li:last-child span strong{
    padding: 0 2px;
}
/*带图列表页*/
.list_img_item{
    position: relative;
    height:100px;
    border-bottom: 1px solid #f4f4f4;
    padding:10px 0 10px 130px;
    overflow: hidden;
}
/*带图列表页列表时间*/
.list_img_item .list_table_title,
.list_img_item .list_table_time{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
/*带图列表页时间*/
.list_img_item .list_table_time{
    text-align: right;
}
/*带图列表页图片*/
.list_img_item .list_img_list{
    position: absolute;
    top: 10px;
    left: 0;
    width: 120px;
    height: 80px;
    overflow: hidden;
}
/*带图列表页图片*/
.list_img_item .list_img_list:hover .list_img_icon{
    opacity: .8;
}
/*带图列表页图片*/
.list_img_item .list_img_list .list_img_a .list_img_icon{
    width: auto;
    min-width: 100%;
    height: 30px;
    min-height: 100%;
}
/*带图列表页详情*/
.list_table_detail{
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
/*带图列表页详情*/
.list_table_detail span{
    color: #999;
}


@media  screen and (min-width: 1441px) and (max-width: 1600px){

}
@media  screen and (min-width: 1366px) and (max-width: 1440px){

}
@media  screen and (max-width: 1365px){

}
@media  screen and (min-width: 1201px) and (max-width: 1440px){

}
@media  screen and (min-width: 1024px) and (max-width: 1200px){
    /*2导航logo*/
    .nav,
    .nav .nav_left{
        height: 80px;
        line-height:80px;
    }
    /*2导航列表文字*/
    .nav .nav_container .nav_wrapper .nav_slide a{
        font-size: 14px;
    }
    /*4hotnews新闻配图*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_body .hotnews_body_a{
        height: 200px;
    }
    /*4hotnews新闻配图*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_body .hotnews_body_img{
        width: auto;
        height: 100%;
        min-width: 100%;
    }
    /*4hotnews带图新闻内容*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body{
        padding: 10px 0;
    }
    /*4hotnews带图新闻*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body .hotnews_news_list_left{
        width: 90px;
    }
    /*左侧联系方式电话*/
    .left_contact .left_contact_tel .left_contact_tel_text>span:first-child{
        font-size: 20px;
    }
    /*左侧联系方式标题*/
    .left_contact .left_contact_table .left_contact_text span{
        font-size: 12px;
    }
    /*左侧联系方式电话*/
    .left_contact .left_contact_tel .left_contact_tel_text span{
        font-size: 18px;
    }
    /*内容页新闻内容*/
    .list .list_body{
        padding-bottom: 0;
    }
}
@media  screen and (min-width: 768px) and (max-width:1023px ){
    /*2导航logo*/
    .nav,
    .nav .nav_left{
        height: 60px;
        line-height:60px;
    }
    /*2导航logo*/
    .nav .nav_left img{
        width: auto;
        height: 50px;
    }
    /*2导航列表*/
    .nav .nav_container{
        display: none;
    }
    /*2移动端导航按钮*/
    .nav .nav_phone .nav_phone_btn{
        display: block;
        right: 50px;
    }
    /*2移动端导航列表*/
    .nav .nav_phone .nav_phone_item li{
        height: 50px;
        line-height: 50px;
    }
    /*3banner标题*/
    .banner .banner_container .banner_wrapper .banner_slide .banner_title{
        height: 30px;
        line-height: 30px;
        text-align: center;
        padding: 0 10px;
    }
    /*3banner标题*/
    .banner .banner_container .banner_wrapper .banner_slide .banner_title a{
        font-size: 14px;
    }
    /*3banner分页*/
    .banner .banner_container .swiper-pagination{
        display: none;
    }
    /*4hotnews顶部标题*/
    .hotnews .hotnews_title{
        margin-top: 10px;
        margin-bottom: 0;
    }
    /*4hotnews顶部标题更多招生简章*/
    .hotnews .hotnews_title.hotnews_title_a{
        height: auto;
    }
    /*4hotnews顶部标题更多招生简章*/
    .hotnews .hotnews_title.hotnews_title_a a{
        display: none;
    }
    /*4hotnews顶部中文标题*/
    .hotnews .hotnews_title span.hotnews_title_zh{
        font-size: 16px;
    }
    /*4hotnews顶部英文标题*/
    .hotnews .hotnews_title span.hotnews_title_eng{
        font-size: 14px;
    }
    /*4hotnews新闻内容边距*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_text{
        border-top: none;
    }
    /*4hotnews新闻配图*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_body .hotnews_body_a{
        display: none;
    }
    /*4hotnews新闻内容边距*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_text{
        padding: 5px 10px;
    }
    /*4hotnews新闻标题*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_text .hotnews_body_title a{
        font-size: 14px;
    }
    /*4hotnews带图新闻*/
    .hotnews .hotnews_body .hotnews_news{
        padding: 0 10px;
    }
    /*4hotnews带图新闻*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body .hotnews_news_list_left{
        width: 120px;
    }
    /*4hotnews带图新闻标题*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body .hotnews_news_list_right .hotnews_news_list_title a{
        font-size: 14px;
    }
    /*4hotnews带图新闻内容*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body{
        height: auto;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }
    /*4hotnews带图新闻内容最后一条*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body:last-child{
        border-bottom: 1px solid transparent;
        height: auto;
    }
    /*5三块新闻头部*/
    .head_title{
        height: 30px;
        line-height: 30px;
        margin-top: 10px;
        padding-bottom: 0;
        position: relative;
        border-bottom: 1px solid #eee;
    }
    /*5三块新闻中文标题*/
    .head_title .head_title_zh{
        font-size: 16px;
    }
    /*5三块新闻英文标题*/
    .head_title .head_title_eng{
        font-size: 14px;
    }
    /*6专题边距*/
    .topic .topic_container .topic_wrapper .topic_slide{
        padding: 0 5px;
    }
    /*7底部*/
    .foot{
        margin-top: 0;
        padding: 10px 0;
    }
    /*7底部文字*/
    .foot .foot_left{
        text-align: center;
    }
    /*7底部右侧*/
    .foot .foot_right{
        text-align: center;
        line-height:30px;
    }
    /*内容页新闻内容头部*/
    .list .list_body_head{
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
    }
    /*内容页新闻内容标题*/
    .list .list_body_head span{
        color: #1368D3;
        font-size: 16px;
    }
    /*内容页新闻内容标题*/
    .list .list_body .list_table .list_table_head .list_table_title span{
        font-size: 16px;
    }
    /*内容页新闻内容*/
    .list .list_body .list_table{
        padding: 0;
    }
    /*列表页*/
    .list_table{
        min-height: auto;
    }
    /*内容页新闻内容*/
    .list .list_body .list_table .list_table_body{
        min-height:auto;
    }
    /*内容页新闻内容*/
    .list .list_body{
        padding-bottom: 0;
    }
    /*左侧联系方式*/
    .left_contact{
        padding-top: 15px;
    }
    /*列表页、新闻列表分页*/
    .news_page{
        padding: 10px 0 15px;
    }
}
@media screen and (min-width: 667px) and (max-width:767px ){
    .nav,
    .nav .nav_left{
        height: 60px;
        line-height:60px;
    }
    /*2导航logo*/
    .nav .nav_left img{
        width: auto;
        height: 50px;
    }
    /*2导航列表*/
    .nav .nav_container{
        display: none;
    }
    /*2移动端导航按钮*/
    .nav .nav_phone .nav_phone_btn{
        display: block;
    }
    /*3banner标题*/
    .banner .banner_container .banner_wrapper .banner_slide .banner_title{
        height: 30px;
        line-height: 30px;
        text-align: center;
        padding: 0 10px;
    }
    /*3banner标题*/
    .banner .banner_container .banner_wrapper .banner_slide .banner_title a{
        font-size: 14px;
    }
    /*3banner分页*/
    .banner .banner_container .swiper-pagination{
        display: none;
    }
    /*4hotnews顶部标题*/
    .hotnews .hotnews_title{
        margin-top: 10px;
        margin-bottom: 0;
    }
    /*4hotnews顶部标题更多招生简章*/
    .hotnews .hotnews_title.hotnews_title_a{
        height: auto;
    }
    /*4hotnews顶部标题更多招生简章*/
    .hotnews .hotnews_title.hotnews_title_a a{
        display: none;
    }
    /*4hotnews顶部中文标题*/
    .hotnews .hotnews_title span.hotnews_title_zh{
        font-size: 16px;
    }
    /*4hotnews顶部英文标题*/
    .hotnews .hotnews_title span.hotnews_title_eng{
        font-size: 14px;
    }
    /*4hotnews新闻内容边距*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_text{
        border-top: none;
    }
    /*4hotnews新闻配图*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_body .hotnews_body_a{
        display: none;
    }
    /*4hotnews新闻内容边距*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_text{
        padding: 5px 10px;
    }
    /*4hotnews新闻标题*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_text .hotnews_body_title a{
        font-size: 14px;
    }
    /*4hotnews带图新闻*/
    .hotnews .hotnews_body .hotnews_news{
        padding: 0 10px;
    }
    /*4hotnews带图新闻*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body .hotnews_news_list_left{
        width: 120px;
    }
    /*4hotnews带图新闻标题*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body .hotnews_news_list_right .hotnews_news_list_title a{
        font-size: 14px;
    }
    /*4hotnews带图新闻内容*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body{
        height: auto;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }
    /*4hotnews带图新闻内容最后一条*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body:last-child{
        border-bottom: 1px solid transparent;
        height: auto;
    }
    /*5三块新闻头部*/
    .head_title{
        height: 30px;
        line-height: 30px;
        margin-top: 10px;
        padding-bottom: 0;
        position: relative;
        border-bottom: 1px solid #eee;
    }
    /*5三块新闻中文标题*/
    .head_title .head_title_zh{
        font-size: 16px;
    }
    /*5三块新闻英文标题*/
    .head_title .head_title_eng{
        font-size: 14px;
    }
    /*6专题边距*/
    .topic .topic_container .topic_wrapper .topic_slide{
        padding: 0 5px;
    }
    /*7底部*/
    .foot{
        margin-top: 0;
        padding: 10px 0;
    }
    /*7底部文字*/
    .foot .foot_left{
        text-align: center;
    }
    /*7底部右侧*/
    .foot .foot_right{
        text-align: center;
        line-height:30px;
    }
    /*内容页新闻内容头部*/
    .list .list_body_head{
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
    }
    /*内容页新闻内容标题*/
    .list .list_body_head span{
        color: #1368D3;
        font-size: 16px;
    }
    /*内容页新闻内容标题*/
    .list .list_body .list_table .list_table_head .list_table_title span{
        font-size: 16px;
    }
    /*内容页新闻内容*/
    .list .list_body .list_table{
        padding: 0;
    }
    /*内容页新闻内容*/
    .list .list_body .list_table .list_table_body{
        min-height:auto;
    }
    /*内容页新闻内容小标题*/
    .list .list_body .list_table .list_table_head .list_table_title_small>span:first-child,
    .list .list_body .list_table .list_table_head .list_table_title_small>span:last-child{
        display: none;
    }
    /*内容页新闻内容*/
    .list .list_body{
        padding-bottom: 0;
    }
    /*左侧联系方式*/
    .left_contact{
        padding-top: 15px;
    }
    /*列表页*/
    .list_table{
        padding: 15px 0;
        min-height: auto;
    }
    /*列表页标题*/
    .list_table .list_item{
        height: 40px;
        line-height: 40px;
    }
    /*列表页、新闻列表分页*/
    .news_page{
        padding: 5px 0 15px;
    }
    /*带图列表页*/
    .list_img_item {
        position: relative;
        height: 100px;
        border-bottom: 1px solid #f4f4f4;
        padding: 10px 0 10px 90px;
    }
    .list_img_item .col-xs-12.col-sm-2{
        min-height: 0;
    }
    /*带图列表页时间*/
    .list_img_item .list_table_time{
        display: none;
    }
    /*带图列表页图片*/
    .list_img_item .list_img_list{
        position: absolute;
        top: 50%;
        margin-top: -30px;
        left: 0;
        width:80px;
        height: 60px;
        overflow: hidden;
    }
}
@media screen and (min-width: 568px) and (max-width:666px ){
    /*1顶部 高度*/
    .top .top_text.top_left span{
        display: none;
    }
    /*1顶部 右侧报名咨询*/
    .top .top_text.top_right>span{
        padding: 0;
    }
    /*1顶部 右侧报名咨询*/
    .top .top_text.top_right>span>span{
        display: none;
    }
    /*2导航*/
    .nav,
    .nav .nav_left{
        height: 60px;
        line-height:60px;
    }
    /*2导航logo*/
    .nav .nav_left img{
        width: auto;
        height: 50px;
    }
    /*2导航列表*/
    .nav .nav_container{
        display: none;
    }
    /*2移动端导航按钮*/
    .nav .nav_phone .nav_phone_btn{
        display: block;
    }
    /*3banner标题*/
    .banner .banner_container .banner_wrapper .banner_slide .banner_title{
        height: 25px;
        line-height: 25px;
        text-align: center;
        padding: 0 10px;
    }
    /*3banner标题*/
    .banner .banner_container .banner_wrapper .banner_slide .banner_title a{
        font-size: 12px;
    }
    /*3banner分页*/
    .banner .banner_container .swiper-pagination{
        display: none;
    }
    /*4hotnews顶部标题*/
    .hotnews .hotnews_title{
        margin-top: 10px;
        margin-bottom: 0;
    }
    /*4hotnews顶部标题更多招生简章*/
    .hotnews .hotnews_title.hotnews_title_a{
        height: auto;
    }
    /*4hotnews顶部标题更多招生简章*/
    .hotnews .hotnews_title.hotnews_title_a a{
        display: none;
    }
    /*4hotnews顶部中文标题*/
    .hotnews .hotnews_title span.hotnews_title_zh{
        font-size: 16px;
    }
    /*4hotnews顶部英文标题*/
    .hotnews .hotnews_title span.hotnews_title_eng{
        font-size: 14px;
    }
    /*4hotnews新闻内容边距*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_text{
        border-top: none;
    }
    /*4hotnews新闻配图*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_body .hotnews_body_a{
        display: none;
    }
    /*4hotnews新闻内容边距*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_text{
        padding: 5px 10px;
    }
    /*4hotnews新闻标题*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_text .hotnews_body_title a{
        font-size: 14px;
    }
    /*4hotnews带图新闻*/
    .hotnews .hotnews_body .hotnews_news{
        padding: 0 10px;
    }
    /*4hotnews带图新闻*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body .hotnews_news_list_left{
        width: 120px;
    }
    /*4hotnews带图新闻标题*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body .hotnews_news_list_right .hotnews_news_list_title a{
        font-size: 14px;
    }
    /*4hotnews带图新闻内容*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body{
        height: auto;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }
    /*4hotnews带图新闻内容最后一条*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body:last-child{
        border-bottom: 1px solid transparent;
        height: auto;
    }
    /*5三块新闻头部*/
    .head_title{
        height: 30px;
        line-height: 30px;
        margin-top: 10px;
        padding-bottom: 0;
        position: relative;
        border-bottom: 1px solid #eee;
    }
    /*5三块新闻中文标题*/
    .head_title .head_title_zh{
        font-size: 16px;
    }
    /*5三块新闻英文标题*/
    .head_title .head_title_eng{
        font-size: 14px;
    }
    /*6专题边距*/
    .topic .topic_container .topic_wrapper .topic_slide{
        padding: 0 5px;
    }
    /*7底部*/
    .foot{
        margin-top: 0;
        padding: 10px 0;
    }
    /*7底部文字*/
    .foot .foot_left{
        text-align: center;
    }
    /*7底部右侧*/
    .foot .foot_right{
        text-align: center;
        line-height:30px;
    }
    /*内容页新闻内容头部*/
    .list .list_body_head{
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
    }
    /*内容页新闻内容标题*/
    .list .list_body_head span{
        color: #1368D3;
        font-size: 16px;
    }
    /*内容页新闻内容标题*/
    .list .list_body .list_table .list_table_head .list_table_title span{
        font-size: 16px;
    }
    /*内容页新闻内容*/
    .list .list_body .list_table{
        padding: 0;
    }
    /*内容页新闻内容*/
    .list .list_body .list_table .list_table_body{
        min-height:auto;
    }
    /*内容页新闻内容小标题*/
    .list .list_body .list_table .list_table_head .list_table_title_small>span:first-child,
    .list .list_body .list_table .list_table_head .list_table_title_small>span:last-child{
        display: none;
    }
    /*内容页新闻内容*/
    .list .list_body{
        padding-bottom: 0;
    }
    /*左侧联系方式*/
    .left_contact{
        padding-top: 15px;
    }
    /*列表页*/
    .list_table{
        padding: 15px 0;
        min-height: auto;
    }
    /*列表页标题*/
    .list_table .list_item{
        height: 40px;
        line-height: 40px;
    }
    /*列表页、新闻列表分页*/
    .news_page{
        padding: 5px 0 15px;
    }
    /*带图列表页*/
    .list_img_item {
        position: relative;
        height: 100px;
        border-bottom: 1px solid #f4f4f4;
        padding: 10px 0 10px 90px;
    }
    .list_img_item .col-xs-12.col-sm-2{
        min-height: 0;
    }
    /*带图列表页时间*/
    .list_img_item .list_table_time{
        display: none;
    }
    /*带图列表页图片*/
    .list_img_item .list_img_list{
        position: absolute;
        top: 50%;
        margin-top: -30px;
        left: 0;
        width:80px;
        height: 60px;
        overflow: hidden;
    }
}
@media screen and (min-width: 414px) and (max-width:567px ){
    /*1顶部 高度*/
    .top .top_text.top_left span{
        display: none;
    }
    /*1顶部 右侧报名咨询*/
    .top .top_text.top_right>span{
        padding: 0;
    }
    /*1顶部 右侧报名咨询*/
    .top .top_text.top_right>span>span{
        display: none;
    }
    /*2导航*/
    .nav,
    .nav .nav_left{
        height: 60px;
        line-height:60px;
    }
    /*2导航logo*/
    .nav .nav_left img{
        width: auto;
        height: 50px;
    }
    /*2导航列表*/
    .nav .nav_container{
        display: none;
    }
    /*2移动端导航按钮*/
    .nav .nav_phone .nav_phone_btn{
        display: block;
    }
    /*3banner标题*/
    .banner .banner_container .banner_wrapper .banner_slide .banner_title{
        height: 25px;
        line-height: 25px;
        text-align: center;
        padding: 0 10px;
    }
    /*3banner标题*/
    .banner .banner_container .banner_wrapper .banner_slide .banner_title a{
        font-size: 12px;
    }
    /*3banner分页*/
    .banner .banner_container .swiper-pagination{
        display: none;
    }
    /*4hotnews顶部标题*/
    .hotnews .hotnews_title{
        margin-top: 10px;
        margin-bottom: 0;
    }
    /*4hotnews顶部标题更多招生简章*/
    .hotnews .hotnews_title.hotnews_title_a{
        height: auto;
    }
    /*4hotnews顶部标题更多招生简章*/
    .hotnews .hotnews_title.hotnews_title_a a{
        display: none;
    }
    /*4hotnews顶部中文标题*/
    .hotnews .hotnews_title span.hotnews_title_zh{
        font-size: 16px;
    }
    /*4hotnews顶部英文标题*/
    .hotnews .hotnews_title span.hotnews_title_eng{
        font-size: 14px;
    }
    /*4hotnews新闻内容边距*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_text{
        border-top: none;
    }
    /*4hotnews新闻配图*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_body .hotnews_body_a{
        display: none;
    }
    /*4hotnews新闻内容边距*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_text{
        padding: 5px 10px;
    }
    /*4hotnews新闻标题*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_text .hotnews_body_title a{
        font-size: 14px;
    }
    /*4hotnews带图新闻*/
    .hotnews .hotnews_body .hotnews_news{
        padding: 0 10px;
    }
    /*4hotnews带图新闻*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body .hotnews_news_list_left{
        width: 80px;
    }
    /*4hotnews带图新闻标题*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body .hotnews_news_list_right .hotnews_news_list_title a{
        font-size: 14px;
    }
    /*4hotnews带图新闻内容*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body{
        height: auto;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }
    /*4hotnews带图新闻内容最后一条*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body:last-child{
        border-bottom: 1px solid transparent;
        height: auto;
    }
    /*5三块新闻头部*/
    .head_title{
        height: 30px;
        line-height: 30px;
        margin-top: 10px;
        padding-bottom: 0;
        position: relative;
        border-bottom: 1px solid #eee;
    }
    /*5三块新闻中文标题*/
    .head_title .head_title_zh{
        font-size: 16px;
    }
    /*5三块新闻英文标题*/
    .head_title .head_title_eng{
        font-size: 14px;
    }
    /*6专题边距*/
    .topic .topic_container .topic_wrapper .topic_slide{
        padding: 0 5px;
    }
    /*6专题边距*/
    .topic .topic_container .topic_wrapper .topic_slide>a{
        height: 100px;
        overflow: hidden;
    }
    /*7底部*/
    .foot{
        margin-top: 0;
        padding: 10px 0;
    }
    /*7底部文字*/
    .foot .foot_left{
        text-align: center;
    }
    /*7底部右侧*/
    .foot .foot_right{
        text-align: center;
        line-height:30px;
    }

    /*内容页新闻内容头部*/
    .list .list_body_head{
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
    }
    /*内容页新闻内容标题*/
    .list .list_body_head span{
        color: #1368D3;
        font-size: 16px;
    }
    /*内容页新闻内容标题*/
    .list .list_body .list_table .list_table_head .list_table_title span{
        font-size: 16px;
    }
    /*内容页新闻内容*/
    .list .list_body .list_table{
        padding: 0;
    }
    /*内容页新闻内容*/
    .list .list_body .list_table .list_table_body{
        min-height:auto;
    }
    /*内容页新闻内容小标题*/
    .list .list_body .list_table .list_table_head .list_table_title_small>span:first-child,
    .list .list_body .list_table .list_table_head .list_table_title_small>span:last-child{
        display: none;
    }
    /*内容页新闻内容*/
    .list .list_body{
        padding-bottom: 0;
    }
    /*左侧联系方式*/
    .left_contact{
        padding-top: 15px;
    }
    /*列表页*/
    .list_table{
        padding: 15px 0;
        min-height: auto;
    }
    /*列表页标题*/
    .list_table .list_item{
        height: 40px;
        line-height: 40px;
    }
    /*列表页、新闻列表分页*/
    .news_page{
        padding: 5px 0 15px;
    }
    /*带图列表页*/
    .list_img_item {
        position: relative;
        height: 100px;
        border-bottom: 1px solid #f4f4f4;
        padding: 10px 0 10px 90px;
    }
    .list_img_item .col-xs-12.col-sm-2{
        min-height: 0;
    }
    /*带图列表页时间*/
    .list_img_item .list_table_time{
        display: none;
    }
    /*带图列表页图片*/
    .list_img_item .list_img_list{
        position: absolute;
        top: 50%;
        margin-top: -30px;
        left: 0;
        width:80px;
        height: 60px;
        overflow: hidden;
    }
}
@media screen and (max-width: 413px){
    /*1顶部 高度*/
    .top .top_text.top_left span{
        display: none;
    }
    /*1顶部 右侧报名咨询*/
    .top .top_text.top_right>span{
        padding: 0;
    }
    /*1顶部 右侧报名咨询*/
    .top .top_text.top_right>span>span{
        display: none;
    }
    /*2导航*/
    .nav,
    .nav .nav_left{
        height: 60px;
        line-height:60px;
    }
    /*2导航logo*/
    .nav .nav_left img{
        width: auto;
        height: 50px;
    }
    /*2导航列表*/
    .nav .nav_container{
        display: none;
    }
    /*2移动端导航按钮*/
    .nav .nav_phone .nav_phone_btn{
        display: block;
    }
    /*3banner标题*/
    .banner .banner_container .banner_wrapper .banner_slide .banner_title{
        height: 25px;
        line-height: 25px;
        text-align: center;
        padding: 0 10px;
    }
    /*3banner标题*/
    .banner .banner_container .banner_wrapper .banner_slide .banner_title a{
        font-size: 12px;
    }
    /*3banner分页*/
    .banner .banner_container .swiper-pagination{
        display: none;
    }
    /*4hotnews顶部标题*/
    .hotnews .hotnews_title{
        margin-top: 10px;
        margin-bottom: 0;
    }
    /*4hotnews顶部标题更多招生简章*/
    .hotnews .hotnews_title.hotnews_title_a{
        height: auto;
    }
    /*4hotnews顶部标题更多招生简章*/
    .hotnews .hotnews_title.hotnews_title_a a{
        display: none;
    }
    /*4hotnews顶部中文标题*/
    .hotnews .hotnews_title span.hotnews_title_zh{
        font-size: 16px;
    }
    /*4hotnews顶部英文标题*/
    .hotnews .hotnews_title span.hotnews_title_eng{
        font-size: 14px;
    }
    /*4hotnews新闻内容边距*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_text{
        border-top: none;
    }
    /*4hotnews新闻配图*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_body .hotnews_body_a{
        display: none;
    }
    /*4hotnews新闻内容边距*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_text{
        padding: 5px 10px;
    }
    /*4hotnews新闻标题*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_text .hotnews_body_title a{
        font-size: 14px;
    }
    /*4hotnews带图新闻*/
    .hotnews .hotnews_body .hotnews_news{
        padding: 0 10px;
    }
    /*4hotnews带图新闻*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body .hotnews_news_list_left{
        width: 80px;
    }
    /*4hotnews带图新闻标题*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body .hotnews_news_list_right .hotnews_news_list_title a{
        font-size: 14px;
    }
    /*4hotnews带图新闻内容*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body{
        height: auto;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }
    /*4hotnews带图新闻内容最后一条*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body:last-child{
        border-bottom: 1px solid transparent;
        height: auto;
    }
    /*5三块新闻头部*/
    .head_title{
        height: 30px;
        line-height: 30px;
        margin-top: 10px;
        padding-bottom: 0;
        position: relative;
        border-bottom: 1px solid #eee;
    }
    /*5三块新闻中文标题*/
    .head_title .head_title_zh{
        font-size: 16px;
    }
    /*5三块新闻英文标题*/
    .head_title .head_title_eng{
        font-size: 14px;
    }
    /*6专题边距*/
    .topic .topic_container .topic_wrapper .topic_slide{
        padding: 0 5px;
    }
    /*6专题边距*/
    .topic .topic_container .topic_wrapper .topic_slide>a{
        height: 100px;
        overflow: hidden;
    }
    /*7底部*/
    .foot{
        margin-top: 0;
        padding: 10px 0;
    }
    /*7底部文字*/
    .foot .foot_left{
        text-align: center;
    }
    /*7底部右侧*/
    .foot .foot_right{
        text-align: center;
        line-height:30px;
    }

    /*内容页新闻内容头部*/
    .list .list_body_head{
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
    }
    /*内容页新闻内容标题*/
    .list .list_body_head span{
        color: #1368D3;
        font-size: 16px;
    }
    /*内容页新闻内容标题*/
    .list .list_body .list_table .list_table_head .list_table_title span{
        font-size: 16px;
    }
    /*内容页新闻内容*/
    .list .list_body .list_table{
        padding: 0;
    }
    /*内容页新闻内容*/
    .list .list_body .list_table .list_table_body{
        min-height:auto;
    }
    /*内容页新闻内容小标题*/
    .list .list_body .list_table .list_table_head .list_table_title_small>span:first-child,
    .list .list_body .list_table .list_table_head .list_table_title_small>span:last-child{
        display: none;
    }
    /*内容页新闻内容*/
    .list .list_body{
        padding-bottom: 0;
    }
    /*左侧联系方式*/
    .left_contact{
        padding-top: 15px;
    }
    /*列表页*/
    .list_table{
        padding: 15px 0;
        min-height: auto;
    }
    /*列表页标题*/
    .list_table .list_item{
        height: 40px;
        line-height: 40px;
    }
    /*列表页、新闻列表分页*/
    .news_page{
        padding: 5px 0 15px;
    }
    /*带图列表页*/
    .list_img_item {
        position: relative;
        height: 100px;
        border-bottom: 1px solid #f4f4f4;
        padding: 10px 0 10px 90px;
    }
    .list_img_item .col-xs-12.col-sm-2{
        min-height: 0;
    }
    /*带图列表页时间*/
    .list_img_item .list_table_time{
        display: none;
    }
    /*带图列表页图片*/
    .list_img_item .list_img_list{
        position: absolute;
        top: 50%;
        margin-top: -30px;
        left: 0;
        width:80px;
        height: 60px;
        overflow: hidden;
    }
}
@media screen and (max-width: 375px){
    /*1顶部 高度*/
    .top .top_text.top_left span{
        display: none;
    }
    /*1顶部 右侧报名咨询*/
    .top .top_text.top_right>span{
        padding: 0;
    }
    /*1顶部 右侧报名咨询*/
    .top .top_text.top_right>span>span{
        display: none;
    }
    /*2导航*/
    .nav,
    .nav .nav_left{
        height: 60px;
        line-height:60px;
    }
    /*2导航logo*/
    .nav .nav_left img{
        width: auto;
        height: 50px;
    }
    /*2导航列表*/
    .nav .nav_container{
        display: none;
    }
    /*2移动端导航按钮*/
    .nav .nav_phone .nav_phone_btn{
        display: block;
    }
    /*3banner标题*/
    .banner .banner_container .banner_wrapper .banner_slide .banner_title{
        height: 25px;
        line-height: 25px;
        text-align: center;
        padding: 0 10px;
    }
    /*3banner标题*/
    .banner .banner_container .banner_wrapper .banner_slide .banner_title a{
        font-size: 12px;
    }
    /*3banner分页*/
    .banner .banner_container .swiper-pagination{
        display: none;
    }
    /*4hotnews顶部标题*/
    .hotnews .hotnews_title{
        margin-top: 10px;
        margin-bottom: 0;
    }
    /*4hotnews顶部标题更多招生简章*/
    .hotnews .hotnews_title.hotnews_title_a{
        height: auto;
    }
    /*4hotnews顶部标题更多招生简章*/
    .hotnews .hotnews_title.hotnews_title_a a{
        display: none;
    }
    /*4hotnews顶部中文标题*/
    .hotnews .hotnews_title span.hotnews_title_zh{
        font-size: 16px;
    }
    /*4hotnews顶部英文标题*/
    .hotnews .hotnews_title span.hotnews_title_eng{
        font-size: 14px;
    }
    /*4hotnews新闻内容边距*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_text{
        border-top: none;
    }
    /*4hotnews新闻配图*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_body .hotnews_body_a{
        display: none;
    }
    /*4hotnews新闻内容边距*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_text{
        padding: 5px 10px;
    }
    /*4hotnews新闻标题*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_text .hotnews_body_title a{
        font-size: 14px;
    }
    /*4hotnews带图新闻*/
    .hotnews .hotnews_body .hotnews_news{
        padding: 0 10px;
    }
    /*4hotnews带图新闻*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body .hotnews_news_list_left{
        width: 80px;
    }
    /*4hotnews带图新闻标题*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body .hotnews_news_list_right .hotnews_news_list_title a{
        font-size: 14px;
    }
    /*4hotnews带图新闻内容*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body{
        height: auto;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }
    /*4hotnews带图新闻内容最后一条*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body:last-child{
        border-bottom: 1px solid transparent;
        height: auto;
    }
    /*5三块新闻头部*/
    .head_title{
        height: 30px;
        line-height: 30px;
        margin-top: 10px;
        padding-bottom: 0;
        position: relative;
        border-bottom: 1px solid #eee;
    }
    /*5三块新闻中文标题*/
    .head_title .head_title_zh{
        font-size: 16px;
    }
    /*5三块新闻英文标题*/
    .head_title .head_title_eng{
        font-size: 14px;
    }
    /*6专题边距*/
    .topic .topic_container .topic_wrapper .topic_slide{
        padding: 0 5px;
    }
    /*6专题边距*/
    .topic .topic_container .topic_wrapper .topic_slide>a{
        height: 100px;
        overflow: hidden;
    }
    /*7底部*/
    .foot{
        margin-top: 0;
        padding: 10px 0;
    }
    /*7底部文字*/
    .foot .foot_left{
        text-align: center;
    }
    /*7底部右侧*/
    .foot .foot_right{
        text-align: center;
        line-height:30px;
    }

    /*内容页新闻内容头部*/
    .list .list_body_head{
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
    }
    /*内容页新闻内容标题*/
    .list .list_body_head span{
        color: #1368D3;
        font-size: 16px;
    }
    /*内容页新闻内容标题*/
    .list .list_body .list_table .list_table_head .list_table_title span{
        font-size: 16px;
    }
    /*内容页新闻内容*/
    .list .list_body .list_table{
        padding: 0;
    }
    /*内容页新闻内容*/
    .list .list_body .list_table .list_table_body{
        min-height:auto;
    }
    /*内容页新闻内容小标题*/
    .list .list_body .list_table .list_table_head .list_table_title_small>span:first-child,
    .list .list_body .list_table .list_table_head .list_table_title_small>span:last-child{
        display: none;
    }
    /*内容页新闻内容*/
    .list .list_body{
        padding-bottom: 0;
    }
    /*左侧联系方式*/
    .left_contact{
        padding-top: 15px;
    }
    /*列表页*/
    .list_table{
        padding: 15px 0;
        min-height: auto;
    }
    /*列表页标题*/
    .list_table .list_item{
        height: 40px;
        line-height: 40px;
    }
    /*列表页、新闻列表分页*/
    .news_page{
        padding: 5px 0 15px;
    }
    /*带图列表页*/
    .list_img_item {
        position: relative;
        height: 100px;
        border-bottom: 1px solid #f4f4f4;
        padding: 10px 0 10px 90px;
    }
    .list_img_item .col-xs-12.col-sm-2{
        min-height: 0;
    }
    /*带图列表页时间*/
    .list_img_item .list_table_time{
        display: none;
    }
    /*带图列表页图片*/
    .list_img_item .list_img_list{
        position: absolute;
        top: 50%;
        margin-top: -30px;
        left: 0;
        width:80px;
        height: 60px;
        overflow: hidden;
    }
}
@media screen and (max-width: 360px){
    /*1顶部 高度*/
    .top .top_text.top_left span{
        display: none;
    }
    /*1顶部 右侧报名咨询*/
    .top .top_text.top_right>span{
        padding: 0;
    }
    /*1顶部 右侧报名咨询*/
    .top .top_text.top_right>span>span{
        display: none;
    }
    /*2导航*/
    .nav,
    .nav .nav_left{
        height: 60px;
        line-height:60px;
    }
    /*2导航logo*/
    .nav .nav_left img{
        width: auto;
        height: 50px;
    }
    /*2导航列表*/
    .nav .nav_container{
        display: none;
    }
    /*2移动端导航按钮*/
    .nav .nav_phone .nav_phone_btn{
        display: block;
    }
    /*3banner标题*/
    .banner .banner_container .banner_wrapper .banner_slide .banner_title{
        height: 25px;
        line-height: 25px;
        text-align: center;
        padding: 0 10px;
    }
    /*3banner标题*/
    .banner .banner_container .banner_wrapper .banner_slide .banner_title a{
        font-size: 12px;
    }
    /*3banner分页*/
    .banner .banner_container .swiper-pagination{
        display: none;
    }
    /*4hotnews顶部标题*/
    .hotnews .hotnews_title{
        margin-top: 10px;
        margin-bottom: 0;
    }
    /*4hotnews顶部标题更多招生简章*/
    .hotnews .hotnews_title.hotnews_title_a{
        height: auto;
    }
    /*4hotnews顶部标题更多招生简章*/
    .hotnews .hotnews_title.hotnews_title_a a{
        display: none;
    }
    /*4hotnews顶部中文标题*/
    .hotnews .hotnews_title span.hotnews_title_zh{
        font-size: 16px;
    }
    /*4hotnews顶部英文标题*/
    .hotnews .hotnews_title span.hotnews_title_eng{
        font-size: 14px;
    }
    /*4hotnews新闻内容边距*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_text{
        border-top: none;
    }
    /*4hotnews新闻配图*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_body .hotnews_body_a{
        display: none;
    }
    /*4hotnews新闻内容边距*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_text{
        padding: 5px 10px;
    }
    /*4hotnews新闻标题*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_text .hotnews_body_title a{
        font-size: 14px;
    }
    /*4hotnews带图新闻*/
    .hotnews .hotnews_body .hotnews_news{
        padding: 0 10px;
    }
    /*4hotnews带图新闻*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body .hotnews_news_list_left{
        width: 80px;
    }
    /*4hotnews带图新闻标题*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body .hotnews_news_list_right .hotnews_news_list_title a{
        font-size: 14px;
    }
    /*4hotnews带图新闻内容*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body{
        height: auto;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }
    /*4hotnews带图新闻内容最后一条*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body:last-child{
        border-bottom: 1px solid transparent;
        height: auto;
    }
    /*5三块新闻头部*/
    .head_title{
        height: 30px;
        line-height: 30px;
        margin-top: 10px;
        padding-bottom: 0;
        position: relative;
        border-bottom: 1px solid #eee;
    }
    /*5三块新闻中文标题*/
    .head_title .head_title_zh{
        font-size: 16px;
    }
    /*5三块新闻英文标题*/
    .head_title .head_title_eng{
        font-size: 14px;
    }
    /*6专题边距*/
    .topic .topic_container .topic_wrapper .topic_slide{
        padding: 0 5px;
    }
    /*6专题边距*/
    .topic .topic_container .topic_wrapper .topic_slide>a{
        height: 90px;
        overflow: hidden;
    }
    /*7底部*/
    .foot{
        margin-top: 0;
        padding: 10px 0;
    }
    /*7底部文字*/
    .foot .foot_left{
        text-align: center;
    }
    /*7底部右侧*/
    .foot .foot_right{
        text-align: center;
        line-height:30px;
    }

    /*内容页新闻内容头部*/
    .list .list_body_head{
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
    }
    /*内容页新闻内容标题*/
    .list .list_body_head span{
        color: #1368D3;
        font-size: 16px;
    }
    /*内容页新闻内容标题*/
    .list .list_body .list_table .list_table_head .list_table_title span{
        font-size: 16px;
    }
    /*内容页新闻内容*/
    .list .list_body .list_table{
        padding: 0;
    }
    /*内容页新闻内容*/
    .list .list_body .list_table .list_table_body{
        min-height:auto;
    }
    /*内容页新闻内容小标题*/
    .list .list_body .list_table .list_table_head .list_table_title_small>span:first-child,
    .list .list_body .list_table .list_table_head .list_table_title_small>span:last-child{
        display: none;
    }
    /*内容页新闻内容*/
    .list .list_body{
        padding-bottom: 0;
    }
    /*左侧联系方式*/
    .left_contact{
        padding-top: 15px;
    }
    /*列表页*/
    .list_table{
        padding: 15px 0;
        min-height: auto;
    }
    /*列表页标题*/
    .list_table .list_item{
        height: 40px;
        line-height: 40px;
    }
    /*列表页、新闻列表分页*/
    .news_page{
        padding: 5px 0 15px;
    }
    /*带图列表页*/
    .list_img_item {
        position: relative;
        height: 100px;
        border-bottom: 1px solid #f4f4f4;
        padding: 10px 0 10px 90px;
    }
    .list_img_item .col-xs-12.col-sm-2{
        min-height: 0;
    }
    /*带图列表页时间*/
    .list_img_item .list_table_time{
        display: none;
    }
    /*带图列表页图片*/
    .list_img_item .list_img_list{
        position: absolute;
        top: 50%;
        margin-top: -30px;
        left: 0;
        width:80px;
        height: 60px;
        overflow: hidden;
    }
}
@media screen and (max-width: 320px){
    /*1顶部 高度*/
    .top .top_text.top_left span{
        display: none;
    }
    /*1顶部 右侧报名咨询*/
    .top .top_text.top_right>span{
        padding: 0;
    }
    /*1顶部 右侧报名咨询*/
    .top .top_text.top_right>span>span{
        display: none;
    }
    /*2导航*/
    .nav,
    .nav .nav_left{
        height: 60px;
        line-height:60px;
    }
    /*2导航logo*/
    .nav .nav_left img{
        width: auto;
        height: 50px;
    }
    /*2导航列表*/
    .nav .nav_container{
        display: none;
    }
    /*2移动端导航按钮*/
    .nav .nav_phone .nav_phone_btn{
        display: block;
    }
    /*3banner标题*/
    .banner .banner_container .banner_wrapper .banner_slide .banner_title{
        height: 25px;
        line-height: 25px;
        text-align: center;
        padding: 0 10px;
    }
    /*3banner标题*/
    .banner .banner_container .banner_wrapper .banner_slide .banner_title a{
        font-size: 12px;
    }
    /*3banner分页*/
    .banner .banner_container .swiper-pagination{
        display: none;
    }
    /*4hotnews顶部标题*/
    .hotnews .hotnews_title{
        margin-top: 10px;
        margin-bottom: 0;
    }
    /*4hotnews顶部标题更多招生简章*/
    .hotnews .hotnews_title.hotnews_title_a{
        height: auto;
    }
    /*4hotnews顶部标题更多招生简章*/
    .hotnews .hotnews_title.hotnews_title_a a{
        display: none;
    }
    /*4hotnews顶部中文标题*/
    .hotnews .hotnews_title span.hotnews_title_zh{
        font-size: 16px;
    }
    /*4hotnews顶部英文标题*/
    .hotnews .hotnews_title span.hotnews_title_eng{
        font-size: 14px;
    }
    /*4hotnews新闻内容边距*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_text{
        border-top: none;
    }
    /*4hotnews新闻配图*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_body .hotnews_body_a{
        display: none;
    }
    /*4hotnews新闻内容边距*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_text{
        padding: 5px 10px;
    }
    /*4hotnews新闻标题*/
    .hotnews .hotnews_container .hotnews_wrapper .hotnews_slide .hotnews_list .hotnews_text .hotnews_body_title a{
        font-size: 14px;
    }
    /*4hotnews带图新闻*/
    .hotnews .hotnews_body .hotnews_news{
        padding: 0 10px;
    }
    /*4hotnews带图新闻*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body .hotnews_news_list_left{
        width: 80px;
    }
    /*4hotnews带图新闻标题*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body .hotnews_news_list_right .hotnews_news_list_title a{
        font-size: 14px;
    }
    /*4hotnews带图新闻内容*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body{
        height: auto;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }
    /*4hotnews带图新闻内容最后一条*/
    .hotnews .hotnews_body .hotnews_news .hotnews_news_body:last-child{
        border-bottom: 1px solid transparent;
        height: auto;
    }
    /*5三块新闻头部*/
    .head_title{
        height: 30px;
        line-height: 30px;
        margin-top: 10px;
        padding-bottom: 0;
        position: relative;
        border-bottom: 1px solid #eee;
    }
    /*5三块新闻中文标题*/
    .head_title .head_title_zh{
        font-size: 16px;
    }
    /*5三块新闻英文标题*/
    .head_title .head_title_eng{
        font-size: 14px;
    }
    /*6专题边距*/
    .topic .topic_container .topic_wrapper .topic_slide{
        padding: 0 5px;
    }
    /*6专题边距*/
    .topic .topic_container .topic_wrapper .topic_slide>a{
        height: 80px;
        overflow: hidden;
    }
    /*7底部*/
    .foot{
        margin-top: 0;
        padding: 10px 0;
    }
    /*7底部文字*/
    .foot .foot_left{
        text-align: center;
    }
    /*7底部右侧*/
    .foot .foot_right{
        text-align: center;
        line-height:30px;
    }
    /*内容页新闻内容头部*/
    .list .list_body_head{
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
    }
    /*内容页新闻内容标题*/
    .list .list_body_head span{
        color: #1368D3;
        font-size: 16px;
    }
    /*内容页新闻内容标题*/
    .list .list_body .list_table .list_table_head .list_table_title span{
        font-size: 16px;
    }
    /*内容页新闻内容*/
    .list .list_body .list_table{
        padding: 0;
    }
    /*内容页新闻内容*/
    .list .list_body .list_table .list_table_body{
        min-height:auto;
    }
    /*内容页新闻内容小标题*/
    .list .list_body .list_table .list_table_head .list_table_title_small>span:first-child,
    .list .list_body .list_table .list_table_head .list_table_title_small>span:last-child{
        display: none;
    }
    /*内容页新闻内容*/
    .list .list_body{
        padding-bottom: 0;
    }
    /*左侧联系方式*/
    .left_contact{
        padding-top: 15px;
    }
    /*列表页*/
    .list_table{
        padding: 15px 0;
        min-height: auto;
    }
    /*列表页标题*/
    .list_table .list_item{
        height: 40px;
        line-height: 40px;
    }
    /*列表页、新闻列表分页*/
    .news_page{
        padding: 5px 0 15px;
    }
    /*带图列表页*/
    .list_img_item {
        position: relative;
        height: 100px;
        border-bottom: 1px solid #f4f4f4;
        padding: 10px 0 10px 90px;
    }
    .list_img_item .col-xs-12.col-sm-2{
        min-height: 0;
    }
    /*带图列表页时间*/
    .list_img_item .list_table_time{
        display: none;
    }
    /*带图列表页图片*/
    .list_img_item .list_img_list{
        position: absolute;
        top: 50%;
        margin-top: -30px;
        left: 0;
        width:80px;
        height: 60px;
        overflow: hidden;
    }
}









/* 新增三张固定尺寸图片的样式 */
.hotnews .hotnews_body .hotnews_news .hotnews_fixed_images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
}

.hotnews .hotnews_body .hotnews_news .hotnews_fixed_image {
    width: 326px;
    height: 70px;
    margin-bottom: 10px;
    overflow: hidden;
}

.hotnews .hotnews_body .hotnews_news .hotnews_fixed_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 响应式调整 */
@media screen and (max-width: 1023px) {
    .hotnews .hotnews_body .hotnews_news .hotnews_fixed_image {
        width: 100%;
        height: auto;
        max-height: 70px;
    }
}




















