﻿@charset "utf-8";
@charset 'UTF-8';

* {
    margin: 0;
    padding: 0;
}

*html {
    background-image: url(about:blank);
    background-attachment: fixed;
}


a {
    cursor: auto;
    text-align: left;
    text-decoration: none;
    color: #333;
}

@-moz-document url-prefix() {
    a:link {
        cursor: pointer;
    }
}

a:visited {
    color: #000;
}

ul, li, ol {
    list-style: none;
}

img {
    vertical-align: middle;
    border: none;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}


section {
    display: block;
    margin:0 auto;
}

hr {
    border: none;
    border-bottom: solid 1px #ddd;
}










.module {
    margin: 0px auto;
}

.module li div {
    display: block;
    width: 90%;
    height: 300px;
    margin: 0 auto;
    border: solid 1px #a5cefe;
}

.module li div h1 {
    font-size: 24px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: #268ff0;
}

.module li div p {
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    padding: 15px 0;
}

.module li div p i {
    display: inline-block;
    width: 50px;
}

.module li div hr {
    width: 80%;
    height: 1px;
    margin: 0 auto;
    border: none;
    border-bottom: solid 1px #a5cefe;
    *display: block;
}

.module li div a:hover {
    text-decoration: underline;
    color: #268ff0;
}

.module li.right p {
    line-height: 1.6;
    *line-height: 1.4;
    *padding: 12px 0;
}

.module li.left p {
    padding: 16px 0;
    *padding-bottom: 0;
}

    .module li {
        float: left;
        width: 33.3%;
        margin: 1em auto;
    }

    .module li div {
        width: 98%;
    }