
.news_cat .page_title {
    border-bottom: 1px solid #e5e5e5;
    font-family: tahoma;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: none;
    padding-bottom: 10px;
    margin-top: 15px;
}

.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: 24%;
}
.item-img > img {
    width: 100%;
    height: 100%;
}

.news_cat .item .frame_img{
    width: 190px;
    height: 126px;
}
.news_cat .item .frame_right {
    float: right;
    width: 73.5%;
}

.news_cat .cat_title > a {
    color: #333;
    font-size: 18px;
    font-family: "segoe ui bold";
    text-decoration: none;
}
.cat_title {
    margin-bottom: 9px;
}
.news_cat  .cat_datetime {
    padding-bottom: 10px;
}

.news_cat  .cat_sum {
    padding-bottom: 10px;
}

.news_cat .addthis_toolbox {
    bottom: 26px;
    position: absolute;
    right: 26px;
}
@media only screen and (max-width:600px){
    .news_cat .page_title {
        padding-bottom: 8px !important;
    }
    .news_cat .item .frame_left {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .news_cat .item .frame_right {
        width: 100% !important;
    }
    .pagination {
        margin-bottom: 20px !important;
        margin-top: 0px !important;
    }
    .news_cat .item .frame_img{
        width: 100%;
		height:auto;
    }
    .item-img > img {
        width: 100%;
    }
}


/*menu*/
.activated .div-menu a {
     color: #333 !important ; 
     font-family: "segoe ui bold";
}
.activated .div-menu {
     background: #fff !important; 
}
.activated .div-menu:after {
    background: url("../images/sign-leftmenu.png") no-repeat 0px 2px !important;
    width: 20px;
    height: 22px;
    content: " ";
    position: absolute;
    right: 10px;
    top: 13px;
}
/*.sub-actived >a:before {
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    background: #999;
}*/
.div-menu a{
    border-bottom: 1px solid #ededed;
}

.activated .div-menu a:before {
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    background: #999;
}


@media only screen and (min-width:450px) and (max-width:1200px){
	.news_home .item .frame_left {
		float: left;
		width: 190px !important;
		margin-right: 15px;
	}
}
@media only screen and (max-width:1200px){
	.news_home .item .frame_left {
		float: left;
		width: 190px !important;
		margin-right: 15px;
	}
	.news_home .item .frame_right {
		float: none !important;
		overflow: hidden;
		width: initial !important;
	}
	
	
	.col-left {
		width: 260px;
		margin-right: 20px;
	}
	.main-content {
		padding: 0px 10px;
	}
}
@media only screen and (min-width:785px) and (max-width:1200px){
	.col-right.fr {
		width: initial !important;
		float: none !important;
		overflow: hidden;
	}
}
@media only screen and (max-width:785px){
	.col-right.fr {
		width: 100% !important;
		float: none !important;
		overflow: hidden;
	}
}
@media only screen and (max-width: 450px){
	.news_home .item .frame_img {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	.frame_left img {
		width: 100% !important;
		height: auto;
	}
	.news_home .item .frame_left {
		float: none;
		width: 100% !important;
	}
}