@charset "UTF-8";
/*liboyuan 20160817*/
/*mail*/

body {
    background: #fff;
}
.mail_title {
    font-size: 18px;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #d0d0d0;
    font-weight: 400;
}
.mail_main_box {
    margin-top: 30px;
    background-color: #e6e6e6;
}
.mail_main_left {
    width: 300px;
    height: 560px;
    background: #e6e6e6;
    float: left;
}
.mail_main_right {
    background: #f6f6f6;
    width: 800px;
    min-height: 560px;
    float: right;
}
.mail_main_left li.active {
    background: #f6f6f6;
}
.mail_main_left li.active>a {
    border-bottom: 0;
    margin-top: -1px;
    height: 41px;
    padding-top: 21px;
    padding-bottom: 19px;
}
.mail_main_left li>a {
    display: block;
    padding: 20px 0;
    margin: 0 20px;
    border-bottom: 1px solid #d0d0d0;
    height: 39px;
}
.mail_img_box {
    width: 40px;
    height: 40px;
    position: relative;
}
.mail_img_box span.active {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #f51e55;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
}
.mail_alt_box {
    width: 200px;
    margin-left: 20px;
}
.mail_alt_box h5 {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 12px;
}
.mail_alt_box p {
    font-size: 12px;
    line-height: 1;
    color: #909090;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.no_text_box {
    text-align: center;
    vertical-align: middle;
    margin: 220px auto 0;
}
.mail_com_box{
    margin-top: 20px;
}
.mail_com_box li {
    margin-bottom: 20px;
}
.mail_com_center {
    text-align: center;
    margin-bottom: 20px;
}
.mail_com_time {
    color: #fff;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    background: #d1d1d1;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
}
.mail_com_list_box {
    width: 640px;
    padding: 20px;
    margin: 0 auto;
    background: #fff;
}
.mail_com_list_box>p{
    font-size: 14px;
    font-weight: 800;
    line-height: 28px;
}
.mail_com_link{
    text-align: center;
}
.mail_com_link>a{
    color: #f51e55;
    font-size: 14px;
    line-height: 28px;
}
.mail_list_more {
    text-align: center;
    color: #606060;
    margin-bottom: 40px;
    cursor: pointer;
}
.mail_list_more:hover{
    color: #f51e55;
}