.pictitle6{float: left; width: 90%; margin: 0px 5% 0px 5%;}

.pictitle6 .content{float: left; width: 100%;}
.pictitle6 .content .title{float: left; width: 100%; height: 50px; display: flex; justify-content: space-between; align-items: center; text-align: center;}
.pictitle6 .content .title .dd1{height: 1px; background-color: #5a9140; flex-grow: 1; margin: 0px 12px 0px 0px;}
.pictitle6 .content .title .dd{width: 540px; height: 53px;}
.pictitle6 .content .title .dd img{width: 100%;}
.pictitle6 .content .title .dd3{height: 1px; background-color: #5a9140; flex-grow: 1; margin: 0px 0px 0px 12px;}
.pictitle6 .content .text{float: left; width: 100%; margin: 20px 0px 0px 0px; text-align: center; font-size: 16px; color: #1d5203; letter-spacing: 0px;}

.pictext6{float: left; width: 90%; margin: 0px 5% 0px 5%;}
.pictext6 .news{float: left; width: 100%; margin: 0px 0px 0px 0px;}
.news-w-left{margin-left: 1.2%;}
.pictext6 .news .show{float: left; width: 24.1%; margin-top: 30px;}

.pictext6 .news .show .image{float: left; width: 100%; cursor: pointer;}
.pictext6 .news .show .image img{width: calc(100% - 10px); border: 1px solid #c9c9c9; padding: 4px 4px 4px 4px; height:auto; display:block; cursor: pointer; transition: all ease 0.5s;}
.pictext6 .news .show .text{float: left; width: calc(100% - 20px); padding: 0px 10px 0px 10px; height: 60px; line-height: 60px; border-bottom: 1px solid #c9c9c9; text-align: center; font-size: 15px; color: #333; transition: all ease 0.5s; overflow: hidden;}
.pictext6 .news .show:hover .image img{border: 1px solid #068e8e; filter: brightness(75%);}
.pictext6 .news .show:hover .text{background: #444; border-bottom: 1px solid #068e8e; color: #fff;}
.pictext6 .news .show .brief{display: none;}