.page-title {
    position: relative;
    padding-bottom: 10px;
}

.page-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background-color: rgba(2, 136, 209, 1);;
}

.page-title h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
}

.page-title p {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: rgba(102, 102, 102, 1);
}

.title {
    position: relative;
}

.title .l {
    float: left;
}

.title .r {
    float: right;
    position: absolute;
    right: 0;
    bottom: 10px;
}

.title .r a {
    display: block;
    height: 26px;
    font-size: 18px;
    line-height: 26px;
    color: rgba(102, 102, 102, 1);
    padding-right: 30px;
    background: url("../img/icon_14.png") no-repeat right center;
}

.video{
    padding-top: 60px;
}
.video .list > div{
    position: relative;
    margin-top: 30px;
}

.video .list p{
	text-align: center;
	padding: 15px 0;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

.video .list .play{
    position: absolute;
    left: 20px;
    bottom: 10px;
}

.video .list .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0);
}

.video .list:hover .mask{
    background-color: rgba(0,0,0,0.3);
}

.video-3{
    padding-bottom: 90px;
}