dd {
margin-left: 0;
}
.in-top {
	width: 100%;
	height: 240px;
	background: url(../images/in-top-1-bg.png) no-repeat center center;
	background-size: cover;
	position: relative;
	line-height: 280px;
	text-align: center;
}
.in-top-2 {
	background-image: url(../images/in-top-2.png);
}

.in-top span {
	display: inline-block;
	font-size: 2.5rem;
	color: #AA7652;
	font-weight: 600;
	animation-delay: 0.5s;
}
.in-top-2 span {
	color: #FFFFFF;
}

.in-top-1 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 1;
	text-align: left;
}

.in-top-1 p {
	line-height: 3;
	font-size: 0.875rem;
	color: #AA7652;
	padding-left: 20px;
	background: url(../images/in-home.png) no-repeat left center;
}

.in-top-1 p a {
	font-size: 0.875rem;
	color: #AA7652;
	padding-left: 5px;
	padding-right: 15px;
	background: url(../images/in-top-1-1.png) no-repeat right center;
}
.in-top-2 .in-top-1 p ,
.in-top-2 .in-top-1 p a  {
	color: #FFFFFF;
}
.in-top-2 .in-top-1 p {
	background-image: url(../images/in-home-1.png);
}
.in-top-2 .in-top-1 p a {
	background-image: url(../images/in-top-1-2.png);
}

.in-top-1 p a:last-child {
	background: none;
}

.in-top-1 p a:hover {
	font-weight: 600;
}

.in-body {
	width: 100%;
	padding-bottom: 60px;
	background: url(../images/in-bg.png) center center;
	background-attachment: fixed;
}

.in-top-bt {
	width: 100%;
	height: 58px;
	line-height: 58px;
	background: #FFFFFF;
	box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .05);
}
.in-top-bt > .container {
    overflow: hidden;
    overflow-x: scroll;
}
.in-top-bt > .container p {
    display: inline;
    float: left;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
}
/* 设置滚动条的样式 */
.in-top-bt > .container::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #CCCCCC;
	border-radius: 20px;
}

/* 滚动槽 */
.in-top-bt > .container::-webkit-scrollbar-track {
	border-radius: 20px;
}

/* 滚动条滑块 */
.in-top-bt > .container::-webkit-scrollbar-thumb {
	border-radius: 20px;
	background: #AB7451;
}

.in-top-bt a {
	display: inline-block;
	font-size: 1rem;
	color: #333333;
	padding: 0 30px;
	background: url(../images/in-top-bg-bg.png) no-repeat left center;
}

.in-top-bt a:nth-child(1) {
	padding-left: 0;
	background: none;
}

.in-top-bt .on {
	color: #167322;
	font-weight: 600;
}

.in-body-1 {
	width: 100%;
	background: #FFFFFF;
	margin-top: 45px;
	padding-bottom: 60px;
}

.in-ke {
	padding: 0 3%;
}

.in-ke-1 {
	width: 100%;
	padding-bottom: 85px;
	background: url(../images/in-ke-2.png) no-repeat center bottom;
	background-size: 100% auto;
}

.in-ke-1>span {
	display: inline-block;
	font-size: 1.25rem;
	color: #333333;
	font-weight: 600;
	padding-left: 30px;
	margin-top: 40px;
	background: url(../images/in-ke-1.png) no-repeat left center;
}

.in-ke-1 ul {
	width: 100%;
	overflow: hidden;
}

.in-ke-1 ul li {
	float: left;
	position: relative;
	width: 17.8%;
	margin-right: 2.75%;
	height: 48px;
	line-height: 48px;
	margin-top: 20px;
}

.in-ke-1 ul li:nth-child(5n) {
	margin-right: 0;
}

.in-ke-1 ul li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/in-ke-3.png) no-repeat;
	background-size: 100% 100%;
	opacity: 0.6;

}

.in-ke-1 ul li:hover::after {
	opacity: 1;
}

.in-ke-1 ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
	font-size: 1rem;
	color: #FFFFFF;
	padding: 0 5px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}

/* in-team */
.in-team {
	width: 100%;
}

.in-team-1 {
	width: 100%;
	background: #FFFFFF;
	padding: 12px 2.5%;
	margin: 32px 0 42px;
}

.in-team-1>label {
	float: left;
	width: 100px;
	line-height: 50px;
	font-size: 1rem;
	color: #777777;
}

.in-team-11 {
	float: left;
	width: calc(100% - 100px);
}

