body,hr, p, blockquote,h1,h2,h3,h4,h5,h6, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;
    padding: 0;
}

.clear { *zoom :1;}
.clear:after { content:"."; clear:both; display:block; height:0; overflow:hidden; visibility:hidden;}

.new-container a:hover{color: #999;}
.pull-left { float:left;}
.pull-right { float:right;}


.new-container2{width: 100%; background: #f5f5f5; padding-bottom: 60px;}
.new-container2 .new-header{width: 100%;}
.new-container{width: 1200px; margin: 0 auto;background: #fff;}
.new-container img{margin: 0 auto;}
.new-container .default-title,.new-container .news-title,.new-container .news-time{width: 90%;margin: 0 auto;}
.new-container .default-title a{font-size: 18px; height: 86px; line-height: 86px; width: 100%;color: #000; border-bottom: 1px solid #333;}
.new-container .default-title a:hover{color: #666;}
.new-container .default-title span{font-size: 16px; color: #333;}
.new-container .news-title{font-size: 30px; padding:8px 0; margin-top: 20px;}
.new-container .news-title h1{font-size: 30px; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.new-container .news-title h1 a{color: #000;}
.new-container embed{margin: 0 auto; display: block;}
.new-container .new-content{padding: 40px;}
.new-container .new-content p{color: #666;}
.new-container .new-content p a strong:hover{color: #6cf !important;}
.new-container .new-content p a span:hover{color: #6cf !important;}
.new-container p video{margin: 0 auto;}

@media (max-width: 1440px){
	.new-container{width: 1000px;}
}
@media (max-width: 1280px){
	.new-container{width: 800px;}
}