﻿@charset "utf-8"; 
@import url(csscw.css);
/* 以下是本站自定义 */

/* 网站主色调fix[分页选中色/主字色/主背景色] */
.buts,#cmspage a:hover,#wappage a:hover{color:#fff;background:#DF002C;}
.benzi,.benzi a,.benzi a:hover,a.benzi,a:hover.benzi{color:#DF002C;}
.benbg{background:#DF002C;}

/* 手机版分页样式 */
#wappage{font-family:"arial";text-align:center;}#wappage a{text-decoration:none;display:inline-block;vertical-align:middle;height:25px;line-height:25px;padding:0 8px;background:#fff;border:1px solid #d6d6d6;font-size:14px;}#wappage a.n{border-left:0;}#wappage a:hover{color:#fff;background:#823A90;}

@-ms-viewport{width:device-width;}
body{font-family:"microsoft yahei";color:#333;background:#aaa;}
body,html{height:100%;}

@media screen and (min-width:600px) {/* pc-fix */
.allbox,.top div,.down div,nav{max-width:400px;}
.newfh{max-width:400px;}
}
.allbox{min-height:100%;margin:auto;background:#efefef;}
.newfh{margin:auto;width:100%;}
.nrbox{padding:0 2%;}
.xiaobt{padding:2px 10px;}
.nrfix img{vertical-align:top;max-width:100%;height:auto;}

/* 头部 */
.top{position:fixed;z-index:100;top:0;width:100%;height:50px;line-height:50px;background:#aaa;display:box;display:-webkit-box;display:-moz-box;}
.top div{width:100%;margin:auto;}
.top h2 {width:85%;float:left;font-size:20px;}
.top h3{font-family:"cwico";font-size:24px;width:15%;line-height:50px;float:right;text-align:right;}
.top h3 a,.top h3 a:hover{padding-right:10px;display:block;text-decoration:none;}
.topfix{height:50px;}
.topbg{background:#DF002C;}
.topbg,.topbg a,.topbg a:hover{color:#fff;}
/* 底部 */
.down{position:fixed;z-index:100;bottom:0;width:100%;height:50px;background:#aaa;display:box;display:-webkit-box;display:-moz-box;font-size:16px;}
.down div{width:100%;margin:auto;}
nav{width:100%;height:49px;display:box;display:-webkit-box;display:-moz-box;}
nav a{display:block;-webkit-box-flex:1;-moz-box-flex:1;text-align:center;line-height:46px;}
nav a:hover{text-decoration:none;}
nav a i{font-family:"cwico";font-style: normal;}
.downfix{height:50px;}
.downbg{background:#000;border-top:1px solid #000;}
.downbg,.downbg a{color:#aaa;}
.downbg a:hover{color:#fff;}

/* 文章列表 */
.list_news li{background:url(dot1.png) no-repeat left center;padding:10px 0 2% 26px;border-bottom:1px solid #ccc;line-height:160%;}
.list_news li div{background:url(dot2.gif) no-repeat right center;padding-right:35px;}
.list_news li a,.list_news li a:hover{font-size:14px;}

/* CWCMS_文章正文页 */
.cwnews {text-align:center;}.cwnews .title{padding:10px 0;margin:auto;margin-bottom:10px;}.cwnews .click{border-bottom:1px solid #e8e8e8;background:#fff;padding:5px 0;}.cwnews .content{line-height:170%;padding:20px 0;text-align:left;}.cwnews img{max-width:100%;}

/* 遮罩层->锚点 */
.mask-box {position: relative;display: inline-block;width:330px;}
.mask {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.area {position: absolute;cursor: pointer;
background-color: rgba(255, 0, 0, 0); /* 半透明红色，方便调试 */
}
.target {display: none;}