@charset "gb2312";
.page-holder {
	width: 100%;
	padding: 2%;
}
.page-main {
	padding: 3%;
	background-color: #FFF;
}
.page-title {
	width: 100%;
	height: 35px;
	margin-bottom: 10px;
	border-bottom: 1px solid #001F3C;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.page-title .cn-title {
	border-left: 4px solid #001F3C;
	line-height: 30px;
	padding: 0px 5px;
	font-size: 16px;
	color: #333;
}
.page-title .en-title {
	line-height: 30px;
	font-size: 16px;
	color: #CCC;
	text-transform: uppercase;
}
/*页面---文本类--------------------------------------------------*/
.text-holder {
	width: 100%;
	line-height: 24px;
	color: #666;
	text-align: justify;
}
.text-holder img {
	max-width: 100%;
}
.text-holder p, .text-holder div  {
	margin-bottom: 10px;
}
/*---------------------------------------------------------*/
.list-holder {
	width: 100%;
}
.list-holder .list-content {
	display: block;
	width: 100%;
	padding: 3% 0;
	border-bottom: 1px solid #EEE;
}
.list-holder .list-content .img {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.list-holder .list-content .title {
	display: block;
	height: 25px;
	margin-left: 120px;
	font-size: 16px;
	color: #000;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.list-holder .list-content .time {
	display: block;
	height: 21px;
	margin-left: 120px;
	font-size: 12px;
	color: #CCC;
}
.list-holder .list-content .text {
	display: block;
	height: 54px;
	margin-left: 120px;
	font-size: 12px;
	color: #999;
	line-height: 18px;
	text-align: justify;
	overflow: hidden;
}
/*---------------------------------------------------------*/
.photo-holder {
	width: 100%;
}
.photo-content {
	display: block;
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 3%;
}
.photo-content:nth-child(2n) {
	margin-right: 0%;
}
.photo-content .img {
	position: relative;
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.photo-content .img span {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../m_img/m-ui.png);
	background-repeat: no-repeat;
	background-position: center -220px;
	background-size: cover;
	opacity: 0.5;
}
.photo-content .title {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 32px;
	padding: 0px 10px;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	background-color: #001F3C;
	border-top: 4px solid #FFF000;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.photo-content .time {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	font-size: 12px;
	color: #bbb;
	text-align: left;
	background-color: #F2F2F2;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.photo-content .count {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	font-size: 12px;
	color: #bbb;
	text-align: right;
	background-color: #F2F2F2;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.photo-content .more {
	clear: both;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0px 10px 10px 10px;
	background-color: #F2F2F2;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.photo-content .more a {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #001F3C;
	background-color: #FFF000;
	border-radius: 6px;
}
.photo-content .ctrl {
	clear: both;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0px 10px 10px 10px;
	background-color: #F2F2F2;
}
.photo-content .ctrl a {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #001F3C;
	background-color: #FFF000;
	border-radius: 6px;
}
.photo-content .text {
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	padding: 0px 10px;
	font-size: 12px;
	color: #bbb;
	text-align: left;
	background-color: #F2F2F2;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
/*页面---城市选择--------------------------------------------------*/
.city-select {
	width: 100%;
}
.city-select-holder {
	
}
.city-select-current {
	width: 100%;
	color: #001F3C;
	text-align: center;
}
.city-select-option {
	float: left;
	width: 49%;
	margin-right: 0%;
	height: 56px;
	padding: 10px 0px;
}
.city-select-option:nth-child(2n) {
	margin-right: 2%;
}
.city-select-option select {
	display: block;
	width: 100%;
	height: 36px;
	padding: 5px;
	border: 1px solid #EEE;
	line-height: 24px;
	color: #333;
	background-color: #f6f6f6;
	font-size: 14px;
}
.city-select-input {
	width: 100%;
}
.city-select-input input {
	display: block;
	width: 100%;
	height: 36px;
	padding: 10px;
	margin-bottom: 20px;
	line-height: 16px;
	background-image: url(../m_img/head-bg.png);
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
/*---------------------------------------------------------*/
.form-holder {
	width: 100%;
}
.form-holder .input-holder {
	position: relative;
	display: block;
	width: 100%;
	height: 42px;
}
.form-holder .input-holder input {
	display: block;
	width: 100%;
	height: 32px;
	border: 1px solid #EEE;
	background-color: #F8F8F8;
	padding: 0px 60px 0px 10px;
	line-height: 30px;
	font-size: 12px;
	color: #333;
}
.form-holder .input-holder span {
	position: absolute;
	top: -28px;
	left: 30px;
	display: none;
	height: 32px;
	border: 1px solid #000;
	background-color: #2A2A2A;
	padding: 0px 10px;
	line-height: 30px;
	font-size: 12px;
	color: #FFF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 5px;
}
.form-holder .input-holder i {
	position: absolute;
	top: 0px;
	right: 10px;
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: #FF8800;
}
.form-holder .textarea-holder {
	display: block;
	width: 100%;
	height: 82px;
}
.form-holder .textarea-holder textarea {
	display: block;
	width: 100%;
	height: 72px;
	border: 1px solid #EEE;
	background-color: #F8F8F8;
	padding: 5px 10px;
	line-height: 20px;
	font-size: 12px;
	color: #333;
}
.form-holder .select-holder {
	position: relative;
	display: block;
	width: 100%;
	height: 42px;
}
.form-holder .select-holder select {
	display: block;
	width: 100%;
	height: 32px;
	border: 1px solid #EEE;
	background-color: #F8F8F8;
	padding: 0px 60px 0px 10px;
	line-height: 30px;
	font-size: 12px;
	color: #333;
}
.submit-holder {
	display: block;
	width: 100%;
	height: 32px;
}
.submit-holder input {
	display: block;
	width: 100%;
	height: 32px;
	background-image: url(../m_img/head-bg.png);
	color: #FFF;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
}
/*---------------------------------------------------------*/
.category-list {
	width: 100%;
	padding-bottom: 20px;
	overflow: auto;
}
.category-list a {
	display: block;
	float: left;
	height: 32px;
	margin-right: 10px;
	line-height: 32px;
	color: #001F3C;
	text-align: center;
	background-color: #FFF;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.category-list a.current {
	padding: 0px 10px;
	color: #FFF000;
	background-image: url(../m_img/head-bg.png);
	border-radius: 5px;
}
/*---------------------------------------------------------*/
.details-holder {
	width: 100%;
}
.details-head {
	width: 100%;
}
.details-head .title {
	width: 100%;
	line-height: 22px;
	color: #000;
	font-size: 16px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD;
}
.details-head .info {
	padding: 10px 0px;
	overflow: auto;
}
.details-head .info p {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.details-head .info .time {
	float: left;
	width: 50%;
	height: 20px;
}
.details-head .info .count {
	float: left;
	width: 50%;
	text-align: right;
}
.details-head .roundup {
	width: 100%;
	padding: 10px;
	background-color: #EEE;
	line-height: 20px;
	font-size: 12px;
	color: #999;
}
.details-head .share-sub {
	height: 40px;
	text-align: center;
	border-bottom: 1px solid #DDD;
}
.details-head .share-sub .bdsharebuttonbox {
	display: inline-block;
}
.details-main {
	width: 100%;
	padding: 10px 0px;
}
.details-main .img {
	width: 100%;
	text-align: center;
}
.details-main .img img {
	max-width: 100%;
}
.details-main .btn {
	width: 100%;
	padding: 10px 0px;
}
.details-main .btn a {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	background-color: #FF8800;
}
.details-main .text {
	width: 100%;
	padding: 10px 0px;
	line-height: 24px;
	color: #666;
	text-align: justify;
}
.details-main .text img {
	max-width: 100%;
}
.details-main .text p, .details-main .text div  {
	margin-bottom: 10px;
}
