@media only screen and (max-width: 760px){
*{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "微软雅黑";
	color: #333;
}
img{
	max-width: 100%;
}
a{
	text-decoration: none;
}
header{
	height: 60px;
	display: flex;
    align-items: center;
}
.nav{
	width: 92%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 40px;
    padding: 1% 0;
    align-items: center;
}
.nav img:nth-child(1){
	width: 3.92rem;
}
.nav img:nth-child(2){
	width: .5rem;
	height: 20px;
}
.xiala{
	width: 100%;
    height: 5rem;
    background: #ededed;
    position: absolute;
    padding: 2% 1%;
    display: none;
    z-index: 9999;
}	
.xiala li{
	font-size: .4rem;
    color: #333;
    line-height: .9rem;
    border-bottom: 1px solid #ddd;
}
.xiala li a{
	color: #333;
	text-decoration: none;
}
.content{
	width: 100%;
	height: 100%;
	background: #f5f5f5;
}
.swiper-container {
    width: 100%;
    height: 5rem;
    position: relative;
} 
.swiper-wrapper{
	position: relative;
}
.swiper-slide img{
	width: 100%;
    height: 100%;
}
.span{
	position: absolute;
     bottom: 0.3rem;
     left: 0;
     /*margin-left: -1.73rem;*/
     font-size: .3rem;
     line-height: .4rem;
     /*height: 0.25rem;*/
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
     width: 3.46rem;
     color: #FFFFFF;
     letter-spacing: 0;
     height: 0.91rem;
     bottom: 0px;
     padding: 0.26rem 0.145rem 0.3rem;
     width: 100%;
     background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 16%, rgba(0,0,0,0.90) 100%);
}
.swiper-pagination{
	position: absolute;
	bottom: 0rem;
	width: 100%;
    /* height: .4rem; */
    text-align: center;
}	
.swiper-pagination-bullet {
    width: .2rem;
    height: .2rem;
    border-radius: .2rem;
	background: #fff;
	display: inline-block;
}
.swiper-pagination-bullet-active {
     width: .3rem!important;
     border-radius: 25%!important;
     opacity: 1;
     background: #fff !important;
}
.box2 {
    min-height: 4rem;
    margin-top: -0.2rem;
    border-radius: 0.3rem 0.3rem 0 0;
    position: relative;
    z-index: 20;
}
.boxTab{
	padding: .18rem 6% .2rem 6%;
	background: #fff;
	margin-bottom: .2rem;
}
.boxTab span{
	font-size: .3rem;
	color: #666;
    padding-bottom: .2rem;
}
.boxTab .tab{
	font-size: .36rem;
    font-weight: bold;
	color: #2888e2;
    border-bottom: .06rem solid #2888e2;
}
.boxTab .tab1{
	font-size: .36rem;
    font-weight: bold;
	color: #2888e2;
    border-bottom: .06rem solid #2888e2;
}
.boxTab ul{
	margin-top: .1rem;
	padding: .2rem 0 .2rem 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}	
.boxTab li{
	font-size: .34rem;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: .7rem;
}
.boxTab .ckgd{
	font-size: .35rem;
	color: #888888;
	text-align: center;
    display: block;
    line-height: 1rem;
}
.box3 {
    margin-bottom: 0;
}
.box4{
	background: #eee;
	margin-bottom: 0;
}
.box5{
	margin-bottom: 0;
}    
.box5 dl{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-top: 6px;
    border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
    padding: 16px 0;
}
.box5 dd{
	width: 47%;
}
.box5 dd a{
	font-size: .3rem;
	display: block;
    line-height: .6rem;
}
.box5 dd a span{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display: block;
}
/*-----------footer--------------*/
footer ul{
	height: .9rem;
	background: #2888e2;
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-bottom: .2rem;
}
footer ul li{
	height: .9rem;
	line-height: .9rem;
}
footer ul li a{
	font-size: .3rem;
	display: block;
	color: #fff;
}
footer span{
	font-size: .3rem;
	text-align: center;
    display: block;
    line-height: .5rem;
}
/* -------------------列表页面---------------------- */
.small-nav2 {
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}
.navz {
    font-size: .4rem;
    font-weight: bold;
    color: #d92737;
    margin-left: 5%;
    height: 40px;
    border-bottom: 2px solid #d92737;
}
.small-nav2 .left-box2 {
    width: 42%;
    height: 40px;
    display: flex;
    flex-direction: column;
}
.small-nav2 .left-box2 img {
    width: 36%;
    margin-left: 64%;
}
.small-nav2 .left-box2 ul {
    display: flex;
    flex-direction: column;
    z-index: 9999999;
    margin-top: 1%;
    width: 100%;
}
.small-nav2 .left-box2>ul>li {
    margin-left: 0px;
    background: #eee;
    text-align: center;
}
.small-nav2 .left-box2>ul>li a {
    font-size: .33rem;
    color: #666666;
    line-height: .8rem;
    display: block;
}
#content{
    padding: 0 6%;
	padding-bottom: 6%;
}
#content .content1 a{
    font-size: .34rem;
}
#content .content1 dl{
    border-bottom: 1px dashed #666;
}
#content .content1 a dd:nth-child(1){
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .4rem;
    font-weight: bold;
    color: #333;
    line-height: .9rem;
}
#content .content1 dd{
    color: #666;
    line-height: .5rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#content .content1 dd:nth-child(3){
    color: #888;
    line-height: .8rem;
    
}
#pages{
    font-size: .34rem;
	    margin-top: .3rem;
}
#pages span {
    float: left;
    line-height: 30px;
    color: #333;
    margin-right: 5px;
    border: 1px solid #999;
    border-radius: 5px;
	    margin-bottom: .2rem;
}
#pages a {
    height: 30px;
    text-align: center;
    display: block;
    float: left;
    width: 40px;
    line-height: 30px;
    margin-right: 5px;
    color: #333;
    border: 1px solid #999;
    border-radius: 5px;
	    margin-bottom: .2rem;
}
#pages span #jump_page {
    width: 30px;
	border: 0;
}
.clear{ clear:both}
.VideoNews a{
    width: 100%;
    height: 100%;
    display: block;
}
.VideoNews img{
    width: 100%;
}
.VideoNews span{
    font-size: .34rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin-bottom: .4rem;
}

/* -------------------详情页面----------------------- */

}
