ul.list-content li {
    text-overflow:ellipsis;white-space:nowrap;overflow:hidden;
    height: 33px;
    line-height: 33px;
    padding: 0 10px 0 20px;
    position: relative;
}
ul.list-content li::before {
    content: "";
    width: 3px;
    height: 12px;
    background: #96b5ee;
    position: absolute;
    left: 10px;
    top: 32%;
}
ul.list-content li{
    height: 46px;
    line-height: 46px;
}
ul.list-content li a{
    color: #333;
}
ul.list-content li span.date {
    float: right;
    color: #333;
}
.news-word {
    width: 100%;
    margin-left: 0;
    height: 700px;
    overflow: hidden;
    background: #fff;
    padding: 30px 20px;
}
.list-content li:nth-child(even){
    background: #f4f3f3;
}
.list-content li::before {
    top: 36%;
}

.content_main {border:1px solid #CCC; overflow:hidden; height:auto; padding:14px 37px;}
.detailcontent{width:90%;margin:0 auto;height:auto;overflow:hidden;}
.maincontent {width:92%;margin:0 auto;height:auto;overflow:hidden;}
.info_subtitle{line-height:25px; font-size:14px; font-weight:bold; text-align:center}
.info_title{font-size:20px;color:#181818;font-weight:bold;font-family:"\5FAE\8F6F\96C5\9ED1","\9ED1\4F53" ;text-align:center; padding: 30px 0px 10px;}
.info_time{
    width: 84px;
    font-size: 14px;
    color: #919191;
    line-height: 24px;
    text-align: center;
    background: #d7d7d7;
    margin: 0 auto;
    border-radius: 10px;
}
.info_content{font-size:16px;color:#555;line-height:36px; padding:10px 0px;text-align:left;}
.info_content p{
    text-align:left;text-indent:2em;
}
.info_content p:first-child{
    text-align:center;
    margin: 10px 0;
}
.mht600 { min-height:600px;}