.news_cat {
}
.news_cat .page_title {
   border-bottom: 1px solid #CCCCCC;
    color: #0E5FA3;
    font-family: tahoma;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: none;
}

.news_cat .item {
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.news_cat .item_last {
    border-bottom:none;
}
.news_cat .item .frame_left {
    float: left;
    width: 20%;
}

.news_cat .item .frame_img{
   margin-right: 20px;
}
.news_cat .item .frame_right {
    float: right;
    width: 80%;
}

.news_cat .cat_title > a {
	 color: #0E5FA3;
    font-size: 15px;
    font-weight: bold;
}

.news_cat  .cat_datetime {
    padding-bottom: 10px;
}

.news_cat  .cat_sum {
    padding-bottom: 10px;
}

.news_cat .addthis_toolbox {
    bottom: 26px;
    position: absolute;
    right: 26px;
}