header {
    background-color: #04CB94;
}

.f-c-c {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .f-c-c div {
        font-size: 15px !important;
    }
}

.contentBox {
    margin-top: 73px;
}

@media screen and (max-width: 1000px) {
    .contentBox {
        width: 100%;
        margin-top: 50px;
    }
}

.banner {
    width: 100%;
}

@media (max-width: 768px) {
    .banner {
        width: 100%;
    }
}
.experience-now{
    margin-top: 100px;
}
.free-foot-box {
    width: 100%;
    height: 230px;
    background: url(../images/distrbution/free-foot.png);
    background-position: center;
    background-position-y: 0;
    flex-direction: column;
}

.free-foot-box div {
    font-size: 24px;
    color: #fff;
}
.header-line{
    color:#9ea6ac;
    margin-left: 40px;
}

@media screen and (max-width: 768px) {
    .header-line{
        display: none;
    }
    .header-time{
        padding-left: 0 !important;
    }
    .header-title{
        margin: 30px 0 !important;
    }
}
.free-foot-box .btn {
    padding: 12px 32px;
    background: #fff;
    color: #04cb94;
    font-size: 16px;
    margin-top: 34px;
    border-radius: 6px;
}
.bread-crumbs{
    font-size: 16px;
    color: #888888;
    margin: 25px 0;
    letter-spacing: 1px;
}

@media screen and (max-width: 1080px) {
    .bread-crumbs {
        display: none;
    }
}
.bread-crumbs:after {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    transform: rotate(225deg);
    position: relative;
    top: -1px;
    left: -84px;
    border-bottom: 1px solid #888888;
    border-left: 1px solid #888888;
}
.header-title{
    margin-bottom: 50px;
    margin-top: 60px;
    font-size: 32px;
    font-weight: bold;
}
@media (max-width: 768px) {
    .header-title {
        font-size: 20px;
    }
}
.young-secretary{
    font-size: 18px;
    color:#9ea6ac;
}
.young-secretary img{
    width: 40px;
    height: 24px;
}
.young-secretary img,span{
    vertical-align: middle;
}
.young-secretary span{
    margin-left: 5px;
}
.logo-time{
    padding: 0px 0 43px;
    border-bottom: 2px solid #e7e7e7;
}
.navbar-brand{
    display: flex;
    align-items: center;
}
.header-time{
    font-size: 18px;
    color:#9ea6ac;
}
.newsContent-text{
    padding-top: 34px;
}
.newsContent-text *{
    font-size: 16px;
    /*color: #333 !important;*/
}
.newsContent-text img{
    max-width: 100%;
    height:auto !important;
}
@media (max-width: 768px) {
    .young-secretary,.header-time {
        font-size: 12px;
    }
    .navbar-brand{
        white-space: nowrap;
    }
    .newsContent-text p{
        padding-left: 0 !important;
    }
    .newsContent-text p img{
        display: block;
        padding-left: 0 !important;
        max-width: 100%;
        margin: 40px 0;
    }
    .newsContent-text p strong{
            display: block;
            margin: 20px 0 0 0;
    }
}
.become-partner:hover{
    background-color: #DEFFF6 !important;
    border-color: #DEFFF6 !important;
}
.become-partner a{
    color: #1ab394;
}
.newsContent-text p img{
    display: block;
    height: 100%;
    margin: 0px auto;
    max-width: 100%;
}
.newsContent-text p{
    margin: 10px 0px;
    padding: 0 !important;
    text-indent: inherit !important;
}
@media (max-width: 1300px) and (min-width: 770px){
	.banner{
		padding: 0 48px;
	}
	.container{
		width: 100%;
	}
}
.newsContent-text a{
    text-decoration: underline;
    color: blue!important;
}
.newsContent-text a span{
    color: blue!important;
}
