.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("../images/icon_14.png") no-repeat right center;
}

.case {
    padding: 60px 0 72px 0;
}

.case .list {
    background-color: #FCFCFC;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
    margin-top: 30px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.case .list:hover{
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.6);
}

.case .list .l {
    float: left;
    width: 47.37%;
}

.case .list .r {
    float: right;
    width: 52.63%;
    padding: 30px;
}

.case .list h3 {
    font-size: 18px;
    line-height: 26px;
    color: rgba(2, 136, 209, 1);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.case .list p {
    font-size: 14px;
    line-height: 24px;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 10px;
    margin-top: 10px;
}

.case .list h5 {
    font-size: 14px;
    line-height: 24px;
    color: rgba(102, 102, 102, 1);
}

.case .list h5 span {
    color: #FF9600;
}

.program {
    padding: 70px 0 86px 0;
    background: url("../images/pic_35.png") no-repeat center;
    background-size: cover;
}

.program .l {
    float: left;
    max-width: 491px;
}

.program .l .desc a {
    display: block;
    width: 210px;
    height: 50px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(204, 204, 204, 1);
    text-align: center;
    line-height: 50px;
}

.program .l .desc p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin: 40px 0;
}

.program .r{
    float: left;
    margin-left: 90px;
}

.program .r .piece{
    float: left;
    padding: 10px 36px 20px;
    background-color: #fff;
    border-top: 2px solid #FF9600;
    width: 250px;
}


.program .r .piece h3{
    font-size:18px;
    line-height:24px;
    color:rgba(255,150,0,1);
    padding-bottom: 14px;
    margin-bottom: 17px;
    border-bottom:2px solid rgba(238,238,238,1);
    text-align: center;
}

.program .r .piece-1 li{
    float: left;
    width: 50%;
    font-size:14px;
    color: #666666;
    line-height: 34px;
    position: relative;
    padding-left: 14px;
}

.program .r .piece-1 li a:hover{
	color: rgba(255,150,0,1)
}

.program .r .piece-1 li:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background-color: #999999;
}

.program .r .piece-2{
    margin-left: 50px;
}

.program .piece-2 li{
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size:14px;
    color: #666;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

@media (max-width: 768px) {
	.case .list .r{
		padding: 10px
	}
}