﻿@charset "UTF-8";
/* Css for PEL, ver 1.0 CopyRight By Dongyi Network Technology CO.,Ltd Design Center 
   本网站通用布局
*/

/* Css Reset */
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul { padding: 0; margin: 0}
table { border-collapse: collapse; border-spacing: 0}
fieldset,
img { vertical-align: top; border: 0}
address,
caption,
cite,
code,
dfn,
em,
i,
th,
var { font-weight: 400; font-style: normal}
li,
ol,
ul { list-style: none}
dd,
div,
dl,
dt,
li,
ol,
ul { zoom: 1}
caption,
th { text-align: left}
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: 400; font-size: 100%}
q:after,
q:before { content: ''
}
abbr,
acronym { border: 0}
pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; font-size: 16px; line-height: 1.8; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif;}
article,
aside,
dialog,
figure,
footer,
header,
menu,
nav,
section,
time { margin: 0; padding: 0; display: block; zoom: 1}

#free_Web_box_sub ~ .wrap #header {top:96px;}

/* Public */
body { color: #4f4f4f; font-size: 14px; line-height: 30px; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; text-align: center; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;}
a {color: #333;text-decoration: none;outline: none;-webkit-transition: 500ms;-o-transition: 500ms;-moz-transition: 500ms;transition: all 500ms;}
a:hover { color: #9E0D0D; text-decoration: underline;}
.clearbox { border: none; border-top: 1px solid transparent !important; clear: both; font-size: 0; height: 0; line-height: 0; margin-top: -1px !important; visibility: hidden;}
.blank { display: block; height: 10px; font-size: 0px; line-height: 0; overflow: hidden; clear: both;}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html .clearfix { height: 1%;}
*+html .clearfix { min-height: 1%;}
.fl { float: left !important;}
.fr { float: right !important;}
.hide { display: none;}
input[type=button],
input[type=submit],
input[type=file],
button { cursor: pointer; -webkit-appearance: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
.prev,
.next { transition: all 0.5s;}

/* frame */
html {
    min-width: 1600px;
}
body {
    text-align: center;
}
.wrap {
    width: 100%;
    max-width: 2560px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
}
#content,
.container,
.siteWidth {
    position: relative;
    width: 1600px;
    margin: 0 auto;
}

#content{
    padding: 30px 0;
}
#content:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

/* 顶部 */
#header {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 3;
    min-width: 1600px;
    max-width: 2560px;
    margin: 0 auto;
    animation: headerIn 1s ease 1;
}
#header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 168px;
    z-index: -1;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
#header .siteWidth{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}
#logo{
    margin-top: 40px;
}
.header-nav-links{
    flex:1;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.topLinks{
    position: relative;
    z-index: 2;
    margin-top: 25px;
    height: 32px;
    line-height: 32px;
    color: white;
    display: flex;
    align-items: center;
}
.topLinks > li{
    position: relative;
    z-index: 1;    
    margin-right: 31px;
}
.topLinks > li::after{
    content: "";
    position: absolute;
    z-index: 1;
    right: -15px;
    width: 1px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    float: left;
    overflow: hidden;
    background-color: rgba(255,255,255,0.8);
}
.topLinks > li:last-child{
    margin-right: 0;
}
.topLinks > li:last-child::after{
    display: none;
}
.topLinks > li > a{
    color: white;
}

/*全文检索*/
.s-form{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: stretch;
    width: 208px;
    height: 32px;
    line-height: 32px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 16px;
}
.s-form .select-box{
    display: none;
}
.s-form .input-box{
    flex: 1;
}
.s-form .input-box input[type="text"]{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    line-height: 32px;
    padding: 0 10px;
    border: none;
    outline: none;
    background: none;
    color: #fff;
}
/* placeholder 颜色改为白色 */
.s-form .input-box input[type="text"]::placeholder {
    color: #fff;
    opacity: 1;  /* 确保颜色不半透明 */
}
/* 兼容旧版 Chrome/Safari/Opera */
.s-form .input-box input[type="text"]::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
/* 兼容 IE 10-11 */
.s-form .input-box input[type="text"]:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
/* 兼容 Firefox 4-18 */
.s-form .input-box input[type="text"]:-moz-placeholder {
    color: #fff;
    opacity: 1;
}
/* 兼容 Firefox 19+ */
.s-form .input-box input[type="text"]::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.s-form .btn-box{
    position: relative;
    width: 38px;
    height: 32px;
    line-height: 32px;
    border-radius: 0 13px 13px 0;
    overflow: hidden;
}
.s-form .btn-box::before{
    font-family: "fontpower";
    content: "\e660";
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 32px;
    text-align: center;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.s-form .search{
    width: 100%;
    height: 100%;
    line-height: 32px;
    border: none;
    outline: none;
    text-indent: -200px;
    cursor: pointer;
    overflow: hidden;
    background: none;
}
.s-form .dropdown-word{
    position: absolute;
    z-index: 1;
    left: 10px;
    right: 10px;
    top: 100%;
}

/* 主导航 */
.mainNav {
    display: flex;
}
.mainNav .li1 {
    position: relative;
    z-index: 1;
    text-align: center;
}
.mainNav #li-home{
    display: none;
}
.mainNav .h1{
    display: flex;
    padding-left: 15px;
    align-items: center;
    cursor: pointer;
}
.mainNav .hasUl1 .h1::after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-family: "fontpower";
    font-size: 12px;
    content: '\e1cf';
    color: white;
}
.mainNav .a1 {
    display: block;
    line-height: 26px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin: 0 5px;
    padding: 30px 0;
    transition: all 0.5s;
    color: #fff;
}
.mainNav .a1:hover{
    text-decoration: none;
}
.mainNav .hasUl1 .a1::before,
.mainNav .hasUl1 .a1::after{
    content: "";
    position: absolute;
    z-index: 1;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all  0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
.mainNav .hasUl1 .a1::before{
    left: 0;
    top: 64px;
    left: 50%;
    width: 0;
    height: 2px;
    line-height: 2px;
    background-color: #fff;
}
.mainNav .hasUl1 .a1::after{
    top: 64px;
    left: 50%;
    width: 2px;
    height: 0;
    float: left;
    overflow: hidden;
    transform: translateX(-50%);
    background-color: #fff;
}
.mainNav .ul1 {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 84px;
    z-index: 1;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    border-radius: 5px;
    background: white;
}
.mainNav .last1 .ul1{
    right: 0;
    left: auto;
    transform: translateX(0);
}
.mainNav .ul1::before{
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0;
    width: 0;
    height: 0;
    float: left;
}
.mainNav .li1.hasUl1:hover .a1::before{
    left: 0;
    right: 0;
    width: 100%;
}
.mainNav .li1.hasUl1:hover .a1::after{
    height: 20px;
}
.mainNav .li1:hover .ul1 {
    display: block;
}
.mainNav .li2:nth-child(1){
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.mainNav .li2:nth-last-child(1){
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}
.mainNav .a2{
    display: block;
    padding:6px 5px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.mainNav .a2:hover{
    color: #fff;
    background-color: #AD181F;
    text-decoration: none;
}
.mainNav .on1 .a1,
.mainNav .li1:hover .a1,
.mainNav .on1 .h1::after,
.mainNav .hasUl1:hover .h1::after{
    color: #FFDC6A;
}

/* 节点banner  S */
.pageBanner {position: relative;z-index: -1;width: 100%;min-width: 1600px;height: 420px;overflow: hidden;background: #e8eff5 url(../img/pagebanner.jpg) center top no-repeat;}

/* 主栏 和 侧栏 */
.mainContent {zoom: 1;position: relative;overflow: hidden;}
.side { font-size: 14px; width: 17.5%; margin-right:3.125%; overflow: hidden; float: left;}

/* 位置导航 */
.path {height: 62px;line-height: 62px;font-size: 16px;color: #666;text-align:left; padding-left:23px; background:url(../img/pathico.png) no-repeat 0; border-bottom:1px solid #E0E0E0 ;}
.path .container{width:1600px; margin:0 auto;}
.path a,
.path span { padding: 0 3px; color: #666;}

/* goTop */
#goTop { position: fixed; display: none; _display: none !important; width: 50px; height: 50px; bottom: 60px; right: 5px; z-index: 99; cursor: pointer; margin: 5px; width: 40px; height: 40px; border-radius: 2px; box-shadow: 0 0 5px #9c9c9c; -webkit-box-shadow: 0 0 5px #9c9c9c; opacity: .9; background: rgba(0, 0, 0, .5);}
#goTop::after { display: block; position: absolute; left: 50%; top: 50%; margin-left: -10px; margin-top: -15px; content: ""; border-width: 10px; border-color: transparent; border-bottom-color: #fff; border-bottom-style: solid; border-style: dashed; display: block; font-size: 0; line-height: 0; width: 0;}

/* winMark */
#winMark { z-index: 1; width: 100%; display: none; height: 100%; position: fixed; background: rgba(0, 0, 0, .8); left: 0; top: 0;}

/* 栏目-子菜单 */
.menuBox { margin: 0 auto; height: 80px; background-color: #f2f2f2;}
#sideMenu .hd h3 { font-weight:bold;}
#sideMenu .hd {height: 80px;line-height: 80px;padding: 0 30px 0 40px;font-size: 30px;font-weight: bold;color: white;background: #B70031 url(../../base/img/footerbg.png) repeat center top;}
#sideMenu .bd {background:#F7EEEE;padding:10px 0;overflow:hidden; border-left:10px solid #B70031;}
#sideMenu .menuList {float:none;height:auto;text-align:left;}
#sideMenu .menuList li {display:block;width:auto;}
#sideMenu .menuList li a {display:flex;align-items:center;justify-content:space-between; line-height:30px; padding:15px 30px;font-size: 18px;color:#634B51;text-decoration:none;box-sizing:border-box;background:transparent;}
#sideMenu .menuList li a::after {content:"";width: 10px;height: 10px;flex: 0 0 15px; opacity:0.3;background-color:currentColor;-webkit-mask-image:url(../img/sidemenuarr.svg);mask-image:url(../img/sidemenuarr.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;}
#sideMenu .menuList li.on a,#sideMenu .menuList li a:hover {background:#FFFFFF;color:#B70031;font-weight:700;letter-spacing:0.1em;}
#sideMenu .menuList li.on a::after { opacity:1;}

/* box */
.box { overflow: hidden;}
.box .hd { height: 40px; line-height: 40px; position: relative; font-size: 16px; border-bottom: 1px solid #dcdcdc;}
.box .hd .more { float: right; font-size: 12px;}
.box .hd .more { -webkit-transition: 500ms; -o-transition: 500ms; -moz-transition: 500ms; transition: 500ms;}
.box .hd .more:hover { color: #1668bc;}
.box .hd h3 { height: 40px; line-height: 40px; float: left; padding: 0 15px; font-size: 16px; color: white; background-color: #0865bb;}
.box .hd h3 a { color: white;}
.box .hd h3 a:hover { text-decoration: none;}
.box .hd ul { overflow: hidden;}
.box .hd li { float: left; margin-right: 5px;}
.box .hd li a { display: block; height: 40px; line-height: 40px; padding: 0 15px; font-size: 16px;}
.box .hd li a:hover { text-decoration: none;}
.box .hd .on a { background-color: #0865bb; color: white;}
.box .bd { padding: 15px 0 0; overflow: hidden;}

/* boxA */
.boxA {margin-bottom: 30px;}
.boxA .hd {height: 40px;line-height: 40px;position: relative;font-size: 18px;margin-bottom: 15px;border-bottom: 2px solid #f3f3f3}
.boxA .hd .more { float:right; font-size:14px; color:#666}
.boxA .hd .more { -webkit-transition: 500ms; -o-transition: 500ms; -moz-transition: 500ms; transition: 500ms;}
.boxA .hd h3 {position: absolute;color: #B70031;font-size: 22px;font-weight: bold;line-height: 30px;height: 40px;border-bottom: 2px solid #B70031;}
.boxA .hd h3 a { color: #B70031;}
.boxA .hd h3 a:hover { text-decoration: none;}
.boxA .hd ul { position: absolute; height: 40px; overflow: hidden;}
.boxA .hd li { float: left; font-size: 18px; height: 39px; line-height: 39px; background: #F9F9F9;}
.boxA .hd li a { display: block; float: left; padding: 0 30px;}
.boxA .hd li a:hover { text-decoration: none}
.boxA .hd .on { border: 1px solid #E1E1E1; border-top: 3px solid #B70031; border-bottom: 0;}
.boxA .bd {overflow: hidden;}

/* 侧栏盒子模型 */
.sideBox {margin-top: 30px;}
.sideBox .hd {overflow: hidden;height: 30px;line-height: 30px;margin-bottom: 20px;}
.sideBox .hd .more { float: right; color: #999;}
.sideBox .hd h3 {font-size: 24px;font-weight: bold;}
.sideBox .hd h3 a { color: #333;}
.sideBox .hd h3 a:hover { text-decoration: none;}
.sideBox .bd {overflow: hidden;padding: 20px 15px;border: 1px solid #e0e0e0;}
#sideXwks .hd h3 { background-position: left -24px;}

/*节点归档信息样式*/
.archived-info { float: right;}
.archived-info span { margin: 0 5px;}

/* infoListA */
.infoListA li {height: 46px;line-height: 46px;font-size: 16px;padding-left: 15px;background: url(../img/dot01.png) left center no-repeat;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.infoListA li a { color: #666;}
.infoListA .date { color: #999; float: right;}

/* 图片标题内容列表 */
.picTitleList { overflow: hidden; margin-top: -20px;}
.picTitleList li { margin-top: 20px;}
.picTitleList li .pic { overflow: hidden; margin-bottom: 12px;}
.picTitleList li img { display: block; width: 100%; height: auto;}
.picTitleList li .title { margin-bottom: 8px; height: 30px; line-height: 30px; font-size: 16px;}
.picTitleList li .title a { color: #666;}
.picTitleList li .intro { line-height: 22px; color: #999;}
.picTitleList li .others { height: 20px; line-height: 20px; font-size: 12px; color: #999;}
.picTitleList li .date { padding-left: 25px; background: url(../img/dateicon.png) left center no-repeat;}

/* 信件列表 */
.letterList { width: 100%; border: none;}
.letterList th,
.letterList td {text-align: center;font-size: 16px;vertical-align: middle;line-height: 32px;padding: 12px 5px}
.letterList th {background: #f5eeee;}
.letterList th {color: #a82235;height: 52px;line-height: 52px;padding: 0px;font-size: 16px;border-bottom: 1px solid #f6d7d7;font-weight:bold;}
.letterList th.title { text-align: left; padding-left: 38px;}
.letterList tr:nth-child(2n) td,
.letterList .even td { background: #f4f4f2;}
.letterList .num { display: none;}
.letterList td.title {text-align: left;padding-left: 5px;white-space: normal;word-break: break-all;font-size: 16px;}
.letterList .ico { width: 30px; text-align: center; vertical-align: middle; padding: 0px}
.letterList .ico img { vertical-align: middle;}
.letterList .dep { width: 90px;}
.letterList .state { width: 90px;}
.letterList .open,
.letterList .handle { display: none}
.letterList .state .s0 { color: #333;}
.letterList .state .s1 { color: #f70;}
.letterList .state .s2 { color: #f00;}
.letterList .state .s3 { color: #390;}
.letterList .state .s4 { color: #333; text-decoration: line-through;}
.letterList .date { border-right: none; width: 90px;}
.letterList td.date { color: #999999}

/* detailTable */
.detailTable { margin-bottom: 10px; background: #fff; width: 100%;}
.detailTable,
.detailTable tr,
.detailTable tr td {border: 1px solid #e6e6e6;border-collapse: collapse;font-size: 16px;}
.detailTable thead tr {border-color: #ddd;}
.detailTable thead th {background: #F8F8F8;height: 60px;line-height: 60px;color: #B70031;font-size: 20px;text-align: center;border-color: #ddd;}
.detailTable tbody td {padding: 10px 15px;width: 30%;}
.detailTable tbody td.tdName {font-weight: bold;background: #f7f7f7;text-align: center;width: 20%;font-size: 16px;}
.detailTable .trTitle .tdCon {font-weight: bold;white-space: normal;word-break: break-all;font-size: 16px;}
.detailTable .trName td:nth-child(2),
.detailTable .trUnit td:nth-child(2) { width: 160px}
.detailTable .trName td:nth-child(3),
.detailTable .trUnit td:nth-child(3) {width: 160px;}
.detailTable .preDiv { width: 670px; overflow: auto;}
.detailTable .preDiv pre {font-size: 16px;font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif;white-space: pre-wrap;white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap;word-wrap: break-word;}

/* mainBox */
.mainBox .mHd { position: relative; height: 62px; line-height: 62px; border-bottom:1px solid #E0E0E0 }
.mainBox .mHd .path {float:right;padding-left:23px;background:url(../img/pathico.png) no-repeat 0;border: 0;}
.mainBox .mHd h3 { font-size:24px; font-weight:bold; color:#333;}
.mainBox .mHd .list { overflow: hidden;}
.mainBox .mHd .list li { float: left; padding: 0 4%;}
.mainBox .mHd .list a { font-size: 18px; color: #888;}
.mainBox .mHd .list a:hover { text-decoration: none}
.mainBox .mHd .list .on a { color: #B70031}
.mainBox .mHd .list .on { position: relative; font-weight: bold; display: inline-block; *display: inline; zoom: 1; padding: 0 2.5%; border-radius: 6px 6px 0 0; color: #B70031; border-bottom: 0; font-size: 18px; border-bottom: 2px solid #B70031;}
.mainBox .mBd {padding-top: 30px;}


/* 网站底部 */
#footer{
    position: relative;
    z-index: 1;
    background-color: #b52f35;
}
#footer::after,
#footer::before{
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    width: 100%;
    overflow: hidden;
    float: left;
}
#footer::after{
    z-index: -1;
    height: 90px;
    bottom: 0;
    background:  url(../img/footer-bg-bottom.png) left top repeat-x;
}
#footer::before{
    height: 447px;
    top: 45px;
    background:  url(../img/footer-bg.png) center top no-repeat;
}
#footer .siteWidth{
    padding:170px 0 50px;
}
#footer .footerInfo{
    display: flex;
    margin-bottom: 60px;
    align-items: stretch;
    justify-content: center;
    color: white;
}
#footer .footerLogo{
    display: flex;
    align-items: center;
}
#footer .footer-about{
    padding: 20px 152px;
    font-size: 20px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#footer .footer-qrcode li{
    text-align: center;
    font-size: 12px;
}
#footer .footer-qrcode li .pic{
    overflow: hidden;
    margin-bottom: 5px;
}
#footer .copyRight{
    text-align: center;
    font-size: 20px;
    line-height: 2.1;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footerPics{
    margin-right: 10px;
}
#footer .copyRight a{
    color: white;
}
#footer .copyRight a:hover{
    color: rgba(255,255,255,0.8);
}

/* 侧栏-栏目内搜索 */
#sideSearch .bd li { padding: 0 0 10px 0; overflow: hidden;}
#sideSearch .nodes,
#sideSearch input,
#sideSearch button { height: 32px; line-height: 32px; width: 100%; border: 1px solid #ddd; font-size: 14px; font-family: "Microsoft YaHei", 'PingFang SC'; outline: none}
#sideSearch .keyword { width: 60%; padding: 0 5px;}
#sideSearch button { line-height: 28px; width: 32%; float: right; background: #B70031; border-color: #B70031; color: #fff;}

/*验证码*/
div.codeinp input[type=text] { width: 100px !important; float: left; margin-right: 10px;}

/* 通用底部按钮 */
.bot { text-align: center; padding: 0 0 20px 0;}
.bot a,
.bot button { cursor: pointer; display: inline-block; height: 46px; line-height: 46px; padding: 0 5%; font-size: 16px; background: #B70031; border: 0; color: #fff; margin: 0 2%; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.bot a:hover,
.bot button:hover { text-decoration: none; background: #077BD4;}

/* 依申请、信访、咨询等通用 查询页样色 */
.queryForm { padding: 3% 0; width: 80%; margin: 30px auto; font-size: 16px;}
.queryForm td { padding: 8px 0}
.queryForm .tdlab { width: 40%; text-align: right;}
.queryForm input[type=text] { width: 56%; height: 30px; line-height: 30px; padding: 0 10px; border: 1px solid #ddd; border-radius: 3px;}
.queryForm .bot { text-align: left;}
.queryForm .bot a { margin: 0}
.queryForm .required strong { color: #f00; margin-right: 5px;}
.queryForm .errorMessage { color: #f00;}
.queryForm table { width: 100%; border: 0;}

/* 依申请、信访、咨询等通用 查询结果页样色 */
.queryResult { width: 80%; margin: 30px auto;}
.queryResult .mainBox { margin-bottom: 50px;}
.queryResult .tit h3 { text-align: center; font-size: 38px; line-height: 2; margin-bottom: 30px;}
.queryResult .tips { text-align: center; font-size: 16px; margin-bottom: 50px; border-top: 1px solid #ddd; padding: 50px 0 20px 0;}
.queryResult .number { font-weight: bold; color: #f00}


/* 投票&调查 */

.surveyResultPage .surveyResult .resultType span,
.surveyResultPage .surveyResult .resultTitle,
.surveyResultPage .surveyResult .row .titleInfo i,
.surveyResultPage .surveyResult .row .titleInfo .time,
.surveyResultPage .surveyResult .row .titleInfo .title {color: #B70031;}

/* @media screen and (max-width: 1620px) {
    .wrap,
    .siteWidth,
    .pageBanner,
    #content { min-width: 100%; width:100%; min-width:1200px;}
    #content { overflow:hidden;padding-right:1%; padding-left:1%; width:98%; min-width:98px;}
    #content .siteWidth { padding-right:1%; padding-left:1%; width:98%; min-width:98px;}

}
@media screen and (max-width: 1400px) {
    #mainNav .a2 {font-size: 14px;padding: 8px 10px;line-height: 20px;}
} */