.web-container {
    width: 100%;
    min-height: 100vh;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;}

.head-menu {
    width: 100%;
    height: 40px;
    background-color: #2D54A4;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: white;}

.bg {
    width: 100%;
    height: 160px;
    background: linear-gradient(to right, rgb(151, 150, 240), rgb(251, 199, 212));
    display: flex;
    align-items: center;
    justify-content: center;}

.bg .center-box {
    width: 1200px;
    display: flex;
    align-items: center;
    position: relative;}

.bg .logo-image {
    width: 100px;
    height: 100px;}

.bg .logo-image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;}

.bg .college-name {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    white-space: nowrap;}

.bg .college-name .top-name {
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;}

.bg .college-name .top-name span {
    font-size: 42px;
    margin-left: 20px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #fff;
    text-shadow: 0 0 20px #2D54A4;}

.bg .college-name .top-name img {
    height: 80px;}

.bg .college-name .s-name {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
    margin-left: 8px;
    font-style: italic;
    letter-spacing: 2px;}

.bg .right-search {
    position: absolute;
    right: 0;}

body {
    margin: 0;
    padding: 0;
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column;
    align-items: center;}

.bottom {
    width: 100%;
    min-width: 1200px;
    height: 200px;
    background-color: #2D54A4;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;}

.bottom .left-area {
    width: 45%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-right: 1px solid #fff;}

.bottom .left-area .img-box {
    width: 130px;
    height: 130px;
    /* margin-left: 30px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;}

.bottom .left-area .img-box img {
    width: 100px;
    height: 100px;
    border-radius: 20px 0 20px 0;}

.bottom .left-area .img-box span {
    font-size: 14px;
    margin-top: 6px;}

.bottom .right-area {
    width: 54%;
    margin-left: 1%;
    height: 160px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;}