.doOne {
    margin-top: 60px
;}

.doTwo {
    margin-top: 30px;}

.feature > div> div {
    color border: 1px solid rgb(128, 128, 128);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 5px;
    transition: 0.3s;}

.news-item {
    padding: 0px 10px 0 10px;
    margin: 10px;
    height: 58px;
    width: auto;
    border-bottom: 2px dotted #555;}

.news-item>blockquote
{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;}
.news-item >blockquote>a{
    color: #333333;
    text-decoration: none;}

.aboutIntro{
    width: 100%;
    height: 100%;
    overflow: hidden;}
.aboutIntro p{
    text-align:justify;}

.showPicSet{
    width:100%;
    height:570px;}

@media screen and (max-width:1330px) {
    .imghvr-fade p{
        display:none;}
    .imghvr-fade h3{
        font-size:20px;}
    .imghvr-fade blockquote{
        font-size:15px;}
}