.newsBreadNav {
    height: 24px;
    padding: 36px 0;
    line-height: 24px;
    background-color: #fff;
    color: #666;
}

.newsBreadNav a {
    color: #666
}

.newsBreadNav a:hover {
    color: orange;
}

.newsBreadNav a.active {
    color: orange;
}

.newsSect {
    background-color: #fafafa;
}

.newsWrap {
    padding-bottom: 46px;
    background-color: #ffffff;
}

.newsCont {
    width: 745px;
    padding-left: 24px;
    overflow-x: hidden;
}

.newsCont img {
    max-width: 100%;
}

.newsForm {
    width: 370px;
    padding-right: 24px;
    box-sizing: border-box;
}

.newsTitle {
    font-size: 24px;
    margin-bottom: 40px;
    font-weight: 700;
}

.newsInfo {
    font-size: 14px;
    margin-bottom: 40px;
}

.newsInfo .newsEidter {
    margin-right: 46px;
}

.newsMain {
    line-height: 24px;
    font-size: 16px;
}

.newsMain p {
    margin: 12px 0;
}

.newsBtnBox {
    margin: 64px 0;
    text-align: center;
}

.newsBtnBox {
    height: 46px;
}

.newsBtnBox .newsPre {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    border: 1px solid #eee;
    text-align: center;
    padding: 0 24px;
    margin-right: 24px;
}

.newsBtnBox .newsNext {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    border: 1px solid #eee;
    padding: 0 24px;
    text-align: center;
}

.newsBtnBox .newsPre:hover {
    background-color: orange;
    color: #fff;
    border: 1px solid orange;
}

.newsBtnBox .newsNext:hover {
    background-color: orange;
    color: #fff;
    border: 1px solid orange;
}

.formOrangeBox {
    margin: 46px 120px 0 120px;
}

.newsFormTit {
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    margin-bottom: 24px;
}

.formItem {
    width: 100%;
    height: 100px;
    margin-bottom: 24px;
}

.formImg {
    flex: 0 0 160px;
    height: 80px;
    overflow: hidden;
    margin-right: 12px;
}

.formImg .formImgIn {
    position: relative;
    width: 100%;
    height: 100%;
}

.formImg .formImgIn img {
    width: 75%;
    height: auto;
}

.formImg .newsImgIcon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, .4);
    z-index: 2;
}

.formInfo {
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.formInfo .formItemTit {
    font-size: 16px;
    height: 48px;
    font-weight: 700;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.formInfo .formInfoDate {
    color: #666;
    margin-right: 12px;
}

.formInfo .formInfoType {
    color: #666;
}

.newsFormBottom {
    text-align: center;
    font-size: 12px;
    color: #666;
}

.newsFormBottom img {
    width: 100px;
    height: 100px;
    margin-top: 46px;
}

.register-tel {
    height: 46px;
}

.register-tel input {
    padding-left: 20px !important;
}

.bannerContainer {
    background-color: #f7d801;
}