html,body{width: 100%;}
.w{width: 1200px;margin: 0 auto;}
.mt30{margin-top: 30px;}
.mt20{margin-top: 20px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.title{width: 100%;text-align: center;position: relative;}
.title img{max-width: 100%;}
.title .titleMore{font-size: 16px;color: #666;position: absolute;top: 50px;right: 10px;}
.title .titleMore:hover{color: #308a4f;}

/* banner */
.banner{width: 100%;overflow: hidden;}
.banner img{width: 100%;}
.jdzWrap{width: 100%;background-image: linear-gradient(to top, #fff, #fda063);}

/* 导语 */
.lybDy{width: 100%;padding: 40px 30px;font-size: 26px;color: #885901;background-image: linear-gradient(to top, #ffd27d, #ffe0a8);text-indent: 2em;line-height: 1.6;}

/* 近期话题 */
.jqhtWrap{margin-top: 60px;}
.jqhtWrap .jqhtL{width: 170px;line-height: 50px;font-size: 22px;background: #c8181a;text-align: center;color: #fff;}
.jqhtWrap .jqhtR{padding-left:15px;height:50px;line-height: 50px;width: calc(100% - 170px);background: #ffeee9;overflow: hidden;}
.jqhtWrap .jqhtR .tempWrap{width:100% !important;}
.jqhtWrap .jqhtR ul li{width: auto !important;float: left;}
.jqhtWrap .jqhtR ul li a{display: block;font-size: 18px;color: #333;padding: 0 30px 0 15px;position: relative;}
.jqhtWrap .jqhtR ul li a:hover{color: #ffa600;}
.jqhtWrap .jqhtR ul li a::before{content: '';display: block;width: 6px;height: 6px;background: #ffa600;border-radius: 50%;position: absolute;top: 50%;left: 0;margin-top: -3px;}

/* 留言板弹窗 */
.wylyBtn{width: 160px;line-height: 50px;background: #c8181a;text-align: center;font-size: 26px;margin: 80px auto 100px;color: #fff;border-radius: 30px;cursor: pointer;}
.lybPop{display:none;width: 100%;height: 100%;position: fixed;top: 0;left: 0;background: rgba(0,0,0,0.2);}
.lybPop .lybtcMain{cursor: pointer;width: 620px;height: 355px;position: absolute;left: 50%;top: 50%;margin-top: -165px;margin-left: -310px;background: #fff;border-radius: 10px;z-index: 999;}
.lybPop .lybtcMain .close{width: 28px;height: 28px;position: absolute;top: 15px;right: 10px;}
.lybPop .lybtcMain .close img{width: 100%;height: 100%;}
.lybPop .lybtcMain .tit{font-size: 30px;text-align: center;font-weight: bold;padding: 20px 0;color: #c8181a;border-bottom: 1px solid #ccc;}
.lybPop .lybtcMain .lybBox{padding: 40px 25px 20px;}
.lybPop .lybtcMain .lybBox p{font-size: 24px;text-align: center;color: #333;font-weight: bold;line-height: 1.8;}
.lybPop .lybtcMain .lybBox p span{color: #c8181a;}
.lybPop .lybtcMain .lybBox .qrBtn{font-size: 24px;color: #c8181a;text-align: center;border: 1px solid #c8181a;border-radius: 15px;margin: 40px auto 0;width: 135px;font-weight: 400;line-height: 50px;}

/* 底部 */
.footer{margin-top:80px;padding:30px 0 20px 0;}
.footer p{line-height:30px;font-size:16px;text-align:center;color: #333;}
@media only screen and (max-width: 1220px){
	.w{width: 920px;}
	.lybDy{padding: 30px 20px;font-size: 22px;}
	.jqhtWrap{margin-top: 40px;}
	.wylyBtn{font-size: 22px;margin: 60px auto 80px;}
	.footer{margin-top: 60px;padding: 20px 0;}
	.footer p{font-size: 16px;line-height: 1.6;}
}
@media only screen and (max-width: 992px){
	.w{width: 720px;}
	.lybDy{padding: 20px;font-size: 20px;}
	.jqhtWrap .jqhtL{font-size: 18px;width: 150px;line-height: 38px;}
	.jqhtWrap .jqhtR{height: 45px;line-height: 45px;}
	.jqhtWrap .jqhtR{width: calc(100% - 150px);}
	.wylyBtn{line-height: 45px;margin: 40px auto 60px;}
	.lybPop .lybtcMain{width: 280px;height: 260px;margin-top: -120px;margin-left: -140px;}
	.lybPop .lybtcMain .tit{font-size: 18px;padding: 20px 0;}
	.lybPop .lybtcMain .close{top: 5px;right: 5px;}
	.lybPop .lybtcMain .lybBox{padding: 25px 20px 20px;}
	.lybPop .lybtcMain .lybBox p{font-size: 16px;line-height: 1.6;}
	.lybPop .lybtcMain .lybBox .qrBtn{margin-top: 20px;line-height: 38px;width: 110px;font-size: 20px;}
	.footer{margin-top: 50px;}
	.footer p{font-size: 14px;}
}
@media only screen and (max-width: 767px){
	.banner{height: 110px;}
	.banner img{height: 100%;object-fit: cover;}
	.w{width: 100%;padding: 0 10px;}
	.lybDy{padding: 10px;font-size: 16px;line-height: 1.5;}
	.jqhtWrap{margin-top: 15px;}
	.jqhtWrap .jqhtL,.jqhtWrap .jqhtR{width: 100%;padding: 0;}
	.jqhtWrap .jqhtR ul li a{font-size: 16px;}
	.wylyBtn{line-height: 38px;font-size: 18px;margin: 20px auto 40px;}
}
