/*header*/

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* {
	box-sizing: border-box;
	font-family: "微软雅黑";
}

img {
	border: none;
}

body {
	font: 16px "微软雅黑", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

input::-webkit-input-placeholder {
	color: #999;
	font-size: 14px;
}

input::-moz-placeholder {
	color: #999;
	font-size: 14px;
}

input:-moz-placeholder {
	color: #999;
	font-size: 14px;
}

input:-ms-input-placeholder {
	color: #999;
	font-size: 14px;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

.contw {
	width: 1240px;
	margin: auto;
}

em,
i {
	font-style: normal;
}

.beian p,.beian a{
	font-size: 13px;
	text-align: center;
}

/*广告*/

.guangao {
	width: 1000px;
	height: 90px;
	position: relative;
	margin: auto;
	margin-bottom: 20px;
}

.guangao img.guang {
	width: 100%;
	height: 90px;
}

.guangao img.close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -16px;
	right: -15px;
	z-index: 99;
	cursor: pointer;
}

.gaoindex {
	width: 250px;
	height: 250px;
	margin: 20px 0;
	margin: auto;
	position: relative;
}

.gaoindex img.guang {
	width: 250px;
	height: 250px;
}


/*导航*/

.site-logo {
	background: #fff;
}

.top_head {
	width: 100%;
	background-color: #333;
	height: 35px;
	line-height: 35px;
}

.header {
	position: fixed;
	width: 130px;
	top: 0;
	margin: 0;
	padding: 0;
	z-index: 2;
	padding-bottom: 30px;
}

.site-logo {
	display: block;
	text-align: center;
}

.site-logo a img {
	width: 100%;
	height: auto;
	padding: 10px 5px 5px 5px;
}

.active:before {
	background-color: #d43d3d;
	bottom: 10px;
	content: '';
	left: 0;
	position: absolute;
	top: 10px;
	width: 3px;
}

.header ul li {
	position: relative;
}

.header ul li a {
	text-align: center;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #555;
	font-size: 16px;
}

.header ul li a:hover {
	color: #d43d3d;
}

.header .nav {
	padding-top: 10px;
	padding-bottom: 20px;
	list-style: none;
	position: relative;
	background: #f7f7f7;
	margin-bottom: 15px;
}

.conbg {
	overflow: hidden;
}

.right_con {
	background: red;
}

.v_list {
	overflow: hidden;
	width: 1100px;
	float: right;
	padding-top: 20px;
}

.v_left {
	width: 810px;
	float: left;
	padding: 0 10px 20px 10px;
	box-sizing: border-box;
}

.v_right {
	float: right;
	min-height: 500px;
	width: 280px;
}


/* ==轮播图= */

.swiper-container {
	height: 400px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.swiper-container img {
	width: 100%;
	height: 490px;
}

.swiper-container .swiper-pagination {
	width: 100%;
	left: 0;
	text-align: right;
	padding: 0 20px;
	line-height: 40px;
	bottom: 0;
}

.swiper-container .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: 1 !important;
}

.swiper-container .swiper-pagination-bullet-active {
	background: #d43d3d;
}

.swiper-button-next {
	right: 0;
}

.swiper-button-prev {
	left: 0;
}

.swiper-button-next,
.swiper-button-prev {
	z-index: 11;
	width: 40px;
	height: 70px;
	background: rgb(0, 0, 0, .7);
	background-size: 18px 50px;
	background-repeat: no-repeat;
	background-position: 12px 12px;
}

.swiper-container .swiper-slide {
	position: relative;
}

.swiper-container p {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.6);
	font-size: 16px;
	padding: 0 10px;
	color: ghostwhite;
	width: 100%;
	text-align: left;
	padding-right: 200px;
}

.page_cehter {
	position: absolute;
	z-index: 20;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

a:hover {
	text-decoration: none;
}


/*首页列表*/

.content {
	border-bottom: 1px solid #f0f0f0;
	position: relative;
	padding: 15px 0 15px 0;
	width: 100%;
	line-height: 24px;
	overflow: hidden;
}

.content:hover {
	background: #f7f7f7;
}

.content h2:hover {
	color: #d43d3d;
}

.content-header .content-info a {
	font-size: 13px;
	color: #999;
}

.content h2 {
	font-size: 20px;
	font-weight: 700;
	position: relative;
	margin: 0 0 8px 0;
	color: #444;
	line-height: 32px;
	margin-bottom: 10px;
}

.content .content-img {
	float: left;
	margin: 0 20px 0 0;
	text-align: center;
	position: relative;
	overflow: hidden;
	width: 170px;
	max-height: 110px;
}

.content .content-img a {
	vertical-align: middle;
}

.content .content-img img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	display: block;
	transform: scale(1);
	transition: all .5s ease 0s;
	-webkit-transform: scale(1);
	-webkit-transform: all 1s ease 0s;
}

