body {
    background-image: url('/resources/images/backgrounds/background_4.jpg');
    background-repeat: no-repeat;
    background-position-y: -400px;
    background-color: white;
    height: auto;
}
main {
    background-color: white;
    background-image: url('/resources/images/backgrounds/background_logo.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40% 80%;
    position: absolute;
    height: 100%;
}
main .left {
    width: 35%;
    display: inline-block;
    float: left;
    height: 100%;
    padding: 5%;
}
main .left img {
    width: 100%;
    height: auto;
}
main .right {
    width: 45%;
    display: inline-block;
    float: left;
    height: 100%;
    padding-left: 5%;
    padding-right: : 5%;
    padding-top: 5%;
}
.title2 {
    margin-top: 60px;
}
.right .list {
    width: 100%;
    padding-top: 5%;
    height: 100px;
}
.right .list img{
    height: 100px;
    position: absolute;
    width: 150px;
}
.right .list h3{
    margin-left: 180px;
    position: relative;
}
.right .list p{
    margin-left: 180px;
    position: absolute;
}
.list:hover {
    cursor: pointer;
}