/*公共样式开始*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,
h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,
ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,
u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,
thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,
header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* 自定义字体引入 */
@font-face {
	font-family: YouSheBiaoTiHei-2;
	src: url(../fonts/YouSheBiaoTiHei-2.ttf) format("truetype");
}

/* 加粗字体 */
h1,h2,h3,h4,h5,h6,strong,b {
	font-weight: 700;
	color: #333;
}

button {
	cursor: pointer;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,
hgroup,menu,nav,section {
	display: block;
}

/* 取消漂浮样式 */
.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
}

body {
	font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, "SimSun",
		"Hiragino Sans GB", sans-serif;
	line-height: 1;
}

button {
	outline: none;
}

a {
	text-decoration: none;
	color: #333;
}

ol,
ul {
	list-style: none;
}

li {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input:focus {
	outline: none;
}

h2 {
	font-size: 24px;
	margin: 30px 0;
	font-weight: bold;

}

/* 居中 */
.main {
	width: 1200px;
	margin: 0 auto;
}

/* 头部间距 */
.top20 {
	margin-top: 20px;
}

.fl {
	float: left;
}

.bo {
	margin-bottom: 30px;
}

.fa14 a {
	font-size: 14px !important;
}

/*公共样式结束*/
* {
	margin: 0px;
	padding: 0px;
}

html,body {
	font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, "SimSun",
		"Hiragino Sans GB", sans-serif;
	height: 100%;
	background-color: #fff;
}

/* Nav */
.pyq-Nav {
	height: 50px;
	background-color: #3fa8bd;
}

.pyq-nav-a2 {
	display: block;
	float: left;
	line-height: 50px;
	padding:0 20px;
	font-size: 18px;
}

pyq-nav-a2,
.pyq-Nav-a1 ul li:nth-child(1):hover .pyq-nav-a2 {
	background: none;
}
.pyq-Nav-a1 ul {
	height: 50px;

}

.pyq-Nav-a1 ul li {
	display: block;
	float: left;
	line-height: 50px;
	height: 50px;
	margin-right: 10px;
	position: relative;
}
.pyq-Nav-a1 ul li a{
	color: #fff;
	padding: 0 5px;
}
.pyq-nav-a2:hover,
.pyq-Nav-a {

	color: #fff !important;
	background-color: #208295;
	display: block;
	
}

.pyq-nav-b {
	display: none;
	width: 100%;
	position: absolute;
	top: 50px;
	z-index: 9999;
	background-color: rgb(109, 109, 109);
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);

}

.pyq-nav-b a {
	font-size: 16px;
	display: block;
	text-align: center;
	width: 80%;
	height: 50px;
	overflow: hidden;
	padding: 0 10%;
	line-height: 50px;
}

.pyq-nav-b a:hover {
	background-color: #3fa8bd;
	color: #fff !important;
}

.pyq-Nav ul li:hover .pyq-nav-b,
.pyq-nav-b:hover {
	display: block !important;
}

/* Nav结束 */
/* logo */
.pyq-Nav img {
	height: 70px;
	display: block;
	float: left;
	margin-right: 78px;
}

