.article_detail {
    width: 380px;
}


.article_detail .content-film  {
    overflow:hidden;
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	padding: 3px 15px 0px 15px;
}

.article_detail .wrapper .entry-title {
    color: #282828;
    font-size: 4em;
	line-height:45px; 
}

.article_detail .wrapper .abstract {
    font-weight: bold;
}

.article_detail hr {
    display: none;
}

.article_detail .hr {
    width: 380px;
    height: 20px;
}

.article_detail .up {
    background: url('../imgs/hr_up_article-deatil.png') no-repeat scroll top left;
}

.article_detail .bottom {
    background: url('../imgs/hr_bottom_article-detail.png') no-repeat scroll top left;
}

.article_detail .wrapper .author {
    font-size: 1.4em;
    padding: 0 4px 10px 0;
}

.article_detail .wrapper p {
    color: #282828;
    line-height:1.6em;   
}

.article_detail .text {
    padding-top: 25px;
    margin-right: 30px;
}

