/* main */
.main{
    padding-bottom: 60px;
} 
.main-left{
    padding-top: 20px;
	margin: 0 auto;
}
.main-left>h2{
    line-height: 60px;
    text-align: center;
}
.main-left>p{
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #ababab;
}
.main-right{
    width: 305px;
    float: right;
    margin-left: 35px;
    background: #f4f4f4;
    padding-bottom: 220px;
}
.main-right .hotspot{
    padding: 35px 65px 45px 35px;
    border-bottom: 1px solid #dfdfdf;
}
.main-right .hotspot h4{
    font-size: 20px;
    line-height: 30px;
}
.main-right .hotspot>a{
    display: inline-block;
    width: 94px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-top: 10px;
    color: #575757;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #bfbfbf;
}
.main-right .hotspot>a:nth-of-type(odd){
    margin-right: 13px;
}
.main-right .hotspot>a:hover{
    background: red;
    color: #fff;
}
.main-right .hotspot1{
    padding: 35px 0px 45px 0px;
}
.main-right .hotspot1 h4{
    font-size: 20px;
    line-height: 30px;
    padding-left: 35px;
    margin-bottom: 20px;
}
.main-right .hotspot1 .img-box{
    display: block;
    width: 305px;
    height: 180px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}
.main-right .hotspot1 .img-box img{
    width: 100%;
    height: 100%;
    transition: all .6s;
}
.main-right .hotspot1 .img-box:hover img{
    transform: scale(1.1);
}
.main-right .hotspot1 .img-box span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .5);
}
.main-right .hotspot1 .text a {
    display: inline-block;
    font-size: 14px;
    line-height: 54px;
    border-bottom: 1px dashed #dfdfdf;
    padding-left: 32px;
}
.main-right .hotspot1 .text a span{
    width: 2px;
    height: 15px;
    display: inline-block;
    background: red;
    margin-right: 12px;
    vertical-align: middle;
    margin-top: -3px;
}

/* page */
.page{
    margin-bottom: 120px;
    margin-top: 60px;
}
.page .page-left{
    float: left;
    line-height: 32px;
    font-size: 14px;
}
.page .page-right{
    float: right;
}
.page .page-right .return{
    display: block;
    width: 170px;
    height: 38px;
    background: red;
    color: #fff;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
}