@charset "utf-8";



.col{ width: 240px; float: left; position: relative; }
.col::after{ content: ' '; width:1px; height: 100%; background-color: #c2c2c2; position: absolute; left:10px; top:0;  z-index: 10;}
.col::before{ content: ' '; width: 10px; height: 21px; background-color: #e2eff7;position: absolute; left:5px; top:0; z-index: 20; }
.col h3,.col p{ width: 400px; height: 48px; line-height: 48px; font-weight: normal; font-size: 16px; overflow: hidden; padding-left:10px; position: relative; z-index: 100;}
.col h3 span{ display: inline-block; margin-left:-4px; color: #c10d0c; }
.col p{ height: 36px; line-height: 36px; font-size: 14px; padding-left:10px; width:220px; }
.col h3,.col p span{ color: #c10d0c; }

.other{ width: 1200px; height: auto; line-height: 30px; font-size: 16px; text-align: center; margin-top: 80px;  padding-bottom: 50px;}













