﻿@charset "utf-8";

.conbox {
    width: 1000px;
    padding: 20px 100px 50px;
}

.h-title {
    margin: 30px 0 50px;
    padding: 0 20px;
    text-align: center;
    font-size: 28px;
    color: #214aaa;
    font-weight: bolder;
}

.h-info {
    margin-bottom: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #404040;
    background: #fafafa;
    border: 1px solid #dedede;
    border-top: 2px solid #dedede;
    line-height: 27px;
}

.h-time {
    margin-right: 30px;
}

.h-info em {
    font-size: 14px;
    font-weight: normal;
    color: #404040;
    font-style: normal;
}

.main {
    margin: 0 0 22px 0;
    font-size: 18px;
    color: #404040;
    line-height: 36px;
}

.main p {
    margin-bottom: 15px;
}

#div_currpage {
    margin-top: 20px;
}

#div_currpage span {
    display: inline-block;
    width: 26px;
    height: 26px;
    font-size: 12px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    line-height: 26px;
    background-color: #348CEC;
}

#div_currpage a {
    display: inline-block;
    padding: 0 10px;
    height: 26px;
    font-size: 12px;
    color: #818181;
    text-align: center;
    line-height: 26px;
    background-color: #F1F3F5;
    transition: all .4s;
    -moz-transition: all .4s;
    ;
    /* Firefox 4 */
    -webkit-transition: all .4s;
    /* Safari å’Œ Chrome */
    -o-transition: all .4s;
    ;
    /* Opera */
}

#div_currpage a:hover {
    color: #FFF;
    background-color: #348CEC;
}