/* logo结束 */
/* 搜索 */
.pyq-logo {
	height: 95px;
	overflow: hidden;
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.pyq-logo img {
	margin-right: 20px;
	height: 50px;
}

.pyq-se {
	margin-left: 200px;
	float: right;
	width: 400px;
	height: 34px;
	background-color: #F3F6F8;
	border-radius: 40px;
	overflow: hidden;
	position: relative;
}

.pyq-se .pyq-in {
	border: 0;
	line-height: 34px;
	width: 80%;
	text-indent: 0.5em;
	font-size: 14px;
	float: left;
	background-color: #F3F6F8;
	margin-left: 2%;
}

.pyq-se button {
	border-radius: 40px;
	line-height: 34px;
	background-color: #3fa8bd;
	color: #fff;
	font-size: 15px;
	height: 34px;
	width: 20%;
	border: 0;
	background-size: 16px 16px;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
}

/* 搜索结束 */
/* 我要投稿 */

.pyq-top_right{
	background-color: #e75b2a;
	border-radius: 40px;
	display: none;
}
.pyq-top_right a {
	color: #fff;
	margin-left: 7px;
	display: block;
	float: left;
	font-size: 14px;
	padding: 0 20px 0 35px;
	background: url(../img/Slice12.png) no-repeat center left 12px;
	line-height: 34px;
}
.pyq-top_right a:hover{
	color: #fff !important;
}
.pyq-top_right a:nth-child(1) {
	border-right: #fff 2px solid;
	background: url(../img/Slice13.png) no-repeat center left 12px;
}

/* 我要投稿结束 */
/* mian */
.pyq-Site-conten {
	width: 100%;
	overflow: hidden;
	min-height: 100%;
}

/* 友情链接 */
.pyq-yq {
	width: 1200px;
	margin: 20px auto;
	padding: 20px 0;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.pyq-yq ul {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}

.pyq-yq ul li {
	font-size: 14px;
	color: #040404;
	margin-right: 20px;
	margin-bottom: 10px;
}

.pyq-yq ul li a {
	color: #9E9E9E;
}

/* 友情链接结束 */
/* 底部 */
footer {
	width: 100%;
	height: 100px;
	text-align: center;
	padding: 15px 0;
	overflow: hidden;
	background-color: #333;
}

footer div.a {
	overflow: hidden;
}

footer div a {
	padding: 0 10px;

}

footer div a:nth-child(4) {
	border: 0;
}

footer div a,
footer div p {
	font-size: 12px;
	color: #e2e2e2;
	opacity: 0.8;
	line-height: 28px;
}

/* 底部结束 */
/* banner */
/* 轮播图开始 */
.pyq-ban-b {
	padding-top: 16px;
	overflow: hidden;
}

#slideshow {
	width: 440px;
	height: 314px;
	overflow: hidden;
	border-radius: 8px;
	position: relative;
}

#slideshow img {
	width: 440px;
	height: 314px;
	/* border-radius: 8px; */
	opacity: 0;
	/*初始不透明度为0，图片都看不见*/
	transition: opacity 1s linear;
	/*--重点--定义一个关于透明度的transition*/
}

#slideshow .active img,
#slideshow .active em {
	opacity: 1;
	/*有active类的图片不透明度为1，即显示图片*/
}

/*-- 设置页码的样式 --*/
#slideshow div {
	z-index: 200;
	position: absolute;
	bottom: 14px;
	right: 3%;
	padding: 5px;
	margin-left: -57.5px;
	/*水平居中，算出来宽度是115px*/
	border-radius: 25px;
}

#slideshow span {
	float: left;
	width: 8px;
	height: 8px;
	border-radius: 48px;
	/*设置页码为圆形*/
	margin: 0 5px;
	background: rgba(255, 255, 255);
}

#slideshow span.active {
	background: none;
	background: #3fa8bd;
	width: 20px;
	height: 8px;
	display: block;
}

