@charset "UTF-8";

html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}

body,textarea,input,button,select,keygen,legend{font:14px/1.14 "microsoft yahei", "Arial";color:#333;outline:0;}

a { text-decoration: none ; color: #333; }

li { list-style:none; }

.animate {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}


/** 轮播 */
.slide {
    width: 100%;
    position: relative;
}

.slide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
	height: 100%;
}

.slide .bd ul {
    width: 100% !important;
	height: 100%;
}

.slide .bd li {
    width: 100% !important;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

.slide .bd li a {
    display: block;
    height: 100%;
}

.slide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
}

.slide .hd ul {
    text-align: center;
}

.slide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 40px;
    height: 5px;
    margin: 4px;
    overflow: hidden;
    background: #fff;
    line-height: 999px;
}

.slide .hd ul .on {
    background: #E74C3C;
}

.slide .prev,
.slide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 4%;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.slide .next {
    left: auto;
    right: 4%;
    background-position: -6px -137px;
}



header {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.banner-slide {
	height: 380px;
}

.header-content {
	position: absolute;
	top: 0;
	width: 100%;
	height: 380px;
	z-index: 1;
}

.header-content section {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.header-content .top {
	width: 100%;
	height: 36px;
	color: #fff;
	background: rgba(5, 83, 59, .5);
}

.header-content .top .org {
	float: left;
	height: 36px;
	line-height: 36px;
}

.header-content .top .tools {
	float: right;
	height: 36px;
	line-height: 36px;
}

.header-content .top .tools span {
	display: inline-block;
	margin-left: 30px;
	cursor: pointer;
}

.header-content .search-box section {
	height: calc( 380px - 36px );
	display: flex;
	justify-content: space-between;
}

.header-content .search-box .left {
	display: flex;
	align-items: center;
	max-width: 50%;
}

.header-content .search-box .left img {
	max-width: 100%;
}

.header-content .search-box .right {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.header-content .search-box .right form {
	width: 340px;
	background: #fff;
	border-radius: 24px;
	margin-top: 15px;
	display: flex;
}

.header-content .search-box .right input , .header-content .search-box .right button {
	float: left;
	border: none;
	height: 48px;
	line-height: 48px;
	outline: none;
	background: none;
}

.header-content .search-box .right input {
	flex: 1 1 auto;
	padding-left: 28px;
}

.header-content .search-box .right button {
	flex: 0 0 auto;
	width: 48px;
	font-size: 28px;
	cursor: pointer;
}


.menu {
	width: 100%;
	background: #05533b;
	color: #fff;
}

.menu section {
	width: 100%;
	max-width: 1200px;
	height: 60px;
	margin: 0 auto;
	display: flex;
}

.menu section li {
	position: relative;
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu section li::after {
	content: "";
	position: absolute;
	top: 20px;
	right: -1px;
	height: 20px;
	background: rgba(255, 255, 255, .2);
	width: 2px;
}

.menu section li:last-child::after {
	width: 0;
	height: 0;
}

.menu section li > a , .menu section li > label {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.menu section li .navs {
	display: none;
	position: absolute;
	width: auto;
	top: 60px;
	left: 0;
	right: 0;
	background: #05533b;
	z-index: 1;
	overflow: hidden;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.menu section li:hover .navs{ display: block; }

.menu section li .navs a {
	display: block;
	font-size: 16px;
	width: 100%;
	height: 36px;
	line-height: 36px;
	margin-top: 5px;
	color: #fff;
	text-align: center;
}

.menu section li .navs a:hover {
	background: #fff;
	color: #05533b;
}

.main-box {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
	overflow: hidden;
}

.notice {
	display: flex;
	padding-bottom: 20px;
	border-bottom: #eaeaea 1px solid;
}

.notice .icon {
	flex-shrink: 0;
	width: 100px;
	height: 100px;
	padding: 5px;
	box-sizing: border-box;
	background: #05533b;
	margin-right: 15px;
}

.notice .icon .border {
	width: 100%;
	height: 100%;
	padding: 1px;
	background: #fff;
	box-sizing: border-box;
}

.notice .icon .border a {
	padding: 10px;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	background: #05533b;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	box-sizing: border-box;
	text-align: center;
}

.notice .content {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

.notice .content a {
	display: block;
	flex-shrink: 0;
	width: 100%;
	height: 50px;
	color: #05533b;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	text-align: center;
}

.notice .content .description {
	flex: 1 1 auto;
	overflow: hidden;
	line-height: 150%;
}


.main-box .title {
	border-bottom: #e5e5e5 1px solid;
	overflow: hidden;
}

.main-box .title a {
	float: right;
	height: 45px;
	line-height: 40px;
}

.main-box .title label {
	position: relative;
	display: inline-block;
	float: left;
	height: 45px;
	line-height: 40px;
	padding: 0 5px;
	font-size: 22px;
	font-weight: 700;
	margin-right: 30px;
	cursor: pointer;
	color: #a4a4a4;
}

.main-box .title label.curr {
	color: #05533b;
	margin-bottom: -1px;
}

.main-box .title label::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #05533b;
}

.main-box .title label.curr::after {
	width: 100%;
}

.news {
	display: flex;
	justify-content: space-between;
}

.news .left {
	flex-shrink: 0;
}

.news .slide {
	width: 580px;
	height: 400px;
}

.news .slide .hd {
	display: flex;
	height: 50px;
	background: rgba(0, 0, 0, .15);
}

.news .slide .hd div {
	width: calc( 100% - 100px );
	height: 50px;
	line-height: 50px;
	color: #fff;
	margin: 0 15px;
	overflow: hidden;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}

.news .slide .hd ul {
	width: 100px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news .slide .hd li {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #fff;
	margin: 0 5px;
}

.news .slide .hd li.on {
	background: #05533b;
}

.news .right {
	width: 600px;
	height: 400px;
}



.news .right .box {
	display: none;
	width: 100%;
	padding-top: 3px;
	min-height: calc( 400px - 46px );
}

.news .right .box li {
	position: relative;
	height: 39px;
	line-height: 39px;
	box-sizing: border-box;
	border-bottom: #ebebeb 1px dashed;
	padding-left: 15px;
	font-size: 16px;
}

.news .right .box li::after {
	position: absolute;
	content: "";
	left: 0;
	top: 16.5px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #999;
}

.news .right .box li span {
	width: 60px;
	float: right;
}

.news .right .box li a {
	display: block;
	float: left;
	width: calc( 100% - 80px );
	color: #444;
	overflow: hidden;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}

.news .right .box li span {
	float: right;
	color: #999;
}

.news .right .box li:hover a {
	color: #05533b;
}

.about .left , .about .right {
	margin-top: 20px;
	height: 400px;
}

.about .left {
	float: left;
	width: 580px;
	font-size: 16px;
	line-height: 160%;
	overflow: hidden;
}

.about .left p {
	padding-top: 0;
	margin-top: 0;
}

.about .right {
	float: right;
	width: 600px;
	height: 400px;
}

.about .right .hd li {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #fff;
}

.about .right .hd li.on {
	background: #05533b;
}

.about .adv {
	display: flex;
	width: 100%;
	padding-top: 40px;
	justify-content: space-between;
}

.about .adv img {
	width: 32%;
}

.meili .list {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	width: 100%;
}

.meili .card {
	display: flex;
	flex-direction: column;
	width: calc( 100% / 3 - 60px / 3 );
	overflow: hidden;
}

.meili .card .image {
	order: 1;
	position: relative;
	width: 100%;
	padding-bottom: calc( 100% / 16 * 10.52631578947368 );
	overflow: hidden;
}

.meili .card .image .img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.meili .card:hover .image .img {
	transform: scale(1.15);
}

.meili .card .box {
	order: 1;
	position: relative;
	width: 100%%;
	padding-bottom: calc( 100% / 16 * 8.421052631578947 );
	overflow: hidden;
	background: #f8f8f8;
}

.meili .card .box .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.meili .card .box .content label {
	display: block;
	padding: 25px 15px 20px 15px;
	font-size: 18px;
	font-weight: 700;
	color: #333;
}

.meili .card .box .content div {
	padding: 0 15px 10px 15px;
	line-height: 180%;
}

.meili .card:nth-child(2n) .box {
	order:0
}

.paoduct .list {
	padding-top: 30px;
	overflow: hidden;
}

.paoduct-item {
	display: block;
	float: left;
	width: calc( 25% - 44px );
	margin-right: 58.66666666666667px;
	margin-bottom: 20px;
	
}

.paoduct-item:nth-child(4n) {
	margin-right:0;
}

.paoduct-item div {
	position: relative;
	border: #e5e5e5 1px solid;
	width: 100%;
	padding-bottom: 107.03125%;
	box-sizing: border-box;
	overflow: hidden;
}

.paoduct-item div span {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}

.paoduct-item label {
	display: block;
	text-align: center;
	padding: 15px 0;
}

.paoduct-item:hover span {
	transform: scale(1.15);
}

.links {
	padding: 25px 0;
}

.links.main-box {
	overflow: unset;
}

.links .list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 20px 0;
}

.links .select {
	display: block;
	position: relative;
	float: left;
	width: calc( 20% - 10px );
	height: 38px;
	border: #d2d2d2 1px solid;
}

.links .select label {
	display: block;
	position: relative;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
}

.links .select label::after {
	float: right;
	content: "\e001";
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.links .select:hover label::after {
	transform: rotate(180deg);
}

.links .select ul {
	position: absolute;
	display: none;
	width: 100%;
	margin-left: -1px;
	max-height: 150px;
	background: #f8f8f8;
	border: #d2d2d2 1px solid;
	overflow: auto;
	z-index: 1;
}

.links .select:hover ul {
	display: block;
}

.links .select ul a {
	display: block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
}

.links .select ul a:hover {
	background: #fff;
}


.footer {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #05533b;
}

.footer::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 4px;
	width: 100%;
	background: url("../images/footer-line-bg.jpg") repeat-x;
}

.footer section {
	width: 100%;
	max-width: 1200px;
	padding: 40px 10px;
	color: #fff;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.footer section .title {
	display: block;
	padding-bottom: 10px;
}

.footer section .left ul {
	width: 220px;
}

.footer section .left ul li {
	float: left;
	width: 50%;
	padding: 10px 0;
}

.footer section .left ul li a {
	color: #fff;
	background: url("../images/list-style.png") no-repeat left center;
	padding-left: 10px;
}

.footer section .middle .iconfont {
	font-size: 14px;
}

.footer section .er-code {
	width: 128px;
	height: 128px;
	background: #fff;
}

.footer section .er-code img {
	max-width: 100%;
	max-height: 100%;
}

.footer .right span {
	display: block;
	width: 100%;
	padding: 10px 0;
	
	font-weight: normal;
	text-align: center;
}

.footer .bottom {
	width: 100%;
	padding: 25px 0;
	color: #fff;
	background: #034531;
}

.footer .bottom .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.footer .bottom .left a {
	display: block;
	width: 180px;
	float: left;
	margin-right: 15px;
}

.footer .bottom label a {
	color: #fff;
	display: inline-block;
	margin-left: 15px;
}

.footer .bottom .left a img {
	float: left;
	max-width: 100%;
	max-height: 100%;
}

.content-box {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.catpos {
	padding: 20px 0;
	font-size: 16px;
	border-bottom: #ccc 1px solid;
}

.catpos::before {
	content:"\e006";
	font-size: 18px;
}

.main-content-box {
	display: flex;
	margin-top: 40px;
}

.main-content-box .sub-menu {
	position: relative;
	flex-shrink: 0;
	width: 280px;
	margin-right: 20px;
	min-height: 500px;
	box-sizing: border-box;
}

.main-content-box .sub-menu::after {
	content: "";
	position: absolute;
	top: 0;
	left: calc( 100% + 10px );
	width: 1px;
	height: 100%;
	background: #ccc;
}

.main-content-box .sub-menu .sub-title {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	height: 50px;
	line-height: 46px;
	padding: 0 10px;
	background: #05533b;
	color: #fff;
}

.main-content-box .sub-menu .sub-title::after {
	content: "";
	position: absolute;
	left: 2px;
	bottom: 2px;
	right: 2px;
	height: 1px;
	background: #fff;
}

.main-content-box .sub-menu a , .main-content-box .sub-menu .curr {
	display: block;
	font-size: 16px;
	padding: 10px;
	margin-top: 5px;
	background: #f3f3f3;
}

.main-content-box .sub-menu .curr , .main-content-box .sub-menu a:hover {
	background: #034531;
	color: #fff;
	border-radius: 5px;
}

.main-content-box .content {
	flex: 1 1 auto;
	width: 100%;
	min-height: 500px;
	overflow: hidden;
}

.main-content-box .content-title {
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	border-bottom: #ccc 1px solid;
}

.main-content-box .content-title label {
	display: block;
	position: relative;
	float: left;
	font-size: 16px;
	font-weight: 700;
	padding: 0 10px;
	height: 50px;
	line-height: 48px;
}

.main-content-box .content-title label::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #05533b;
}

.show-list {
	width: 100%;
	min-height: 500px;
	overflow: hidden;
}

.show-list .item {
	display: flex;
	position: relative;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 10px;
}

.show-list .item::before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 1px;
	background: #ccc;
}

.show-list .item .image-box {
	position: relative;
	flex-shrink: 0;
	width: 200px;
	height: 150px;
	margin-right: 20px;
	overflow: hidden;
}

.show-list .item .image-box .image {
	width: 100%;
	height: 100%;
}

.show-list .item .image-box:hover .image {
	transform: scale(1.15);
}

.show-list .item .info-box {
	flex: 1 1 auto;
	height: 150px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.show-list .item .image-box ~ .info-box {
	width: calc( 100% - 220px );
}

.show-list .item .info-box h3 {
	overflow: hidden;
	height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.show-list .item .info-box p {
	padding: 0;
	margin: 0;
	line-height: 200%;
	flex: 1 1 auto;
}

.show-list .item .info-box h6 {
	font-weight: normal;
	height: 30px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.show-list .picture {
	display: block;
	float: left;
	position: relative;
	width: calc( 25% - 15px );
	padding-bottom: calc( 25% * 0.6 );
	margin-right: 20px;
	margin-top: 20px;
	overflow: hidden;
}

.show-list .picture:nth-child(4n) {
	margin-right: 0;
}

.show-list .picture .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.show-list .picture:hover .image {
	transform: scale(1.15);
}

.show-list .picture label {
	position: absolute;
	display: block;
	left: 0;
	bottom : 0;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: rgba(0,0,0,.5);
	color: #fff;
	text-align: center;
	font-size: 16px;
}

.show-list .paoduct-item {
	margin-top: 20px;
	margin-bottom: 0;
}

.show-list .empty {
	margin-top: 50px;
	text-align: center;
}

.show-page {
	min-height: 500px;
	font-size: 14pt;
	line-height: 150%;
}

.pages {
	padding-top: 20px;
	width: 100%;
	overflow: hidden;
}

.pages ul {
	display: flex;
	justify-content: center;
}

.pages ul li {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: #ccc 1px solid;
	margin: 0 5px;
}

.pages ul li * {
	display: block;
	width: 100%;
	height: 100%;
}

.pages ul .active {
	background: #05533b;
	color: #fff;
	border-color: #05533b;
}

.pages ul .disabled {
	background: #f8f8f8;
}

.main-content-box .content .news-title {
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 150%;
	border-bottom: #ccc 1px solid;
}

.main-content-box .content .news-content {
	padding: 15px 10px;
	text-align: justify;
	font-size: 14pt;
}

.main-content-box .content .news-content img {
	max-width: 100%;
}

.main-content-box .content .news-params {
	padding: 20px 0;
	text-align: right;
	color: #333;
}

.main-content-box .content .news-params span {
	display: inline-block;
	margin-left: 40px;
}
.mean-bar {
	position: fixed !important;
	top: 0;
	left: 0;
}

.mean-container .mean-bar {
	background: #05533b !important;
}

.mean-container .mean-nav {
	background: #044531 !important;
}







@media (max-width: 640px){
	.header-content .top , 
	.menu , 
	.notice .content .description , 
	.header-content .search-box .right form , 
	.about .adv , 
	.links , 
	.footer section , 
	.main-content-box .sub-menu .sub-title ,
	.show-list .item .image-box ,
	.show-list .item .info-box p {
		display: none;
	}
	
	.banner-slide , .header-content {
		height: 60vw;
	}
	.header-content .search-box section {
		flex-direction: column;
	}
	.header-content .search-box .left {
		width: 100%;
		max-width: 100%;
		flex: 1 1 auto;
		align-items: flex-start;
	}
	.header-content .search-box section {
	    height: 60vw;
	}
	.header-content .search-box .right {
		justify-content: flex-end;
		align-items: flex-end;
		flex: 1 1 auto;
	}
	.header-content .search-box .left img {
		max-width: 50%;
		margin: 10px 0 0 10px;
	}
	.header-content .search-box .right img {
		width: 50%;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.banner-slide.slide li {
		background-size: cover !important;
	}
	.notice .icon {
	    width: 60px;
	    height: 60px;
	    margin-right: 10px;
	}
	.notice .icon .border a {
	    font-size: 14px;
	}
	.notice .content a {
	    height: 60px;
	    font-size: 18px;
		text-align: left;
		line-height: 160%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.news {
		flex-direction: column;
	}
	.news .slide {
	    width: 100%;
	    height: 70vw;
	}
	.main-box {
		margin: 0 10px;
		width: auto;
	}
	.news .right {
	    width: 100%;
	    height: 400px;
	}
	.news .right .box li::after {
	    content:none;
	}
	.news .right .box li {
	    padding-left: unset;
	}
	
	.about .left , .about .right {
		width: 100%;
	}
	.about .left {
		height: unset;
	}
	.about .right {
		height: 65vw;
	}
	.about .right li {
		background-position: center center;
		background-size: cover;
	}
	.meili .list {
	    justify-content: unset;
	    margin-top: 10px;
	    flex-direction: column;
	}
	.meili .card {
	    display: flex;
	    flex-direction: row;
	    width: 100%;
		margin-bottom: 10px;
	}
	.meili .card .image {
	    order: 1;
	    position: relative;
	    width: 30%;
		height: 18vw;
	    padding-bottom: unset;
	    overflow: hidden;
	}
	.meili .card .box {
		flex: 1 1 auto;
	    padding-bottom: unset;
	}
	.meili .card .box .content {
		overflow: hidden;
	}
	.meili .card .box .content label {
	    display: block;
	    padding: 10px 10px 5px 10px;
	    font-size: 14px;
	}
	.meili .card .box .content div {
		padding: 0 10px 10px 10px;
		line-height: 150%;
	}
	.paoduct .list {
	    overflow: hidden;
	    padding-top: 10px;
	}
	.paoduct-item {
	    width: calc( 50% - 10px );
	    margin-right: 20px;
	}
	.paoduct-item:nth-child(2n) {
		margin-right: 0;
	}
	.footer .bottom .left a {
	    display: block;
	    width: calc( 25% - 12.5px );
		height: unset;
		margin: 0;
	}
	.footer .bottom .content {
		flex-direction: column;
	}
	.footer .bottom .left {
		display: flex;
		justify-content: space-around;
		margin-bottom: 10px;
		width: 100%;
	}
	.main-content-box {
		flex-direction: column;
	}
	.main-content-box .sub-menu {
		min-height: unset;
		display: flex;
		width: 100%;
	}
	.main-content-box .sub-menu a {
		flex:1 1 auto;
		text-align: center;
	}
	.main-content-box .sub-menu .curr, .main-content-box .sub-menu a:hover {
		border-radius: 0;
	}
	.content-box {
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 10px;
		width: unset;
	}
	.show-list .picture {
	    width: 100%;
	    padding-bottom: 60%;
	}
	.show-list .picture:nth-child(2n) {
		margin-right: 0;
	}
	.pages {
		padding-bottom: 20px;
	}
	.pages ul li {
	    width: 20px;
	    height: 20px;
	    line-height: 20px;
	}
	.show-list .item .info-box {
	    height: unset;
	    width: 100%;
		display: block;
	}
	.show-list .item .info-box h3 {
		float: left;
		width: calc( 100% - 120px );
		font-size: 14px;
	    overflow: hidden;
	    height: 30px;
		line-height: 30px;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}
	.show-list .item .info-box h6 {
		float: right;
	    height: 30px;
	    display: block;
		line-height: 30px;
	}
	.main-content-box .content .news-title {
	    width: 100%;
	    padding-bottom: 20px;
		padding-top: 20px;
	    text-align: center;
	    font-size: 24px;
	    font-weight: 700;
	    letter-spacing: 2px;
	    line-height: 150%;
	    border-bottom: #ccc 1px solid;
	}
	.main-content-box .content .news-params {
		display: flex;
		justify-content: space-between;
	}
	.main-content-box .content .news-params span {
		margin: 0;
	}
	body {
		padding-top: 40px;
	}
}