/* top banner */
.top_banner {
  width: 100%;
  height: 200px;
  background: url(images/new_images/top-banner.png) center center no-repeat;
  background-size: cover;}
.top_banner_box {
  display: flex;
  padding-top: 65px;}
.logo {
  width: 695px;
  height: 86px;}
.motto {
  width: 199px;
  height: 22px;
  margin: 47px 0 0 20px;}
/* 以下样式不用修改 开始*/
    /* 默认ul 无需修改 */
    .nav_menustyle_1_1 ul
    {
        list-style-type:none;
        padding:0px; 
        margin:0px;}
    /* 默认li 无需修改 */
    .nav_menustyle_1_1 li
    {
        float:left;
        text-align:center;
        position:relative;}
    /* 2级以上 li 无需修改 */
    .nav_menustyle_1_1 ul li ul li
    {
        float:none;
        z-index:100;}
    /* 3级以上默认ul 无需修改 */
    .nav_menustyle_1_1 ul li ul li ul
    {
        left:100%;
        top:0px;}
    /* IE6下的table样式 无需修改 */
    .nav_menustyle_1_1 table 
    {
        position:absolute; 
        left:0px;
        border-collapse:collapse; 
        border-spacing:0; 
        z-index:100;}   
    .nav_menustyle_1_1 table table
    {
        top:0px;}
    .nav_menustyle_1_1 td 
    {
        padding: 0;}   
    /* 共6级导航子菜单打开关闭控制 无需修改 */
    .nav_menustyle_1_1 li ul,
    .nav_menustyle_1_1 li:hover ul li ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul li ul
    {
        display:none;}
    .nav_menustyle_1_1 li a:hover ul li ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul li ul
    {
        visibility:hidden;}
    .nav_menustyle_1_1 li a:hover ul,
    .nav_menustyle_1_1 li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul    
    {
        display:block;
        position:absolute;}
    .nav_menustyle_1_1 li a:hover ul li a:hover ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul li a:hover ul
    {
        visibility:visible;}
    /* 默认a属性 无需修改 */
    .nav_menustyle_1_1 a
    {
        display:block;
        text-decoration:none;
        white-space:nowrap;}
/* 以上样式不用修改 结束*/
/* 默认链接样式 可以修改默认的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_1 a
{
    width:170px;         /*菜单宽度*/
    height:25px;        /*菜单高度*/
    line-height:25px;   /*字体高度, 可设为菜单高度*/
    font-size:16px;     /*字体大小*/
    color:#000;         /*字体颜色*/
    background:#ffffff /*背景色*/
    border:1px solid #fff;  /*边框颜色*/
    border-width:0px 1px 1px 0px;}
/* 默认hover链接样式 可以设置默认的鼠标移上样式 */
.nav_menustyle_1_1 a:hover
{
    color:#fff; /*鼠标移上颜色*/
    background:#2687eb;}
/* IE6兼容性代码，在IE6下起效， 必须根据菜单高宽进行设定 */
.nav_menustyle_1_1 table 
{
    top:26px;}   
.nav_menustyle_1_1 table table
{
    left:91px;}   
/* 2级以上链接样式 可以修改2级以上菜单的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_1 ul li ul li a
{}
/* 2级以上hover链接样式 可以修改2级以上菜单的鼠标移上样式*/
.nav_menustyle_1_1 ul li ul li a:hover
{}
/* 3级以上链接样式 可以修改3级以上菜单的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_1 ul li ul li ul li a
{}
/* 3级以上hover链接样式 可以修改3级以上菜单的鼠标移上样式*/
.nav_menustyle_1_1 ul li ul li ul li a:hover
{}

/* 导航 */
nav {
  width: 100%;
  background-color: #c50000;
  /* 背景颜色#600 */
  height: 53px;
  color: #fff;
  /* 颜色#fff */
  margin-bottom: 0;}
/* 默认ul 无需修改 */
.nav_menustyle_1_1 ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;}
/* 默认li 无需修改 */
.nav_menustyle_1_1 li {
  height: 100%;
  text-align: center;
  position: relative;}
/* 2级以上 li 无需修改 */
.nav_menustyle_1_1 ul li ul li {
  float: none;
  z-index: 100;
  border-top: 1px solid #fff;}
/* 3级以上默认ul 无需修改 */
.nav_menustyle_1_1 ul li ul li ul {
  left: 100%;
  top: 0;}
.nav_menustyle_1_1 td {
  padding: 0;}
/* 共6级导航子菜单打开关闭控制 无需修改 */
.nav_menustyle_1_1 li ul,
.nav_menustyle_1_1 li:hover ul li ul,
.nav_menustyle_1_1 li:hover ul li:hover ul li ul,
.nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li ul,
.nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul li ul {
  display: none;}
.nav_menustyle_1_1 li a:hover ul li ul,
.nav_menustyle_1_1 li a:hover ul li a:hover ul li ul,
.nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li ul,
.nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul li ul {
  visibility: hidden;}
.nav_menustyle_1_1 li a:hover ul,
.nav_menustyle_1_1 li:hover ul,
.nav_menustyle_1_1 li:hover ul li:hover ul,
.nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul,
.nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul,
.nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {
  display: block;
  position: absolute;}
.nav_menustyle_1_1 li a:hover ul li a:hover ul,
.nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul,
.nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul,
.nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul li a:hover ul {
  visibility: visible;}
/* 默认a属性 无需修改 */
.nav_menustyle_1_1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  white-space: nowrap;
  width: 150px; /*菜单宽度*/
  height: 100%; /*菜单高度*/
  font-size: 16px; /*字体大小*/
  color: #fff; /*字体颜色*/
  background-color: #c50000;
  border: 1px solid #eee; /*边框颜色*/
  border-width: 0;
  text-align: center;
  transition: all 0.2s;
  font-weight: 600;}
