.top_bck {
    width: 100%;
}

.top_bck img {
    width: 100%;
}

.title {
    display: flex;
    font-size: 0.36rem;
    font-weight: bold;
    color: #D71F1D;
    justify-content: center;
    margin-top: 0.75rem;
    align-items: center;
}

.dis {
    display: flex;
    justify-content: center;
    align-items: center;
}

.title img {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
}

.navigation {
    margin-top: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigation_box {
    cursor: pointer;
    width: 2.04rem;
    height: 0.54rem;
    background: #F1F1F1;
    border-radius: 0.27rem;
    font-size: 0.20rem;
    font-weight: 400;
    color: #555555;
    margin: 0.25rem;
    margin-top: 0.55rem;
}

.pitch {
    background: #D71F1D !important;
    color: #FFFFFF !important;
}

.newlist {
    width: 14.7rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.news {
    width: 4.6rem;
    /* height: 6.2rem; */
    background: #FAFAFA;
    box-shadow: 1px 1px 0.06rem 0 rgba(0,0,0,0.2);
	margin: 0.15rem;
}
.news>a{
	display: block;
	padding: 0.16rem;
}

.news:hover {
    background: #FFFFFF;
}


.news img {
    width: 4.30rem;
    height: 3.25rem;
}

.news h2 {
    margin-top: 0.35rem;
    font-size: 0.22rem;
	line-height: 1.5;
	min-height: 0.66rem;
    font-weight: 400;
    color: #333333;
}

.news p {
    margin-top: 0.2rem;
    font-size: 0.16rem;
    font-weight: 400;
    /* height: 0.54rem; */
    color: #666666;
    text-indent: 0.35rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.title_box {
    box-sizing: border-box;
    padding: 0 0.14rem 0 0.14rem;
}

.news_bottom {
    min-width: 1.04rem;
    border: 1px solid #B9B3BA;
    border-radius: 15px;
    font-size: 0.14rem;
    font-weight: 400;
    color: #333333;
    line-height: 2.2;
	box-sizing: border-box;
	padding: 0 10px;
    text-align: center;
}

.news_bottom:hover {
    background: #FF2E2E;
	border-color: #FF2E2E;
    color: #FFFFFF;
}

.continue {
    margin-top: 0.3rem;
    display: flex;
    justify-content: space-between;
}

.ear {
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    font-weight: 400;
    color: #333333;
}

.ear img {
    width: 0.24rem;
    height: 0.14rem;
}

.page_div {
    margin: 0.6rem 0;
}

.titles {
    text-align: center;
    margin: 0 auto;
    width: 90%;
    font-size: 0.36rem;
    font-weight: bold;
    color: #333333;
}

.times {
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
}

.tim {
    font-size: 0.18rem;
    font-weight: 400;
    color: #777777;
	margin-right: 0.45rem;
}

.times_box {
    display: flex;
    align-items: center;
    font-size: 0.18rem;
    font-weight: 400;
    color: #777777;
}

.times_box img {
    width: 0.24rem;
    height: 0.14rem;
}

.dott {
    margin: 0.2rem 0;
    border-bottom: 2px dashed #AAAAAA;
}

.content_box {
    margin: 0.7rem auto 1.4rem;
    width: 95%;
	font-size: 0.18rem;
	font-weight: 400;
	color: #555555;
	line-height: 1.8;
}

.content_box p {
    text-indent: 2em;
}

.content_box img {
    width: 10.71rem;
}

.next_box {
    box-sizing: border-box;
    padding: 0 0.4rem 0 0.23rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.64rem;
    background: #EBEBEB;
    margin-bottom: 0.85rem;
}
.next_box a{
	display: block;
	max-width: 45%;
}
.next_box p{
    font-size: 0.18rem;
    font-weight: 400;
    color: #000000;
}
.news_box,.new_box{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.search_wrapper{
	max-width: 1390px;
	width: 90%;
	margin: 0 auto;
}
.main_search_box{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-top: 0.45rem;
	overflow: hidden;
}
.main_search{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 50%;
	border-bottom: 1px solid #FF2E2E;
	padding-bottom: 0.1rem;
}
#searchkeyword {
	width: 6.5rem;
	font-size: 0.24rem;
	color: #D71F1D;
	margin-left: 0.1rem;
}
.main_search_box .search img{
	width: 0.26rem;
	margin-right: 0.1rem;
}
.main_search_box .search{
	width: 1.4rem;
	background: #D71F1D;
	border-radius: 23px;
	font-size: 0.24rem;
	color: #FFFFFF;
	line-height: 1.9;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.main_search_box .search_con{
	width: 50%;
	font-size: 0.24rem;
	box-sizing: border-box;
	padding-left: 0.1rem;
	margin-top: 0.12rem;
}
.main_search_box .search_con span{
	color: #D71F1D;
}
.searchlist{
	margin-top: 0.45rem;
}
.searchlist_item{
	margin-bottom: 0.19rem;
}
.searchlist_item:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.searchlist_item .imgbig_box{
	width: 30.8%;
	margin-right: 3.5%;
}
.searchlist_item .title_box{
	width: 60.9%;
}
.searchlist_item>a{
	display: flex;
	padding: 0.15rem;
}
.searchlist_item h6{
	font-weight: normal;
	font-size: 0.26rem;
	margin-top: 0.34rem;
}
.searchlist_item span{
	color: #FF2E2E;
}
.searchlist_item .title_box p{
	text-indent: 2em;
	-webkit-line-clamp: 4;
	font-size: 0.16rem;
	line-height: 1.8;
	margin-top: 0.4rem;
}
.searchlist_item .continue{
	justify-content: flex-start;
	margin-top: 0.5rem;
}
.searchlist_item .continue .news_bottom{
	margin-right: 0.55rem;
}
@media only screen and (max-width: 1200px) {
	.news_bottom{
		line-height: 1.8;
	}
}
@media only screen and (max-width: 750px) {
	.newlist{
		width: 100%;
		background: #F1F1F1;
		justify-content: center;
		padding: 0.16rem 0;
	}
	.news_box,.new_box{
		width: 100%;
		padding: 0 0.3rem;
		box-sizing: border-box;
	}
	.news{
		box-shadow: none;
		width: 96.26%;
		margin: 0 0 0.2rem;
	}
	.news>a{
		padding: 0.24rem;
	}
	.news .imgbig_box img{
		width: 100%;
		height: 5.11rem;
	}
	.news h2{
		font-size: 0.34rem;
		min-height: auto;
	}
	.news p{
		display: none;
	}
	.news_bottom{
		font-size: 0.26rem;
		line-height: 2.3;
		border-radius: 30px;
		background: #FF2E2E;
		border: none;
		color: #FFFFFF;
		min-width: 1.83rem;
	}
	.ear img{
		width: 0.37rem;
		height: 0.22rem;
	}
	.ear{
		font-size: 0.25rem;
	}
	.tim{
		font-size: 0.28rem;
	}
	.times_box{
		font-size: 0.28rem;
	}
	.times_box img{
		width: 0.42rem;
		height: 0.24rem;
	}
	.content_box{
		font-size: 0.28rem;
	}
	.next_box{
		flex-wrap: wrap;
		background: none;
		padding: 0;
		height: auto;
		margin: 0.5rem 0 0.3rem;
	}
	.next_box a{
		width: 100%;
		max-width: none;
		background: #EBEBEB;
		margin-bottom: 0.25rem;
		padding: 0 0.3rem;
		box-sizing: border-box;
	}
	.next_box p{
		font-size: 0.28rem;
		line-height: 2.2;
	}
}