.content .content-note {
	font-size: 13px;
	color: #999;
	overflow: hidden;
}

.content .content-header {
	margin-bottom: 5px;
}

.mr10 {
	margin-right: 10px;
}

.category-color {
	float: left;
	margin-right: 15px;
	font-size: 13px;
	border: 1px solid;
	padding: 0 5px;
	color: #999;
	border-radius: 2px;
	cursor: pointer;
}

/*右侧*/

.sidebox,
.widget {
	position: relative;
	padding-top: 10px;
	padding-left: 18px;
	padding-bottom: 20px;
	padding-right: 18px;
	background: #f7f7f7;
	clear: both;
	margin-bottom: 20px;
	position: relative;
}

.search-input {
	position: relative;
}

.widget .w_title {
	position: relative;
	margin: 0 0 10px;
}

.search-input input[type=text] {
	border: 1px solid #d43d3d;
	padding: 0 7px;
	height: 35px;
	line-height: 35px;
	outline: 0;
	color: #888;
	margin: 0;
	display: block;
	width: 81%;
}

.search-input input.search-button {
	float: right;
	width: 40px;
	background-image: url(../img/vficons.png);
	height: 35px;
	background-repeat: no-repeat;
	background-position: -141px 4px;
	background-color: #d43d3d;
	text-align: center;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
}

.content .content-img img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	display: block;
	transform: scale(1);
	transition: all .5s ease 0s;
	-webkit-transform: scale(1);
	-webkit-transform: all 1s ease 0s;
}


/*1*/

.sidebox .w_title,
.widget .w_title {
	position: relative;
}

.w_title:before {
	background-color: #d43d3d;
	bottom: 10px;
	content: '';
	margin-left: -17px;
	position: absolute;
	top: 10px;
	width: 3px;
}

.widget h3 {
	display: inline-block;
	position: relative;
	font-weight: 400;
	padding-bottom: 10px;
	color: #555;
	font-weight: 700;
	font-size: 16px;
	line-height: 32px;
	bottom: -3px;
}

.widget_wazhuti_hotpost li,
.widget_wazhuti_mostviews li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	font-size: 12px;
	font-size: 1.2rem;
}

.widget_wazhuti_hotpost li a,
.widget_wazhuti_mostviews li a {
	position: relative;
	display: block;
	color: #fff;
	overflow: hidden;
	height: 90px;
	width: 234px;
}

.widget_wazhuti_mostviews li:hover .overlay {
	opacity: 0.95;
}

.overlay {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	opacity: .5;
	background-image: -webkit-linear-gradient( 270deg, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .95) 100%);
	background-image: linear-gradient( 180deg, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .95) 100%);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.widget_wazhuti_hotpost li img,
.widget_wazhuti_mostviews li img {
	width: 100%;
	max-width: 100%;
	border-radius: 2px;
}

.widget_wazhuti_hotpost li img,
.widget_wazhuti_mostviews li img {
	width: 100%;
	max-width: 100%;
	border-radius: 2px;
}

.widget_wazhuti_mostviews li p.title {
	position: absolute;
	bottom: 0;
	padding: 10px;
	text-shadow: 1px 1px 2px #000;
	line-height: 18px;
	font-size: 12px;
	width: 100%;
	box-sizing: border-box;
}


/*关注*/

.hots-post-widget {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hots-post-widget li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
}

.hots-post-widget li img {
	float: left;
	width: 80px;
	margin-right: 15px;
	overflow: hidden;
	max-height: 75px;
}

.hot-post-title {
	overflow: hidden;
}

.hot-post-title .title {
	font-size: 12px;
	display: block;
	line-height: 20px;
}

.hot-post-title .title:hover {
	color: #d43d3d;
}


/*标签*/

.widget_tags_ul {
	overflow: hidden;
}

.widge_tags li {
	float: left;
	margin: 0 5px 5px 0;
}

.widge_tags li a {
	color: #fff;
	background: #ccc;
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	list-style: none;
	text-align: -moz-center;
	text-align: center;
	overflow: hidden;
	font-size: 13px;
}

.widge_tags li a:hover {
	background: #d43d3d;
	color: #fff;
}


/*列表*/

.nav_s {
	font-size: 14px;
	color: #555;
}
.nav_s a{
	color: #555;
}
.nav_s a:hover {
	color: #d43d3d;
}


/*详情*/

.post-title {
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
}

.post-title .title {
	font: bold 34px/1 "Microsoft Yahei";
	color: #404040;
	line-height: 50px;
	margin-bottom: 15px;
	text-align: center;
}

.post-title .post_icon {
	line-height: 26px;
	color: #888;
	font-size: 13px;
	text-align: center;
}
.post_icon a{
	color: #888;
}
.mr10 {
	margin-right: 10px;
}

#related {
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}

.related_about {
	border-bottom: 1px solid #e6e6e6;
}

