body {
	background-color: #efefef;
}
.information_content {
	width: 100%;
	position: relative;
}
@media only screen and (max-width: 1249px) {
	.information_content {
		width: 1300px;
	}
}
.information_content .monthly-see {
	width: 120px;
	line-height: 25px;
	overflow: hidden;
	text-align: right;
	font-size: 14px;
	position: absolute;
	top: 20px;
	right: 25px;
	color: #999999;
}
/*右面新闻列表*/
.information_right {
	width: 415px;
	overflow: hidden;
	float: right;
	margin: 235px 0 0;
}
.information_right .information_rightTop {
	display: block;
	width: 100%;
	height: 310px;
	overflow: hidden;
	position: relative;
}
.information_rightTop img {
	width: 100%;
	min-height: 100%;
	transition: all 1s;
}
.information_rightTop .rightAtxt {
	width: 100%;
	overflow: hidden;
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 8px 25px;
}
.rightAtxt h4 {
	width: 100%;
	line-height: 25px;
	font-size: 18px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
}
.information_rightTop:hover img {
	transform: scale(1.03);
}
@media only screen and (max-width: 1249px) {
	.information_right .information_rightTop {
		height: 220px;
	}
	.information_right {
		width: 315px;
	}
	.information_rightTop .rightAtxt {
		padding: 8px 10px;
	}
	.rightAtxt h4 {
		line-height: 22px;
		font-size: 16px;
		height: 44px;
	}
}
@media only screen and (min-width: 1250px) {
	.information_right .information_rightTop {
		height: 220px;
	}
	.information_right {
		width: 315px;
	}
	.information_rightTop .rightAtxt {
		padding: 8px 10px;
	}
	.rightAtxt h4 {
		line-height: 22px;
		font-size: 16px;
		height: 44px;
	}
}
@media only screen and (min-width: 1450px) {
	.information_right .information_rightTop {
		height: 253px;
	}
	.information_right {
		width: 415px;
	}
	.information_rightTop .rightAtxt {
		padding: 8px 13px;
	}
	.rightAtxt h4 {
		line-height: 25px;
		font-size: 18px;
		height: 50px;
	}
}
@media only screen and (min-width: 1640px) {
	.information_right .information_rightTop {
		height: 260px;
	}
}
/*热门推荐*/
.information_bottom{
	width: 100%;
	overflow: hidden;
	margin: 30px 0 0;
}
.information_bottom h3{
	font-size: 20px;
	color: #000000;
	line-height: 24px;
	font-weight: bold;
	margin: 0 0 10px;
}
.information_bottom .information_rightList{
	width: 100%;
	overflow: hidden;
	background-color: #f3f3f3;
	border-top: 2px solid #e6212b;
	padding: 0 22px 0 19px;
}
.information_rightList a{
	width: 100%;
	overflow: hidden;
	display: block;
	padding: 19px 0 19px 4px;
	border-bottom: 1px solid #e5e5e5;
}
.information_rightList a .right_img{
	width: 100px;
	height: 67px;
	overflow: hidden;
	float: left;
}
.information_rightList a .right_img img{
	width: 100%;
	min-height: 100%;
	transition: all 1s;
}
.information_rightList a .right_txt{
	width: calc(100% - 115px);
	width: -moz-calc(100% - 115px);
	width: -webkit-calc(100% - 115px);
	overflow: hidden;
	float: right;
}
.information_rightList a .right_txt h4{
	font-size: 18px;
	color: #333333;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin: 7px 0 13px;
}
.information_rightList a .right_txt p{
	color: #333333;
	font-size: 12px;
}
.information_rightList a:hover .right_img img{
	transform: scale(1.03);
}
.information_rightList a:hover .right_txt h4{
	color: #e6212a;
}
@media only screen and (max-width: 1449px) {
	.information_bottom .information_rightList{
		padding: 0 12px 0 9px;
	}
	.information_rightList a{
		padding: 10px 0 10px 2px;
	}
	.information_rightList a .right_img{
		width: 80px;
		height: 53px;
	}
	.information_rightList a .right_txt{
		width: calc(100% - 95px);
		width: -moz-calc(100% - 95px);
		width: -webkit-calc(100% - 95px);
	}
	.information_rightList a .right_txt h4{
		font-size: 14px;
		line-height: 20px;
		height: 20px;
		margin: 5px 0;
	}
}
.aside-border {
	height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.aside-border aside {
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
	box-shadow: inset -2.52px 1.64px 9px 0 rgba(4,0,0,0.2);
	border-radius: 0 10px 0 0;
	position: -webkit-sticky;
    position: sticky;
	top: 235px;
	left: 0;
	z-index: 1;
	padding: 25px 20px 0 0;
	transition: all 0.3s;
}
.aside-border aside.asideRoll {
	top: 200px;
}
@media only screen and (max-width: 1249px) {
	.information_content .aside-border {
		width: 275px;
	}
}
@media only screen and (min-width: 1250px) {
	.information_content .aside-border {
		width: calc(50% - 375px);
		width: -moz-calc(50% - 375px);
		width: -webkit-calc(50% - 375px);
	}
}
@media only screen and (min-width: 1450px) {
	.information_content .aside-border {
		width: calc(50% - 475px);
		width: -moz-calc(50% - 475px);
		width: -webkit-calc(50% - 475px);
	}
}
@media only screen and (min-width: 1640px) {
	.information_content .aside-border {
		width: calc(50% - 570px);
		width: -moz-calc(50% - 570px);
		width: -webkit-calc(50% - 570px);
	}
}
.information_content aside .aside_list {
	width: 180px;
	height: calc(100% - 105px);
	height: -moz-calc(100% - 105px);
	height: -webkit-calc(100% - 105px);
	overflow: hidden;
	float: right;
}
.information_content .information_menu {
	width: 100%;
	overflow: hidden;
	margin: 0 40px 0 0;
	position: relative;
}
.information_menu li {
	width: 100%;
	overflow: hidden;
	min-height: 25px;
	line-height: 25px;
	margin: 0 0 10px;
	padding: 0 0 0 3px;
}
.information_menu li>a {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.information_menu li.active>a {
	color: #e6212a;
}
.information_menu li>h4 {
	width: 100%;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	margin: 0 0 10px;
	position: relative;
}
.information_menu li>h4 a {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.information_menu li.active>h4 a {
	color: #e6212a;
}
.information_menu li>p {
	width: 100%;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
}
.information_menu li>p a {
	color: #949494;
}
.information_menu li:hover>a {
	color: #e6212a;
}
.information_menu li>h4:hover a {
	color: #e6212a;
}
.information_menu li>p:hover a {
	color: #e6212a;
}
.information_menu li>p span {
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid #a6a6a6;
	background-color: #ebebeb;
	border-radius: 2px;
	margin: 6px 10px 6px 0;
	float: left;
}
.information_menu li>p.country {
	font-weight: bold;
}
.information_menu li>p.country a {
	color: #e6212a;
}
.information_menu li>p.country span:before {
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	background-color: #e6212a;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -3px 0 0 -3px;
} 
/*资讯列表*/
.datactt_top {
	width: 100%;
	height: 310px;
	overflow: hidden;
}
.datactt_top .datactt_left {
	width: 550px;
	height: 310px;
	overflow: hidden;
	float: left;
	position: relative;
	background-color: #000000;
}
.datactt_left .swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-pagination {
	text-align: right;
	padding: 0 10px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 15px;
}
.swiper-pagination-bullet {
    background: #e5e6e6;
    opacity: .91;
}
.swiper-pagination-bullet-active {
    background: #e6212b;
}
.datactt_left a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	background-color: #000000;
}
.datactt_left a img {
	width: 100%;
	min-height: 100%;
	opacity: 0.82;
	transition: all 1s;
}
.datactt_left a:hover img {
	transform: scale(1.1);
}
.datactt_left a p {
	width: 100%;
	height: 66px;
	font-size: 20px;
	padding: 0 15px 0 15px;
	line-height: 66px;
	background-color: rgba(0,0,0,0.47);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #ffffff;
}
.datactt_top .datactt_right {
	width: 270px;
	height: 310px;
	overflow: hidden;
	float: right;
}
.datactt_right a {
	display: block;
	width: 100%;
	height: 145px;
	overflow: hidden;
	margin: 0 0 20px;
	cursor: pointer;
	background-color: #000000;
	position: relative;
}
.datactt_right a img {
	width: 100%;
	min-width: 100%;
	height: 100%;
	opacity: 0.82;
	transition: all 1s;
}
.datactt_right a:hover img {
	transform: scale(1.1);
}
.datactt_right a p {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #ffffff;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	padding: 0 12px;
	background-color: rgba(0,0,0,0.47);
}
.information_content #datactt {
	width: 1075px;
	overflow: hidden;
	float: right;
}
.information_left{
	width: 1075px;
	overflow: hidden;
}
@media only screen and (max-width: 1249px) {
	.information_content #datactt {
		width: 570px;
		float: right;
		margin: 235px 25px 0 0;
	}
	.information_page {
	    width: 570px;
	    overflow: hidden;
	}
	.information_left{
		width: 570px;
		overflow: hidden;
		min-height: 650px;
	}
	.datactt_top {
		height: 220px;
		margin: 0 0 18px;
	}
	.datactt_top .datactt_left {
		width: 410px;
		height: 220px;
	}
	.datactt_left a p {
		height: 60px;
		font-size: 18px;
		padding: 0 15px;
		line-height: 60px;
	}
	.datactt_top .datactt_right {
		width: 150px;
		height: 220px;
	}
	.datactt_right a {
		height: 105px;
		margin: 0 0 10px;
	}
	.datactt_right a p {
		height: 30px;
		font-size: 12px;
		line-height: 30px;
		padding: 0 7px;
	}
}
@media only screen and (min-width: 1250px) {
	.information_content #datactt {
		width: 570px;
		float: right;
		margin: 235px 25px 0 0;
	}
	.information_page {
	    width: 570px;
	    overflow: hidden;
	}
	.information_left{
		width: 570px;
		overflow: hidden;
		min-height: 650px;
	}
	.datactt_top {
		height: 220px;
		margin: 0 0 18px;
	}
	.datactt_top .datactt_left {
		width: 410px;
		height: 220px;
	}
	.datactt_left a p {
		height: 60px;
		font-size: 18px;
		padding: 0 65px 0 15px;
		line-height: 60px;
	}
	.datactt_top .datactt_right {
		width: 150px;
		height: 220px;
	}
	.datactt_right a {
		height: 105px;
		margin: 0 0 10px;
	}
	.datactt_right a p {
		height: 30px;
		font-size: 12px;
		line-height: 30px;
		padding: 0 7px;
	}
}
@media only screen and (min-width: 1450px) {
	.information_content #datactt {
		width: 670px;
		float: right;
		margin: 235px 25px 0 0;
	}
	.information_page {
	    width: 670px;
	    overflow: hidden;
	}
	.information_left{
		width: 670px;
		overflow: hidden;
		min-height: 650px;
	}
	.datactt_top {
		height: 253px;
		margin: 0 0 18px;
	}
	.datactt_top .datactt_left {
		width: 450px;
		height: 253px;
	}
	.datactt_left a p {
		height: 66px;
		font-size: 20px;
		padding: 0 65px 0 15px;
		line-height: 66px;
	}
	.datactt_top .datactt_right {
		width: 200px;
		height: 253px;
	}
	.datactt_right a {
		height: 116.5px;
		margin: 0 0 20px;
	}
	.datactt_right a p {
		height: 40px;
		font-size: 14px;
		line-height: 40px;
		padding: 0 12px;
	}
}
@media only screen and (min-width: 1640px) {
	.information_content #datactt {
		width: 835px;
		margin: 235px 50px 0 0;
	}
	.information_page {
	    width: 835px;
	}
	.information_left {
		width: 835px;
	}
	.datactt_top {
		height: 310px;
	}
	.datactt_top .datactt_left {
		width: 550px;
		height: 310px;
	}
	.datactt_top .datactt_right {
		width: 270px;
		height: 310px;
	}
	.datactt_right a {
		height: 145px;
	}
}
.information_left a{
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 12px 0;
	border-bottom: 1px solid #e7e7e7;
}
.information_left a img{
	width: 140px;
	height: 100%;
	float: left;
	margin: 0 20px 0 0;
}
.information_left a h4{
	height: 25px;
	line-height: 25px;
	font-size: 22px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 0 5px;
}
.information_left a p{
	color: #656464;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.information_left a p:last-of-type{
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	margin: 10px 0 0;
	color: #9a9a9a;
}
.information_left a:hover h4{
	color: #e6212a;
}
/*资讯————————展会*/
.exhibition_menu{
	width: 100%;
	height: 25px;
	overflow: hidden;
	margin: 10px 0;
}
.exhibition_menu a{
	display: block;
	float: left;
	width: 60px;
	height: 25px;
	border-radius: 13px;
	text-align: center;
	line-height: 25px;
	padding: 0;
	color: #666666;
	font-size: 14px;
	background-color: #e0e0e0;
	margin: 0 18px 0 0;
	border: none;
}
.exhibition_menu a.exhibition_active{
	background-color: #e6212a;
	color: #FFFFFF;
}
.exhibition_list{
	width: 100%;
	overflow: hidden;
}
.exhibition_list a{
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 23px 0;
	font-size: 14px;
	border-bottom: 1px solid #e7e7e7;
}
.exhibition_list .exhibition_img{
	width: 180px;
	height: 113px;
	overflow: hidden;
	float: left;
	margin: 0 20px 0 0;
}
.exhibition_img img{
	width: 100%;
	height: 100%;
	transition: all 1s;
}
.exhibition_list .exhibition_txt{
	width: calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	overflow: hidden;
}
.exhibition_txt h3{
	width: 100%;
	color: #333333;
	overflow: hidden;
	margin: 10px 0;
}
.exhibition_txt p{
	line-height: 20px;
	color: #656464 !important;
	margin: 0 !important;
}
.exhibition_list a:hover .exhibition_txt h3{
	color: #e6212a;
}
.exhibition_list a:hover .exhibition_img img{
	transform: scale(1.05);
}

