* {
    font-size: 14px;
    font-family: "微软雅黑";
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
}

ul {
    list-style: none;
}

.l {
    float: left;
}

.r {
    float: right;
}

.clear::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0
}

.title {
    margin: 0 auto;
    text-align: center;
    width: 20%;
    position: relative;
}

.title::after {
    content: "";
    position: absolute;
    right: -30%;
    top: 50%;
    width: 50%;
    height: 2px;
    background-color: #0d8346;
}

.title::before {
    content: "";
    position: absolute;
    left: -30%;
    top: 50%;
    width: 50%;
    height: 2px;
    background-color: #0d8346;
}

.title>h2 {
    font-size: 2rem;
    line-height: 3rem;
    height: 3rem;
    overflow: hidden;
}

/* 通栏大图 */

.bigimg {
    width: 100%;
}

.bigimg img {
    width: 100%;
    display: block;
}


/* 图文详情 */

.details {
    padding: 3% 0%;
}

.details_content {
    margin-top: 3%;
}

.details_content .div_tit {
    text-align: center;
    line-height: 3rem;
    font-size: 1.4rem;
    font-weight: bold;
    overflow: hidden;
    padding-bottom: 15px;
}

.details_content .text {
    text-align: left;
    margin-bottom: 5%;
    min-height: 400px;
}

p.tit {
    color: #008641;
    line-height: 2rem;
    font-size: 1.2rem;
}

.box_left>p {
    border-bottom: 1px solid #f5f5f5;
}

.box_left>p>span {
    float: right;
    font-size: 0.8rem;
    color: #666;
    line-height: 2.5rem;
}

.box_left {
    width: 70%;
}

.box_right {
    width: 20%;
}

.box_right dt {
    line-height: 3rem;
    font-size: 1.2rem;
    font-weight: bold;
    border-bottom: 1px dashed #666;
    margin-bottom: 5%;
}

.box_right dl {
    margin-bottom: 5%;
}

.box_right dd {
    width: 100%;
    display: inline-block;
    line-height: 1.5;
    height: 24px;
    overflow: hidden;
}

.box_right dd a {
    color: #4c4c4c;
    transition-duration: .5s;
}

.box_right dd a:hover {
    color: #008641;
}

.details_content_b {
    margin-top: 3%;
}

.details_content_b p {
    overflow: hidden;
    height: 30px;
    line-height: 2;
}

.details_content_b p a {
    color: #c5c5c5;
    transition-duration: .5s;
}

.details_content_b p a:hover {
    color: #0d8346;
}

