@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

html,
body {
	font-family: "微软雅黑";
	color: #444;
	background-color: #F3F3F3!important;
	overflow-x: hidden;
}

article,
aside {
	display: block;
}

a {
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

li {
	display: list-item;
	list-style: none;
	text-align: -webkit-match-parent;
}

li.active {
	background: #FFF;
	opacity: .9;
	filter: alpha(opacity=90);
}

.title,
.pagetitle {
	margin-bottom: 10px;
	overflow: hidden;
}

.title h3,
.pagetitle h1,
.pagetitle h2 {
	font-size: 20px;
	margin: 0;
	float: left;
	cursor: pointer;
}

.title h3:hover {
	color: #F73B3B;
}

.title .more {
	position: relative;
	top: 5px;
}

.title .more a {
	display: inline-block;
	color: #999;
	width: 78px;
	text-align: center;
}

.title .more a:hover {
	color: #3399CC;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

@font-face {
	font-family: 'TaurusNormal';
	src: url('../fonts/TaurusNormal.woff') format('woff'), url('../fonts/TaurusNormal.ttf') format('truetype'), url('../fonts/TaurusNormal.svg') format('svg');
}

.user-select {
	/*-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;*/
}
.container {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0;
}

@media (max-width:1240px) {
	.container {
		margin: 0 15px;
	}
}
.content-wrap {
	width: 100%;
	float: left;
}

.content {
	position: relative;
	min-height: 232px;
	margin-bottom: 15px;
}

.content1 {
	min-height: 0px!important;
}

@media (max-width:1000px) {
	.content {
		margin-right: 0;
	}
	.sidebar {
		display: none;
	}
}

.carousel-indicators {
	bottom: 6px;
}

.carousel {
	margin-bottom: 15px;
	z-index: 1;
}

.carousel-inner {
	width: 100%;
}

.carousel-inner .item a {
	display: block;
	text-align: center;
}

.carousel-inner .item img {
	margin: 0 auto;
	border-radius: 4px;
}

@media (max-width:600px) {
	.carousel {
		display: none;
	}
	.jumbotron {
		display: block;
	}
}

.excerpt {
	clear: both;
	border: 1px solid #EAEAEA;
	padding: 20px 20px 10px 22px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: -1px;
}

.excerpt-1 {
	border-radius: 4px 4px 0 0;
}

.excerpt .focus {
	float: left;
	margin-right: 20px;
}

.excerpt .thumb {
	border-radius: 5px;
	overflow: hidden;
}

.excerpt img {
	display: inline;
}
.excerpt header {
	margin-bottom: 10px;
}

.excerpt h2 {
	display: inline;
	font-size: 18px;
	line-height: 24px;
	margin-top: 0;
	font-weight: bold;
}

.excerpt h2 a {
	color: #555;
}

.excerpt h2 a:hover {
	color: #3399CC;
}

.excerpt .meta {
	color: #999;
	font-size: 12px;
	margin-bottom: 10px;
}

.excerpt .time,
.excerpt .comment,
.excerpt .views {
	cursor: pointer;
	margin-right: 20px;
}

.comment input {
	margin-bottom: 5px;
	border: 2px solid #ccd4d9;
}

.excerpt .time:hover,
.excerpt .comment:hover,
.excerpt .views:hover {
	color: #3399CC;
}

@media (max-width:680px) {
	.excerpt .comment {
		display: none;
	}
}

.excerpt .meta a {
	color: #999;
}

.excerpt .note {
	font-size: 12px;
	color: #999;
	word-wrap: break-word;
	line-height: 22px;
	cursor: default;
}

.pagination {
	margin: 0;
	padding: 20px;
	text-align: center;
	font-size: 12px;
	display: block;
}

.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0
}

.pagination ul> li {
	display: inline;
}

.pagination ul> li> a,
.pagination ul> li> span {
	margin: 0 1px;
	float: left;
	padding: 5px 12px;
	background-color: #fff;
	color: #666;
	border-radius: 2px;
	opacity: .88;
	filter: alpha(opacity=88);
}

.pagination ul> li> a:hover,
.pagination ul> li> a:focus {
	opacity: 1;
}

.pagination ul> .active> a,
.pagination ul> .active> span {
	background-color: #45B6F7;
	color: #FFF;
}

.pagination ul> .active> a,
.pagination ul> .active> span {
	cursor: default;
}

.pagination ul> li> span,
.pagination ul> .disabled> span,
.pagination ul> .disabled> a,
.pagination ul> .disabled> a:hover,
.pagination ul> .disabled> a:focus {
	color: #999999;
	background-color: transparent;
	cursor: default;
}

.pagination-loading {
	text-align: center;
	padding: 15px 0;
}

.ias_trigger {
	/*margin: 15px 0 0;*/
	    clear: both;
    border: 1px solid #EAEAEA;
    padding: 9px 20px 10px 22px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: -1px;
}

.ias_trigger a {
    display: block;
    /* background-color: #E6E6E6; */
    line-height: 34px;
    text-align: center;
    color: #7F7F7F;
    font-size: 14px;
}

.ias_trigger a:hover {
	display: block;
	color: #666;
}

.single .content {
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #EAEAEA;
	border-radius: 4px;
}

.single .title {
	border-bottom: 1px solid #EAEAEA;
	padding-bottom: 10px;
}

#respond,
#postcomments {
	position: relative;
}

