@charset "UTF-8";

html, body {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: "PingFang SC", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", STHeiTi, sans-serif;
    background: url("/image/web/major_meeting_bg-5cb5c441b886885fad9563f13f3db94e.png") no-repeat #F0F1F5;
    background-size: contain;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: none;
    outline: none;
}

a {
    text-decoration: none;
}

.meet-logo {
    width: 1200px;
    height: 200px;
    margin: 30px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.meet-logo .home a {
    font-size: 16px;
    color: white;
}

.meet-logo .home a img {
    position: relative;
    top: 3px;
}

.meet-title {
    width: 1200px;
    height: 115px;
    margin: 0 auto 60px;
    font-size: 84px;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-shadow: 0 5px 12px rgba(8, 41, 111, 0.5);
}

.meet-content {
    width: 1200px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 20px 20px 0 0;
    padding-top: 60px;
    box-sizing: border-box;
}

.meet-content-top {
    width: 1140px;
    margin: 23px auto 80px;
    display: flex;
    justify-content: space-between;
}

.meet-content-top-text {
    width: 99%;
    max-height: 600px;
}

.meet-content-top-text-top {
    display: flex;
}

.meet-content-top-text-bottom {
    width: 99%;
    max-height: 520px;
    border-top: 1px solid #E7E7E7;
    margin: 20px 10px;
    padding-top: 20px;
    line-height: 2;
    font-size: 18px;
    text-align: justify;
    overflow-y: auto;
}

.meet-content-top-text .title {
    width: 107px;
    height: 38px;
    line-height: 38px;
    background: #3550B8;
    font-size: 18px;
    color: white;
    font-weight: bold;
    text-align: center;
    margin-right: 10px;
}

.meet-content-top-text .title:after {
    content: "";
    width: 18px;
    height: 12px;
    border-left: 15px solid transparent;
    border-bottom: 40px solid white;
    position: relative;
    top: -31px;
    left: 10px;
}

.meet-content-top-text .info {
    height: 38px;
    line-height: 38px;
    font-size: 27px;
    font-weight: bold;
    color: #2849AB;
}

.meet-content-top-img {
    width: 350px;
    height: 324px;
    background: #e7e7e794;
    padding: 30px;
    box-sizing: border-box;
}

.meet-content-top-img .title {
    height: 33px;
    line-height: 33px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}

.meet-content-top-img .content a img {
    width: 288px;
}

.meet-content-bottom {
    width: 1170px;
    margin: 0 auto;
}

.meet-content-bottom-title {
    margin: 30px auto;
    display: flex;
}

.meet-content-bottom-title .left {
    width: 325px;
    height: 86px;
    background: url("/image/web/meeting_banner_bg-b8321959511cb6a759de817a0c9df644.png") no-repeat;
    z-index: 99;
}

.meet-content-bottom-title .left span {
    color: white;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    top: 40px;
    left: 85px;
}

.meet-content-bottom-title .right {
    width: 850px;
    height: 48px;
    background: #F4F4F4;
    position: relative;
    top: 32px;
    left: -20px;
}

.meet-content-bottom-select {
    width: 1130px;
    margin: 0 auto;
}

.meet-content-bottom-select label {
    width: 108px;
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    margin-right: 10px
}

.meet-content-bottom-select select {
    width: 120px;
    height: 37px;
    background: #F3F3F3;
    border: 1px solid rgba(151, 151, 151, 0.66);
    font-size: 16px;
    font-weight: bold;
    color: #3550B8;
    outline: none;
    text-align: center;
}

.meet-content-bottom-select-list {
    width: 1130px;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.meet-content-bottom-select-list .box {
    width: 360px;
    height: 78px;
    background: #d8d8d833;
    border-radius: 39px;
    border: 1px solid #9797973d;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 25px;
}

.meet-content-bottom-select-list .box .month {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: #3550B8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.meet-content-bottom-select-list .box .month .bg {
    width: 31px;
    height: 32px;
    line-height: 43px;
    text-align: center;
    background: url(/image/web/date_bg-bcaa000e0c1f768b7732460fe117aab0.png) no-repeat;
    font-size: 18px;
    font-weight: bold;
    color: #3550B8;
}

.meet-content-bottom-select-list .box a {
    width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 16px;
    border: 1px solid rgba(166, 166, 166, 0.5);
    font-size: 20px;
    color: #3550B8;
}

.meet-content-bottom-select-list .box a.select {
    background: #E9EEFF;
    border-radius: 16px;
    border: 1px solid rgba(53, 80, 184, 0.5);
    font-weight: bold;
}