
.dynamic-tabbtn li {
    width: 50%;
}

/*最新动态*/
.dynamic-con{
    margin:45px auto 90px;
}
.dynamic-con .dynamiccon-L{
    width:70%;
    float:left;
}
.dynamic-con .dynamiccon-R{
    width:25%;
    float:right;
}
.dynamic-L-list li{
    margin-bottom:30px;
}
.dynamic-L-list>li>a{
    display:block;
	width:100%;
	height:100%;
	font-size:16px;
	position:relative;
}

.dynamic-L-imgbox{
    width: 37%;
	float:left;
	overflow: hidden;
}
.dynamic-L-imgbox img{
    width:100%;
	-moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}
.dynamic-L-imgbox:hover img{
	transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
}
.dynamic-L-textbox{
    width: 60%;
	float:right;
    margin-left:3%;
    border-top: 1px solid #b3b3b3;
    padding-top: 1%;
	color:#39393A;
	font-size: 26px;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;  
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
.dynamic-L-textbox:after{
    content:"";
	width:0%;
	height:1px;
	left:40%;
	top:0px;
	background:#0067b6;
	position:absolute;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;  
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
.dynamic-L-list>li>a:hover .dynamic-L-textbox{
    color: #0a51a7;
}
.dynamic-L-list>li>a:hover .dynamic-L-textbox:after{
    content:"";
	width:60%;
}
.dynamic-L-list>li>a:hover .dynamic-L-textbox .dynamic-L-more{
    border:1px solid #0067b6;
	color:#fff;
	background:#0067b6;
}
.dynamic-L-textbox .dynamic-L-title{
	font-size: 20px;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;


}
.dynamic-L-textbox .dynamic-L-info{
    font-size:16px; 
    line-height: 26px;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.dynamic-L-textbox .dynamic-L-more{
    font-size:16px; 
	width:115px;
	line-height:40px;
	margin-top:20px;
	text-align:center;
	position:relative;
	margin-bottom:0px;
	background:#fff;
	bottom:0;
	border:1px solid #979797;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;  
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

/*热点新闻*/
.dynamiccon-R-imgbox{
    overflow:hidden;
	margin:15px 0px;
}
.dynamiccon-R-imgbox img{
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}
.dynamiccon-R-imgbox img:hover{
    transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
}
.dynamiccon-R .hot-newstitle{
    color:#fff;
	background:#0067b6;
	line-height:40px;
	text-align:center;
	width:100%;
	font-size: 18px;
	margin:0px;
}
.dynamiccon-R .hot-newsimg{
    width:100%;
	display:block;
}
.dynamiccon-R .hot-newslist li{
    margin-top:10px;
	border-bottom:1px solid #ddd;
	line-height: 40px;
}
.dynamiccon-R .hot-newslist li a{
    display:block;
	width:100%;
	text-decoration:none;
	color: #39393a;
	font-size: 16px;
	overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;  
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
.dynamiccon-R .hot-newslist li a i{
    padding-right:8px;
}
.dynamiccon-R .hot-newslist li a:hover{
    color: #0a51a7;
}

/*最新动态详情页*/
.dynami-newsinfo{
	color: #39393a;
	font-size:16px;
	line-height: 26px;
}
.dynami-newsinfo .dynami-newsinfo-title{
    border-bottom:3px solid #ddd;
	text-align:center;
}
.newsinfo-title{
	font-size:32px;
	margin:0px 0px 45px;
	}
.dynami-newsinfo-con{
    margin-top:55px;
}
.dynami-newsinfo-con img{
    display:block;
	margin:55px auto;
	max-width:100%;
}
.newsinfo-bottom{
    margin:100px 0px 0px;
}
.newsinfo-bottom > div >a {
    display:block;
	text-decoration:none;
	color: #39393a;
	overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
	-moz-transition: all .3s;
   -webkit-transition: all .3s; 
   -o-transition: all .3s;
   -ms-transition: all .3s;
    transition: all .3s;
}
.newsinfo-bottom div:hover a{
    color: #fff;
}
.newsinfo-bottom .info-pre,.newsinfo-bottom .info-next{
    width:42%;
	float:left;
	padding-left:20px;
	border:1px solid #ddd;
	line-height:32px;
	-moz-transition: all .3s;
   -webkit-transition: all .3s; 
   -o-transition: all .3s;
   -ms-transition: all .3s;
    transition: all .3s;
}
.newsinfo-bottom .info-pre:hover,.newsinfo-bottom .info-next:hover{
    background: #0067b6;
	border:1px solid #0067b6;
}
.newsinfo-bottom .info-back{
    width:10%;
	text-align:center;
	margin:0px 3%;
	float:left;
	line-height:32px;
	border:1px solid #00a8ff;
}
.newsinfo-bottom .info-back a,.newsinfo-bottom .info-back:hover a{
	color:#1295ff;
}