.widget {
	clear: both;
	position: relative;
	margin-bottom: 15px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #eaeaea;
	overflow: hidden;
}

.widget h3 {
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #eaeaea;
	background-color: #fff;
	margin: 0;
	padding: 11px 15px 10px;
	cursor: default;
}

.widget_hot li a {
	padding: 6px 15px 3px 15px;
	color: #888;
	overflow: hidden;
	display: block;
	font-size: 14px;
	width: 96%;
	white-space: nowrap;
}


}
.widget_hot li a:hover {
	background-color: #FBFDFF;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.widget_hot .thumbnail {
	float: left;
	margin-left: -135px;
	border: none;
	margin-bottom: 0;
}
.widget_hot .thumbnail img {
	width: 122px;
	height: 86px;
}
.widget_hot .text {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
}
.widget_hot li a:hover .text {
	color: #3399CC;
}
.widget_hot .muted {
	margin-right: 15px;
	font-size: 12px;
	color: #BBB;
}
.newsMain {
	background: #fff;
}

.mt20 {
	margin-top: 20px;
	min-height: 390px;
}

.newsMain_left {
	height: 340px;
}

.slideBox {
	margin-top: 15px;
}

.slideBox .hd {
	overflow: hidden;
	margin-top: 12px;
}

.newsMain_rig {
	margin-top: 34px;
}

.newsMain_rig h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	display: block;
	margin: 5px 0px 15px 0px;
}

.tt_title {
	float: left;
	width: 40px;
	height: 22px;
	background: #1BA1FD;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
	color: #fff;
	margin-right: 10px;
}

.head_news_top {
	line-height: 22px;
	float: left;
	display: block;
	margin: 0px;
}

.head_news_top a {
	display: block;
	color: #1BA1FD;
	font-size: 16px;
}

.xw_box {
	margin: 10px 0;
}

.xw_box dd {
	line-height: 30px;
	font-size: 14px;
}

.xw_box dd a {
	margin-right: 15px;
}

.xw_box a {
	color: #333!important;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.more li {
	float: left;
	margin-left: 25px;
	width: 80px;
	text-align: center;
}

.more li.on {
	border-bottom: 1px solid #50B7FD;
}

.title1 {
	background-color: #fff;
	margin-top: 14px;
	height: 45px;
	line-height: 44px;
	margin-bottom: 0px;
}

dt {
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
}

.view1 {
	border: 1px solid red;
	color: red;
	padding: 0px 6px;
	font-size: 14px;
}

.icon-checker {
	width: 6px;
	height: 6px !important;
	background: #1BA1FD;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px 0 1px;
}

.widget_hot em {
	background: #1BA1FD;
	height: 2px;
	width: 5em;
	display: block;
	position: relative;
	top: 12px;
	left: -6px;
}

.more a {
	color: #333;
}

