@CHARSET "UTF-8";
ul,li { list-style:none;padding:0;margin:0;}
body.body-white{ background:#fff;}
.body-side {margin-top:10px;}
.navbar-fixed-top, .navbar-fixed-bottom {

}
@media (min-width: 1200px)
bootstrap-responsive.min.css:9
.span9 {
    width: 930px;
	
}
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
margin-right: 0px;
margin-left: 0px;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width:1170px;}
.nav_top { margin-top:10px;overflow:hidden;}
.navbar .nav .user{
	padding: 0;
	line-height: 70px;
}
.navbar .nav .user .headicon{
	margin: 0 5px;height: 30px;
}
.navbar .nav .user .caret{
	vertical-align: middle;
	margin: 0 5px;
}
.navbar .brand img {
	height:50px;
}
/*tc widget*/
/* .tc-main{
	margin-top: 20px;
} */
/*tc-box*/
.tc-box{
	background: #fff;
	/* padding:5px 10px; */
	margin: 10px 0;
}
.tc-box.first-box{
	margin:0 0 10px 0;
	padding:20px;
}
/* .tc-box.article-box{padding:5px 20px;} */

/*tc-box end */

a:hover { text-decoration:none;}

.td_t {border-bottom:1px solid #eee;padding:4px 0;overflow:hidden;}
.yg_btn { float:right;cursor:pointer;}
/* 列表页面 */
.news-time { font-size:12px;display:inline-block;margin-left:10px;}

.top-side { margin-bottom:10px; }
.top-side img { width:100%;}
.left-side { float:left;}
.left-nav-list{ width:240px;background:#fff;min-height:200px;margin-bottom:20px;border:1px solid #ddd;border-radius:4px 4px 0px 0px;overflow:hidden;box-sizing:border-box;}
.mbx { height:30px;line-height:30px;padding-left:20px;background:url(../images/snbg.jpg) repeat-x;background-size:auto 100%;}
.mbx a { padding:0 10px;}
.mbx a:first-child { padding-left:0;}
.tc-box h2 {
	font-weight: bold;
    font-size: 14px;
    line-height: 200%;
    color: #666666;
    text-align: center;
    padding: 0px;
    margin: 0px;
    text-indent: 0;
}
.lx_info { padding:10px;}
.menu-title { font-size:15px;margin-bottom:10px;font-weight:bold;background:#005bac;color:#fff;line-height:32px;padding-left:20px;}
.menu-list { margin:0 10px 10px;}
.menu-list li { height:33px;line-height:33px;color:#666;background:url(../images/libg.jpg) no-repeat; background-size:cover; }
.menu-list .nbg_list { background:none;}
.menu-list .nbg_list:hover { background:rgba(100,100,100,0.1)}
.menu-list li a { display:block;padding-left:25px;color:#01427c;text-decoration:none;} 

.hasChild { position:relative;}
.hasChild .dropdown-menu { top:26px;}
.hasChild:hover .dropdown-menu{
	display: block;
}

.list-info { margin:0 20px;padding-bottom:50px;}

.right-side { float:right;width:920px;min-height:480px;position:relative;background:#fff;border:1px solid #ddd;border-radius:4px 4px 0px 0px;}
.list-title { font-size:22px;font-weight:bold;color:#005bac;border-bottom:1px solid #017fbc;}
.content_info {margin-top:15px;}
.time_da { line-height:30px;}
.list-info ul { margin-top:10px;}
.list-info ul li{ height:30px;line-height:30px;border-bottom:1px dotted #ddd;overflow:hidden;padding-left:20px;background:url(../images/lisan.jpg) 0 center no-repeat;}
.list-info ul li a { text-decoration:none;color:#666;display:inline-block;max-width:60%;overflow:hidden;white-space:nowrap;text-overflow: ellipsis;}
.list-info ul li time { float:right;color:#999;}
/* The blog boxes */
/*.tc-gridbox {
  background-color: #ececec;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 1px #a8a8a8;
  -moz-box-shadow: 0px 1px 1px #a8a8a8;
  box-shadow: 0px 1px 1px #a8a8a8;
  margin-bottom: 40px;
}*/

.tc-gridbox {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #ddd;
  background: #fff;
	cursor: pointer;
}
.tc-gridbox:hover{ border: solid 1px #ccc;
-webkit-box-shadow: 0 5px 5px 0 rgba(50,50,50,0.1);
-moz-box-shadow: 0 5px 5px 0 rgba(50,50,50,0.1);
box-shadow: 0 5px 5px 0 rgba(50,50,50,0.1);

}
.tc-gridbox a{text-decoration: none;}

@media (min-width: 768px) and (max-width: 979px) {
  .tc-gridbox {
    display: block;
    float: none;
    width: 95%;
  }
}
.tc-gridbox .header {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
	background: #efefef;
}
.tc-gridbox .footer {
  padding: 5px 14px 5px 14px;
  text-align: right;
	background: #fff;
}
.tc-gridbox .header .item-image{
	overflow: hidden;
}
.tc-gridbox .header img {
	-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}
.tc-gridbox .header img:hover {

	-webkit-transform: scale(1.2) rotate(2deg);
-moz-transform: scale(1.2) rotate(2deg);
-o-transform: scale(1.2) rotate(2deg);
-ms-transform: scale(1.2) rotate(2deg);
transform: scale(1.2) rotate(2deg);
}
.tc-gridbox .header h3 {
  color: #454a4e;
  margin: 5px;
  font-size: 14px;
  font-weight:bold;
text-overflow: ellipsis;
height:28px;
overflow: hidden;
line-height: 24px;
}
.tc-gridbox .header h3 a,
.tc-gridbox .header h3 a:focus,
.tc-gridbox .header h3 a:hover {
	color: #454a4e;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.tc-gridbox .header .meta {
  color: #5a6065;
}
.tc-gridbox .header hr {
  border-top-color: #ced5db;
  border-bottom: none;
  margin: 5px 0;
}
.tc-gridbox .body {
  padding-right: 14px;
  padding-left: 14px;
  margin-bottom: 14px;
  color: #343a3f;
}
.tc-gridbox .body a{color: #666;
	overflow:hidden; 
	height:60px;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
}
.tc-gridbox .body a:hover{color: #428bca;}
.tc-gridbox .btn {
  float: right;
  margin-right: 10px;
  margin-bottom: 18px;
}


/*masonary*/

#container .item{
	margin-bottom: 20px;
}
#container .item h3{
	line-height: 100%;
}
#container .grid-sizer,#container .item { width: 23%; margin: 10px 1%;float:left;zoom: 1;}

@media (max-width: 479px) {
	#container .grid-sizer,#container .item { width: 98%; margin: 10px 1%;float:left;zoom: 1;}
}

@media (min-width: 480px) and (max-width: 767px) {
	#container .grid-sizer,#container .item { width: 48%; margin: 10px 1%;float:left;zoom: 1;}
}

		
/*list Boxes
------------------------------------*/
.list-boxes {
  overflow: hidden;
  padding: 15px 20px;
  margin-bottom: 25px;
  background: #fff;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
  border-top: solid 2px #fff;
  word-wrap: break-word;
  word-break: break-all;
	
}

.header-right { float:right;margin-top:10px;}	
.mapSearch { text-align:right;margin-bottom:10px;}
.mapSearch a { color:#666;}
.search-seek { overflow:hidden;position:relative;}
.search-seek .input { height:22px;line-height:22px;padding:0px 4px;border-radius:4px 0 0 4px;width:140px;font-size:12px;border:1px solid #ddd;float:left;}
.search-seek .search-button {
    border: 0;
	font-size:0;
    background: url(../images/search.jpg) no-repeat;
    height: 22px;
    float: left;
    width: 25px;
}


.list-boxes:hover{
border-top: solid 2px #f90;
}

.list-boxes h2 a {
  color: #555;
}
.list-boxes:hover h2 a {
color: #f90;
}

.list-boxes .list-actions a{font-size: 16px; text-decoration: none;}

.list-boxes p a {
  color: #72c02c;
}

.list-boxes .list-boxes-img li i {
  color: #72c02c;
  font-size: 12px;
  margin-right: 5px;
}

.list-boxes .list-boxes-img img {
  display: block;
  margin: 5px 10px 10px 0;
}

.list-boxes h2 {
  margin-top: 0;
  font-size: 20px;
  line-height: 20px;
}

.list-boxes ul.list-boxes-rating li {
  display: inline;
}

.list-boxes ul.list-boxes-rating li i {
  color: #f8be2c;
  cursor: pointer;
  font-size: 16px;
}

.list-boxes ul.list-boxes-rating li i:hover {
  color: #f8be2c;
}

/*list Colored Boxes*/
.list-boxes-colored p,
.list-boxes-colored h2 a,
.list-boxes-colored .list-boxes-img li,
.list-boxes-colored .list-boxes-img li i {
  color: #fff;
}

/*Red list Box*/
.list-boxes-red {
  background: #e74c3c;
}

/*Blue list Box*/
.list-boxes-blue {
  background: #3498db;
}

/*Grey list Box*/
.list-boxes-grey {
  background: #95a5a6;
}

/*Turquoise list Box*/
.list-boxes-sea {
  background: #1abc9c;
}

/*Turquoise Top Bordered list Box*/
.list-boxes-top-sea {
  border-top: solid 2px #1abc9c;
}

.list-boxes-top-sea:hover {
  border-top-color: #16a085;  
}

/*Yellow Top Bordered list Box**/
.list-boxes-top-yellow {
  border-top: solid 2px #f1c40f;
}

.list-boxes-top-yellow:hover {
  border-top-color: #f39c12;
}

/*Orange Left Bordered list Box**/
.list-boxes-left-orange {
  border-left: solid 2px #e67e22;
}

.list-boxes-left-orange:hover {
  border-left-color: #d35400;
}

/*Green Left Bordered list Box**/
.list-boxes-left-green {
  border-left: solid 2px #72c02c;
}

.list-boxes-left-green:hover {
  border-left-color: #5fb611;
}

/*Green Right Bordered list Box**/
.list-boxes-right-u {
  border-right: solid 2px #72c02c;
}

.list-boxes-right-u:hover {
  border-right-color: #5fb611;
}

/*comments*/
.comment{
	margin-bottom: 10px;
}
.comment .avatar{height: 40px;width:40px;}
.comment-body{overflow: hidden;}
.comment-content{
	padding-bottom: 2px;
word-break: break-all;
word-wrap: break-word;
}

.comment>.pull-left {
margin-right: 10px;
}

.comment .time{
	color:#ccc;
	font-size: 12px;
	line-height: 14px;
}
.comment-postbox-wraper{padding-right:22px; }
.comment-postbox{width: 100%;padding: 10px;}

.comment-reply-box{position: relative;padding-right:14px;}
.comment-reply-box .textbox{width: 100%}


/*ranking box*/

.ranking ul.unstyled li{
	padding: 5px 0;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px dashed #f0f0f0;
}

.ranking ul.unstyled li i{
	margin-right: 5px;
}

.ranking li i{
display: inline-block;
width: 20px;
height: 20px;
line-height: 20px;
margin-right: 15px;
font-style: normal;
font-weight: bold;
color: #FFF;
text-align: center;
vertical-align: middle;
background-color: #aaa;
}
.ranking li.top3 i{background: #FC9B0B;}

/*comment ranking box*/
.comment-ranking .comment-ranking-inner {
	padding: 10px;
	background: #f7f7f7;
	position: relative;
	margin-bottom: 10px;
	/*border-top: solid 2px #eee;*/
}

.comment-ranking .comment-ranking-inner,
.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;	
}

.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
	width: 0; 
	height: 0;
	right: 0px;
	bottom: 0px;
	content: " "; 
	display: block; 
	position: absolute;
}

.comment-ranking .comment-ranking-inner:after {
	border-top: 15px solid #eee;	
	border-right: 15px solid transparent;
	border-left: 0px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}
.comment-ranking .comment-ranking-inner:before {
	border-bottom: 15px solid #fff;	
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-bottom-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:hover {
	border-color: #FC9B0B;
	border-top-color: #FC9B0B;	
	background: #f0f0f0;
}
.comment-ranking .comment-ranking-inner:hover:after {
	border-top-color: #FC9B0B;	
}

.comment-ranking .comment-ranking-inner span.comment-time {
	color: #777;
	display: block;
	font-size: 11px; 
}

.comment-ranking .comment-ranking-inner a {
	text-decoration: none;
}
.comment-ranking .comment-ranking-inner a:hover {
	text-decoration: underline;
}

.comment-ranking .comment-ranking-inner i.fa {
	top: 2px;
	color: #bbb;
	font-size: 18px;
	position: relative;
}

/*ThinkCMF Photos*/
ul.tc-photos{margin: 0;}
.tc-photos li {
	display: inline;
}
.tc-photos li a{text-decoration: none;}
.tc-photos li img {
	opacity: 0.6;
	width: 50px;
	height: 50px;
	margin: 0 2px 8px;
	border: 1px solid #ddd;
}
.tc-photos li img:hover {
	opacity: 1;
	border: 1px solid #f90;
	/* box-shadow: 0 0 0 1px #f90; */
}

/**/

/*Blog Posts
------------------------------------*/ 
.posts .dl-horizontal a {
}

.posts .dl-horizontal { 
	margin-bottom: 15px;
	overflow: hidden;
}

.posts .dl-horizontal dt { 
	width: 60px; 
	float: left;
}
.posts .dl-horizontal dt .img-wraper {
	display:block;
	width: 55px; 
	height: 55px;
	padding: 1px;
	margin-top: 2px; 
	border: solid 1px #ddd;
}


.posts .dl-horizontal dt img {
	width:100%;
	height: 100%;
	/* width: 55px; 
	height: 55px;
	padding: 1px;
	margin-top: 2px; 
	border: solid 1px #ddd; */
}

.posts .dl-horizontal dd { 
	margin-left: 70px;
}

.posts .dl-horizontal dd p { 
	margin: 0;
}

.posts .dl-horizontal dd a {
	font-size: 14px;
	line-height: 16px !important; 
}

.posts .dl-horizontal dd a:hover { 
	text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
	color:#FC9B0B;
	border-color: #FC9B0B !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.mg_l { margin-left:20px;}
.pc_cont { overflow:hidden;margin-top:20px;}
.pc_box { float:left;background:#fff;border-radius:6px 6px 0px 0px;overflow:hidden;}
.about_us { width:300px;border:1px solid #ddd;}
.pc_tab { width:524px;}
.videos { width:300px;border:1px solid #ddd;}
.pc_box .title,.pc_tab .tab { font-size:14px;color:#0671c3;height:29px;line-height:29px;overflow:hidden;margin:0;padding:0 10px;font-weight:bold;border-bottom:1px solid #ddd;background:url(../images/nav.jpg) repeat-x;background-size:auto 100%;}
.more {float:right;}
.info { height:200px;padding:10px;font-size:14px;}
.info p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
.pic_bg { overflow: hidden; height: 72px;}
.news_list { padding:0;margin:0;max-height:200px;overflow:hidden;}
.news_list li{ list-style:none;width:100%;overflow:hidden;height:28px;line-height:28px;border-bottom:1px solid #ddd;}
.news_list li a { color:#333;}
.news_list li span { display:inline-block;width:70%;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;color:#005bac;}
.news_list li	time { float:right;color:#999;}
.vide_d { width:100%;max-height:100%;}
.pc_tab .tab a { 
	display:inline-block;
	text-align:center;
    height: 29px;
    font-size: 14px;
    color: #333;
	padding:0 8px;
    
}
.pc_tab .tab a.on{
    color: #005bac;
	background:#fff;
    
	
}

.footer-nav { background:url(../images/footer.jpg) no-repeat;background-size:cover;margin:20px auto;height:32px;line-height:32px;border:1px solid #ddd;border-radius:4px;}

.sy-box { border-radius:4px ; overflow:hidden;}

/* 侧边栏 */

	#article_content img{height:auto !important}
	#article_content {word-wrap: break-word;}
	.btn {margin-top: 33px;}
	.list_dl { margin:0 5px;text-align:left;}
	.list_dt{

		color: #333;
		cursor: pointer;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		position: relative;
		height: 33px;
		padding-left: 25px;
		line-height: 33px;
		color: #666;
		background: url(../images/libg.jpg) no-repeat;
		background-size: cover;
	}
	.list_dt:hover{

	}
	.list_dt:hover ._after{
		display: block;
		width: 3px;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: #4285F4;
	}
	#open{

	}
	#open ._after{
		display: block;
		width: 3px;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: #4285F4;
	}
	.list_dt_icon{
		position: absolute;
		right: 10px;
		top: 11px;
		display: block;
		width: 12px;
		height: 12px;
		background: url("/data/images/off.png") no-repeat;
		background-size: cover;
	}
	#open .list_dt_icon{
		background: url("/data/images/open.png") no-repeat;
		background-size: cover;
	}
	.list_dd{
		display: none;
		margin: 0;
	}
	.list_li{
		list-style-type: none;
		color: white;
		padding: 0 20px;
		height: 34px;
		line-height: 34px;
		cursor: pointer;
	}
	.list_li a { color:#000;display:block;}
	.list_li:hover{
		background: rgba(0,0,0,0.1);
	}

	.next-list span{
		display:block;;
		line-height : 1.2;
	}