﻿.container{
    width: 1200px;
    margin: 0 auto;
}
.breadNav{  display: none;
    margin: 18px 0;   
}
.search3{
    width:365px;
    /* height:41px; */
    border:1px solid rgba(229,229,229,1);
    border-radius:8px;
    line-height: 41px;
    position: relative;
    margin: 38px 0  38px 165px;
    float: left;
}
.search3::before{
    content: '';
    display: block;
    width: 156px;
    height: 69px;
    position: absolute;
    left: -5px;
    top: 0;
    transform: translate(-100%,-25%);
    background: url(../image/gxfw.png)no-repeat;
    background-size: 100%;
}
.search3 input{
    border: none;
    line-height: 39px;
    text-indent: 2em;
    width: 300px;
}
.search3 input:focus{
    outline:none;
}
.searchTips{
    color: #747474;
    font-size: 16px;
    float: left;
    margin: 38px 20px;
    line-height: 41px;
}
.leftWrap{
    width: 843px;
    float: left;   
}
.ul{
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 30px;
}
.li{
    width: 100%;
    height: 89px;
    border-top: 1px solid #CCCCCC;
}
.time{
    width: 63px;
    height: 63px;
    background: #7AB7FE;
    color: #fff;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-top: 13px;
}
.con{
    width: 640px;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: space-evenly;
    margin-left: 20px;
    float: left;
}
.ddd {
    overflow: hidden;
    text-overflow: ellipsis; 
    -o-text-overflow: ellipsis;
    white-space:nowrap;
}
.t1{
    font-size: 16px;
    color: #333;
}
.t2{
    font-size: 14px;
    color: #999999;
}
.btn{
    width:99px;
    height:34px;
    border:1px solid #000;
    border-radius:17px;
    float: right;
    margin-top: 25px;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
}
.li:hover .btn{
    background: #19225A;
    color: #fff;
}
.aa{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.pagesWrap{
    margin: 20px auto;
    text-align: center;
}
.rightWrap{
    float: left;
    width: 260px;
    margin-left: 60px;
}
.toSend{
    width:261px;
    height:60px;
    border-radius:8px;
    background: url(../image/gxww.png)no-repeat;
    background-size: 100% 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 60px;
}
.msgBox{
    width:264px;
    height:515px;
    border:1px solid rgba(238,238,238,1);
    margin-top: 10px;
}
.tit3{
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #EEEEEE;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333;
    position: relative;
}
.tit3::after{
    content: '';
    height: 2px;
    width: 100px;
    background: #2F65AF;
    position: absolute;
    bottom: 0;
    left: 10px;
}
.p1{
    font-size: 14px;
    color: #333;
}
.p2{
    font-size: 12px;
    color: #999999;
    margin-top: 5px;
}
.listIn{
    box-sizing: border-box;
    padding: 5px 15px;
    margin-top: 10px;
    position: relative;
}
.listIn::after{
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 1px;
    background: #19225A;
    position: absolute;
    top: 16px;
    left: 10px;
}