.m-head-title {
    position: relative;
    min-height: 100px;
}
.m-head-title-img {
    width: 100%;
}
.max-width-content {
    width: 95%;
    max-width: 1080px;
}
.max-width-content {
    margin: 0 auto;
}
.m-head-title-wrap {
    position: absolute;
    bottom: 0;
}
.m-head-title-text {
    font-family: Noto Sans SC,SourceHanSansCn-Bold;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 32px;
}
.m-head-title-text {
    display: inline-block;
    background: #fff;
    font-size: 40px;
    padding: 15px 20px;
    color: #34364e;
    font-family: neue-haas-grotesk-display,sans-serif;
    font-weight: 900;
}

.m-hq {
    margin-top: 60px !important;
    font-size: 24px;
    color: #34364e;
    font-family: neue-haas-grotesk-display,sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
}
@media screen and (min-width: 768px)
.max-width-content {
    width: 95%;
    max-width: 1080px;
}
.max-width-content {
    margin: 0 auto;
}

.m-contact-us-link, .m-hq-title {
    font-size: 18px;
    line-height: 30px;
    font-family: Noto Sans SC,SourceHanSansCn-Normal;
    font-weight: 400;
    font-style: normal;
}
.m-hq-title {
    width: 70%;
    line-height: 1.5;
}
.m-hq-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 65px 0;
}
.m-hq-general, .m-hq-partment {
    line-height: 36px;
    font-size: 24px;
    font-family: Noto Sans SC,SourceHanSansCn-Bold;
    font-weight: 700;
    font-style: normal;
}
.news-detail {
    color: #34364e;
}
.news-detail-title {
    letter-spacing: 0;
    font-size: 24px;
    line-height: 36px;
    margin: 30px 0;
    font-family: Noto Sans SC,SourceHanSansCn-Bold;
    font-weight: 700;
    font-style: normal;
}
.news-detail-subtitle, .news-detail-title {
    line-height: 1.5;
    text-indent: 0;
    letter-spacing: 1px;
    padding: 0;
}
.news-detail-subtitle {
    letter-spacing: 0;
    font-size: 18px;
    margin: 0 0 17px;
}
.news-detail-subtitle {
    font-size: 24px;
    font-weight: 400;
    margin: 15px 0;
}
.news-detail-subtitle, .news-detail-title {
    line-height: 1.5;
    text-indent: 0;
    letter-spacing: 1px;
    padding: 0;
}

.m-news-item .content, .news-detail-box {
    font-family: Noto Sans SC,SourceHanSansCn-Normal;
    font-weight: 400;
    font-style: normal;
}
.news-detail-box {
    letter-spacing: 0;
}
.news-detail-time {
    font-size: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(52,53,79,.3);
    font-family: Noto Sans SC,SourceHanSansCn-Normal;
    font-weight: 400;
    font-style: normal;
}
.news-detail-content {
    font-size: 16px;
    line-height: 30px;
}
.news-detail-new{
	padding: 50px 15px !important;
}

.m-news-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
	padding-top: 45px;
}
.m-news-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.m-news-item {
    margin-bottom: 60px;
}
.m-news-item {
    width: 28%;
    margin-right: 5%;
    margin-bottom: 50px;
}

.m-news-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.m-news-item .item-img-wrapper {
    width: 100%;
    overflow: hidden;
}
.m-news-item .item-img {
    width: 100%;
}
.m-news-item h3 {
    font-size: 18px;
    margin-top: 20px;
	padding-bottom: 10px;
}
.m-news-btn-box button, .m-news-item h3 {
    font-family: Noto Sans SC,SourceHanSansCn-Bold;
    font-weight: 700;
    font-style: normal;
}
.m-news-item .content {
    font-size: 14px;
    line-height: 24px;
    font-family: Noto Sans SC,SourceHanSansCn-Normal;
    font-weight: 400;
	color: #666;
	line-height: 26px;
    font-style: normal;
}

.m-news-btn-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.m-news-btn-box button {
    padding: 15px 30px;
    font-size: 18px;
}
.m-news-btn-box button, .m-news-item h3 {
    font-family: Noto Sans SC,SourceHanSansCn-Bold;
    font-weight: 700;
    font-style: normal;
}
.m-news-btn-box button {
    padding: 15px 20px;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
    background-color: #34354f;
    outline: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: neue-haas-grotesk-display,sans-serif;
    -webkit-transition: background .3s;
    transition: background .3s;
}