* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

body {
    background-color: #E9E9A3;
    font-family: sans-serif;
}

a {
    text-decoration: none;
    display: inline-block;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 16;
}

p {
    font-size: 14px;
}

span {
    display: inline-block;
}

ul,
ol {
    list-style: none;
}

/* --------- Main section css start ------------ */


.mianSection .mainInnerBox {
    padding: 20px 0;
}

.mianSection .topHeader .leftLogoBox img {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    display: block;
}

.mianSection .mainInnerBox .topHeader {
    display: flex;
    align-items: end;
    width: 100%;
    /* border-bottom: 2px solid #000; */
    height: 100%;
}

.mianSection .mainInnerBox .topHeader .rightEmpty {
    /* border-left: 2px solid #000; */
    min-height: 160px;
}

.mianSection .topHeader .leftLogoBox {
    padding: 10px;
    /* border-right: 2px solid #000; */
}

.mianSection .mainInnerBox .topHeader .smallSize,
.mianSection .mainInnerBox .centerContent .sameBox {
    width: 20%;
}

.mianSection .mainInnerBox .topHeader .centerBox {
    width: 60%;
    padding: 10px 10px;
    /* border-left: 2px solid #000; */
    /* border-right: 2px solid #000; */
}

.mianSection .mainInnerBox .topHeader .centerBox .topImg {
    margin-bottom: 10px;
}

.mianSection .mainInnerBox .topHeader .centerBox .topImg img {
    width: 100%;
}

.mianSection .mainInnerBox .mainCenter {
    width: 60%;
    padding: 40px 40px 50px 60px;
    background: url(../images/layer-white.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 780px;
    /* border-left: 2px solid #000;
    border-right: 2px solid #000; */
}

.mianSection .mainInnerBox .topHeader .centerBox ul {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.mianSection .mainInnerBox .topHeader .centerBox ul li a {
    font-size: 16px;
    background-image: url(../images/ballon-base-for-menu.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    object-fit: contain;
    padding: 8px 15px 14px;
    font-weight: 900;
    color: #fff;
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
    font-family: sans-serif;
    font-style: italic;
}

.mianSection .mainInnerBox .topHeader .centerBox ul li a.active {
    color: red;
}

.mianSection .mainInnerBox .centerContent .sameBox img {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    display: block;
}

.mianSection .mainInnerBox .centerContent {
    display: flex;
    align-items: start;
    height: 100%;
}

/* .mianSection .mainInnerBox .centerContent .leftAdv {
    border-right: 2px solid #000;
}

.mianSection .mainInnerBox .centerContent .rightAdv {
    border-left: 2px solid #000;
} */

.mianSection .mainInnerBox .centerContent .sameBox {
    padding: 20px 0;
    position: relative;
}

.mianSection .mainInnerBox .centerContent .sameBox .iconBox {
    position: absolute;
    right: 45px;
    top: 25px;
}

.mianSection .mainInnerBox .centerContent .sameBox .iconBox a:first-child {
    margin-right: 10px;
}

.mianSection .mainInnerBox .centerContent .sameBox .iconBox a i {
    color: #0296BC;
    font-size: 16px;
}

.mianSection .mainInnerBox .mainCenter .firstTextBox {
    display: flex;
    align-items: start;
    gap: 20px;
    margin-bottom: 20px;
}

.mianSection .mainInnerBox .mainCenter .firstTextBox .leftSide {
    width: 55%;
}

.mianSection .mainInnerBox .mainCenter .firstTextBox .rightSideImg {
    width: 45%;
}

.mianSection .mainInnerBox .mainCenter .firstTextBox .rightSideImg .firstImg img {
    height: 100%;
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    display: block;
}

.mianSection .mainInnerBox .mainCenter .firstTextBox .rightSideImg .secondImg {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mianSection .mainInnerBox .mainCenter .firstTextBox .rightSideImg .secondImg img {
    width: 100%;
    max-width: 90px;
}

.mianSection .mainInnerBox .whiteBox {
    background: #fff;
    border: 2px solid #000;
    padding: 5px 8px;
    margin-bottom: 20px;
}

.mianSection .mainInnerBox .whiteBox h4 {
    border: 2px solid #000;
    font-size: 18px;
    display: inline-block;
    padding: 5px;
    margin-bottom: 15px;
}

a.blueMore {
    color: #4a94ff;
    font-size: 14px;
    margin-left: auto;
    display: block;
    text-align: end;
}

a.moreRed {
    color: #F7313b;
    font-size: 14px;
}

.mianSection .mainInnerBox .whiteBox .iconBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.mianSection .mainInnerBox .whiteBox .iconBox ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mianSection .mainInnerBox .whiteBox .iconBox ul li a I {
    font-size: 13px;
    color: #ffcc96;
}   

.mianSection .mainInnerBox .striptItemBox h5 {
    font-size: 20px;
    color: #F7313b;
}

.mianSection.strip-plaza .mainInnerBox .striptItemBox h5,
.mianSection.strip-plaza .mainInnerBox .mainCenter .thirdTextBox h5 {
    font-style: italic;
    font-weight: 900;
}

.striptItemBox ul li p:not(:last-child) {
    margin-bottom: 3px;
}

.striptItemBox ul li p a {
    color: #F7313b;
}

.secondTextBox,
.fourTextBox {
    display: flex;
    gap: 30px;
    margin-bottom: 10px;
}

.secondTextBox .whiteBox.secondBox .box-more,
.fourTextBox .whiteBox.secondBox .box-more {
    display: flex;
    justify-content: end;
    gap: 20px;
}

.secondTextBox .whiteBox.secondBox .box-more a.blueMore,
.fourTextBox .whiteBox.secondBox .box-more a.blueMore {
    margin: 0;
}

.mianSection .mainInnerBox .mainCenter .thirdTextBox {
    margin: 15px 0;
}

.mianSection .mainInnerBox .mainCenter .thirdTextBox h5 {
    font-size: 20px;
    color: #F7313b;
    margin-bottom: 10px;
}

.mianSection .mainInnerBox .mainCenter .thirdTextBox .dateBox span {
    font-size: 16px;
    font-weight: 700;
    width: 19px;
    text-align: center;
    padding: 5px 0 20px;
    position: relative;
    margin-top: 5px;
}

.mianSection .mainInnerBox .mainCenter .thirdTextBox .dateBox span.grayBg {
    background-color: #A8A699;
}

.mianSection .mainInnerBox .mainCenter .thirdTextBox .dateBox span.skyBg {
    background-color: #dae2f2;
}

.mianSection .mainInnerBox .mainCenter .thirdTextBox .dateBox span.slash::after {
    content: '!';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff2cc;
    color: red;
    font-style: italic;
}

.footerContent {
    width: 100%;
    max-width: 846px;
    margin: 0 auto;
    padding: 20px 50px;
    display: flex;
    gap: 80px;
}

.footerContent .ft-menu ul li:not(:last-child) {
    margin-bottom: 8px;
}

.footerContent .ft-menu ul li a {
    color: #F7313b;
    font-size: 16px;
    font-weight: 500;
}


@media (max-width:1199px) {
    .footerContent {
        max-width: 640px;
    }
    .mianSection .mainInnerBox .mainCenter {
        padding: 40px 40px 50px 50px;
    }
}