﻿.heathevaluate{
    width:1200px;
    margin:0px auto;
}
#outer{
    height: 300px;
    width: 1200px;
    overflow: hidden;
    cursor: pointer;
}
#inner{
    height: 300px;
}
#inner img{
    height: 300px;
    width: 1200px;
    float: left;
}
.heathevaluate-content{
    overflow:auto;
    margin:20px 0;
}
.heathevaluate-left{
    width:815px;
    float:left;
    margin-right:10px;
}
.left-item{
    margin-top:10px;
    font-size:14px;
    border-bottom:2px dotted #ccc;
}
.left-item:last-of-type{
    border-bottom:0;
}
.item-title a{
    color:#e9292a;
    line-height:30px;
}
.item-intro{
    color:#666;
    text-indent:2em;
    margin:10px 0;
}
.item-enter{
    overflow:auto;
    margin:10px 0;
    padding-right:5px;
}
.item-enter a{
    color:#e9292a;
    float:right;
}
.heathevaluate-right{
    width:373px;
    float:right;
    border:1px solid #ddd;
}
.left-top{
    font-size:26px;
    color:#888;
    border-bottom:solid 1px #eee;
    line-height:40px;
}
.right-top{
    font-size:12px;
    margin:5px 10px;
    padding:0 10px;
    line-height:30px;
    background-color:#eee;
}
.right-image{
    text-align:center;
}
.right-text{
    margin: 5px 10px;
    padding:0 10px;
    font-size:12px;
    line-height:20px;
}
.right-text p{
    background-color:#eee;
    line-height:30px;
}
.right-text span{
    display:block;
    text-indent:2em;
}
