.content.wrap > .left {
    width: 68%;
}

.content.wrap > .right {
    width: 30%;
}

.news-info{
    margin-bottom: 40px;
}
.news-info li a{
    margin-bottom: 15px;
    transition: all 0.5s;
}
.news-info li:hover a{
    background-color: #efefef;
    transition: all 0.5s;
}
.news-info span.left {
    width: 40%;
    margin-right: 2%;
    overflow: hidden;
    height: 82px;
}

.news-info span.left img {
    width: 100%;
}

.news-info span.right {
    width: 58%;
}

.news-info span.title {
    display: block;
    font-size: 13px;
}

.news-info span.desc {
    color: #000;
    font-size: 12px;
}

.news{
    margin: 30px 0 10px;
    overflow: hidden;
}
.view-more{
    font-size: 13px;
    margin-top: 10px;
}
.primary h3{
    margin: 0 0 10px 0;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.about_menu h3 {
    font-size: 16px;
    color: #1D6FBE;
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px 0;
    padding: 10px 0;
}
.editor{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.editor img{
    max-width: 100%;
    height: auto !important;
    margin: 7px 0;
}
p.desc{
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: justify;
    margin-top: 15px;
    font-size: 14px;
}
.editor p{
    margin-bottom: 15px;
    line-height: 1.75em;
    font-size: 14px;
}
.new-item {
    padding: 0;
}
.new-item img, .new-item img:hover{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.new-item img{
    width: 100%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.new-item img:hover{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.related [class*=col-]{
    padding-left: 0;
    padding-right: 30px;
}
.nitem h4{
    margin: 15px 0 5px;
}
.nitem h4 a{
    font-size: 13px;
    line-height: 1.3em;
}
.nitem a{
    display: inline-block;
}
.nitem a:hover{
    text-decoration: underline;
}
.view-more{
    font-size: 13px;
}
.nitem p{
    text-align: justify;
    font-size: 0.9em;
}
.related{
    margin: 40px 0;
    float: left;
}
@media (max-width: 991px) {
    .nitem > a.new-item, .nitem > .desc{
        width: 100%;
    }
}
@media (max-width: 767px) {
	.content.wrap > .left, .content.wrap > .right {
	    width: 100%;
	}
	.about_menu {
		display: none;
	}

    .related{
        margin: 20px 0;
    }
}
@media (max-width: 480px) {
    .related .nitem{
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .related .nitem:last-child{
        margin-bottom: 0;
    }
}