#main_content{
	padding: 0;
	padding-top: 40px;
	padding-bottom: 60px;
	margin: auto; 
}
.title_part{
	width: 100%;
	margin-bottom: 70px;
    max-width: 1050px;
    margin: auto;
    margin-bottom: 70px;
}
.title_part h6{
	line-height: 25px;
	color: #888888;
	margin-bottom: 10px;
}
.back_btn_part{
	width: 100%;
}
.back_btn{
	display: block;
	width: 150px;
	height: 40px;
	background-color: #ff9f00;
	color: #ffffff;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	margin:auto;
	overflow: hidden;
}
.back_btn:hover{
	background-color: #ffb300;
	color: #ffffff;
	text-decoration: none; 
}
.select_part{
	width: 100%;
	text-align: right;
	margin-bottom: 40px;
}
.select_part .press_select{
	width: 235px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ff9f00;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	text-indent: 0.01px;
	text-overflow: '';
	background-image: url('../../images/news/lite_on_news_select_icon.png');
	background-repeat: no-repeat;
	background-position: right center;
	outline: none;
}
.press_part{
	width: 100%;
	box-sizing: border-box;
}
.press_part .press_box{
	width: 285px;
	height: 210px;
	margin-left: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	float: left;
	position: relative;
	cursor: pointer;
	display: block;
}
.press_part .press_box:nth-child(4n+6){
	margin-left: 0;
}
.press_part .press_box .up_box{
	width: 100%;
	height: 260px;
	display: table;
	overflow: hidden;	
}
.press_part .press_box:nth-of-type(1){
	width: 590px;
	height: 440px;
	margin-left: 0;
}
.press_part .press_box .img_box{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.press_part .press_box .content_box {
	width: 100%;
	height: 210px;
	background-color: #ffffff;
	overflow: hidden;
	padding: 30px;
}
.press_part .press_box:first-child .content_box {
	width: 100%;
	height: 180px;
	background-color: #ffffff;
	overflow: hidden;
	padding: 25px 30px;
}

.press_part .press_box .content_box .date_block {
	font-size: 14px;
	line-height: 24px;
	color: #888888;
	margin-bottom: 8px; /*20161110 Tina 調整*/
}
.press_part .press_box .content_box .pink_bar{
	width: 40px;
	height: 2px;
	background-color: #fe4483;
	margin-bottom: 10px;
}
.press_part .press_box .content_box .title {
	font-size: 18px;
	line-height: 25px;
	color: #414141;
	height: 50px;
	overflow: hidden;
	margin-bottom: 5px;
}
.press_part .press_box:first-child .content_box .title {
	font-size: 22px;
	line-height: 30px;
	color: #414141;
	height: 30px;
	overflow: hidden;
	margin-bottom: 0px;	
}
.press_part .press_box .content_box .content_dis {
	display: block;
	font-size: 16px;
	line-height: 25px;
	height: 50px;
	color: #888888;
	overflow: hidden;
}
.press_part .press_box:first-child .content_box .content_dis {
	display: block;
	line-height: 30px;
	height: 60px;
	color: #888888;
	overflow: hidden;
}
.press_part .press_box .hover_box{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
}
.press_part .press_box .hover_box>div{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.press_part .press_box:hover .hover_box{
	display: table;
}
.press_part .press_box .hover_box .fack_btn{
	color: #ffffff;
	display: block;
	border: 1px solid #ffffff;
	width: 135px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	overflow: hidden;
	margin: auto;
}
.press_part .press_box .hover_box .fack_btn:hover{
	color: #01579b;
	background-color: #ffffff;
}
/**/
/*.pagebar {
    width: 245px;
    height: 45px;
    margin: auto;
    margin-top: 40px;
    color: #888888;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
}
.pageborder {
    width: 45px;
    height: 45px;
    border: none;
    display: inline-block;
    line-height: 39px;
    background-color: #b0bec5;
    font-size: 22px;
    color: #ffffff;
}
.pageborder a{
	color: #ffffff;
    display: block;
    height: 45px;
    width: 45px;
}
.pageborder:hover{
	background-color: #ff9f00;
}
.pageinput {
    box-shadow: none;
    width: 45px;
    height: 45px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    color: #ff9f00;
    border: none;
    display: inline-block;
}*/
.new_p_part{
	width: 100%;
}
.new_p_part .new_p_box{
	box-sizing: border-box;
	width: 50%;
	height: 250px;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
}
.new_p_part .new_p_box .p_box{
	background-color: rgba(0,0,0,0);
	display: table;
	width: 225px;
	height: 250px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	float: left;
}
.new_p_part .new_p_box .p_box:hover{
	background: rgba(0,0,0,1);
}
.new_p_part .new_p_box .p_box:hover>div>img{
	opacity: 0.5;
}
.new_p_part .new_p_box .p_box>a{
	display: none;
}
.new_p_part .new_p_box .p_box:hover>a{
	position: absolute;
	display: block;
	top: 50%;
	left: calc(50% - 67px);
	color: #ffffff;
	display: block;
	border: 1px solid #ffffff;
	width: 135px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	overflow: hidden;
	margin: auto;
	text-align: center;
}

.new_p_part .new_p_box .p_box:hover>a:hover{
	color: #01579b;
	background-color: #ffffff;
}
.new_p_part .new_p_box .p_box>div{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-image: url('../../images/news/sanken_news_bg.png');
	background-position: center;
	background-repeat: no-repeat;
}
.new_p_part .new_p_box .content_box{
	float: left;
	width: calc(100% - 225px);
	padding: 30px 25px;
	position: relative;
	height: 100%;
}
.new_p_part .new_p_box .content_box .date{
	color: #888888;
	line-height: 24px;
	margin-bottom: 10px;
	display: block;
	max-height: 72px;
}
.new_p_part .new_p_box .content_box .pink_bar{
	width: 40px;
    height: 2px;
    background-color: #fe4483;
    margin-bottom: 10px;
    overflow: hidden;
}
.new_p_part .new_p_box .content_box .title{
	line-height: 25px;
	color: #414141;
	max-height: 25px;
	display: block;
	overflow: hidden;
}
.new_p_part .new_p_box .content_box .title:hover{
	color: #414141;
	text-decoration: underline;
}
.new_p_part .new_p_box .content_box .dis{
	line-height: 25px;
	color: #888888;
	display: block;
	max-height: 75px;
	overflow: hidden;
}
.new_p_part .new_p_box .content_box .more_link{
	font-size: 14px;
	line-height: 30px;
	color: #414141;
	text-align: right;
	position: absolute;
	bottom: 30px;
	right: 30px;
}
.new_p_part .new_p_box .content_box .more_link i{
	font-size: 16px;
	line-height: 16px;
	color: #fe4483;
	margin-left: 5px;
}

.pagetext {
    width: 45px;
    line-height: 45px;
    display: inline-block;
    font-size: 18px;
}
/**/
@media screen and (max-width: 768px){
	#main_content{
		padding: 15px;
	}
	.title_part{
		margin-bottom: 20px;
	}
	.press_part .press_box,
	.press_part .press_box:nth-of-type(1){
		width: 100%;
		margin: auto;
		margin-bottom:20px; 
		/*height: auto;*/
	}
	.press_part .press_box:nth-of-type(1){
		height: auto;
	}

	.press_part .press_box .up_box{
		height: auto;
	}
	.press_part .press_box .img_box img{
		width: 100%;
		height: auto;
	}
	.press_part .press_box:first-child .content_box .title,
	.press_part .press_box .content_box .title{
		height: auto;
	}
	.press_part .press_box:first-child .content_box,
	.press_part .press_box .content_box{
		height: auto;
	}
	.press_part .press_box:first-child .content_box .content_dis,
	.press_part .press_box .content_box .content_dis{
		height: auto;
	}
	.new_p_part .new_p_box{
		margin-bottom: 15px;
	}
	.new_p_part .new_p_box .content_box{
		padding: 5px 30px;
	}
	.new_p_part .new_p_box,
	.new_p_part .new_p_box .content_box{
		width: 100%;
		height: auto;
	}
	.new_p_part .new_p_box .p_box,
	.new_p_part .new_p_box .content_box{
		width: 100%;
		float: none;
	}
	.new_p_part .new_p_box .p_box:hover>div>a{
		left: calc(50% - 67px);
	}
	.new_p_part .new_p_box .content_box .more_link{
		position: relative;
		display: block;
		bottom: 0;
		right: 0;
	}
	.new_p_part .new_p_box .content_box .dis,
	.new_p_part .new_p_box .content_box .title{
		max-height: none;
	}
	.pagebar{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.press_part .press_box .hover_box,
	.press_part .press_box:hover .hover_box{
		display: none;
	}

}