.news {
    margin-bottom: 20px;
}
.news > div {
    padding: 20px 0;
}
.news > .group {
	padding: 20px 0;
	border-bottom: 1px dotted #ABABAB;
    display: inline-block;
    width: 100%;
}
.news > div:first-child {
    padding-top: 0;
}
.news > div img {
    display: block;
    float: left;
    width: 140px;
}
.news > div > div {
    margin-left: 160px;
    margin-top: -4px;
}
.news > div > div p:first-child {
    font-size: 1.16667em;
}
.single_news {
    padding: 15px 0 40px;
}
.single_news p {
    margin-bottom: 9px;
}
.single_news > div {
    margin-left: 320px;
    position: relative;
    top: -4px;
}
.single_news > div:first-child {
    float: left;
    margin-left: 0;
    top: 0;
    width: 300px;
}
.news .date, .single_news .date {
    color: #ababab;
    font-size: 1.16667em;
    font-style: italic;
	margin: 6px 0;
}
.single_news > div:first-child > div:first-child {
    height: 300px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
}
.single_news > div:first-child > div:first-child img {
    display: block;
}
.single_news > div:first-child > div:first-child .ico {
    background-position: 0 -485px;
    cursor: pointer;
    height: 24px;
    left: 271px;
    top: 271px;
    width: 24px;
}

.news {
    margin-top: 30px;
}
.news li {
    float: left;
    list-style: none outside none;
    width: 49%;
	margin-right: 1%;
}
.news li:nth-child(2n) {
	margin-right: 0;
    margin-left: 1%;
}
.news .item {
    border-bottom: 1px dotted #ababab;
    font-size: 12px;
    margin-bottom: 15px;
    min-height: 60px;
    overflow: hidden;
    padding: 0 10px 15px 0;
    position: relative;
}
.news li:nth-child(13) .item, .news li:nth-child(14) .item {
    border-bottom: 0 none;
}
.news .item .preview {
	float: left;
    width: 80px;
	margin-right: 8px;
}
.news .item .desc {
    height: 86px;
    overflow: hidden;
}
.news .item .preview img {
    height: auto;
    width: 80px;
}
.news .item .date {
    color: #ababab;
    font-style: italic;
    padding-right: 5px;
}
.news .item .title a {
    color: #568ebd;
    text-decoration: none;
}
.news .item .title a:hover {
    text-decoration: underline;
}
.news .item .text {
    color: #484848;
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
}

.news-filter {
    float: left;
    width: 200px;
    padding-bottom: 20px;
}

.head-filter {
    margin-bottom: 10px;
}
.news.news-detail {
    margin-left: 200px;    
    border-left: 1px dotted #ABABAB;
    padding-left: 20px;
}

.news-filter a {
    text-decoration: none;
    border-bottom: 1px dotted;
}
.news-filter ul {
    margin: 10px 0;
}
.news-filter li {
    margin: 5px 0 5px 10px;
}
.news-filter li a {
}
.single_news .date .share {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.single_news .date .share .share-list {
    left: 0;
    right: auto;
}