.news-list {
    margin: 50px auto;
    overflow: hidden;
}
.news-list .hd {
    text-align: center;
    width: 20%;
    float: left;
}
.news-list .hd ul{
	overflow: hidden;
}

.news-list .hd ul li{
    width: 180px;
    height: 60px;
    line-height: 60px;
    color: #c72226;
    text-align: center;
    background: #f7f7f7;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 10px;
}
.news-list .hd ul li.on {
    color: #c51e20;
    font-weight: bold 1px #a68268;
    background-color: #c72226;
    color: #fff;
}
.news-list .bd{
    width: 80%;
    float: left;
}
.news-list .bd li {
    width: 235px;
    padding: 10px;
    float: left;
}
.panel_img {
    width: 300px;
    height: 200px;
    float: left;
}
.news-list .bd li .title {
    font-size: 18px;
    color: #000;
    margin-top: 20px;
    padding-left: 20px;
    height: 100px;
    height: 58px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-list .bd li .info {
    color: #888;
    height: 25px;
    line-height: 25px;
    width: 550px;
    float: right;
    margin-top: 30px;
}
.news-list .bd li .info .date {
    float: right;
}
.news-list .bd .more {
    display: block;
    margin: 30px 0;
    background-color: #c51b1e;
    text-align: center;
    font-size: 14px;
    color: #fff;
    height: 45px;
    line-height: 45px;
}
/*新闻中心文章页*/
.leftframe{
    width: 1200px;
    margin:0 auto;
}
.newscontent .title h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #c32425;
    padding:30px 0 0 10px;
}
.newscontent .title .info {
    text-align: center;
    font-size: 14px;
    color: #acacac;
    padding: 10px 0;
}
.newscontent .zhengwen {
    padding: 0 0 40px 0;
    min-height: 500px;
    height: auto;
}
.newscontent p {
    font-size: 16px;
    line-height: 30px;
    word-wrap: break-word;
}
.zhengwen img {
    max-width: 640px;
}
.tjTitle {
    width: 100%;
    padding-top: 20px;
    font-size: 14px;
}
.author {
    float: right;
    height: 30px;
    line-height: 30px;
    text-align: right;
    margin-bottom: 10px;
    color: #acacac;
}
.newscontent h3 {
    width: 100%;
    line-height: 30px;
    font-size: 16px;
}
/*搜索页*/
.Newsl {
    width: 1200px;
    margin: 0 auto;
}
.Searchbox {
    background-color: #f5f5f5;
    height: 130px;
    padding: 40px;
}
.Searchbox select {
    width: 200px;
    height: 50px;
    line-height: 41px;
    padding: 0 10px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    color: #777777;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    float: left;
}
.Searchbox input {
    width: 506px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    background: url(../images/zoom_icon2.png) no-repeat 10px center #ffffff;
    padding-left: 35px;
    color: #777777;
    font-size: 16px;
    float: left;
    margin-left: 10px;
}
.Searchbox button {
    width: 80px;
    height: 50px;
    border-radius: 10px;
    background-color: #c72226;
    float: left;
    margin-left: 10px;
    color: #ffffff;
    font-size: 16px;
    border: none;
}
.option:hover{
    background: #c72226;
}
/*泉心互助健康同行Tab切换*/
.topTab{
    position: relative;
}
.topTab ul{
    overflow: hidden;
    background-color:#80b7fa;
    color: #fff;
    border-radius: 10px;
    margin: 10px;
}
.topTab ul li{
    float: left;
    text-align: center;
}
.topTab .active{
    background-color: #0247c0;

}
.BoxTab ul li p{
    text-overflow: ellipsis;
    width: 210px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 86px;
}