.main {
    margin: auto;
    margin-bottom: 30px;
    width: 1000px;
}

.position {
    padding-left: 25px;
    font-size: 14px;
    background: url(../images/positon.png) no-repeat 0px center;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #eeeeee;
}

.position a {
    margin: 0px 5px;
    color: #666;
}

.main .content {
    background: #FFFFFF;
    padding: 32px;
    padding-top: 10px;
    box-shadow: 0 0 16px rgba(22, 88, 160, 0.16);
    min-height: 550px;
}

.conTopbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding-bottom: 20px;
}

.conTopbox .title {
    float: left;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    color: #1658A0;
}

.conTopbox .searchbox input[type="text"] {
    height: 30px;
    width: 275px;
    padding-left: 15px;
    background: #FFFFFF;
    border: 1px solid #BEBEBE;
    border-radius: 4px;
    outline: none;
}

.conTopbox .searchbox input[type="submit"] {
    width: 80px;
    padding-left: 20px;
    background: #1658A0 url(../images/other-search.png) no-repeat 13px center;
    height: 32px;
    border-radius: 4px;
    margin-left: 10px;
    color: #FFFFFF;
    border: none;
}

.tablist {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 10px;
}

.tablist .li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.98%;
    margin-bottom: 10px;
    width: 24%;
    height: 40px;
    border: 1px solid #bbb;
    text-align: center;
    font-size: 14px;
}

.tablist .li:nth-child(4n) {
    margin-right: 0;
}

.tablist .li:hover {
    color: #1658A0;
}

.toForm {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 40px;
    border-radius: 10px;
    background-color: #BB1D2B;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.toForm:hover {
    color: #fff;
}

.txtLine {
    padding-bottom: 7px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #D5D5D5;
}

.txtLine b {
    /* font-weight: 100; */
    color: #1658A0;
}

.messageList {
    padding-top: 30px;
    padding-bottom: 10px;
}

.messageList .item {
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #E1E1E1;
}

.messageList .item .grayBack {
    padding: 20px 20px;
    border-radius: 10px;
    background-color: #EEEEEE;
    line-height: 2;
}

.messageList .item .grayBack .red {
    color: #d12d35;
    font-weight: bold;
}

.messageList .item .whiteBack{
    padding: 20px 20px;
    line-height: 2;
}

.messageList .item .whiteBack .blue{
    color: #1658A0;
    font-weight: bold;
}