/* 单篇 */
.main{
    background: url(../images/neiyebg.png) no-repeat;
    background-size: cover;
}
.m-container {
    min-height: 700px;
    position: relative;
}

.banner-img {
    height: 470px;
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.m-container {
    padding: 80px 0;
}

.main-l {
    position: absolute;
    width: 19.5%;
    top: -102px;
    left: 0;
}

.main-r {
    width: 77%;
}

.colmunname {
    padding: 30px 0;
    background-color: #419038;
    font-size: 32px;
    font-family: "Microsoft YaHei";
    color: #fff;
    text-align: center;
    border-radius: 0px 35px 0 0;
}

.colmunname i {
    display: inline-block;
    margin-right: 20px;
}

.daohang>ul>li{
    position: relative;
}
.daohang li a{
    background-color: #f2f2f2;
    text-align: center;
}

.daohang li a {
    display: block;
    padding: 20px 0;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: #333;
    font-weight: bold;
    border-left: 6px solid transparent;
}

.daohang .active{
    color: #419038;
    background-color: #fcfcfc;
    border-left: 6px solid #419038;
}

.daohang li a:hover {
    color: #419038;
    background-color: #fcfcfc;
    border-left: 6px solid #419038;
}
.daohang ul i {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    right: 3%;
    top: 12px;
}
.daohang ul i::after{
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #419038;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%);
}
.daohang .ej{
    display: none;
    max-height: 240px;
    overflow: auto;
}

.danpian h1 {
    position: relative;
    margin-bottom: 80px;
    font-size: 36px;
    font-family: "Microsoft YaHei";
    color: #419038;
    font-weight: bold;
    line-height: 1.333;
    text-align: center;
    background: url(../images/danpian1.png) center no-repeat;
    background-size: 130% 11px;
}
.danpian p {
    margin-bottom: 5px;
margin-top:5px;
    font-size: 18px !important;
    color: rgb(0, 0, 0);
    line-height: 200% !important;
    text-indent: 2em;
   text-align: justify;
  font-family: 宋体 !important;
}

/* 列表 */
.mianbaoxie {
    padding: 20px 0 20px 30px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    background: url(../images/mbxbg.png) 1.5% center no-repeat #f2fcf1;
}

.mianbaoxie a {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
}
.mianbaoxie span{
    line-height: 1.6;
}
.list-items li {
    padding: 20px 0;
    border-bottom: 1px solid #f5e6e9;
}

.list-items li a {
    width: 78%;
    display: inline-block;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-items li span {
    float: right;
    padding: 0px 15px;
    display: block;
    border-radius: 13px;
    background-color: #f2fcf1;
    font-size: 16px;
    font-family: "Georgia";
    color: #999;
    line-height: 1.6;
}

.list-items li:hover a {
    color: #419038;
    font-weight: bold;
}

.list-items li:hover span {
    background-color: #419038;
    color: #fff;
}
/* 内容 */
.contentbox {
    padding: 40px 0;
}

.content {
    margin-top: 40px;
}

.content h1 {
    margin-bottom: 20px;
    padding: 20px 0;
    border-bottom: 1px dashed #d0d0d0;
    font-size: 36px;
    font-family: "Microsoft YaHei";
    color: #419038;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.content .txtinfo {
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
    line-height: 1.2;
    text-align: center;
}

.content p,.content div{
    margin-bottom: 40px;
    font-size: 18px !important;
        font-family: 宋体 !important;
    color: rgb(51, 51, 51);
    line-height: 200% !important;
    text-align: left;
    text-indent: 2em;
margin-top: 5px;
    margin-bottom: 5px;
    text-align: justify;
}
.content .xt{
    text-indent: 0;
}
.content .author,
.content .date,
.content .contacts{
    margin-bottom: 10px;
    text-align: right;
}