.index_layout {
	background: url(../Images/main_bg.jpg) center bottom no-repeat;
}
.index_pos {
	position: absolute;
    padding-top: 5px;
	width: 100%;
	height: 100%;
	display: table;
}
.index_pos > div {
	display: table-cell;
	vertical-align: middle;
}
.index_in {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
    padding-top: 15px;
    padding-bottom: 120px;
}

/*條列區塊-S*/
.innts_boxes {
	float: left;
	width: 490px;
}
.innts_boxes ul, .innts_boxes li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.innts_list ul {
	overflow: hidden;
}
.innts_list li {
	float: left;
	width: 235px;
	margin-left: 10px;
	background-color: #e7a666;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
}
.innts_list li.now_read {
	background-color: #be8461;
}
a.innts_btn {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	overflow: hidden;
	height: 61px;
	line-height: 61px;
	font-size: 18px;
}
.innts_cont {
	overflow: hidden;
}
.innts_cont > div {
	margin-left: 10px;
	background-color: #FFF;
	padding: 20px;
	box-sizing: border-box;
	height: 483px;
	border-radius: 0 0 5px 5px;
}
.innts_cont li {
	padding: 15px 0;
	border-bottom: 1px dashed #be8461;
}
.innts_cont li > a {
	display: block;
	line-height: 25px;
	padding-left: 25px;
	background: url(../Images/in_news_dot.png) left top no-repeat;
	color: #636363;
	text-decoration: none;
}
a.innts_more {
	display: block;
	text-decoration: none;
	text-align: center;
	width: 50%;
	background-color: #be8461;
	color: #FFF;
	font-size: 18px;
	border-radius: 5px;
	height: 48px;
	line-height: 48px;
	margin: 0 auto;
	margin-top: 15px;
}
/*條列區塊-E*/

/*登入區塊-S*/
.inlog_boxes {
	float: right;
	width: 400px;
}
.inlog_norm, .inlog_magr {
	background-color: #FFF;
	border-radius: 5px;
	overflow: hidden;
}
.inlog_norm {
	margin-bottom: 52px;
}
.inlog_title {
	text-align: center;
	height: 61px;
	line-height: 61px;
	color: #FFF;
	font-size: 18px;
}
.inlog_norm .inlog_title {
	background-color: #369478;
}
.inlog_magr .inlog_title {
	background-color: #5690cd;
}
.inlog_cont {
	padding: 0 40px;
}
.inlog_form {
	display: table;
	width: 100%;
	margin: 20px 0;
}
.inlog_form > div {
	display: table-cell;
	vertical-align: middle;
}
.inlog_lab {
	width: 1px;
	white-space: nowrap;
	padding-right: 10px;
}
.inlog_input > input, .inlog_sub > input {
	width: 100%;
	height: 35px;
	border: 1px solid #a3aaa7;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.inlog_sub {
	text-align: center;
}
.inlog_sub > input {
	width: 50%;
	background-color: #a3aaa7;
	color: #FFF;
	font-size: 18px;
	border-radius: 5px;
}
/*登入區塊-E*/