/*-- 设置左右按钮框的样式 --*/
#slideshow p {
	width: 30px;
	line-height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	/*设置垂直居中*/
	color: white;
	background: rgba(0, 0, 0, 0.2);
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	/*设置鼠标*/
	/*设置不能选择文本*/
	-ms-user-select: none;
	/*IE10*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	user-select: none;
	display: none;
}

#slideshow p.left {
	left: 0;
}

#slideshow p.right {
	right: 0;
}

#slideshow:hover p {
	display: block;
}

#slideshow p:hover {
	background: rgba(0, 0, 0, 0.6);
}

#slideshow a {

	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#slideshow a em {
	font-size: 16px;
	opacity: 0;
	padding: 0 20px 0 40px;
	display: block;
	width: 88%;
	line-height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 50;
	color: #fff;
	background-color: rgb(24, 24, 24, 0.5);
}

#slideshow a em::before {
	content: '';
	width: 5px;
	height: 16px;
	border-radius: 40px;
	background-color: #3fa8bd;
	display: block;
	position: absolute;
	top: 16px;
	left: 28px;
}
/* 轮播图下 */
.pyq-ban-b1{
	overflow: hidden;
	margin-top: 10px;
}
.pyq-ban-b1 a,.pyq-ban-b2 i{
	margin-top: 10px;
	display: block;
}
.pyq-ban-b1 a:nth-child(1){
	font-size: 16px;
	font-weight: bold;
}
.pyq-ban-b1 a:nth-child(2){
	font-size: 14px;
	color: #666;
	line-height: 20px;
	overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.pyq-ban-b2 i,.pyq-ban-b2 a{
	line-height: 20px;
	margin-right: 20px;
	font-size: 12px;
	color: #999;
	float: left;
}
/* 轮播图下结束 */
/* 轮播图结束 */
.pyq-ban {
	margin: 13px auto 0 auto;
	width: 1200px;
	overflow: hidden;
}

/* top */
/* top */
/* 左 */
#pyq-box {
	height: 432px;
	overflow: hidden;
}

.pyq-ban-a2 {
	width: 440px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
	background-color: #fff;
}

a:hover ,.pyq-lm-a2 a,
.pyq-lm-b3 em:hover{
	color: #3fa8bd !important;
}

/* 左结束 */
/* 右 */
.pyq-ban-d {
	float: left;
	margin-right: 30px;
	width: 400px;
	overflow: hidden;
}

.pyq-ban-d1 {
	overflow: hidden;
	border-bottom: 1px #d6d6d6 solid;
}

.pyq-ban-d1 h4 {
	font-size: 20px;
	float: left;
	line-height: 50px;
	border-bottom: 2px #3fa8bd solid;
	position: relative;
	text-indent: 35px;
}
.pyq-lm-a h4{
	position: relative;
	text-indent: 35px;
}
.pyq-ban-d1 h4::before,.pyq-lm-a h4::before{
	content: '';
    background: url(../img/icon_za.png) left center;
	background-size: 30px 30px;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    display: block;
    position: absolute;
    left: 0px;
    top: 11px;
}
.pyq-lm-s{
	font-size: 20px;
    font-weight: bold;
    color: #3fa8bd;
    line-height: 50px;
	position: relative;
    text-indent: 35px;
}
.pyq-lm-c5 h4 a{
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
	color:#3fa8bd;
}
.pyq-lm-c5 h4 a::before{
	content: '';
    background: url(../img/icon_za.png) left center;
	background-size: 30px 30px;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    display: block;
    position: absolute;
    left: 0px;
    top: 11px;
}
.pyq-ban-d ul {
	position: relative;
	overflow: hidden;
}

