@import "base.css";

.doc{
    padding: 20px 0;
    display: flex;
}

.doc-left{
    width: 250px;
}

.doc-right{
    flex: 1;
    margin-left: 20px;
}

.widget-pro .widget-header{
    height: 90px;
    line-height: 1em;
    border: none;
    margin: 0;
    padding: 0;
    background-color: #007B3F;
    position: relative;
    padding-left: 60px;
    padding-top: 25px;
}

.widget-pro .widget-header::before{
    position: absolute;
    top: 50%;
    left: 20px;
    color: #fff;
    width: auto;
    line-height: 1em;
    font-size: 50px;
    font-family: "微软雅黑";
    content: 'P';
    margin-top: -25px;
}

.widget-pro .widget-header .title{
    line-height: 1em;
    font-size: 20px;
    color: #fff;
}

.widget-pro .widget-header .en-title{
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    margin: 8px 0 0 0;
}

.widget-pro .widget-body{
    background-color: #42984D;
}

.widget-pro .widget-body ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-pro .widget-body ul li{
    position: relative;
    padding-left: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.widget-pro .widget-body ul li:last-child{
    border: none;
}

.widget-pro .widget-body ul li::before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30px;
    background: url('../img/icon-1.png') center center no-repeat;
    content: '';
}

.widget-pro .widget-body ul li a{
    display: flex;
    height: 50px;
    align-items: center;
    color: #FFFFFF;
    font-size: 14px;
}

.widget-content{
    margin-top: 20px;
}

.widget-content .widget-header{
    display: flex;
    justify-content: center;
    height: 36px;
    align-items: center;
    background-color: #007B3F;
    color: #FFFFFF;
    border-radius: 6px 6px 0 0;
}

.widget-content .widget-body{
    border: 1px solid #42984D;
    background: url('../img/contact-bg.png') center 0 no-repeat;
    padding: 100px 10px 10px;
    font-size: 13px;
}

.widget-body .widget-header{
    background-color: #007B3F;
    display: flex;
    height: 36px;
    align-items: center;
    color: #FFFFFF;
    padding: 0 10px;
}

.widget-body .widget-header .title{
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}

.widget-body .widget-header .breadcrumb{
    margin-left: auto;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-size: 14px;
}

.widget-body .widget-header .breadcrumb i{
    font-style: normal;
    margin: 0 8px;
    font-family: Arial;
}

.widget-body .widget-header .breadcrumb a{
    color: #ffffff;
}

.widget-body .widget-body{
    border: 1px solid #e8e8e8;
    border-top: none;
    padding: 20px;
}

.widget-body .widget-body .onepage{
    line-height: 1.8;
}

.widget-body .widget-body .prod-list{
    overflow: hidden;
}

.widget-body .widget-body .prod-list ul{
    list-style: none;
    margin: -30px -15px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.widget-body .widget-body .prod-list ul li{
    width: 50%;
    padding: 0 15px;
    margin-top: 30px;
}

.widget-body .widget-body .prod-list ul li a{
    display: block;
}

.widget-body .widget-body .prod-list ul li a .img{
    border: 2px solid #e8e8e8;
}

.widget-body .widget-body .prod-list ul li a .img img{
    width: 100%;
}

.widget-body .widget-body .prod-list ul li a .title{
    display: block;
    line-height: 1.8;
    text-align: center;
    padding: 8px 10px;
}

.wenzhang .title {
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: rgba(0,0,0,.85);
}

.wenzhang .info {
    line-height: 30px;
    font-size: 15px;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px dashed #f2f2f2;
    background-color: #f8f8f8;
    overflow: hidden;
    margin-top: 15px;
    color: #666666;
}

.wenzhang .info span {
    margin-right: 30px;
}

.wenzhang .info span.size {
    margin-right: 0;
}

.wenzhang .info span.size em {
    font-style: normal;
    padding: 0 5px;
    cursor: pointer;
}

.wenzhang .info span.size em.active,
.wenzhang .info span.size em:hover {
    color: #4990e2;
}

.wenzhang .info span.word i{
    font-style: normal;
}

.wenzhang .info span.word:hover i{
    color:#dc0000;
    cursor: pointer;
}

.wenzhang .content {
    padding: 25px 0 0;
    line-height: 1.8;
    min-height: 300px;
}

/*
 * .wenzhang .content p 样式定义
 *
 * 该样式用于设置文章内容段落的文本格式。
 * - line-height: 2; 设置行高为2，增强可读性。
 * - color: #000000; 设置文本颜色为黑色。
 * - text-align: justify; 设置文本对齐方式为两端对齐。
 */
.wenzhang .content p{
    line-height: 2;
    color: #000000;
    text-align: justify;
}

.wenzhang .content.big {
    font-size: 18px !important;
}

.wenzhang .content.default {
    font-size: 16px !important;
}

.wenzhang .content.small {
    font-size: 14px !important;
}

.wenzhang .content p:first-child {
    margin-top: 0;
}

.wenzhang .content p:last-child {
    margin-bottom: 0;
}

.wenzhang .content img {
    max-width: 700px;
    height: auto;
    /*max-height: 600px;*/
    margin: 16px auto;
    display: block;
}

.wenzhang .content video{
    max-width: 700px;
}

.wenzhang .fr-view .fr-file::after{
    display: none;
}

.wenzhang .content table,
.onepage table{
    border-collapse: collapse;
    border: 1px solid #e8e8e8;
}

.wenzhang .content table td,
.wenzhang .content table th,
.onepage table td,
.onepage table th{
    border: 1px solid #e8e8e8;
    padding: 10px 0;
}

.wenzhang .end-text{
    overflow: hidden;
}

.wenzhang .end-text .box{
    float: right;
    margin-right: 32px;
    font-size: 16pt;
    line-height: 2;
}

.wenzhang .end-text .box .text{
    text-align: center;
}

.wenzhang .url {
    margin-top: 20px;
    padding: 16px 0 16px 16px;
    border-top: 1px dashed #e0e1dc;
    border-bottom: 1px dashed #e0e1dc;
    color: #999;
    font-weight: normal;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wenzhang .adjoin {
    border-bottom: 1px dashed #e0e1dc;
    padding: 8px 0;
}

.wenzhang .adjoin ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wenzhang .adjoin ul li {
    padding-left: 16px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    font-size: 14px;
}

.wenzhang .adjoin ul li a {
    color: #4b8fe2;
}

.widget-body .widget-body .news-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-body .widget-body .news-list ul li{
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #e8e8e8;
}

.widget-body .widget-body .news-list ul li a{
    display: flex;
    align-items: center;
}

.widget-body .widget-body .news-list ul li:hover{
    background-color: #f5f5f5;
}

.widget-body .widget-body .news-list ul li a .left{
    flex: 1;
}

.widget-body .widget-body .news-list ul li a .left .title{
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}

.widget-body .widget-body .news-list ul li a:hover .left .title{
    color: #008C69;
}

.widget-body .widget-body .news-list ul li a .left .info{
    color: #666666;
    line-height: 1.8;
    margin-top: 10px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.widget-body .widget-body .news-list ul li a .img{
    width: 120px;
    height: 90px;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.widget-body .widget-body .news-list ul li a .img img{
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}