﻿html, body {
    background-color: #f9f9f9;
    font-size: 0.9rem;
    height: 100%;
    color: #666666;
}

li {
    list-style: none;
}

.padding0_5 {
    padding: 0.5rem;
}

.padding1 {
    padding: 1rem;
}

.padding1_left_right {
    padding: 0 1rem 0 1rem;
}

.padding1_left_right_bottom {
    padding: 0 1rem 1rem 1rem;
}

.padding1_5 {
    padding: 1.5rem;
}

.h0_1rem {
    height: 0.1rem;
}

.h0_5rem {
    height: 0.5rem;
}

.h1rem {
    height: 1rem;
}

.h1_5rem {
    height: 1.5rem;
}

.h2rem {
    height: 2rem;
}

.heightline {
    height: 0.05rem;
    background-color: #f0f0f0;
}

.webColor {
    color: #e70012;
}
.webBgColor {
    background-color: #e70012;
}

.white{
    color:white;
}

.c333 {
    color: #333333;
}

.c999{
    color:#999;
}

.bold {
    font-weight: bold;
}

.rem1 {
    font-size: 1rem;
}

.rem1_2 {
    font-size: 1.2rem;
}

.rem1_3 {
    font-size: 1.3rem;
}

.rem1_5 {
    font-size: 1.5rem;
}
.rem2{
    font-size:2rem;
}

.lineHeight150 {
    line-height: 150%;
}

.wordLine {
    word-wrap: break-word;
    word-break: break-all;
}

.divWidth {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

    .divWidth:after {
        content: ".";
        display: block;
        height: 0px;
        clear: both;
        visibility: hidden;
    }

.divLeft {
    margin-left: auto;
    margin-right: auto;
    float: left;
}

    .divLeft:after {
        content: ".";
        display: block;
        height: 0px;
        clear: both;
        visibility: hidden;
    }

.divRight {
    margin-left: auto;
    margin-right: auto;
    float: right;
}

    .divRight:after {
        content: ".";
        display: block;
        height: 0px;
        clear: both;
        visibility: hidden;
    }

.divWidthTop {
    top: 0;
    position: fixed;
    width: 100%;
    border-bottom: 0.1rem solid #e3e3e3;
}

    .divWidthTop:after {
        content: ".";
        display: block;
        height: 0px;
        clear: both;
        visibility: hidden;
    }

.left{
    text-align:left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.newsRead {
    font-size: 1.1rem;
    line-height: 2rem;
    word-wrap: break-word;
    word-break: break-all;
    padding: 1.1rem;
}

    .newsRead p, .newsRead span, .newsRead br, .newsRead a:link, .newsRead a:visited, .newsRead a:hover {
        font-size: 1.1rem;
        line-height: 2rem;
        word-wrap: break-word;
        word-break: break-all;
        color: #333;
        padding:0.2rem 0 0.2rem 0;
    }

    .newsRead H2 {
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 3rem;
    }

    .newsRead H1 {
        font-size: 1.3rem;
        font-weight: bold;
        line-height: 2.6rem;
    }

    .newsRead p img {
        max-width: 90%;
        background-color: #ffffff;
        padding: 0;
        border: 0;
    }

.normalTable {
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0rem;
    width: 100%;
}

.normalTableNoWidth {
    border: 0rem;
    border-collapse: collapse;
    border-spacing: 0rem;
}

/*link*/
a:link {
    color: #3c3c3c;
    text-decoration: none;
}

a:visited {
    color: #3c3c3c;
    text-decoration: none;
}

a:hover {
    color: #e70012;
    text-decoration: underline;
}

a:active {
    color: #3c3c3c;
    text-decoration: none;
}
/*link*/