/* 以上样式不用修改 结束*/
/* 默认链接样式 可以修改默认的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_1 {
  background-color: #c50000;
  height: 100%;}
/* 默认hover链接样式 可以设置默认的鼠标移上样式 */
.nav_menustyle_1_1 .active>a,
.nav_menustyle_1_1 a:hover {
  color: #c50000; /*鼠标移上颜色*/
  background: #fff;}

.dqwz {
  color: #333;
  padding-left: 25px;
  background: url(images/new_images/icon-b.png) left center no-repeat;
  font-size: 14px;}
.dqwz a {
  color: #333;
  font-size: 14px;
  transition: all 0.2s;}
.dqwz a:hover {
  color: #920606;}
/* 投票相关 */
.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;}

/* 组件新样式 */
/* 标题 */
.article_content_title {
  font-size: 32px;
  font-weight: 600;
  color: #333;
  line-height: 1;
  text-align: center;}
/* 信息 */
.article_content_info {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #585858;
  margin: 30px 0 45px 0;
  background-color: #F5F5F5;
  padding: 10px 0;}
.article_content_info > div {
  margin: 0 15px;}
/* 附件 */
.article_content_file_list {
  margin: 15px 15px 30px 15px;}
.article_content_file_list>div {
  margin-bottom: 5px;}
.article_content_file_list>div a {
  color: #333333;
  transition: all .2s;}
.article_content_file_list>div a:hover {
  color: #920606;}
/* 分页 */
.article_content_pagebar {
  display: flex;
  justify-content: center;
  align-items: center;}
.article_content_pagebar>span,
.article_content_pagebar>div,
.article_content_pagebar>span,
.article_content_pagebar>a {
  padding: 3px 7px;
  font-size: 14px;
  border: 1px solid #920606;
  margin: 0 5px;
  transition: all .2s;
  color: #000;
  font-family: '宋体';}
.article_content_pagebar>div {
  margin-right: 15px;
  border: none;}
.article_content_pagebar>span {
  /* color: #9f3131; */
  /* background: #f6f6f6; */
  color: #ffffff;
  background: #9f3131;}
.article_content_pagebar>a:hover {
  color: #9f3131;
  /* background: #f6f6f6 !important; */
  background: rgba(146, 6, 6, .1);}

.article_content_bottom_box{
  width: 100%;
  height: auto;
  margin-top: 45px;
  border-top: 1px solid #DBDBDB;
  padding-top: 20px;}
/* 上下条文章 */
.article_content_nextprev_box {
  display: flex;
  align-items: center;
  justify-content: space-between;}
.article_content_prev,
.article_content_next {
  margin-bottom: 10px;}
.article_content_prev a,
.article_content_next a {
  color: #333;
  transition: all .2s;}
.article_content_prev a:hover,
.article_content_next a:hover {
  color: #9f3131;}
/* 关闭按钮 */
.article_content_close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;}
.article_content_close a {
  padding: 7px 15px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #920606;
  transition: all .2s;
  color: #9f3131;
  background: rgba(146, 6, 6, .1);}
.article_content_close a:hover {
  color: #fff;
  background-color: #9f3131;}
















/* footer */
.footer {
  width: 100%;
  height: 330px;
  background: #920606;
  background-size: cover;
  margin-top: 20px;}
.footer_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;}
.footer_left p {
  color: #fff;
  font-size: 16px;
  margin-top: 5px;}
.footer_right {
  display: flex;
  flex-direction: column;
  align-items: center;}
.kstd {
  width: 100%;
  color: #fff;
  font-size: 25px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 1px dashed #fff;}
.kstd p {
  margin-bottom: 10px;}
.footer_links {
  display: flex;
  align-items: center;
  justify-content: center;}
.footer_links a {
  display: inline-block;
  color: #fff !important;
  font-size: 20px !important;}
.footer_links a:hover {
  text-decoration: underline;}
.footer_links a {
  margin: 0 20px;}
.qrcode_box {
  display: flex;}
.qrcode {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
  margin: 0 10px;}
.qrcode img {
  width: 137px;}
.qrcode p {
  margin-top: 10px;}
.footer_logo {
  width: 610px;
  height: auto;
  margin-bottom: 30px;}

