/* 导航条样式 */
.cell_230_ .navigation {
  width: 1180px;
  padding: 10px 10px 20px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 23px;
  font-weight: 600;
}

/* Logo容器样式 */
.cell_230_ .logo-container {
}

/* Logo图片样式 */
.cell_230_ .logo {
}

/* 菜单外壳 */
.cell_230_ .navigation-ul {
  width: 890px;
  padding-left: 60px;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  cursor: default;
  color: #666666;
}

/* 菜单项样式 */
.cell_230_ .menu-item {
  color: #666666;
  cursor: pointer;
}

/* 被选中的菜单项 */
.cell_230_ .menu-item-selected {
  color: #6490e3;
}

/* 搜索容器样式 */
.cell_230_ .search-container {
  display: flex;
  align-items: center;
  margin-top: -5px;
}

/* 搜索图标容器样式 */
.cell_230_ .icon-container {
  display: flex;
  align-items: center;
}

/* 搜索图标样式 */
.cell_230_ .search-icon {
  margin-top: 8px;
}

/* 搜索标签样式 */
.cell_230_ .search-label {
  margin: 0 6px;
}

/* 搜索输入容器样式 */
.cell_230_ .search-input-container {
  font-size: 14px;
  color: #666666;
}

/* 搜索输入框样式 */
.cell_230_ .search-input {
    width: 200px;
    padding: 8px;
    height: 20px;
    border: 1px solid #333;
    color: #666666;
    font-size:18px;
}

.cell_230_ .submit {
    display: none;   
}

.cell_231_{ display: flex;flex-direction: column;align-items: center;padding: 80px;line-height:32px;font-size:16px;font-family:"微软雅黑","宋体",Tahoma;margin:0 0 20px;}
.cell_231_ .article-title{margin-bottom:20px; text-align:center;border-bottom:1px dotted #cecece;padding-bottom:13px;width:100%;}
.cell_231_ .article-title h1{font-size:24px;color:#000;}
.cell_231_ .article-toolbar{text-align: center;margin: 20px;font-size: 18px;}
.cell_231_ .article-toolbar .article-assist .author {margin-left: 20px;}
.cell_231_ .article-main{margin:0 0 20px;overflow:hidden;}
.cell_231_ .article-main img{max-width:100%;}
.cell_231_ .article-main .image, .cell_231_ .article-main object{margin-top:10px;}
.cell_231_ .article-main p{margin-top:5px;text-indent:2em;}
.cell_231_ .article-main a{color:#333;}

.cell_231_ .creator{text-align:right;color:#888888;font-size:15px;padding:0;}
.ptdinfo2{float:right;margin-left:10px;}
.cell_235_ {
    min-width: 1200px;
}
.cell_235_ .footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #686868;
    font-size: 16px;
    font-weight: 540;
    margin-top: 55px;
    padding: 36px 0;
    background: #f1f1f1;
    cursor: default;
}
.cell_235_ .footer-1 {
    display: flex;
    justify-content: center;
}
.cell_235_ .footer-1 a {
    padding: 0 8px;
    color: #686868;
}
.cell_235_ .footer-1 p {
    margin-top: 3px;
}
.cell_235_ .footer-1 div {
    color: #686868;
}
.cell_235_  .footer-2 {
    display: flex;
    justify-content: center;
    color: #686868;
    margin-top: 20px;
}
.cell_235_ .footer-2 a {
    margin-left: 10px;
    color: #686868;
}
.cell_235_ .footer-3 {
    margin-top: 42px;
}
.cell_235_ .footer-4 {
    margin-top: 22px;
}

/* 子底部样式 */
.cell_235_ .sub-footer {
    display: flex;
    width: 925px;
    margin-top: 32px;
    justify-content: space-between;
}

