﻿@charset "utf-8";

.szjx-title h2{float: left; width: 292px; height: 48px; background: url(../images/szjx/title.jpg) no-repeat; font-size: 1.25em;}
.szjx-title h2 span{display: block; padding: 8px 0 0 80px; color: #fff; line-height: 40px; font-weight: bold;}
.szjx-list{padding: 0 2.5%;}
.szjx-list li{padding: 1em 0; line-height: 1.6; border-bottom: 1px solid #ebebeb;}
.szjx-list li p{position: relative; padding-left: 2em;}
.szjx-list li p:before{position: absolute; left: 0; top: -5px; margin-top: .8em; content: ""; width: 10px; height: 10px; background: #de151f; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
.szjx-list li p:after{position: absolute; left: 5px; top: -5px; margin-top: .8em; content: ""; width: 10px; height: 10px; background: #0154a2; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
.szjx-list li p a{display: inline-block; color: #0154a2;}

/*老年版样式*/
body.older .szjx-title h2{width: auto; height: auto; margin-bottom: 0; background: #0154a2;}
body.older .szjx-title h2 span{padding: 0 1em; line-height: 70px;}
body.older .szjx-list li p:before{top: -.375em; width: .75em; height: .75em;}
body.older .szjx-list li p:after{top: -.375em; left: .375em; width: .75em; height: .75em;}

