.news_all_contains{
    background:#acc440;
}
.news_bulletin{
    width:100%;
}
.news_bulletin ul{
    margin-bottom: 50px;
}
.news_bulletin .news_ul{
    height:1076px;
    overflow: hidden;
}
.news_bulletin .news_ul li{
    width: 100%;
    position:relative;
    height:215px;
}
.news_bulletin ul li.news_item:hover{
    transition: all 0.6s;
    background:#cdde83;
}
.news_bulletin ul li:hover a.news_itema{
    transition: all 0.6s;
    transform: translateX(-70px);
}
.news_bulletin ul li:hover a.news_itema h3{
    transition: all 0.6s;
    color:#000;
}
.news_bulletin ul li:hover a.news_itema .news_itemp{
    transition: all 0.6s;
    color:#343434;
}
.news_bulletin ul li a.news_itema {
    position: absolute;
    width: 1200px;
    display: block;
    padding: 35px 90px 35px 160px;
    border-bottom: 1px solid #c1d56a;
    height: 145px;
    left: 50%;
    margin-left: -725px;
}
.news_bulletin ul li a.news_itema .news_img_item{
    width: 220px;
    height: 145px;
}
.news_iteml{
    width: 220px;
    height: 145px;
    float:left;
    margin-right: 25px;
}
.news_itemr{
    float:left;
    width: 895px;
    height: 145px;
    color:#728426;
    font-size: 16px;
}
.news_itemr h3{
    color: #465214;
}
.news_itemr p span{
    font-size: 14px;
    margin-right: 14px;
}
.news_itemr p span img{
    width: 14px;
    height:14px;
}
.news_itemp{
    margin:12px 0;
    height:72px;
    line-height: 24px;
    width:100%;
    /*overflow: hidden;*/
}
.news_paging{
    width:100%;
}
/*文章显示及左侧导航样式*/
.fkyBg, .c-bBg {
    width: 118px;
    background-color: #ffbd00;
    padding: 0 5px;
    box-sizing: border-box;
    height: 64px;
}
.back_list{
    width:100%;
    height:110px;
    text-align: center;
    margin:50px 0 0;
}
.back_list_btn{
    display:inline-block;
    padding:10px 20px;
    font-size: 25px;
    font-family: ziti;
    font-weight: 900;
    color:#6f8025;
    background-color: #c0d467;
    border-radius: 20px;
    box-shadow: 5px 5px 8px #728824;
    cursor: pointer;
}
.back_list_btn:hover{
    background-color: #c0d789;
    color:#fff;
}
.iframe_box{
    width:100%;
    height:100%;
}
.c-back li a{
    cursor:pointer;
}
.c-bLeftBox li a{
    color: rgb(130, 71, 21);
}
.essay_tittle{
    width:1400px;
    margin:0 auto;
    padding:25px;
    text-align: center;
    border-bottom: 1px solid #b5cd51;
}
.essay_tittle h2{
    font-size: 28px;
    color:#454f19;
    margin-bottom: 28px;
}
.essay_tittle h5{
    color:#6f8025;
}