body,html{
    min-height: calc(100vh);
    background-color: #f1f1f1;
}
.img-box1{
	width: 100%;
	position:relative;
	z-index:1;
}
.img-box1 img{
	width:100%;
    float: left;
}
.navSectionContainer{
	display: flex;
    justify-content: flex-end;
}
.navSectionContainer>div{
    width:80%;
    height: 64px;
	background-image: linear-gradient(90deg, 
		rgba(209, 63, 26, 0.99) 0%, 
		rgba(218, 112, 65, 0.99) 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 8% 0 57px;
    margin-top:-32px;
    position: relative;
    z-index:9
}
.navTitleContainer{
    height:64px;
    line-height: 64px;
    border-bottom: 1px solid #ffffff;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
    white-space: nowrap;
}
.subnavtitlecontent{
    font-weight: normal;
    
}
.navright img{
    width: 27px;
	height: 27px;
}
.navright span{
	font-family: MicrosoftYaHei;
	font-size: 14px;
    margin-left:18px;
	color: #ffffff;
}
.contentcontainer{
    margin-top: 53px;
    position: relative;
    margin-bottom:37px;
}
.flowerTitle{
    display: flex;
    align-items: baseline;
}

.newsTitle{
	font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #d1401b;
}

.newsleftcontent,.newsrightcontent{
    padding:0 !important;
    margin:0; 
     background-color: #ffffff;
}

/* .newsleftcontent{
    padding-left:15px;
} */
.newsleftcontent img{
    height:100%;
}
.newsrightcontent .newsListSwiper{
    margin:50px;
}
.newsListSwiper h5{
	font-family: MicrosoftYaHei;
	font-size: 30px;
	letter-spacing: 0px;
	color: #333333;
}
.subtime{
	display: flex;
    align-items: center;
    margin:25px 0;
}
.subtime>img{
    width: 12px !important;
	height: 3px !important;
}
.subtime .subtimetext{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	letter-spacing: 0px;
	color: #d1401b;
    margin-left: 25px;
}
.newsListSwiper>p{
    padding:0;
    margin:0;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
}
.newsListSwiper .readmore{
    padding:10px 14px;
    display: flex;
    width:fit-content;
    align-items: baseline;
    justify-content: center;
    background-color: #d1401b;
    margin-top:38px;
}
.readmore span{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	letter-spacing: 0px;
	color: #ffffff;
}
.readmore>img{
    width: 5px !important;
	height: 10px !important;
    margin-left:15px;
}

.changepage,.owl-nav{
    position: absolute;
    bottom: 6%;
    right: 2%;
    display: flex;
    align-items: center;
    width: fit-content;
    z-index: 99;
}
.owl-prev,.owl-next{
    width: 36px;
	height: 36px;
	background-color: #ffffff;
	border: solid 1px #d1401b;
    color:#d1411c;
    border-radius: 50%;
    display: flex;
    
    align-items: center;
    justify-content: center;
    margin-right:12px;
}
.owl-prev{
    background-color: #d1401b;
    color: #ffffff;
}
.owl-prev button:not(:disabled){
    background-color: #d1401b;
}
.owl-next button:not(:disabled){
    background: #ffffff;
}
.blog__area{
}
.newsListItem{
    padding:30px;
    display: flex;
    align-items: center;
    border-radius: 0;
    justify-content: space-between;
    margin-bottom:22px;
}
.leftItem{
    /* flex:1; */
    width: calc(100% - 50px);
    width: 85%;
}
.newsListItemTitle{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	letter-spacing: 0px;
	color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom:7px;
}
.leftItem>.subtime{
    margin:0 !important;
}
.godetails{
    width: 30px;
	height: 30px;
	background-color: #ffffff;
	border: solid 1px #d1401b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#d1401b;
}
.cardbottom{
    margin-top:36px;
}
.basic-pagination{
    margin:40px 0 77px 0;
}
@media (min-width: 1200px) {
    .img-box1{
        height:calc(75vh)
    }
    .img-box1 img{
        height:100%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
   
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navSectionContainer>div{
        width:80%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .navSectionContainer>div{
        width:100%;
    }
}
@media (max-width: 575px) {
    .navSectionContainer>div{
        width:100%;
        height: 64px;
        background-image: linear-gradient(90deg, 
            rgba(209, 63, 26, 0.99) 0%, 
            rgba(218, 112, 65, 0.99) 100%);
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding:0 5%;
        margin-top:0px;
        position: relative;
        z-index:9;
    }
    .navright span{
        font-family: MicrosoftYaHei;
        font-size: 14px;
        margin-left:5px;
        color: #ffffff;
    }
    .contentcontainer{
        margin-top: 20px;
        margin-bottom: 0px
    }
}

























