@charset "utf-8";

/* 大屏幕 */
@media (min-width: 979px) and (max-width: 1199px) {



}
/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 768px) and (max-width: 979px) {
.news{padding-top:50px;}
.news .item span{display:none;}
.galleryBox{width:664px;}
}
/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {
.news{padding-top:0px; height:auto; background:none;}
.galleryBox{width:664px;}
.gallery .item{border-left:none;}
.bline{border-bottom:1px solid #fff;}
.map{background:none;  height:auto;}

}
/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 480px) {
.news{padding-top:0px; height:auto; background:none;}
.news .item{margin-bottom:15px; min-width:100%;}
.galleryBox{width:332px;}
.gallery .item{border-left:none;}
.bline{border-bottom:1px solid #fff;}
.map{background:none; height:auto;}
.table1 th,.table1 td{font-size:14px;}
.conferece{padding:0px 50px; width:300px; font-size:14px; background:url(../conference_xs.jpg) no-repeat;}
}
