html,body{
	width:100%
}


html{
	height:100%
}

body {
    margin: 0;
    padding: 0;
    background: #f9f6f3;
    font-family: '微软雅黑';
	min-height:100%;
	position:absolute;
}
ul , a {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
/*招生资讯列表页面样式*/
.information{
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
    border: 1px solid #c3b8ac;
    border-radius: 5px;
}
.module-bg {
    height: 30px;
    background: linear-gradient(0deg, rgba(156, 135, 113, 0.5), rgba(239, 234, 226, 0.5));
}
.module-bg > p {
    font-size: 16px;
    color: #C70003;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
    margin-left: 9px;
}
.module-bg> p >span {
    padding-right: 5px;
}
.information ul{
    padding: 0 15px;
    background: url(/_theme/2XDUYtQ000/img/information1.png) no-repeat 8px 8px;
}
.information ul li{
    height: 29px;
    line-height: 29px;
    border-bottom: 1px dashed #d2d2d2;
    padding-left: 14px;
}
.information ul li:last-child{
    border: none;
}
.conteng_shenglue{
    width: 980px;
    overflow: hidden;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.conteng_shenglue p{
    float: left;
    font-size: 14px;
    color: #ce2f2b;
    margin-right: 5px;
}
.conteng_shenglue a{
    color: #4a4a4a;
    font-size: 14px;
}

.conteng_shenglue > a:hover {
    color: #ce2f2b;
}

.information ul li span{
    font-size: 14px;
    float: right;
    height: 28px;
    line-height: 28px;
    display: block;
    color: #666;
    font: 14px/34px 'microsoft yahei'
}
.information_pic{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
	width:1200px
}
.information_pic .pic{ margin: 0 40px;}

.information_pic .pic img{
	width:203px;
	height:299px;
}

.zd-more > a {
    width: 49px;
    height: 9px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #858585;
    line-height: 35px;
    padding-right: 15px;
    float: right;
    margin-top: -32px;
}

.zd-more > a:hover {
    color: #ce2f2b;
}

@media (max-width: 1220px) {
	.swiper-wrapper {
		height:230px!important;
	}
	
	.information{
		width: calc(100% - 12px);
	}
	
	.information .conteng_shenglue{
		width: calc(100% - 105px);
	}
	
	.information ul li {
		width: calc(100% - 15px);
	}
	
	.information_pic{
		width:100%;
	}
}


@media (max-width: 768px) {
	.swiper-wrapper {
		height: 150px!important;
	}
	.information_pic .pic{ 
		margin: 0 10px;
	}
	.information_pic .pic img{
		width:80px;
		height:120px;
	}
}


@media (max-width: 640px) {
	.swiper-wrapper {
	  height:85px!important;
	}
}

