/************************************* 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 a .oneIssue {
    line-height: 1.8;
    margin-bottom: 30px;
}
.section1 .container .paper a .oneIssue p.date{
    margin-bottom: 0px;
    margin-top: 0px;
    color: #b48932;
}
.section1 .container .paper a .oneIssue p{
    color: #666;
}
.section1 .container .paper a .oneIssue img {
    margin-bottom: 10px;
}

.section1 .container .paper a:hover .oneIssue p {
    color: #b48932;
}

.section1 .container .paper a:hover .oneIssue img {
    opacity: 0.8;
}

.section1 .pageController{
    margin-top: 30px;
}
.section1 .pageController .arrows{
    display: inline-block;  
    width: 13px;
    height: auto;
    cursor: pointer;
     margin-left: 30px;
    margin-right: 30px;
    position: relative;
    top:-2px;
}
.section1 .pageController .arrows:hover{
    opacity: 0.8;
   
    
}
.section1 .pageController .pageNum{
    display: inline-block;   
}