.blog {
	margin-top: 50px
}

.blog .article {
	margin: 0 0 60px
}

.blog .article .article-img {
	overflow: hidden;
	border-radius: 3px;
	margin: 0 0 26px
}

.blog .article .article-img img {
	width: 100%
}

.blog .article .article-header {
	overflow: hidden;
	border-radius: 3px;
	/* margin: 0 0 13px */
}

.blog .article .article-header h2 {
	font-size: 20px;
	line-height: 8px;
	font-weight: 400;
	margin-bottom: 0;
}

.blog .article .article-header h2 a {
	display: -webkit-box;
	line-height: 28px;
	color: #262626;
	cursor: pointer;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;	
}

.blog .article .article-header .article--meta {
	padding: 0;
	margin: 10px 0;
}

.blog .article .article-header .article--meta_item {
	display: block;
	position: relative;
	font-size: 14px;
	color: #969696;
}

.blog .article .article--content {
	font-size: 16px;
	line-height: 23px;
	color: #000
}

.blog .article .article--content p {
	display: -webkit-box;
	font-size: 14px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;	
}
.article--footer{
	padding-bottom: 10px;
}
.blog .article .article--footer .link {
	font-size: 16px;
	color: #59bcdb;
	cursor: pointer;
}

/*.blog .article .article--footer .link:after {
	content: "\f178";
	color: #59bcdb;
	margin-left: 8px
}*/

.blog .am-pagination {
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width:640px) {
	.blog .article {
		margin: 0 0 50px!important
	}
	
	.layout-container #video{
		width: 100%!important;    
		margin-top: 0!important;
	}
	
	.rich_media_area_primary{
		width: 100%!important;
	}
	
	.rich_media_area_primary img{
		width: 100%!important;
	}
}

.news-section .container {
	overflow: auto
}

.news-section .container .article {
	padding: 0 35px 50px 0;
	/*border-bottom: 1px solid #e9e9e9*/
}

.news-section .container .article .article--title a {
	color: #262626;
	font-size: 38px;
	line-height: 60px;
	font-weight: 300
}

.news-section .container .article .article--meta {
	/* padding: 14px 0 0 */
}

.news-section .container .article .article--meta .article--meta_item {
	display: inline-block;
	position: relative;
	font-size: 14px;
	color: #969696;
	margin: 10px 20px 0 0
}

.news-section .container .article .article--meta .article--meta_item i {
	color: #59bcdb;
	margin-right: 5px
}

.news-section .container .article .article--content {
	/* margin: 23px 0 0; */
	font-size: 16px;
	line-height: 23px;
	color: #969696
}

.news-section .container .article .article--content img {
	width: 100%
}

.news-section .container .article .split-line {
	margin: 50px
}

.news-section .container .comments {
	margin: 0 35px 0 0;
	padding: 36px 0 0;
	position: relative
}

.news-section .container .comments .comments--title {
	font-size: 20px;
	padding: 0 0 21px
}

.news-section .container .comments .comment {
	position: relative;
	padding: 0 0 0 80px;
	list-style: none
}

.news-section .container .comments .comment .comment--userpic {
	position: absolute;
	left: -13px;
	top: -8px;
	overflow: hidden;
	width: 60px;
	height: 60px;
	border-radius: 60px
}

.news-section .container .comments .comment .comment--username a {
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding: 0 0 6px;
	color: #262626
}

.news-section .container .comments .comment .comment--date {
	font-size: 14px;
	color: #969696
}

.news-section .container .comments .comment--content {
	margin: 10px 0 46px;
	padding: 18px 20px;
	position: relative;
	background: #f5f5f5;
	color: #969696;
	font-size: 14px;
	line-height: 23px;
	border-radius: 3px
}

.news-section .container .comments .comment--reply:before {
	content: "\f064";
	margin-right: 5px
}

.comment_form textarea {
	width: 100%;
	background: #fcfcfc;
	border: 2px solid #e9e9e9;
	font-size: 16px;
	line-height: 20px;
	padding: 15px 20px;
	border-radius: 3px;
	vertical-align: top;
	color: #262626
}

.comment_form input {
	width: 100%!important;
	background: #fcfcfc!important;
	border: 2px solid #e9e9e9!important;
	font-size: 16px!important;
	line-height: 20px!important;
	padding: 15px 20px!important;
	border-radius: 3px!important;
	color: #262626!important;
	margin-bottom: 20px
}

.comment_form .am-u-md-4 {
	padding-left: 0
}

.comment_form .am-u-md-4:nth-of-type(3) {
	padding-right: 0
}

.comment_form .comment-form-footer {
	text-align: right;
	margin-top: 20px
}

.comment_form .comment-form-footer .am-btn-secondary {
	background-color: transparent;
	color: #34c1e4;
	border-color: #34c1e4;
	border-width: 2px;
	border-radius: 4px
}

.comment_form .comment-form-footer .am-btn-secondary:hover {
	background: #34c1e4;
	color: #fff
}

.blog_sidebar .widget {
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	overflow: hidden;
	margin-top: 30px
}

.blog_sidebar .widget:first-child {
	margin-top: 20px
}

.blog_sidebar .widget .widget--title {
	background: #fafafa;
	position: relative;
	font-size: 18px;
	padding: 20px 10px 20px 24px;
	margin: 0;
	font-weight: 400
}