.d-info {
	background-color: #fff;
	margin-top: 16px;
	padding: 1rem 1.7rem;
	font-size: 14px;
}


.new-bt i {
	color: #696969;
	margin-right: 8px;
}

.n-eye {
	margin-left: 1rem;
}
.n-image {
	text-align: center;
}

.n-indent {
	text-indent: 2rem;
}
.tabbox .tabcent .tabclist.on {
    display: block;
}
.tabbox .tabcent .tabclist {
    display: none;
}
article.excerpt.excerpt-1 em {
	border-left: 4px solid #25A7FF;
	margin-right: 9px;
}
@media (max-width:380px) {
	.sitemap {
		display: none;
	}
}
@media (max-width:700px) {
	.excerpt .note {
		height: 60px;
		overflow: hidden
	}
}
@media (max-width:640px) {
	.asb-post {
		margin-bottom: 15px;
	}
	
	.post-copyright {
		display: none;
	}		
	.rollbar {
		right: -120px;
	}
	
	.content {
		min-height: 200px;
	}
	
	.pagetitle h1 {
		font-size: 16px;
		font-weight: bold;
	}
	
	.excerpt {
		padding: 10px 10px 10px 180px;
	}
	
	.excerpt .focus {
		width: 160px;
		margin-left: -170px;
	}
	
	.excerpt .thumb {
		width: 160px;
		height: 109px;
	}
	
	.excerpt .note {
		height: 40px;
		overflow: hidden
	}	
	.excerpt h2,
	.excerpt-minic h2 {
		font-size: 16px;
		line-height: 18px;
	}
	
	.btn-lg {
		font-size: 14px;
		padding: 6px 15px;
	}
	
	.title h3 {
		font-size: 16px;
	}
	
	.title .more {
		display: none;
	}
	
	.archives-list span {
		display: none;
	}
	
	.archives h3 {
		font-size: 16px;
		font-weight: bold;
	}
}
@media (max-width:480px) {
	.container {
		margin: 0 10px;
	}
	
	.single section.container {
		margin: 0;
	}
	
	.single .content {
		border: none;
		padding: 0 15px;
		border-radius: 0
	}
	
	.article-header {
		margin-bottom: 10px;
	}
	
	.carousel-indicators {
		bottom: 2px;
	}
	
	.carousel-indicators li,
	.carousel-indicators li.active {
		width: 7px;
		height: 7px;
		margin: 0 1px;
	}
	
	.cat-first h2,
	.excerpt-minic h2 {
		font-size: 16px;
		line-height: 20px;
	}
	
	.tag-clouds a {
		width: 49%
	}
	
	.plinks ul li {
		width: 50%;
	}	
	.pagination ul> li.next-page a {
		background-color: #fff;
		color: #000;
	}
	.excerpt {
		padding: 10px 10px 10px 120px;
	}
	
	.excerpt .focus {
		width: 100px;
		margin-left: -110px;
	}
	
	.excerpt .thumb {
		width: 100px;
		height: 68px;
	}
	
	.excerpt .note {
		display: none;
	}	
	.excerpt h2 {
		overflow: hidden;
		display: block;
		position: relative;
	}

}
@media (max-width:360px) {
	.single .content {
		padding: 5px 15px;
	}
	.excerpt h2 {
		font-size: 14px;
		line-height: 18px;
	}
	
	.btn-lg {
		padding: 8px 20px;
		font-size: 14px;
	}
}
@media (max-width:768px) {
	.container-page {
		padding-left: 0px;
	}
	
	.pageside {
		display: none;
	}
}
@media (max-width:480px) {
}
@media (max-width:414px) {
	dt {
		font-weight: 700;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.read{
	margin-left: -6.9rem;
	}
	.newsMain_left {
		height: 180px!important;
	}
	
	.carousel {
		display: block!important;
	}
	
	.col-md-9 {
		padding-right: 0px!important;
	}
}
@media (max-width:375px) {
	.more li {
		float: left;
		margin-left: 25px;
		width: 71px!important;
		text-align: center;
	}
	
	.col-md-9 {
		padding-right: 0px!important;
	}
}
