/* 头 */
.cell_294_ .h5_head {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - .4rem);
    padding: .2rem;
    height: 1rem;
}
.cell_294_ .h5_head .logo {
    width: 2.3rem;
}
.cell_294_ .h5_head .logo img {
    width: 100%;
}
.cell_294_ .h5_head .search {
    display: flex;
    align-items: center;
    margin: 0 .1rem;
    width: 5rem;
    height: 8vw;
    background: rgba(0, 0, 0, 0.15);
    border-radius: .3rem;
}
.cell_294_ .h5_head .search img {
    width: .4rem;
    height: .4rem;
    margin: 0 .2rem;
}
.cell_294_ .h5_head .search input {
    width: 3rem;
    height: .4rem;
    font-size: .3rem;
    color: #fff;
    border: none;
    background: rgba(0, 0, 0, 0);
}

input::-webkit-input-placeholder{color:#666 };
input:-moz-placeholder{color:#666 };
input::-moz-placeholder{color:#666 };
input:-ms-input-placeholder{color:#666 };

.cell_294_ .h5_head .menu {
    width: .5rem;
}
.cell_294_ .h5_head .menu img {
    width: 100%;
}
.cell_294_ .h5_head .list {
    flex-direction: column;
    position: absolute;
    display: none;
    right: .22rem;
    z-index: 1;
    top: 1rem;
    background: #fff;
    padding: 0 .1rem;
    border: 1px solid #c6c6c6;
}
.cell_294_ .h5_head .item {
    width: 1.2rem;
    height: .4rem;
    color: #666666;
    font-weight: bold;
    font-size: .25rem;
    border-bottom: 2px solid #c6c6c6;
    line-height: .4rem;
    text-align-last: justify;
    text-align: justify;
    padding: .06rem;
}
.cell_294_ .h5_head .item-select {
    color: #6490e3;
}
.cell_294_ .h5_head .item:last-child {
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.cell_295_{ display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 0.1rem;line-height:32px;font-size:16px;font-family:"微软雅黑","宋体",Tahoma;margin:0 0 20px;}
.cell_295_ .article-title{margin-bottom:0.3rem; text-align:center;border-bottom:1px dotted #cecece;padding-bottom:0.3rem;width:100%;}
.cell_295_ .article-title h1{color:#000;text-align:center !important;}
.cell_295_ .article-toolbar{padding-top:5px;color:#989898;font-size:12px;font-family:arial;height:18px;}
.cell_295_ .article-assist span {padding:0 20px 0 15px;}
.cell_295_ .article-main{margin:0 0 20px;overflow:hidden;}
.cell_295_ .article-main img{max-width:100%;}
.cell_295_ .article-main .image, .cell_295_ .article-main object{margin-top:10px;}
.cell_295_ .article-main p{margin-top:5px;text-indent:2em;}
.cell_295_ .article-main a{color:#333;}

.cell_295_ .creator{text-align:right;color:#888888;font-size:15px;padding:0;}
.ptdinfo2{float:right;margin-left:10px;}
/* 底部样式 */
.cell_296_ .footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #686868;
    font-size: .2rem;
    padding: .2rem 0;
    background: #f1f1f1;
    cursor: default;
}
.cell_296_ .footer-1 {
    display: flex;
    justify-content: center;
}
.cell_296_ .footer-1 a {
  padding: 0 1vw;
  color: #686868;
}
.cell_296_ .footer-1 div {
  padding: 0 1vw;
  color: #686868;
}
.cell_296_ .footer-2 {
  display: flex;
  justify-content: center;
  color: #686868;
  margin-top: 2vw;
}
.cell_296_ .footer-2 a {
  margin-left: 1vw;
  color: #686868;
}
.cell_296_ .footer-3 {
  margin-top: 3vw;
}
.cell_296_ .footer-4 {
  margin-top: 2vw;
}

/* 子底部样式 */
.cell_296_ .sub-footer {
  display: flex;
  width: calc(100vw - 8vw);
  margin-top: 4vw;
  justify-content: space-between;
}
.cell_296_ .sub-footer img {
  width: 90%;
  margin: 0 1vw;
}
