.company-item {
    width: 1200px;
    color: #222222;
    font-size: 16px;
    line-height: 2;
	text-align:justify;
    letter-spacing:1.3px;
}

.company-item>p {
    margin-bottom: 20px;
    overflow:hidden;
    display:block;
}

.company-item>h2 {
	width: 100%;
    font-size: 40px;
    font-weight: bold;
    color: #222222;
    opacity: 1;
	margin: 0px;
}

.company-item>.article-brief {
	width: 100%;
    margin: 20px 0 40px 0;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    opacity: 1;
}
.company-item img{
	display: block;
	max-width: 800px;
    margin: 0 auto;
}
.company-item iframe{
    width:1200px;
    height:675px;
}