.service { margin: 35px 0 70px 0;}
.service-title { font-size: 28px; color: #fff; border-left: 18px solid #650B0D; line-height: 160%; padding: 7px 0; padding-left: 20px; font-weight: bold;
background: rgba(203,20,29,1);
background: -moz-linear-gradient(top, rgba(203,20,29,1) 0%, rgba(143,17,19,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(203,20,29,1)), color-stop(100%, rgba(143,17,19,1)));
background: -webkit-linear-gradient(top, rgba(203,20,29,1) 0%, rgba(143,17,19,1) 100%);
background: -o-linear-gradient(top, rgba(203,20,29,1) 0%, rgba(143,17,19,1) 100%);
background: -ms-linear-gradient(top, rgba(203,20,29,1) 0%, rgba(143,17,19,1) 100%);
background: linear-gradient(to bottom, rgba(203,20,29,1) 0%, rgba(143,17,19,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb141d', endColorstr='#8f1113', GradientType=0 );
}
.service-content { margin-top: 15px;}
.service-content-pd { padding: 0 74px;}
.service-text { font-size: 17px; font-weight: bold; line-height: 160%; color: #231815;}
.service-tag { color: #CB141D; font-size: 15px; margin-top: 5px; line-height: 160%;}
.service-tag ul li { display: inline-block; padding-right: 10px;}
.service-photo { margin: 0 5px; margin-top: 10px; font-size: 13px; line-height: 160%; display: inline-block; vertical-align: top;}
.service-photo span { display: block; vertical-align: top; margin-top: 5px;}
.service-photo-left { float: left;}
.service-left { width: 50%; display: inline-block; vertical-align: top; padding-right: 50px;}
.service-right { width: 50%; display: inline-block; vertical-align: top;}
.service-tit { display: inline-block; background: #CB141D; font-size: 19px; color: #fff; line-height: 160%; padding: 5px 35px; margin-bottom: 10px;}
.service-left-row { padding: 15px 0; border-bottom: 1px solid #CB141D;}
.service-left-row:last-child { border-bottom: none;}
.service-tit2 { font-size: 18px; color: #CB141D; position: relative; margin: 5px 0;}
.service-tit2 span { display: inline-block; background: #fff; padding-right: 20px; position: relative; z-index: 2;}
.service-tit2:after { content: ""; width: 100%; height: 1px; background: #CB141D; position: absolute; bottom: 10px;left: 0;}

@media screen and (max-width:767px) {
  .service { margin: 15px 0 30px 0;}
  .service-title { font-size: 16px; border-left: 9px solid #650B0D;  padding-left: 10px;}
  .service-content { margin-top: 10px;}
  .service-content-pd { padding: 0;}
  .service-text { font-size: 14px;}
  .service-tag { font-size: 14px;}
  .service-photo { margin: 0; font-size: 14px; text-align: center; margin-top: 10px; width: 100%;}
  .service-left { width: 100%; padding-right: 0px;}
  .service-right { width: 100%;}
  .service-tit { font-size: 16px;}
  .service-left-row { padding: 10px 0;}
  .service-tit2 { font-size: 16px; margin-top: 20px;}
}
