﻿.btn-more span a, .module .details .item .title a {
    text-decoration: none;
    transition: color .3s linear;
    font-size: 15px;
}

#alertdiv2, #alertdiv5, .btn-more {
    text-align: center
}

.main {
    width: 1200px;
    margin: 120px auto 70px;
    overflow: hidden
}

#main .article_content {
    width: 790px
}

#main .module {
    margin-left: 1em;
    font-size: 1.2em
}

#main .module header .title {
    font-size: 1.2em;
    font-weight: 700;
    margin: 1em 0
}

.module h2.title {
    font-size: 20px;
    font-weight: 400;
    padding-left: 86px
}

.module .sub-title {
    font-weight: 400
}

.module > div {
    margin-bottom: 2em
}

.module > div.last {
    margin-bottom: 0
}

.module .details {
    padding-left: 1em
}

.module .details .container {
    border-left: 1px solid #e4e0e0;
    padding-top: 3em
}

.module .details .container .info_sub_title {
    margin-left: 5em
}

.module .details .container .info_sub_title .sub_title {
    font-size: 18px;
    font-weight: 400
}

.module .details .first {
    padding-top: 0
}

.module .details .list {
    border-bottom: 1px solid #e4e0e0;
    padding: 1em 0 3em 5em
}

.module .details .list_finance {
    border-bottom: none;
    padding-bottom: 1em
}

.module .details .last .list {
    padding-bottom: 0;
    border-bottom: none
}

.module .details .last .list_finance {
    border-bottom: none;
    padding-bottom: 1em
}

.module .details .item {
    line-height: 2em
}

.module .details .item .title {
    color: #5e6267
}

.module .details .item .title a {
    color: #5e6267;
    display: inline-block;
    width: 525px;
    line-height: 2em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle
}

.module .details .item .title a:hover {
    color: #0457b7
}

.module .details .item .date {
    color: gray;
    float: right;
    position: relative;
    right: 5px
}

.module .details .year {
    position: relative;
    left: -1em;
    float: left;
    background-color: #fff;
    font-size: 1.2em
}

.btn-more {
    border: 1px solid #e4e0e0;
    cursor: pointer;
    margin-left: 1em
}

.btn-more span {
    line-height: 2.5em
}

.btn-more span a {
    color: #5e6267
}

.btn-more span a:hover {
    color: #0457b7
}

#alertdiv1 {
    border: 2px solid #0457b7;
    padding: 10px
}

#alertdiv2 {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px
}

#alertdiv3 {
    overflow: auto;
    height: 350px;
    padding: 0 5px 5px;
    text-align: justify;
    text-justify: inter-ideograph;
    border: 1px solid #AAA
}

#alertdiv4 {
    padding: 10px 0 5px
}

#alertdiv5 {
    padding-left: 30px
}