.blog_sidebar .widget .widget--title i {
	margin-right: 5px;
	color: #59bcdb
}

.blog_sidebar .widget ul {
	font-size: 15px;
	line-height: 24px;
	padding: 0;
	margin: 0!important
}

.blog_sidebar .widget ul li {
	border-top: 1px solid #e5e5e5;
	padding: 17px 20px;
	color: #9b9b9b;
	list-style: none
}

.blog_sidebar .widget ul li a {
	color: #9b9b9b;
	padding: 5px 0
}

.blog_sidebar .widget ul li .rss-date {
	display: block;
	color: #262626;
	padding: 4px 0 2px;
	font-size: 15px
}

body {
	background: #FFFFFF;
}

.ban_mt {
	background: url(../images/BrandCenter/banner_mt.jpg) center center no-repeat;
	background-size: cover;
}
.video-btn{
      position: absolute;
      width:600px;
      height: 300px;
      background:black;
      top:50%;
      left: 50%;
      margin-top: -150px;
      margin-left:-300px;
      display: none;
      z-index: 101;
    }
 .video-area{
      float:left;
      width:500px;
      height: 300px;
      background:red;
    }
.video-shut{
      height:100px;
      width:100px;
      font-size:40px;
      color:pink;
      float:left;
      text-align: center;
      /*line-height: 50px;*/
      background: yellow;
      display: block;
      padding-top:30px;
    }
    #shadow{
     position: absolute;
     opacity: 0.5;
     filter:alpha(opacity=50);
     bottom:0;
     left: 0;
     right: 0;
     top: 0;
     background:black;
     z-index: 100;
     display: none;
   }
   
.am-sticky-placeholder{
	margin: 0px; position: fixed; top: 0px; z-index: 9999; width: 100%; 
}
/*新闻详情*/
.rich_media_area_primary {
    width: 800px;
	margin: 0 auto;
	padding-top: 32px;
	padding: 20px 16px 12px;
}
.rich_media_title {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 14px;
}
.rich_media_meta_list {
	position: relative;
    z-index: 1;
    margin-bottom: 22px;
    line-height: 20px;
    font-size: 14px;
    word-wrap: break-word;
    word-break: keep-all;
}
.rich_media_meta_list .rich_media_meta_text{
	color: #999;
}
/*新闻详情*/
.playVideo{
	display: block;
	position: absolute;
	left: calc(50% - 31px);
	top: calc(50% - 31px);
	background: url(../images/news/play-nor.png);
	width: 61px;
	height: 61px;
	background-size: 100%;
	cursor: pointer;
}

.playVideo:hover{
	background: url(../images/news/play-hove.png);
	width: 61px;
	height: 61px;
	background-size: 100%;
}

.closeVideo{
	background: url(../images/news/close.png);
	width: 20px;
	height: 20px;
	background-size: 100%;
	position: fixed;
	left: calc(90% - 40px);
	top: 7%;
	left: inherit\9;
	top: 20px\9;
	right: 145px\9;
	display: none;
	cursor: pointer;
	z-index: 1000000;
}

#video{
	display: none;
	position: relative;
	width: 1200px;
	height: 100%;
	max-width: 1920px;
	margin: 0 auto;
	margin-top: 88px;
}


/*IE 9-11*/
.blog .article .article-header h2,.blog .article .article-header h2 a{
	display: block\9;
	height: 60px\9;
}

@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none) {
	.blog .article .article-header h2,.blog .article .article-header h2 a{
		display: block;
		height: 60px;
	}
}

#popVideoTag *, #popVideoTag *::before, #popVideoTag *::after{
	position: relative;
}


.rich_media_area_primary>p>img{
	max-width: 100%!important;
	height: auto;
}


@media screen and (max-width:640px) {
	.rich_media_area_primary>p>img{
		width: 100%!important;
		height: auto;
	}
	.news .page-header{
		background: url(../../../assets/images/news/banner2.png) !important;
    	background-size: cover !important;
	}	
	.news .breadcrumb-box{
		border-top: 1px solid #eeeeee!important;
	}
}

.news .page-header{
	background: url(../../../assets/images/news/banner1.png) center center no-repeat;
}
/* .news{
	margin-top: 86px;
} */


/* .rich_media_area_primary{
	    text-align: justify;
	word-break: break-all;
	text-justify: distribute;
} */

p {
	white-space  : normal;
	/* 默认值，允许文本换行 */
	overflow-wrap: break-word;
	/* CSS3 属性，确保长单词在必要时换行 */
	word-break   : keep-all;
	/* 保证单词整体换行 */
	text-align   : justify;
	text-justify : distribute !important;
}
h5 {
	white-space  : normal;
	/* 默认值，允许文本换行 */
	overflow-wrap: break-word;
	/* CSS3 属性，确保长单词在必要时换行 */
	word-break   : keep-all;
	/* 保证单词整体换行 */
	text-align   : justify;
	text-justify : distribute !important;
}
h2 {
	white-space  : normal;
	/* 默认值，允许文本换行 */
	overflow-wrap: break-word;
	/* CSS3 属性，确保长单词在必要时换行 */
	word-break   : keep-all;
	/* 保证单词整体换行 */
	text-align   : justify;
	text-justify : distribute !important;

}