.in-team-bt {
	line-height: 50px;
	border-bottom: 1px solid #EEEEEE;
}

.in-team-bt span {
	display: inline-block;
	font-size: 1rem;
	clear: #383838;
	margin: 0 10px;
	cursor: pointer;
	position: relative;
}

.in-team-bt span:first-child {
	margin-left: 0;
}

.in-team-bt .on {
	color: #AA7652;
	font-weight: 600;
}

.in-team-bt .on::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #AA7652;
}

.in-team-xx {
	width: 100%;
	margin-top: 20px;
}

.in-team-xx ul {
	display: none;
}

.in-team-xx>.on {
	display: block;
}

.in-team-xx ul li {
	width: 20%;
	float: left;
	line-height: 40px;
}

.in-team-xx ul li a {
	font-size: 0.9375rem;
	color: #333333;
	display: inline-block;
	position: relative;
	padding-left: 10px;
	float: left;
	background: url(../images/ks-7.png) no-repeat left center;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}

.in-team-xx ul li a::after {
	content: "";
	position: absolute;
	left: 10px;
	height: 1px;
	width: 0;
	top: 75%;
	background: #AA7652;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.in-team-xx ul .on a,
.in-team-xx ul li a:hover {
	color: #AA7652;
	font-weight: 600;
	background-image: url(../images/ks-8.png);
}

.in-team-xx ul .on a::after,
.in-team-xx ul li a:hover::after {
	width: calc(100% - 10px);
}

.in-team-list {
	width: 100%;
}

.in-team-list li {
	float: left;
	width: 31.66%;
	margin-right: 2.5%;
	background: #FFFFFF;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 15px 2.5%;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.in-team-list li::before,
.in-team-list li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.in-team-list li::before {
	border: 1px solid #AB7854;
}

.in-team-list li::after {
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .1);
}

.in-team-list li:hover {
	transform: translateY(-3px);
}

.in-team-list li:hover::before,
.in-team-list li:hover::after {
	opacity: 1;
}

.in-team-list li:nth-child(3n) {
	margin-right: 0;
}

.in-team-list li a {
	display: inline-block;
	position: relative;
	z-index: 10;
	width: 100%;
	overflow: hidden;
}

.in-team-list li .one {
	padding-bottom: 15px;
	border-bottom: 1px solid #E5E5E5;
}

.in-team-list li .img {
	width: 90px;
	height: 110px;
	float: left;
}

.in-team-list li img {
	width: 100%;
	height: 100%;
}

.in-team-list li .det {
	width: calc(100% - 90px);
	float: left;
	padding-left: 10%;
}

.in-team-list li .det span {
	display: inline-block;
	font-size: 1rem;
	color: #AA7652;
	font-weight: 600;
	margin: 15px 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}

.in-team-list li .det p {
	font-size: 0.875rem;
	color: #757575;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}

.in-team-list li a>p {
	font-size: 0.875rem;
	color: #636363;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 2;
height: 42px;
}

.in-team-det {
	width: 100%;
	background: #FFFFFF;
	margin-top: 42px;
	padding: 40px 3%;
}

.in-team-det .img {
	width: 180px;
	float: left;
}

.in-team-det .img img {
	width: 100%;
}

.in-team-det .rig {
	float: left;
	padding-left: 5%;
	width: calc(100% - 180px);
}

.in-team-det .rig .one {
	width: 100%;
}

.in-team-det .rig .one>span {
	display: inline-block;
	font-size: 1.875rem;
	color: #AA7652;
	font-weight: 600;
	margin: 10px 0 20px;
}

.in-team-det .rig .one p {
	font-size: 1rem;
	color: #373A39;
	line-height: 2;
}

.in-team-det .rig .one p span {
	color: #999999;
}

.in-team-det .rig .two {
	width: 100%;
	margin-top: 30px;
}

.in-team-det-bt {
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
}

.in-team-det-bt span {
	display: inline-block;
	line-height: 50px;
	position: relative;
	font-size: 1.25rem;
	color: #AD7B58;
	font-weight: 600;
}

.in-team-det-bt span::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 4px;
	background: #AD7B58;
}

.in-team-det .rig .two p {
	line-height: 2;
	font-size: 1rem;
	color: #373A39;
}

.in-det {
	width: 100%;
	background: #FFFFFF;
	margin-top: 42px;
	padding: 40px 3.3%;
}

.in-det-1 {
	margin-top: 20px;
}

.in-det-1 p {
	line-height: 2;
	font-size: 1rem;
	color: #373A39;
	text-align: justify;
}

.in-det-1 p img {
	max-width: 100%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.in-det-2 p {
	text-indent: 2rem;
}

.in-det-2 p img {
	margin-left: -2rem;
}

.in-det-3 {
	width: 100%;
}

.in-det-bt {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: 20px;
}

.in-det-bt>span {
	display: inline-block;
	width: 100%;
}

.in-det-bt .da {
	font-size: 1.5rem;
	font-weight: 600;
	color: #333333;
}

.in-det-bt .fu {
	font-size: 1.125rem;
	font-weight: 600;
	color: #333333;
	margin-top: 5px;
}

.in-det-bt p {
	font-size: 0.875rem;
	color: #999999;
	margin-top: 10px;
}

.in-det-bt span {
	display: inline-block;
	margin: 0 4px;
}

.in-det-det {
	margin-top: 20px;
}

.in-det-det p {
	font-size: 1rem;
	color: #555555;
	/*text-indent: 2rem;*/
	text-align: justify;
	line-height: 2;
}

.in-det-det p img {
	max-width: 100%;
	margin-left: -2em!important;
	height: auto!important;
}
.in-det-det div img {
	max-width: 100%;
	height: auto!important;
}

.in-det-det p span img {
	margin-left: 0;
}

.in-det-det p img+span {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 0.875rem;
	color: #999999;
	text-indent: 0;
}


/* in-new */
.in-new {
	margin-top: 42px;
	width: 100%;
	background: #FFFFFF;
}

.in-new ul {}

.in-new ul li {
	width: 100%;
	padding: 20px 3.3%;
	overflow: hidden;
	border-bottom: 1px solid #DFDDDB;
}

.in-new ul li a {
	display: inherit;
	width: 100%;
}

.in-new ul li .det {
	float: left;
	width: calc(100% - 240px);
	padding-right: 6%;
}

.in-new ul li.cur .det {
	width: 100%;
}

.in-new ul li .bt {
	display: inline-block;
	width: 100%;
	font-size: 1.125rem;
	color: #333333;
	margin-top: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}

.in-new ul li .xq {
	font-size: 0.875rem;
	color: #999999;
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 2;
}

.in-new ul li .sj {
	font-size: 0.875rem;
	color: #999999;
}

.in-new ul li .img {
	float: right;
	width: 240px;
	height: 150px;
	overflow: hidden;
	background: url(../images/mr.jpg) no-repeat;
	background-size: cover;
}

.in-new ul li .img img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.in-page {
	width: 100%;
	text-align: center;
	margin: 30px 0;
	/* float: left; */
}

.in-page span {
	display: inline-block;
	font-size: 0.875rem;
	color: #666666;
	padding: 10px 20px;
	border: 1px solid #EEEEEE;
	background: #FFFFFF;
}

.in-page .strong {
	border: none;
	background: #AA7652;
	color: #FFFFFF;
}

.in-page a {
	display: inline-block;
	font-size: 0.875rem;
	color: #666666;
	padding: 10px 20px;
	border: 1px solid #EEEEEE;
	background: #FFFFFF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.in-page a:hover {
	background-color: rgba(170, 118, 82, 0.5);
	border-color: transparent;
	color: #FFFFFF;
}

.in-new ul li:hover {
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .2);
}

.in-new ul li:hover .bt {
	color: #167322;
	font-weight: 600;
}

.in-new ul li:hover .xq {
	color: #333333;
}

.in-new ul li:hover img {
	transform: scale(1.08);
}


/* add */
.in-my {
	width: 100%;
	margin-top: 40px;
}
.in-my-1 {
	width: 100%;
}
.in-my-1 > a {
	display: inline-block;
	float: left;
	width: 49.2%;
	margin-top: 20px;
	overflow: hidden;
	box-shadow: 0 0 15px 3px rgba(0,0,0,0.1);
}
.in-my-1 > a:nth-child(even) {
	margin-left: 1.6%;
}
.in-my-1 > a img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.in-my-1 > a:hover img {
	transform: scale(1.05);
}
.in-new2 {
	margin-top: 42px;
	width: 100%;
	background: #FFFFFF;
	padding: 20px 2.5%;
}
.in-lef {
	float: left;
	width: calc(100% - 340px);
}
.in-rig {
	float: right;
	width: 300px;
}
.bt-2 {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 1.25rem;
	color: #167322;
	font-weight: 600;
	background: url(../images/inlef-bt-1.png) no-repeat left bottom;
}
.in-lef .in-new {
	margin-top: 10px;
}
.in-lef .in-new ul li {
	padding: 20px 0;
}
.in-lef .in-new ul li .det {
	padding-right: 10px;
	padding-left: 6%;
	float: right;
	width: calc(100% - 180px);
}
.in-lef .in-new ul li.cur .det {
	width: 100%;
	padding-left: 10px;
}
.in-lef .in-new ul li .img {
	float: left;
	width: 180px;
	height: 110px;
}
.in-lef .in-new ul li .bt {
	margin-top: 10px;
}
.in-lef .in-new ul li .xq {
	-webkit-line-clamp: 1;
	margin: 5px 0;
}
.inrig-1 {
	width: 100%;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inrig-1 li {
	width: 140px;
	height: 190px;
}
.inrig-1 li a {
	display: inline-block;
	width: 100%;
}
.inrig-1 li a img {
	width: 100%;
	height: 120px;
}
.inrig-1 li a p {
	font-size: 0.875rem;
	font-weight: 600;
	color: #555555;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.inrig-1 li a:hover p {
	color: #AA7652;
}
.inrig-2 {
}
.inrig-2 li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #DDDDDD;
}
.inrig-2 li a {
	display: inline-block;
	width: 100%;
	font-size: 0.875rem;
	color: #555555;
	padding-left: 9px;
	background: url(../images/inrig-1.png) no-repeat left center;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.inrig-2 li:hover a {
	padding-left: 15px;
	color: #167322;
	font-weight: 600;
}
.in-rig .tp {
	display: inline-block;
	width: 100%;
	height: 93px;
	overflow: hidden;
	margin-top: 20px;
}
.in-rig .tp img {
	width: 100%;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.in-rig .tp:hover img {
	transform: scale(1.1);
}

.in-ry {
	width: 100%;
	margin-top: 20px;
}
.in-ry ul {
	width: 100%;
	overflow: hidden;
}
.in-ry ul li {
	float: left;
	width: 45%;
	height: 337px;
	margin: 30px 0;
	margin-left: 2.5%;
	overflow: hidden;
	position: relative;
}
.in-ry ul li:nth-child(2n) {
	margin-left: 5%;
}
.in-ry ul li img {
	width: 100%;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.jobs{ width:100%; overflow:hidden; margin-bottom:10px;}
.jobs_tit{ line-height:35px; text-align:center;}
.jobs_l{ float:left; width:25%; line-height:30px; text-align:center;}
.jobs_r{ float:left; width:75%; line-height:30px;}
.jobs_r input{ width:100%; line-height:28px; border:#B7DAEF 1px solid}
.jobs textarea{ width:100%; line-height:28px; border:#B7DAEF 1px solid}
.jobs_r1{ width:8% !important;line-height:28px; border:#B7DAEF 1px solid}
.clear{ clear:both;}

@media (max-width:1200px) {
	.in-ry ul li {
		height: 30vw;
		margin: 15px 0;
	}
}

@media (max-width:1000px) {
	.in-rig {
		display: none;
	}
	.in-lef {
		width: 100%;
	}
}
@media (max-width:600px) {
.in-my-1 > a {
		width: 100%;
		margin-top: 20px;
	}
	.in-my-1 > a:nth-child(even) {
		margin-left: 0;
	}
	.in-new2 {
		margin-top: 20px;
	}
	.in-lef .in-new ul li .img {
		width: 120px;
		height: 78px;
	}
	.in-lef .in-new ul li .det {
		width: calc(100% - 120px);
	}
	.in-lef .in-new ul li .xq {
		margin: 3px 0;
	}
	.bt-2 {
		height: 40px;
		line-height: 30px;
	}
	.bt-2 span {
		font-size: 1.125rem;
	}
	.in-lef .in-new ul li .bt {
		margin-top: 0;
	}
	.in-new ul {
		margin-bottom: 20px;
	}
}

















/* dang */
.dang .in-top {
	background-image: url(../images/dang-top-1.png);
}

.dang .in-top-bt .on {
	color: #CE343B;
}

.dang .in-new ul li:hover .bt {
	color: #CE343B;
}

.dang .in-page .strong {
	background: #CE343B;
}

.dang .in-page a:hover {
	background-color: rgba(206, 52, 59, 0.5);
}

.dang .in-det-bt .da {
	color: #CE343B;
}

.dang .in-det-bt .fu {
	color: #CE343B;
}

/**&#203;&#209;&#203;÷&#209;ùê&#189;**/
.in-new {}

.in-new tbody tbody tr:nth-child(1) {
	display: inline-block;
	width: 100%;
	border-radius: 15px;
	background-color: #FFFFFF;
	padding: 20px;
	font-weight: 600;
	font-size: 1.125rem;
	float: left;
}

.in-new tbody tbody tr:nth-child(1) td {
	width: 50%;
	float: left;
	height: 36px;
	border-radius: 5px;
	line-height: 36px;
	padding: 0;
}

.in-new tbody tbody tr:nth-child(1) td input {
	height: 100% !important;
	outline: none;
	border: none;
	border-radius: 5px;
	background-color: #fbf6f0;
	font-size: 1.125rem;
	color: #000000;
	width: 200px;
	font-weight: 200;
	padding-left: 10px;
	background-position: right 10px center;
}

.in-new tbody tbody tr:nth-child(1) td select {
	height: 100%;
	outline: none;
	border: none;
	background-color: #fbf6f0;
	padding: 0;
	width: 100px;
	font-weight: 200;
	border-radius: 5px;
	position: relative;
	top: -2px;
	overflow: hidden;
}

.in-new tbody tbody tr:nth-child(1) td input[type="submit"] {
	background-color: #aa7652;
	color: #FFFFFF;
	border-radius: 5px;
	width: 80px;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
}

.in-new tbody tbody tr:nth-child(1) td:nth-child(2) input {
	width: 150px;
}

.in-new .sortlist ul li {
	text-align: center;
	margin-top: 30px;
	font-size: 22px;
	letter-spacing: 0.1rem;
	color: #aa7652;
}


.item {
	border-bottom: 1px solid #e5e5e5;
	background-color: #FFFFFF;
	padding: 30px;
}

.item:last-child {
	border-bottom: none;
}

.item h2,
.item h2 a {
	font-size: 1.125rem;
	color: #333333;
	height: 22px;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	word-break: keep-all;
	overflow: hidden;
}

.item h2:hover,
.item h2 a:hover {
	color: #aa7652;
	font-weight: 600;
}

.item-clearfix {
	zoom: 1;
}

.item-c {
	margin-top: 15px;
}

.item-c1 {
	margin-top: 13px;
}

.item-a {
	margin-top: 12px;
	font-size: 14px;
	color: #555;
	height: 20px;
	overflow: hidden;
}

.item-clearfix::after {
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}

.item a {
	text-decoration: none;
	font-size: 14px;
}

.item-time {
	float: left;
	display: inline;
	margin-right: 10px;
}

.item-tags {
	float: left;
	margin-left: 20px;
}

.item-actions {
	float: right;
	display: inline;
}

.item-tags a {
	margin-right: 10px;
}

.item-a a {
	color: #555;
}

.item-a a:visited {
	color: #555;
}

.item-spliter {
	margin: 0 8px 0 10px;
	font-size: 12px;
	vertical-align: 1px;
}

.item-img {
	float: left;
	position: relative;
	width: 130px;
	height: 87px;
	margin-top: 5px;
	margin-right: 15px;
	_margin-right: 12px;
	overflow: hidden;
}

.item-img img {
	width: 130px;
	height: 87px;
}

.item-txt {
	font-size: 15px;
	line-height: 26px;
	color: #555;
}

.item-txt a {
	font-size: 0.875rem;
	color: #999999;
	line-height: 2;
	margin-top: 10px;
	/* height: 52.5px; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.item-txt .item-txt-detail {
	margin-top: 0;
}

.item-txt a:hover {
	color: #aa7652;
	font-weight: 600;
}

.item-c1 .item-txt {
	overflow: hidden;
	_zoom: 1;
}

/* &#203;&#209;&#203;÷ mobile */
@media (max-width:1200px) {
	.item {
		width: 94vw;
		padding: 3vw;
	}

	.in-new tbody tbody tr:nth-child(1) td {
		width: 100%;
		float: left;
		margin-bottom: 10px;
		font-size: 0.875rem;
		font-weight: normal;
	}

	.in-new tbody tbody tr:nth-child(1) td:nth-child(2) input {
		width: 23vw;
	}
}