.pyq-ban-d ul li {
	margin: 0 0 10px 0;
	overflow: hidden;
	width: 400px !important;
}
.pyq-ban-d ul li:nth-child(5){
	margin-bottom: 0;
}
.pyq-ban-d ul li a {
	display: block;
	line-height: 32px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	font-weight: bold;
}
.pyq-ban-d ul li:hover .kk{
	background-color: #3fa8bd !important;
	color:#fff;
}
.pyq-ban-d ul li i {
	margin-top: 4px;
	border-radius: 4px;
	padding: 2px 5px;
	background-color: #3fa8bd;
	font-size: 12px;
	color: #fff;
	height: 20px;
	line-height: 20px;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.pyq-ban-d ul li em{
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	width: 400px;
	margin-top: 5px;
}
/* 右结束 */
/* 2 */
.pyq-ban-f{
	width: 300px;
	float: left;
}
.pyq-ban-f img{
	width: 300px;
	height: 143px;
	border-radius: 8px;
	margin-top: 20px;
	overflow: hidden;
}
.pyq-ban-f ul{
	overflow: hidden;
	margin-top: 10px;
}
.pyq-ban-f ul li{
	line-height: 38px;
	height: 38px;
	overflow: hidden;
}
.pyq-ban-f ul li span{
	display: block;
	width: 16px;
	text-align: center;
	line-height: 16px;
	float: left;
	font-size: 12px;
	color: #fff;
	border-radius: 40px;
	background-color: #ccc;
	margin: 10px 8px 0 0;
}
.pyq-ban-f ul li a{
	font-size: 15px;
	display: block;
	width: 80%;
	float: left;
	height: 38px;
}
.pyq-ban-f ul li i{
	font-size: 12px;
	float: right;
	color: #999;
}
/* 2 */
/* banner结束 */
/* 栏目内容 */
.pyq-lm2{
	width: 870px;
	float: left;
	margin-right: 30px;
	background-color: #fff;
	overflow: hidden;
}
.pyq-lm-a{
	display: flex;
	justify-content: space-between;
	border-bottom: #ebebeb solid 1px;
}
.pyq-lm-a h4,.pyq-lm-a span{

	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 50px;

}
/* 1 */
.pyq-lm-b{
	width: 420px;
	float: right;
	overflow: hidden;
	margin: 10px  0 0 30px;	
}

.pyq-lm-b4{
	margin:0 ;
	float: left;
}
.pyq-lm-b4 .pyq-lm-b2 li{
	line-height: 41px;
}
.pyq-lm-b1 li{
	overflow: hidden;
	display: block;
	width: 100%;
	height: 230px;
	float: left;
	position: relative;
}
.pyq-lm-b1 li em{
	font-size: 16px;
	position: absolute;
	line-height: 40px;
	bottom: 0;
	left: 0;
	
	padding: 0 20px 0 36px;
	color: #fff;
	background-color: hsl(0, 0%, 0%,0.5);
	width: 90%;
}
.pyq-lm-b1 li em::before{
	content: '';
	background-color: #fff;
	height: 16px;
	width: 6px;
	border-radius: 40px;
	display: block;
	position: absolute;
	top: 12px;
	left: 20px;
}
.pyq-lm-b1 li:nth-child(2),
.pyq-lm-b7 li:nth-child(2n){
	margin-right: 0;
}
.pyq-lm-b1 li img{
    transition: all 0.5s linear 0s;
	width: 100%;
	height: 100%;
}
.pyq-lm-b1 li img:hover,
.pyq-lm-b3 img:hover{
	transform: scale(1.1,1.1);
}
.pyq-lm-b2,.pyq-lm-b1{
	overflow: hidden;
	margin-top: 10px;
}
.pyq-lm-b2 li{
	overflow: hidden;
	width: 420px;
	margin-right: 30px;
	line-height: 36px;
}
.pyq-lm-kk a{
	font-weight: bold;
	line-height: 30px;
}
.pyq-lm-b2 li a{
	display: block;
	float: left;
	width: 85%;
	font-size: 16px;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}

.pyq-lm-kk i{
	line-height: 30px;
}
.pyq-lm-b2 li i{
	font-size: 12px;
	float: right;
	color: #999;
}
.pyq-lm-b2 li:hover i{
	color: #3fa8bd;
}
.pyq-lm-kk em{
	display: block;
	color: #999;
	font-size: 14px;
	line-height: 20px !important;
	float: left;
	overflow: hidden;
	white-space: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.pyq-lm-kk{
	margin-bottom: 5px;
}
/* 1 */
/* 2 */
.pyq-lm-c{
	margin-top: 20px;
	display: block;
	overflow: hidden;
	width: 300px;
}
.pyq-lm-c ul{
	margin-top: 10px;
	overflow: hidden;
}
.pyq-lm-c ul li{
	font-size: 16px;
	overflow: hidden;
	line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pyq-lm-c ul li a{
	font-size: 15px;
}
/* 2 */
/* 3 */
.pyq-lm-f,.pyq-lm-f li{
	overflow: hidden;
}
.pyq-lm-f li{
	margin: 10px 0 22px 0;
}
.pyq-lm-f li img{
	width: 149px;
	height: 90px;
	float: left;
	margin-right: 10px;
	border-radius: 6px;
}
.pyq-lm-f li a:nth-child(2){
	font-size: 16px;
	white-space: nowrap;
	line-height: 32px;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	color:#000;
}
.pyq-lm-f li a:nth-child(3){
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	white-space: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	color: #777777;
}
.pyq-lm-f li i{
	display: block;
	margin-top: 6px;
	font-size: 12px;
	color: #999;
}
.pyq-lm-f li:nth-child(4){
	margin-bottom: 0;
}
/* 推荐 */
.pyq-lm-f3 img{
	width: 140px;
	height: 100px;
	float: left;
	margin-right: 10px;
	border-radius: 8px;
}
.pyq-lm-f3{
	margin-bottom: 10px;
	position: relative;
	line-height: 24px !important;
	margin-top: 10px;
	
}
.pyq-lm-f3 a{
	overflow: hidden;
	white-space: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pyq-lm-f3 i{
	position: absolute;
	bottom: 0;
	color: #999;
	font-size: 12px;
}
.pyq-lm-f2 ul li span{
	display: block;
	float: left;
	width: 16px;
	text-align: center;
	line-height: 16px;
	font-size: 12px;
	color: #fff;
	background-color: #ccc;
	border-radius: 40px;
	margin: 12px 10px 0 0;
}
.pyq-lm-f2 li:nth-child(2) span,
.pyq-lm-f2 li:nth-child(3) span,
.pyq-lm-f2 li:nth-child(4) span,
.pyq-ban-f ul li:nth-child(1) span,
.pyq-ban-f ul li:nth-child(2) span,
.pyq-ban-f ul li:nth-child(3) span{
	background-color: #3fa8bd;
}
.pyq-lm-f2 li:not(.pyq-lm-f3) a{
	display: block;
	float: left;
	overflow: hidden;
	width: 80% !important;
	text-overflow: ellipsis;
}
.pyq-lm-f2 li:not(.pyq-lm-f3) i{
	float: right;
	font-size: 12px;
	color: #999;
	margin-right: 0;
}
/* 推荐 */
/* 3 */
/* 栏目内容结束 */
/* 置顶 */
.pyq-totop1{
	top: 60% !important;
	background: none !important;
	box-shadow:none !important;
}
.pyq-totop {
	display: none;
	position: fixed;
	right: 10px;
	top: 20%;
}
.pyq-totop .totop1{
	width: 60px;
	height: 60px;
	background: url(../img/Slice10.png) no-repeat center center;
	background-size: 60px;
}
.pyq-totop .totop1:hover{
	background: url(../img/Slice11.png) no-repeat center center;
	background-size: 60px;
}
/* 置顶结束 */
/* label */
/* 栏目内容 */
.pyq-la-a {
	/* padding-top: 10px; */
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.pyq-la-b {
	width: 870px;
	float: left;
	margin-right: 30px;
	overflow: hidden;
}

/* 当前位置 */
.pyq-b-b {
	line-height: 40px;
	background-color: #ebebeb;
}

.pyq-cla-a {
	background-color: #fff;
	border-radius: 8px;
	line-height: 40px;
	overflow: hidden;
	margin-bottom: 20px;
}

.pyq-la-c1 {
	overflow: hidden;
}

.pyq-la-c1 a,
.pyq-la-c1 em,
.pyq-la-c1 i {
	display: block;
	float: left;
	font-size: 14px;
	color: #999999;
}

.pyq-la-c1 i {
	margin: 0 6px;
}

/* 当前位置结束 */
/* 今日推荐 */
.pyq-cla-a1{
	margin-top: 20px;
}
.pyq-cla-a1 li{
	position: relative;
	line-height: 28px;
	width: 415px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
}
.pyq-cla-a1 li:nth-child(2){
	margin-right: 0;
}
.pyq-cla-a1 li img{
	width: 175px;
	height: 95px;
	border-radius: 6px;
	float: left;
	margin-right: 10px;
}
.pyq-cla-a1 li a{
	font-size: 18px;
	display: block;
	height: 54px;
	overflow: hidden;
}
.menu{width:90px; background:#fff; border:1px #32c6c6 solid; border-radius:4px; position:fixed; right:0; padding:0 6px;}
.menu a{width:100%; height:30px; line-height:30px; display:inline-block;}
.pyq-cla-a1 li i{
	display: block;
	position: absolute;
	bottom: 0;
	left: 185px;
	color: #999;
	font-size: 12px;
}
/* 下 */
.pyq-cla-a2 li:nth-child(2n){
	margin-right: 0;
}
.pyq-cla-a2{
	display: block;
	float: left;
	overflow: hidden;
	margin-top: 20px;
}
.pyq-cla-a2 li{
	border-left: #3fa8bd 2px solid;
	width: 399px;
	float: left;
	margin-right: 30px;
	position: relative;
	padding-left: 10px;
	margin-left: 6px;
}
.pyq-cla-a2 li::before{
	content: '';
	background-color: #3fa8bd;
	border-radius: 40px;
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	left: -5px;
	top: 16px;
} 
.pyq-cla-a2 li a{
	display: block;
	width: 91%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	font-size: 16px;
}
.pyq-cla-a2 li i{
	float: right;
	font-size: 12px;
	color: #999999;
}
/* 下结束 */
/* 今日推荐结束 */
.pyq-la-d {
	overflow: hidden;
	border-radius: 8px;
}

.pyq-dd {
	float: right;
	font-size: 14px;
	color: #999999;
}

/* 列表 */
.pyq-la-d2 li img {
	position: relative;
	z-index: 10;
	width: 180px;
	height: 100px;
	float: left;
	margin-right: 10px;
	border-radius: 4px;
}

.pyq-la-d2 li {
	overflow: hidden;
	padding: 20px 0;
	border-bottom: solid #f2f2f2 1px;
}

.pyq-la-d2 li a span {
	font-weight: 600;
	display: block;
	font-size: 18px;
	color: #343434;
	line-height: 24px;
	position: relative;
}

.pyq-la-d2 li a:hover h4 {
	color: #3fa8bd;
}

.pyq-la-d2 li a em {
	font-size: 16px;
	display: block;
	line-height: 24px;
	color: #777777;
	margin: 5px 0 10px 0;
	overflow: hidden;
	white-space: normal;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pyq-la-d2-a {
	overflow: hidden;
	font-size: 12px;
	color: #B9B9B9;
}

.pyq-la-d2-a a {
	margin-right: 20px;
	display: block;
	max-width: 200px;
	float: right;
	color: #B9B9B9;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pyq-la-d2-a i {
	float: left;
}

/* 列表结束 */
/* 分页 */
.pyq-paging {
	padding: 30px 0 10px 0;
	text-align: center;
}

.pyq-pagination {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin-top: 10px;
}

.pyq-pagination li {
	display: inline;
	text-align: center;
}

.pyq-pagination a {
	float: left;
	display: block;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 12px;
	color: #4a4a4a;
	margin-left: -1px;
	border: 1px solid transparent;
	line-height: 1.5;
}

.pyq-pagination a.active {
	cursor: default;
}

.pyq-pagination a:active {
	outline: none;
}

.modal-4 a {
	color: #333;
	margin: 0 5px;
	padding: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	background-color: hsl(216, 70%, 58%, 0.1);
}

.modal-4 a.next {
	-moz-border-radius: 0 50px 50px 0;
	-webkit-border-radius: 0;
	border-radius: 5px;
	border: 0 !important;
	width: 80px;
}

.modal-4 a:hover {
	color: #fff !important;
	border: 1px solid #3fa8bd;
	background-color: #3fa8bd;
}

.modal-4 a.active,
.modal-4 a:active {
	background-color: #3fa8bd;
	border: 1px solid #3fa8bd;
	color: #fff;
}

/* 右边 */
.pyq-lm-c i{
	float: right;
	font-size: 12px;
	color: #999;
}
.pyq-ri-a{
	width: 300px;
	float: left;
	overflow: hidden;
}	
.pyq-ri-a .pyq-lm-c{
	margin: 0 0 30px 0;
	overflow: hidden;
	background-color: #fff;
}
.pyq-lm-c5 h4{
	background: none;
	padding: 0;
}
.pyq-lm-c5 a{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
} 

.pyq-lm-c5 ul li {
	overflow: hidden;
	line-height: 32px;
	height: 32px;
}
.pyq-lm-c5 ul li a{
	width: 83%;
	float: left;
}
.pyq-lm-c5 ul li i{
	float: right;
	font-size: 12px;
	color: #999;
}
/* 推荐 */
/* 分页结束 */
/* 栏目内容结束 */
/* label结束 */
/* 详情页 */
.pyq-la-c{
	overflow: hidden;
	background-color: #fff;
	border-radius: 8px;
}

.tiem {
	font-size: 12px;
	margin-top: 20px;
	color: #999999;
	display: flex;
	justify-content: center;
}

.tiem a {
	display: none;
	float: left;
	margin-left: 20px;
	max-width: 200px;
	color: #999999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pyq-art-a {
	text-align: center;
	overflow: hidden;
	margin: 40px 0;
}

.pyq-art-a h1 {
	font-size: 36px;
	line-height: 40px;
}

.pyq-tiem {
	overflow: hidden;
	margin: 20px 0;
}

.pyq-tiem i,
.pyq-tiem a {
	font-size: 12px;
	color: #999999;
	display: block;
	float: left;
}

.pyq-tiem a {
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 20px;
}

.pyq-art-b {
	overflow: hidden;
	position: relative;
}

.pyq-art-b p {
	text-indent: 2em;
	font-size: 16px;
	line-height: 34px;
	margin-bottom: 6px;
	overflow: hidden;
	text-align: justify;
}

.pyq-art-b p i {
	margin-right: 30px;
}

.pyq-art-b b {
	display: block;
	font-size: 16px;
	margin-bottom: 20px;
	overflow: hidden;
}

/* 篇 */
.pyq-art-c p {
	padding-bottom: 20px;
	border-bottom: #f2f2f2 solid 1px;
}

.pyq-art-c p,
.pyq-art-c p a {
	font-size: 12px;
	color: #9E9E9E;
}

.pyq-art-c1 {
	margin: 30px 0 10px 0;
	display: flex;
	justify-content: space-between;
}

.pyq-art-c1 span {
	max-width: 400px;
	display: flex;
}

.pyq-art-c1 em {
	font-weight: bold;
	display: block;
	float: left;
	width: 64px;
}

.pyq-art-c1 a {
	max-width: 330px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	float: left;
}

/* 篇结束 */
/* 相关阅读 */
.pyq-rel {
	margin: 30px 0;
	background-color: #fff;
	overflow: hidden;
	border-radius: 8px;
}

.pyq-rel-a {
	overflow: hidden;
}

.pyq-rel-a h4 {
	font-size: 20px;
	line-height: 24px;
	display: block;
	float: left;
}

.pyq-rel-b {
	overflow: hidden;
}

.pyq-rel-b ul {
	overflow: hidden;
	height: 135px;
}

.pyq-rel-b ul li {
	width: 390px;
	margin: 20px 30px 20px 0;
	overflow: hidden;
	float: left;
}

.pyq-rel-b ul li:nth-child(2) ,
.pyq-rel-c li:nth-child(2n){
	margin-right: 0;
}

.pyq-rel-b ul li a img {
	width: 170px;
	height: 95px;
	border-radius: 8px;
	float: left;
	margin-right: 10px;
}

.pyq-rel-b ul li a span {
	padding-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.pyq-rel-b ul li a em {
	display: block;
	padding-top: 10px;
	overflow: hidden;
	white-space: normal;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 14px;
	line-height: 20px;
	color: #777777;
}
.pyq-rel-c{
	overflow: hidden;
	margin-top: 20px;
}
.pyq-rel-c li {
	width: 420px;
	float: left;
	margin: 0 30px 20px 0;
	overflow: hidden;
}

.pyq-rel-c li a {
	font-size: 16px;
	width: 90%;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
	position: relative;
}

.pyq-rel-c li i {
	font-size: 12px;
	color: #999999;
	float: right;
}

/* 相关阅读结束 */

/* 详情页结束 */
/* 网站地图 */
.pyq-la-a1 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.pyq-map {
	overflow: hidden;
}
.pyq-la-a1 .pyq-la-c{
	padding-top: 30px;
	margin-bottom: 20px;
}
.pyq-map-b {
	overflow: hidden;
	margin: 10px 0;
}

.pyq-map-b ul {
	overflow: hidden;
	margin-top: 20px;
}
.pyq-la-a1 .pyq-la-c .pyq-map-a h4{
	padding-left: 16px;
	position: relative;
}
.pyq-la-a1 .pyq-la-c .pyq-map-a h4::before{
	content: '';
	background-color: #3fa8bd;
	width: 6px;
	height: 16px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 40px;
}
.pyq-map-b ul li {
	float: left;
	font-size: 16px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #f2f2f2;
	border-radius: 4px;
}

.pyq-map-b ul li a {
	display: block;
	line-height: 28px;
	padding: 0 20px;
}

/* 网站地图结束 */
.sidenav,
.pyq-jg,
.pyq-lan-ac,
.pyq-lan-a2 img,
.pyq-hot,
.pyq-top_right span,.pyq-hot,
.pyq-logo a img:nth-child(1),
.pyq-logo3 ,.pyq-ban-e,.pyq-lm-b5 i{
	display: none;
}
.pyq-lm-a a{
	line-height: 50px;
    font-size: 12px;
}
/* 测边导航栏 */
.autoMenu{
	overflow: hidden;
}
.autoMenu a{
	font-size: 16px;
	display: block;
	line-height: 24px;
	padding-bottom: 10px;
}
.autoMenu ul{
	margin-left: 12px;
	padding-left: 10px;
	border-left: #dbe1de 1px solid;
}
.autoMenu ul li{
	position: relative;
}
.autoMenu ul li::before{
	content: '';
	background-color: #dbe1de;
	width: 8px;
	height: 8px;
	border-radius: 40px;
	position: absolute;
	display: block;
	top: 8px;
	left: -15px;
}
.autoMenu .active a{
	color: #3fa8bd;
}
.active::before{
	background-color: #3fa8bd !important;
}
.pyq-totop{
	padding: 20px 20px 20px 10px;
	background-color: #fff;
	box-shadow: 0px 8px 10px 0px rgb(0 0 0 / 20%);
}
.totop{
	font-size: 16px;
	padding-left: 32px;
	background: url(../img/Slice10.png) no-repeat center left;
	background-size: 24px;
	display: block;
    line-height: 24px;
}
.totop:hover{
	background: url(../img/Slice11.png) no-repeat center left;
	background-size: 24px;
}
.pyq-left{
	float:left;
}
.pyq-ban-a2{
	float: right !important;
}
.pyq-art-b{
	font-size: 16px;
}
.pyq-la-c1 {
	display: flex;
	align-items: center;
}
.pyq-la-c1 h1,.pyq-la-c1 h2{
	font-size: 12px;
	color:#999;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
article.pyq-art-a i{
    font-size: 14px;
    color: #999;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: normal;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    display: block;
 }
 article.pyq-art-a p{
    font-size: 16px;
    line-height: 36px;
    margin: 8px 0;
    text-align: left;
    text-indent: 2em;
    text-align: justify;
 }
 article.pyq-art-a ul{
   text-align: left;
 }
 article.pyq-art-a h2{
    text-align: left;
    font-size: 16px;
 }
 article.pyq-art-a .art2{
	width: 100%;
    overflow: hidden;
    display: block;
    font-weight: normal;
    padding-bottom: 15px;
    border-bottom: #f2f2f2 1px solid;
    margin-bottom: 15px;
 }
 article.pyq-art-a p:last-child{
	text-indent: 0 !important;
 }
ul b.pyq-art-a{
	color:#999;
	font-weight: normal;
}