/* Fonts */
/*通用*/
*{ margin:0; padding:0;}
html{}
body{margin:0;color:#252525;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; background:#FFF; font-size:12px;position: relative;}
ul, li, dl, dt, dd, img, h1, h2, h3, h4, h5, h6, p, a, textarea, input, span, div, i, time, article, header, figure, figcaption, footer {border: 0;margin: 0;padding: 0;list-style: none;text-decoration: none;}
a{text-decoration:none;  text-shadow:none;font-weight:normal;}
ul{list-style:none;}
textarea,input,button,select{outline:none;-webkit-appearance:none; font-family:Arial, Helvetica, sans-serif;}
a{color:#6c6c6c;text-decoration:none;}
img{border:none; display: block;}
span{margin:0; padding:0; cursor: auto;}
span:focus,div:focus {outline: none;}
.flex{display:-webkit-box;display: -ms-flexbox;display:flex;flex-wrap:wrap;align-items:flex-start;}
.flexC{display:-webkit-box;display: -ms-flexbox;display:flex;align-items:center; flex-wrap:wrap;}
.fl-bet{-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content:space-between;}
.fl-cen{-webkit-box-pack: center;-ms-flex-pack: center;justify-content:center;}
.fl-end{-webkit-box-pack:right;-ms-flex-pack:right;justify-content:flex-end;}
.Huans {-webkit-box-sizing:border-box;box-sizing:border-box;}
/*header*/
.header{width:100%;background:#FFF; z-index:99;top:0; left:0;right:0; margin:0 auto;}
.hdlogo{ display:block;}
.hdlogo img{display: block;}
.hdlogo a{color: rgb(70 70 69 / var(--tw-text-opacity));}
/*搜索*/
.searchI{color:#000; border:none; background:none;}
.searcha{background-image: url("../images/search1.png"); background-position: center; background-repeat: no-repeat;display: block;border: none;background-color: transparent;}
.IndDK{ position: relative;}
.IndNava{position: relative; z-index:1}
.IndNava:before{display:block;content:'';position: absolute;width:100%;z-index:-1;left:50%;top:50%;transform: translate(-50%,-50%);}
.IndNav .on{ color:#0066ff;}
.IndNav .on:before{box-shadow:0 1px 2px rgba(0,0,0,0.15);  background:#FFF;}
.IndRK{ background:#FFF;box-shadow:0 2px 5px rgba(0,0,0,0.05);}
.Indtit img{display: block;}
.Indtit h3,.Indtit h1{color:#2c2e33;}
.IndNewN li a{display: block; color:#0066ff;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.IndNewN li p{display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden; opacity:0.8;}
/********分页*******/
.pageu{text-align:center;color:#606266; background:rgba(115,121,128,0.1);}
.page-item{color:#606266; opacity:0.9;}
.pageu img{display: block;}
.IndSeaA{color:#000; font-weight:700; background:#f8f8f8;}
.hidden{ display: none !important;}
/*footer*/
footer {width:100%;}
.ftC{color:#000; opacity:0.5;}
.ftC a{color:#000;padding-left:6px;}
/*正文*/
.shoDet{ color:#44464d;word-break:break-all;}
.shoDet h2,.shoDet b,.shoDet strong,.shoDet h3{padding:10px 0;/*  */font-size:16px;color:#44464d;letter-spacing:0.78px;text-align:justify;line-height:31px;font-weight: bold;}
.shoDet p{padding:10px 0;/*  */font-size:16px;color:#44464d;letter-spacing:0.78px;text-align:justify;line-height:31px;}
.shoDet img{margin:0.14rem 0;width:100%;border:none; display: block;}
.shoDet span{color:#8d9499; display: block;} 
.shoDet table{width: 100%;color:#444;border-left:#bababa 1px solid;border-top:#bababa 1px solid;margin:0 auto;margin-bottom:22px;border-collapse:collapse;border-spacing:0px;}
.shoDet table tr{border: #dedede 1px solid;}
.shoDet table tr:hover{background:#ecf4ff; color:#444;}
.shoDet table th{border-right:#bababa 1px solid;border-bottom:#bababa 1px solid;border-top:#bababa 1px solid}
.shoDet table td{border-bottom: #dedede 1px solid;border-right: #dedede 1px solid;text-align:center;height:25px;}
.shoDet table tbody{border:#bababa 1px solid}

/*TAG*/
.items {font-size: 14px;}
.items a:nth-child(9n){background-color: #4A4A4A;}
.items a:nth-child(9n+1){background-color: #428BCA;}
.items a:nth-child(9n+2){background-color: #5CB85C;}
.items a:nth-child(9n+3){background-color: #D9534F;}
.items a:nth-child(9n+4){background-color: #567E95;}
.items a:nth-child(9n+5){background-color: #B433FF;}
.items a:nth-child(9n+6){background-color: #00ABA9;}
.items a:nth-child(9n+7){background-color: #B37333;}
.items a:nth-child(9n+8){background-color: #FF6600;}
.items a{opacity: 0.80;filter:alpha(opacity=80);color: #fff;background-color: #428BCA;display: inline-block;margin: 0 5px 5px 0;padding: 0 6px;line-height: 25px}
.items a:hover{opacity: 1;filter:alpha(opacity=100);}

.shoGya{background:#f8f8f8;}
.shoGya span{ background:#3a7af3; color:#FFF; text-align: center; display: block;}
.shoGya p{width:100%; flex:1;color:#2c2e33; overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

/*
display:flex;justify-content:space-between;align-items:center; flex-wrap:wrap;align-content:center
|flex-start|flex-end|center|space-between|space-around

overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;

left:0;top:50%;transform: translate(0,-50%);

transition:0.5s;
.IndEnvT:before,.IndEnvT:after{display:block;content:'';position: absolute;}
*/
@media  screen and ( min-width:1536px){
.ward{width:1310px; margin:0 auto;}
/*header*/
.header{position:sticky;height:80px;}
.hdlogo{ display:block;width:176px;}
.hdlogo img{width:24px; margin-right:12px;}
.hdlogo a{font-size:20px;}
/*搜索*/
.search{width:660px;height:48px;border: 1px solid #dadada;border-radius:24px;}
.searchI{ width:100%; flex:1;padding:0 30px; line-height:30px; font-size: 16px;}
.searcha{background-size:16px; width: 40px; height: 30px; margin-right: 15px;}
.IndDK{padding:1px 0;}
.IndNav{width:176px; position: sticky;top:80px;left:0;}
.IndNav li{margin:7px 0;}
.IndNava{ font-size:15px; line-height:34px;}
.IndNava:before{height:34px;padding:0 22px; border-radius:17px; }
.IndNava:hover:before{ background:#737980;opacity:0.15;}
.IndRD{ width:100%; flex:1;}
.IndRW1{width:660px;}
.IndRK{ border:1px solid #eef0ec; border-radius:11px;padding:20px;}
.IndNew{ margin-bottom:15px;}
/*.Indtit{height:30px;}*/
.Indtit img{ width: 22px;margin-right:10px;}
.Indtit h1{ font-size:19px;line-height:30px;}
.Indtit h3{ font-size:19px;line-height:30px;}
.IndNewN{margin-top:20px;}
.IndNewN li{ border-bottom:1px solid rgba(0,0,0,0.1); padding-bottom:25px; margin-bottom:25px;}
.IndNewN li a{font-size:16px;line-height:28px;height:28px; margin-bottom:8px; }
.IndNewN li a:hover{text-decoration:underline;}
.IndNewN li p{font-size:15px;line-height:28px;height:84px;}
/********分页*******/

.pages{height:42px; padding-top:15px;font-size: 14px;}
.pages a,.pages span{ margin:0 3px;}
.pages a,.pages span{width:43px; height:36px; text-align: center; line-height:36px; display: block; border-radius:6px;}
.pages span{background:rgba(115,121,128,0.2)}
.pageP{font-size: 14px;}
.pageu{width:110px;height:37px;line-height:37px; margin-left:20px; font-size:15px; border-radius:8px;}
.pageu img{width:16px; margin-left:5px;}
.pageu:hover{background:rgba(115,121,128,0.2)}
.IndSea{width:460px;}
.IndSeaN{ margin-top:20px;}
.IndSeaA{ font-size:14px; line-height:38px; height: 38px; border-radius:19px; padding:0 20px; margin-right:10px; margin-bottom:10px;}
.IndSeaA:hover{background:rgba(115,121,128,0.15);}
/*footer*/
footer {height: 60px; margin-top:20px;}
.ftC{padding:0 12px; line-height:26px; font-size:13px}
	
.shoDet{font-size:16px; line-height:30px; margin:15px 0 10px;}
.shoDet span{ font-size:13px;}
.shoGy{padding:20px 0 10px;}
.shoGya{height:40px;padding:0 15px; border-radius:20px; margin:0 auto 14px;}
.shoGya span{border-radius:4px; line-height:18px; height:18px;width:18px;}
.shoGya p{ margin-left:10px; font-size:14px; line-height:26px; height:26px;}
.shoGya:hover{background:rgba(115,121,128,0.15);}
}
@media screen and (max-width:1535px ) and ( min-width:1280px){
.ward{width:1180px; margin:0 auto;}
/*header*/
.header{position:sticky;height:74px;}
.hdlogo{ display:block;width:160px;}
.hdlogo img{width:22px; margin-right:10px;}
.hdlogo a{font-size:19px;}
/*搜索*/
.search{width:600px;height:44px;border: 1px solid #dadada;border-radius:22px;}
.searchI{ width:100%; flex:1;padding:0 25px; line-height:30px; font-size: 15px;}
.searcha{background-size:16px; width: 40px; height: 30px; margin-right: 13px;}
.IndDK{padding:1px 0;}
.IndNav{width:160px; position: sticky;top:74px;left:0;}
.IndNav li{margin:5px 0;}
.IndNava{ font-size:14px; line-height:32px;}
.IndNava:before{height:32px;padding:0 20px; border-radius:16px; }
.IndNava:hover:before{ background:#737980;opacity:0.15;}
.IndRD{ width:100%; flex:1;}
.IndRW1{width:600px;}
.IndRK{ border:1px solid #eef0ec; border-radius:10px;padding:18px;}
.IndNew{ margin-bottom:20px;}
/*.Indtit{height:26px;}*/
.Indtit img{ width: 20px;margin-right:8px;}
.Indtit h1{ font-size:18px;line-height:30px;}
.Indtit h3{ font-size:18px;line-height:30px;}
.IndNewN{margin-top:18px;}
.IndNewN li{ border-bottom:1px solid rgba(0,0,0,0.1); padding-bottom:20px; margin-bottom:20px;}
.IndNewN li a{font-size:15px;line-height:26px;height:26px; margin-bottom:7px; }
.IndNewN li a:hover{text-decoration:underline;}
.IndNewN li p{font-size:14px;line-height:26px;height:76px;}
/********分页*******/
.pages{height:40px;}
.pageP{font-size: 13px;}
.pageu{width:100px;height:34px;line-height:34px; margin-left:16px; font-size:14px; border-radius:7px;}
.pageu img{width:14px; margin-left:4px;}
.pageu:hover{background:rgba(115,121,128,0.2)}
	
.page-item { margin:0 2px;}
.page-link{ont-size: 13px;width:32px; height:32px; text-align: center; line-height:32px; display: block; border-radius:5px;}
.pages .active .page-link,.page-link:hover{background:rgba(115,121,128,0.2)}

.IndSea{width:405px;}
.IndSeaN{ margin-top:18px;}
.IndSeaA{ font-size:13px; line-height:36px; height:36px; border-radius:18px; padding:0 17px; margin-right:6px; margin-bottom:8px;}
.IndSeaA:hover{background:rgba(115,121,128,0.15);}
/*footer*/
footer {height:54px; margin-top:15px;}
.ftC{padding:0 10px; line-height:24px; font-size:12px}
	
.shoDet{font-size:16px; line-height:27px; padding-left:25px; margin:15px 0 10px;}
.shoDet time{ font-size:12px;}
.shoDet span{ font-size:12px;}
.shoGy{padding:20px 0 10px;}
.shoGya{height:38px;padding:0 14px; border-radius:19px; margin:0 auto 12px;}
.shoGya span{border-radius:4px; line-height:16px; height:16px;width:16px; font-size:12px;}
.shoGya p{ margin-left:9px; font-size:13px; line-height:24px; height:24px;}
.shoGya:hover{background:rgba(115,121,128,0.15);}
}
@media screen and (max-width:1279px ) and ( min-width:1024px){
.ward{width:960px; margin:0 auto;}
/*header*/
.header{position:sticky;height:68px;}
.hdlogo{ display:block;width:130px;}
.hdlogo img{width:18px; margin-right:8px;}
.hdlogo a{font-size:18px;}

/*搜索*/
.search{width:488px;height:40px;border: 1px solid #dadada;border-radius:20px;}
.searchI{ width:100%; flex:1;padding:0 20px; line-height:26px; font-size: 14px;}
.searcha{background-size:14px; width:36px; height: 30px; margin-right: 10px;}

.IndDK{padding:1px 0;}
.IndNav{width:130px; position: sticky;top:68px;left:0;}
.IndNav li{margin:4px 0;}
.IndNava{ font-size:13px; line-height:28px;}
.IndNava:before{height:28px;padding:0 16px; border-radius:14px; }
.IndNava:hover:before{ background:#737980;opacity:0.15;}
.IndRD{ width:100%; flex:1;}
.IndRW1{width:488px;}
.IndRK{ border:1px solid #eef0ec; border-radius:10px;padding:15px;}
.IndNew{ margin-bottom:16px;}
/*.Indtit{height:24px;}*/
.Indtit img{ width:18px;margin-right:6px;}
.Indtit h1{ font-size:17px;line-height:30px;}
.Indtit h3{ font-size:17px;line-height:30px;}
.IndNewN{padding-left:24px; margin-top:15px;}
.IndNewN li{ border-bottom:1px solid rgba(0,0,0,0.1); padding-bottom:16px; margin-bottom:16px;}
.IndNewN li a{font-size:14px;line-height:24px;height:24px; margin-bottom:6px; }
.IndNewN li a:hover{text-decoration:underline;}
.IndNewN li p{font-size:13px;line-height:24px;height:72px;}
/********分页*******/
.pages{height:36px;}
.pageP{font-size: 12px;}
.pageu{width:90px;height:32px;line-height:32px; margin-left:14px; font-size:13px; border-radius:6px;}
.pageu img{width:12px; margin-left:2px;}
.pageu:hover{background:rgba(115,121,128,0.2)}
	
.page-item { margin:0 2px;}
.page-link{width:28px; height:28px;font-size: 12px; text-align: center; line-height:28px; display: block; border-radius:4px;}
.pages .active .page-link,.page-link:hover{background:rgba(115,121,128,0.2)}

.IndSea{width:332px;padding:15px 13px;}
.IndSeaN{ margin-top:18px;}
.IndSeaA{ font-size:12px; line-height:32px; height:32px; border-radius:16px; padding:0 10px; margin-right:5px; margin-bottom:7px;}
.IndSeaA:hover{background:rgba(115,121,128,0.15);}
/*footer*/
footer {height:54px; margin-top:15px;}
.ftC{padding:0 10px; line-height:24px; font-size:12px}
	
.shoDet{font-size:13px; line-height:25px; margin:13px 0 8px;}
.shoDet time{ font-size:12px;}
.shoDet span{ font-size:12px;}
.shoGy{padding:18px 0 8px;}
.shoGya{height:36px;padding:0 14px; border-radius:18px; margin:0 auto 10px;}
.shoGya span{border-radius:4px; line-height:16px; height:16px;width:16px; font-size:12px;}
.shoGya p{ margin-left:9px; font-size:13px; line-height:24px; height:24px;}
.shoGya:hover{background:rgba(115,121,128,0.15);}
}
@media screen and (max-width:1023px ) and ( min-width:768px){
.ward{width:738px; margin:0 auto;}
/*header*/
.header{position:sticky;height:64px;}
.hdlogo{ display:block;width:138px;}
.hdlogo img{width:18px; margin-right:8px;}
.hdlogo a{font-size:18px;}

/*搜索*/
.search{width:600px;height:40px;border: 1px solid #dadada;border-radius:20px;}
.searchI{ width:100%; flex:1;padding:0 20px; line-height:26px; font-size: 14px;}
.searcha{background-size:14px; width:36px; height: 30px; margin-right: 10px;}

.IndDK{padding:1px 0;}
.IndNav{width:138px; position: sticky;top:64px;left:0;}
.IndNav li{margin:4px 0;}
.IndNava{ font-size:13px; line-height:28px;}
.IndNava:before{height:28px;padding:0 16px; border-radius:14px; }
.IndNava:hover:before{ background:#737980;opacity:0.15;}
.IndRD{ width:100%; flex:1;}
.IndRW1{width:600px;}
.IndRK{ border:1px solid #eef0ec; border-radius:10px;padding:15px;}
.IndNew{ margin-bottom:16px;}
/*.Indtit{height:24px;}*/
.Indtit img{ width:18px;margin-right:6px;}
.Indtit h1{ font-size:17px;line-height:30px;}
.Indtit h3{ font-size:17px;line-height:30px;}
.IndNewN{margin-top:15px;}
.IndNewN li{ border-bottom:1px solid rgba(0,0,0,0.1); padding-bottom:16px; margin-bottom:16px;}
.IndNewN li a{font-size:14px;line-height:24px;height:24px; margin-bottom:6px; }
.IndNewN li a:hover{text-decoration:underline;}
.IndNewN li p{font-size:13px;line-height:24px;height:72px;}
/********分页*******/
.pages{height:36px; margin-bottom:20px;}
.pageP{font-size: 12px;}
.pageu{width:90px;height:32px;line-height:32px; margin-left:14px; font-size:13px; border-radius:6px;}
.pageu img{width:12px; margin-left:2px;}
.pageu:hover{background:rgba(115,121,128,0.2)}
	
.page-item { margin:0 2px;}
.page-link{width:28px; height:28px;font-size: 12px; text-align: center; line-height:28px; display: block; border-radius:3px;}
.pages .active .page-link,.page-link:hover{background:rgba(115,121,128,0.2)}

.IndSea{width:600px;}
.IndSeaN{ margin-top:18px;}
.IndSeaA{ font-size:12px; line-height:32px; height:32px; border-radius:16px; padding:0 13px; margin-right:7px; margin-bottom:7px;}
.IndSeaA:hover{background:rgba(115,121,128,0.15);}
/*footer*/
footer {height:54px; margin-top:15px;}
.ftC{padding:0 10px; line-height:24px; font-size:12px}
	
.shoDet{font-size:13px; line-height:25px; margin:13px 0 8px;}
.shoDet time{ font-size:12px;}
.shoDet span{ font-size:12px;}
.shoGy{padding:18px 0 8px;}
.shoGya{height:36px;padding:0 14px; border-radius:18px; margin:0 auto 10px;}
.shoGya span{border-radius:4px; line-height:16px; height:16px;width:16px; font-size:12px;}
.shoGya p{ margin-left:9px; font-size:13px; line-height:24px; height:24px;}
.shoGya:hover{background:rgba(115,121,128,0.15);}
}
@media only screen and (max-width:767px){
form{width:100%;}
.ward{}
/*header*/
.header{ padding:0.28rem 4% 0.25rem;}
.hdlogo{ display:block;width:100%; margin-bottom:0.08rem;}
.hdlogo img{width:0.18rem; margin-right:0.08rem;}
.hdlogo a{font-size:0.16rem;justify-content:center;height:0.4rem;}

/*搜索*/
.search{width:100%;height:0.36rem;border:0.01rem solid #dadada;border-radius:0.18rem;}
.searchI{ width:100%; flex:1;padding:0 6%; line-height:0.36rem; font-size:0.12rem;}
.searcha{background-size:0.12rem; width:0.3rem; height:0.3rem; margin-right:0.05rem;}

.IndDK{padding:0.01rem 0;}
.IndNav{ display:none;}
.IndNav li{margin:4px 0;}
.IndNava{ font-size:13px; line-height:28px;}
.IndNava:before{height:28px;padding:0 16px; border-radius:14px; }
.IndRD{ width:100%; flex:1;}
.IndRW1{width:100%;}
.IndRK{ border-top:0.01rem solid #eef0ec; border-bottom:0.01rem solid #eef0ec;padding:0.18rem 5%;}
.IndNew{ margin-bottom:0.15rem;}
/*.Indtit{height:0.24rem;}*/
.Indtit img{ width:0.14rem;margin-right:0.05rem;}
.Indtit h1{ font-size:0.16rem;line-height:0.2rem;}
.Indtit h3{ font-size:0.14rem;line-height:0.2rem;}
.IndNewN{ margin-top:0.1rem;}
.IndNewN li{ border-bottom:0.01rem solid rgba(0,0,0,0.1); padding-bottom:0.15rem; margin-bottom:0.15rem;}
.IndNewN li:last-child{border-bottom:none;}
.IndNewN li a{font-size:0.135rem;line-height:0.2rem;height:0.2rem; margin-bottom:0.07rem; }
.IndNewN li p{font-size:0.12rem;line-height:0.2rem;}
/********分页*******/
.pages{height:0.3rem; margin-bottom:0.2rem;}
.pageP{font-size:0.1rem;}
.pageu{width:0.7rem;height:0.26rem;line-height:0.26rem; margin-left:0.1rem; font-size:0.115rem; border-radius:0.06rem;}
.pageu img{width:0.1rem; margin-left:0.02rem;}
	
.page-item { margin:0 0.01rem;}
.page-link{width:0.22rem; height:0.22rem;font-size: 0.11rem; text-align: center; line-height:0.22rem; display: block; border-radius:0.03rem;}
.pages .active .page-link{background:rgba(115,121,128,0.2)}

	
.IndSea{width:100%;}
.IndSeaN{ margin-top:0.14rem;}
.IndSeaA{ font-size:0.115rem; line-height:0.28rem; border-radius:0.14rem; padding:0 0.1rem; margin-right:0.06rem; margin-bottom:0.08rem;}
/*footer*/
footer {padding:0.2rem 5% 0.1rem;}
.ftC{line-height:0.18rem; font-size:0.1rem; text-align: center;}
	
.shoDet{font-size:0.12rem; line-height:0.22rem;margin:0.1rem 0 0.06rem;}
.shoDet time{ font-size:0.11rem;}
.shoDet span{ font-size:0.11rem;}
.shoGy{padding:0.13rem 0 0.05rem;}
.shoGya{width:100%;height:0.32rem;margin:0 auto 0.07rem; border-radius:0.16rem; padding:0 5%;}
.shoGya span{border-radius:0.03rem; line-height:0.16rem; height:.16rem;width:0.16rem; font-size:0.1rem;}
.shoGya p{ margin-left:0.08rem; font-size:0.12rem; line-height:0.2rem; height:0.2rem;}
}

html {font-size: 625%; /*100 ÷ 16 × 100% = 625%*/}
/*出的各分辨率媒体查询换算：*/
@media screen and (min-width:360px) and (max-width:374px) and (orientation:portrait){html{font-size:703%;}}
@media screen and (min-width:375px) and (max-width:383px) and (orientation:portrait){html{font-size:732.4%;}}
@media screen and (min-width:384px) and (max-width:399px) and (orientation:portrait){html{font-size:750%; }}
@media screen and (min-width:400px) and (max-width:413px) and (orientation:portrait){html{font-size:781.25%;}}
@media screen and (min-width:414px) and (max-width:431px) and (orientation:portrait){html{font-size:808.6%;}}
@media screen and (min-width:432px) and (max-width:479px) and (orientation:portrait){html {font-size:843.75%;}}

/*
display:flex;justify-content:space-between;align-items:center; flex-wrap:wrap;align-content:center
|flex-start|flex-end|center|space-between|space-around

overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;

left:0;top:50%;transform: translate(0,-50%);

transition:0.5s;
.IndEnvT:before,.IndEnvT:after{display:block;content:'';position: absolute;}
*/

.article_footer .tag {
    text-align: right;
    color: #999;
    padding: 10px;
}
/*.fr {*/
/*    float: right;*/
/*}*/
.article_footer .tag a {
    color: #999;
    font-size: 14px;
    padding: 2px 6px;
    background-color: #eee;
    margin-right: 6px;
    border-radius: 3px;
}



/* 分页1 */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pagination{
    background-color: #fff;
    padding: 10px 10px;
    margin: 10px 0;
    /*margin-bottom: 20px;*/
}
.fl{
    float: left;
}
.fr{
    float: right;
    text-align: right;
}
.pagination-btn{
    width: 30%;
}
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}