﻿@charset "utf-8";
/*		nav导航 	*/
ul, ol{
	margin-bottom: 0;
}
.body_bg{
	min-height: 100%;
	/*padding-bottom: 240px;*/
}
/*.footer{
	position: absolute;
	bottom: 0;
	left: 0;
}*/
.dynamic_nav{
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 30px;
	box-shadow: 0 6px 10px rgba(100,100,100,.10);
	position: relative;
}
.dynamic_nav .dynamic_navBox{
	width: 100%;
	text-align: left;
}
.dynamic_nav .dynamic_navBox:after{
	content: "";
	display: block;
	overflow: hidden;
	visibility: hidden;
	clear: both;
	
}
.dynamic_nav .dynamic_navBox li{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 1.4em;
	padding: 18px 16px;
	cursor: pointer;
	border-bottom: 4px solid transparent;
	margin-right: 7.6%;
}
.dynamic_nav .dynamic_navBox li:last-of-type{
	margin-right: 0;
}
.dynamic_nav .dynamic_navBox li.active{
	border-bottom-color: #000000;
}
/*		内容区域		*/
.dynamic_content{
	background: #f0f0f0;
	min-height: 600px;
	padding: 42px 0;
}
.dynamic_content .dynamic_box{
	overflow: hidden;
}
.dynamic_content .dynamic_box .dynamic_list{
	float: left;
	margin: 20px auto 0;
	width: 33.333333333%;
	position: relative;
	padding: 0 15px;
	
	overflow: hidden;
}
.dynamic_box .dynamic_list .list_bg{
	width: 100%;
	/*height: 100%;*/
	padding-bottom:46.742%;
	position: relative;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.dynamic_box .dynamic_list .list_bg img{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	/*max-height:100% ;*/
    height:100%;
	object-fit:cover;
	opacity:0;
}
.List_describe{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5) , rgba(0,0,0,0)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0)); /* Firefox 3.6 - 15 */
    background: linear-gradient(to top, rgba(0,0,0,0.5) , rgba(0,0,0,0)); /* 标准的语法 */
   transition: all ease .5s;
}
.dynamic_content .pageDate{
    text-align:left;
    font-size:12px;
    line-height :1.7em;
    color:#999;
    border-bottom: 1px solid #ccc;
    margin:20px 0 20px ;
}
.load_more_bg {
    /*float:left;*/
    width:100%
}
.load_more_bg .load_more{
    box-sizing: border-box;
    border: 1px solid #5e5e5d;
    background: transparent;
    text-align: center;
    width: 280px;
    height: 62px;
    line-height: 62px;
    clear: both;
    margin: 70px auto 0 auto;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
    border-radius: 4px;
}
.dynamic_box .dynamic_list .list_main{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 20;
	transform: translateY(55%);
	pointer-events: none;
  	color: #fff;
  	transition: all ease .5s;
  	
   	/*background: rgba(0,0,0,.6);*/
}
	.dynamic_box .dynamic_list .list_main h3 {
		font-size: 16px;
		width: 80%;
		word-break: break-all;
		margin: 0 auto 25px;
		text-align: center;
		padding-bottom: 15px;
		position: relative;
		line-height: 1.4em;
	}
	.dynamic_box .dynamic_list .list_main h3 span {
		text-align: center;
		display: block;
		word-break: break-all;
		width: 90%;
		display: -webkit-box;
		line-height: 1.4em;
		height: 2.8em;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
.dynamic_box .dynamic_list .list_main h3:after{
	content: "";
	display: block;
	position: absolute;
	border-bottom: 2px solid #FFFFFF;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	line-height: 1.7em;
	width:80px;
	
}
.dynamic_box .dynamic_list .list_main p{
	padding: 0 20px;
	transition: all ease .5s;
	color: #fff;
	line-height: 2em;
	opacity: 0;
	font-size: 12px;
	max-height: 12em;
	overflow: hidden;
	text-align: left;
}
.dynamic_box .dynamic_list .list_btn{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 300;
	
}
.dynamic_box .dynamic_list.active .List_describe{
	background: rgba(0,0,0,0.6);
}
/*.dynamic_box .dynamic_list.active .list_main{
	transform: translateY(00%);
	padding-top: 40px;
}
.dynamic_box .dynamic_list.active .list_main p{
	opacity: 1;
}*/
.bannerBox{
    width:740px;
    margin:20px auto;
    max-width:100%;
    position:relative;
}
.bannerBox .banner{
    position:static;
    padding:0;
}
.banner .viewImgList img{
    display:block;
    width:100%;
}
.banner .swiper-button-next, .banner .swiper-button-prev{
    background-color:rgba(0,0,0,0.5);
    width:36px;
    height:56px;
    background-size:55%;
    background-position:center center;
    top:0;
    bottom:0;
    margin:auto;
}
.banner .swiper-button-next{
    right:-40px;
}
.banner .swiper-button-prev {
    left: -40px;
}
/* 	动态详情页面		 */
.dynamicDetails_banner {
    background: #f0f0f0;
}
.dynamic_page{
	min-height: 50vh;
	background: #fff;
	overflow: hidden;
	border-radius: 4px;
	padding:30px 25px;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.dynamic_page img{
    height:auto!important;
}
.dynamic_page video{
    max-width:100%;
}
.dynamic_page h3,.dynamic_page h2, .dynamic_page h4{
	text-align: center;
}
.dynamic_page img{
	margin: 0 auto;
	max-width: 100%;
}
@media only screen and (max-width:1920px ) and (min-width:1200px){
    .banner .banner_img{
        width:100%;
    }
}
@media only screen and (max-width:1200px ) {
	.banner .banner_img{
		width: 160%;
		/*margin-left: -moz-calc(50% - 80%);
		margin-left: -webkit-calc(50% - 80%);*/
		margin-left:  -30%;
	}
    .dynamic_box .dynamic_list .list_bg img{
        /*height:100%;*/
    }
    .dynamic_content .dynamic_box {
        text-align: center;

    }
    .dynamic_content .dynamic_box .dynamic_list {
        width: 320px;
        display: inline-block;
        float: none;
        text-align: left;
        min-height:initial;
        /*height:170px;*/
        padding: 0 10px;
    }
	.dynamic_nav{
		padding-top: 20px;
	}
	.dynamic_box .dynamic_list.active .list_main{
		/*padding-top: 20px;*/
		
	}
	.dynamic_box .dynamic_list .list_main{
		transform: translateY(55%);
	}
	.dynamic_box .dynamic_list .list_main h3{
		margin-bottom: 15px;
	}
	.dynamic_box .dynamic_list .list_main p{
		line-height: 1.7em;
	}
}
@media (max-width:992px) {
    .dynamic_box .dynamic_list .list_bg img{
        width:100%;
        /*height:185px;*/
    }
    .dynamic_content .dynamic_box .dynamic_list{
        height:auto;
    }
}
@media only screen and (max-width:960px ){
	.dynamic_content .dynamic_box {
		text-align: center;
	}
	.dynamic_content .dynamic_box .dynamic_list{
		width: 426px;
		padding: 0 15px;
		float: none;
		display: inline-block;
		vertical-align: middle;
	}
    .dynamic_page table{
        width:100%!important;
    }
}
@media only screen and (max-width:860px ) {
	.dynamic_content .dynamic_box .dynamic_list{
		width: 416px;
		padding: 0 15px;
		float: none;
		display: inline-block;
		vertical-align: middle;
	}
    .dynamic_box .dynamic_list .list_bg img {
        width: 100%;
        height: auto;
        /*min-height: 160px;
        max-height: 160px;*/
    }
}
@media only screen and (max-width:767px ){
	/* 导航 	*/
	.dynamic_nav{
		padding-top: 30px;
	}
	.dynamic_content .dynamic_box .dynamic_list{
		float: none;
	
		
	}
	/*.dynamic_box .dynamic_list.active .list_main{
		padding-top: 20px;
	}*/
    .dynamic_content .dynamic_box .dynamic_list{
        height:auto;
        min-height:initial;
    }
    .banner .swiper-button-next, .banner .swiper-button-prev {
        background-color: rgba(0,0,0,0.5);
        width: 32px;
        height: 58px;
        background-size: 55%;
        background-position: center center;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .banner .swiper-button-next {
        right: 0;
    }

    .banner .swiper-button-prev {
        left: 0;
    }
} 
@media only screen and (max-width:640px ){
	.dynamic_content .dynamic_box .dynamic_list{
		float: none;
		/*width: 80%;*/
		
	}
    .dynamic_box .dynamic_list .list_main {
        transform: translateY(45%);
    }
    .dynamic_box .dynamic_list .list_main h3 {
        padding-bottom:12px;
    }
    /*.dynamic_box .dynamic_list.active .list_main {
        padding-top: 40px;
    }*/
	.dynamic_nav .dynamic_navBox li{
		margin-right: 0;
		font-size: 18px;
	}
    .dynamic_content {
        padding:20px 0  ;
    }
    .banner .swiper-button-next, .banner .swiper-button-prev {
        background-color: rgba(0,0,0,0.5);
        width: 25px;
        height: 45px;
        background-size: 50%;
    }
} 

@media only screen and (max-width:520px ){
	.dynamic_content .dynamic_box .dynamic_list{
		float: none;
		width: 340px;
		padding: 0;
	}
    .List_describe {
        background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.2));
        background: -o-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.2));
        background: -moz-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.2));
        background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,.2));
    }
    .dynamic_box .dynamic_list .list_main h3 {
        font-size: 14px;
        width: 90%;
       
    }
    .dynamic_box .dynamic_list .list_main h3 span{
        display:block;
        width:100%;
        display: -webkit-box;
        line-height:1.8em;
        height:3.6em;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
	/*.dynamic_box .dynamic_list.active .list_main{
		padding-top: 20px;
	}*/
} 
@media only screen and (max-width:420px ){
	.dynamic_content .dynamic_box .dynamic_list{
		float: none;
		width: 100%;
		
	}
	.dynamic_nav .dynamic_navBox li{
		padding: 8px ;
		font-size: 14px;
	}
	.dynamic_nav .main{
		padding: 0 20px;
	}
} 

























