﻿body{
	font-family: "microsoft yahei","Microsoft YaHei",微软雅黑,"Arial Black",Helvetica,Arial,sans-serif;
}
a{
	color:#6f6f6f;
}
.h4, .h5, .h6, h4, h5, h6 {
	font-size:14px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.row{
	padding-left:10px;
	padding-right:10px;
}
[class*="col-"]{
    padding: 5px;

}

.thumbnail .caption {
    padding: 5px;
}
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.thumbnail{
	margin-bottom:0px;
}
.panel-heading{
	padding: 5px 15px;
	border-bottom: 1px solid #eee;
}
.panel-heading h3,.panel-heading h2{
	margin-top:10px;
	font-size:16px;
}



main{
	margin-bottom:20px;
}
header{
	height:70px;
	overflow:hidden;
}
section{
	padding-bottom:20px;
}
.ta-nav{
	height:70px;
	background-color:#fff;
	border-bottom:1px solid #eee;
}


.navbar-toggle {
    border-color: #ddd;
}
.navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-header{	
	position:relative;
	height:70px;
}
.navbar-header img{
	height:50px;
	position: absolute;
	top: 50%;
	margin-top:-25px;
}

.ta-navbar ul{
	list-style:none;
	margin-top:25px;
	
}
.ta-navbar li{	
	position: relative;
	float:left;
	display: block;
	
}
.ta-navbar li a{
	padding: 5px 15px;
	font-weight: 600;
	color: #6f6f6f;
	background-color: transparent !important
	
}
.ta-navbar li a:hover{
	text-decoration:none;
}

.dropdown-menu li{
	width:60%;
}

.navbar-collapse .navbar-nav li a:hover,
.navbar-collapse .navbar-nav li a:focus{
  color:#000;
  background:#fff;
}



.section-title{
	padding-top:20px;
	padding-bottom:20px;
	
}
.section-title .tab a {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    background: #888;
    font-size: 12px;
    display: inline-block;
    margin: 0 5px;
    color: #fff;
}


.ta-slide{
	padding-top:20px;
}
.ta-about{
	padding-top:20px;
	padding-bottom:20px;
	background-color:#f8f8f8;
}
.ta-about .row{
	background-color:#fff;
	padding-top:15px;
	padding-bottom:15px;
}
.ta-about .row p{
	
}
.i-about{
	padding:40px;
}
.i-about h4{

}
.i-about p{
	font-size:16px;
	line-height:150%;
	margin-bottom:20px;
}

.ta-news{
	background-color:#f8f8f8;
	
}
.ta-news ul{
	list-style:none;
}
.ta-news li{
	width:100%;
}
.article-list{
	background-color:#fff;
}

.article-list li{
	width:96%;
	overflow: hidden;
	border-bottom: 1px dotted #dbd4cd;
	padding-top:15px;
	padding-bottom:15px;
	
	
}
.article-list .time{
	float: left;
	width:74px;
	height:74px;
	padding:10px;
	text-align: center;
	margin-left: 30px;
	color: #fff;
	background:#198ede;
}
.article-list .time .day{
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 24px;
}
.article-list .time .day-ym{
	color: #fff;
	font-size: 12px;
	display: block;
	height: 24px;
	line-height: 24px;
}
.article-list .conts{
	margin-left: 114px;
	height:74px;
}
.article-list .conts p{
	color: #999;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}
.article-list .conts p.title > a{
	font-size: 20px;
	color: #5A5A5A;
	line-height: 140%;
}


.friendlink{
	padding-top:15px;
	padding-bottom:15px;
	overflow: hidden;
	
	background-color: #282828;
}
.friendlink h5 {
    height: 20px;
    line-height:20px;
    font-weight: normal;
    overflow: hidden;
    background: url(404.png) no-repeat left bottom;
    color: #fff;
  }
.friendlink h5 a {
    font-size: 18px;
    color: #fff;
  }
  
.friendlink ul {
	margin:0; padding:0; 
    overflow: hidden;
    margin-top: 10px;
	list-style:none;

	
  }

.friendlink ul li {
    float: left;
    line-height: 28px;
    height: 28px;
    margin-right: 16px;
  }

.friendlink ul li a {
    font-size: 14px;
    color: #999999;
  }

.ad{
	margin-top:20px;
	margin-bottom:20px;
	padding:30px 50px;
	color:#fff;
	background:#198ede;
}
.ad h4{
	font-size:24px;

}
.ad p{
	text-align:right;
	font-size:18px;
	margin-top:10px;
	
}

#footer{
	padding-top:40px;
	padding-bottom:20px;
	text-align:center;
	background-color:#1b1b1b;
}
#footer a{
	color:#a0a0a0;
}
#footer .flink{
	text-align:center;
}
#footer .flink ul{
	margin:0;
	padding:0;
	overflow:hidden;
	list-style:none;
	display: flex;
	justify-content: center;
}
#footer .flink li{
	float:left;
}
#footer .flink li a{
	padding:5px 5px;
}
.ta-copyright{
	margin-top: 20px;
	padding-top: 20px;
	border-top: #a0a0a0 1px solid;
	color: #a0a0a0;
}
.ta-copyright > p {
    line-height: 20px;
}

.ta-page{
	padding-top:20px;
	background-color:#f8f8f8;
}
.ta-page .breadcrumb{
	background-color:#fff;
}
.ta-page .panel{

	
}

.news_cont{color: #999; padding:0 10px;}
.news_cont h2{font-size: 18px;text-align: center;font-weight: normal;color: #333;}
.news_cont .xq{font-size: 14px;text-align: center;margin: 10px 0 10px;}
.news_cont .xq span{padding: 0 14px;}
.news_cont .class{text-align: center;}
.news_cont .class span{display: inline-block;	line-height: 24px;width: 100px;background: #eee;margin: 0 5px;}
.news_cont .txt{color: #666;line-height: 22px;padding-top: 15px;margin-top: 20px;border-top: 1px solid #e2e2e2;text-indent: 2em;}

.prev-next-tab{
	
	}
.prev-next-tab span{  color:#333; }
.prev-next-tab p{ display:inline; margin: 0 15px;}
.prev-next-tab .ico-angle{ display:inline-block; margin:0 3px;border-width:8px 5px 0; border-color:#999 transparent #fff;}
.prev-next-tab .ico-angle.top{ border-width:0 5px 8px; border-color:#fff transparent #999;}


.remend {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	line-height:24px;

	}
.remend li{
	
	width:46%;
	float:left;
	margin:0 2%;
	}
.remend .dot{ font-size:25px; padding-right:5px; font-family:Trebuchet MS; color:#f00;}
.remend a{ width:100%; }
.remend .tit{ width:230px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}


.side-news .remend li{
	width:96%;
	line-height:180%;
}
.side-news .remend .tit{
	width:60%;
}
.ta-tags a{
	margin-bottom:10px;
}
@media (max-width: 767px) {
	
	.ta-navbar{
		width:58%;
		height:80%;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		background-color: #21b47c;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 9;
	}
			
	.ta-navbar li{
		float:none;
		list-style:none;
		position: relative;
		display: block;
		}
	.ta-navbar li a{
		font-size: 16px;
		padding: 10px 15px;
		display: block;
		color: #fff;
		border-bottom: 1px solid rgba(255,255,255,.1);
		}
	
}
.media-p{
	margin-bottom:20px;
}