#top-box{
    background: url('../imgs/new-bg.png');
}
#main{
    width: 1170px;
    height: auto;
    /*border: 1px solid red;*/
    margin: 0 auto;
}
#title-div{
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1170px;
    margin: 0 auto;
}
#title-div > div{
    color: #5CAF5A;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
}
#info{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    box-shadow:2px 2px 10px #e0e0e0;
    width: 1170px;
    margin: 0 auto;
}
#info > div{
    border: 1px solid #E9EAE9;
    flex: 1;
    height: 110px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
#info > div > h2{
    margin: 0;
    color: #167362;
}
#info > div > div{
    font-size: 24px;
}
.new-hot-div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:20px;
}
.new-hot-div .new{
    width: 670px;
    height: 665px;
    border-right: 1px solid #E9EAE9;
    box-sizing: border-box;
}
.new-hot-div .new .title-new{
    height: 70px;
    line-height: 70px;
    font-size: 24px;
}
.new-hot-div .new .new-big-img{
    display: block;
    width: 610px;
    height: 380px;
}
.new-hot-div .new .new-data{
    padding-right: 60px;
}
.new-hot-div .new .new-data .exper-name{
    margin-top:8px;
    font-size: 24px;
    font-weight: bold;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}
.new-hot-div .new .new-data .exper-name a{
    color:#167362
}
.new-hot-div .new .new-data .shuoming{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    color: #728391;
}
.new-hot-div .new .new-data .sendUserName{
    margin-top: 30px;
    color: #7E7774;
    font-size: 13px;
}
.new-hot-div .hot{
    width: 500px;
    height: 665px;
    padding-left: 60px;
    box-sizing: border-box;
}
.new-hot-div .hot .list-ul{
    display: flex;
    flex-direction: column;
}
.new-hot-div .hot .list-ul .list-item-div{
    display: flex;
    align-items: center;

}
.new-hot-div .hot .list-ul li{
    padding: 30px 0;
    border-bottom: 1px solid #E9EAE9;
}
.new-hot-div .hot .list-ul li:first-child{
    padding-top: 0;
}
.new-hot-div .hot .list-ul .list-item-div:first-child{
    padding-top: 0;
}
.new-hot-div .hot .list-ul .list-item-div .img{
    display: block;
    width: 170px;
    height:90px;
}
.new-hot-div .hot .list-ul .list-item-div .data{
    flex: 1;
    width: 0;
    background: #fff;
    padding-left: 10px;
    font-size: 13px;
}
.new-hot-div .hot .list-ul .list-item-div .data .title{
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-bottom: 5px;
    color: #686868;
}
.new-hot-div .hot .list-ul .list-item-div .data .tip{
    color: #167362;
    font-weight: bold;
    margin-bottom: 5px;
}
.new-hot-div .hot .list-ul .list-item-div .data .username{
    color: #7E7774;
}
.new-hot-div .hot .list-ul .list-item-div .data .hot-icons{
    margin-top: 0;
    display: flex;
    align-items: center;
}
.new-hot-div .hot .list-ul .list-item-div .data .hot-icons span{
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #686868;
    border-radius: 50%;
    text-align: center;
}
.new-hot-div .hot .list-ul .list-item-div .data .hot-icons span.glyphicon{
    color: #686868;
    border: 1px solid #E0E0E0;
}
.new-hot-div .hot .list-ul .list-item-div .data .hot-icons span.glyphicon:hover{
    cursor: pointer;
    color: #167362;
    border: 1px solid #167362;
}
.setting-div .title{
    height: 70px;
    line-height: 70px;
    font-size: 24px;
}
.setting-div .title span{
    color: #268689;
}
.setting-div .list-box{
    margin-right: -25px;
}
.setting-div .list-box .item{
    width: 373px;
    min-height: 476px;
    max-height: 476px;
    border: 1px solid #E9EAE9;
    box-sizing: border-box;
    margin-right: 25px;
    margin-bottom: 25px;
    float: left;
    overflow: hidden;
}
.setting-div .list-box .item .img{
    display: block;
    height: 220px;
}
.setting-div .list-box .item .data{
    padding: 16px;
}
.setting-div .list-box .item .data .exper-name {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-decoration: underline;
    min-height: 46px;
}
.setting-div .list-box .item .data .exper-name a{
    color: #686868;
    font-weight: bold;
}
.setting-div .list-box .item .data .exper-name a:hover{
    color: #268689;
}
.setting-div .list-box .item .data .tip{
    font-size: 13px;
    color: #7E7774;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 10px 0;
    min-height: 38px;
}
.setting-div .list-box .item .data .sendtime{
    font-size: 14px;
    color: #000;
}
.setting-div .list-box .item .data .bottom-data{
    border-top: 2px solid #03737B;
    padding-top: 10px;
    color: #03737B;
    font-size: 18px;
    margin-top: 10px;
    position: relative;
}
.setting-div .list-box .item .data .bottom-data a{
    position: absolute;
    background: #000;
    color: #fff;
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 13px;
    right: 0;
    bottom: 0;
}