/*资讯————————招标*/
.bidding_list{
	width: 100%;
	overflow: hidden;
}
.bidding_list a{
	display: block;
	width: 100%;
	height: 120px;
	padding: 30px;
	overflow: hidden;
	background-color: #f9f9f9;
	margin: 0 0 15px;
	border: none;
}
.bidding_list a .bidding_time{
	width: 60px;
	height: 60px;
	text-align: center;
	overflow: hidden;
	float: left;
	background-color: #FFFFFF;
	margin: 0 16px 0 0;
	border: 1px solid #e5e5e5;
	font-family: arial;
}
.bidding_list a .bidding_txt{
	width: calc(100% - 76px);
	width: -moz-calc(100% - 76px);
	width: -webkit-calc(100% - 76px);
	overflow: hidden;
	float: left;
}
.bidding_time h1{
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	color: #949494;
	font-family: arial;
	margin: 8px 0 0;
}
.bidding_time p{
	line-height: 14px !important;
	color: #949494;
	font-family: arial;
	font-size: 12px;
	margin: 0 !important;
}
.bidding_list a .bidding_txt h3{
	color: #333333;
	font-size: 18px;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden;
	margin: 5px 0 0;
}
.bidding_list a .bidding_txt p{
	line-height: 16px;
	color: #949494;
	margin: 7px 0 0;
}
.bidding_list a:hover {
	background-color: #e6212a;
}
.bidding_list a:hover .bidding_txt h3{
	color: #FFFFFF;
}
.bidding_list a:hover .bidding_txt p{
	color: #eeeeee;
}
/*新闻详情*/
.information_details {
	width: 100%;
	overflow: hidden;
	margin: 10px 0 60px;
}
.information_details .details_title {
	width: 100%;
	height: 80px;
	color: #949494;
	font-size: 14px;
	margin: 0 0 10px;
}
.details_title p {
	width: 100%;
	line-height: 30px;
	height: 30px;
}
.details_title .collect {
	width: 70px;
	height: 30px;
	overflow: hidden;
	position: relative;
	text-align: right;
	cursor: pointer;
}
.collect img {
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 5px;
}
.collect img:nth-of-type(2) {
	display: none;
}
.details_title .collect:hover {
	color: #e6212a;
}
.details_title .collect:hover img:nth-of-type(1) {
	display: none;
}
.details_title .collect:hover img:nth-of-type(2) {
	display: block;
}
.details_title p span {
	display: block;
	float: left;
	margin: 0 20px 0 0;
}
.details_title p span:last-of-type {
	position: relative;
}
.details_title p span:last-of-type img {
	width: 22px;
	margin: 4px 0;
	cursor: pointer;
}
.details_title p span:last-of-type em {
	display: block;
	width: 180px;
	height: 180px;
	padding: 20px 30px;
	overflow: hidden;
	border-radius: 10px;
	text-align: center;
	background-color: #ffffff;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
	position: absolute;
	top: 3px;
	left: 50px;
	display: none;
}
.details_title p span:last-of-type em label {
	line-height: 18px;
	font-weight: normal;
	margin: 0;
}
.details_title p span:last-of-type em img {
	width: 100px;
	margin: 0;
}
.details_title p span:last-of-type:hover em {
	display: block;
}
.details_title h1 {
	font-size: 30px;
	line-height: 34px;
	color: #1a1a1a;
	margin: 0 0 15px;
}
.information_details .details_content {
	width: 100%;
	line-height: 28px;
	font-size: 17px;
	color: #949494;
	overflow: hidden;
}
.information_details .details_content p {
	margin: 0 !important;
}
.information_details .details_content ul {
	width: 600px;
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.information_details .details_content ul li {
	width: 50%;
	overflow: hidden;
	float: left;
}
.information_details .details_content ul li img {
	width: 100%;
}
.information_details .details_content p a {
	display: inline;
	border: none;
	padding: 0;
}
.information_details .details_content img {
	display: block;
	width: auto;
	max-width: 600px;
	margin: 0 auto;
	float: none;
}
.information_details .details_content video {
	display: block;
	width: auto;
	max-width: 600px;
	margin: 0 auto;
	float: none;
}
.information_left .information_relevant {
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px;
}
.information_left .information_relevant h2 {
	font-size: 18px;
    color: #333333;
    line-height: 45px;
    font-weight: bold;
    border-bottom: 1px solid #d8d8d8;
}
.information_left .information_relevant .company_relevant {
	width: 100%;
	overflow: hidden;
	margin: 0 0 25px;
}
.information_left .company_relevant h4 {
	width: 100%;
	font-size: 18px;
    height: 22px;
    line-height: 22px;
    margin: 15px 0 0;
    padding: 0;
    border: none;
    text-decoration: underline;
    cursor: pointer;
	overflow: hidden;
}
.information_left .company_relevant h4 a {
    color: #333333;
    padding: 0;
}
.information_left .company_relevant h4 a:hover {
	color: #ca2427;
}
.information_left .company_relevant ul {
    width: 100%;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
}
.information_left .company_relevant ul li {
	float: left;
    height: 18px;
    overflow: hidden;
    margin: 0 30px 0 0;
}
.information_left .company_relevant ul li img {
    margin: -2px 5px 0 0;
}
.information_left .company_relevant ul li a {
	display: inline;
	padding: 0;
}
.information_left .company_relevant ul li a:hover {
	color: #ca2427;
}
.information_left .information_relevant a {
	display: block;
}
.information_left .information_relevant a img {
	width: 140px;
}
.information_left .information_relevant a .relevant-txt {
	width: calc(100% - 160px);
	width: -moz-calc(100% - 160px);
	width: -webkit-calc(100% - 160px);
	overflow: hidden;
}
.information_left .information_relevant a .relevant-txt h4 {
	width: 100%;
	margin: 0 0 8px;
	font-size: 18px;
}
.information_lef .information_relevant a .relevant-txt p {
	width: 100%;
	margin: 8px 0 0;
}
.information_left .information_relevant a .relevant-txt p:last-of-type {
	color: #9a9a9a;
	margin: 6px 0 0;
}
/*平台————————月刊*/
.monthly_content{
	width: calc(100% - 240px);
	width: -moz-calc(100% - 240px);
	width: -webkit-calc(100% - 240px);
	min-height: 5665px;
	margin: 52px 0 0 240px;
	position: relative;
}
.monthly_content .monthly_num {
	width: 25px;
	height: 220px;
	position: absolute;
	right: 0;
	top: 150px;
}
.monthly_num a{
	display: block;
	width: 25px;
	height: 21px;
	overflow: hidden;
	margin: 0 0 1px;
	text-align: center;
	padding: 0;
	border: none;
}
.monthly_num a.active {
	width: 35px;
}
.monthly_num a img{
	width: 100%;
	height: 100%;
}
.monthly_content .monthly_top {
	display: block;
	width: 1515px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.66);
}
.monthly_top img{
	width: 100%;
}
.monthly_content .monthly_list {
	width: 1515px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.66);
	padding: 15px;
}
.monthly_content .monthly_list .item {
	padding: 15px;
	overflow: hidden;
}
.monthly_list .item a{
	display: block;
	width: 100%;
	border: 2px solid #e6212a;
	overflow: hidden;
	position: relative;
}
.monthly_list a img{
	width: 100%;
	transition: all 1s;
}
.monthly_list a h4{
	width: 100%;
	line-height: 33px;
	height: 33px;
	overflow: hidden;
	text-align: center;
	font-size: 13px;
	color: #FFFFFF;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	transition: all 1s;
}
.monthly_content .monthly_bottom{
	width: 1515px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.66);
	padding: 30px 15px;
}
.monthly_bottom li{
	width: 50%;
	overflow: hidden;
	padding: 0 15px;
	float: left;
	margin: 0 0 30px;
}
.monthly_bottom li a{
	display: block;
	width: 100%;
	border: 2px solid #e6212a;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.monthly_bottom li a img{
	width: 100%;
	margin: 0;
	transition: all 1s;
}
.monthly_bottom li a h4{
	width: 100%;
	line-height: 33px;
	height: 33px;
	overflow: hidden;
	text-align: center;
	font-size: 13px;
	color: #FFFFFF;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	transition: all 1s;
}
.monthly_bottom li a:hover h4{
	bottom: -35px;
	color: #FFFFFF;
}
@media only screen and (max-width: 1449px) {
	.monthly_content .monthly_list {
		width: 885px;
	}
	.monthly_content .monthly_num {
	    top: 70px;
	}
	.monthly_content .monthly_bottom {
	   	width: 885px;
	}
	.monthly_content .monthly_list .item {
		width: 285px;
	}
	.monthly_list a img{
		min-height: 194px;
		max-height: 422px;
	}
}
@media only screen and (min-width: 1450px) {
	.monthly_content .monthly_list {
		width: 1085px;
	}
	.monthly_content .monthly_bottom {
	    width: 1085px;
	}
	.monthly_content .monthly_list .item {
		width: 351px;
	}
	.monthly_list a img{
		min-height: 228px;
		max-height: 482px;
	}
}
@media only screen and (min-width: 1640px) {
	.monthly_content .monthly_list {
		width: 1275px;
	}
	.monthly_content .monthly_bottom {
	    width: 1275px;
	}
	.monthly_content .monthly_list .item {
		width: 415px;
	}
	.monthly_list a img{
		min-height: 275px;
		max-height: 584px;
	}
}
/*月刊详情页面*/
.monthly_details{
	width: 1515px;
	overflow: hidden;
	padding: 30px 30px 15px;
	background-color: rgba(0,0,0,0.8);
}
.monthly_details .monthly_swiper{
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px;
	position: relative;
}
.monthly_swiper .swiper-container{
	width: calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	overflow: hidden;
	margin: 0 auto;
}
.monthly_swiper .swiper_img{
	width: 100%;
	height: 154px;
	overflow: hidden;
	border: 3px solid #666666;
	cursor: pointer;
}
.swiper_img img{
	width: 100%;
	height: 100%;
}
.monthly_swiper .swiper_img:hover{
	border-color: #e6212a;
}
.monthly_swiper .swiper-button-next {
	width: 36px;
	height: 85px;
	border-radius: 0;
	position: absolute;
	top: 50%;
	margin-top: -43px;
	right: 0;
	background: url(../img/ArrowR.jpg) no-repeat center;
	background-size: auto 100%;
}
.monthly_swiper .swiper-button-prev {
	width: 36px;
	height: 85px;
	border-radius: 0;
	position: absolute;
	top: 50%;
	margin-top: -43px;
	left: 0;
	background: url(../img/ArrowL.jpg) no-repeat center;
	background-size: auto 100%;
}
.monthly_details .monthly_detailsImg{
	width: 100%;
	overflow: hidden;
	text-align: right;
}
.monthly_detailsImg img{
	width: 100%;
}
.monthly_detailsImg p{
	margin: 5px 0 0;
	width: 100%;
	overflow: hidden;
}
.monthly_detailsImg p a{
	display: inline;
	font-size: 12px;
	color: rgba(102,102,102,1);
}
.monthly_detailsImg p a span{
	color: #e6212a;
}
.monthly_detailsImg p a:hover span{
	text-decoration: underline !important;
}
@media only screen and (max-width: 1449px) {
	.monthly_details{
		width: 885px;
	}
	.monthly_content .monthly_top {
	    width: 885px;
	}
	.monthly_swiper .swiper_img{
		height: 104px;
		border: 2px solid #666666;
	}
}
@media only screen and (min-width: 1450px) {
	.monthly_details{
		width: 1085px;
	}
	.monthly_content .monthly_top {
	    width: 1085px;
	}
}
@media only screen and (min-width: 1640px) {
	.monthly_details{
		width: 1275px;
	}
	.monthly_content .monthly_top {
	    width: 1275px;
	}
}
.news-contact {
	width: 100%;
	overflow: hidden;
	/*text-align: center;*/
	font-size: 14px;
	line-height: 25px;
	color: #949494;
	margin: 20px 0 0;
}
.news-contact a {
	font-family: arial;
	color: #949494;
}
.news-contact a:hover {
	text-decoration: underline !important;
	color: #e6212a;
}
.news-contact strong {
	color: #333333;
}
.news-contact p:nth-of-type(3) a {
	margin: 0 5px;
	font-size: 12px;
	color: #666666;
}