<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#details-all {
    height: 100%;
    width: 1200px;
    background-color: #fff;
}

.details-content {
    margin: 0 20px;
    padding-bottom: 20px;
}

.details-sitemap {
    color: #666666;
    font-size: 14px;
    padding: 15px 0px 10px 0;
    margin-left: 20px;
}

.detail-content-left {
    display: inline-block;
    width: 270px;
    min-height: 620px;
    background-color: #F5F6F9;
}
.detail-content-left .search{
    margin: 15px;
}
.detail-content-left .search .searchInput {
    width: 174px;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
    border: 1px solid #cfcfcf;
    outline: none;
  }
  .detail-content-left .search .submitCls {
    width: 54px;
    height: 38px;
    border: 1px solid #cfcfcf;
    vertical-align: middle;
    margin-left: -5px;
    background: #2161dc;
    color: #fff;
    cursor: pointer;
    margin-left: -6px;
  }
.detail-content-left .search .submitCls  .iconSearch{
    display: block;
    width: 54px;
    height: 38px;
   background: url(../images/icon_search.png);
   background-position: center;
   background-repeat: no-repeat;

  }
.detail-content-left ul li {
    list-style-type: none;
    height: 30px;
    line-height: 30px;
    padding: 10px 0;
}
.detail-content-left ul li:not(.selected):hover {
    background-color: rgba(33, 97, 220, 0.06)
}
.detail-content-left ul li:not(.selected):hover a{
    color: #333
}
.detail-content-left ul li a {
    cursor: pointer;
    display: inline-block;
    width: 245px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap;
    font-size: 14px;
    margin-left: 16px;
}

.channelNode a{
    margin: 5px 0px 5px 5px;
    font-weight: 600;
    padding-left: 20px;
    background: url("../images/announcement/qiye.png") no-repeat;
}

.contentNode a{
    margin: 2px 0px;
    font-weight: normal;
    padding-left: 20px;
    background: url("../images/announcement/jungong.png") no-repeat;
}

.detail-content-left ul li span {
    background-image: url(../images/down-sj.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    cursor: pointer;
    width: 25px;
    height: 20px;
    display: inline-block;
}

.detail-content-left ul li .up-sj {
    background-image: url(../images/up-sj.png);
}

.detail-content-left ul li ul {
    margin-left: 16px;
}

.detail-content-left&gt;ul&gt;li&gt;a {
    font-size: 14px;
    font-weight: 500;
}

.detail-content-left ul .selected {
    background: #2161DC;
    
}
.detail-content-left ul .selected a{
    color: #FFF;
    font-size: 14px;
}
.detail-content-right {
    display: inline-block;
    width: 864px;
    vertical-align: top;
    margin-left: 20px;
    position: relative;
}

#article-title-jsgc {
    display: inline-block;
    width: 864px;
    padding: 0 10px 10px 0;
    margin: 0px auto;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.details-item {
    text-align: center;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 30px;
    font-size: 14px;
}

.details-item ul li {
    list-style: none;
    display: inline-block;
    margin-left: 20px;
}</pre></body></html>