.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;
}
.item{
    width: 100%;
    float: left;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}
.new-item {
    padding: 0;
}
.new-item img{
    width: 100%;
}
.item h4 a{
    font-size: 16px;
    line-height: 1.3em;
}
.item a:hover{
    text-decoration: underline;
}
.view-more{
    font-size: 13px;
}
.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;
}
.item > a.new-item{
    float: left;
    width: 40%;
    position: relative;
}
.item > a.new-item > span{
    position: absolute;
    top: 8%;
    left: 0;
    background-color: #1D6FBE;
    color: white;
    padding: 2%;
}
.item > .desc{
    float: right;
    width: 55%;
}
.item > .desc a{
    display: inline-block;
}
.item:first-child{
    padding-top: 0;
}
.item:first-child > a.new-item{
    width: 100%;
}
.item:first-child > .desc{
    width: 100%;
}
.item:last-child{
    border-bottom: 0;
}
.view-more{
    margin-top: 10px;
}
.item > .desc > p{
    font-size: 13px;
    text-align: justify;
    color: #555;
}

@media (max-width: 991px) {
    .item > a.new-item, .item > .desc{
        width: 100%;
    }
}
@media (max-width: 767px) {
	.content.wrap > .left, .content.wrap > .right {
	    width: 100%;
	}
	.about_menu {
		display: none;
	}
}