﻿.page_title {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 15px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 24px;
  font-family: "MyriadPro-Semibold";
  padding: 5px 0px;
}
.news-wapper {
  padding-top: 16px;
}
.img-title-cat span {
  color: #0066ab;
  border-bottom: 1px solid #ffc200;
  padding-bottom: 7px;
}
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: #777777;
  font-size: 11px;
  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: 18px;
  color: #333333;
  padding: 5px 0px;
}
/*
-------------.col-wp-bt -----------*/
.frame_img_news_bt {
  float: left;
  margin-right: 10px;
}
.col-item-wapper-bt .content-page.row-cl {
  float: left;
  width: 100%;
  padding: 15px 0px;
  border-top: 1px solid #e9e9e9;
}
.news_title_bt {
  font-size: 13px;
}
/*
-------------.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 -----------*/
.wp-new-content{  
	border:1px #ddd solid;
  padding:10px 10px;
}

.title-new-detail {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
}
.summary-new-detail {
  padding: 8px 0px;
  font-size: 13px;
}
.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;
}
.item-content-detail *{
	line-height:24px;
}
.item-content-detail p{
	margin-bottom:6px;
}
.item-content-detail a{
	color: #016098;
	text-decoration:underline;
}
.item-content-detail a:hover{
	color: #2bb673;
}


/*
------------------default_tags.php-------------------------*/
.row-cl.col-default-tags {
  padding: 5px 0px;
}
.tag a {
  color: #0074e4;
  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;
}
.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: 767px){
    .news-wapper {
        font-size: 14px;
    }
    .col-wp-left{
      margin-bottom: 20px;
    }
    .item-content-detail{
        font-size: 14px;
    }
}
