@charset "utf-8";
body,form,ul,li,h1,h2,h3{margin:0; padding:0; font-family:"微软雅黑","宋体";}
:root{
	--color-menu-bg:#f0f0f0;
	--color-font-nav:#D80C18;
}
img{border:none;}
.head{ width:1210px; margin:0 auto; overflow:hidden;}
.logo{ width:296px; height:46px; padding:29px 0 29px 10px; float:left; margin-right:100px;}
.search{ width:414px; height:36px; float:left;border:solid 2px #e7e4e4; border-radius:50px; margin:36px 0 0 0; padding:2px 0 0 17px;background:#FFF;}
.search_input{ width:376px; width:374px; height:32px; border:0; line-height:32px; float:left; font-size:14px;outline:none;}
.search_submit {
	border: 0;
	background: url(/resources/static/btn_search.png) no-repeat;
	background-size:contain;
	width: 32px;
	height: 32px;
	cursor: pointer;
	opacity: 0.6;
}
.mobile{ float:right; padding-top:29px;}
.mobile img{ float:right; margin-left:8px; border:0;}
.focus{ width:100%; padding-top:37px;}
.w{ width:1210px; margin:0 auto;}
.focus .piclist{ width:790px; float:left;}
.focus .piclist .pic{ width:790px; height:430px; overflow:hidden;}
.focus .piclist .pic li{ width:790px; height:430px;}
.focus .piclist .numlist{ width:195px; margin:0 auto; padding-top:15px;}
.focus .piclist .numlist li{ width:29px; height:6px; background-color:#FFF; list-style:none; float:left; margin:0 5px;}
.focus .piclist .numlist .on{ background-color:#856874;}

.focus .textlist {
    width: 400px;
    float: right;
    overflow: hidden;
}

.focus .textlist li {
    width: 400px;
    height: 120px;
    background-color: #FFF;
    list-style: none;
}
.focus .textlist li > a{
	width: 120px;
	height: 120px;
	display: block;
	float: left;
	overflow: hidden;
}
.focus .textlist li > a:hover{
	opacity: 0.8;
}

.focus .textlist li + li {
    margin-top: 15px;
}

.focus .textlist li h1,
.focus .textlist li span {
    display: block;
    width: 237px;
    float: right;
    color: #666666;
}

.focus .textlist li h1 {
    font-size: 18px;
    padding: 8px 17px 0px 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
    font-weight: normal;
}

.focus .textlist li h1 a {
    color: #3f3f3f;
    text-decoration: none;
}

.focus .textlist li span {
    font-size: 12px;
    padding: 5px 17px 0 0;
    line-height: 20px;
    height: 56px;
	overflow: hidden;
	display: -webkit-box; /* 使用WebKit的盒模型 */
	-webkit-box-orient: vertical; /* 设置盒模型的方向为垂直 */
	-webkit-line-clamp: 3; /* 设置显示的行数为2 */
	line-clamp: 3;
}

.focus .textlist .tit {
	letter-spacing: 10px;
	width:fit-content;
	background: var(--color-menu-bg);
	padding: 4px 15px;
	margin-bottom: 10px;
	border-radius: 8px;
}

.act {
	margin-top:20px;
	width: 100%;
	overflow: hidden;
}

.act .tit {
	width: 1133px;
	height: 45px;
	margin: 0 auto;
	background: url(/resources/static/act_tit.gif) no-repeat;
	line-height: 45px;
	font-size: 30px;
	padding-left: 56px;
	color: #666;
}

.act .tit #btn {
	color: #666;
	text-decoration: none;
}

.act ul {
	margin: 0 auto;
	padding-top: 20px;
	width: 1194px;
	overflow: hidden;
}

.act li {
	width: 362px;
	height: 473px;
	float: left;
	background: url(/resources/static/act_pic_bg.gif) no-repeat;
	list-style: none;
	padding: 1px 0 0 2px;
}

.act li+li {
	margin-left: 51px;
}

.act img {
	border: 0;
}

.act li .img {
	display: inline-block;
	width: 360px;
	height: 320px;
	overflow: hidden;
	background: #CCC;
	line-height: 320px;
	vertical-align: middle;
}

.act li p {
	display: block;
	width: 300px;
	height: 57px;
	overflow: hidden;
	font-size: 12px;
	line-height: 20px;
	margin: 0 auto;
	padding-top: 10px;
}

.act li p a {
	color: #999;
	text-decoration: none;
}

.act li span {
	display: block;
	width: 84px;
	height: 32px;
	background-color: #FF70AE;
	text-align: center;
	line-height: 32px;
	float: right;
	margin: 30px 38px 0 0;
}

.act li span a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.qmt{width:100%; background-color:#fff; overflow:hidden; padding:20px 0 60px 0;}
.qmt .tit{height:40px; margin:0 auto; line-height:40px; font-size:30px;color:#666;}
.qmt ul{ padding-top:40px;  _display:inline;}
.qmt li{ width:122px; float:left; list-style:none;}
.qmt li+li{margin-left:33px;}
.qmt li p{ text-align:center; margin:0; padding:10px 0; font-size:16px;}
.qmt li a{ color:#8B8B8B; text-decoration:none;}
.qmt .qmt_item a{
	text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
	width: 130px;
}

.qmt .qmt_item span{
	display: block;
	width: 130px;
	height: 130px;
}
.qmt .qmt_item .icon_xcq_ss{
	background: url(/resources/static/qmt_list.png) no-repeat;
	background-size:100% auto;
	background-position: center top;
}
.qmt .qmt_item .icon_sy_nx{
	background: url(/resources/static/qmt_list.png) no-repeat;
	background-size:100% auto;
	background-position: center -130px;
}
.qmt .qmt_item .icon_weixin{
	background: url(/resources/static/qmt_list.png) no-repeat;
	background-size:100% auto;
	background-position: center -265px;
}
.qmt .qmt_item .icon_sph{
	background: url(/resources/static/qmt_list.png) no-repeat;
	background-size:100% auto;
	background-position: center -401px;
}
.qmt .qmt_item .icon_sy_ly{
	background: url(/resources/static/qmt_list.png) no-repeat;
	background-size:100% auto;
	background-position: center -533px;
}
.qmt .qmt_item .icon_xcq_yx{
	background: url(/resources/static/qmt_list.png) no-repeat;
	background-size:100% auto;
	background-position: center -666px;
}
.qmt .qmt_item .icon_cqzmqn{
	background: url(/resources/static/qmt_list.png) no-repeat;
	background-size:100% auto;
	background-position: center -800px;
}
.qmt .qmt_item .icon_cbxjz{
	background: url(/resources/static/qmt_list.png) no-repeat;
	background-size:100% auto;
	background-position: center -933px;
}

.qmt .qmt_item .qmt_ewm{
	position:absolute;
	width:140px;
	height: 140px;
	margin-left:0px;
	background-color: green;
}
.qmt .qmt_item .weixin{
	background: var(--color-menu-bg) url(/resources/static/qrcode_list.jpg) no-repeat;
	background-size:100% auto;
}
.qmt .qmt_item .sph{
	background: var(--color-menu-bg) url(/resources/static/qrcode_list.jpg) no-repeat;
	background-size:100% auto;
	background-position: 0 -140px;
}
.qmt .qmt_item .cqzmqn{
	background: var(--color-menu-bg) url(/resources/static/qrcode_list.jpg) no-repeat;
	background-size:100% auto;
	background-position: 0 -280px;
}
.qmt .qmt_item .cbxjz{
	background: var(--color-menu-bg) url(/resources/static/qrcode_list.jpg) no-repeat;
	background-size:100% auto;
	background-position: 0 -420px;
}

.links{width:100%; background-color:#fff; overflow:hidden; margin-bottom: 50px;}
.links h1{ font-weight:normal;font-size:30px; color:#616161; overflow:hidden; padding-bottom:20px;}

.links a{ display:block; width:130px; height:32px; float:left; background-color:#E1E1E1; font-size:14px; color:#888; text-decoration:none; text-align:center; line-height:32px; margin:0 4px 4px 0; }
.bottom {
	width: 100%;
	background-color: #f2f3f5;
	overflow: hidden;
	padding: 35px 0 37px 0;
}

.bottom .Copyright {
	padding: 0 10px;
	float: left;
	color: #cbcbcb;
}

.bottom .Copyright h1 {
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 15px;
}

.bottom .Copyright h1 a {
	color: #333;
	text-decoration: none;
	margin-right: 15px;
}

.bottom .Copyright p {
	color: #666;
	font-size: 12px;
	margin: 5px 0;
}

.bottom .ico {
	float: right;
}

.bottom .ico li {
	width: 85px;
	height: 95px;
	background-color: #FFF;
	text-align: center;
	line-height: 60px;
	float: right;
	list-style: none;
	margin: 0px 0 0 7px;
	padding-top: 5px;
}

.bottom span {
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
	line-height: 1px;
}

/*焦点图*/
#owl-demo .item img{
  display: block;
  width: 100%;
  border:none;
}
#owl-demo .item{position:relative;height:430px;overflow:hidden;}
#owl-demo .item span,.item div{position:absolute;left:0;top:340px;width:100%;height:90px;}
#owl-demo .item span{filter:alpha(Opacity=50);-moz-opacity:0.5;opacity: 0.5;background-color:#333333;z-index:9998;}
#owl-demo .item div{margin-left:10px;color:#FFFFFF;z-index:9999;}
#owl-demo .item div h2{font-size: 18px;font-weight: normal;margin:0;padding:5px 0px;}
#owl-demo .item div h2 a{color:#FFFFFF;text-decoration:none;}
#owl-demo .item div p{margin:0;padding:0;line-height:25px;font-size:12px;width:90%;}

.menufix{position:fixed;top:0px;z-index:9999;}
.qmt_ewm{position:absolute;z-index:9999;display:none;margin-left:-18px;}
/*资讯*/
.art .w {
	width: 1194px;
}

.art .ul {
	width: 1250px;
	overflow: hidden;
}

.art {
	margin-top:20px;
	width: 100%;
	overflow: hidden;
}

.artlist {
	width: 282px;
	overflow: hidden;
	float: left;
	margin-right: 21px;
}

.artlist .tit {
	width: 280px;
	height: 46px;
	padding-left: 1px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: #333;
}
.artlist .tit span{
	font-size: 16px;
}
.artlist .tit a{
	font-size: 12px;
	color: #666;
	text-decoration: none;
	font-style: italic;
}

.artlist .toppic h3 a {
	color: #333;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.78;
	font-weight: normal;
	display: -webkit-box; /* 使用WebKit的盒模型 */
    -webkit-box-orient: vertical; /* 设置盒模型的方向为垂直 */
    -webkit-line-clamp: 4; /* 设置显示的行数为5 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 对溢出的文字使用省略号 */
}

.toppic {
	width: 280px;
	height: 130px;
	margin-top: 17px;
	padding-left: 1px;
}

.toppic img {
	float: left;
}

.toppic span {
	font-size: 13px;
	padding: 5px 10px;
	display: block;
	float: right;
	width: 130px;
	height: 120px;
	color: #FFF;
	overflow: hidden;
}

.toppic span p {
	font-size: 13px;
	margin: 0;
	height: 80px;
	overflow: hidden;
}

.arts {
	margin:10px 0px;
	width: 282px;
}

.arts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.arts li {
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
}
.arts li::before{
	content: " ";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #666;
	margin-right: 8px;
}

.arts li a {
	color: #333;
	text-decoration: none;
}

/*活动列表页*/
.artlists_w{ width:100%; overflow:hidden;}
.artlists{ width:1210px; margin:0 auto;  overflow:hidden;}
.artlists .listleft{ width:887px; float:left; overflow:hidden;}
.artlists .listleft .path{ padding:20px 0; font-size:13px; color:#626262;}
.artlists .listleft .path a{ text-decoration:none;color:#626262;}
.artlists .listleft ul{ padding:22px 0; width:950px; overflow:hidden;}
.artlists .listleft li{ width:416px; float:left; height:233px; list-style:none; margin-right:50px; margin-bottom:35px;}
.artlists .listleft li img{ width:262px; height:233px; float:left; border:none;}
.artlists .listleft li div{ float:right; width:144px; height:233px; padding-left:10px; overflow:hidden; position:relative;}
.artlists .listleft li div h1{ font-size:16px;color:#626262;  font-weight:normal;}
.artlists .listleft li div h1 a{color:#626262; text-decoration:none;}
.artlists .listleft li div p{ height:117px; overflow:hidden; font-size:14px; color:#999; text-indent:2em;}
.artlists .listleft li div p a{color:#999; text-decoration:none;}
.artlists .listleft li div span{ display:block; background-color:#FF72B0; width:70px; height:26px; line-height:26px; text-align:center; font-size:13px; position:absolute; bottom:0px; right:0px; }
.artlists .listleft li div a{ color:#fff; text-decoration:none;}
.listright{ width:294px; float:right; padding-top:18px; overflow:hidden;}
.listright .infoact,.listright .newart,.listright .friend{ width:294px;margin-top:20px;}
.listright .infoact .t,.listright .newart .t,.listright .friend .t{ width:294px; background:url(/resources/static/artlistb1.gif) no-repeat; height:1px; overflow:hidden;}
.listright .infoact .m,.listright .newart .m,.listright .friend .m{ width:292px; background:url(/resources/static/artlistb2.gif) repeat-y; overflow:hidden; padding-left:2px;}
.listright .infoact .m .tit{ width:88px; height:19px; background:url(/resources/static/artlistb4.gif) no-repeat; margin:14px 10px;; padding-left:28px; line-height:19px; color:#353334;}
.listright .infoact img{ border:none;}
.listright .infoact .m p{ font-size:14px; padding:10px 20px; line-height:25px; color:#969696;}
.listright .infoact .m span{ display:block; width:120px;_width:130px; height:6px; overflow:hidden; margin:0 auto; padding-bottom:15px;}
.listright .infoact .m span a{ display:block; width:29px; height:6px; float:left; margin:0 5px; background-color:#CFCFCF; overflow:hidden;}
.listright .infoact .m span .active{background-color:#FFB8D8;}
.listright .infoact .b,.listright .newart .b,.listright .friend .b{ width:294px; background:url(/resources/static/artlistb3.gif) no-repeat; height:4px; overflow:hidden;}
.listright .ad{ width:292px; height:113px; margin:30px auto;}
.listright .newart .m ul{ width:247px; padding:0px 25px 15px 20px; padding:0px 25px 15px 10px\9; margin:0 auto;}
.listright .newart .m li{ color:#999; width:250px; height:35px; overflow:hidden; font-size:14px; line-height:35px; list-style:inside;text-overflow: ellipsis; white-space: nowrap;}
.listright .newart .m .tit{ width:88px; height:20px; background:url(/resources/static/artlistb5.gif) no-repeat; margin:14px 10px;; padding-left:28px; line-height:20px; color:#353334;}
.listright .friend .m .tit{ width:188px; height:19px; background:url(/resources/static/artlistb6.gif) no-repeat; margin:14px 10px;; padding-left:28px; line-height:19px; color:#353334;}
.listright .friend{ margin:30px 0;} 
.listright .friend li img{ float:left;}
.listright .friend li div{ float:left; width:160px; overflow:hidden; padding-left:15px;}
.listright .friend li{ width:292px; margin:0 auto; list-style:none; padding:10px 20px 15px 20px; border-bottom:1px #e6e6e6 solid; overflow:hidden;}
.listright .friend li span{ color:#FF6FAD; font-size:13px;}
.listright .friend li p{ margin:10px 0 0 0;font-size:13px;}

/*文章列表页*/

.artlists2{ width:1210px; margin:0 auto;  overflow:hidden;}

.artlists2 .listleft{ width:887px; float:left; overflow:hidden;}
.artlists2 .listleft .path{ padding:20px 0; font-size:13px; color:#626262; }
.artlists2 .listleft .path a{ text-decoration:none;color:#626262;}
.artlists2 .listleft .commend{ width:887px; float:left; overflow:hidden;border-bottom:1px #838383 dashed;}
.artlists2 .listleft .commend .tit{ width:887px; height:20px; background:url(/resources/static/artlistb7.jpg) right 0  no-repeat; font-size:18px; color:#F68A76; font-family:"微软雅黑","黑体"; line-height:20px; }
.artlists2 .listleft .commend .cmdcon{ width:width:887px;overflow:hidden; padding:25px 0 30px 0;}
.artlists2 .listleft .commend .cmdcon img{ width:474px; height:258px; float:left; border:0;}
.artlists2 .listleft .commend .cmdcon div{ width:383px; height:258px; overflow:hidden; float:right;  position:relative;}
.artlists2 .listleft .commend .cmdcon div h1{ font-size:18px; font-weight:normal;}
.artlists2 .listleft .commend .cmdcon div h1 a{ color:#626262; text-decoration:none;}
.artlists2 .listleft .commend .cmdcon div p{ font-size:14px; text-indent:2em; height:160px; overflow:hidden;}
.artlists2 .listleft .commend .cmdcon div p a{ color:#999; text-decoration:none; }
.artlists2 .listleft .commend .cmdcon div span{ display:block; background-color:#FF72B0; width:70px; height:26px; line-height:26px; text-align:center; font-size:13px; position:absolute; bottom:0px; right:0px; }
.artlists2 .listleft .commend .cmdcon div a{ color:#fff; text-decoration:none;}

.artlists2 .listleft ul{ padding:22px 0; width:950px; overflow:hidden;}
.artlists2 .listleft li{ width:416px; float:left; height:130px; list-style:none; margin-right:50px; margin-bottom:35px;overflow:hidden;}
.artlists2 .listleft li img{ width:130px;float:left; border:none;}/* height:130px; */
.artlists2 .listleft li div{ float:right; width:263px; height:130px; padding-left:10px; overflow:hidden; position:relative;}
.artlists2 .listleft li div h1{ font-size:16px;color:#626262;  font-weight:normal;display:-webkit-box;    -webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow:hidden;}
.artlists2 .listleft li div h1 a{color:#626262; text-decoration:none;}
.artlists2 .listleft li div p{ display:block; height:42px; overflow:hidden; font-size:14px; color:#999; text-indent:2em;}
.artlists2 .listleft li div p a{color:#999; text-decoration:none;}
.artlists2 .listleft li div span{ display:block; background-color:var(--color-menu-bg); width:70px; height:26px; line-height:26px; text-align:center; font-size:13px; position:absolute; bottom:0px; right:0px;color:#666;}
.artlists2 .listleft li div a{ color:#fff; text-decoration:none;}
/*内容页*/
.content{width:887px; overflow:hidden;}
.content h1{ font-size:26px; color:#626262; text-align:center; padding:45px 0 35px 0; font-family:"微软雅黑","黑体"}
.content .info{ padding-bottom:30px;width:887px; height:20px; line-height:20px; font-size:13px; color:#626262; }
.content .info .left{ width:65%; float:left;}
.content .info .right{ width:35%; float:right; text-align:right;}
.content .info span{ padding-right:25px;}
.content .info .pl{ padding-left:20px; background:url(/resources/static/artlistb8.gif) 0 5px no-repeat;}
.content .info .sc{padding-left:20px;padding-right:0px; background:url(/resources/static/artlistb9.gif) 0 3px  no-repeat;}
.content .info .pl a,.content .info .sc a{color:#626262; text-decoration:none;}
.content .info .chai{ padding:0 0 0 30px;}
.content .info .zan a{ display:inline-block; height:23px; width:25px; background-color:#FF455A; font-size:15px; line-height:23px; text-align:center; padding:0;text-decoration:none; color:#FFF;}
.content .info .chai a{ display:inline-block; height:23px; width:25px; background-color:#808082; font-size:15px; line-height:23px; text-align:center; padding:0;text-decoration:none; color:#FFF;}
.content .contents{ padding:20px;line-height:30px;}
.content .contents p{background-color:transparent;}
.content .contents img{max-width:100%;}
.content .more{width:887px; overflow:hidden; text-align:center;}
.content .more span{ display:inline-block; width:82px; height:30px; background:url(/resources/static/more.gif) 0 30px no-repeat; font-size:20px; line-height:35px; color:#838383; padding:30px 0 20px 100px; font-family:"微软雅黑","黑体"; }
.content .more .love li{ width:124px; height:124px; float:left; margin:0;}
.content .more .love li img{ width:124px; height:124px;}
.content .more .commendart li{ width:110px; height:23px; float:left; font-size:13px;  overflow:hidden;color:#626262;  margin:0 14px 12px 0;}
.content .more .commendart li a{color:#626262; text-decoration:none;}
.content .more .commendart ul{ padding:0;}

/*右侧*/
.infoact .piclist{ width:290px;overflow:hidden;}
.infoact .piclist img,.userinfo_right .cmduser img,.infos .fwjllist li img{ border:0;}
.infoact .piclist p{ padding:20px;padding-bottom:10px;font-size:14px; line-height:20px; margin:0;height:70px;line-height: 1.78;}
.infoact .piclist p a{ color:#333; text-decoration:none;}
.infoact .numlist{ width:117px; margin:0 auto; padding-top:33px;}
.infoact .numlist li{ width:29px; height:6px; background-color:#CFCFCF; margin:0 5px;float:left; list-style:none; _overflow:hidden; _display:inline;}
.infoact .numlist .on{ background-color:#FF70AE;}
#owl-demor .owl-controls .owl-page span{
	display: block;
	width: 29px;
	height: 6px;
	overflow:hidden;
	margin: 5px 7px;
	background: #CFCFCF;
	padding-bottom:0px;
}
#owl-demor .owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span{
	background:#d70d18;
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.rdnewsul li a{color:#666;text-decoration:none;}
/*分页*/
.pagestyle {text-align:center;padding:10px 0px;}
.pagestyle span,.pagestyle a{padding:4px 10px;margin:0px 5px;background:#EDEDED;}
.pagestyle a{background:#F36;color:#FFF;text-decoration:none;}
/*有言*/
#uyanbox{padding-top:15px;border-bottom: 1px dashed #626262;border-top:solid 2px #EDEDED;}
#uyanbox img{width:auto;height:auto;}
#divfenxiang span{padding-right:0px;}
#divfenxiang .spantxt{float:left;margin-top:5px;}
a.actbtn{border-radius:5px;padding:10px 30px;background:#09F;color:#FFF;font-weight:bold;text-decoration:none;}
.zhuanti{width:1210px;margin:0 auto;}
.zhuanti div{padding-bottom: 15px;}
.iframe{position:relative;padding-bottom:39.25%;height:0;overflow:hidden;width:70%;margin:15px auto}
.iframe iframe{position:absolute;top:0;left:0;width:100%;height:100%}
.app_list{display:flex;justify-content:space-between;align-items:center}
.app_list a{display:block;width:45px;height:45px;margin-right:10px}
.app_list a.shangyou{background:url(/resources/static/app_icons.png) no-repeat top center;background-size:100%}
.app_list a.xcq{background:url(/resources/static/app_icons.png) no-repeat center -45px;background-size:100%}
.menu{width:100%;height:49px;background-color:var(--color-menu-bg);font-size:18px;}
.menu .on{color:var(--color-font-nav)}
.menu > ul{padding-left:72px;display:block;width:1138px;margin:0 auto;list-style-type:none}
.menu > ul > li{position:relative;display:inline-block;height:49px;line-height:49px;padding:0 20px}
.menu > ul > li > a{color:#333;text-decoration:none;padding:5px 15px}
.menu > ul > li > a:hover{color:var(--color-font-nav);}
.submenu{display:none;position:absolute;background-color:var(--color-menu-bg);min-width:160px;z-index:1;list-style-type:none;padding:0;margin:0;border-top: solid 4px #D80C18;}
.submenu > li > a{color:#333;padding:0px 15px;text-decoration:none;display:block;}
.submenu > li > a:hover{color:var(--color-font-nav);}
.menu > ul > li:hover .submenu{display:block}
#backtop {
    display: none;
    position: fixed;
    right: -60px;
    bottom: -50px;
    background-color: #f0f0f0;
    width: 100px;
    height: 100px;
    transform: rotate(-50deg);
}

#backtop a {
    position: absolute;
    right: 45px;
    top: 10px;
    font-size: 12px;
    color: #333;
    text-decoration: none;
}
.channel_title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color:#333;
}
.channel_more{
	text-align: center;
	margin-bottom: 20px;
}
.channel_more a{
	color: #666;
	text-decoration: none;
	font-size: 14px;
	padding: 5px 10px;
	border: 1px solid #666;
	border-radius: 4px;
	transition: all 0.3s ease-in-out;
}
.channel_more a:hover{
	opacity: 0.7;
}

.about-menu {overflow:hidden;height:80px;}
.about-menu dl dt{float:left;margin-right:20px;}
.about-menu dl dt a{display:block;padding:5px 15px;background:#f0f0f0;color:#333;text-decoration:none;}
.about-menu dl dt a.this{background:#D80C18;color:#fff;}

/*文章分享按钮*/
.content .info .share_box {
	display: flex;
	justify-content: right;
	height: 30px;
}

.share_box .share_weixin {
	cursor: pointer;
	position: relative;
	width: 30px;
	height: 30px;
	background: url("/resources/static/shareico@2x.png");
	background-position: -8px -210px;
	background-size: 150%;
}

.share_box .share_nr {
	display: none;
	position: absolute;
	width: 210px;
	background-color: #fff;
	color: #333;
	top: 30px;
	right: 0;
	border: solid 1px #ccc;
	padding: 5px;
	text-align: left;
}

.share_box .share_nr::after {
	content: " ";
	position: absolute;
	top: -4px;
	right: 15px;
	display: block;
	width: 5px;
	height: 5px;
	background: #FFF;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	transform: rotate(45deg);
}

.share_box .share_weixin:hover .share_nr {
	display: block;
}

.share_box .qr_text {
	display: flex;
	align-items: center;
}