.left-box{
    width: 300px;
    height: 360px;
    border: 1px solid #f1f1f1;
}
.banner-row{
    display: flex;
    justify-content: space-between;
}
.login-box{
    width: 330px;
    height: 360px;
    border-top: #f8b41b 2px solid;
    background-color: #f2f2f2;
    padding: 20px;
}
.login-box h3 {
    padding-top: 5px;
    text-align: center;
    font-size: 18px;
    color: #eb7350;
}
.air {
    height: 10px;
}
.lb-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40px;
    background-color: #eee;
}
.title-left{
    display: flex;
    align-items: center;
}
.lb-title p{
    color: #333;
    padding-left: 24px;
    font-size: 16px;
    font-weight: bold;
    padding-top: 14px;
}
.lb-title img{
    margin-left: 10px;
    width: 30px;
    height: 30px;
}
.lb-txt{
   padding: 10px;
    font-size: 14px;
}
.news-row{
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}
.news-item{
    width: 384px;
    height: 200px;
    border: 1px solid #f1f1f1;
}
.item-list{
    padding: 10px;
}
.rowA-list{
    padding: 10px;
}
.rowA-list a{
    cursor: pointer;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-bottom: 5px;
}
.item-list a{
    cursor: pointer;
    display: block;
    width: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-bottom: 5px;
}
.professor{
    height: 600px;
    border: #F8F8F8 1px solid;
    margin-top: 14px;
    padding: 15px;
    display: flex;
}
.professor-l{
    width: 70%;
}
.professor-title{
    width: 100%;
    height: 40px;
    padding: 10px;
}
.professor-title img{
    width: 30px;
    height: 30px;
}
.professor-title-t{
    display: flex;
    align-items: center;
}
.professor-title-t p{
    font-size: 16px;
    font-weight: bold;
    padding-top: 14px;
    margin-left: 12px;
}
.xian{
    height: 1px;
    width: 99%;
    margin: 5px auto 0;
    background-color: #1068aa;
}
.x{
    height: 1px;
    width: 99%;
    margin: 0 auto 0;
    background-color: #1068aa;
}
.professor-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.professor-item{
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 250px;
    border: 1px solid #f2f2f2;
    margin-bottom: 8px;
}
.professor-item img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
    padding: 6px;
}
.professor-list{
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.name{
    font-weight: bold;
    font-size: 18px;
}
.professor-x{
    font-size: 14px;
}
.professor-r{
    width: 30%;
}
.professor-r-t{
    height: 50%;
}
.ad{
    height: 80px;
    background-color: #F2DEDE;
    margin-top: 10px;
}
.title-c{
    width: 100%;
    height: 40px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title-c img{
    width: 30px;
    height: 30px;
    margin-left: 10px;
}
.title-t{
    display: flex;
    align-items: center;
}
.title-t p{
    font-size: 16px;
    font-weight: bold;
    padding-top: 14px;
    margin-left: 12px;
}
.activity{
    margin-top: 10px;
}
.news {
    margin-top: 16px;
}
.p10{
    padding: 10px;
}
.provide{
    display: flex;
    margin-top: 15px;
}
.provide-l{
    width: 70%;
}
.provide-r{
    width: 30%;
}
.provide-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.provide-item{
    width: 33%;
    height: 140px;
    background-color: #555;
    margin-bottom: 6px;
}
.provide-item img{
    width: 100%;
    height: 140px;
    border: #1068aa 1px solid;
}
.friendship{
    margin-top: 14px;
    font-size: 15px;
}
.login-btn{
    margin-top: 20px;
}
.login-p{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}