@charset "utf-8";
/* CSS Document */

/*面容页面左边主内容*/
/*media内容 大图资讯*/
.media{ border-bottom: 1px solid #e2e2e2;padding-bottom: 20px; }
.media-body p{ line-height:24px; }
.media-left{ padding-right:20px; }

/*tab-content内容*/
.nav-tabs{ margin-top:50px; }
.c-tab-news{ margin-top:20px; }
.c-tab-news h5{ font-size:18px; color:#999; margin-bottom:20px; line-height:20px; }
.c-tab-news h4{ font-size:20px; font-weight:bold; margin-bottom:20px; }

/*内容页面右边侧栏*/
/*.c-right-Ad{ margin-bottom:80px;overflow: hidden; }*/
/*.list-inline-me{width:1200px;margin: 0;padding: 0;list-style:none; }*/
/*.list-inline-me li{  float: left; }*/
#carousel-example-generic{ margin-bottom:80px;}
@media screen and (min-width: 768px){
    .carousel-indicators {
        bottom: 0;
    }
}
.panel-default>.panel-heading{background-color: inherit; border-color: #e2e2e2;}
.panel-heading { padding: 19px 15px; }
.panel-title>a{ font-size:20px; }
.panel-title>a:link,.panel-title>a:visited,.panel-title>a:hover,.panel-title>a:active{ text-decoration:none; color:inherit; }
.panel-title>a:active{ text-decoration:none; }
.panel-group .panel+.panel { margin-top: 20px; }
.panel-title .fa-bar-chart{ color:#b5b5b5; }
.panel-body{ padding:0; }
.panel-time{ font-size:12px; color:#9a9cfc; }
#headingFive{ background:#9a9cfc; color:#fff; padding-top: 5px;  padding-bottom: 5px; }
#headingFive .c-time-line{ line-height:48px;font-weight: bold; font-size: 18px;cursor: pointer; }
#headingFive .c-time-line span{ cursor:pointer; }
#headingFive .c-time-line i.fa{ font-size:24px; }
#headingFive .c-time-line a:hover{ color:#eee; }

/*表格*/
.table>thead>tr>th { border-bottom: none; background: #f2f8f6; }
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{ vertical-align:middle; border-top:none; border-bottom: 1px solid #e2e2e2; text-align:center;line-height: 24px; }
.table>thead>tr:first-child>th{ border-bottom:none; }
.table>tbody>tr>td:first-child{ text-align:left; }
#ThisWeekRank tr>td:last-child a,#lastWeekRank tr>td:last-child a,#lastMonthRank tr>td:last-child a{ color:#96d5c5; }
#ThisWeekRank tr:last-child>td,#lastWeekRank tr:last-child>td,#lastMonthRank tr:last-child>td{ color:#9a9cfc; }
.panel-body .table{ margin-bottom:0; }
.table .fa-star{ color:#dcdcdc; }
.fa-star{ cursor:pointer; }


.container-border{ padding:40px 60px; }
.container-border .media{ border:none; padding-bottom:0; }
.container-border .media-left p{ margin:0; margin-top:10px; }
.container-border .media-left p:last-child{ margin-top:0; }
.container-border .media-body p{ margin:0; margin-top:10px; }
.btn-black,.btn-green{ width:100%; }

.side_shortcut a{ display: block; margin-bottom: 20px;  height: 60px; line-height: 42px; font-size: 18px;font-weight: bold; }

/*20170518 liu_xh新增*/
#c-tab-news2 .c-tab-news h4{
	font-size: 16px;
}
#c-tab-news2 .c-tab-news h5{
	font-size: 14px;
}