﻿@charset "UTF-8";
body{ background: url("../images/business_bg.jpg") top center no-repeat fixed; background-size:cover}


/*main body*/
.essay_container *{box-sizing: border-box;text-align: justify;margin: 0 auto}
.essay_container{box-sizing: border-box;width:1263px;margin: 0 auto;background: #fff;padding: 30px;}

.crumb{border-bottom: .5px solid #e3e3e3; padding-bottom: 10px;margin-bottom: 30px}
.crumb a:hover{color:#015293}

.essay_main{width:95%;border: .5px solid #e2e2e2; padding: 0 80px;margin-bottom: 30px}

.essay_title{padding: 25px 0}
.essay_title p{text-align: center;font-size: 30px;line-height: 55px}

.essay_source{width:980px; border-bottom: .5px solid #e3e3e3;padding-bottom: 10px;}
.essay_source span{margin-left:30px;color:#666}

.essay_content{padding: 25px 0; font-size: 18px}
.essay_content p{line-height:40px}