.related_about span {
	padding-bottom: 10px;
	color: #555;
	font-weight: 700;
	font-size: 16px;
	line-height: 32px;
}
.related_img1 {
    padding-top: 10px;
    overflow: hidden;
}
.related_img1 li {
    float: left;
    overflow: hidden;
    width: 25%;
}
.related_img1 li a {
    display: block;
    position: relative;
    margin: 5px 12px;
    float: none;
    overflow: hidden;
}
.related_img1 li a img {
    width: 100%;
    background: #fff;
    height: 120px;
    overflow: hidden;
    padding: 0;
    border: 1px solid #ddd;
}
.related_img1 li a h2 {
    font-weight: 400;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
    height: 40px;
}
.post-navigation {
    overflow: hidden;
    margin: 10px 0 0;
    padding: 20px 0;
}
.post-navigation div {
    position: relative;
    display: block;
    width: 42%;
    color: #999;
    font-size: 14px;
}
.post-previous {
    float: left;
    padding-left: 35px;
    text-align: left;
}
.post-next {
    float: right;
    padding-right: 35px;
    text-align: right;
}
.post-navigation div span {
    display: block;
    color: #d43d3d;
    font-size: 90%;
}
.post-previous a::after {
    left: 0;
    content: '«';
    font-family: "Microsoft Yahei";
}
.post-next a::after {
    right: 0;
    content: '»';
    font-family: "Microsoft Yahei";
}
.post-navigation div a::after {
    position: absolute;
    top: 34%;
    margin-top: -11px;
    height: 22px;
    color: #d43d3d;
    font-size: 45px;
    line-height: 22px;
    opacity: 0.5;
}
/*========*/

.swiper-container p,
.content h2,
.widget_wazhuti_mostviews li p.title {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}
.widget_wazhuti_mostviews li span{
	position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: 2px;
    line-height: 1;
    color: #fff;
    padding: 3px 8px 4px 4px;
    font-size: 12px;
    font-size: 12px;
    display: block;
    z-index: 9;
    background: #d43d3d;
}
.content .content-header,.related_img1 li a h2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.hot-post-title .title,.post-previous a {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


/*底部*/

.footbgs {
	background: #717277;
}

.footer {
	padding: 20px;
	margin-top: 10px;
	color: white;
	overflow: hidden;
	width: 1350px;
	margin: auto;
	box-sizing: border-box;
}

.footer a {
	color: #fff;
}

.youq {
	overflow: hidden;
	padding-bottom: 20px;
}

.youq li {
	float: left;
	padding: 0 10px;
	font-size: 14px;
}

.links {
	overflow: hidden;
}

.links ul.youq {
	width: 1040px;
	float: left;
}

.links .lian {
	float: left;
	width: 100px;
}

#link_896a3aee.links {
	text-align: left;
	font-size: 12px;
	padding-top: 20px;
}

#link_896a3aee.links ul {
	clear: both;
	padding-bottom: 20px;
}

#link_896a3aee.links li {
	float: left;
	margin-right: 10px;
	line-height: 1.8em;
	list-style: none;
	padding: 0;
}

#link_896a3aee.links em {
	clear: both;
	display: block;
}

#link_896a3aee.links #link_menu li {
	font-size: 14px;
	line-height: 2.5em;
	cursor: pointer;
	width: 5em;
	text-align: center;
}

#link_896a3aee.links #link_menu i {
	font-size: 12px;
	line-height: 2.9em;
	float: right;
	font-style: normal;
}

#link_896a3aee.links .on {
	font-weight: bold;
}

.morejigou {
	background: #fff;
	width: 1350px;
	margin: 10px auto;
	padding: 20px;
	box-sizing: border-box;
}

.morejigou .link {
	padding: 5px 0;
}

.morejigou .link span {
	float: right;
	width: 60px;
}

.morejigou .link a:hover {
	color: #337ab7;
}

.morejigou em {
	font-style: normal;
	font-weight: 400;
}

.goTop {
	position: fixed;
	bottom: 200px;
	right: 200px;
	width: 60px;
	height: 0px;
	overflow: hidden;
	border-radius: 3px;
	background: url(../img/top.jpg) 0 0 no-repeat;
	text-indent: -999em;
	transition: all 0.3s;
}

.goTop:hover {
	background-position: -60px 0;
}

@media only screen and (min-width: 1500px) and (max-width: 1700px) {
	.goTop {
		right: 100px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1500px) {
	.goTop {
		right: 0;
	}
}

.pages {
	text-align: center;
	font-size: 14px;
	padding: 40px 0;
	width: 100%;
}

.pages a {
	background: #F3F4F4;
	padding: 8px 15px;
}

.pages span {
	background: #d43d3d;
	padding: 8px 15px;
	color: #fff;
}
.post-content p{
	text-indent: 2em;
}
