.navbar {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
    max-width: 1340px;
    height: 35px;}

.nav-list {
    display: inline-block;
    position: relative;
    list-style: none;}
.nav-list  a {
    padding: 0 5px;
    height: 35px;
    line-height: 35px;
    color: #12243f;
    text-decoration: none;
    font-size: 18px;}
.nav-list:nth-child(1) a {
    border-left: none;}
.nav-list:focus,
.nav-list:hover .dropdown {
    display: block;}

.dropdown {
    display: none;
    position: absolute;
    left: 50%;
    background: #faf9fa;
    border-top: 3px solid #12243f;
    z-index: 100;
    transform: translateX(-50%);}
.dropdown a {
    display: block;
    border: none;
    white-space: nowrap;}
.dropdown a:hover {
    background: #cdcdcd;}
.dropdown-item {
    position: relative;}
.dropdown-item:hover .sub-dropdown {
  display: block;}
.sub-dropdown {
    position: absolute;
    top: 0px;
    left: 100%;
    background: #FFFFFF;
    border-top: 3px solid #12243f;
    display: none;}

.nav-side {
    margin: 0;
    padding: 20px 0;
    height: 100%;
    background: #f5f5f5;}

.nav-side li {
    width: 100%;
    list-style: none;}

.nav-side a {
    display: block;
    padding: 0 10px;
    width: 100%;
    height:  40px;
    line-height: 40px;
    color: #12243f;
    text-decoration: none;}
.nav-side li.active > a {
    color: #ffffff;
    background: #12243f;}
.nav-side a:hover {
    filter: brightness(2);
    color: #ffffff;
    background: #12243f;}

.nav-side i {
    float: right;
    line-height: 40px;}

.sec-side {
    padding-left: 0;}

.sec-side a {
    padding: 0 10px 0 40px;
    background: #e8e8e8;}
.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;}
.detail_con,.detail_con p,.detail_con a {line-height: 200%;font-size:14px;}

.content_text img {
    width: 100%;}
