/*
* @Author: Sun Jijing
* @Date:   2023-11-08 10:46:07
* @Last Modified by: Sun Jijing
* @Last Modified time: 2023-11-08 11:24:18
*/
body { width: 100%; background: url(bg.jpg) no-repeat top center; background-size: cover; }

.media_head { background: #d6d6d6; padding: 12px 0; }
.media_head .logo { height: 50px; }
.media_head .logo img { height: 100%; }
.media_form { width: 400px; height: 40px; border-radius: 5px; border: 1px solid #b5b5b5; background: #d5d3d1; margin-left: 60px; margin-top: 5px; }
.media_form form { overflow: hidden; padding-left: 10px; }
.media_form form input { width: 350px; height: 40px; float: left; background: none; border: none; }
.media_form form button { width: 40px; height: 40px; float: right; background: url(head_search_but.png) no-repeat center; }
.media_nav { margin-top: 5px; }
.media_nav a { height: 40px; line-height: 40px; display: inline-block; font-size: 14px; }
.media_nav i { display: inline-block; font-size: 14px; color: #999; }
.media_nav a:hover { color: #bd1a2d; }
.bj_gov { float: left; margin-right: 10px; }
.bj_gov img { height: 100%; }

.content { margin-bottom: 50px; }
.position, .position * { font-size: 16px; color: #c6c6c6; line-height: 56px; }

.detail_tit { margin: 40px 0; text-align: center; }
.detail_tit span { font-size: 60px; font-weight: bold; color: #dabb85; display: inline-block; position: relative; font-family: "隶书"; }
.detail_tit span::before, .detail_tit span::after { content: ''; display: block; width: 10px; height: 10px; border: 6px solid #dabb85; transform: rotate(45deg); position: absolute; top: 50%; margin-top: -8px; }
.detail_tit span::before { left: -40px; }
.detail_tit span::after { right: -40px; }

.picNews_box { overflow: hidden; }
.picNews { width: 110%; }
.picNews li { width: 270px; float: left; margin-right: 40px; text-align: center; margin-bottom: 50px; }
.picNews li .img { width: 100%; height: 190px; margin-bottom: 15px; overflow: hidden; }
.picNews li .img img { width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: all ease-in-out 400ms; }
.picNews li:hover .img img { transform: scale(1.1); }
.picNews li .tit { font-size: 20px; color: #fff; line-height: 2em; }
.picNews li .smy { font-size: 16px; color: #ccc; text-align: justify; line-height: 1.8em; height: 5.4em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

/* 分页样式 */
.page-more { text-align: center; margin-top: 50px; }
.page-more * { display: inline-block; color: #fff; }
.page-more a,.page-more font { padding: 0 15px; height: 30px; border: 1px solid #efefef; line-height: 28px; font-size: 14px; color: #333; background: #fff; }
.page-more font{background:#bd1a2d; color:#fff;}
.page-more input { width: 48px; height: 30px; border: 1px solid #efefef; text-align: center; }
.page-more input.easysite-jump-btn { font-size: 14px; color: #fff; line-height: 30px; height: 30px; padding: 0 15px; border: 1px solid #efefef; background: none; width:auto;}
.page-more input.easysite-page-text{margin:0 5px;}
.page-more a:hover, .page-more button:hover { border-color: #bd1a2d; background: #bd1a2d; color: #fff; }

@media screen and (max-width: 1200px) {
	.media_head .pubcon { display: flex; justify-content: space-between; align-items: center; }
	.media_head .pubcon::after { display: none; }
	.media_head .logo { height: 40px; }
	.media_form { width: 300px; margin-left: 0; margin-top: 0; }
	.media_form form { display: flex; }
	.media_nav { margin-top: 0; display: inline-flex; align-items: center; }
	.media_nav i { font-style: normal; margin: 0 2px; }

	.picNews { width: 100%; display: flex; flex-wrap: wrap; }
	.picNews li { width: 23%; margin: 0 1% 30px; }
	.picNews li .img { height: 15vw; margin-bottom: 5px; }
}
@media screen and (max-width: 1023px) {
	.media_head .pubcon { flex-wrap: wrap; }
	.media_head .logo { width: 100%; margin-bottom: 10px; }
	.rwsy_head .photo { margin-top: 20px; }

	.picNews li { width: 31.33%; }
	.picNews li .img { height: 20vw; }
}
@media screen and (max-width: 767px) {
	.position { padding: 10px 0; }
	.position, .position * { font-size: 14px; line-height: 2em; }

	.media_head .logo { text-align: center; }
	.media_form { width: 100%; margin-bottom: 10px; }
	.media_form form input { width: 100%; }
	.media_form form button { flex-shrink: 0; }
	.media_nav { width: 100%; justify-content: space-between; }

	.picNews li { width: 46%; margin: 0 2% 20px; }
	.picNews li .img { height: 30vw; }
	.picNews li .tit { font-size: 18px; }
	.picNews li .smy { font-size: 14px; }

	.detail_tit { margin: 0 0 10px; }
	.detail_tit span { font-size: 30px; }
	.detail_tit span::before, .detail_tit span::after { width: 6px; height: 6px; border: 4px solid #dabb85; margin-top: -5px; }
	.detail_tit span::before { left: -30px; }
	.detail_tit span::after { right: -30px; }
}
@media screen and (max-width: 400px) {
	.media_nav a.bj_gov { display: none; }
	.media_nav a { height: 30px; line-height: 30px; font-weight: bold; }

	.picNews li { width: 100%; margin: 0 0 20px; }
	.picNews li .img { height: 60vw; }
	.picNews li .tit { font-size: 18px; }
	.picNews li .smy { font-size: 14px; height: auto; }

}