/* 横幅 */
.banner{
	position: relative;
	overflow: hidden;
}
.banner .swiper_text{
	width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;-ms-transform: translateY(-50%) !important;-webkit-transform: translateY(-50%) !important;
    left: 0;
    z-index: 5;
    text-align: center;
}
.banner .swiper_text .logo03{
	margin:0 auto 40px;
}
.banner .swiper_text h3 {
    font-size: 48px;
    color: #fff;
	max-width:960px;
	margin:40px auto;
	line-height:76px;
}
.banner .swiper_text .time{
	color:#fff;
	opacity:0.7;
}
.banner .simg{
	display:block;
    max-width: 100%;
    height: auto;
	margin:0 auto;
}
.banner .banner-pagination {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 4;
}
.banner .banner-pagination .swiper-pagination-bullet {
    border-radius: 10px;
    opacity: 0.5;
    margin: 0 5px!important;
	background:#fff;
	width:10px;
	height:10px;
}
.banner .banner-pagination .swiper-pagination-bullet-active {
    opacity:1;
}

/* /横幅 */


/* 列表 */
.art-list {
	margin-top:50px;
}
.art-list .row{
	margin-left:-40px;
	margin-right:-40px;
}
.art-list .item{
	padding:10px;
	position:relative;
	margin:10px 0;
	box-shadow:0 0 0px #ddd;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
.art-list .item:hover{
	box-shadow:0 0 10px #ddd;
}
.art-list .item .imgbox{
	height:183px;
	background-size:cover;
}
.art-list .item a{
	display:block;
}
.art-list .item img{
	max-width:100%;
	display:block;
}
.art-list .item .text{
	height:200px;
}
.art-list .item .text h3{
	font-size:24px;
	color:#333;
	margin:20px 0;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.art-list .item .text .desc{
	font-size:14px;
	line-height:24px;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
    overflow:hidden;
	color:#666;
	margin:20px 0;
}
.art-list .item .text .time{
	color:#666;
}
.art-list .item .text .time img{
	display:inline-block;
	margin-right:8px;
	position:relative;
	top:-1px;
}

.pro-more{
	text-align:center;
	margin:0.25rem 0 0 0;
}
.pro-more a{
	display:inline-block;
	font-size:14px;
	color:#fff;
	height:40px;
	line-height:40px;
	padding:0 30px;
	background:#1616ba;
	color:#fff;
}
.pro-more a:hover{
	-webkit-animation-name:pulse;
	animation-name:pulse;
}
/* /列表 */


/* 祥情 */
.ban{
	max-width:100%; 
	display:block; 
	margin: auto;
	position:relative;
}
.ban img{
	max-width:100%;
	display:block;
}
.ban .text{
	position:absolute;
	width:100%;
	box-sizing:border-box;
	padding:0 30px;
	top: 40%;
    transform: translateY(-40%);-ms-transform:translateY(-40%);-moz-transform:translateY(-40%);-webkit-transform:translateY(-40%);
}
.ban .text h1{
	font-size:48px;
	line-height:56px;
	color:#fff;
	text-align:center;
	max-width:960px;
	margin:0 auto;
}
.ban .text .time{
	padding-top:0.1rem;
	text-align:center;
	color:#d6d6ec;
}
.ban .text .time img{
	position:relative;
	top:-2px;
	display:inline-block;
}

.content{
	position:relative;
	background:#fff;
	max-width:960px; 
	z-index:99;
	margin:-1rem auto 0 auto;
	box-sizing:border-box;
	padding:45px 40px;
	overflow:hidden;
}
.content p{
	font-size:16px;
	color:#666;
	line-height:32px;
}
.content img{
	max-width:100%;
}

@media screen and (max-width:768px){
	.banner .swiper_text .logo03{width:24px;margin:0 auto 15px auto;}
	.banner .swiper_text h3 {font-size: 18px;color: #fff; line-height:24px; margin:5px 30px;}
	.banner .swiper_text .time {font-size: 11px;}
	.banner .swiper_text .textIcon{height:24px;}
	.banner .banner-pagination {bottom:10px;}
	
	.art-list{
		margin-top:0px;
	}
	.art-list .row{margin-left: -10px;margin-right: -10px;}
	.art-list .col-lg-4{padding:5px;}
	.art-list .item{padding:0;}
	.art-list .item .text .desc{margin:15px 0;}
	.art-list .item .text{height:auto;}
	.art-list .item .text h3{font-size:22px;margin: 20px 0 0 0;}
	
	.ban .text h1{font-size:22px; line-height:32px;}
	ban .text .time{}
	.content{padding:20px 15px; margin:-20px 10px 0 10px;}
}
