﻿
.nav_block {margin-bottom: 36px;}
.nav_block > .container{background: #fff;padding: 10px 0px 9px;font-size: 18px;border-bottom: 1px solid #ececec;}
.breadcrumb {margin: 0px;background-color: #fff;}
.nav_block > .container > .row > .right{padding: 0px 10px;}

.main > .container{background: #fff;padding: 20px 10px;}

.title_block{}
.title_block h2{font-size: 32px;}

.metadata_block{}
.metadata_block ul > li > i{font-style: normal;padding: 0px 3px;cursor: pointer;}

.content_block{}
.content_block  p{padding: 15px;line-height: 45px;font-size: 18px;}
.content_block img{max-width: 100%;height: auto !important;}

.share_block{border-bottom: 1px dashed #ccc;}
.share_block .bdsharebuttonbox{padding-left:10px;padding-right: 10px; }

.pre_next_block ul > li{font-size: 16px;line-height: 30px;}
.pre_next_block ul > li > span{margin-right: 10px;color:rgb(0,104,183); }

.rel_block h3{padding-bottom: 9px;border-bottom: 1px solid #4770ae;margin-bottom: 10px;}

.list_block{border-bottom: 1px solid #ccc;}
/**
.list_block:first-child+.list_block+.list_block+.list_block{border-bottom: none;}
**/

.abs{line-height: 28px;font-size: 16px;}
h4.title{padding-bottom: 10px;padding-top: 5px;}
.thumbnail{margin-bottom: 0px;}
.caption{margin-top: 10px;font-size: 14px;}
.media_block{border-bottom: 1px dashed #ccc;}
.media_block .block_title{margin-top: 0px;}
.media_block .block_content{font-size: 18px;line-height: 30px;font-weight: bold;}
.media_block .block_content p{text-indent: 2em;}

.channel_news_list >ul>li>span{color: #999;font-size: 14px;}

.metadata_content{border: 1px solid #ccc;padding-left: 15px;padding-right: 15px;margin-bottom: 10px;}
.metadata_content span.green{color: #00CC66;}
.metadata_content span.yellow{color: #f48f18;}
.metadata_content span.red{color: #f00;}


.link_list li{line-height: 30px;font-size: 16px;}
.link_title{color: #337ab7;font-weight: bold;font-size: 16px;margin-bottom: 10px;}

/**组图begin**/
.swiper-container {
    width: 100%;
    height: 650px;
    padding: 20px 0px;
}

.swiper-slide{position: relative;}

.swiper-container img{max-width: 100%;margin:auto;max-height: 100%;position: absolute;left: 0px;right: 0px;top: 0px;bottom: 0px;}

.curruntIndex{font-size: 22px;margin-right: 10px;color: #f00;}
.totalIndex{font-size: 22px;margin-left: 10px;}
.ctr_row{line-height: 45px;font-size: 18px;}
.photo_col{background: #000;color: #fff;}

.focus_pic_block{position: relative;}

.focus_pic_block .arrow-left {
  background: url(../images/arrows.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 999;
  display: none;
}
.focus_pic_block .arrow-right {
  background: url(../images/arrows.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 999;
  display: none;
}
/**组图end**/

/**自定义响应式布局样式 begin**/
/**尺寸大于IPAD**/
@media (min-width: 768px) {
	
}
/**尺寸大于IPAD PRO或者一般显示器**/
@media (min-width: 992px) {
    .content_block > [class*='col-'] > p{padding: 15px 40px;}
    .link_list{padding-left: 40px;padding-right: 40px;}
}

/**PC宽屏显示器**/
@media (min-width: 1200px) {
}

/**自定义响应式布局样式 end**/


