

.newsd-container{
    width: 100%;
}
    .newsd-main{
        max-width: 1280px;
        margin: 0 auto;
    }
        .newsd-main>h1{
            font-size: 22px;
            text-align: center;
            color: #13912c;
            font-weight: 400;
            margin-bottom: 0.8%;
        }
        .newsd-main>p{
            font-size: 12px;
            color: #666;
            text-align: center;
            padding-bottom: 2%;
            border-bottom: 1px dashed #ddd;
            margin-bottom: 2%;
        }
    .newsd-text{
        padding-bottom: 4%;
        margin-bottom: 2%;
        border-bottom: 1px dashed #ddd;
    }


.newsd-share{height: 26px;
    margin-bottom: 2%;
}
.newsd-other{
    position: relative;
    margin-bottom: 5%;
}
    .newsd-other ul{
        display: inline-block;
    }
        .newsd-other ul li{
            display: block;
        }
        .newsd-other ul li a{ 
            font-size: 16px;
            color: #333;
            line-height: 30px;
        }
        .newsd-other ul li a:hover{ 
           color: #13912c;
        }
        .newsd-other>a{
            position: absolute;
            right: 0%;
            font-size: 16px;
            padding: 0.5% 2%;
            border: 1px solid #13912c;
            color: #13912c;
        }
        .newsd-other>a:hover{
            background: #13912c;
            color: white;
        }



.newsd-text{
	height: auto !important;
}

@media(max-width:1280px){
    .newsd-container{
        padding: 0 2%;
        width: 96%;
    }
}

@media(max-width:760px){
.newsd-text p{
text-indent: 0 !important;
}
.newsd-text img{
	display: inline-block !important;
	max-width:100% !important;    height: auto !important;
}

}
@media(max-width:540px){
    .newsd-other ul{
        display: block;
    }
    .newsd-other>a{
        position: static;
        display: inline-block;
        padding: 2% 4%;
        margin-top: 2%;
    }
}