.help.footer {
    background-color: #333333;
    background-image: none;
}

/* nav ¸²¸Ç */
.menu, .menu .menu_1_item, .menu .menu_2_item {
    /* background: rgba(0, 0, 0, 0.3); */
}
/* ------------------------------------------- ¹«¹² */
.content-head {
    text-align: center;
    margin-top:60px;
}
.content-head .cn {
    font-size: 36px;
    color: #222222;
    font-weight:bold;
}
.content-head .cn span{
    color:#FD6C21;
}
.content-head .cn i{
    background:url(../images/title_left.png) no-repeat 6px 6px;
}
.content-head .cn span b{
    font-weight:normal;
    color:#FD6C21;
}
.content-head .en {
    margin-top: 18px;
    font-size: 18px;
    color: #222222;
}
/* ------------------------------------------- banner */
.banner {height:auto;}
.banner  img { width:100%; height:auto}

/* ------------------------------------------- 1 */
.newsnav{
    height:64px;
    background:#FAFAFA;
}
.nav{
    background:url(../images/homenav.png) no-repeat 0 center;
    height:64px; line-height:64px;
    padding-left:20px;
    font-size:14px;
    color:#666;
    }
.nav a{
    color:#FD6C21;
}
.content-list {
width:100%; margin-top:50px;
padding-bottom:80px;
}
.content-list .simple {
    color: #808080;
    height:110px;
    margin-bottom: 28px;
    display: flex;
    flex-direction: row;
    transition: background-color .3s;
    border-bottom:1px solid #D8D8D8;
    padding:0 5px;
}
.content-list .simple.active {
    background-color:#fff;
}
.content-list .simple.active .date {
    background-color: #FF6C00;
}
/* ÈÕÆÚ */
.content-list .simple .date {
    width:78px;
    height:78px;
    border:1px solid #D8D8D8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: background-color .3s;
}
.content-list .simple .date .day {
    font-size: 23px;
    line-height:40px;
    display: block;
    color:#969696;
    font-weight:Medium;
}
.content-list .simple .date .year-month {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    color:#969696;
    font-weight:Light;
}
.content-list .simple .cont {
    flex: 1;
    padding-left:30px;
    overflow: hidden;
}

.content-list .cont .title {
    color: #222222;
    font-size: 20px;
    font-weight:bold;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content-list .cont .fill {
    color: #646464;
    font-size: 14px;
    margin-top: 10px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.content-list .cont .more {
    color: #FD6C21;
    font-size: 14px;
    width:65px;
    margin-top: 10px;
    line-height: 20px;
    font-weight:bold;
    background:url(../images/youtou.png) no-repeat right 8px;
}
.content-list .pagination {
    margin-top: 60px;
}
.newsshow-title{ font-size:30px; color:#333333; line-height: 1.3; text-align:center; margin-top:60px}
.newsshow-time{ font-size:14px; color:#333333; height:20px; line-height:20px; text-align:center; margin-top:60px; text-align:right; margin-right:100px}
.newsshow-content{ margin:10px 35px; border-top:1px solid #F0F0F0; padding:10px 0;font-size:16px; line-height:25px; color:#222222;}
.newsshow-content p{  margin-top:10px;}
.newsshow-content img { max-width: 100%; width: auto!important; height: auto!important;}
.news_info{border-top:1px solid #F0F0F0;margin:0 35px;padding:10px 0 80px 0; line-height:30px; height:30px; font-size:14px; color:#666666}
.news_info span{ width:50%; display:block; float:left}
.news_info span:nth-child(2){ text-align:right}