/************************************* banner *************************************/

.banner {
    background-image: url(../img/about/bannerBG.jpg);
    background-size: cover;
    background-position: center center;
}
.banner .titleSet {
    padding-top: 35px;
    padding-bottom: 35px;
}
.banner .titleSet h2 {
    margin-bottom: 0px;
}
.banner .titleSet .siteMap p,
.banner .titleSet .siteMap p a {
    color: #fff;
    margin-bottom: 0px;
}
.banner .titleSet .siteMap p a:hover {
    opacity: 0.8;
}

/************************************* section1 *************************************/

.section1 {
    background-image: url(../img/marble.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 30px;
}
.section1 .container .paper {
    margin-top: -15px;
    padding: 15px;
    background-color: #FFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 20%);
}
.section1 .container .paper .date {
    color: #ccc;
}
.section1 .container .paper .shares {
    margin-bottom: 30px;
}
.section1 .container .paper .shares a .oneShare {
    width: 45px;
    height: auto;
}
.section1 .container .paper .shares a:hover .oneShare {
    opacity: 0.8;
}
.section1 .container .paper h4 {
    margin-top: 30px;
}

.section1 .container .paper .illu{
    margin-bottom: 15px;
}
