﻿
.lanren{
    width:100%;
    background: #fff;
}
.subtitle {
    font-size: 14px;
    text-align: center;
}

.dragscroll {
    overflow: auto;
}

.vertical.dragscroll {
    width: 100%;
    max-height: 170px;
	position:relative;
}
.dragscroll h3{
	font-size:20px;
	text-align:center;
	padding-bottom:20px;
}
.dragscroll .p_content2{ line-height:18px;padding-bottom:20px;}

.free.dragscroll {
    float: right;
    width: 400px;
    height: 400px;
}

.horizontal.dragscroll {
    margin-top : 10px;
    width: 700px;
    margin-left: auto;
    background-color: #000000;
    margin-right: auto;
}

.free, .horizontal {
    cursor : -webkit-grab;
    cursor : -moz-grab;
    cursor : -o-grab;
    cursor : grab;
}


.free:active, .horizontal:active {
    cursor : -webkit-grabbing;
    cursor : -moz-grabbing;
    cursor : -o-grabbing;
    cursor : grabbing;
}


