﻿@charset "utf-8";
/*基础制作页面组件*/

html, body, div, p, hr, pre, h1, h2, h3, h4, h5, h6, table, tr, td, th, tfoot, tbody, thead, form, input, textarea, label, ul, ol, dl, li, dt, dd, .clearfix:after { margin: 0; padding: 0; }
html, body { height: 100%; }
body {background:#999;font-size:0.45rem;padding: 0; margin: 0; 
font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun, "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;box-sizing: border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);}
@media screen and (min-width:640px) {body {background-image:-webkit-linear-gradient(left,#999,#fff,#999);}}
h1, h2, h3, h4 { font-weight: normal; }
li { list-style-type: none; }
a { text-decoration: none; outline: none; color: #333; }
a:hover { text-decoration: none;color:#2D8BDE; }
table { border-collapse: collapse; border-spacing: 0; }
iframe, img { border: 0; }
img { vertical-align: middle; }
input{outline: none}
.clear{clear: both; }
.clearfix { display: block; #zoom:1;}
.clearfix:after { content: ''; overflow: hidden; width: 100%; height: 0px; font-size: 0px; display: block; clear: both; }
.left { float: left; }
.right { float: right; }

/*---------- header ----------*/
.container {width:10rem;margin:0 auto;}
.container>header .logo {width:10rem;height:auto;}
.container>header .logo img{width:100%;height:auto;}

/*---------- 主打栏目 ----------*/
.columnzd {background-color:#fff;}
.columnzd-header {width:9rem;margin:0 auto;padding:1rem 0;text-align:center;}
.columnzd-header img {width:45%;}
.columnzd-ul {width:9rem;margin:0 auto;}
.columnzd-ul li{height: auto;}
.columnzd-ul li span a{font-size:0.3rem;line-height:0.6rem;color:#addef3;font-weight:bold;float:right;display:block;cursor:pointer;}
.columnzd-ul li span img {width:100%;margin-bottom:0.3rem;cursor:pointer;}
.columnzd-ul li:last-child span img {width:100%;padding-bottom:0.7rem;cursor:pointer;}

/*---------- 微信公众号 ----------*/
.columnwx {background-color:#f5f8f9;}
.columnwx-header {width:9rem;margin:0 auto;padding:1rem 0;text-align:center;}
.columnwx-header img {width:80%;}
.columnwx-ul {width:10rem;margin:0 auto;display:flex;}
.columnwx-ul li{width:2rem;margin:0 auto;margin-bottom:1rem;}
.columnwx-ul li a img {width:100%;}

/*---------- 入驻中央、省级新闻党政客户端 ----------*/
.columndz {background-color:#fff;}
.columndz-header {width:9rem;margin:0 auto;padding:1rem 0;text-align:center;}
.columndz-header img {width:90%;}
.columndz-ul {width:10rem;margin:0 auto;display:-webkit-flex;display:flex;}
.columndz-ul li{width:2rem;margin:0 auto;margin-bottom:1rem;}
.columndz-ul li a img {width:100%;}
.columndz-uld {/*width:8rem;*/width:10rem;margin:0 auto;display:flex;}
.columndz-uld li{width:4rem;margin:0 auto;margin-bottom:1rem;}
.columndz-uld li a img {width:100%;}

/*---------- 入驻商业网络平台 ----------*/
.columnsy {background-color:#f5f8f9;}
.columnsy-header {width:9rem;margin:0 auto;padding:1rem 0;text-align:center;}
.columnsy-header img {width:65%;}
.columnsy-ul {width:10rem;margin:0 auto;display:flex;}
.columnsy-ul li{width:2rem;margin:0 auto;margin-bottom:1rem;}
.columnsy-ul li a img {width:100%;}

/*---------- 入驻短视频平台 ----------*/
.columndsp {background-color:#fff;}
.columndsp-header {width:9rem;margin:0 auto;padding:1rem 0;text-align:center;}
.columndsp-header img {width:65%;}
.columndsp-ul {width:10rem;margin:0 auto;display:flex;}
.columndsp-ul li{width:3rem;margin:0 auto;margin-bottom:1rem;}
.columndsp-ul li a img {width:100%;}

/*---------- 新浪微博 ----------*/
.columnxlwb {background-color:#f5f8f9;}
.columnxlwb-header {width:9rem;margin:0 auto;padding:1rem 0;text-align:center;}
.columnxlwb-header img {width:40%;}
.columnxlwb-ul {width:10rem;margin:0 auto;display:flex;}
.columnxlwb-ul li{width:4rem;margin:0 auto;margin-bottom:1rem;}
.columnxlwb-ul li a img {width:100%;}


/*---------- footer ----------*/
.container>footer .foot {width:10rem;height:auto;}
.container>footer .foot img{width:100%;height:auto;}

/*---------- 返回顶部 ----------*/
.backToTop{display:none;width:28px;height:37px;background:url(../images/up.png) no-repeat;position:fixed;_position:absolute;right:10px;bottom:2rem;font-size:0px;z-index:999; text-indent:-2000px;_bottom:"auto";cursor:pointer;}

/*---------- 广告 ----------*/
#column-ad {background-color:#fff;margin-bottom:15px;}
#column-ad img {width:100%;}