/**
 * indo_detail.css
 * */

.t1-container {
	padding-bottom: 20px;
}

.t1-container .cont-scope {
	float: left;
	width: 900px;
}

.t1-container .aside-scope {
	float: right;
	width: 280px;
}

.info-article {
	padding: 20px 30px;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.info-article>.head {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.info-article>.head h4 {
	line-height: 30px;
	margin-bottom: 10px;
	font-size: 22px;
	color: #333;
	font-weight: normal;
}

.info-article>.head .source {
	line-height: 20px;
	color: #bfbfbf;
}

.info-article>.head .item {
	color: #bfbfbf;
}

.info-article>.head .sep {
	color: #eee;
	margin: 0 5px;
}

.info-article>.head a.item:hover {
	color: #0E92F4;
}

.info-article>.body {
	padding-top: 30px;
	line-height: 24px;
	font-size: 14px;
	color: #333;
}

.info-article>.body img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 20px 0;
}

.info-article .pages {
	padding-top: 20px;
	height: 30px;
	line-height: 30px;
}

.info-article .pages a {
	display: block;
	width: 250px;
	height: 30px;
	line-height: 30px;
	color: #999;
}

.info-article .pages a:hover {
	color: #0D91F2;
	text-decoration: underline;
}

.info-article .pages .prev {
	float: left;
	text-align: left;
}

.info-article .pages a.next {
	float: right;
	text-align: right;
}

.box-3 {
	background-color: #fff;
	padding: 10px 20px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.box-3>h3 {
	font-size: 20px;
	font-weight: normal;
	color: #333;
}

.box-3>ul li {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}

.box-3>ul li .title {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

.box-3>ul li .other {
	line-height: 20px;
	color: #bfbfbf;
}

.box-3>ul li .other .sep {
	color: #eee;
	margin: 0 5px;
}

.box-3>ul li .other .item {
	color: #bfbfbf;
}

.box-3>ul li .other a.item:hover {
	color: #0E92F4;
}

.box-3>ul li:last-child {
	border-bottom: 0;
}
