﻿.news-wapper {
	margin-bottom:20px;
}
li.actived a {
  font-weight: bold;
  color: #e80000 !important;
}
/*
-------------.col-wp-righ -----------*/
.frame_img_news_r {
  float: left;
  margin-bottom: 12px;
  margin-right: 10px;
}
.item-col-r h3 {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 8px;
}
.item-col-r > h3 > a{
    font-weight: bold;
}
.news_datetime {
  color: #999;
  font-size: 14px;
  line-height: 18px;
  
}
.news_datetime span {
  background: url('../images/icon-clock.png') no-repeat left center;
  padding-left: 20px;
}
/*
-------------.col-wp-left -----------*/
.news_title_l {
  font-size: 16px;
  line-height: 20px;
  padding: 5px 0px;
}
.news_sum {
  line-height:22px;
  color: #666;
  padding: 5px 0px;
  font-size:15px;
}
/*
-------------.col-wp-bt -----------*/
.frame_img_news_bt {
  float: left;	
  width:240px;
}
.frame_img_news_bt img{
	display:block;
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.item-col-bt{
	width:580px;
	float:right;
}
.content-page.row-cl {
  float: left;
  width: 100%;
  padding: 15px 0px;
  border-bottom: 1px solid #e9e9e9;
}
.news_title_bt {
  font-size: 18px;
  line-height:26px;
  margin-bottom:5px;
  color:#666;
}
/*
-------------.pos2 -----------*/
.pos2 {
  padding: 0px 10px;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
.banners.banners-default {
  padding: 10px 0px;
}
/*
----cat.php---------.col-wp-full -----------*/
.col-wp-full {
  margin-bottom: 15px;
}
.frame_img_news_full {
  float: left;
  margin-right: 20px;
}
.news_title_full {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
}
/*
----news---------.detail - new -----------*/
.title-new-detail {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
}
.summary-new-detail {
  font-size: 16px;
  color:#666;
  margin-bottom:8px;
}
.news_datetime_detail {
  color: #777777;
  font-size: 12px;
  line-height: 18px;
}
.news_datetime_detail span {
  background: url('../images/icon-clock.png') no-repeat left center;
  padding-left: 20px;
  margin-bottom:5px;
  color:#999;
  display:block;
}
.item-content-detail {
  font-size: 14px;
  line-height: 22px;
}
.item-content-detail *{
  font-size: 16px;
  line-height: 26px!important;
}

.item-content-detail p{
	margin-bottom:8px;
	text-align:justify;
}
/*
------------------default_tags.php-------------------------*/
.row-cl.col-default-tags {
  padding: 5px 0px;
}
.tag a {
  color: #000;
  font-weight: normal;
  font-size: 13px;
}
.tags_title {
  float: left;
  margin-right: 10px;
  color: #333333;
  font-size: 13px;
}
.content_tags font {
  float: left;
  padding: 0px 2px;
}
.tag {
  float: left;
  line-height: 19px;
}
/*
------------------default_share.php-------------------------*/
.col-default-share {
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 0px;
  margin-bottom:20px;
}
.hit_share {
  text-align: right;
}
/*
------------------default_related.php-------------------------*/
.col-default-related {
  padding-top: 12px;
  padding-bottom: 12px;
  
}
/*
------------------default_is_new.php-------------------------*/
.title-is-new {
  font-size: 16px;
  color: #0066ab;
  text-transform: uppercase;
  line-height: 22px;
  font-family: "MyriadPro-Regular";
  font-weight: normal;
  margin-bottom: 5px;
}
.item-is-new {
  line-height: 22px;
}
.item-is-new > a {
  padding-left: 20px;
  color: #333333;
  background: url('../images/bk_img_list_hot.png') no-repeat left center;
}
.item-is-new:hover > a{
    color: #0066ab;
}
.item-content-detail img{
    height: auto !important;
    max-width: 100%;
}
.fb-comments.fb_iframe_widget iframe,.fb-comments.fb_iframe_widget span,.fb-comments.fb_iframe_widget{
      width: 100% !important;
}
/*
-------------Responsive-------------------*/
@media only screen and (min-width: 768px){
}
@media only screen and (max-width: 1120px){
    .news-wapper {
        font-size: 14px;
        padding:76px 10px 0px 10px!important;
    }
    .col-wp-left{
      margin-bottom: 20px;
    }
    .item-content-detail{
        font-size: 14px;
    }
    .frame_img_news_bt {
	    float: left;
	    width: 32%;
	}
	.item-col-bt {
	    width: 66%;
	    float: right;
	}
	.news_sum {
    	display:none;
    }
    .news_title_bt {
	    font-size: 16px;
	    line-height: 24px;
	}
}
