.detail-head .header-R .showContent .btnArea button:last-child,
.detail-head .header-R .showContent .btnArea a:last-child {
    background: #15589f;
    border-color: #15589f;
}



.showContent {
    margin-left: 100px;
    padding-top: 20px;
}

.showContent div {
    margin-top: 30px;
}

.showContent .title {
    font-size: 26px;
    font-weight: bold;
    color: #464646;
}

.showContent .content-top {
    font-size: 14px;
    color: #8d8d8d;
}

.showContent .content-botom {
    font-size: 14px;
    color: #666666;
}


@media(max-width:1400px){
	.showContent .title{font-size: 22px;}
	.detail-head .header-R .showContent .btnArea button, .detail-head .header-R .showContent .btnArea a{font-size:14px;}
	.detail-content>div ul.h2 li a{font-size:14px;}
}