/* 让logo容器铺满整个屏幕宽度 */
.logo {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;}

/* 让logo图片自适应全屏宽度 */
.logo img {
    width: 100vw;      /* 宽度等于当前屏幕可视区域的100% */
    height: auto;      /* 高度按原始比例自动缩放，避免变形 */
    display: block;    /* 消除图片底部的默认空白间隙 */
    max-width: 1920px; /* 可选：限制最大宽度，避免在超大屏上模糊 */
    margin: 0 auto;}/* 让顶部整个横幅容器铺满屏幕宽度 */
.top-banner-container {
    width: 100vw;
    margin: 0 -50vw;
    position: relative;
    left: 50%;
    right: 50%;
    padding: 0;
    background-color: #005bac;}

/* 确保logo区域也铺满容器 */
.logo {
    width: 100%;
    margin: 0 auto;
    text-align: center;}

/* 让logo图片自适应容器宽度 */
.logo img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;}
.keywordfontcolor118167{
font-size:16px !important;
font-weight:normal !important;
color:#333 !important;
font-family:"微软雅黑" !important;}
.tpcontent{font-weight: bold; font-size: 11pt; color: #2b2b2b; font-family: 宋体;}
.cytpstyle{font-size: 9pt; color: #2b2b2b; font-family: 宋体;}
.content{margin:auto;text-align:left;line-height:18px;padding:3px 0 0 0;color:#727272;}
.process{width:162px;height:11px;background:#EDEDED;overflow:hidden;float:left;margin-left:26px !important;margin-left:13px;margin-right:10px;}
.process div{width:160px;height:11px;background:url(/system/resource/images/newsvote/bg.gif) repeat-x;border-left:1px solid #000;border-right:1px solid #000;}
.process .style7{border-left-color:#ff0000;border-right-color:#ff0000;background-position:0 -77px;}


.main_conDiv{text-indent:2em;font-size:14px;line-height:30px;color:#666666;}
