@charset "utf-8";

.article-con{
    margin: auto;
    padding-top: 30px;
    padding-bottom: 60px;
    text-align: justify;
}

.article-header{
    border-bottom: 1px solid #E6E7EA;
    text-align: center;
}
    
.article-header .subTitle{
    color: #555;
    font-size: 1.1rem;
    margin: 0 0 10px 0;
}
    
.article-header .firstTitle{
    font-weight: bold;
    color: #333333;
    font-size: 1.8rem;
    line-height: 1.4em;
    margin: 0 0 12px 0;
}
    
.article-header .time{
    line-height: 20px;
    font-size: 14px;
    color: #555;
    margin: 0 0 16px 0;
}
    
.content{
    margin-top: 20px;
    font-size: 1.2rem;
    line-height: 2.6rem;
    letter-spacing: 0.5px;
}
    
.content p{ margin: 0 0 16px 0; text-indent: 2em;}
.content .imgDiv{ width: 100%; text-align: center; margin: 18px 0; }
.content .imgDiv img{ max-width: 100%; height: auto; }

@media screen and (max-width: 768px) {
    .article-con{ 
        width: 92%;
        padding: 4%;
    }
    .article-header{ text-align: left; }
    .article-header .firstTitle{ font-size: 22px; margin-bottom: 8px; }
    .article-header .subTitle{ color:#999; font-size: 16px; margin-bottom: 6px; }
    .article-header .time{ font-size: 13px; color:#999; }
    .content{ font-size: 16px; line-height: 27px; }
}

a {
	color: #185aae;
}
