.topbar {
	width: 100%;
	border-bottom: 3px solid #ea3440;
	padding: 20px 0;

	background-color: #FFFFFF;
}

.tp_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1280px;
	margin: 0 auto;
}

.tp_logo img {
	height: 45px;
}

.tp_nav {
	flex: 1;
	padding-left: 40px;
}
.tp_search{
	margin-left: 30px;
}
.content{
	margin-top: 20px;
	margin-bottom: 80px;
}
.w_left {
	width: 800px;
	float: left;
}

.column_title {
	font-size: 26px;
	color: #cd131c;
	line-height: 75px;
	text-align: left;
	font-weight: bold;
	border-bottom: #eee 1px dashed;
}

.column_list li {
	border-bottom: #eee 1px dashed;
	padding: 21px 0;
	overflow: hidden;
	display: flex;
}
.related_news_title{
	border-top: 5px solid #eaeaea;
}
.news_thumb {
	width: 200px;
	margin-right: 30px;
}

.news_thumb img {
	width: 200px;
	height: 130px;
	border-radius: 5px;
}

.news_info {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news_title {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 10px;
	font-weight: normal;
}

.news_attr {
	font-size: 14px;
	line-height: 22px;
	color: #a5a5a5;
}

.news_attr span {
	padding-right: 20px;
}
.news_head{
	    margin-top: 15px;
}
.news_head h2{
	font-size: 40px;
	color: #333;
	line-height: 50px;
	font-weight: bold;
}

.news_head p{
	line-height: 20px;
	color: #a4a4a4;
	font-size: 14px;
	margin-top: 20px;
}
.news_head i{
	    margin: 0px 10px;
	    font-style: normal;
}
.news_body{
	font-size: 18px;
	    line-height: 36px;
	    color: #333;
	    margin-top: 25px;
}
.news_body p{
	margin-top: 15px;
}
.news_body img{
	max-width:100%!important;
	/*margin: 10px auto;*/
	/*display: block;*/
        height: auto!important;
}
.news_body video{
	width: 100%!important;
	height: auto!important;
}
.news_editor{
	font-size: 16px;
	    text-align: right;
	    margin: 40px 0;
	    color: #999999;
}
.news_player{
	width: 800px;
	margin: 25px auto 0;
}
.news_copyright{
	margin-top: 40px;
	font-size: 14px;
	line-height: 1.8;
	
}
.news_copyright h3{
	font-size: 14px;
	font-weight: bold;
}
.news_copyright p{
	text-indent: 2em;
	color: #666;
}
.shortvideo_player{
	width: 500px;
}
.video_player{
	margin-top: 25px;
}
.video_player video{
	width: 100%!important;
	height: auto!important;
}
.w_right {
	width: 320px;
	float: right;
}

.w_side_block {
	margin-top: 25px;
}
.w_side_block .d_limt_title span{
	font-size: 22px;
}
.w_side_list li{
	overflow: hidden;
	margin-top: 30px;
}
.w_side_list h4{
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.w_side_list p{
	font-size: 14px;
	    line-height: 18px;
	    height: 18px;
	    color: #98a1ab;
	    margin-top: 8px;
}
.w_side_thumb {
	float: left;
	width: 112px;
	height: 75px;

	margin-right: 15px;
}

.w_side_thumb img {
	width: 100%;
	height: 100%;
	border-radius: 3px;
}
.w_politics{
	width: 100%;
}
.select_page{
	padding: 40px 0;
}
#pagetemple .pagination, #pagetemple .pager-a-jump, #pagetemple a.prev, #pagetemple a.next {
	font-size: 16px!important;
}
#pagetemple a{
	margin: 0 5px;
	display: inline-block;
}
#jumppageId {
	margin-top: 0!important;
	border: 1px solid #D7D7D7;
    border-radius: 3px;
}
#currentid{
	font-weight: bold;
	color: #db2232;
}
.m_nav_icon{
	position: relative;
	display: inline-block;
	width: 25px;
	height: 30px;
	overflow: hidden;
	line-height: 8px;
	display: none;
}
.m_nav_icon i{
	height: 5px;
	width: 100%;
	background: #CCCCCC;
	display: inline-block;
}
.m_nav_icon.m_nav_close i:nth-child(1){
	-webkit-transform: translateY(9px) rotate(45deg);;
	    -moz-transform: translateY(9px) rotate(45deg);;
	    -ms-transform: translateY(9px) rotate(45deg);;
	    -o-transform: translateY(9px) rotate(45deg);;
	    transform: translateY(9px) rotate(45deg);;
}
.m_nav_icon.m_nav_close i:nth-child(2){
	display: none;
}
.m_nav_icon.m_nav_close i:nth-child(3){
	-webkit-transform: translateY(0) rotate(-45deg);
	    -moz-transform: translateY(0) rotate(-45deg);
	    -ms-transform: translateY(0) rotate(-45deg);
	    -o-transform: translateY(0) rotate(-45deg);
	    transform: translateY(0) rotate(-45deg);
}
.m_nav_box{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top:0;
	background-color: #fff;
	display: none;
	z-index: 8;
}
.m_nav{
	margin-top: 63px;
	padding: 30px 15px;
}
.m_nav_list{
    display: flex;
	width: 100%;
	flex-wrap:wrap
}
.m_nav_list li{
	width: 25%;
	padding: 15px 5px;
	box-sizing: border-box;
	text-align: center;
}
@media print, screen and (max-width: 480px) {
	.topbar{
		padding: 10px 0;
	}
	.topbar_fixed{
		position: fixed;
		z-index: 9;
	}
	.tp_logo img{
		height: 40px;
	}
	.m_nav_icon{
		display: block;
	}
	.tp_wrapper,.w1200{
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.tp_nav, .w_right{
		display: none;
	}
    .w_left{
		width: 100%;
	}
	.news_thumb{
		width:120px;
		margin-right: 10px;
	}
	.news_thumb img{
		width:120px;
		height: 80px;
	}
	.content{
		margin-top: 0;
	}
	.news_head h2{
		font-size: 26px;
		line-height: 38px;
		margin-top: 20px;
	}
	.news_body img{
		max-width: 100%;
	}
	.column_title{
		font-size: 24px;
	}
	.news_title{
		font-size: 18px;
		line-height:1.2;
	}
	.footer p{
		font-size: 12px;
		line-height:1.5;
	}
}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2024-08-09 16:08:04" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->