﻿.desTit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.teamList .pt2Item {
    margin-left: 30px;
    width: 380px;
    margin-bottom: 30px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
}

.desYear {
    font-size: 14px;
    color: #b8b4c3;
}

.desInfo {
    padding: 0 30px 30px 30px;
}

.desStic {
    margin-bottom: 10px;
}

.desTitle {
    display: flex;
    align-items: center;
}

.desTitles {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.desTitlel {
    color: #b8b4c3;
    margin-left: 16px;
}

.desStar {
    color: #b8b4c3;
    display: flex;
    font-size: 14px;
    align-items: center;
}

.desDet {
    color: #b8b4c3;
    font-size: 14px;
}

.btnsUser {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    margin-top: 20px;
}

.brtn1 {
    height: 40px;
    line-height: 40px;
    display: block;
    color: #b8b4c3;
    font-size: 16px;
    padding: 0 30px;
    border-radius: 15px;
    border: 1px #b8b4c3 solid;
    cursor: pointer;
}

.brtn1:hover {
    color: #0e4b8e;
    border: 1px #0e4b8e solid;
}

.brtn2 {
    height: 40px;
    line-height: 40px;
    display: block;
    color: #ffffff;
    font-size: 16px;
    padding: 0 30px;
    border-radius: 15px;
    background: #0e4b8e;
    cursor: pointer;
}

.brtn2:hover {
    color: #ffffff;
    background: #083f7a;
}